gdb/mi: handle no condition argument case for -break-condition
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright (C) 1988--2021 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-2021 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-2021 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 * JIT Interface:: Using the JIT debugging interface.
163 * In-Process Agent:: In-Process Agent
164
165 * GDB Bugs:: Reporting bugs in @value{GDBN}
166
167 @ifset SYSTEM_READLINE
168 * Command Line Editing: (rluserman). Command Line Editing
169 * Using History Interactively: (history). Using History Interactively
170 @end ifset
171 @ifclear SYSTEM_READLINE
172 * Command Line Editing:: Command Line Editing
173 * Using History Interactively:: Using History Interactively
174 @end ifclear
175 * In Memoriam:: In Memoriam
176 * Formatting Documentation:: How to format and print @value{GDBN} documentation
177 * Installing GDB:: Installing GDB
178 * Maintenance Commands:: Maintenance Commands
179 * Remote Protocol:: GDB Remote Serial Protocol
180 * Agent Expressions:: The GDB Agent Expression Mechanism
181 * Target Descriptions:: How targets can describe themselves to
182 @value{GDBN}
183 * Operating System Information:: Getting additional information from
184 the operating system
185 * Trace File Format:: GDB trace file format
186 * Index Section Format:: .gdb_index section format
187 * Man Pages:: Manual pages
188 * Copying:: GNU General Public License says
189 how you can copy and share GDB
190 * GNU Free Documentation License:: The license for this documentation
191 * Concept Index:: Index of @value{GDBN} concepts
192 * Command and Variable Index:: Index of @value{GDBN} commands, variables,
193 functions, and Python data types
194 @end menu
195
196 @end ifnottex
197
198 @contents
199
200 @node Summary
201 @unnumbered Summary of @value{GDBN}
202
203 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
204 going on ``inside'' another program while it executes---or what another
205 program was doing at the moment it crashed.
206
207 @value{GDBN} can do four main kinds of things (plus other things in support of
208 these) to help you catch bugs in the act:
209
210 @itemize @bullet
211 @item
212 Start your program, specifying anything that might affect its behavior.
213
214 @item
215 Make your program stop on specified conditions.
216
217 @item
218 Examine what has happened, when your program has stopped.
219
220 @item
221 Change things in your program, so you can experiment with correcting the
222 effects of one bug and go on to learn about another.
223 @end itemize
224
225 You can use @value{GDBN} to debug programs written in C and C@t{++}.
226 For more information, see @ref{Supported Languages,,Supported Languages}.
227 For more information, see @ref{C,,C and C++}.
228
229 Support for D is partial. For information on D, see
230 @ref{D,,D}.
231
232 @cindex Modula-2
233 Support for Modula-2 is partial. For information on Modula-2, see
234 @ref{Modula-2,,Modula-2}.
235
236 Support for OpenCL C is partial. For information on OpenCL C, see
237 @ref{OpenCL C,,OpenCL C}.
238
239 @cindex Pascal
240 Debugging Pascal programs which use sets, subranges, file variables, or
241 nested functions does not currently work. @value{GDBN} does not support
242 entering expressions, printing values, or similar features using Pascal
243 syntax.
244
245 @cindex Fortran
246 @value{GDBN} can be used to debug programs written in Fortran, although
247 it may be necessary to refer to some variables with a trailing
248 underscore.
249
250 @value{GDBN} can be used to debug programs written in Objective-C,
251 using either the Apple/NeXT or the GNU Objective-C runtime.
252
253 @menu
254 * Free Software:: Freely redistributable software
255 * Free Documentation:: Free Software Needs Free Documentation
256 * Contributors:: Contributors to GDB
257 @end menu
258
259 @node Free Software
260 @unnumberedsec Free Software
261
262 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
263 General Public License
264 (GPL). The GPL gives you the freedom to copy or adapt a licensed
265 program---but every person getting a copy also gets with it the
266 freedom to modify that copy (which means that they must get access to
267 the source code), and the freedom to distribute further copies.
268 Typical software companies use copyrights to limit your freedoms; the
269 Free Software Foundation uses the GPL to preserve these freedoms.
270
271 Fundamentally, the General Public License is a license which says that
272 you have these freedoms and that you cannot take these freedoms away
273 from anyone else.
274
275 @node Free Documentation
276 @unnumberedsec Free Software Needs Free Documentation
277
278 The biggest deficiency in the free software community today is not in
279 the software---it is the lack of good free documentation that we can
280 include with the free software. Many of our most important
281 programs do not come with free reference manuals and free introductory
282 texts. Documentation is an essential part of any software package;
283 when an important free software package does not come with a free
284 manual and a free tutorial, that is a major gap. We have many such
285 gaps today.
286
287 Consider Perl, for instance. The tutorial manuals that people
288 normally use are non-free. How did this come about? Because the
289 authors of those manuals published them with restrictive terms---no
290 copying, no modification, source files not available---which exclude
291 them from the free software world.
292
293 That wasn't the first time this sort of thing happened, and it was far
294 from the last. Many times we have heard a GNU user eagerly describe a
295 manual that he is writing, his intended contribution to the community,
296 only to learn that he had ruined everything by signing a publication
297 contract to make it non-free.
298
299 Free documentation, like free software, is a matter of freedom, not
300 price. The problem with the non-free manual is not that publishers
301 charge a price for printed copies---that in itself is fine. (The Free
302 Software Foundation sells printed copies of manuals, too.) The
303 problem is the restrictions on the use of the manual. Free manuals
304 are available in source code form, and give you permission to copy and
305 modify. Non-free manuals do not allow this.
306
307 The criteria of freedom for a free manual are roughly the same as for
308 free software. Redistribution (including the normal kinds of
309 commercial redistribution) must be permitted, so that the manual can
310 accompany every copy of the program, both on-line and on paper.
311
312 Permission for modification of the technical content is crucial too.
313 When people modify the software, adding or changing features, if they
314 are conscientious they will change the manual too---so they can
315 provide accurate and clear documentation for the modified program. A
316 manual that leaves you no choice but to write a new manual to document
317 a changed version of the program is not really available to our
318 community.
319
320 Some kinds of limits on the way modification is handled are
321 acceptable. For example, requirements to preserve the original
322 author's copyright notice, the distribution terms, or the list of
323 authors, are ok. It is also no problem to require modified versions
324 to include notice that they were modified. Even entire sections that
325 may not be deleted or changed are acceptable, as long as they deal
326 with nontechnical topics (like this one). These kinds of restrictions
327 are acceptable because they don't obstruct the community's normal use
328 of the manual.
329
330 However, it must be possible to modify all the @emph{technical}
331 content of the manual, and then distribute the result in all the usual
332 media, through all the usual channels. Otherwise, the restrictions
333 obstruct the use of the manual, it is not free, and we need another
334 manual to replace it.
335
336 Please spread the word about this issue. Our community continues to
337 lose manuals to proprietary publishing. If we spread the word that
338 free software needs free reference manuals and free tutorials, perhaps
339 the next person who wants to contribute by writing documentation will
340 realize, before it is too late, that only free manuals contribute to
341 the free software community.
342
343 If you are writing documentation, please insist on publishing it under
344 the GNU Free Documentation License or another free documentation
345 license. Remember that this decision requires your approval---you
346 don't have to let the publisher decide. Some commercial publishers
347 will use a free license if you insist, but they will not propose the
348 option; it is up to you to raise the issue and say firmly that this is
349 what you want. If the publisher you are dealing with refuses, please
350 try other publishers. If you're not sure whether a proposed license
351 is free, write to @email{licensing@@gnu.org}.
352
353 You can encourage commercial publishers to sell more free, copylefted
354 manuals and tutorials by buying them, and particularly by buying
355 copies from the publishers that paid for their writing or for major
356 improvements. Meanwhile, try to avoid buying non-free documentation
357 at all. Check the distribution terms of a manual before you buy it,
358 and insist that whoever seeks your business must respect your freedom.
359 Check the history of the book, and try to reward the publishers that
360 have paid or pay the authors to work on it.
361
362 The Free Software Foundation maintains a list of free documentation
363 published by other publishers, at
364 @url{http://www.fsf.org/doc/other-free-books.html}.
365
366 @node Contributors
367 @unnumberedsec Contributors to @value{GDBN}
368
369 Richard Stallman was the original author of @value{GDBN}, and of many
370 other @sc{gnu} programs. Many others have contributed to its
371 development. This section attempts to credit major contributors. One
372 of the virtues of free software is that everyone is free to contribute
373 to it; with regret, we cannot actually acknowledge everyone here. The
374 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
375 blow-by-blow account.
376
377 Changes much prior to version 2.0 are lost in the mists of time.
378
379 @quotation
380 @emph{Plea:} Additions to this section are particularly welcome. If you
381 or your friends (or enemies, to be evenhanded) have been unfairly
382 omitted from this list, we would like to add your names!
383 @end quotation
384
385 So that they may not regard their many labors as thankless, we
386 particularly thank those who shepherded @value{GDBN} through major
387 releases:
388 Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
389 Jim Blandy (release 4.18);
390 Jason Molenda (release 4.17);
391 Stan Shebs (release 4.14);
392 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
393 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
394 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
395 Jim Kingdon (releases 3.5, 3.4, and 3.3);
396 and Randy Smith (releases 3.2, 3.1, and 3.0).
397
398 Richard Stallman, assisted at various times by Peter TerMaat, Chris
399 Hanson, and Richard Mlynarik, handled releases through 2.8.
400
401 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
402 in @value{GDBN}, with significant additional contributions from Per
403 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
404 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
405 much general update work leading to release 3.0).
406
407 @value{GDBN} uses the BFD subroutine library to examine multiple
408 object-file formats; BFD was a joint project of David V.
409 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
410
411 David Johnson wrote the original COFF support; Pace Willison did
412 the original support for encapsulated COFF.
413
414 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
415
416 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
417 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
418 support.
419 Jean-Daniel Fekete contributed Sun 386i support.
420 Chris Hanson improved the HP9000 support.
421 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
422 David Johnson contributed Encore Umax support.
423 Jyrki Kuoppala contributed Altos 3068 support.
424 Jeff Law contributed HP PA and SOM support.
425 Keith Packard contributed NS32K support.
426 Doug Rabson contributed Acorn Risc Machine support.
427 Bob Rusk contributed Harris Nighthawk CX-UX support.
428 Chris Smith contributed Convex support (and Fortran debugging).
429 Jonathan Stone contributed Pyramid support.
430 Michael Tiemann contributed SPARC support.
431 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
432 Pace Willison contributed Intel 386 support.
433 Jay Vosburgh contributed Symmetry support.
434 Marko Mlinar contributed OpenRISC 1000 support.
435
436 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
437
438 Rich Schaefer and Peter Schauer helped with support of SunOS shared
439 libraries.
440
441 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
442 about several machine instruction sets.
443
444 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
445 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
446 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
447 and RDI targets, respectively.
448
449 Brian Fox is the author of the readline libraries providing
450 command-line editing and command history.
451
452 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
453 Modula-2 support, and contributed the Languages chapter of this manual.
454
455 Fred Fish wrote most of the support for Unix System Vr4.
456 He also enhanced the command-completion support to cover C@t{++} overloaded
457 symbols.
458
459 Hitachi America (now Renesas America), Ltd. sponsored the support for
460 H8/300, H8/500, and Super-H processors.
461
462 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
463
464 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
465 processors.
466
467 Toshiba sponsored the support for the TX39 Mips processor.
468
469 Matsushita sponsored the support for the MN10200 and MN10300 processors.
470
471 Fujitsu sponsored the support for SPARClite and FR30 processors.
472
473 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
474 watchpoints.
475
476 Michael Snyder added support for tracepoints.
477
478 Stu Grossman wrote gdbserver.
479
480 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
481 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
482
483 The following people at the Hewlett-Packard Company contributed
484 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
485 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
486 compiler, and the Text User Interface (nee Terminal User Interface):
487 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
488 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
489 provided HP-specific information in this manual.
490
491 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
492 Robert Hoehne made significant contributions to the DJGPP port.
493
494 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
495 development since 1991. Cygnus engineers who have worked on @value{GDBN}
496 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
497 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
498 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
499 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
500 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
501 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
502 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
503 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
504 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
505 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
506 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
507 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
508 Zuhn have made contributions both large and small.
509
510 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
511 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
512
513 Jim Blandy added support for preprocessor macros, while working for Red
514 Hat.
515
516 Andrew Cagney designed @value{GDBN}'s architecture vector. Many
517 people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
518 Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
519 Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
520 Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
521 with the migration of old architectures to this new framework.
522
523 Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
524 unwinder framework, this consisting of a fresh new design featuring
525 frame IDs, independent frame sniffers, and the sentinel frame. Mark
526 Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
527 libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
528 trad unwinders. The architecture-specific changes, each involving a
529 complete rewrite of the architecture's frame code, were carried out by
530 Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
531 Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
532 Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
533 Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
534 Weigand.
535
536 Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
537 Tensilica, Inc.@: contributed support for Xtensa processors. Others
538 who have worked on the Xtensa port of @value{GDBN} in the past include
539 Steve Tjiang, John Newlin, and Scott Foehner.
540
541 Michael Eager and staff of Xilinx, Inc., contributed support for the
542 Xilinx MicroBlaze architecture.
543
544 Initial support for the FreeBSD/mips target and native configuration
545 was developed by SRI International and the University of Cambridge
546 Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
547 ("CTSRD"), as part of the DARPA CRASH research programme.
548
549 Initial support for the FreeBSD/riscv target and native configuration
550 was developed by SRI International and the University of Cambridge
551 Computer Laboratory (Department of Computer Science and Technology)
552 under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the DARPA
553 SSITH research programme.
554
555 The original port to the OpenRISC 1000 is believed to be due to
556 Alessandro Forin and Per Bothner. More recent ports have been the work
557 of Jeremy Bennett, Franck Jullien, Stefan Wallentowitz and
558 Stafford Horne.
559
560 Weimin Pan, David Faust and Jose E. Marchesi contributed support for
561 the Linux kernel BPF virtual architecture. This work was sponsored by
562 Oracle.
563
564 @node Sample Session
565 @chapter A Sample @value{GDBN} Session
566
567 You can use this manual at your leisure to read all about @value{GDBN}.
568 However, a handful of commands are enough to get started using the
569 debugger. This chapter illustrates those commands.
570
571 @iftex
572 In this sample session, we emphasize user input like this: @b{input},
573 to make it easier to pick out from the surrounding output.
574 @end iftex
575
576 @c FIXME: this example may not be appropriate for some configs, where
577 @c FIXME...primary interest is in remote use.
578
579 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
580 processor) exhibits the following bug: sometimes, when we change its
581 quote strings from the default, the commands used to capture one macro
582 definition within another stop working. In the following short @code{m4}
583 session, we define a macro @code{foo} which expands to @code{0000}; we
584 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
585 same thing. However, when we change the open quote string to
586 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
587 procedure fails to define a new synonym @code{baz}:
588
589 @smallexample
590 $ @b{cd gnu/m4}
591 $ @b{./m4}
592 @b{define(foo,0000)}
593
594 @b{foo}
595 0000
596 @b{define(bar,defn(`foo'))}
597
598 @b{bar}
599 0000
600 @b{changequote(<QUOTE>,<UNQUOTE>)}
601
602 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
603 @b{baz}
604 @b{Ctrl-d}
605 m4: End of input: 0: fatal error: EOF in string
606 @end smallexample
607
608 @noindent
609 Let us use @value{GDBN} to try to see what is going on.
610
611 @smallexample
612 $ @b{@value{GDBP} m4}
613 @c FIXME: this falsifies the exact text played out, to permit smallbook
614 @c FIXME... format to come out better.
615 @value{GDBN} is free software and you are welcome to distribute copies
616 of it under certain conditions; type "show copying" to see
617 the conditions.
618 There is absolutely no warranty for @value{GDBN}; type "show warranty"
619 for details.
620
621 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
622 (@value{GDBP})
623 @end smallexample
624
625 @noindent
626 @value{GDBN} reads only enough symbol data to know where to find the
627 rest when needed; as a result, the first prompt comes up very quickly.
628 We now tell @value{GDBN} to use a narrower display width than usual, so
629 that examples fit in this manual.
630
631 @smallexample
632 (@value{GDBP}) @b{set width 70}
633 @end smallexample
634
635 @noindent
636 We need to see how the @code{m4} built-in @code{changequote} works.
637 Having looked at the source, we know the relevant subroutine is
638 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
639 @code{break} command.
640
641 @smallexample
642 (@value{GDBP}) @b{break m4_changequote}
643 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
644 @end smallexample
645
646 @noindent
647 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
648 control; as long as control does not reach the @code{m4_changequote}
649 subroutine, the program runs as usual:
650
651 @smallexample
652 (@value{GDBP}) @b{run}
653 Starting program: /work/Editorial/gdb/gnu/m4/m4
654 @b{define(foo,0000)}
655
656 @b{foo}
657 0000
658 @end smallexample
659
660 @noindent
661 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
662 suspends execution of @code{m4}, displaying information about the
663 context where it stops.
664
665 @smallexample
666 @b{changequote(<QUOTE>,<UNQUOTE>)}
667
668 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
669 at builtin.c:879
670 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
671 @end smallexample
672
673 @noindent
674 Now we use the command @code{n} (@code{next}) to advance execution to
675 the next line of the current function.
676
677 @smallexample
678 (@value{GDBP}) @b{n}
679 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
680 : nil,
681 @end smallexample
682
683 @noindent
684 @code{set_quotes} looks like a promising subroutine. We can go into it
685 by using the command @code{s} (@code{step}) instead of @code{next}.
686 @code{step} goes to the next line to be executed in @emph{any}
687 subroutine, so it steps into @code{set_quotes}.
688
689 @smallexample
690 (@value{GDBP}) @b{s}
691 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
692 at input.c:530
693 530 if (lquote != def_lquote)
694 @end smallexample
695
696 @noindent
697 The display that shows the subroutine where @code{m4} is now
698 suspended (and its arguments) is called a stack frame display. It
699 shows a summary of the stack. We can use the @code{backtrace}
700 command (which can also be spelled @code{bt}), to see where we are
701 in the stack as a whole: the @code{backtrace} command displays a
702 stack frame for each active subroutine.
703
704 @smallexample
705 (@value{GDBP}) @b{bt}
706 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
707 at input.c:530
708 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
709 at builtin.c:882
710 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
711 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
712 at macro.c:71
713 #4 0x79dc in expand_input () at macro.c:40
714 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
715 @end smallexample
716
717 @noindent
718 We step through a few more lines to see what happens. The first two
719 times, we can use @samp{s}; the next two times we use @code{n} to avoid
720 falling into the @code{xstrdup} subroutine.
721
722 @smallexample
723 (@value{GDBP}) @b{s}
724 0x3b5c 532 if (rquote != def_rquote)
725 (@value{GDBP}) @b{s}
726 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
727 def_lquote : xstrdup(lq);
728 (@value{GDBP}) @b{n}
729 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
730 : xstrdup(rq);
731 (@value{GDBP}) @b{n}
732 538 len_lquote = strlen(rquote);
733 @end smallexample
734
735 @noindent
736 The last line displayed looks a little odd; we can examine the variables
737 @code{lquote} and @code{rquote} to see if they are in fact the new left
738 and right quotes we specified. We use the command @code{p}
739 (@code{print}) to see their values.
740
741 @smallexample
742 (@value{GDBP}) @b{p lquote}
743 $1 = 0x35d40 "<QUOTE>"
744 (@value{GDBP}) @b{p rquote}
745 $2 = 0x35d50 "<UNQUOTE>"
746 @end smallexample
747
748 @noindent
749 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
750 To look at some context, we can display ten lines of source
751 surrounding the current line with the @code{l} (@code{list}) command.
752
753 @smallexample
754 (@value{GDBP}) @b{l}
755 533 xfree(rquote);
756 534
757 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
758 : xstrdup (lq);
759 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
760 : xstrdup (rq);
761 537
762 538 len_lquote = strlen(rquote);
763 539 len_rquote = strlen(lquote);
764 540 @}
765 541
766 542 void
767 @end smallexample
768
769 @noindent
770 Let us step past the two lines that set @code{len_lquote} and
771 @code{len_rquote}, and then examine the values of those variables.
772
773 @smallexample
774 (@value{GDBP}) @b{n}
775 539 len_rquote = strlen(lquote);
776 (@value{GDBP}) @b{n}
777 540 @}
778 (@value{GDBP}) @b{p len_lquote}
779 $3 = 9
780 (@value{GDBP}) @b{p len_rquote}
781 $4 = 7
782 @end smallexample
783
784 @noindent
785 That certainly looks wrong, assuming @code{len_lquote} and
786 @code{len_rquote} are meant to be the lengths of @code{lquote} and
787 @code{rquote} respectively. We can set them to better values using
788 the @code{p} command, since it can print the value of
789 any expression---and that expression can include subroutine calls and
790 assignments.
791
792 @smallexample
793 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
794 $5 = 7
795 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
796 $6 = 9
797 @end smallexample
798
799 @noindent
800 Is that enough to fix the problem of using the new quotes with the
801 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
802 executing with the @code{c} (@code{continue}) command, and then try the
803 example that caused trouble initially:
804
805 @smallexample
806 (@value{GDBP}) @b{c}
807 Continuing.
808
809 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
810
811 baz
812 0000
813 @end smallexample
814
815 @noindent
816 Success! The new quotes now work just as well as the default ones. The
817 problem seems to have been just the two typos defining the wrong
818 lengths. We allow @code{m4} exit by giving it an EOF as input:
819
820 @smallexample
821 @b{Ctrl-d}
822 Program exited normally.
823 @end smallexample
824
825 @noindent
826 The message @samp{Program exited normally.} is from @value{GDBN}; it
827 indicates @code{m4} has finished executing. We can end our @value{GDBN}
828 session with the @value{GDBN} @code{quit} command.
829
830 @smallexample
831 (@value{GDBP}) @b{quit}
832 @end smallexample
833
834 @node Invocation
835 @chapter Getting In and Out of @value{GDBN}
836
837 This chapter discusses how to start @value{GDBN}, and how to get out of it.
838 The essentials are:
839 @itemize @bullet
840 @item
841 type @samp{@value{GDBP}} to start @value{GDBN}.
842 @item
843 type @kbd{quit} or @kbd{Ctrl-d} to exit.
844 @end itemize
845
846 @menu
847 * Invoking GDB:: How to start @value{GDBN}
848 * Quitting GDB:: How to quit @value{GDBN}
849 * Shell Commands:: How to use shell commands inside @value{GDBN}
850 * Logging Output:: How to log @value{GDBN}'s output to a file
851 @end menu
852
853 @node Invoking GDB
854 @section Invoking @value{GDBN}
855
856 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
857 @value{GDBN} reads commands from the terminal until you tell it to exit.
858
859 You can also run @code{@value{GDBP}} with a variety of arguments and options,
860 to specify more of your debugging environment at the outset.
861
862 The command-line options described here are designed
863 to cover a variety of situations; in some environments, some of these
864 options may effectively be unavailable.
865
866 The most usual way to start @value{GDBN} is with one argument,
867 specifying an executable program:
868
869 @smallexample
870 @value{GDBP} @var{program}
871 @end smallexample
872
873 @noindent
874 You can also start with both an executable program and a core file
875 specified:
876
877 @smallexample
878 @value{GDBP} @var{program} @var{core}
879 @end smallexample
880
881 You can, instead, specify a process ID as a second argument or use option
882 @code{-p}, if you want to debug a running process:
883
884 @smallexample
885 @value{GDBP} @var{program} 1234
886 @value{GDBP} -p 1234
887 @end smallexample
888
889 @noindent
890 would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
891 can omit the @var{program} filename.
892
893 Taking advantage of the second command-line argument requires a fairly
894 complete operating system; when you use @value{GDBN} as a remote
895 debugger attached to a bare board, there may not be any notion of
896 ``process'', and there is often no way to get a core dump. @value{GDBN}
897 will warn you if it is unable to attach or to read core dumps.
898
899 You can optionally have @code{@value{GDBP}} pass any arguments after the
900 executable file to the inferior using @code{--args}. This option stops
901 option processing.
902 @smallexample
903 @value{GDBP} --args gcc -O2 -c foo.c
904 @end smallexample
905 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
906 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
907
908 You can run @code{@value{GDBP}} without printing the front material, which describes
909 @value{GDBN}'s non-warranty, by specifying @code{--silent}
910 (or @code{-q}/@code{--quiet}):
911
912 @smallexample
913 @value{GDBP} --silent
914 @end smallexample
915
916 @noindent
917 You can further control how @value{GDBN} starts up by using command-line
918 options. @value{GDBN} itself can remind you of the options available.
919
920 @noindent
921 Type
922
923 @smallexample
924 @value{GDBP} -help
925 @end smallexample
926
927 @noindent
928 to display all available options and briefly describe their use
929 (@samp{@value{GDBP} -h} is a shorter equivalent).
930
931 All options and command line arguments you give are processed
932 in sequential order. The order makes a difference when the
933 @samp{-x} option is used.
934
935
936 @menu
937 * File Options:: Choosing files
938 * Mode Options:: Choosing modes
939 * Startup:: What @value{GDBN} does during startup
940 * Initialization Files:: Initialization Files
941 @end menu
942
943 @node File Options
944 @subsection Choosing Files
945
946 When @value{GDBN} starts, it reads any arguments other than options as
947 specifying an executable file and core file (or process ID). This is
948 the same as if the arguments were specified by the @samp{-se} and
949 @samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
950 first argument that does not have an associated option flag as
951 equivalent to the @samp{-se} option followed by that argument; and the
952 second argument that does not have an associated option flag, if any, as
953 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
954 If the second argument begins with a decimal digit, @value{GDBN} will
955 first attempt to attach to it as a process, and if that fails, attempt
956 to open it as a corefile. If you have a corefile whose name begins with
957 a digit, you can prevent @value{GDBN} from treating it as a pid by
958 prefixing it with @file{./}, e.g.@: @file{./12345}.
959
960 If @value{GDBN} has not been configured to included core file support,
961 such as for most embedded targets, then it will complain about a second
962 argument and ignore it.
963
964 Many options have both long and short forms; both are shown in the
965 following list. @value{GDBN} also recognizes the long forms if you truncate
966 them, so long as enough of the option is present to be unambiguous.
967 (If you prefer, you can flag option arguments with @samp{--} rather
968 than @samp{-}, though we illustrate the more usual convention.)
969
970 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
971 @c way, both those who look for -foo and --foo in the index, will find
972 @c it.
973
974 @table @code
975 @item -symbols @var{file}
976 @itemx -s @var{file}
977 @cindex @code{--symbols}
978 @cindex @code{-s}
979 Read symbol table from file @var{file}.
980
981 @item -exec @var{file}
982 @itemx -e @var{file}
983 @cindex @code{--exec}
984 @cindex @code{-e}
985 Use file @var{file} as the executable file to execute when appropriate,
986 and for examining pure data in conjunction with a core dump.
987
988 @item -se @var{file}
989 @cindex @code{--se}
990 Read symbol table from file @var{file} and use it as the executable
991 file.
992
993 @item -core @var{file}
994 @itemx -c @var{file}
995 @cindex @code{--core}
996 @cindex @code{-c}
997 Use file @var{file} as a core dump to examine.
998
999 @item -pid @var{number}
1000 @itemx -p @var{number}
1001 @cindex @code{--pid}
1002 @cindex @code{-p}
1003 Connect to process ID @var{number}, as with the @code{attach} command.
1004
1005 @item -command @var{file}
1006 @itemx -x @var{file}
1007 @cindex @code{--command}
1008 @cindex @code{-x}
1009 Execute commands from file @var{file}. The contents of this file is
1010 evaluated exactly as the @code{source} command would.
1011 @xref{Command Files,, Command files}.
1012
1013 @item -eval-command @var{command}
1014 @itemx -ex @var{command}
1015 @cindex @code{--eval-command}
1016 @cindex @code{-ex}
1017 Execute a single @value{GDBN} command.
1018
1019 This option may be used multiple times to call multiple commands. It may
1020 also be interleaved with @samp{-command} as required.
1021
1022 @smallexample
1023 @value{GDBP} -ex 'target sim' -ex 'load' \
1024 -x setbreakpoints -ex 'run' a.out
1025 @end smallexample
1026
1027 @item -init-command @var{file}
1028 @itemx -ix @var{file}
1029 @cindex @code{--init-command}
1030 @cindex @code{-ix}
1031 Execute commands from file @var{file} before loading the inferior (but
1032 after loading gdbinit files).
1033 @xref{Startup}.
1034
1035 @item -init-eval-command @var{command}
1036 @itemx -iex @var{command}
1037 @cindex @code{--init-eval-command}
1038 @cindex @code{-iex}
1039 Execute a single @value{GDBN} command before loading the inferior (but
1040 after loading gdbinit files).
1041 @xref{Startup}.
1042
1043 @item -early-init-command @var{file}
1044 @itemx -eix @var{file}
1045 @cindex @code{--early-init-command}
1046 @cindex @code{-eix}
1047 Execute commands from @var{file} very early in the initialization
1048 process, before any output is produced. @xref{Startup}.
1049
1050 @item -early-init-eval-command @var{command}
1051 @itemx -eiex @var{command}
1052 @cindex @code{--early-init-eval-command}
1053 @cindex @code{-eiex}
1054 Execute a single @value{GDBN} command very early in the initialization
1055 process, before any output is produced.
1056
1057 @item -directory @var{directory}
1058 @itemx -d @var{directory}
1059 @cindex @code{--directory}
1060 @cindex @code{-d}
1061 Add @var{directory} to the path to search for source and script files.
1062
1063 @item -r
1064 @itemx -readnow
1065 @cindex @code{--readnow}
1066 @cindex @code{-r}
1067 Read each symbol file's entire symbol table immediately, rather than
1068 the default, which is to read it incrementally as it is needed.
1069 This makes startup slower, but makes future operations faster.
1070
1071 @item --readnever
1072 @anchor{--readnever}
1073 @cindex @code{--readnever}, command-line option
1074 Do not read each symbol file's symbolic debug information. This makes
1075 startup faster but at the expense of not being able to perform
1076 symbolic debugging. DWARF unwind information is also not read,
1077 meaning backtraces may become incomplete or inaccurate. One use of
1078 this is when a user simply wants to do the following sequence: attach,
1079 dump core, detach. Loading the debugging information in this case is
1080 an unnecessary cause of delay.
1081 @end table
1082
1083 @node Mode Options
1084 @subsection Choosing Modes
1085
1086 You can run @value{GDBN} in various alternative modes---for example, in
1087 batch mode or quiet mode.
1088
1089 @table @code
1090 @anchor{-nx}
1091 @item -nx
1092 @itemx -n
1093 @cindex @code{--nx}
1094 @cindex @code{-n}
1095 Do not execute commands found in any initialization files
1096 (@pxref{Initialization Files}).
1097
1098 @anchor{-nh}
1099 @item -nh
1100 @cindex @code{--nh}
1101 Do not execute commands found in any home directory initialization
1102 file (@pxref{Initialization Files,,Home directory initialization
1103 file}). The system wide and current directory initialization files
1104 are still loaded.
1105
1106 @item -quiet
1107 @itemx -silent
1108 @itemx -q
1109 @cindex @code{--quiet}
1110 @cindex @code{--silent}
1111 @cindex @code{-q}
1112 ``Quiet''. Do not print the introductory and copyright messages. These
1113 messages are also suppressed in batch mode.
1114
1115 @kindex set startup-quietly
1116 @kindex show startup-quietly
1117 This can also be enabled using @code{set startup-quietly on}. The
1118 default is @code{off}. Use @code{show startup-quietly} to see the
1119 current setting. Place @code{set startup-quietly on} into your early
1120 initialization file (@pxref{Initialization Files,,Initialization
1121 Files}) to have future @value{GDBN} sessions startup quietly.
1122
1123 @item -batch
1124 @cindex @code{--batch}
1125 Run in batch mode. Exit with status @code{0} after processing all the
1126 command files specified with @samp{-x} (and all commands from
1127 initialization files, if not inhibited with @samp{-n}). Exit with
1128 nonzero status if an error occurs in executing the @value{GDBN} commands
1129 in the command files. Batch mode also disables pagination, sets unlimited
1130 terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1131 off} were in effect (@pxref{Messages/Warnings}).
1132
1133 Batch mode may be useful for running @value{GDBN} as a filter, for
1134 example to download and run a program on another computer; in order to
1135 make this more useful, the message
1136
1137 @smallexample
1138 Program exited normally.
1139 @end smallexample
1140
1141 @noindent
1142 (which is ordinarily issued whenever a program running under
1143 @value{GDBN} control terminates) is not issued when running in batch
1144 mode.
1145
1146 @item -batch-silent
1147 @cindex @code{--batch-silent}
1148 Run in batch mode exactly like @samp{-batch}, but totally silently. All
1149 @value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1150 unaffected). This is much quieter than @samp{-silent} and would be useless
1151 for an interactive session.
1152
1153 This is particularly useful when using targets that give @samp{Loading section}
1154 messages, for example.
1155
1156 Note that targets that give their output via @value{GDBN}, as opposed to
1157 writing directly to @code{stdout}, will also be made silent.
1158
1159 @item -return-child-result
1160 @cindex @code{--return-child-result}
1161 The return code from @value{GDBN} will be the return code from the child
1162 process (the process being debugged), with the following exceptions:
1163
1164 @itemize @bullet
1165 @item
1166 @value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1167 internal error. In this case the exit code is the same as it would have been
1168 without @samp{-return-child-result}.
1169 @item
1170 The user quits with an explicit value. E.g., @samp{quit 1}.
1171 @item
1172 The child process never runs, or is not allowed to terminate, in which case
1173 the exit code will be -1.
1174 @end itemize
1175
1176 This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1177 when @value{GDBN} is being used as a remote program loader or simulator
1178 interface.
1179
1180 @item -nowindows
1181 @itemx -nw
1182 @cindex @code{--nowindows}
1183 @cindex @code{-nw}
1184 ``No windows''. If @value{GDBN} comes with a graphical user interface
1185 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1186 interface. If no GUI is available, this option has no effect.
1187
1188 @item -windows
1189 @itemx -w
1190 @cindex @code{--windows}
1191 @cindex @code{-w}
1192 If @value{GDBN} includes a GUI, then this option requires it to be
1193 used if possible.
1194
1195 @item -cd @var{directory}
1196 @cindex @code{--cd}
1197 Run @value{GDBN} using @var{directory} as its working directory,
1198 instead of the current directory.
1199
1200 @item -data-directory @var{directory}
1201 @itemx -D @var{directory}
1202 @cindex @code{--data-directory}
1203 @cindex @code{-D}
1204 Run @value{GDBN} using @var{directory} as its data directory.
1205 The data directory is where @value{GDBN} searches for its
1206 auxiliary files. @xref{Data Files}.
1207
1208 @item -fullname
1209 @itemx -f
1210 @cindex @code{--fullname}
1211 @cindex @code{-f}
1212 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1213 subprocess. It tells @value{GDBN} to output the full file name and line
1214 number in a standard, recognizable fashion each time a stack frame is
1215 displayed (which includes each time your program stops). This
1216 recognizable format looks like two @samp{\032} characters, followed by
1217 the file name, line number and character position separated by colons,
1218 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1219 @samp{\032} characters as a signal to display the source code for the
1220 frame.
1221
1222 @item -annotate @var{level}
1223 @cindex @code{--annotate}
1224 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1225 effect is identical to using @samp{set annotate @var{level}}
1226 (@pxref{Annotations}). The annotation @var{level} controls how much
1227 information @value{GDBN} prints together with its prompt, values of
1228 expressions, source lines, and other types of output. Level 0 is the
1229 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1230 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1231 that control @value{GDBN}, and level 2 has been deprecated.
1232
1233 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1234 (@pxref{GDB/MI}).
1235
1236 @item --args
1237 @cindex @code{--args}
1238 Change interpretation of command line so that arguments following the
1239 executable file are passed as command line arguments to the inferior.
1240 This option stops option processing.
1241
1242 @item -baud @var{bps}
1243 @itemx -b @var{bps}
1244 @cindex @code{--baud}
1245 @cindex @code{-b}
1246 Set the line speed (baud rate or bits per second) of any serial
1247 interface used by @value{GDBN} for remote debugging.
1248
1249 @item -l @var{timeout}
1250 @cindex @code{-l}
1251 Set the timeout (in seconds) of any communication used by @value{GDBN}
1252 for remote debugging.
1253
1254 @item -tty @var{device}
1255 @itemx -t @var{device}
1256 @cindex @code{--tty}
1257 @cindex @code{-t}
1258 Run using @var{device} for your program's standard input and output.
1259 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1260
1261 @c resolve the situation of these eventually
1262 @item -tui
1263 @cindex @code{--tui}
1264 Activate the @dfn{Text User Interface} when starting. The Text User
1265 Interface manages several text windows on the terminal, showing
1266 source, assembly, registers and @value{GDBN} command outputs
1267 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1268 option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1269 Using @value{GDBN} under @sc{gnu} Emacs}).
1270
1271 @item -interpreter @var{interp}
1272 @cindex @code{--interpreter}
1273 Use the interpreter @var{interp} for interface with the controlling
1274 program or device. This option is meant to be set by programs which
1275 communicate with @value{GDBN} using it as a back end.
1276 @xref{Interpreters, , Command Interpreters}.
1277
1278 @samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1279 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1280 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1281 version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1282 included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1283 interfaces are no longer supported.
1284
1285 @item -write
1286 @cindex @code{--write}
1287 Open the executable and core files for both reading and writing. This
1288 is equivalent to the @samp{set write on} command inside @value{GDBN}
1289 (@pxref{Patching}).
1290
1291 @item -statistics
1292 @cindex @code{--statistics}
1293 This option causes @value{GDBN} to print statistics about time and
1294 memory usage after it completes each command and returns to the prompt.
1295
1296 @item -version
1297 @cindex @code{--version}
1298 This option causes @value{GDBN} to print its version number and
1299 no-warranty blurb, and exit.
1300
1301 @item -configuration
1302 @cindex @code{--configuration}
1303 This option causes @value{GDBN} to print details about its build-time
1304 configuration parameters, and then exit. These details can be
1305 important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1306
1307 @end table
1308
1309 @node Startup
1310 @subsection What @value{GDBN} Does During Startup
1311 @cindex @value{GDBN} startup
1312
1313 Here's the description of what @value{GDBN} does during session startup:
1314
1315 @enumerate
1316
1317 @item
1318 Performs minimal setup required to initialize basic internal state.
1319
1320 @item
1321 @cindex early initialization file
1322 Reads commands from the early initialization file (if any) in your
1323 home directory. Only a restricted set of commands can be placed into
1324 an early initialization file, see @ref{Initialization Files}, for
1325 details.
1326
1327 @item
1328 Executes commands and command files specified by the @samp{-eiex} and
1329 @samp{-eix} command line options in their specified order. Only a
1330 restricted set of commands can be used with @samp{-eiex} and
1331 @samp{eix}, see @ref{Initialization Files}, for details.
1332
1333 @item
1334 Sets up the command interpreter as specified by the command line
1335 (@pxref{Mode Options, interpreter}).
1336
1337 @item
1338 @cindex init file
1339 Reads the system wide initialization file and the files from the
1340 system wide initialization directory, @pxref{System Wide Init Files}.
1341
1342 @item
1343 Reads the initialization file (if any) in your home directory and
1344 executes all the commands in that file, @pxref{Home Directory Init
1345 File}.
1346
1347 @anchor{Option -init-eval-command}
1348 @item
1349 Executes commands and command files specified by the @samp{-iex} and
1350 @samp{-ix} options in their specified order. Usually you should use the
1351 @samp{-ex} and @samp{-x} options instead, but this way you can apply
1352 settings before @value{GDBN} init files get executed and before inferior
1353 gets loaded.
1354
1355 @item
1356 Processes command line options and operands.
1357
1358 @item
1359 Reads and executes the commands from the initialization file (if any)
1360 in the current working directory as long as @samp{set auto-load
1361 local-gdbinit} is set to @samp{on} (@pxref{Init File in the Current
1362 Directory}). This is only done if the current directory is different
1363 from your home directory. Thus, you can have more than one init file,
1364 one generic in your home directory, and another, specific to the
1365 program you are debugging, in the directory where you invoke
1366 @value{GDBN}. @xref{Init File in the Current Directory during
1367 Startup}.
1368
1369 @item
1370 If the command line specified a program to debug, or a process to
1371 attach to, or a core file, @value{GDBN} loads any auto-loaded
1372 scripts provided for the program or for its loaded shared libraries.
1373 @xref{Auto-loading}.
1374
1375 If you wish to disable the auto-loading during startup,
1376 you must do something like the following:
1377
1378 @smallexample
1379 $ gdb -iex "set auto-load python-scripts off" myprogram
1380 @end smallexample
1381
1382 Option @samp{-ex} does not work because the auto-loading is then turned
1383 off too late.
1384
1385 @item
1386 Executes commands and command files specified by the @samp{-ex} and
1387 @samp{-x} options in their specified order. @xref{Command Files}, for
1388 more details about @value{GDBN} command files.
1389
1390 @item
1391 Reads the command history recorded in the @dfn{history file}.
1392 @xref{Command History}, for more details about the command history and the
1393 files where @value{GDBN} records it.
1394 @end enumerate
1395
1396 @node Initialization Files
1397 @subsection Initialization Files
1398 @cindex init file name
1399
1400 During startup (@pxref{Startup}) @value{GDBN} will execute commands
1401 from several initialization files. These initialization files use the
1402 same syntax as @dfn{command files} (@pxref{Command Files}) and are
1403 processed by @value{GDBN} in the same way.
1404
1405 To display the list of initialization files loaded by @value{GDBN} at
1406 startup, in the order they will be loaded, you can use @kbd{gdb
1407 --help}.
1408
1409 @cindex early initialization
1410 The @dfn{early initialization} file is loaded very early in
1411 @value{GDBN}'s initialization process, before the interpreter
1412 (@pxref{Interpreters}) has been initialized, and before the default
1413 target (@pxref{Targets}) is initialized. Only @code{set} or
1414 @code{source} commands should be placed into an early initialization
1415 file, and the only @code{set} commands that can be used are those that
1416 control how @value{GDBN} starts up.
1417
1418 Commands that can be placed into an early initialization file will be
1419 documented as such throughout this manual. Any command that is not
1420 documented as being suitable for an early initialization file should
1421 instead be placed into a general initialization file. Command files
1422 passed to @code{--early-init-command} or @code{-eix} are also early
1423 initialization files, with the same command restrictions. Only
1424 commands that can appear in an early initialization file should be
1425 passed to @code{--early-init-eval-command} or @code{-eiex}.
1426
1427 @cindex general initialization
1428 In contrast, the @dfn{general initialization} files are processed
1429 later, after @value{GDBN} has finished its own internal initialization
1430 process, any valid command can be used in these files.
1431
1432 @cindex initialization file
1433 Throughout the rest of this document the term @dfn{initialization
1434 file} refers to one of the general initialization files, not the early
1435 initialization file. Any discussion of the early initialization file
1436 will specifically mention that it is the early initialization file
1437 being discussed.
1438
1439 As the system wide and home directory initialization files are
1440 processed before most command line options, changes to settings
1441 (e.g.@: @samp{set complaints}) can affect subsequent processing of
1442 command line options and operands.
1443
1444 The following sections describe where @value{GDBN} looks for the early
1445 initialization and initialization files, and the order that the files
1446 are searched for.
1447
1448 @subsubsection Home directory early initialization files
1449
1450 @value{GDBN} initially looks for an early initialization file in the
1451 users home directory@footnote{On DOS/Windows systems, the home
1452 directory is the one pointed to by the @env{HOME} environment
1453 variable.}. There are a number of locations that @value{GDBN} will
1454 search in the home directory, these locations are searched in order
1455 and @value{GDBN} will load the first file that it finds, and
1456 subsequent locations will not be checked.
1457
1458 On non-macOS hosts the locations searched are:
1459 @itemize
1460 @item
1461 The file @file{gdb/gdbearlyinit} within the directory pointed to by the
1462 environment variable @env{XDG_CONFIG_HOME}, if it is defined.
1463 @item
1464 The file @file{.config/gdb/gdbearlyinit} within the directory pointed to
1465 by the environment variable @env{HOME}, if it is defined.
1466 @item
1467 The file @file{.gdbearlyinit} within the directory pointed to by the
1468 environment variable @env{HOME}, if it is defined.
1469 @end itemize
1470
1471 By contrast, on macOS hosts the locations searched are:
1472 @itemize
1473 @item
1474 The file @file{Library/Preferences/gdb/gdbearlyinit} within the
1475 directory pointed to by the environment variable @env{HOME}, if it is
1476 defined.
1477 @item
1478 The file @file{.gdbearlyinit} within the directory pointed to by the
1479 environment variable @env{HOME}, if it is defined.
1480 @end itemize
1481
1482 It is possible to prevent the home directory early initialization file
1483 from being loaded using the @samp{-nx} or @samp{-nh} command line
1484 options, @pxref{Mode Options,,Choosing Modes}.
1485
1486 @anchor{System Wide Init Files}
1487 @subsubsection System wide initialization files
1488
1489 There are two locations that are searched for system wide
1490 initialization files. Both of these locations are always checked:
1491
1492 @table @code
1493
1494 @item @file{system.gdbinit}
1495 This is a single system-wide initialization file. Its location is
1496 specified with the @code{--with-system-gdbinit} configure option
1497 (@pxref{System-wide configuration}). It is loaded first when
1498 @value{GDBN} starts, before command line options have been processed.
1499
1500 @item @file{system.gdbinit.d}
1501 This is the system-wide initialization directory. Its location is
1502 specified with the @code{--with-system-gdbinit-dir} configure option
1503 (@pxref{System-wide configuration}). Files in this directory are
1504 loaded in alphabetical order immediately after @file{system.gdbinit}
1505 (if enabled) when @value{GDBN} starts, before command line options
1506 have been processed. Files need to have a recognized scripting
1507 language extension (@file{.py}/@file{.scm}) or be named with a
1508 @file{.gdb} extension to be interpreted as regular @value{GDBN}
1509 commands. @value{GDBN} will not recurse into any subdirectories of
1510 this directory.
1511
1512 @end table
1513
1514 It is possible to prevent the system wide initialization files from
1515 being loaded using the @samp{-nx} command line option, @pxref{Mode
1516 Options,,Choosing Modes}.
1517
1518 @anchor{Home Directory Init File}
1519 @subsubsection Home directory initialization file
1520 @cindex @file{gdbinit}
1521 @cindex @file{.gdbinit}
1522 @cindex @file{gdb.ini}
1523
1524 After loading the system wide initialization files @value{GDBN} will
1525 look for an initialization file in the users home
1526 directory@footnote{On DOS/Windows systems, the home directory is the
1527 one pointed to by the @env{HOME} environment variable.}. There are a
1528 number of locations that @value{GDBN} will search in the home
1529 directory, these locations are searched in order and @value{GDBN} will
1530 load the first file that it finds, and subsequent locations will not
1531 be checked.
1532
1533 On non-Apple hosts the locations searched are:
1534 @table @file
1535 @item $XDG_CONFIG_HOME/gdb/gdbinit
1536 @item $HOME/.config/gdb/gdbinit
1537 @item $HOME/.gdbinit
1538 @end table
1539
1540 While on Apple hosts the locations searched are:
1541 @table @file
1542 @item $HOME/Library/Preferences/gdb/gdbinit
1543 @item $HOME/.gdbinit
1544 @end table
1545
1546 It is possible to prevent the home directory initialization file from
1547 being loaded using the @samp{-nx} or @samp{-nh} command line options,
1548 @pxref{Mode Options,,Choosing Modes}.
1549
1550 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini} instead of
1551 @file{.gdbinit} or @file{gdbinit}, due to the limitations of file
1552 names imposed by DOS filesystems. The Windows port of @value{GDBN}
1553 uses the standard name, but if it finds a @file{gdb.ini} file in your
1554 home directory, it warns you about that and suggests to rename the
1555 file to the standard name.
1556
1557 @anchor{Init File in the Current Directory during Startup}
1558 @subsubsection Local directory initialization file
1559
1560 @value{GDBN} will check the current directory for a file called
1561 @file{.gdbinit}. It is loaded last, after command line options
1562 other than @samp{-x} and @samp{-ex} have been processed. The command
1563 line options @samp{-x} and @samp{-ex} are processed last, after
1564 @file{.gdbinit} has been loaded, @pxref{File Options,,Choosing
1565 Files}.
1566
1567 If the file in the current directory was already loaded as the home
1568 directory initialization file then it will not be loaded a second
1569 time.
1570
1571 It is possible to prevent the local directory initialization file from
1572 being loaded using the @samp{-nx} command line option, @pxref{Mode
1573 Options,,Choosing Modes}.
1574
1575 @node Quitting GDB
1576 @section Quitting @value{GDBN}
1577 @cindex exiting @value{GDBN}
1578 @cindex leaving @value{GDBN}
1579
1580 @table @code
1581 @kindex quit @r{[}@var{expression}@r{]}
1582 @kindex q @r{(@code{quit})}
1583 @item quit @r{[}@var{expression}@r{]}
1584 @itemx q
1585 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1586 @code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
1587 do not supply @var{expression}, @value{GDBN} will terminate normally;
1588 otherwise it will terminate using the result of @var{expression} as the
1589 error code.
1590 @end table
1591
1592 @cindex interrupt
1593 An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1594 terminates the action of any @value{GDBN} command that is in progress and
1595 returns to @value{GDBN} command level. It is safe to type the interrupt
1596 character at any time because @value{GDBN} does not allow it to take effect
1597 until a time when it is safe.
1598
1599 If you have been using @value{GDBN} to control an attached process or
1600 device, you can release it with the @code{detach} command
1601 (@pxref{Attach, ,Debugging an Already-running Process}).
1602
1603 @node Shell Commands
1604 @section Shell Commands
1605
1606 If you need to execute occasional shell commands during your
1607 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1608 just use the @code{shell} command.
1609
1610 @table @code
1611 @kindex shell
1612 @kindex !
1613 @cindex shell escape
1614 @item shell @var{command-string}
1615 @itemx !@var{command-string}
1616 Invoke a standard shell to execute @var{command-string}.
1617 Note that no space is needed between @code{!} and @var{command-string}.
1618 On GNU and Unix systems, the environment variable @env{SHELL}, if it
1619 exists, determines which shell to run. Otherwise @value{GDBN} uses
1620 the default shell (@file{/bin/sh} on GNU and Unix systems,
1621 @file{cmd.exe} on MS-Windows, @file{COMMAND.COM} on MS-DOS, etc.).
1622 @end table
1623
1624 The utility @code{make} is often needed in development environments.
1625 You do not have to use the @code{shell} command for this purpose in
1626 @value{GDBN}:
1627
1628 @table @code
1629 @kindex make
1630 @cindex calling make
1631 @item make @var{make-args}
1632 Execute the @code{make} program with the specified
1633 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1634 @end table
1635
1636 @table @code
1637 @kindex pipe
1638 @kindex |
1639 @cindex send the output of a gdb command to a shell command
1640 @anchor{pipe}
1641 @item pipe [@var{command}] | @var{shell_command}
1642 @itemx | [@var{command}] | @var{shell_command}
1643 @itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1644 @itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1645 Executes @var{command} and sends its output to @var{shell_command}.
1646 Note that no space is needed around @code{|}.
1647 If no @var{command} is provided, the last command executed is repeated.
1648
1649 In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1650 can be used to specify an alternate delimiter string @var{delim} that separates
1651 the @var{command} from the @var{shell_command}.
1652
1653 Example:
1654 @smallexample
1655 @group
1656 (gdb) p var
1657 $1 = @{
1658 black = 144,
1659 red = 233,
1660 green = 377,
1661 blue = 610,
1662 white = 987
1663 @}
1664 @end group
1665 @group
1666 (gdb) pipe p var|wc
1667 7 19 80
1668 (gdb) |p var|wc -l
1669 7
1670 @end group
1671 @group
1672 (gdb) p /x var
1673 $4 = @{
1674 black = 0x90,
1675 red = 0xe9,
1676 green = 0x179,
1677 blue = 0x262,
1678 white = 0x3db
1679 @}
1680 (gdb) ||grep red
1681 red => 0xe9,
1682 @end group
1683 @group
1684 (gdb) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1685 this contains a PIPE char
1686 (gdb) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1687 this contains a PIPE char!
1688 (gdb)
1689 @end group
1690 @end smallexample
1691 @end table
1692
1693 The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1694 can be used to examine the exit status of the last shell command launched
1695 by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1696 @xref{Convenience Vars,, Convenience Variables}.
1697
1698 @node Logging Output
1699 @section Logging Output
1700 @cindex logging @value{GDBN} output
1701 @cindex save @value{GDBN} output to a file
1702
1703 You may want to save the output of @value{GDBN} commands to a file.
1704 There are several commands to control @value{GDBN}'s logging.
1705
1706 @table @code
1707 @kindex set logging
1708 @item set logging on
1709 Enable logging.
1710 @item set logging off
1711 Disable logging.
1712 @cindex logging file name
1713 @item set logging file @var{file}
1714 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1715 @item set logging overwrite [on|off]
1716 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1717 you want @code{set logging on} to overwrite the logfile instead.
1718 @item set logging redirect [on|off]
1719 By default, @value{GDBN} output will go to both the terminal and the logfile.
1720 Set @code{redirect} if you want output to go only to the log file.
1721 @item set logging debugredirect [on|off]
1722 By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1723 Set @code{debugredirect} if you want debug output to go only to the log file.
1724 @kindex show logging
1725 @item show logging
1726 Show the current values of the logging settings.
1727 @end table
1728
1729 You can also redirect the output of a @value{GDBN} command to a
1730 shell command. @xref{pipe}.
1731 @node Commands
1732 @chapter @value{GDBN} Commands
1733
1734 You can abbreviate a @value{GDBN} command to the first few letters of the command
1735 name, if that abbreviation is unambiguous; and you can repeat certain
1736 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1737 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1738 show you the alternatives available, if there is more than one possibility).
1739
1740 @menu
1741 * Command Syntax:: How to give commands to @value{GDBN}
1742 * Command Settings:: How to change default behavior of commands
1743 * Completion:: Command completion
1744 * Command Options:: Command options
1745 * Help:: How to ask @value{GDBN} for help
1746 @end menu
1747
1748 @node Command Syntax
1749 @section Command Syntax
1750
1751 A @value{GDBN} command is a single line of input. There is no limit on
1752 how long it can be. It starts with a command name, which is followed by
1753 arguments whose meaning depends on the command name. For example, the
1754 command @code{step} accepts an argument which is the number of times to
1755 step, as in @samp{step 5}. You can also use the @code{step} command
1756 with no arguments. Some commands do not allow any arguments.
1757
1758 @cindex abbreviation
1759 @value{GDBN} command names may always be truncated if that abbreviation is
1760 unambiguous. Other possible command abbreviations are listed in the
1761 documentation for individual commands. In some cases, even ambiguous
1762 abbreviations are allowed; for example, @code{s} is specially defined as
1763 equivalent to @code{step} even though there are other commands whose
1764 names start with @code{s}. You can test abbreviations by using them as
1765 arguments to the @code{help} command.
1766
1767 @cindex repeating commands
1768 @kindex RET @r{(repeat last command)}
1769 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1770 repeat the previous command. Certain commands (for example, @code{run})
1771 will not repeat this way; these are commands whose unintentional
1772 repetition might cause trouble and which you are unlikely to want to
1773 repeat. User-defined commands can disable this feature; see
1774 @ref{Define, dont-repeat}.
1775
1776 The @code{list} and @code{x} commands, when you repeat them with
1777 @key{RET}, construct new arguments rather than repeating
1778 exactly as typed. This permits easy scanning of source or memory.
1779
1780 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1781 output, in a way similar to the common utility @code{more}
1782 (@pxref{Screen Size,,Screen Size}). Since it is easy to press one
1783 @key{RET} too many in this situation, @value{GDBN} disables command
1784 repetition after any command that generates this sort of display.
1785
1786 @kindex # @r{(a comment)}
1787 @cindex comment
1788 Any text from a @kbd{#} to the end of the line is a comment; it does
1789 nothing. This is useful mainly in command files (@pxref{Command
1790 Files,,Command Files}).
1791
1792 @cindex repeating command sequences
1793 @kindex Ctrl-o @r{(operate-and-get-next)}
1794 The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1795 commands. This command accepts the current line, like @key{RET}, and
1796 then fetches the next line relative to the current line from the history
1797 for editing.
1798
1799
1800 @node Command Settings
1801 @section Command Settings
1802 @cindex default behavior of commands, changing
1803 @cindex default settings, changing
1804
1805 Many commands change their behavior according to command-specific
1806 variables or settings. These settings can be changed with the
1807 @code{set} subcommands. For example, the @code{print} command
1808 (@pxref{Data, ,Examining Data}) prints arrays differently depending on
1809 settings changeable with the commands @code{set print elements
1810 NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1811
1812 You can change these settings to your preference in the gdbinit files
1813 loaded at @value{GDBN} startup. @xref{Startup}.
1814
1815 The settings can also be changed interactively during the debugging
1816 session. For example, to change the limit of array elements to print,
1817 you can do the following:
1818 @smallexample
1819 (@value{GDBN}) set print elements 10
1820 (@value{GDBN}) print some_array
1821 $1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1822 @end smallexample
1823
1824 The above @code{set print elements 10} command changes the number of
1825 elements to print from the default of 200 to 10. If you only intend
1826 this limit of 10 to be used for printing @code{some_array}, then you
1827 must restore the limit back to 200, with @code{set print elements
1828 200}.
1829
1830 Some commands allow overriding settings with command options. For
1831 example, the @code{print} command supports a number of options that
1832 allow overriding relevant global print settings as set by @code{set
1833 print} subcommands. @xref{print options}. The example above could be
1834 rewritten as:
1835 @smallexample
1836 (@value{GDBN}) print -elements 10 -- some_array
1837 $1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1838 @end smallexample
1839
1840 Alternatively, you can use the @code{with} command to change a setting
1841 temporarily, for the duration of a command invocation.
1842
1843 @table @code
1844 @kindex with command
1845 @kindex w @r{(@code{with})}
1846 @cindex settings
1847 @cindex temporarily change settings
1848 @item with @var{setting} [@var{value}] [-- @var{command}]
1849 @itemx w @var{setting} [@var{value}] [-- @var{command}]
1850 Temporarily set @var{setting} to @var{value} for the duration of
1851 @var{command}.
1852
1853 @var{setting} is any setting you can change with the @code{set}
1854 subcommands. @var{value} is the value to assign to @code{setting}
1855 while running @code{command}.
1856
1857 If no @var{command} is provided, the last command executed is
1858 repeated.
1859
1860 If a @var{command} is provided, it must be preceded by a double dash
1861 (@code{--}) separator. This is required because some settings accept
1862 free-form arguments, such as expressions or filenames.
1863
1864 For example, the command
1865 @smallexample
1866 (@value{GDBN}) with print array on -- print some_array
1867 @end smallexample
1868 @noindent
1869 is equivalent to the following 3 commands:
1870 @smallexample
1871 (@value{GDBN}) set print array on
1872 (@value{GDBN}) print some_array
1873 (@value{GDBN}) set print array off
1874 @end smallexample
1875
1876 The @code{with} command is particularly useful when you want to
1877 override a setting while running user-defined commands, or commands
1878 defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1879
1880 @smallexample
1881 (@value{GDBN}) with print pretty on -- my_complex_command
1882 @end smallexample
1883
1884 To change several settings for the same command, you can nest
1885 @code{with} commands. For example, @code{with language ada -- with
1886 print elements 10} temporarily changes the language to Ada and sets a
1887 limit of 10 elements to print for arrays and strings.
1888
1889 @end table
1890
1891 @node Completion
1892 @section Command Completion
1893
1894 @cindex completion
1895 @cindex word completion
1896 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1897 only one possibility; it can also show you what the valid possibilities
1898 are for the next word in a command, at any time. This works for @value{GDBN}
1899 commands, @value{GDBN} subcommands, command options, and the names of symbols
1900 in your program.
1901
1902 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1903 of a word. If there is only one possibility, @value{GDBN} fills in the
1904 word, and waits for you to finish the command (or press @key{RET} to
1905 enter it). For example, if you type
1906
1907 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1908 @c complete accuracy in these examples; space introduced for clarity.
1909 @c If texinfo enhancements make it unnecessary, it would be nice to
1910 @c replace " @key" by "@key" in the following...
1911 @smallexample
1912 (@value{GDBP}) info bre @key{TAB}
1913 @end smallexample
1914
1915 @noindent
1916 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1917 the only @code{info} subcommand beginning with @samp{bre}:
1918
1919 @smallexample
1920 (@value{GDBP}) info breakpoints
1921 @end smallexample
1922
1923 @noindent
1924 You can either press @key{RET} at this point, to run the @code{info
1925 breakpoints} command, or backspace and enter something else, if
1926 @samp{breakpoints} does not look like the command you expected. (If you
1927 were sure you wanted @code{info breakpoints} in the first place, you
1928 might as well just type @key{RET} immediately after @samp{info bre},
1929 to exploit command abbreviations rather than command completion).
1930
1931 If there is more than one possibility for the next word when you press
1932 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1933 characters and try again, or just press @key{TAB} a second time;
1934 @value{GDBN} displays all the possible completions for that word. For
1935 example, you might want to set a breakpoint on a subroutine whose name
1936 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1937 just sounds the bell. Typing @key{TAB} again displays all the
1938 function names in your program that begin with those characters, for
1939 example:
1940
1941 @smallexample
1942 (@value{GDBP}) b make_ @key{TAB}
1943 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1944 make_a_section_from_file make_environ
1945 make_abs_section make_function_type
1946 make_blockvector make_pointer_type
1947 make_cleanup make_reference_type
1948 make_command make_symbol_completion_list
1949 (@value{GDBP}) b make_
1950 @end smallexample
1951
1952 @noindent
1953 After displaying the available possibilities, @value{GDBN} copies your
1954 partial input (@samp{b make_} in the example) so you can finish the
1955 command.
1956
1957 If you just want to see the list of alternatives in the first place, you
1958 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1959 means @kbd{@key{META} ?}. You can type this either by holding down a
1960 key designated as the @key{META} shift on your keyboard (if there is
1961 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1962
1963 If the number of possible completions is large, @value{GDBN} will
1964 print as much of the list as it has collected, as well as a message
1965 indicating that the list may be truncated.
1966
1967 @smallexample
1968 (@value{GDBP}) b m@key{TAB}@key{TAB}
1969 main
1970 <... the rest of the possible completions ...>
1971 *** List may be truncated, max-completions reached. ***
1972 (@value{GDBP}) b m
1973 @end smallexample
1974
1975 @noindent
1976 This behavior can be controlled with the following commands:
1977
1978 @table @code
1979 @kindex set max-completions
1980 @item set max-completions @var{limit}
1981 @itemx set max-completions unlimited
1982 Set the maximum number of completion candidates. @value{GDBN} will
1983 stop looking for more completions once it collects this many candidates.
1984 This is useful when completing on things like function names as collecting
1985 all the possible candidates can be time consuming.
1986 The default value is 200. A value of zero disables tab-completion.
1987 Note that setting either no limit or a very large limit can make
1988 completion slow.
1989 @kindex show max-completions
1990 @item show max-completions
1991 Show the maximum number of candidates that @value{GDBN} will collect and show
1992 during completion.
1993 @end table
1994
1995 @cindex quotes in commands
1996 @cindex completion of quoted strings
1997 Sometimes the string you need, while logically a ``word'', may contain
1998 parentheses or other characters that @value{GDBN} normally excludes from
1999 its notion of a word. To permit word completion to work in this
2000 situation, you may enclose words in @code{'} (single quote marks) in
2001 @value{GDBN} commands.
2002
2003 A likely situation where you might need this is in typing an
2004 expression that involves a C@t{++} symbol name with template
2005 parameters. This is because when completing expressions, GDB treats
2006 the @samp{<} character as word delimiter, assuming that it's the
2007 less-than comparison operator (@pxref{C Operators, , C and C@t{++}
2008 Operators}).
2009
2010 For example, when you want to call a C@t{++} template function
2011 interactively using the @code{print} or @code{call} commands, you may
2012 need to distinguish whether you mean the version of @code{name} that
2013 was specialized for @code{int}, @code{name<int>()}, or the version
2014 that was specialized for @code{float}, @code{name<float>()}. To use
2015 the word-completion facilities in this situation, type a single quote
2016 @code{'} at the beginning of the function name. This alerts
2017 @value{GDBN} that it may need to consider more information than usual
2018 when you press @key{TAB} or @kbd{M-?} to request word completion:
2019
2020 @smallexample
2021 (@value{GDBP}) p 'func< @kbd{M-?}
2022 func<int>() func<float>()
2023 (@value{GDBP}) p 'func<
2024 @end smallexample
2025
2026 When setting breakpoints however (@pxref{Specify Location}), you don't
2027 usually need to type a quote before the function name, because
2028 @value{GDBN} understands that you want to set a breakpoint on a
2029 function:
2030
2031 @smallexample
2032 (@value{GDBP}) b func< @kbd{M-?}
2033 func<int>() func<float>()
2034 (@value{GDBP}) b func<
2035 @end smallexample
2036
2037 This is true even in the case of typing the name of C@t{++} overloaded
2038 functions (multiple definitions of the same function, distinguished by
2039 argument type). For example, when you want to set a breakpoint you
2040 don't need to distinguish whether you mean the version of @code{name}
2041 that takes an @code{int} parameter, @code{name(int)}, or the version
2042 that takes a @code{float} parameter, @code{name(float)}.
2043
2044 @smallexample
2045 (@value{GDBP}) b bubble( @kbd{M-?}
2046 bubble(int) bubble(double)
2047 (@value{GDBP}) b bubble(dou @kbd{M-?}
2048 bubble(double)
2049 @end smallexample
2050
2051 See @ref{quoting names} for a description of other scenarios that
2052 require quoting.
2053
2054 For more information about overloaded functions, see @ref{C Plus Plus
2055 Expressions, ,C@t{++} Expressions}. You can use the command @code{set
2056 overload-resolution off} to disable overload resolution;
2057 see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
2058
2059 @cindex completion of structure field names
2060 @cindex structure field name completion
2061 @cindex completion of union field names
2062 @cindex union field name completion
2063 When completing in an expression which looks up a field in a
2064 structure, @value{GDBN} also tries@footnote{The completer can be
2065 confused by certain kinds of invalid expressions. Also, it only
2066 examines the static type of the expression, not the dynamic type.} to
2067 limit completions to the field names available in the type of the
2068 left-hand-side:
2069
2070 @smallexample
2071 (@value{GDBP}) p gdb_stdout.@kbd{M-?}
2072 magic to_fputs to_rewind
2073 to_data to_isatty to_write
2074 to_delete to_put to_write_async_safe
2075 to_flush to_read
2076 @end smallexample
2077
2078 @noindent
2079 This is because the @code{gdb_stdout} is a variable of the type
2080 @code{struct ui_file} that is defined in @value{GDBN} sources as
2081 follows:
2082
2083 @smallexample
2084 struct ui_file
2085 @{
2086 int *magic;
2087 ui_file_flush_ftype *to_flush;
2088 ui_file_write_ftype *to_write;
2089 ui_file_write_async_safe_ftype *to_write_async_safe;
2090 ui_file_fputs_ftype *to_fputs;
2091 ui_file_read_ftype *to_read;
2092 ui_file_delete_ftype *to_delete;
2093 ui_file_isatty_ftype *to_isatty;
2094 ui_file_rewind_ftype *to_rewind;
2095 ui_file_put_ftype *to_put;
2096 void *to_data;
2097 @}
2098 @end smallexample
2099
2100 @node Command Options
2101 @section Command options
2102
2103 @cindex command options
2104 Some commands accept options starting with a leading dash. For
2105 example, @code{print -pretty}. Similarly to command names, you can
2106 abbreviate a @value{GDBN} option to the first few letters of the
2107 option name, if that abbreviation is unambiguous, and you can also use
2108 the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
2109 in an option (or to show you the alternatives available, if there is
2110 more than one possibility).
2111
2112 @cindex command options, raw input
2113 Some commands take raw input as argument. For example, the print
2114 command processes arbitrary expressions in any of the languages
2115 supported by @value{GDBN}. With such commands, because raw input may
2116 start with a leading dash that would be confused with an option or any
2117 of its abbreviations, e.g.@: @code{print -p} (short for @code{print
2118 -pretty} or printing negative @code{p}?), if you specify any command
2119 option, then you must use a double-dash (@code{--}) delimiter to
2120 indicate the end of options.
2121
2122 @cindex command options, boolean
2123
2124 Some options are described as accepting an argument which can be
2125 either @code{on} or @code{off}. These are known as @dfn{boolean
2126 options}. Similarly to boolean settings commands---@code{on} and
2127 @code{off} are the typical values, but any of @code{1}, @code{yes} and
2128 @code{enable} can also be used as ``true'' value, and any of @code{0},
2129 @code{no} and @code{disable} can also be used as ``false'' value. You
2130 can also omit a ``true'' value, as it is implied by default.
2131
2132 For example, these are equivalent:
2133
2134 @smallexample
2135 (@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
2136 (@value{GDBP}) p -o -p 0 -e u -- *myptr
2137 @end smallexample
2138
2139 You can discover the set of options some command accepts by completing
2140 on @code{-} after the command name. For example:
2141
2142 @smallexample
2143 (@value{GDBP}) print -@key{TAB}@key{TAB}
2144 -address -max-depth -raw-values -union
2145 -array -null-stop -repeats -vtbl
2146 -array-indexes -object -static-members
2147 -elements -pretty -symbol
2148 @end smallexample
2149
2150 Completion will in some cases guide you with a suggestion of what kind
2151 of argument an option expects. For example:
2152
2153 @smallexample
2154 (@value{GDBP}) print -elements @key{TAB}@key{TAB}
2155 NUMBER unlimited
2156 @end smallexample
2157
2158 Here, the option expects a number (e.g., @code{100}), not literal
2159 @code{NUMBER}. Such metasyntactical arguments are always presented in
2160 uppercase.
2161
2162 (For more on using the @code{print} command, see @ref{Data, ,Examining
2163 Data}.)
2164
2165 @node Help
2166 @section Getting Help
2167 @cindex online documentation
2168 @kindex help
2169
2170 You can always ask @value{GDBN} itself for information on its commands,
2171 using the command @code{help}.
2172
2173 @table @code
2174 @kindex h @r{(@code{help})}
2175 @item help
2176 @itemx h
2177 You can use @code{help} (abbreviated @code{h}) with no arguments to
2178 display a short list of named classes of commands:
2179
2180 @smallexample
2181 (@value{GDBP}) help
2182 List of classes of commands:
2183
2184 aliases -- User-defined aliases of other commands
2185 breakpoints -- Making program stop at certain points
2186 data -- Examining data
2187 files -- Specifying and examining files
2188 internals -- Maintenance commands
2189 obscure -- Obscure features
2190 running -- Running the program
2191 stack -- Examining the stack
2192 status -- Status inquiries
2193 support -- Support facilities
2194 tracepoints -- Tracing of program execution without
2195 stopping the program
2196 user-defined -- User-defined commands
2197
2198 Type "help" followed by a class name for a list of
2199 commands in that class.
2200 Type "help" followed by command name for full
2201 documentation.
2202 Command name abbreviations are allowed if unambiguous.
2203 (@value{GDBP})
2204 @end smallexample
2205 @c the above line break eliminates huge line overfull...
2206
2207 @item help @var{class}
2208 Using one of the general help classes as an argument, you can get a
2209 list of the individual commands in that class. If a command has
2210 aliases, the aliases are given after the command name, separated by
2211 commas. If an alias has default arguments, the full definition of
2212 the alias is given after the first line.
2213 For example, here is the help display for the class @code{status}:
2214
2215 @smallexample
2216 (@value{GDBP}) help status
2217 Status inquiries.
2218
2219 List of commands:
2220
2221 @c Line break in "show" line falsifies real output, but needed
2222 @c to fit in smallbook page size.
2223 info, inf, i -- Generic command for showing things
2224 about the program being debugged
2225 info address, iamain -- Describe where symbol SYM is stored.
2226 alias iamain = info address main
2227 info all-registers -- List of all registers and their contents,
2228 for selected stack frame.
2229 ...
2230 show, info set -- Generic command for showing things
2231 about the debugger
2232
2233 Type "help" followed by command name for full
2234 documentation.
2235 Command name abbreviations are allowed if unambiguous.
2236 (@value{GDBP})
2237 @end smallexample
2238
2239 @item help @var{command}
2240 With a command name as @code{help} argument, @value{GDBN} displays a
2241 short paragraph on how to use that command. If that command has
2242 one or more aliases, @value{GDBN} will display a first line with
2243 the command name and all its aliases separated by commas.
2244 This first line will be followed by the full definition of all aliases
2245 having default arguments.
2246
2247 @kindex apropos
2248 @item apropos [-v] @var{regexp}
2249 The @code{apropos} command searches through all of the @value{GDBN}
2250 commands, and their documentation, for the regular expression specified in
2251 @var{args}. It prints out all matches found. The optional flag @samp{-v},
2252 which stands for @samp{verbose}, indicates to output the full documentation
2253 of the matching commands and highlight the parts of the documentation
2254 matching @var{regexp}. For example:
2255
2256 @smallexample
2257 apropos alias
2258 @end smallexample
2259
2260 @noindent
2261 results in:
2262
2263 @smallexample
2264 @group
2265 alias -- Define a new command that is an alias of an existing command
2266 aliases -- User-defined aliases of other commands
2267 @end group
2268 @end smallexample
2269
2270 @noindent
2271 while
2272
2273 @smallexample
2274 apropos -v cut.*thread apply
2275 @end smallexample
2276
2277 @noindent
2278 results in the below output, where @samp{cut for 'thread apply}
2279 is highlighted if styling is enabled.
2280
2281 @smallexample
2282 @group
2283 taas -- Apply a command to all threads (ignoring errors
2284 and empty output).
2285 Usage: taas COMMAND
2286 shortcut for 'thread apply all -s COMMAND'
2287
2288 tfaas -- Apply a command to all frames of all threads
2289 (ignoring errors and empty output).
2290 Usage: tfaas COMMAND
2291 shortcut for 'thread apply all -s frame apply all -s COMMAND'
2292 @end group
2293 @end smallexample
2294
2295 @kindex complete
2296 @item complete @var{args}
2297 The @code{complete @var{args}} command lists all the possible completions
2298 for the beginning of a command. Use @var{args} to specify the beginning of the
2299 command you want completed. For example:
2300
2301 @smallexample
2302 complete i
2303 @end smallexample
2304
2305 @noindent results in:
2306
2307 @smallexample
2308 @group
2309 if
2310 ignore
2311 info
2312 inspect
2313 @end group
2314 @end smallexample
2315
2316 @noindent This is intended for use by @sc{gnu} Emacs.
2317 @end table
2318
2319 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2320 and @code{show} to inquire about the state of your program, or the state
2321 of @value{GDBN} itself. Each command supports many topics of inquiry; this
2322 manual introduces each of them in the appropriate context. The listings
2323 under @code{info} and under @code{show} in the Command, Variable, and
2324 Function Index point to all the sub-commands. @xref{Command and Variable
2325 Index}.
2326
2327 @c @group
2328 @table @code
2329 @kindex info
2330 @kindex i @r{(@code{info})}
2331 @item info
2332 This command (abbreviated @code{i}) is for describing the state of your
2333 program. For example, you can show the arguments passed to a function
2334 with @code{info args}, list the registers currently in use with @code{info
2335 registers}, or list the breakpoints you have set with @code{info breakpoints}.
2336 You can get a complete list of the @code{info} sub-commands with
2337 @w{@code{help info}}.
2338
2339 @kindex set
2340 @item set
2341 You can assign the result of an expression to an environment variable with
2342 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2343 @code{set prompt $}.
2344
2345 @kindex show
2346 @item show
2347 In contrast to @code{info}, @code{show} is for describing the state of
2348 @value{GDBN} itself.
2349 You can change most of the things you can @code{show}, by using the
2350 related command @code{set}; for example, you can control what number
2351 system is used for displays with @code{set radix}, or simply inquire
2352 which is currently in use with @code{show radix}.
2353
2354 @kindex info set
2355 To display all the settable parameters and their current
2356 values, you can use @code{show} with no arguments; you may also use
2357 @code{info set}. Both commands produce the same display.
2358 @c FIXME: "info set" violates the rule that "info" is for state of
2359 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2360 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2361 @end table
2362 @c @end group
2363
2364 Here are several miscellaneous @code{show} subcommands, all of which are
2365 exceptional in lacking corresponding @code{set} commands:
2366
2367 @table @code
2368 @kindex show version
2369 @cindex @value{GDBN} version number
2370 @item show version
2371 Show what version of @value{GDBN} is running. You should include this
2372 information in @value{GDBN} bug-reports. If multiple versions of
2373 @value{GDBN} are in use at your site, you may need to determine which
2374 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2375 commands are introduced, and old ones may wither away. Also, many
2376 system vendors ship variant versions of @value{GDBN}, and there are
2377 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2378 The version number is the same as the one announced when you start
2379 @value{GDBN}.
2380
2381 @kindex show copying
2382 @kindex info copying
2383 @cindex display @value{GDBN} copyright
2384 @item show copying
2385 @itemx info copying
2386 Display information about permission for copying @value{GDBN}.
2387
2388 @kindex show warranty
2389 @kindex info warranty
2390 @item show warranty
2391 @itemx info warranty
2392 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
2393 if your version of @value{GDBN} comes with one.
2394
2395 @kindex show configuration
2396 @item show configuration
2397 Display detailed information about the way @value{GDBN} was configured
2398 when it was built. This displays the optional arguments passed to the
2399 @file{configure} script and also configuration parameters detected
2400 automatically by @command{configure}. When reporting a @value{GDBN}
2401 bug (@pxref{GDB Bugs}), it is important to include this information in
2402 your report.
2403
2404 @end table
2405
2406 @node Running
2407 @chapter Running Programs Under @value{GDBN}
2408
2409 When you run a program under @value{GDBN}, you must first generate
2410 debugging information when you compile it.
2411
2412 You may start @value{GDBN} with its arguments, if any, in an environment
2413 of your choice. If you are doing native debugging, you may redirect
2414 your program's input and output, debug an already running process, or
2415 kill a child process.
2416
2417 @menu
2418 * Compilation:: Compiling for debugging
2419 * Starting:: Starting your program
2420 * Arguments:: Your program's arguments
2421 * Environment:: Your program's environment
2422
2423 * Working Directory:: Your program's working directory
2424 * Input/Output:: Your program's input and output
2425 * Attach:: Debugging an already-running process
2426 * Kill Process:: Killing the child process
2427 * Inferiors Connections and Programs:: Debugging multiple inferiors
2428 connections and programs
2429 * Threads:: Debugging programs with multiple threads
2430 * Forks:: Debugging forks
2431 * Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
2432 @end menu
2433
2434 @node Compilation
2435 @section Compiling for Debugging
2436
2437 In order to debug a program effectively, you need to generate
2438 debugging information when you compile it. This debugging information
2439 is stored in the object file; it describes the data type of each
2440 variable or function and the correspondence between source line numbers
2441 and addresses in the executable code.
2442
2443 To request debugging information, specify the @samp{-g} option when you run
2444 the compiler.
2445
2446 Programs that are to be shipped to your customers are compiled with
2447 optimizations, using the @samp{-O} compiler option. However, some
2448 compilers are unable to handle the @samp{-g} and @samp{-O} options
2449 together. Using those compilers, you cannot generate optimized
2450 executables containing debugging information.
2451
2452 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
2453 without @samp{-O}, making it possible to debug optimized code. We
2454 recommend that you @emph{always} use @samp{-g} whenever you compile a
2455 program. You may think your program is correct, but there is no sense
2456 in pushing your luck. For more information, see @ref{Optimized Code}.
2457
2458 Older versions of the @sc{gnu} C compiler permitted a variant option
2459 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
2460 format; if your @sc{gnu} C compiler has this option, do not use it.
2461
2462 @value{GDBN} knows about preprocessor macros and can show you their
2463 expansion (@pxref{Macros}). Most compilers do not include information
2464 about preprocessor macros in the debugging information if you specify
2465 the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2466 the @sc{gnu} C compiler, provides macro information if you are using
2467 the DWARF debugging format, and specify the option @option{-g3}.
2468
2469 @xref{Debugging Options,,Options for Debugging Your Program or GCC,
2470 gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
2471 information on @value{NGCC} options affecting debug information.
2472
2473 You will have the best debugging experience if you use the latest
2474 version of the DWARF debugging format that your compiler supports.
2475 DWARF is currently the most expressive and best supported debugging
2476 format in @value{GDBN}.
2477
2478 @need 2000
2479 @node Starting
2480 @section Starting your Program
2481 @cindex starting
2482 @cindex running
2483
2484 @table @code
2485 @kindex run
2486 @kindex r @r{(@code{run})}
2487 @item run
2488 @itemx r
2489 Use the @code{run} command to start your program under @value{GDBN}.
2490 You must first specify the program name with an argument to
2491 @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2492 @value{GDBN}}), or by using the @code{file} or @code{exec-file}
2493 command (@pxref{Files, ,Commands to Specify Files}).
2494
2495 @end table
2496
2497 If you are running your program in an execution environment that
2498 supports processes, @code{run} creates an inferior process and makes
2499 that process run your program. In some environments without processes,
2500 @code{run} jumps to the start of your program. Other targets,
2501 like @samp{remote}, are always running. If you get an error
2502 message like this one:
2503
2504 @smallexample
2505 The "remote" target does not support "run".
2506 Try "help target" or "continue".
2507 @end smallexample
2508
2509 @noindent
2510 then use @code{continue} to run your program. You may need @code{load}
2511 first (@pxref{load}).
2512
2513 The execution of a program is affected by certain information it
2514 receives from its superior. @value{GDBN} provides ways to specify this
2515 information, which you must do @emph{before} starting your program. (You
2516 can change it after starting your program, but such changes only affect
2517 your program the next time you start it.) This information may be
2518 divided into four categories:
2519
2520 @table @asis
2521 @item The @emph{arguments.}
2522 Specify the arguments to give your program as the arguments of the
2523 @code{run} command. If a shell is available on your target, the shell
2524 is used to pass the arguments, so that you may use normal conventions
2525 (such as wildcard expansion or variable substitution) in describing
2526 the arguments.
2527 In Unix systems, you can control which shell is used with the
2528 @env{SHELL} environment variable. If you do not define @env{SHELL},
2529 @value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2530 use of any shell with the @code{set startup-with-shell} command (see
2531 below for details).
2532
2533 @item The @emph{environment.}
2534 Your program normally inherits its environment from @value{GDBN}, but you can
2535 use the @value{GDBN} commands @code{set environment} and @code{unset
2536 environment} to change parts of the environment that affect
2537 your program. @xref{Environment, ,Your Program's Environment}.
2538
2539 @item The @emph{working directory.}
2540 You can set your program's working directory with the command
2541 @kbd{set cwd}. If you do not set any working directory with this
2542 command, your program will inherit @value{GDBN}'s working directory if
2543 native debugging, or the remote server's working directory if remote
2544 debugging. @xref{Working Directory, ,Your Program's Working
2545 Directory}.
2546
2547 @item The @emph{standard input and output.}
2548 Your program normally uses the same device for standard input and
2549 standard output as @value{GDBN} is using. You can redirect input and output
2550 in the @code{run} command line, or you can use the @code{tty} command to
2551 set a different device for your program.
2552 @xref{Input/Output, ,Your Program's Input and Output}.
2553
2554 @cindex pipes
2555 @emph{Warning:} While input and output redirection work, you cannot use
2556 pipes to pass the output of the program you are debugging to another
2557 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2558 wrong program.
2559 @end table
2560
2561 When you issue the @code{run} command, your program begins to execute
2562 immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
2563 of how to arrange for your program to stop. Once your program has
2564 stopped, you may call functions in your program, using the @code{print}
2565 or @code{call} commands. @xref{Data, ,Examining Data}.
2566
2567 If the modification time of your symbol file has changed since the last
2568 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2569 table, and reads it again. When it does this, @value{GDBN} tries to retain
2570 your current breakpoints.
2571
2572 @table @code
2573 @kindex start
2574 @item start
2575 @cindex run to main procedure
2576 The name of the main procedure can vary from language to language.
2577 With C or C@t{++}, the main procedure name is always @code{main}, but
2578 other languages such as Ada do not require a specific name for their
2579 main procedure. The debugger provides a convenient way to start the
2580 execution of the program and to stop at the beginning of the main
2581 procedure, depending on the language used.
2582
2583 The @samp{start} command does the equivalent of setting a temporary
2584 breakpoint at the beginning of the main procedure and then invoking
2585 the @samp{run} command.
2586
2587 @cindex elaboration phase
2588 Some programs contain an @dfn{elaboration} phase where some startup code is
2589 executed before the main procedure is called. This depends on the
2590 languages used to write your program. In C@t{++}, for instance,
2591 constructors for static and global objects are executed before
2592 @code{main} is called. It is therefore possible that the debugger stops
2593 before reaching the main procedure. However, the temporary breakpoint
2594 will remain to halt execution.
2595
2596 Specify the arguments to give to your program as arguments to the
2597 @samp{start} command. These arguments will be given verbatim to the
2598 underlying @samp{run} command. Note that the same arguments will be
2599 reused if no argument is provided during subsequent calls to
2600 @samp{start} or @samp{run}.
2601
2602 It is sometimes necessary to debug the program during elaboration. In
2603 these cases, using the @code{start} command would stop the execution
2604 of your program too late, as the program would have already completed
2605 the elaboration phase. Under these circumstances, either insert
2606 breakpoints in your elaboration code before running your program or
2607 use the @code{starti} command.
2608
2609 @kindex starti
2610 @item starti
2611 @cindex run to first instruction
2612 The @samp{starti} command does the equivalent of setting a temporary
2613 breakpoint at the first instruction of a program's execution and then
2614 invoking the @samp{run} command. For programs containing an
2615 elaboration phase, the @code{starti} command will stop execution at
2616 the start of the elaboration phase.
2617
2618 @anchor{set exec-wrapper}
2619 @kindex set exec-wrapper
2620 @item set exec-wrapper @var{wrapper}
2621 @itemx show exec-wrapper
2622 @itemx unset exec-wrapper
2623 When @samp{exec-wrapper} is set, the specified wrapper is used to
2624 launch programs for debugging. @value{GDBN} starts your program
2625 with a shell command of the form @kbd{exec @var{wrapper}
2626 @var{program}}. Quoting is added to @var{program} and its
2627 arguments, but not to @var{wrapper}, so you should add quotes if
2628 appropriate for your shell. The wrapper runs until it executes
2629 your program, and then @value{GDBN} takes control.
2630
2631 You can use any program that eventually calls @code{execve} with
2632 its arguments as a wrapper. Several standard Unix utilities do
2633 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2634 with @code{exec "$@@"} will also work.
2635
2636 For example, you can use @code{env} to pass an environment variable to
2637 the debugged program, without setting the variable in your shell's
2638 environment:
2639
2640 @smallexample
2641 (@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2642 (@value{GDBP}) run
2643 @end smallexample
2644
2645 This command is available when debugging locally on most targets, excluding
2646 @sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2647
2648 @kindex set startup-with-shell
2649 @anchor{set startup-with-shell}
2650 @item set startup-with-shell
2651 @itemx set startup-with-shell on
2652 @itemx set startup-with-shell off
2653 @itemx show startup-with-shell
2654 On Unix systems, by default, if a shell is available on your target,
2655 @value{GDBN}) uses it to start your program. Arguments of the
2656 @code{run} command are passed to the shell, which does variable
2657 substitution, expands wildcard characters and performs redirection of
2658 I/O. In some circumstances, it may be useful to disable such use of a
2659 shell, for example, when debugging the shell itself or diagnosing
2660 startup failures such as:
2661
2662 @smallexample
2663 (@value{GDBP}) run
2664 Starting program: ./a.out
2665 During startup program terminated with signal SIGSEGV, Segmentation fault.
2666 @end smallexample
2667
2668 @noindent
2669 which indicates the shell or the wrapper specified with
2670 @samp{exec-wrapper} crashed, not your program. Most often, this is
2671 caused by something odd in your shell's non-interactive mode
2672 initialization file---such as @file{.cshrc} for C-shell,
2673 $@file{.zshenv} for the Z shell, or the file specified in the
2674 @env{BASH_ENV} environment variable for BASH.
2675
2676 @anchor{set auto-connect-native-target}
2677 @kindex set auto-connect-native-target
2678 @item set auto-connect-native-target
2679 @itemx set auto-connect-native-target on
2680 @itemx set auto-connect-native-target off
2681 @itemx show auto-connect-native-target
2682
2683 By default, if the current inferior is not connected to any target yet
2684 (e.g., with @code{target remote}), the @code{run} command starts your
2685 program as a native process under @value{GDBN}, on your local machine.
2686 If you're sure you don't want to debug programs on your local machine,
2687 you can tell @value{GDBN} to not connect to the native target
2688 automatically with the @code{set auto-connect-native-target off}
2689 command.
2690
2691 If @code{on}, which is the default, and if the current inferior is not
2692 connected to a target already, the @code{run} command automaticaly
2693 connects to the native target, if one is available.
2694
2695 If @code{off}, and if the current inferior is not connected to a
2696 target already, the @code{run} command fails with an error:
2697
2698 @smallexample
2699 (@value{GDBP}) run
2700 Don't know how to run. Try "help target".
2701 @end smallexample
2702
2703 If the current inferior is already connected to a target, @value{GDBN}
2704 always uses it with the @code{run} command.
2705
2706 In any case, you can explicitly connect to the native target with the
2707 @code{target native} command. For example,
2708
2709 @smallexample
2710 (@value{GDBP}) set auto-connect-native-target off
2711 (@value{GDBP}) run
2712 Don't know how to run. Try "help target".
2713 (@value{GDBP}) target native
2714 (@value{GDBP}) run
2715 Starting program: ./a.out
2716 [Inferior 1 (process 10421) exited normally]
2717 @end smallexample
2718
2719 In case you connected explicitly to the @code{native} target,
2720 @value{GDBN} remains connected even if all inferiors exit, ready for
2721 the next @code{run} command. Use the @code{disconnect} command to
2722 disconnect.
2723
2724 Examples of other commands that likewise respect the
2725 @code{auto-connect-native-target} setting: @code{attach}, @code{info
2726 proc}, @code{info os}.
2727
2728 @kindex set disable-randomization
2729 @item set disable-randomization
2730 @itemx set disable-randomization on
2731 This option (enabled by default in @value{GDBN}) will turn off the native
2732 randomization of the virtual address space of the started program. This option
2733 is useful for multiple debugging sessions to make the execution better
2734 reproducible and memory addresses reusable across debugging sessions.
2735
2736 This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2737 On @sc{gnu}/Linux you can get the same behavior using
2738
2739 @smallexample
2740 (@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2741 @end smallexample
2742
2743 @item set disable-randomization off
2744 Leave the behavior of the started executable unchanged. Some bugs rear their
2745 ugly heads only when the program is loaded at certain addresses. If your bug
2746 disappears when you run the program under @value{GDBN}, that might be because
2747 @value{GDBN} by default disables the address randomization on platforms, such
2748 as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2749 disable-randomization off} to try to reproduce such elusive bugs.
2750
2751 On targets where it is available, virtual address space randomization
2752 protects the programs against certain kinds of security attacks. In these
2753 cases the attacker needs to know the exact location of a concrete executable
2754 code. Randomizing its location makes it impossible to inject jumps misusing
2755 a code at its expected addresses.
2756
2757 Prelinking shared libraries provides a startup performance advantage but it
2758 makes addresses in these libraries predictable for privileged processes by
2759 having just unprivileged access at the target system. Reading the shared
2760 library binary gives enough information for assembling the malicious code
2761 misusing it. Still even a prelinked shared library can get loaded at a new
2762 random address just requiring the regular relocation process during the
2763 startup. Shared libraries not already prelinked are always loaded at
2764 a randomly chosen address.
2765
2766 Position independent executables (PIE) contain position independent code
2767 similar to the shared libraries and therefore such executables get loaded at
2768 a randomly chosen address upon startup. PIE executables always load even
2769 already prelinked shared libraries at a random address. You can build such
2770 executable using @command{gcc -fPIE -pie}.
2771
2772 Heap (malloc storage), stack and custom mmap areas are always placed randomly
2773 (as long as the randomization is enabled).
2774
2775 @item show disable-randomization
2776 Show the current setting of the explicit disable of the native randomization of
2777 the virtual address space of the started program.
2778
2779 @end table
2780
2781 @node Arguments
2782 @section Your Program's Arguments
2783
2784 @cindex arguments (to your program)
2785 The arguments to your program can be specified by the arguments of the
2786 @code{run} command.
2787 They are passed to a shell, which expands wildcard characters and
2788 performs redirection of I/O, and thence to your program. Your
2789 @env{SHELL} environment variable (if it exists) specifies what shell
2790 @value{GDBN} uses. If you do not define @env{SHELL}, @value{GDBN} uses
2791 the default shell (@file{/bin/sh} on Unix).
2792
2793 On non-Unix systems, the program is usually invoked directly by
2794 @value{GDBN}, which emulates I/O redirection via the appropriate system
2795 calls, and the wildcard characters are expanded by the startup code of
2796 the program, not by the shell.
2797
2798 @code{run} with no arguments uses the same arguments used by the previous
2799 @code{run}, or those set by the @code{set args} command.
2800
2801 @table @code
2802 @kindex set args
2803 @item set args
2804 Specify the arguments to be used the next time your program is run. If
2805 @code{set args} has no arguments, @code{run} executes your program
2806 with no arguments. Once you have run your program with arguments,
2807 using @code{set args} before the next @code{run} is the only way to run
2808 it again without arguments.
2809
2810 @kindex show args
2811 @item show args
2812 Show the arguments to give your program when it is started.
2813 @end table
2814
2815 @node Environment
2816 @section Your Program's Environment
2817
2818 @cindex environment (of your program)
2819 The @dfn{environment} consists of a set of environment variables and
2820 their values. Environment variables conventionally record such things as
2821 your user name, your home directory, your terminal type, and your search
2822 path for programs to run. Usually you set up environment variables with
2823 the shell and they are inherited by all the other programs you run. When
2824 debugging, it can be useful to try running your program with a modified
2825 environment without having to start @value{GDBN} over again.
2826
2827 @table @code
2828 @kindex path
2829 @item path @var{directory}
2830 Add @var{directory} to the front of the @env{PATH} environment variable
2831 (the search path for executables) that will be passed to your program.
2832 The value of @env{PATH} used by @value{GDBN} does not change.
2833 You may specify several directory names, separated by whitespace or by a
2834 system-dependent separator character (@samp{:} on Unix, @samp{;} on
2835 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2836 is moved to the front, so it is searched sooner.
2837
2838 You can use the string @samp{$cwd} to refer to whatever is the current
2839 working directory at the time @value{GDBN} searches the path. If you
2840 use @samp{.} instead, it refers to the directory where you executed the
2841 @code{path} command. @value{GDBN} replaces @samp{.} in the
2842 @var{directory} argument (with the current path) before adding
2843 @var{directory} to the search path.
2844 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2845 @c document that, since repeating it would be a no-op.
2846
2847 @kindex show paths
2848 @item show paths
2849 Display the list of search paths for executables (the @env{PATH}
2850 environment variable).
2851
2852 @kindex show environment
2853 @item show environment @r{[}@var{varname}@r{]}
2854 Print the value of environment variable @var{varname} to be given to
2855 your program when it starts. If you do not supply @var{varname},
2856 print the names and values of all environment variables to be given to
2857 your program. You can abbreviate @code{environment} as @code{env}.
2858
2859 @kindex set environment
2860 @anchor{set environment}
2861 @item set environment @var{varname} @r{[}=@var{value}@r{]}
2862 Set environment variable @var{varname} to @var{value}. The value
2863 changes for your program (and the shell @value{GDBN} uses to launch
2864 it), not for @value{GDBN} itself. The @var{value} may be any string; the
2865 values of environment variables are just strings, and any
2866 interpretation is supplied by your program itself. The @var{value}
2867 parameter is optional; if it is eliminated, the variable is set to a
2868 null value.
2869 @c "any string" here does not include leading, trailing
2870 @c blanks. Gnu asks: does anyone care?
2871
2872 For example, this command:
2873
2874 @smallexample
2875 set env USER = foo
2876 @end smallexample
2877
2878 @noindent
2879 tells the debugged program, when subsequently run, that its user is named
2880 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2881 are not actually required.)
2882
2883 Note that on Unix systems, @value{GDBN} runs your program via a shell,
2884 which also inherits the environment set with @code{set environment}.
2885 If necessary, you can avoid that by using the @samp{env} program as a
2886 wrapper instead of using @code{set environment}. @xref{set
2887 exec-wrapper}, for an example doing just that.
2888
2889 Environment variables that are set by the user are also transmitted to
2890 @command{gdbserver} to be used when starting the remote inferior.
2891 @pxref{QEnvironmentHexEncoded}.
2892
2893 @kindex unset environment
2894 @anchor{unset environment}
2895 @item unset environment @var{varname}
2896 Remove variable @var{varname} from the environment to be passed to your
2897 program. This is different from @samp{set env @var{varname} =};
2898 @code{unset environment} removes the variable from the environment,
2899 rather than assigning it an empty value.
2900
2901 Environment variables that are unset by the user are also unset on
2902 @command{gdbserver} when starting the remote inferior.
2903 @pxref{QEnvironmentUnset}.
2904 @end table
2905
2906 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2907 the shell indicated by your @env{SHELL} environment variable if it
2908 exists (or @code{/bin/sh} if not). If your @env{SHELL} variable
2909 names a shell that runs an initialization file when started
2910 non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2911 for the Z shell, or the file specified in the @env{BASH_ENV}
2912 environment variable for BASH---any variables you set in that file
2913 affect your program. You may wish to move setting of environment
2914 variables to files that are only run when you sign on, such as
2915 @file{.login} or @file{.profile}.
2916
2917 @node Working Directory
2918 @section Your Program's Working Directory
2919
2920 @cindex working directory (of your program)
2921 Each time you start your program with @code{run}, the inferior will be
2922 initialized with the current working directory specified by the
2923 @kbd{set cwd} command. If no directory has been specified by this
2924 command, then the inferior will inherit @value{GDBN}'s current working
2925 directory as its working directory if native debugging, or it will
2926 inherit the remote server's current working directory if remote
2927 debugging.
2928
2929 @table @code
2930 @kindex set cwd
2931 @cindex change inferior's working directory
2932 @anchor{set cwd command}
2933 @item set cwd @r{[}@var{directory}@r{]}
2934 Set the inferior's working directory to @var{directory}, which will be
2935 @code{glob}-expanded in order to resolve tildes (@file{~}). If no
2936 argument has been specified, the command clears the setting and resets
2937 it to an empty state. This setting has no effect on @value{GDBN}'s
2938 working directory, and it only takes effect the next time you start
2939 the inferior. The @file{~} in @var{directory} is a short for the
2940 @dfn{home directory}, usually pointed to by the @env{HOME} environment
2941 variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2942 uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2943 fallback.
2944
2945 You can also change @value{GDBN}'s current working directory by using
2946 the @code{cd} command.
2947 @xref{cd command}.
2948
2949 @kindex show cwd
2950 @cindex show inferior's working directory
2951 @item show cwd
2952 Show the inferior's working directory. If no directory has been
2953 specified by @kbd{set cwd}, then the default inferior's working
2954 directory is the same as @value{GDBN}'s working directory.
2955
2956 @kindex cd
2957 @cindex change @value{GDBN}'s working directory
2958 @anchor{cd command}
2959 @item cd @r{[}@var{directory}@r{]}
2960 Set the @value{GDBN} working directory to @var{directory}. If not
2961 given, @var{directory} uses @file{'~'}.
2962
2963 The @value{GDBN} working directory serves as a default for the
2964 commands that specify files for @value{GDBN} to operate on.
2965 @xref{Files, ,Commands to Specify Files}.
2966 @xref{set cwd command}.
2967
2968 @kindex pwd
2969 @item pwd
2970 Print the @value{GDBN} working directory.
2971 @end table
2972
2973 It is generally impossible to find the current working directory of
2974 the process being debugged (since a program can change its directory
2975 during its run). If you work on a system where @value{GDBN} supports
2976 the @code{info proc} command (@pxref{Process Information}), you can
2977 use the @code{info proc} command to find out the
2978 current working directory of the debuggee.
2979
2980 @node Input/Output
2981 @section Your Program's Input and Output
2982
2983 @cindex redirection
2984 @cindex i/o
2985 @cindex terminal
2986 By default, the program you run under @value{GDBN} does input and output to
2987 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2988 to its own terminal modes to interact with you, but it records the terminal
2989 modes your program was using and switches back to them when you continue
2990 running your program.
2991
2992 @table @code
2993 @kindex info terminal
2994 @item info terminal
2995 Displays information recorded by @value{GDBN} about the terminal modes your
2996 program is using.
2997 @end table
2998
2999 You can redirect your program's input and/or output using shell
3000 redirection with the @code{run} command. For example,
3001
3002 @smallexample
3003 run > outfile
3004 @end smallexample
3005
3006 @noindent
3007 starts your program, diverting its output to the file @file{outfile}.
3008
3009 @kindex tty
3010 @cindex controlling terminal
3011 Another way to specify where your program should do input and output is
3012 with the @code{tty} command. This command accepts a file name as
3013 argument, and causes this file to be the default for future @code{run}
3014 commands. It also resets the controlling terminal for the child
3015 process, for future @code{run} commands. For example,
3016
3017 @smallexample
3018 tty /dev/ttyb
3019 @end smallexample
3020
3021 @noindent
3022 directs that processes started with subsequent @code{run} commands
3023 default to do input and output on the terminal @file{/dev/ttyb} and have
3024 that as their controlling terminal.
3025
3026 An explicit redirection in @code{run} overrides the @code{tty} command's
3027 effect on the input/output device, but not its effect on the controlling
3028 terminal.
3029
3030 When you use the @code{tty} command or redirect input in the @code{run}
3031 command, only the input @emph{for your program} is affected. The input
3032 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
3033 for @code{set inferior-tty}.
3034
3035 @cindex inferior tty
3036 @cindex set inferior controlling terminal
3037 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
3038 display the name of the terminal that will be used for future runs of your
3039 program.
3040
3041 @table @code
3042 @item set inferior-tty [ @var{tty} ]
3043 @kindex set inferior-tty
3044 Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
3045 restores the default behavior, which is to use the same terminal as
3046 @value{GDBN}.
3047
3048 @item show inferior-tty
3049 @kindex show inferior-tty
3050 Show the current tty for the program being debugged.
3051 @end table
3052
3053 @node Attach
3054 @section Debugging an Already-running Process
3055 @kindex attach
3056 @cindex attach
3057
3058 @table @code
3059 @item attach @var{process-id}
3060 This command attaches to a running process---one that was started
3061 outside @value{GDBN}. (@code{info files} shows your active
3062 targets.) The command takes as argument a process ID. The usual way to
3063 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
3064 or with the @samp{jobs -l} shell command.
3065
3066 @code{attach} does not repeat if you press @key{RET} a second time after
3067 executing the command.
3068 @end table
3069
3070 To use @code{attach}, your program must be running in an environment
3071 which supports processes; for example, @code{attach} does not work for
3072 programs on bare-board targets that lack an operating system. You must
3073 also have permission to send the process a signal.
3074
3075 When you use @code{attach}, the debugger finds the program running in
3076 the process first by looking in the current working directory, then (if
3077 the program is not found) by using the source file search path
3078 (@pxref{Source Path, ,Specifying Source Directories}). You can also use
3079 the @code{file} command to load the program. @xref{Files, ,Commands to
3080 Specify Files}.
3081
3082 @anchor{set exec-file-mismatch}
3083 If the debugger can determine that the executable file running in the
3084 process it is attaching to does not match the current exec-file loaded
3085 by @value{GDBN}, the option @code{exec-file-mismatch} specifies how to
3086 handle the mismatch. @value{GDBN} tries to compare the files by
3087 comparing their build IDs (@pxref{build ID}), if available.
3088
3089 @table @code
3090 @kindex exec-file-mismatch
3091 @cindex set exec-file-mismatch
3092 @item set exec-file-mismatch @samp{ask|warn|off}
3093
3094 Whether to detect mismatch between the current executable file loaded
3095 by @value{GDBN} and the executable file used to start the process. If
3096 @samp{ask}, the default, display a warning and ask the user whether to
3097 load the process executable file; if @samp{warn}, just display a
3098 warning; if @samp{off}, don't attempt to detect a mismatch.
3099 If the user confirms loading the process executable file, then its symbols
3100 will be loaded as well.
3101
3102 @cindex show exec-file-mismatch
3103 @item show exec-file-mismatch
3104 Show the current value of @code{exec-file-mismatch}.
3105
3106 @end table
3107
3108 The first thing @value{GDBN} does after arranging to debug the specified
3109 process is to stop it. You can examine and modify an attached process
3110 with all the @value{GDBN} commands that are ordinarily available when
3111 you start processes with @code{run}. You can insert breakpoints; you
3112 can step and continue; you can modify storage. If you would rather the
3113 process continue running, you may use the @code{continue} command after
3114 attaching @value{GDBN} to the process.
3115
3116 @table @code
3117 @kindex detach
3118 @item detach
3119 When you have finished debugging the attached process, you can use the
3120 @code{detach} command to release it from @value{GDBN} control. Detaching
3121 the process continues its execution. After the @code{detach} command,
3122 that process and @value{GDBN} become completely independent once more, and you
3123 are ready to @code{attach} another process or start one with @code{run}.
3124 @code{detach} does not repeat if you press @key{RET} again after
3125 executing the command.
3126 @end table
3127
3128 If you exit @value{GDBN} while you have an attached process, you detach
3129 that process. If you use the @code{run} command, you kill that process.
3130 By default, @value{GDBN} asks for confirmation if you try to do either of these
3131 things; you can control whether or not you need to confirm by using the
3132 @code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
3133 Messages}).
3134
3135 @node Kill Process
3136 @section Killing the Child Process
3137
3138 @table @code
3139 @kindex kill
3140 @item kill
3141 Kill the child process in which your program is running under @value{GDBN}.
3142 @end table
3143
3144 This command is useful if you wish to debug a core dump instead of a
3145 running process. @value{GDBN} ignores any core dump file while your program
3146 is running.
3147
3148 On some operating systems, a program cannot be executed outside @value{GDBN}
3149 while you have breakpoints set on it inside @value{GDBN}. You can use the
3150 @code{kill} command in this situation to permit running your program
3151 outside the debugger.
3152
3153 The @code{kill} command is also useful if you wish to recompile and
3154 relink your program, since on many systems it is impossible to modify an
3155 executable file while it is running in a process. In this case, when you
3156 next type @code{run}, @value{GDBN} notices that the file has changed, and
3157 reads the symbol table again (while trying to preserve your current
3158 breakpoint settings).
3159
3160 @node Inferiors Connections and Programs
3161 @section Debugging Multiple Inferiors Connections and Programs
3162
3163 @value{GDBN} lets you run and debug multiple programs in a single
3164 session. In addition, @value{GDBN} on some systems may let you run
3165 several programs simultaneously (otherwise you have to exit from one
3166 before starting another). On some systems @value{GDBN} may even let
3167 you debug several programs simultaneously on different remote systems.
3168 In the most general case, you can have multiple threads of execution
3169 in each of multiple processes, launched from multiple executables,
3170 running on different machines.
3171
3172 @cindex inferior
3173 @value{GDBN} represents the state of each program execution with an
3174 object called an @dfn{inferior}. An inferior typically corresponds to
3175 a process, but is more general and applies also to targets that do not
3176 have processes. Inferiors may be created before a process runs, and
3177 may be retained after a process exits. Inferiors have unique
3178 identifiers that are different from process ids. Usually each
3179 inferior will also have its own distinct address space, although some
3180 embedded targets may have several inferiors running in different parts
3181 of a single address space. Each inferior may in turn have multiple
3182 threads running in it.
3183
3184 To find out what inferiors exist at any moment, use @w{@code{info
3185 inferiors}}:
3186
3187 @table @code
3188 @kindex info inferiors [ @var{id}@dots{} ]
3189 @item info inferiors
3190 Print a list of all inferiors currently being managed by @value{GDBN}.
3191 By default all inferiors are printed, but the argument @var{id}@dots{}
3192 -- a space separated list of inferior numbers -- can be used to limit
3193 the display to just the requested inferiors.
3194
3195 @value{GDBN} displays for each inferior (in this order):
3196
3197 @enumerate
3198 @item
3199 the inferior number assigned by @value{GDBN}
3200
3201 @item
3202 the target system's inferior identifier
3203
3204 @item
3205 the target connection the inferior is bound to, including the unique
3206 connection number assigned by @value{GDBN}, and the protocol used by
3207 the connection.
3208
3209 @item
3210 the name of the executable the inferior is running.
3211
3212 @end enumerate
3213
3214 @noindent
3215 An asterisk @samp{*} preceding the @value{GDBN} inferior number
3216 indicates the current inferior.
3217
3218 For example,
3219 @end table
3220 @c end table here to get a little more width for example
3221
3222 @smallexample
3223 (@value{GDBP}) info inferiors
3224 Num Description Connection Executable
3225 * 1 process 3401 1 (native) goodbye
3226 2 process 2307 2 (extended-remote host:10000) hello
3227 @end smallexample
3228
3229 To get informations about the current inferior, use @code{inferior}:
3230
3231 @table @code
3232 @kindex inferior
3233 @item inferior
3234 Shows information about the current inferior.
3235
3236 For example,
3237 @end table
3238 @c end table here to get a little more width for example
3239
3240 @smallexample
3241 (@value{GDBP}) inferior
3242 [Current inferior is 1 [process 3401] (helloworld)]
3243 @end smallexample
3244
3245 To find out what open target connections exist at any moment, use
3246 @w{@code{info connections}}:
3247
3248 @table @code
3249 @kindex info connections [ @var{id}@dots{} ]
3250 @item info connections
3251 Print a list of all open target connections currently being managed by
3252 @value{GDBN}. By default all connections are printed, but the
3253 argument @var{id}@dots{} -- a space separated list of connections
3254 numbers -- can be used to limit the display to just the requested
3255 connections.
3256
3257 @value{GDBN} displays for each connection (in this order):
3258
3259 @enumerate
3260 @item
3261 the connection number assigned by @value{GDBN}.
3262
3263 @item
3264 the protocol used by the connection.
3265
3266 @item
3267 a textual description of the protocol used by the connection.
3268
3269 @end enumerate
3270
3271 @noindent
3272 An asterisk @samp{*} preceding the connection number indicates the
3273 connection of the current inferior.
3274
3275 For example,
3276 @end table
3277 @c end table here to get a little more width for example
3278
3279 @smallexample
3280 (@value{GDBP}) info connections
3281 Num What Description
3282 * 1 extended-remote host:10000 Extended remote serial target in gdb-specific protocol
3283 2 native Native process
3284 3 core Local core dump file
3285 @end smallexample
3286
3287 To switch focus between inferiors, use the @code{inferior} command:
3288
3289 @table @code
3290 @kindex inferior @var{infno}
3291 @item inferior @var{infno}
3292 Make inferior number @var{infno} the current inferior. The argument
3293 @var{infno} is the inferior number assigned by @value{GDBN}, as shown
3294 in the first field of the @samp{info inferiors} display.
3295 @end table
3296
3297 @vindex $_inferior@r{, convenience variable}
3298 The debugger convenience variable @samp{$_inferior} contains the
3299 number of the current inferior. You may find this useful in writing
3300 breakpoint conditional expressions, command scripts, and so forth.
3301 @xref{Convenience Vars,, Convenience Variables}, for general
3302 information on convenience variables.
3303
3304 You can get multiple executables into a debugging session via the
3305 @code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3306 systems @value{GDBN} can add inferiors to the debug session
3307 automatically by following calls to @code{fork} and @code{exec}. To
3308 remove inferiors from the debugging session use the
3309 @w{@code{remove-inferiors}} command.
3310
3311 @table @code
3312 @kindex add-inferior
3313 @item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ] [-no-connection ]
3314 Adds @var{n} inferiors to be run using @var{executable} as the
3315 executable; @var{n} defaults to 1. If no executable is specified,
3316 the inferiors begins empty, with no program. You can still assign or
3317 change the program assigned to the inferior at any time by using the
3318 @code{file} command with the executable name as its argument.
3319
3320 By default, the new inferior begins connected to the same target
3321 connection as the current inferior. For example, if the current
3322 inferior was connected to @code{gdbserver} with @code{target remote},
3323 then the new inferior will be connected to the same @code{gdbserver}
3324 instance. The @samp{-no-connection} option starts the new inferior
3325 with no connection yet. You can then for example use the @code{target
3326 remote} command to connect to some other @code{gdbserver} instance,
3327 use @code{run} to spawn a local program, etc.
3328
3329 @kindex clone-inferior
3330 @item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3331 Adds @var{n} inferiors ready to execute the same program as inferior
3332 @var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
3333 number of the current inferior. This is a convenient command when you
3334 want to run another instance of the inferior you are debugging.
3335
3336 @smallexample
3337 (@value{GDBP}) info inferiors
3338 Num Description Connection Executable
3339 * 1 process 29964 1 (native) helloworld
3340 (@value{GDBP}) clone-inferior
3341 Added inferior 2.
3342 1 inferiors added.
3343 (@value{GDBP}) info inferiors
3344 Num Description Connection Executable
3345 * 1 process 29964 1 (native) helloworld
3346 2 <null> 1 (native) helloworld
3347 @end smallexample
3348
3349 You can now simply switch focus to inferior 2 and run it.
3350
3351 @kindex remove-inferiors
3352 @item remove-inferiors @var{infno}@dots{}
3353 Removes the inferior or inferiors @var{infno}@dots{}. It is not
3354 possible to remove an inferior that is running with this command. For
3355 those, use the @code{kill} or @code{detach} command first.
3356
3357 @end table
3358
3359 To quit debugging one of the running inferiors that is not the current
3360 inferior, you can either detach from it by using the @w{@code{detach
3361 inferior}} command (allowing it to run independently), or kill it
3362 using the @w{@code{kill inferiors}} command:
3363
3364 @table @code
3365 @kindex detach inferiors @var{infno}@dots{}
3366 @item detach inferior @var{infno}@dots{}
3367 Detach from the inferior or inferiors identified by @value{GDBN}
3368 inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
3369 still stays on the list of inferiors shown by @code{info inferiors},
3370 but its Description will show @samp{<null>}.
3371
3372 @kindex kill inferiors @var{infno}@dots{}
3373 @item kill inferiors @var{infno}@dots{}
3374 Kill the inferior or inferiors identified by @value{GDBN} inferior
3375 number(s) @var{infno}@dots{}. Note that the inferior's entry still
3376 stays on the list of inferiors shown by @code{info inferiors}, but its
3377 Description will show @samp{<null>}.
3378 @end table
3379
3380 After the successful completion of a command such as @code{detach},
3381 @code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
3382 a normal process exit, the inferior is still valid and listed with
3383 @code{info inferiors}, ready to be restarted.
3384
3385
3386 To be notified when inferiors are started or exit under @value{GDBN}'s
3387 control use @w{@code{set print inferior-events}}:
3388
3389 @table @code
3390 @kindex set print inferior-events
3391 @cindex print messages on inferior start and exit
3392 @item set print inferior-events
3393 @itemx set print inferior-events on
3394 @itemx set print inferior-events off
3395 The @code{set print inferior-events} command allows you to enable or
3396 disable printing of messages when @value{GDBN} notices that new
3397 inferiors have started or that inferiors have exited or have been
3398 detached. By default, these messages will not be printed.
3399
3400 @kindex show print inferior-events
3401 @item show print inferior-events
3402 Show whether messages will be printed when @value{GDBN} detects that
3403 inferiors have started, exited or have been detached.
3404 @end table
3405
3406 Many commands will work the same with multiple programs as with a
3407 single program: e.g., @code{print myglobal} will simply display the
3408 value of @code{myglobal} in the current inferior.
3409
3410
3411 Occasionally, when debugging @value{GDBN} itself, it may be useful to
3412 get more info about the relationship of inferiors, programs, address
3413 spaces in a debug session. You can do that with the @w{@code{maint
3414 info program-spaces}} command.
3415
3416 @table @code
3417 @kindex maint info program-spaces
3418 @item maint info program-spaces
3419 Print a list of all program spaces currently being managed by
3420 @value{GDBN}.
3421
3422 @value{GDBN} displays for each program space (in this order):
3423
3424 @enumerate
3425 @item
3426 the program space number assigned by @value{GDBN}
3427
3428 @item
3429 the name of the executable loaded into the program space, with e.g.,
3430 the @code{file} command.
3431
3432 @end enumerate
3433
3434 @noindent
3435 An asterisk @samp{*} preceding the @value{GDBN} program space number
3436 indicates the current program space.
3437
3438 In addition, below each program space line, @value{GDBN} prints extra
3439 information that isn't suitable to display in tabular form. For
3440 example, the list of inferiors bound to the program space.
3441
3442 @smallexample
3443 (@value{GDBP}) maint info program-spaces
3444 Id Executable
3445 * 1 hello
3446 2 goodbye
3447 Bound inferiors: ID 1 (process 21561)
3448 @end smallexample
3449
3450 Here we can see that no inferior is running the program @code{hello},
3451 while @code{process 21561} is running the program @code{goodbye}. On
3452 some targets, it is possible that multiple inferiors are bound to the
3453 same program space. The most common example is that of debugging both
3454 the parent and child processes of a @code{vfork} call. For example,
3455
3456 @smallexample
3457 (@value{GDBP}) maint info program-spaces
3458 Id Executable
3459 * 1 vfork-test
3460 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3461 @end smallexample
3462
3463 Here, both inferior 2 and inferior 1 are running in the same program
3464 space as a result of inferior 1 having executed a @code{vfork} call.
3465 @end table
3466
3467 @node Threads
3468 @section Debugging Programs with Multiple Threads
3469
3470 @cindex threads of execution
3471 @cindex multiple threads
3472 @cindex switching threads
3473 In some operating systems, such as GNU/Linux and Solaris, a single program
3474 may have more than one @dfn{thread} of execution. The precise semantics
3475 of threads differ from one operating system to another, but in general
3476 the threads of a single program are akin to multiple processes---except
3477 that they share one address space (that is, they can all examine and
3478 modify the same variables). On the other hand, each thread has its own
3479 registers and execution stack, and perhaps private memory.
3480
3481 @value{GDBN} provides these facilities for debugging multi-thread
3482 programs:
3483
3484 @itemize @bullet
3485 @item automatic notification of new threads
3486 @item @samp{thread @var{thread-id}}, a command to switch among threads
3487 @item @samp{info threads}, a command to inquire about existing threads
3488 @item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
3489 a command to apply a command to a list of threads
3490 @item thread-specific breakpoints
3491 @item @samp{set print thread-events}, which controls printing of
3492 messages on thread start and exit.
3493 @item @samp{set libthread-db-search-path @var{path}}, which lets
3494 the user specify which @code{libthread_db} to use if the default choice
3495 isn't compatible with the program.
3496 @end itemize
3497
3498 @cindex focus of debugging
3499 @cindex current thread
3500 The @value{GDBN} thread debugging facility allows you to observe all
3501 threads while your program runs---but whenever @value{GDBN} takes
3502 control, one thread in particular is always the focus of debugging.
3503 This thread is called the @dfn{current thread}. Debugging commands show
3504 program information from the perspective of the current thread.
3505
3506 @cindex @code{New} @var{systag} message
3507 @cindex thread identifier (system)
3508 @c FIXME-implementors!! It would be more helpful if the [New...] message
3509 @c included GDB's numeric thread handle, so you could just go to that
3510 @c thread without first checking `info threads'.
3511 Whenever @value{GDBN} detects a new thread in your program, it displays
3512 the target system's identification for the thread with a message in the
3513 form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
3514 whose form varies depending on the particular system. For example, on
3515 @sc{gnu}/Linux, you might see
3516
3517 @smallexample
3518 [New Thread 0x41e02940 (LWP 25582)]
3519 @end smallexample
3520
3521 @noindent
3522 when @value{GDBN} notices a new thread. In contrast, on other systems,
3523 the @var{systag} is simply something like @samp{process 368}, with no
3524 further qualifier.
3525
3526 @c FIXME!! (1) Does the [New...] message appear even for the very first
3527 @c thread of a program, or does it only appear for the
3528 @c second---i.e.@: when it becomes obvious we have a multithread
3529 @c program?
3530 @c (2) *Is* there necessarily a first thread always? Or do some
3531 @c multithread systems permit starting a program with multiple
3532 @c threads ab initio?
3533
3534 @anchor{thread numbers}
3535 @cindex thread number, per inferior
3536 @cindex thread identifier (GDB)
3537 For debugging purposes, @value{GDBN} associates its own thread number
3538 ---always a single integer---with each thread of an inferior. This
3539 number is unique between all threads of an inferior, but not unique
3540 between threads of different inferiors.
3541
3542 @cindex qualified thread ID
3543 You can refer to a given thread in an inferior using the qualified
3544 @var{inferior-num}.@var{thread-num} syntax, also known as
3545 @dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3546 number and @var{thread-num} being the thread number of the given
3547 inferior. For example, thread @code{2.3} refers to thread number 3 of
3548 inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3549 then @value{GDBN} infers you're referring to a thread of the current
3550 inferior.
3551
3552 Until you create a second inferior, @value{GDBN} does not show the
3553 @var{inferior-num} part of thread IDs, even though you can always use
3554 the full @var{inferior-num}.@var{thread-num} form to refer to threads
3555 of inferior 1, the initial inferior.
3556
3557 @anchor{thread ID lists}
3558 @cindex thread ID lists
3559 Some commands accept a space-separated @dfn{thread ID list} as
3560 argument. A list element can be:
3561
3562 @enumerate
3563 @item
3564 A thread ID as shown in the first field of the @samp{info threads}
3565 display, with or without an inferior qualifier. E.g., @samp{2.1} or
3566 @samp{1}.
3567
3568 @item
3569 A range of thread numbers, again with or without an inferior
3570 qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3571 @var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3572
3573 @item
3574 All threads of an inferior, specified with a star wildcard, with or
3575 without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3576 @samp{1.*}) or @code{*}. The former refers to all threads of the
3577 given inferior, and the latter form without an inferior qualifier
3578 refers to all threads of the current inferior.
3579
3580 @end enumerate
3581
3582 For example, if the current inferior is 1, and inferior 7 has one
3583 thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3584 includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
3585 7 to 9 of inferior 6 and all threads of inferior 7. That is, in
3586 expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
3587 7.1}.
3588
3589
3590 @anchor{global thread numbers}
3591 @cindex global thread number
3592 @cindex global thread identifier (GDB)
3593 In addition to a @emph{per-inferior} number, each thread is also
3594 assigned a unique @emph{global} number, also known as @dfn{global
3595 thread ID}, a single integer. Unlike the thread number component of
3596 the thread ID, no two threads have the same global ID, even when
3597 you're debugging multiple inferiors.
3598
3599 From @value{GDBN}'s perspective, a process always has at least one
3600 thread. In other words, @value{GDBN} assigns a thread number to the
3601 program's ``main thread'' even if the program is not multi-threaded.
3602
3603 @vindex $_thread@r{, convenience variable}
3604 @vindex $_gthread@r{, convenience variable}
3605 The debugger convenience variables @samp{$_thread} and
3606 @samp{$_gthread} contain, respectively, the per-inferior thread number
3607 and the global thread number of the current thread. You may find this
3608 useful in writing breakpoint conditional expressions, command scripts,
3609 and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3610 general information on convenience variables.
3611
3612 If @value{GDBN} detects the program is multi-threaded, it augments the
3613 usual message about stopping at a breakpoint with the ID and name of
3614 the thread that hit the breakpoint.
3615
3616 @smallexample
3617 Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3618 @end smallexample
3619
3620 Likewise when the program receives a signal:
3621
3622 @smallexample
3623 Thread 1 "main" received signal SIGINT, Interrupt.
3624 @end smallexample
3625
3626 @table @code
3627 @kindex info threads
3628 @item info threads @r{[}@var{thread-id-list}@r{]}
3629
3630 Display information about one or more threads. With no arguments
3631 displays information about all threads. You can specify the list of
3632 threads that you want to display using the thread ID list syntax
3633 (@pxref{thread ID lists}).
3634
3635 @value{GDBN} displays for each thread (in this order):
3636
3637 @enumerate
3638 @item
3639 the per-inferior thread number assigned by @value{GDBN}
3640
3641 @item
3642 the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3643 option was specified
3644
3645 @item
3646 the target system's thread identifier (@var{systag})
3647
3648 @item
3649 the thread's name, if one is known. A thread can either be named by
3650 the user (see @code{thread name}, below), or, in some cases, by the
3651 program itself.
3652
3653 @item
3654 the current stack frame summary for that thread
3655 @end enumerate
3656
3657 @noindent
3658 An asterisk @samp{*} to the left of the @value{GDBN} thread number
3659 indicates the current thread.
3660
3661 For example,
3662 @end table
3663 @c end table here to get a little more width for example
3664
3665 @smallexample
3666 (@value{GDBP}) info threads
3667 Id Target Id Frame
3668 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3669 2 process 35 thread 23 0x34e5 in sigpause ()
3670 3 process 35 thread 27 0x34e5 in sigpause ()
3671 at threadtest.c:68
3672 @end smallexample
3673
3674 If you're debugging multiple inferiors, @value{GDBN} displays thread
3675 IDs using the qualified @var{inferior-num}.@var{thread-num} format.
3676 Otherwise, only @var{thread-num} is shown.
3677
3678 If you specify the @samp{-gid} option, @value{GDBN} displays a column
3679 indicating each thread's global thread ID:
3680
3681 @smallexample
3682 (@value{GDBP}) info threads
3683 Id GId Target Id Frame
3684 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3685 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3686 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3687 * 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
3688 @end smallexample
3689
3690 On Solaris, you can display more information about user threads with a
3691 Solaris-specific command:
3692
3693 @table @code
3694 @item maint info sol-threads
3695 @kindex maint info sol-threads
3696 @cindex thread info (Solaris)
3697 Display info on Solaris user threads.
3698 @end table
3699
3700 @table @code
3701 @kindex thread @var{thread-id}
3702 @item thread @var{thread-id}
3703 Make thread ID @var{thread-id} the current thread. The command
3704 argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3705 the first field of the @samp{info threads} display, with or without an
3706 inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3707
3708 @value{GDBN} responds by displaying the system identifier of the
3709 thread you selected, and its current stack frame summary:
3710
3711 @smallexample
3712 (@value{GDBP}) thread 2
3713 [Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3714 #0 some_function (ignore=0x0) at example.c:8
3715 8 printf ("hello\n");
3716 @end smallexample
3717
3718 @noindent
3719 As with the @samp{[New @dots{}]} message, the form of the text after
3720 @samp{Switching to} depends on your system's conventions for identifying
3721 threads.
3722
3723 @anchor{thread apply all}
3724 @kindex thread apply
3725 @cindex apply command to several threads
3726 @item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
3727 The @code{thread apply} command allows you to apply the named
3728 @var{command} to one or more threads. Specify the threads that you
3729 want affected using the thread ID list syntax (@pxref{thread ID
3730 lists}), or specify @code{all} to apply to all threads. To apply a
3731 command to all threads in descending order, type @kbd{thread apply all
3732 @var{command}}. To apply a command to all threads in ascending order,
3733 type @kbd{thread apply all -ascending @var{command}}.
3734
3735 The @var{flag} arguments control what output to produce and how to handle
3736 errors raised when applying @var{command} to a thread. @var{flag}
3737 must start with a @code{-} directly followed by one letter in
3738 @code{qcs}. If several flags are provided, they must be given
3739 individually, such as @code{-c -q}.
3740
3741 By default, @value{GDBN} displays some thread information before the
3742 output produced by @var{command}, and an error raised during the
3743 execution of a @var{command} will abort @code{thread apply}. The
3744 following flags can be used to fine-tune this behavior:
3745
3746 @table @code
3747 @item -c
3748 The flag @code{-c}, which stands for @samp{continue}, causes any
3749 errors in @var{command} to be displayed, and the execution of
3750 @code{thread apply} then continues.
3751 @item -s
3752 The flag @code{-s}, which stands for @samp{silent}, causes any errors
3753 or empty output produced by a @var{command} to be silently ignored.
3754 That is, the execution continues, but the thread information and errors
3755 are not printed.
3756 @item -q
3757 The flag @code{-q} (@samp{quiet}) disables printing the thread
3758 information.
3759 @end table
3760
3761 Flags @code{-c} and @code{-s} cannot be used together.
3762
3763 @kindex taas
3764 @cindex apply command to all threads (ignoring errors and empty output)
3765 @item taas [@var{option}]@dots{} @var{command}
3766 Shortcut for @code{thread apply all -s [@var{option}]@dots{} @var{command}}.
3767 Applies @var{command} on all threads, ignoring errors and empty output.
3768
3769 The @code{taas} command accepts the same options as the @code{thread
3770 apply all} command. @xref{thread apply all}.
3771
3772 @kindex tfaas
3773 @cindex apply a command to all frames of all threads (ignoring errors and empty output)
3774 @item tfaas [@var{option}]@dots{} @var{command}
3775 Shortcut for @code{thread apply all -s -- frame apply all -s [@var{option}]@dots{} @var{command}}.
3776 Applies @var{command} on all frames of all threads, ignoring errors
3777 and empty output. Note that the flag @code{-s} is specified twice:
3778 The first @code{-s} ensures that @code{thread apply} only shows the thread
3779 information of the threads for which @code{frame apply} produces
3780 some output. The second @code{-s} is needed to ensure that @code{frame
3781 apply} shows the frame information of a frame only if the
3782 @var{command} successfully produced some output.
3783
3784 It can for example be used to print a local variable or a function
3785 argument without knowing the thread or frame where this variable or argument
3786 is, using:
3787 @smallexample
3788 (@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3789 @end smallexample
3790
3791 The @code{tfaas} command accepts the same options as the @code{frame
3792 apply} command. @xref{Frame Apply,,frame apply}.
3793
3794 @kindex thread name
3795 @cindex name a thread
3796 @item thread name [@var{name}]
3797 This command assigns a name to the current thread. If no argument is
3798 given, any existing user-specified name is removed. The thread name
3799 appears in the @samp{info threads} display.
3800
3801 On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3802 determine the name of the thread as given by the OS. On these
3803 systems, a name specified with @samp{thread name} will override the
3804 system-give name, and removing the user-specified name will cause
3805 @value{GDBN} to once again display the system-specified name.
3806
3807 @kindex thread find
3808 @cindex search for a thread
3809 @item thread find [@var{regexp}]
3810 Search for and display thread ids whose name or @var{systag}
3811 matches the supplied regular expression.
3812
3813 As well as being the complement to the @samp{thread name} command,
3814 this command also allows you to identify a thread by its target
3815 @var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3816 is the LWP id.
3817
3818 @smallexample
3819 (@value{GDBN}) thread find 26688
3820 Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3821 (@value{GDBN}) info thread 4
3822 Id Target Id Frame
3823 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3824 @end smallexample
3825
3826 @kindex set print thread-events
3827 @cindex print messages on thread start and exit
3828 @item set print thread-events
3829 @itemx set print thread-events on
3830 @itemx set print thread-events off
3831 The @code{set print thread-events} command allows you to enable or
3832 disable printing of messages when @value{GDBN} notices that new threads have
3833 started or that threads have exited. By default, these messages will
3834 be printed if detection of these events is supported by the target.
3835 Note that these messages cannot be disabled on all targets.
3836
3837 @kindex show print thread-events
3838 @item show print thread-events
3839 Show whether messages will be printed when @value{GDBN} detects that threads
3840 have started and exited.
3841 @end table
3842
3843 @xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3844 more information about how @value{GDBN} behaves when you stop and start
3845 programs with multiple threads.
3846
3847 @xref{Set Watchpoints,,Setting Watchpoints}, for information about
3848 watchpoints in programs with multiple threads.
3849
3850 @anchor{set libthread-db-search-path}
3851 @table @code
3852 @kindex set libthread-db-search-path
3853 @cindex search path for @code{libthread_db}
3854 @item set libthread-db-search-path @r{[}@var{path}@r{]}
3855 If this variable is set, @var{path} is a colon-separated list of
3856 directories @value{GDBN} will use to search for @code{libthread_db}.
3857 If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3858 its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3859 Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3860 macro.
3861
3862 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3863 @code{libthread_db} library to obtain information about threads in the
3864 inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3865 to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3866 specific thread debugging library loading is enabled
3867 by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3868
3869 A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3870 refers to the default system directories that are
3871 normally searched for loading shared libraries. The @samp{$sdir} entry
3872 is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3873 (@pxref{libthread_db.so.1 file}).
3874
3875 A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3876 refers to the directory from which @code{libpthread}
3877 was loaded in the inferior process.
3878
3879 For any @code{libthread_db} library @value{GDBN} finds in above directories,
3880 @value{GDBN} attempts to initialize it with the current inferior process.
3881 If this initialization fails (which could happen because of a version
3882 mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3883 will unload @code{libthread_db}, and continue with the next directory.
3884 If none of @code{libthread_db} libraries initialize successfully,
3885 @value{GDBN} will issue a warning and thread debugging will be disabled.
3886
3887 Setting @code{libthread-db-search-path} is currently implemented
3888 only on some platforms.
3889
3890 @kindex show libthread-db-search-path
3891 @item show libthread-db-search-path
3892 Display current libthread_db search path.
3893
3894 @kindex set debug libthread-db
3895 @kindex show debug libthread-db
3896 @cindex debugging @code{libthread_db}
3897 @item set debug libthread-db
3898 @itemx show debug libthread-db
3899 Turns on or off display of @code{libthread_db}-related events.
3900 Use @code{1} to enable, @code{0} to disable.
3901 @end table
3902
3903 @node Forks
3904 @section Debugging Forks
3905
3906 @cindex fork, debugging programs which call
3907 @cindex multiple processes
3908 @cindex processes, multiple
3909 On most systems, @value{GDBN} has no special support for debugging
3910 programs which create additional processes using the @code{fork}
3911 function. When a program forks, @value{GDBN} will continue to debug the
3912 parent process and the child process will run unimpeded. If you have
3913 set a breakpoint in any code which the child then executes, the child
3914 will get a @code{SIGTRAP} signal which (unless it catches the signal)
3915 will cause it to terminate.
3916
3917 However, if you want to debug the child process there is a workaround
3918 which isn't too painful. Put a call to @code{sleep} in the code which
3919 the child process executes after the fork. It may be useful to sleep
3920 only if a certain environment variable is set, or a certain file exists,
3921 so that the delay need not occur when you don't want to run @value{GDBN}
3922 on the child. While the child is sleeping, use the @code{ps} program to
3923 get its process ID. Then tell @value{GDBN} (a new invocation of
3924 @value{GDBN} if you are also debugging the parent process) to attach to
3925 the child process (@pxref{Attach}). From that point on you can debug
3926 the child process just like any other process which you attached to.
3927
3928 On some systems, @value{GDBN} provides support for debugging programs
3929 that create additional processes using the @code{fork} or @code{vfork}
3930 functions. On @sc{gnu}/Linux platforms, this feature is supported
3931 with kernel version 2.5.46 and later.
3932
3933 The fork debugging commands are supported in native mode and when
3934 connected to @code{gdbserver} in either @code{target remote} mode or
3935 @code{target extended-remote} mode.
3936
3937 By default, when a program forks, @value{GDBN} will continue to debug
3938 the parent process and the child process will run unimpeded.
3939
3940 If you want to follow the child process instead of the parent process,
3941 use the command @w{@code{set follow-fork-mode}}.
3942
3943 @table @code
3944 @kindex set follow-fork-mode
3945 @item set follow-fork-mode @var{mode}
3946 Set the debugger response to a program call of @code{fork} or
3947 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
3948 process. The @var{mode} argument can be:
3949
3950 @table @code
3951 @item parent
3952 The original process is debugged after a fork. The child process runs
3953 unimpeded. This is the default.
3954
3955 @item child
3956 The new process is debugged after a fork. The parent process runs
3957 unimpeded.
3958
3959 @end table
3960
3961 @kindex show follow-fork-mode
3962 @item show follow-fork-mode
3963 Display the current debugger response to a @code{fork} or @code{vfork} call.
3964 @end table
3965
3966 @cindex debugging multiple processes
3967 On Linux, if you want to debug both the parent and child processes, use the
3968 command @w{@code{set detach-on-fork}}.
3969
3970 @table @code
3971 @kindex set detach-on-fork
3972 @item set detach-on-fork @var{mode}
3973 Tells gdb whether to detach one of the processes after a fork, or
3974 retain debugger control over them both.
3975
3976 @table @code
3977 @item on
3978 The child process (or parent process, depending on the value of
3979 @code{follow-fork-mode}) will be detached and allowed to run
3980 independently. This is the default.
3981
3982 @item off
3983 Both processes will be held under the control of @value{GDBN}.
3984 One process (child or parent, depending on the value of
3985 @code{follow-fork-mode}) is debugged as usual, while the other
3986 is held suspended.
3987
3988 @end table
3989
3990 @kindex show detach-on-fork
3991 @item show detach-on-fork
3992 Show whether detach-on-fork mode is on/off.
3993 @end table
3994
3995 If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3996 will retain control of all forked processes (including nested forks).
3997 You can list the forked processes under the control of @value{GDBN} by
3998 using the @w{@code{info inferiors}} command, and switch from one fork
3999 to another by using the @code{inferior} command (@pxref{Inferiors Connections and
4000 Programs, ,Debugging Multiple Inferiors Connections and Programs}).
4001
4002 To quit debugging one of the forked processes, you can either detach
4003 from it by using the @w{@code{detach inferiors}} command (allowing it
4004 to run independently), or kill it using the @w{@code{kill inferiors}}
4005 command. @xref{Inferiors Connections and Programs, ,Debugging
4006 Multiple Inferiors Connections and Programs}.
4007
4008 If you ask to debug a child process and a @code{vfork} is followed by an
4009 @code{exec}, @value{GDBN} executes the new target up to the first
4010 breakpoint in the new target. If you have a breakpoint set on
4011 @code{main} in your original program, the breakpoint will also be set on
4012 the child process's @code{main}.
4013
4014 On some systems, when a child process is spawned by @code{vfork}, you
4015 cannot debug the child or parent until an @code{exec} call completes.
4016
4017 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
4018 call executes, the new target restarts. To restart the parent
4019 process, use the @code{file} command with the parent executable name
4020 as its argument. By default, after an @code{exec} call executes,
4021 @value{GDBN} discards the symbols of the previous executable image.
4022 You can change this behaviour with the @w{@code{set follow-exec-mode}}
4023 command.
4024
4025 @table @code
4026 @kindex set follow-exec-mode
4027 @item set follow-exec-mode @var{mode}
4028
4029 Set debugger response to a program call of @code{exec}. An
4030 @code{exec} call replaces the program image of a process.
4031
4032 @code{follow-exec-mode} can be:
4033
4034 @table @code
4035 @item new
4036 @value{GDBN} creates a new inferior and rebinds the process to this
4037 new inferior. The program the process was running before the
4038 @code{exec} call can be restarted afterwards by restarting the
4039 original inferior.
4040
4041 For example:
4042
4043 @smallexample
4044 (@value{GDBP}) info inferiors
4045 (gdb) info inferior
4046 Id Description Executable
4047 * 1 <null> prog1
4048 (@value{GDBP}) run
4049 process 12020 is executing new program: prog2
4050 Program exited normally.
4051 (@value{GDBP}) info inferiors
4052 Id Description Executable
4053 1 <null> prog1
4054 * 2 <null> prog2
4055 @end smallexample
4056
4057 @item same
4058 @value{GDBN} keeps the process bound to the same inferior. The new
4059 executable image replaces the previous executable loaded in the
4060 inferior. Restarting the inferior after the @code{exec} call, with
4061 e.g., the @code{run} command, restarts the executable the process was
4062 running after the @code{exec} call. This is the default mode.
4063
4064 For example:
4065
4066 @smallexample
4067 (@value{GDBP}) info inferiors
4068 Id Description Executable
4069 * 1 <null> prog1
4070 (@value{GDBP}) run
4071 process 12020 is executing new program: prog2
4072 Program exited normally.
4073 (@value{GDBP}) info inferiors
4074 Id Description Executable
4075 * 1 <null> prog2
4076 @end smallexample
4077
4078 @end table
4079 @end table
4080
4081 @code{follow-exec-mode} is supported in native mode and
4082 @code{target extended-remote} mode.
4083
4084 You can use the @code{catch} command to make @value{GDBN} stop whenever
4085 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
4086 Catchpoints, ,Setting Catchpoints}.
4087
4088 @node Checkpoint/Restart
4089 @section Setting a @emph{Bookmark} to Return to Later
4090
4091 @cindex checkpoint
4092 @cindex restart
4093 @cindex bookmark
4094 @cindex snapshot of a process
4095 @cindex rewind program state
4096
4097 On certain operating systems@footnote{Currently, only
4098 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
4099 program's state, called a @dfn{checkpoint}, and come back to it
4100 later.
4101
4102 Returning to a checkpoint effectively undoes everything that has
4103 happened in the program since the @code{checkpoint} was saved. This
4104 includes changes in memory, registers, and even (within some limits)
4105 system state. Effectively, it is like going back in time to the
4106 moment when the checkpoint was saved.
4107
4108 Thus, if you're stepping thru a program and you think you're
4109 getting close to the point where things go wrong, you can save
4110 a checkpoint. Then, if you accidentally go too far and miss
4111 the critical statement, instead of having to restart your program
4112 from the beginning, you can just go back to the checkpoint and
4113 start again from there.
4114
4115 This can be especially useful if it takes a lot of time or
4116 steps to reach the point where you think the bug occurs.
4117
4118 To use the @code{checkpoint}/@code{restart} method of debugging:
4119
4120 @table @code
4121 @kindex checkpoint
4122 @item checkpoint
4123 Save a snapshot of the debugged program's current execution state.
4124 The @code{checkpoint} command takes no arguments, but each checkpoint
4125 is assigned a small integer id, similar to a breakpoint id.
4126
4127 @kindex info checkpoints
4128 @item info checkpoints
4129 List the checkpoints that have been saved in the current debugging
4130 session. For each checkpoint, the following information will be
4131 listed:
4132
4133 @table @code
4134 @item Checkpoint ID
4135 @item Process ID
4136 @item Code Address
4137 @item Source line, or label
4138 @end table
4139
4140 @kindex restart @var{checkpoint-id}
4141 @item restart @var{checkpoint-id}
4142 Restore the program state that was saved as checkpoint number
4143 @var{checkpoint-id}. All program variables, registers, stack frames
4144 etc.@: will be returned to the values that they had when the checkpoint
4145 was saved. In essence, gdb will ``wind back the clock'' to the point
4146 in time when the checkpoint was saved.
4147
4148 Note that breakpoints, @value{GDBN} variables, command history etc.
4149 are not affected by restoring a checkpoint. In general, a checkpoint
4150 only restores things that reside in the program being debugged, not in
4151 the debugger.
4152
4153 @kindex delete checkpoint @var{checkpoint-id}
4154 @item delete checkpoint @var{checkpoint-id}
4155 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
4156
4157 @end table
4158
4159 Returning to a previously saved checkpoint will restore the user state
4160 of the program being debugged, plus a significant subset of the system
4161 (OS) state, including file pointers. It won't ``un-write'' data from
4162 a file, but it will rewind the file pointer to the previous location,
4163 so that the previously written data can be overwritten. For files
4164 opened in read mode, the pointer will also be restored so that the
4165 previously read data can be read again.
4166
4167 Of course, characters that have been sent to a printer (or other
4168 external device) cannot be ``snatched back'', and characters received
4169 from eg.@: a serial device can be removed from internal program buffers,
4170 but they cannot be ``pushed back'' into the serial pipeline, ready to
4171 be received again. Similarly, the actual contents of files that have
4172 been changed cannot be restored (at this time).
4173
4174 However, within those constraints, you actually can ``rewind'' your
4175 program to a previously saved point in time, and begin debugging it
4176 again --- and you can change the course of events so as to debug a
4177 different execution path this time.
4178
4179 @cindex checkpoints and process id
4180 Finally, there is one bit of internal program state that will be
4181 different when you return to a checkpoint --- the program's process
4182 id. Each checkpoint will have a unique process id (or @var{pid}),
4183 and each will be different from the program's original @var{pid}.
4184 If your program has saved a local copy of its process id, this could
4185 potentially pose a problem.
4186
4187 @subsection A Non-obvious Benefit of Using Checkpoints
4188
4189 On some systems such as @sc{gnu}/Linux, address space randomization
4190 is performed on new processes for security reasons. This makes it
4191 difficult or impossible to set a breakpoint, or watchpoint, on an
4192 absolute address if you have to restart the program, since the
4193 absolute location of a symbol will change from one execution to the
4194 next.
4195
4196 A checkpoint, however, is an @emph{identical} copy of a process.
4197 Therefore if you create a checkpoint at (eg.@:) the start of main,
4198 and simply return to that checkpoint instead of restarting the
4199 process, you can avoid the effects of address randomization and
4200 your symbols will all stay in the same place.
4201
4202 @node Stopping
4203 @chapter Stopping and Continuing
4204
4205 The principal purposes of using a debugger are so that you can stop your
4206 program before it terminates; or so that, if your program runs into
4207 trouble, you can investigate and find out why.
4208
4209 Inside @value{GDBN}, your program may stop for any of several reasons,
4210 such as a signal, a breakpoint, or reaching a new line after a
4211 @value{GDBN} command such as @code{step}. You may then examine and
4212 change variables, set new breakpoints or remove old ones, and then
4213 continue execution. Usually, the messages shown by @value{GDBN} provide
4214 ample explanation of the status of your program---but you can also
4215 explicitly request this information at any time.
4216
4217 @table @code
4218 @kindex info program
4219 @item info program
4220 Display information about the status of your program: whether it is
4221 running or not, what process it is, and why it stopped.
4222 @end table
4223
4224 @menu
4225 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
4226 * Continuing and Stepping:: Resuming execution
4227 * Skipping Over Functions and Files::
4228 Skipping over functions and files
4229 * Signals:: Signals
4230 * Thread Stops:: Stopping and starting multi-thread programs
4231 @end menu
4232
4233 @node Breakpoints
4234 @section Breakpoints, Watchpoints, and Catchpoints
4235
4236 @cindex breakpoints
4237 A @dfn{breakpoint} makes your program stop whenever a certain point in
4238 the program is reached. For each breakpoint, you can add conditions to
4239 control in finer detail whether your program stops. You can set
4240 breakpoints with the @code{break} command and its variants (@pxref{Set
4241 Breaks, ,Setting Breakpoints}), to specify the place where your program
4242 should stop by line number, function name or exact address in the
4243 program.
4244
4245 On some systems, you can set breakpoints in shared libraries before
4246 the executable is run.
4247
4248 @cindex watchpoints
4249 @cindex data breakpoints
4250 @cindex memory tracing
4251 @cindex breakpoint on memory address
4252 @cindex breakpoint on variable modification
4253 A @dfn{watchpoint} is a special breakpoint that stops your program
4254 when the value of an expression changes. The expression may be a value
4255 of a variable, or it could involve values of one or more variables
4256 combined by operators, such as @samp{a + b}. This is sometimes called
4257 @dfn{data breakpoints}. You must use a different command to set
4258 watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
4259 from that, you can manage a watchpoint like any other breakpoint: you
4260 enable, disable, and delete both breakpoints and watchpoints using the
4261 same commands.
4262
4263 You can arrange to have values from your program displayed automatically
4264 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
4265 Automatic Display}.
4266
4267 @cindex catchpoints
4268 @cindex breakpoint on events
4269 A @dfn{catchpoint} is another special breakpoint that stops your program
4270 when a certain kind of event occurs, such as the throwing of a C@t{++}
4271 exception or the loading of a library. As with watchpoints, you use a
4272 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
4273 Catchpoints}), but aside from that, you can manage a catchpoint like any
4274 other breakpoint. (To stop when your program receives a signal, use the
4275 @code{handle} command; see @ref{Signals, ,Signals}.)
4276
4277 @cindex breakpoint numbers
4278 @cindex numbers for breakpoints
4279 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
4280 catchpoint when you create it; these numbers are successive integers
4281 starting with one. In many of the commands for controlling various
4282 features of breakpoints you use the breakpoint number to say which
4283 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4284 @dfn{disabled}; if disabled, it has no effect on your program until you
4285 enable it again.
4286
4287 @cindex breakpoint ranges
4288 @cindex breakpoint lists
4289 @cindex ranges of breakpoints
4290 @cindex lists of breakpoints
4291 Some @value{GDBN} commands accept a space-separated list of breakpoints
4292 on which to operate. A list element can be either a single breakpoint number,
4293 like @samp{5}, or a range of such numbers, like @samp{5-7}.
4294 When a breakpoint list is given to a command, all breakpoints in that list
4295 are operated on.
4296
4297 @menu
4298 * Set Breaks:: Setting breakpoints
4299 * Set Watchpoints:: Setting watchpoints
4300 * Set Catchpoints:: Setting catchpoints
4301 * Delete Breaks:: Deleting breakpoints
4302 * Disabling:: Disabling breakpoints
4303 * Conditions:: Break conditions
4304 * Break Commands:: Breakpoint command lists
4305 * Dynamic Printf:: Dynamic printf
4306 * Save Breakpoints:: How to save breakpoints in a file
4307 * Static Probe Points:: Listing static probe points
4308 * Error in Breakpoints:: ``Cannot insert breakpoints''
4309 * Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
4310 @end menu
4311
4312 @node Set Breaks
4313 @subsection Setting Breakpoints
4314
4315 @c FIXME LMB what does GDB do if no code on line of breakpt?
4316 @c consider in particular declaration with/without initialization.
4317 @c
4318 @c FIXME 2 is there stuff on this already? break at fun start, already init?
4319
4320 @kindex break
4321 @kindex b @r{(@code{break})}
4322 @vindex $bpnum@r{, convenience variable}
4323 @cindex latest breakpoint
4324 Breakpoints are set with the @code{break} command (abbreviated
4325 @code{b}). The debugger convenience variable @samp{$bpnum} records the
4326 number of the breakpoint you've set most recently; see @ref{Convenience
4327 Vars,, Convenience Variables}, for a discussion of what you can do with
4328 convenience variables.
4329
4330 @table @code
4331 @item break @var{location}
4332 Set a breakpoint at the given @var{location}, which can specify a
4333 function name, a line number, or an address of an instruction.
4334 (@xref{Specify Location}, for a list of all the possible ways to
4335 specify a @var{location}.) The breakpoint will stop your program just
4336 before it executes any of the code in the specified @var{location}.
4337
4338 When using source languages that permit overloading of symbols, such as
4339 C@t{++}, a function name may refer to more than one possible place to break.
4340 @xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4341 that situation.
4342
4343 It is also possible to insert a breakpoint that will stop the program
4344 only if a specific thread (@pxref{Thread-Specific Breakpoints})
4345 or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
4346
4347 @item break
4348 When called without any arguments, @code{break} sets a breakpoint at
4349 the next instruction to be executed in the selected stack frame
4350 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4351 innermost, this makes your program stop as soon as control
4352 returns to that frame. This is similar to the effect of a
4353 @code{finish} command in the frame inside the selected frame---except
4354 that @code{finish} does not leave an active breakpoint. If you use
4355 @code{break} without an argument in the innermost frame, @value{GDBN} stops
4356 the next time it reaches the current location; this may be useful
4357 inside loops.
4358
4359 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
4360 least one instruction has been executed. If it did not do this, you
4361 would be unable to proceed past a breakpoint without first disabling the
4362 breakpoint. This rule applies whether or not the breakpoint already
4363 existed when your program stopped.
4364
4365 @item break @dots{} if @var{cond}
4366 Set a breakpoint with condition @var{cond}; evaluate the expression
4367 @var{cond} each time the breakpoint is reached, and stop only if the
4368 value is nonzero---that is, if @var{cond} evaluates as true.
4369 @samp{@dots{}} stands for one of the possible arguments described
4370 above (or no argument) specifying where to break. @xref{Conditions,
4371 ,Break Conditions}, for more information on breakpoint conditions.
4372
4373 The breakpoint may be mapped to multiple locations. If the breakpoint
4374 condition @var{cond} is invalid at some but not all of the locations,
4375 the locations for which the condition is invalid are disabled. For
4376 example, @value{GDBN} reports below that two of the three locations
4377 are disabled.
4378
4379 @smallexample
4380 (@value{GDBP}) break func if a == 10
4381 warning: failed to validate condition at location 0x11ce, disabling:
4382 No symbol "a" in current context.
4383 warning: failed to validate condition at location 0x11b6, disabling:
4384 No symbol "a" in current context.
4385 Breakpoint 1 at 0x11b6: func. (3 locations)
4386 @end smallexample
4387
4388 Locations that are disabled because of the condition are denoted by an
4389 uppercase @code{N} in the output of the @code{info breakpoints}
4390 command:
4391
4392 @smallexample
4393 (@value{GDBP}) info breakpoints
4394 Num Type Disp Enb Address What
4395 1 breakpoint keep y <MULTIPLE>
4396 stop only if a == 10
4397 1.1 N* 0x00000000000011b6 in ...
4398 1.2 y 0x00000000000011c2 in ...
4399 1.3 N* 0x00000000000011ce in ...
4400 (*): Breakpoint condition is invalid at this location.
4401 @end smallexample
4402
4403 If the breakpoint condition @var{cond} is invalid in the context of
4404 @emph{all} the locations of the breakpoint, @value{GDBN} refuses to
4405 define the breakpoint. For example, if variable @code{foo} is an
4406 undefined variable:
4407
4408 @smallexample
4409 (@value{GDBP}) break func if foo
4410 No symbol "foo" in current context.
4411 @end smallexample
4412
4413 @item break @dots{} -force-condition if @var{cond}
4414 There may be cases where the condition @var{cond} is invalid at all
4415 the current locations, but the user knows that it will be valid at a
4416 future location; for example, because of a library load. In such
4417 cases, by using the @code{-force-condition} keyword before @samp{if},
4418 @value{GDBN} can be forced to define the breakpoint with the given
4419 condition expression instead of refusing it.
4420
4421 @smallexample
4422 (@value{GDBP}) break func -force-condition if foo
4423 warning: failed to validate condition at location 1, disabling:
4424 No symbol "foo" in current context.
4425 warning: failed to validate condition at location 2, disabling:
4426 No symbol "foo" in current context.
4427 warning: failed to validate condition at location 3, disabling:
4428 No symbol "foo" in current context.
4429 Breakpoint 1 at 0x1158: test.c:18. (3 locations)
4430 @end smallexample
4431
4432 This causes all the present locations where the breakpoint would
4433 otherwise be inserted, to be disabled, as seen in the example above.
4434 However, if there exist locations at which the condition is valid, the
4435 @code{-force-condition} keyword has no effect.
4436
4437 @kindex tbreak
4438 @item tbreak @var{args}
4439 Set a breakpoint enabled only for one stop. The @var{args} are the
4440 same as for the @code{break} command, and the breakpoint is set in the same
4441 way, but the breakpoint is automatically deleted after the first time your
4442 program stops there. @xref{Disabling, ,Disabling Breakpoints}.
4443
4444 @kindex hbreak
4445 @cindex hardware breakpoints
4446 @item hbreak @var{args}
4447 Set a hardware-assisted breakpoint. The @var{args} are the same as for the
4448 @code{break} command and the breakpoint is set in the same way, but the
4449 breakpoint requires hardware support and some target hardware may not
4450 have this support. The main purpose of this is EPROM/ROM code
4451 debugging, so you can set a breakpoint at an instruction without
4452 changing the instruction. This can be used with the new trap-generation
4453 provided by SPARClite DSU and most x86-based targets. These targets
4454 will generate traps when a program accesses some data or instruction
4455 address that is assigned to the debug registers. However the hardware
4456 breakpoint registers can take a limited number of breakpoints. For
4457 example, on the DSU, only two data breakpoints can be set at a time, and
4458 @value{GDBN} will reject this command if more than two are used. Delete
4459 or disable unused hardware breakpoints before setting new ones
4460 (@pxref{Disabling, ,Disabling Breakpoints}).
4461 @xref{Conditions, ,Break Conditions}.
4462 For remote targets, you can restrict the number of hardware
4463 breakpoints @value{GDBN} will use, see @ref{set remote
4464 hardware-breakpoint-limit}.
4465
4466 @kindex thbreak
4467 @item thbreak @var{args}
4468 Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
4469 are the same as for the @code{hbreak} command and the breakpoint is set in
4470 the same way. However, like the @code{tbreak} command,
4471 the breakpoint is automatically deleted after the
4472 first time your program stops there. Also, like the @code{hbreak}
4473 command, the breakpoint requires hardware support and some target hardware
4474 may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4475 See also @ref{Conditions, ,Break Conditions}.
4476
4477 @kindex rbreak
4478 @cindex regular expression
4479 @cindex breakpoints at functions matching a regexp
4480 @cindex set breakpoints in many functions
4481 @item rbreak @var{regex}
4482 Set breakpoints on all functions matching the regular expression
4483 @var{regex}. This command sets an unconditional breakpoint on all
4484 matches, printing a list of all breakpoints it set. Once these
4485 breakpoints are set, they are treated just like the breakpoints set with
4486 the @code{break} command. You can delete them, disable them, or make
4487 them conditional the same way as any other breakpoint.
4488
4489 In programs using different languages, @value{GDBN} chooses the syntax
4490 to print the list of all breakpoints it sets according to the
4491 @samp{set language} value: using @samp{set language auto}
4492 (see @ref{Automatically, ,Set Language Automatically}) means to use the
4493 language of the breakpoint's function, other values mean to use
4494 the manually specified language (see @ref{Manually, ,Set Language Manually}).
4495
4496 The syntax of the regular expression is the standard one used with tools
4497 like @file{grep}. Note that this is different from the syntax used by
4498 shells, so for instance @code{foo*} matches all functions that include
4499 an @code{fo} followed by zero or more @code{o}s. There is an implicit
4500 @code{.*} leading and trailing the regular expression you supply, so to
4501 match only functions that begin with @code{foo}, use @code{^foo}.
4502
4503 @cindex non-member C@t{++} functions, set breakpoint in
4504 When debugging C@t{++} programs, @code{rbreak} is useful for setting
4505 breakpoints on overloaded functions that are not members of any special
4506 classes.
4507
4508 @cindex set breakpoints on all functions
4509 The @code{rbreak} command can be used to set breakpoints in
4510 @strong{all} the functions in a program, like this:
4511
4512 @smallexample
4513 (@value{GDBP}) rbreak .
4514 @end smallexample
4515
4516 @item rbreak @var{file}:@var{regex}
4517 If @code{rbreak} is called with a filename qualification, it limits
4518 the search for functions matching the given regular expression to the
4519 specified @var{file}. This can be used, for example, to set breakpoints on
4520 every function in a given file:
4521
4522 @smallexample
4523 (@value{GDBP}) rbreak file.c:.
4524 @end smallexample
4525
4526 The colon separating the filename qualifier from the regex may
4527 optionally be surrounded by spaces.
4528
4529 @kindex info breakpoints
4530 @cindex @code{$_} and @code{info breakpoints}
4531 @item info breakpoints @r{[}@var{list}@dots{}@r{]}
4532 @itemx info break @r{[}@var{list}@dots{}@r{]}
4533 Print a table of all breakpoints, watchpoints, and catchpoints set and
4534 not deleted. Optional argument @var{n} means print information only
4535 about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4536 For each breakpoint, following columns are printed:
4537
4538 @table @emph
4539 @item Breakpoint Numbers
4540 @item Type
4541 Breakpoint, watchpoint, or catchpoint.
4542 @item Disposition
4543 Whether the breakpoint is marked to be disabled or deleted when hit.
4544 @item Enabled or Disabled
4545 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
4546 that are not enabled.
4547 @item Address
4548 Where the breakpoint is in your program, as a memory address. For a
4549 pending breakpoint whose address is not yet known, this field will
4550 contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4551 library that has the symbol or line referred by breakpoint is loaded.
4552 See below for details. A breakpoint with several locations will
4553 have @samp{<MULTIPLE>} in this field---see below for details.
4554 @item What
4555 Where the breakpoint is in the source for your program, as a file and
4556 line number. For a pending breakpoint, the original string passed to
4557 the breakpoint command will be listed as it cannot be resolved until
4558 the appropriate shared library is loaded in the future.
4559 @end table
4560
4561 @noindent
4562 If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4563 ``target''. If mode is ``host'', breakpoint condition evaluation is done by
4564 @value{GDBN} on the host's side. If it is ``target'', then the condition
4565 is evaluated by the target. The @code{info break} command shows
4566 the condition on the line following the affected breakpoint, together with
4567 its condition evaluation mode in between parentheses.
4568
4569 Breakpoint commands, if any, are listed after that. A pending breakpoint is
4570 allowed to have a condition specified for it. The condition is not parsed for
4571 validity until a shared library is loaded that allows the pending
4572 breakpoint to resolve to a valid location.
4573
4574 @noindent
4575 @code{info break} with a breakpoint
4576 number @var{n} as argument lists only that breakpoint. The
4577 convenience variable @code{$_} and the default examining-address for
4578 the @code{x} command are set to the address of the last breakpoint
4579 listed (@pxref{Memory, ,Examining Memory}).
4580
4581 @noindent
4582 @code{info break} displays a count of the number of times the breakpoint
4583 has been hit. This is especially useful in conjunction with the
4584 @code{ignore} command. You can ignore a large number of breakpoint
4585 hits, look at the breakpoint info to see how many times the breakpoint
4586 was hit, and then run again, ignoring one less than that number. This
4587 will get you quickly to the last hit of that breakpoint.
4588
4589 @noindent
4590 For a breakpoints with an enable count (xref) greater than 1,
4591 @code{info break} also displays that count.
4592
4593 @end table
4594
4595 @value{GDBN} allows you to set any number of breakpoints at the same place in
4596 your program. There is nothing silly or meaningless about this. When
4597 the breakpoints are conditional, this is even useful
4598 (@pxref{Conditions, ,Break Conditions}).
4599
4600 @cindex multiple locations, breakpoints
4601 @cindex breakpoints, multiple locations
4602 It is possible that a breakpoint corresponds to several locations
4603 in your program. Examples of this situation are:
4604
4605 @itemize @bullet
4606 @item
4607 Multiple functions in the program may have the same name.
4608
4609 @item
4610 For a C@t{++} constructor, the @value{NGCC} compiler generates several
4611 instances of the function body, used in different cases.
4612
4613 @item
4614 For a C@t{++} template function, a given line in the function can
4615 correspond to any number of instantiations.
4616
4617 @item
4618 For an inlined function, a given source line can correspond to
4619 several places where that function is inlined.
4620 @end itemize
4621
4622 In all those cases, @value{GDBN} will insert a breakpoint at all
4623 the relevant locations.
4624
4625 A breakpoint with multiple locations is displayed in the breakpoint
4626 table using several rows---one header row, followed by one row for
4627 each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4628 address column. The rows for individual locations contain the actual
4629 addresses for locations, and show the functions to which those
4630 locations belong. The number column for a location is of the form
4631 @var{breakpoint-number}.@var{location-number}.
4632
4633 For example:
4634
4635 @smallexample
4636 Num Type Disp Enb Address What
4637 1 breakpoint keep y <MULTIPLE>
4638 stop only if i==1
4639 breakpoint already hit 1 time
4640 1.1 y 0x080486a2 in void foo<int>() at t.cc:8
4641 1.2 y 0x080486ca in void foo<double>() at t.cc:8
4642 @end smallexample
4643
4644 You cannot delete the individual locations from a breakpoint. However,
4645 each location can be individually enabled or disabled by passing
4646 @var{breakpoint-number}.@var{location-number} as argument to the
4647 @code{enable} and @code{disable} commands. It's also possible to
4648 @code{enable} and @code{disable} a range of @var{location-number}
4649 locations using a @var{breakpoint-number} and two @var{location-number}s,
4650 in increasing order, separated by a hyphen, like
4651 @kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4652 in which case @value{GDBN} acts on all the locations in the range (inclusive).
4653 Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4654 all of the locations that belong to that breakpoint.
4655
4656 @cindex pending breakpoints
4657 It's quite common to have a breakpoint inside a shared library.
4658 Shared libraries can be loaded and unloaded explicitly,
4659 and possibly repeatedly, as the program is executed. To support
4660 this use case, @value{GDBN} updates breakpoint locations whenever
4661 any shared library is loaded or unloaded. Typically, you would
4662 set a breakpoint in a shared library at the beginning of your
4663 debugging session, when the library is not loaded, and when the
4664 symbols from the library are not available. When you try to set
4665 breakpoint, @value{GDBN} will ask you if you want to set
4666 a so called @dfn{pending breakpoint}---breakpoint whose address
4667 is not yet resolved.
4668
4669 After the program is run, whenever a new shared library is loaded,
4670 @value{GDBN} reevaluates all the breakpoints. When a newly loaded
4671 shared library contains the symbol or line referred to by some
4672 pending breakpoint, that breakpoint is resolved and becomes an
4673 ordinary breakpoint. When a library is unloaded, all breakpoints
4674 that refer to its symbols or source lines become pending again.
4675
4676 This logic works for breakpoints with multiple locations, too. For
4677 example, if you have a breakpoint in a C@t{++} template function, and
4678 a newly loaded shared library has an instantiation of that template,
4679 a new location is added to the list of locations for the breakpoint.
4680
4681 Except for having unresolved address, pending breakpoints do not
4682 differ from regular breakpoints. You can set conditions or commands,
4683 enable and disable them and perform other breakpoint operations.
4684
4685 @value{GDBN} provides some additional commands for controlling what
4686 happens when the @samp{break} command cannot resolve breakpoint
4687 address specification to an address:
4688
4689 @kindex set breakpoint pending
4690 @kindex show breakpoint pending
4691 @table @code
4692 @item set breakpoint pending auto
4693 This is the default behavior. When @value{GDBN} cannot find the breakpoint
4694 location, it queries you whether a pending breakpoint should be created.
4695
4696 @item set breakpoint pending on
4697 This indicates that an unrecognized breakpoint location should automatically
4698 result in a pending breakpoint being created.
4699
4700 @item set breakpoint pending off
4701 This indicates that pending breakpoints are not to be created. Any
4702 unrecognized breakpoint location results in an error. This setting does
4703 not affect any pending breakpoints previously created.
4704
4705 @item show breakpoint pending
4706 Show the current behavior setting for creating pending breakpoints.
4707 @end table
4708
4709 The settings above only affect the @code{break} command and its
4710 variants. Once breakpoint is set, it will be automatically updated
4711 as shared libraries are loaded and unloaded.
4712
4713 @cindex automatic hardware breakpoints
4714 For some targets, @value{GDBN} can automatically decide if hardware or
4715 software breakpoints should be used, depending on whether the
4716 breakpoint address is read-only or read-write. This applies to
4717 breakpoints set with the @code{break} command as well as to internal
4718 breakpoints set by commands like @code{next} and @code{finish}. For
4719 breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
4720 breakpoints.
4721
4722 You can control this automatic behaviour with the following commands:
4723
4724 @kindex set breakpoint auto-hw
4725 @kindex show breakpoint auto-hw
4726 @table @code
4727 @item set breakpoint auto-hw on
4728 This is the default behavior. When @value{GDBN} sets a breakpoint, it
4729 will try to use the target memory map to decide if software or hardware
4730 breakpoint must be used.
4731
4732 @item set breakpoint auto-hw off
4733 This indicates @value{GDBN} should not automatically select breakpoint
4734 type. If the target provides a memory map, @value{GDBN} will warn when
4735 trying to set software breakpoint at a read-only address.
4736 @end table
4737
4738 @value{GDBN} normally implements breakpoints by replacing the program code
4739 at the breakpoint address with a special instruction, which, when
4740 executed, given control to the debugger. By default, the program
4741 code is so modified only when the program is resumed. As soon as
4742 the program stops, @value{GDBN} restores the original instructions. This
4743 behaviour guards against leaving breakpoints inserted in the
4744 target should gdb abrubptly disconnect. However, with slow remote
4745 targets, inserting and removing breakpoint can reduce the performance.
4746 This behavior can be controlled with the following commands::
4747
4748 @kindex set breakpoint always-inserted
4749 @kindex show breakpoint always-inserted
4750 @table @code
4751 @item set breakpoint always-inserted off
4752 All breakpoints, including newly added by the user, are inserted in
4753 the target only when the target is resumed. All breakpoints are
4754 removed from the target when it stops. This is the default mode.
4755
4756 @item set breakpoint always-inserted on
4757 Causes all breakpoints to be inserted in the target at all times. If
4758 the user adds a new breakpoint, or changes an existing breakpoint, the
4759 breakpoints in the target are updated immediately. A breakpoint is
4760 removed from the target only when breakpoint itself is deleted.
4761 @end table
4762
4763 @value{GDBN} handles conditional breakpoints by evaluating these conditions
4764 when a breakpoint breaks. If the condition is true, then the process being
4765 debugged stops, otherwise the process is resumed.
4766
4767 If the target supports evaluating conditions on its end, @value{GDBN} may
4768 download the breakpoint, together with its conditions, to it.
4769
4770 This feature can be controlled via the following commands:
4771
4772 @kindex set breakpoint condition-evaluation
4773 @kindex show breakpoint condition-evaluation
4774 @table @code
4775 @item set breakpoint condition-evaluation host
4776 This option commands @value{GDBN} to evaluate the breakpoint
4777 conditions on the host's side. Unconditional breakpoints are sent to
4778 the target which in turn receives the triggers and reports them back to GDB
4779 for condition evaluation. This is the standard evaluation mode.
4780
4781 @item set breakpoint condition-evaluation target
4782 This option commands @value{GDBN} to download breakpoint conditions
4783 to the target at the moment of their insertion. The target
4784 is responsible for evaluating the conditional expression and reporting
4785 breakpoint stop events back to @value{GDBN} whenever the condition
4786 is true. Due to limitations of target-side evaluation, some conditions
4787 cannot be evaluated there, e.g., conditions that depend on local data
4788 that is only known to the host. Examples include
4789 conditional expressions involving convenience variables, complex types
4790 that cannot be handled by the agent expression parser and expressions
4791 that are too long to be sent over to the target, specially when the
4792 target is a remote system. In these cases, the conditions will be
4793 evaluated by @value{GDBN}.
4794
4795 @item set breakpoint condition-evaluation auto
4796 This is the default mode. If the target supports evaluating breakpoint
4797 conditions on its end, @value{GDBN} will download breakpoint conditions to
4798 the target (limitations mentioned previously apply). If the target does
4799 not support breakpoint condition evaluation, then @value{GDBN} will fallback
4800 to evaluating all these conditions on the host's side.
4801 @end table
4802
4803
4804 @cindex negative breakpoint numbers
4805 @cindex internal @value{GDBN} breakpoints
4806 @value{GDBN} itself sometimes sets breakpoints in your program for
4807 special purposes, such as proper handling of @code{longjmp} (in C
4808 programs). These internal breakpoints are assigned negative numbers,
4809 starting with @code{-1}; @samp{info breakpoints} does not display them.
4810 You can see these breakpoints with the @value{GDBN} maintenance command
4811 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
4812
4813
4814 @node Set Watchpoints
4815 @subsection Setting Watchpoints
4816
4817 @cindex setting watchpoints
4818 You can use a watchpoint to stop execution whenever the value of an
4819 expression changes, without having to predict a particular place where
4820 this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4821 The expression may be as simple as the value of a single variable, or
4822 as complex as many variables combined by operators. Examples include:
4823
4824 @itemize @bullet
4825 @item
4826 A reference to the value of a single variable.
4827
4828 @item
4829 An address cast to an appropriate data type. For example,
4830 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4831 address (assuming an @code{int} occupies 4 bytes).
4832
4833 @item
4834 An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4835 expression can use any operators valid in the program's native
4836 language (@pxref{Languages}).
4837 @end itemize
4838
4839 You can set a watchpoint on an expression even if the expression can
4840 not be evaluated yet. For instance, you can set a watchpoint on
4841 @samp{*global_ptr} before @samp{global_ptr} is initialized.
4842 @value{GDBN} will stop when your program sets @samp{global_ptr} and
4843 the expression produces a valid value. If the expression becomes
4844 valid in some other way than changing a variable (e.g.@: if the memory
4845 pointed to by @samp{*global_ptr} becomes readable as the result of a
4846 @code{malloc} call), @value{GDBN} may not stop until the next time
4847 the expression changes.
4848
4849 @cindex software watchpoints
4850 @cindex hardware watchpoints
4851 Depending on your system, watchpoints may be implemented in software or
4852 hardware. @value{GDBN} does software watchpointing by single-stepping your
4853 program and testing the variable's value each time, which is hundreds of
4854 times slower than normal execution. (But this may still be worth it, to
4855 catch errors where you have no clue what part of your program is the
4856 culprit.)
4857
4858 On some systems, such as most PowerPC or x86-based targets,
4859 @value{GDBN} includes support for hardware watchpoints, which do not
4860 slow down the running of your program.
4861
4862 @table @code
4863 @kindex watch
4864 @item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4865 Set a watchpoint for an expression. @value{GDBN} will break when the
4866 expression @var{expr} is written into by the program and its value
4867 changes. The simplest (and the most popular) use of this command is
4868 to watch the value of a single variable:
4869
4870 @smallexample
4871 (@value{GDBP}) watch foo
4872 @end smallexample
4873
4874 If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
4875 argument, @value{GDBN} breaks only when the thread identified by
4876 @var{thread-id} changes the value of @var{expr}. If any other threads
4877 change the value of @var{expr}, @value{GDBN} will not break. Note
4878 that watchpoints restricted to a single thread in this way only work
4879 with Hardware Watchpoints.
4880
4881 Ordinarily a watchpoint respects the scope of variables in @var{expr}
4882 (see below). The @code{-location} argument tells @value{GDBN} to
4883 instead watch the memory referred to by @var{expr}. In this case,
4884 @value{GDBN} will evaluate @var{expr}, take the address of the result,
4885 and watch the memory at that address. The type of the result is used
4886 to determine the size of the watched memory. If the expression's
4887 result does not have an address, then @value{GDBN} will print an
4888 error.
4889
4890 The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4891 of masked watchpoints, if the current architecture supports this
4892 feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4893 Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4894 to an address to watch. The mask specifies that some bits of an address
4895 (the bits which are reset in the mask) should be ignored when matching
4896 the address accessed by the inferior against the watchpoint address.
4897 Thus, a masked watchpoint watches many addresses simultaneously---those
4898 addresses whose unmasked bits are identical to the unmasked bits in the
4899 watchpoint address. The @code{mask} argument implies @code{-location}.
4900 Examples:
4901
4902 @smallexample
4903 (@value{GDBP}) watch foo mask 0xffff00ff
4904 (@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4905 @end smallexample
4906
4907 @kindex rwatch
4908 @item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4909 Set a watchpoint that will break when the value of @var{expr} is read
4910 by the program.
4911
4912 @kindex awatch
4913 @item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4914 Set a watchpoint that will break when @var{expr} is either read from
4915 or written into by the program.
4916
4917 @kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4918 @item info watchpoints @r{[}@var{list}@dots{}@r{]}
4919 This command prints a list of watchpoints, using the same format as
4920 @code{info break} (@pxref{Set Breaks}).
4921 @end table
4922
4923 If you watch for a change in a numerically entered address you need to
4924 dereference it, as the address itself is just a constant number which will
4925 never change. @value{GDBN} refuses to create a watchpoint that watches
4926 a never-changing value:
4927
4928 @smallexample
4929 (@value{GDBP}) watch 0x600850
4930 Cannot watch constant value 0x600850.
4931 (@value{GDBP}) watch *(int *) 0x600850
4932 Watchpoint 1: *(int *) 6293584
4933 @end smallexample
4934
4935 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4936 watchpoints execute very quickly, and the debugger reports a change in
4937 value at the exact instruction where the change occurs. If @value{GDBN}
4938 cannot set a hardware watchpoint, it sets a software watchpoint, which
4939 executes more slowly and reports the change in value at the next
4940 @emph{statement}, not the instruction, after the change occurs.
4941
4942 @cindex use only software watchpoints
4943 You can force @value{GDBN} to use only software watchpoints with the
4944 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4945 zero, @value{GDBN} will never try to use hardware watchpoints, even if
4946 the underlying system supports them. (Note that hardware-assisted
4947 watchpoints that were set @emph{before} setting
4948 @code{can-use-hw-watchpoints} to zero will still use the hardware
4949 mechanism of watching expression values.)
4950
4951 @table @code
4952 @item set can-use-hw-watchpoints
4953 @kindex set can-use-hw-watchpoints
4954 Set whether or not to use hardware watchpoints.
4955
4956 @item show can-use-hw-watchpoints
4957 @kindex show can-use-hw-watchpoints
4958 Show the current mode of using hardware watchpoints.
4959 @end table
4960
4961 For remote targets, you can restrict the number of hardware
4962 watchpoints @value{GDBN} will use, see @ref{set remote
4963 hardware-breakpoint-limit}.
4964
4965 When you issue the @code{watch} command, @value{GDBN} reports
4966
4967 @smallexample
4968 Hardware watchpoint @var{num}: @var{expr}
4969 @end smallexample
4970
4971 @noindent
4972 if it was able to set a hardware watchpoint.
4973
4974 Currently, the @code{awatch} and @code{rwatch} commands can only set
4975 hardware watchpoints, because accesses to data that don't change the
4976 value of the watched expression cannot be detected without examining
4977 every instruction as it is being executed, and @value{GDBN} does not do
4978 that currently. If @value{GDBN} finds that it is unable to set a
4979 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4980 will print a message like this:
4981
4982 @smallexample
4983 Expression cannot be implemented with read/access watchpoint.
4984 @end smallexample
4985
4986 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4987 data type of the watched expression is wider than what a hardware
4988 watchpoint on the target machine can handle. For example, some systems
4989 can only watch regions that are up to 4 bytes wide; on such systems you
4990 cannot set hardware watchpoints for an expression that yields a
4991 double-precision floating-point number (which is typically 8 bytes
4992 wide). As a work-around, it might be possible to break the large region
4993 into a series of smaller ones and watch them with separate watchpoints.
4994
4995 If you set too many hardware watchpoints, @value{GDBN} might be unable
4996 to insert all of them when you resume the execution of your program.
4997 Since the precise number of active watchpoints is unknown until such
4998 time as the program is about to be resumed, @value{GDBN} might not be
4999 able to warn you about this when you set the watchpoints, and the
5000 warning will be printed only when the program is resumed:
5001
5002 @smallexample
5003 Hardware watchpoint @var{num}: Could not insert watchpoint
5004 @end smallexample
5005
5006 @noindent
5007 If this happens, delete or disable some of the watchpoints.
5008
5009 Watching complex expressions that reference many variables can also
5010 exhaust the resources available for hardware-assisted watchpoints.
5011 That's because @value{GDBN} needs to watch every variable in the
5012 expression with separately allocated resources.
5013
5014 If you call a function interactively using @code{print} or @code{call},
5015 any watchpoints you have set will be inactive until @value{GDBN} reaches another
5016 kind of breakpoint or the call completes.
5017
5018 @value{GDBN} automatically deletes watchpoints that watch local
5019 (automatic) variables, or expressions that involve such variables, when
5020 they go out of scope, that is, when the execution leaves the block in
5021 which these variables were defined. In particular, when the program
5022 being debugged terminates, @emph{all} local variables go out of scope,
5023 and so only watchpoints that watch global variables remain set. If you
5024 rerun the program, you will need to set all such watchpoints again. One
5025 way of doing that would be to set a code breakpoint at the entry to the
5026 @code{main} function and when it breaks, set all the watchpoints.
5027
5028 @cindex watchpoints and threads
5029 @cindex threads and watchpoints
5030 In multi-threaded programs, watchpoints will detect changes to the
5031 watched expression from every thread.
5032
5033 @quotation
5034 @emph{Warning:} In multi-threaded programs, software watchpoints
5035 have only limited usefulness. If @value{GDBN} creates a software
5036 watchpoint, it can only watch the value of an expression @emph{in a
5037 single thread}. If you are confident that the expression can only
5038 change due to the current thread's activity (and if you are also
5039 confident that no other thread can become current), then you can use
5040 software watchpoints as usual. However, @value{GDBN} may not notice
5041 when a non-current thread's activity changes the expression. (Hardware
5042 watchpoints, in contrast, watch an expression in all threads.)
5043 @end quotation
5044
5045 @xref{set remote hardware-watchpoint-limit}.
5046
5047 @node Set Catchpoints
5048 @subsection Setting Catchpoints
5049 @cindex catchpoints, setting
5050 @cindex exception handlers
5051 @cindex event handling
5052
5053 You can use @dfn{catchpoints} to cause the debugger to stop for certain
5054 kinds of program events, such as C@t{++} exceptions or the loading of a
5055 shared library. Use the @code{catch} command to set a catchpoint.
5056
5057 @table @code
5058 @kindex catch
5059 @item catch @var{event}
5060 Stop when @var{event} occurs. The @var{event} can be any of the following:
5061
5062 @table @code
5063 @item throw @r{[}@var{regexp}@r{]}
5064 @itemx rethrow @r{[}@var{regexp}@r{]}
5065 @itemx catch @r{[}@var{regexp}@r{]}
5066 @kindex catch throw
5067 @kindex catch rethrow
5068 @kindex catch catch
5069 @cindex stop on C@t{++} exceptions
5070 The throwing, re-throwing, or catching of a C@t{++} exception.
5071
5072 If @var{regexp} is given, then only exceptions whose type matches the
5073 regular expression will be caught.
5074
5075 @vindex $_exception@r{, convenience variable}
5076 The convenience variable @code{$_exception} is available at an
5077 exception-related catchpoint, on some systems. This holds the
5078 exception being thrown.
5079
5080 There are currently some limitations to C@t{++} exception handling in
5081 @value{GDBN}:
5082
5083 @itemize @bullet
5084 @item
5085 The support for these commands is system-dependent. Currently, only
5086 systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
5087 supported.
5088
5089 @item
5090 The regular expression feature and the @code{$_exception} convenience
5091 variable rely on the presence of some SDT probes in @code{libstdc++}.
5092 If these probes are not present, then these features cannot be used.
5093 These probes were first available in the GCC 4.8 release, but whether
5094 or not they are available in your GCC also depends on how it was
5095 built.
5096
5097 @item
5098 The @code{$_exception} convenience variable is only valid at the
5099 instruction at which an exception-related catchpoint is set.
5100
5101 @item
5102 When an exception-related catchpoint is hit, @value{GDBN} stops at a
5103 location in the system library which implements runtime exception
5104 support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
5105 (@pxref{Selection}) to get to your code.
5106
5107 @item
5108 If you call a function interactively, @value{GDBN} normally returns
5109 control to you when the function has finished executing. If the call
5110 raises an exception, however, the call may bypass the mechanism that
5111 returns control to you and cause your program either to abort or to
5112 simply continue running until it hits a breakpoint, catches a signal
5113 that @value{GDBN} is listening for, or exits. This is the case even if
5114 you set a catchpoint for the exception; catchpoints on exceptions are
5115 disabled within interactive calls. @xref{Calling}, for information on
5116 controlling this with @code{set unwind-on-terminating-exception}.
5117
5118 @item
5119 You cannot raise an exception interactively.
5120
5121 @item
5122 You cannot install an exception handler interactively.
5123 @end itemize
5124
5125 @item exception @r{[}@var{name}@r{]}
5126 @kindex catch exception
5127 @cindex Ada exception catching
5128 @cindex catch Ada exceptions
5129 An Ada exception being raised. If an exception name is specified
5130 at the end of the command (eg @code{catch exception Program_Error}),
5131 the debugger will stop only when this specific exception is raised.
5132 Otherwise, the debugger stops execution when any Ada exception is raised.
5133
5134 When inserting an exception catchpoint on a user-defined exception whose
5135 name is identical to one of the exceptions defined by the language, the
5136 fully qualified name must be used as the exception name. Otherwise,
5137 @value{GDBN} will assume that it should stop on the pre-defined exception
5138 rather than the user-defined one. For instance, assuming an exception
5139 called @code{Constraint_Error} is defined in package @code{Pck}, then
5140 the command to use to catch such exceptions is @kbd{catch exception
5141 Pck.Constraint_Error}.
5142
5143 @vindex $_ada_exception@r{, convenience variable}
5144 The convenience variable @code{$_ada_exception} holds the address of
5145 the exception being thrown. This can be useful when setting a
5146 condition for such a catchpoint.
5147
5148 @item exception unhandled
5149 @kindex catch exception unhandled
5150 An exception that was raised but is not handled by the program. The
5151 convenience variable @code{$_ada_exception} is set as for @code{catch
5152 exception}.
5153
5154 @item handlers @r{[}@var{name}@r{]}
5155 @kindex catch handlers
5156 @cindex Ada exception handlers catching
5157 @cindex catch Ada exceptions when handled
5158 An Ada exception being handled. If an exception name is
5159 specified at the end of the command
5160 (eg @kbd{catch handlers Program_Error}), the debugger will stop
5161 only when this specific exception is handled.
5162 Otherwise, the debugger stops execution when any Ada exception is handled.
5163
5164 When inserting a handlers catchpoint on a user-defined
5165 exception whose name is identical to one of the exceptions
5166 defined by the language, the fully qualified name must be used
5167 as the exception name. Otherwise, @value{GDBN} will assume that it
5168 should stop on the pre-defined exception rather than the
5169 user-defined one. For instance, assuming an exception called
5170 @code{Constraint_Error} is defined in package @code{Pck}, then the
5171 command to use to catch such exceptions handling is
5172 @kbd{catch handlers Pck.Constraint_Error}.
5173
5174 The convenience variable @code{$_ada_exception} is set as for
5175 @code{catch exception}.
5176
5177 @item assert
5178 @kindex catch assert
5179 A failed Ada assertion. Note that the convenience variable
5180 @code{$_ada_exception} is @emph{not} set by this catchpoint.
5181
5182 @item exec
5183 @kindex catch exec
5184 @cindex break on fork/exec
5185 A call to @code{exec}.
5186
5187 @anchor{catch syscall}
5188 @item syscall
5189 @itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
5190 @kindex catch syscall
5191 @cindex break on a system call.
5192 A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
5193 syscall is a mechanism for application programs to request a service
5194 from the operating system (OS) or one of the OS system services.
5195 @value{GDBN} can catch some or all of the syscalls issued by the
5196 debuggee, and show the related information for each syscall. If no
5197 argument is specified, calls to and returns from all system calls
5198 will be caught.
5199
5200 @var{name} can be any system call name that is valid for the
5201 underlying OS. Just what syscalls are valid depends on the OS. On
5202 GNU and Unix systems, you can find the full list of valid syscall
5203 names on @file{/usr/include/asm/unistd.h}.
5204
5205 @c For MS-Windows, the syscall names and the corresponding numbers
5206 @c can be found, e.g., on this URL:
5207 @c http://www.metasploit.com/users/opcode/syscalls.html
5208 @c but we don't support Windows syscalls yet.
5209
5210 Normally, @value{GDBN} knows in advance which syscalls are valid for
5211 each OS, so you can use the @value{GDBN} command-line completion
5212 facilities (@pxref{Completion,, command completion}) to list the
5213 available choices.
5214
5215 You may also specify the system call numerically. A syscall's
5216 number is the value passed to the OS's syscall dispatcher to
5217 identify the requested service. When you specify the syscall by its
5218 name, @value{GDBN} uses its database of syscalls to convert the name
5219 into the corresponding numeric code, but using the number directly
5220 may be useful if @value{GDBN}'s database does not have the complete
5221 list of syscalls on your system (e.g., because @value{GDBN} lags
5222 behind the OS upgrades).
5223
5224 You may specify a group of related syscalls to be caught at once using
5225 the @code{group:} syntax (@code{g:} is a shorter equivalent). For
5226 instance, on some platforms @value{GDBN} allows you to catch all
5227 network related syscalls, by passing the argument @code{group:network}
5228 to @code{catch syscall}. Note that not all syscall groups are
5229 available in every system. You can use the command completion
5230 facilities (@pxref{Completion,, command completion}) to list the
5231 syscall groups available on your environment.
5232
5233 The example below illustrates how this command works if you don't provide
5234 arguments to it:
5235
5236 @smallexample
5237 (@value{GDBP}) catch syscall
5238 Catchpoint 1 (syscall)
5239 (@value{GDBP}) r
5240 Starting program: /tmp/catch-syscall
5241
5242 Catchpoint 1 (call to syscall 'close'), \
5243 0xffffe424 in __kernel_vsyscall ()
5244 (@value{GDBP}) c
5245 Continuing.
5246
5247 Catchpoint 1 (returned from syscall 'close'), \
5248 0xffffe424 in __kernel_vsyscall ()
5249 (@value{GDBP})
5250 @end smallexample
5251
5252 Here is an example of catching a system call by name:
5253
5254 @smallexample
5255 (@value{GDBP}) catch syscall chroot
5256 Catchpoint 1 (syscall 'chroot' [61])
5257 (@value{GDBP}) r
5258 Starting program: /tmp/catch-syscall
5259
5260 Catchpoint 1 (call to syscall 'chroot'), \
5261 0xffffe424 in __kernel_vsyscall ()
5262 (@value{GDBP}) c
5263 Continuing.
5264
5265 Catchpoint 1 (returned from syscall 'chroot'), \
5266 0xffffe424 in __kernel_vsyscall ()
5267 (@value{GDBP})
5268 @end smallexample
5269
5270 An example of specifying a system call numerically. In the case
5271 below, the syscall number has a corresponding entry in the XML
5272 file, so @value{GDBN} finds its name and prints it:
5273
5274 @smallexample
5275 (@value{GDBP}) catch syscall 252
5276 Catchpoint 1 (syscall(s) 'exit_group')
5277 (@value{GDBP}) r
5278 Starting program: /tmp/catch-syscall
5279
5280 Catchpoint 1 (call to syscall 'exit_group'), \
5281 0xffffe424 in __kernel_vsyscall ()
5282 (@value{GDBP}) c
5283 Continuing.
5284
5285 Program exited normally.
5286 (@value{GDBP})
5287 @end smallexample
5288
5289 Here is an example of catching a syscall group:
5290
5291 @smallexample
5292 (@value{GDBP}) catch syscall group:process
5293 Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
5294 'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
5295 'exit_group' [252] 'waitid' [284] 'unshare' [310])
5296 (@value{GDBP}) r
5297 Starting program: /tmp/catch-syscall
5298
5299 Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
5300 from /lib64/ld-linux-x86-64.so.2
5301
5302 (@value{GDBP}) c
5303 Continuing.
5304 @end smallexample
5305
5306 However, there can be situations when there is no corresponding name
5307 in XML file for that syscall number. In this case, @value{GDBN} prints
5308 a warning message saying that it was not able to find the syscall name,
5309 but the catchpoint will be set anyway. See the example below:
5310
5311 @smallexample
5312 (@value{GDBP}) catch syscall 764
5313 warning: The number '764' does not represent a known syscall.
5314 Catchpoint 2 (syscall 764)
5315 (@value{GDBP})
5316 @end smallexample
5317
5318 If you configure @value{GDBN} using the @samp{--without-expat} option,
5319 it will not be able to display syscall names. Also, if your
5320 architecture does not have an XML file describing its system calls,
5321 you will not be able to see the syscall names. It is important to
5322 notice that these two features are used for accessing the syscall
5323 name database. In either case, you will see a warning like this:
5324
5325 @smallexample
5326 (@value{GDBP}) catch syscall
5327 warning: Could not open "syscalls/i386-linux.xml"
5328 warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5329 GDB will not be able to display syscall names.
5330 Catchpoint 1 (syscall)
5331 (@value{GDBP})
5332 @end smallexample
5333
5334 Of course, the file name will change depending on your architecture and system.
5335
5336 Still using the example above, you can also try to catch a syscall by its
5337 number. In this case, you would see something like:
5338
5339 @smallexample
5340 (@value{GDBP}) catch syscall 252
5341 Catchpoint 1 (syscall(s) 252)
5342 @end smallexample
5343
5344 Again, in this case @value{GDBN} would not be able to display syscall's names.
5345
5346 @item fork
5347 @kindex catch fork
5348 A call to @code{fork}.
5349
5350 @item vfork
5351 @kindex catch vfork
5352 A call to @code{vfork}.
5353
5354 @item load @r{[}@var{regexp}@r{]}
5355 @itemx unload @r{[}@var{regexp}@r{]}
5356 @kindex catch load
5357 @kindex catch unload
5358 The loading or unloading of a shared library. If @var{regexp} is
5359 given, then the catchpoint will stop only if the regular expression
5360 matches one of the affected libraries.
5361
5362 @item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5363 @kindex catch signal
5364 The delivery of a signal.
5365
5366 With no arguments, this catchpoint will catch any signal that is not
5367 used internally by @value{GDBN}, specifically, all signals except
5368 @samp{SIGTRAP} and @samp{SIGINT}.
5369
5370 With the argument @samp{all}, all signals, including those used by
5371 @value{GDBN}, will be caught. This argument cannot be used with other
5372 signal names.
5373
5374 Otherwise, the arguments are a list of signal names as given to
5375 @code{handle} (@pxref{Signals}). Only signals specified in this list
5376 will be caught.
5377
5378 One reason that @code{catch signal} can be more useful than
5379 @code{handle} is that you can attach commands and conditions to the
5380 catchpoint.
5381
5382 When a signal is caught by a catchpoint, the signal's @code{stop} and
5383 @code{print} settings, as specified by @code{handle}, are ignored.
5384 However, whether the signal is still delivered to the inferior depends
5385 on the @code{pass} setting; this can be changed in the catchpoint's
5386 commands.
5387
5388 @end table
5389
5390 @item tcatch @var{event}
5391 @kindex tcatch
5392 Set a catchpoint that is enabled only for one stop. The catchpoint is
5393 automatically deleted after the first time the event is caught.
5394
5395 @end table
5396
5397 Use the @code{info break} command to list the current catchpoints.
5398
5399
5400 @node Delete Breaks
5401 @subsection Deleting Breakpoints
5402
5403 @cindex clearing breakpoints, watchpoints, catchpoints
5404 @cindex deleting breakpoints, watchpoints, catchpoints
5405 It is often necessary to eliminate a breakpoint, watchpoint, or
5406 catchpoint once it has done its job and you no longer want your program
5407 to stop there. This is called @dfn{deleting} the breakpoint. A
5408 breakpoint that has been deleted no longer exists; it is forgotten.
5409
5410 With the @code{clear} command you can delete breakpoints according to
5411 where they are in your program. With the @code{delete} command you can
5412 delete individual breakpoints, watchpoints, or catchpoints by specifying
5413 their breakpoint numbers.
5414
5415 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5416 automatically ignores breakpoints on the first instruction to be executed
5417 when you continue execution without changing the execution address.
5418
5419 @table @code
5420 @kindex clear
5421 @item clear
5422 Delete any breakpoints at the next instruction to be executed in the
5423 selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
5424 the innermost frame is selected, this is a good way to delete a
5425 breakpoint where your program just stopped.
5426
5427 @item clear @var{location}
5428 Delete any breakpoints set at the specified @var{location}.
5429 @xref{Specify Location}, for the various forms of @var{location}; the
5430 most useful ones are listed below:
5431
5432 @table @code
5433 @item clear @var{function}
5434 @itemx clear @var{filename}:@var{function}
5435 Delete any breakpoints set at entry to the named @var{function}.
5436
5437 @item clear @var{linenum}
5438 @itemx clear @var{filename}:@var{linenum}
5439 Delete any breakpoints set at or within the code of the specified
5440 @var{linenum} of the specified @var{filename}.
5441 @end table
5442
5443 @cindex delete breakpoints
5444 @kindex delete
5445 @kindex d @r{(@code{delete})}
5446 @item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5447 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
5448 list specified as argument. If no argument is specified, delete all
5449 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5450 confirm off}). You can abbreviate this command as @code{d}.
5451 @end table
5452
5453 @node Disabling
5454 @subsection Disabling Breakpoints
5455
5456 @cindex enable/disable a breakpoint
5457 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5458 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5459 it had been deleted, but remembers the information on the breakpoint so
5460 that you can @dfn{enable} it again later.
5461
5462 You disable and enable breakpoints, watchpoints, and catchpoints with
5463 the @code{enable} and @code{disable} commands, optionally specifying
5464 one or more breakpoint numbers as arguments. Use @code{info break} to
5465 print a list of all breakpoints, watchpoints, and catchpoints if you
5466 do not know which numbers to use.
5467
5468 Disabling and enabling a breakpoint that has multiple locations
5469 affects all of its locations.
5470
5471 A breakpoint, watchpoint, or catchpoint can have any of several
5472 different states of enablement:
5473
5474 @itemize @bullet
5475 @item
5476 Enabled. The breakpoint stops your program. A breakpoint set
5477 with the @code{break} command starts out in this state.
5478 @item
5479 Disabled. The breakpoint has no effect on your program.
5480 @item
5481 Enabled once. The breakpoint stops your program, but then becomes
5482 disabled.
5483 @item
5484 Enabled for a count. The breakpoint stops your program for the next
5485 N times, then becomes disabled.
5486 @item
5487 Enabled for deletion. The breakpoint stops your program, but
5488 immediately after it does so it is deleted permanently. A breakpoint
5489 set with the @code{tbreak} command starts out in this state.
5490 @end itemize
5491
5492 You can use the following commands to enable or disable breakpoints,
5493 watchpoints, and catchpoints:
5494
5495 @table @code
5496 @kindex disable
5497 @kindex dis @r{(@code{disable})}
5498 @item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5499 Disable the specified breakpoints---or all breakpoints, if none are
5500 listed. A disabled breakpoint has no effect but is not forgotten. All
5501 options such as ignore-counts, conditions and commands are remembered in
5502 case the breakpoint is enabled again later. You may abbreviate
5503 @code{disable} as @code{dis}.
5504
5505 @kindex enable
5506 @item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5507 Enable the specified breakpoints (or all defined breakpoints). They
5508 become effective once again in stopping your program.
5509
5510 @item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
5511 Enable the specified breakpoints temporarily. @value{GDBN} disables any
5512 of these breakpoints immediately after stopping your program.
5513
5514 @item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
5515 Enable the specified breakpoints temporarily. @value{GDBN} records
5516 @var{count} with each of the specified breakpoints, and decrements a
5517 breakpoint's count when it is hit. When any count reaches 0,
5518 @value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5519 count (@pxref{Conditions, ,Break Conditions}), that will be
5520 decremented to 0 before @var{count} is affected.
5521
5522 @item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
5523 Enable the specified breakpoints to work once, then die. @value{GDBN}
5524 deletes any of these breakpoints as soon as your program stops there.
5525 Breakpoints set by the @code{tbreak} command start out in this state.
5526 @end table
5527
5528 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5529 @c confusing: tbreak is also initially enabled.
5530 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
5531 ,Setting Breakpoints}), breakpoints that you set are initially enabled;
5532 subsequently, they become disabled or enabled only when you use one of
5533 the commands above. (The command @code{until} can set and delete a
5534 breakpoint of its own, but it does not change the state of your other
5535 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
5536 Stepping}.)
5537
5538 @node Conditions
5539 @subsection Break Conditions
5540 @cindex conditional breakpoints
5541 @cindex breakpoint conditions
5542
5543 @c FIXME what is scope of break condition expr? Context where wanted?
5544 @c in particular for a watchpoint?
5545 The simplest sort of breakpoint breaks every time your program reaches a
5546 specified place. You can also specify a @dfn{condition} for a
5547 breakpoint. A condition is just a Boolean expression in your
5548 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5549 a condition evaluates the expression each time your program reaches it,
5550 and your program stops only if the condition is @emph{true}.
5551
5552 This is the converse of using assertions for program validation; in that
5553 situation, you want to stop when the assertion is violated---that is,
5554 when the condition is false. In C, if you want to test an assertion expressed
5555 by the condition @var{assert}, you should set the condition
5556 @samp{! @var{assert}} on the appropriate breakpoint.
5557
5558 Conditions are also accepted for watchpoints; you may not need them,
5559 since a watchpoint is inspecting the value of an expression anyhow---but
5560 it might be simpler, say, to just set a watchpoint on a variable name,
5561 and specify a condition that tests whether the new value is an interesting
5562 one.
5563
5564 Break conditions can have side effects, and may even call functions in
5565 your program. This can be useful, for example, to activate functions
5566 that log program progress, or to use your own print functions to
5567 format special data structures. The effects are completely predictable
5568 unless there is another enabled breakpoint at the same address. (In
5569 that case, @value{GDBN} might see the other breakpoint first and stop your
5570 program without checking the condition of this one.) Note that
5571 breakpoint commands are usually more convenient and flexible than break
5572 conditions for the
5573 purpose of performing side effects when a breakpoint is reached
5574 (@pxref{Break Commands, ,Breakpoint Command Lists}).
5575
5576 Breakpoint conditions can also be evaluated on the target's side if
5577 the target supports it. Instead of evaluating the conditions locally,
5578 @value{GDBN} encodes the expression into an agent expression
5579 (@pxref{Agent Expressions}) suitable for execution on the target,
5580 independently of @value{GDBN}. Global variables become raw memory
5581 locations, locals become stack accesses, and so forth.
5582
5583 In this case, @value{GDBN} will only be notified of a breakpoint trigger
5584 when its condition evaluates to true. This mechanism may provide faster
5585 response times depending on the performance characteristics of the target
5586 since it does not need to keep @value{GDBN} informed about
5587 every breakpoint trigger, even those with false conditions.
5588
5589 Break conditions can be specified when a breakpoint is set, by using
5590 @samp{if} in the arguments to the @code{break} command. @xref{Set
5591 Breaks, ,Setting Breakpoints}. They can also be changed at any time
5592 with the @code{condition} command.
5593
5594 You can also use the @code{if} keyword with the @code{watch} command.
5595 The @code{catch} command does not recognize the @code{if} keyword;
5596 @code{condition} is the only way to impose a further condition on a
5597 catchpoint.
5598
5599 @table @code
5600 @kindex condition
5601 @item condition @var{bnum} @var{expression}
5602 Specify @var{expression} as the break condition for breakpoint,
5603 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5604 breakpoint @var{bnum} stops your program only if the value of
5605 @var{expression} is true (nonzero, in C). When you use
5606 @code{condition}, @value{GDBN} checks @var{expression} immediately for
5607 syntactic correctness, and to determine whether symbols in it have
5608 referents in the context of your breakpoint. If @var{expression} uses
5609 symbols not referenced in the context of the breakpoint, @value{GDBN}
5610 prints an error message:
5611
5612 @smallexample
5613 No symbol "foo" in current context.
5614 @end smallexample
5615
5616 @noindent
5617 @value{GDBN} does
5618 not actually evaluate @var{expression} at the time the @code{condition}
5619 command (or a command that sets a breakpoint with a condition, like
5620 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
5621
5622 @item condition -force @var{bnum} @var{expression}
5623 When the @code{-force} flag is used, define the condition even if
5624 @var{expression} is invalid at all the current locations of breakpoint
5625 @var{bnum}. This is similar to the @code{-force-condition} option
5626 of the @code{break} command.
5627
5628 @item condition @var{bnum}
5629 Remove the condition from breakpoint number @var{bnum}. It becomes
5630 an ordinary unconditional breakpoint.
5631 @end table
5632
5633 @cindex ignore count (of breakpoint)
5634 A special case of a breakpoint condition is to stop only when the
5635 breakpoint has been reached a certain number of times. This is so
5636 useful that there is a special way to do it, using the @dfn{ignore
5637 count} of the breakpoint. Every breakpoint has an ignore count, which
5638 is an integer. Most of the time, the ignore count is zero, and
5639 therefore has no effect. But if your program reaches a breakpoint whose
5640 ignore count is positive, then instead of stopping, it just decrements
5641 the ignore count by one and continues. As a result, if the ignore count
5642 value is @var{n}, the breakpoint does not stop the next @var{n} times
5643 your program reaches it.
5644
5645 @table @code
5646 @kindex ignore
5647 @item ignore @var{bnum} @var{count}
5648 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5649 The next @var{count} times the breakpoint is reached, your program's
5650 execution does not stop; other than to decrement the ignore count, @value{GDBN}
5651 takes no action.
5652
5653 To make the breakpoint stop the next time it is reached, specify
5654 a count of zero.
5655
5656 When you use @code{continue} to resume execution of your program from a
5657 breakpoint, you can specify an ignore count directly as an argument to
5658 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
5659 Stepping,,Continuing and Stepping}.
5660
5661 If a breakpoint has a positive ignore count and a condition, the
5662 condition is not checked. Once the ignore count reaches zero,
5663 @value{GDBN} resumes checking the condition.
5664
5665 You could achieve the effect of the ignore count with a condition such
5666 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5667 is decremented each time. @xref{Convenience Vars, ,Convenience
5668 Variables}.
5669 @end table
5670
5671 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5672
5673
5674 @node Break Commands
5675 @subsection Breakpoint Command Lists
5676
5677 @cindex breakpoint commands
5678 You can give any breakpoint (or watchpoint or catchpoint) a series of
5679 commands to execute when your program stops due to that breakpoint. For
5680 example, you might want to print the values of certain expressions, or
5681 enable other breakpoints.
5682
5683 @table @code
5684 @kindex commands
5685 @kindex end@r{ (breakpoint commands)}
5686 @item commands @r{[}@var{list}@dots{}@r{]}
5687 @itemx @dots{} @var{command-list} @dots{}
5688 @itemx end
5689 Specify a list of commands for the given breakpoints. The commands
5690 themselves appear on the following lines. Type a line containing just
5691 @code{end} to terminate the commands.
5692
5693 To remove all commands from a breakpoint, type @code{commands} and
5694 follow it immediately with @code{end}; that is, give no commands.
5695
5696 With no argument, @code{commands} refers to the last breakpoint,
5697 watchpoint, or catchpoint set (not to the breakpoint most recently
5698 encountered). If the most recent breakpoints were set with a single
5699 command, then the @code{commands} will apply to all the breakpoints
5700 set by that command. This applies to breakpoints set by
5701 @code{rbreak}, and also applies when a single @code{break} command
5702 creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5703 Expressions}).
5704 @end table
5705
5706 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5707 disabled within a @var{command-list}.
5708
5709 You can use breakpoint commands to start your program up again. Simply
5710 use the @code{continue} command, or @code{step}, or any other command
5711 that resumes execution.
5712
5713 Any other commands in the command list, after a command that resumes
5714 execution, are ignored. This is because any time you resume execution
5715 (even with a simple @code{next} or @code{step}), you may encounter
5716 another breakpoint---which could have its own command list, leading to
5717 ambiguities about which list to execute.
5718
5719 @kindex silent
5720 If the first command you specify in a command list is @code{silent}, the
5721 usual message about stopping at a breakpoint is not printed. This may
5722 be desirable for breakpoints that are to print a specific message and
5723 then continue. If none of the remaining commands print anything, you
5724 see no sign that the breakpoint was reached. @code{silent} is
5725 meaningful only at the beginning of a breakpoint command list.
5726
5727 The commands @code{echo}, @code{output}, and @code{printf} allow you to
5728 print precisely controlled output, and are often useful in silent
5729 breakpoints. @xref{Output, ,Commands for Controlled Output}.
5730
5731 For example, here is how you could use breakpoint commands to print the
5732 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5733
5734 @smallexample
5735 break foo if x>0
5736 commands
5737 silent
5738 printf "x is %d\n",x
5739 cont
5740 end
5741 @end smallexample
5742
5743 One application for breakpoint commands is to compensate for one bug so
5744 you can test for another. Put a breakpoint just after the erroneous line
5745 of code, give it a condition to detect the case in which something
5746 erroneous has been done, and give it commands to assign correct values
5747 to any variables that need them. End with the @code{continue} command
5748 so that your program does not stop, and start with the @code{silent}
5749 command so that no output is produced. Here is an example:
5750
5751 @smallexample
5752 break 403
5753 commands
5754 silent
5755 set x = y + 4
5756 cont
5757 end
5758 @end smallexample
5759
5760 @node Dynamic Printf
5761 @subsection Dynamic Printf
5762
5763 @cindex dynamic printf
5764 @cindex dprintf
5765 The dynamic printf command @code{dprintf} combines a breakpoint with
5766 formatted printing of your program's data to give you the effect of
5767 inserting @code{printf} calls into your program on-the-fly, without
5768 having to recompile it.
5769
5770 In its most basic form, the output goes to the GDB console. However,
5771 you can set the variable @code{dprintf-style} for alternate handling.
5772 For instance, you can ask to format the output by calling your
5773 program's @code{printf} function. This has the advantage that the
5774 characters go to the program's output device, so they can recorded in
5775 redirects to files and so forth.
5776
5777 If you are doing remote debugging with a stub or agent, you can also
5778 ask to have the printf handled by the remote agent. In addition to
5779 ensuring that the output goes to the remote program's device along
5780 with any other output the program might produce, you can also ask that
5781 the dprintf remain active even after disconnecting from the remote
5782 target. Using the stub/agent is also more efficient, as it can do
5783 everything without needing to communicate with @value{GDBN}.
5784
5785 @table @code
5786 @kindex dprintf
5787 @item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5788 Whenever execution reaches @var{location}, print the values of one or
5789 more @var{expressions} under the control of the string @var{template}.
5790 To print several values, separate them with commas.
5791
5792 @item set dprintf-style @var{style}
5793 Set the dprintf output to be handled in one of several different
5794 styles enumerated below. A change of style affects all existing
5795 dynamic printfs immediately. (If you need individual control over the
5796 print commands, simply define normal breakpoints with
5797 explicitly-supplied command lists.)
5798
5799 @table @code
5800 @item gdb
5801 @kindex dprintf-style gdb
5802 Handle the output using the @value{GDBN} @code{printf} command.
5803
5804 @item call
5805 @kindex dprintf-style call
5806 Handle the output by calling a function in your program (normally
5807 @code{printf}).
5808
5809 @item agent
5810 @kindex dprintf-style agent
5811 Have the remote debugging agent (such as @code{gdbserver}) handle
5812 the output itself. This style is only available for agents that
5813 support running commands on the target.
5814 @end table
5815
5816 @item set dprintf-function @var{function}
5817 Set the function to call if the dprintf style is @code{call}. By
5818 default its value is @code{printf}. You may set it to any expression.
5819 that @value{GDBN} can evaluate to a function, as per the @code{call}
5820 command.
5821
5822 @item set dprintf-channel @var{channel}
5823 Set a ``channel'' for dprintf. If set to a non-empty value,
5824 @value{GDBN} will evaluate it as an expression and pass the result as
5825 a first argument to the @code{dprintf-function}, in the manner of
5826 @code{fprintf} and similar functions. Otherwise, the dprintf format
5827 string will be the first argument, in the manner of @code{printf}.
5828
5829 As an example, if you wanted @code{dprintf} output to go to a logfile
5830 that is a standard I/O stream assigned to the variable @code{mylog},
5831 you could do the following:
5832
5833 @example
5834 (gdb) set dprintf-style call
5835 (gdb) set dprintf-function fprintf
5836 (gdb) set dprintf-channel mylog
5837 (gdb) dprintf 25,"at line 25, glob=%d\n",glob
5838 Dprintf 1 at 0x123456: file main.c, line 25.
5839 (gdb) info break
5840 1 dprintf keep y 0x00123456 in main at main.c:25
5841 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5842 continue
5843 (gdb)
5844 @end example
5845
5846 Note that the @code{info break} displays the dynamic printf commands
5847 as normal breakpoint commands; you can thus easily see the effect of
5848 the variable settings.
5849
5850 @item set disconnected-dprintf on
5851 @itemx set disconnected-dprintf off
5852 @kindex set disconnected-dprintf
5853 Choose whether @code{dprintf} commands should continue to run if
5854 @value{GDBN} has disconnected from the target. This only applies
5855 if the @code{dprintf-style} is @code{agent}.
5856
5857 @item show disconnected-dprintf off
5858 @kindex show disconnected-dprintf
5859 Show the current choice for disconnected @code{dprintf}.
5860
5861 @end table
5862
5863 @value{GDBN} does not check the validity of function and channel,
5864 relying on you to supply values that are meaningful for the contexts
5865 in which they are being used. For instance, the function and channel
5866 may be the values of local variables, but if that is the case, then
5867 all enabled dynamic prints must be at locations within the scope of
5868 those locals. If evaluation fails, @value{GDBN} will report an error.
5869
5870 @node Save Breakpoints
5871 @subsection How to save breakpoints to a file
5872
5873 To save breakpoint definitions to a file use the @w{@code{save
5874 breakpoints}} command.
5875
5876 @table @code
5877 @kindex save breakpoints
5878 @cindex save breakpoints to a file for future sessions
5879 @item save breakpoints [@var{filename}]
5880 This command saves all current breakpoint definitions together with
5881 their commands and ignore counts, into a file @file{@var{filename}}
5882 suitable for use in a later debugging session. This includes all
5883 types of breakpoints (breakpoints, watchpoints, catchpoints,
5884 tracepoints). To read the saved breakpoint definitions, use the
5885 @code{source} command (@pxref{Command Files}). Note that watchpoints
5886 with expressions involving local variables may fail to be recreated
5887 because it may not be possible to access the context where the
5888 watchpoint is valid anymore. Because the saved breakpoint definitions
5889 are simply a sequence of @value{GDBN} commands that recreate the
5890 breakpoints, you can edit the file in your favorite editing program,
5891 and remove the breakpoint definitions you're not interested in, or
5892 that can no longer be recreated.
5893 @end table
5894
5895 @node Static Probe Points
5896 @subsection Static Probe Points
5897
5898 @cindex static probe point, SystemTap
5899 @cindex static probe point, DTrace
5900 @value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5901 for Statically Defined Tracing, and the probes are designed to have a tiny
5902 runtime code and data footprint, and no dynamic relocations.
5903
5904 Currently, the following types of probes are supported on
5905 ELF-compatible systems:
5906
5907 @itemize @bullet
5908
5909 @item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5910 @acronym{SDT} probes@footnote{See
5911 @uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
5912 for more information on how to add @code{SystemTap} @acronym{SDT}
5913 probes in your applications.}. @code{SystemTap} probes are usable
5914 from assembly, C and C@t{++} languages@footnote{See
5915 @uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5916 for a good reference on how the @acronym{SDT} probes are implemented.}.
5917
5918 @item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5919 @acronym{USDT} probes. @code{DTrace} probes are usable from C and
5920 C@t{++} languages.
5921 @end itemize
5922
5923 @cindex semaphores on static probe points
5924 Some @code{SystemTap} probes have an associated semaphore variable;
5925 for instance, this happens automatically if you defined your probe
5926 using a DTrace-style @file{.d} file. If your probe has a semaphore,
5927 @value{GDBN} will automatically enable it when you specify a
5928 breakpoint using the @samp{-probe-stap} notation. But, if you put a
5929 breakpoint at a probe's location by some other method (e.g.,
5930 @code{break file:line}), then @value{GDBN} will not automatically set
5931 the semaphore. @code{DTrace} probes do not support semaphores.
5932
5933 You can examine the available static static probes using @code{info
5934 probes}, with optional arguments:
5935
5936 @table @code
5937 @kindex info probes
5938 @item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5939 If given, @var{type} is either @code{stap} for listing
5940 @code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5941 probes. If omitted all probes are listed regardless of their types.
5942
5943 If given, @var{provider} is a regular expression used to match against provider
5944 names when selecting which probes to list. If omitted, probes by all
5945 probes from all providers are listed.
5946
5947 If given, @var{name} is a regular expression to match against probe names
5948 when selecting which probes to list. If omitted, probe names are not
5949 considered when deciding whether to display them.
5950
5951 If given, @var{objfile} is a regular expression used to select which
5952 object files (executable or shared libraries) to examine. If not
5953 given, all object files are considered.
5954
5955 @item info probes all
5956 List the available static probes, from all types.
5957 @end table
5958
5959 @cindex enabling and disabling probes
5960 Some probe points can be enabled and/or disabled. The effect of
5961 enabling or disabling a probe depends on the type of probe being
5962 handled. Some @code{DTrace} probes can be enabled or
5963 disabled, but @code{SystemTap} probes cannot be disabled.
5964
5965 You can enable (or disable) one or more probes using the following
5966 commands, with optional arguments:
5967
5968 @table @code
5969 @kindex enable probes
5970 @item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5971 If given, @var{provider} is a regular expression used to match against
5972 provider names when selecting which probes to enable. If omitted,
5973 all probes from all providers are enabled.
5974
5975 If given, @var{name} is a regular expression to match against probe
5976 names when selecting which probes to enable. If omitted, probe names
5977 are not considered when deciding whether to enable them.
5978
5979 If given, @var{objfile} is a regular expression used to select which
5980 object files (executable or shared libraries) to examine. If not
5981 given, all object files are considered.
5982
5983 @kindex disable probes
5984 @item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5985 See the @code{enable probes} command above for a description of the
5986 optional arguments accepted by this command.
5987 @end table
5988
5989 @vindex $_probe_arg@r{, convenience variable}
5990 A probe may specify up to twelve arguments. These are available at the
5991 point at which the probe is defined---that is, when the current PC is
5992 at the probe's location. The arguments are available using the
5993 convenience variables (@pxref{Convenience Vars})
5994 @code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5995 probes each probe argument is an integer of the appropriate size;
5996 types are not preserved. In @code{DTrace} probes types are preserved
5997 provided that they are recognized as such by @value{GDBN}; otherwise
5998 the value of the probe argument will be a long integer. The
5999 convenience variable @code{$_probe_argc} holds the number of arguments
6000 at the current probe point.
6001
6002 These variables are always available, but attempts to access them at
6003 any location other than a probe point will cause @value{GDBN} to give
6004 an error message.
6005
6006
6007 @c @ifclear BARETARGET
6008 @node Error in Breakpoints
6009 @subsection ``Cannot insert breakpoints''
6010
6011 If you request too many active hardware-assisted breakpoints and
6012 watchpoints, you will see this error message:
6013
6014 @c FIXME: the precise wording of this message may change; the relevant
6015 @c source change is not committed yet (Sep 3, 1999).
6016 @smallexample
6017 Stopped; cannot insert breakpoints.
6018 You may have requested too many hardware breakpoints and watchpoints.
6019 @end smallexample
6020
6021 @noindent
6022 This message is printed when you attempt to resume the program, since
6023 only then @value{GDBN} knows exactly how many hardware breakpoints and
6024 watchpoints it needs to insert.
6025
6026 When this message is printed, you need to disable or remove some of the
6027 hardware-assisted breakpoints and watchpoints, and then continue.
6028
6029 @node Breakpoint-related Warnings
6030 @subsection ``Breakpoint address adjusted...''
6031 @cindex breakpoint address adjusted
6032
6033 Some processor architectures place constraints on the addresses at
6034 which breakpoints may be placed. For architectures thus constrained,
6035 @value{GDBN} will attempt to adjust the breakpoint's address to comply
6036 with the constraints dictated by the architecture.
6037
6038 One example of such an architecture is the Fujitsu FR-V. The FR-V is
6039 a VLIW architecture in which a number of RISC-like instructions may be
6040 bundled together for parallel execution. The FR-V architecture
6041 constrains the location of a breakpoint instruction within such a
6042 bundle to the instruction with the lowest address. @value{GDBN}
6043 honors this constraint by adjusting a breakpoint's address to the
6044 first in the bundle.
6045
6046 It is not uncommon for optimized code to have bundles which contain
6047 instructions from different source statements, thus it may happen that
6048 a breakpoint's address will be adjusted from one source statement to
6049 another. Since this adjustment may significantly alter @value{GDBN}'s
6050 breakpoint related behavior from what the user expects, a warning is
6051 printed when the breakpoint is first set and also when the breakpoint
6052 is hit.
6053
6054 A warning like the one below is printed when setting a breakpoint
6055 that's been subject to address adjustment:
6056
6057 @smallexample
6058 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
6059 @end smallexample
6060
6061 Such warnings are printed both for user settable and @value{GDBN}'s
6062 internal breakpoints. If you see one of these warnings, you should
6063 verify that a breakpoint set at the adjusted address will have the
6064 desired affect. If not, the breakpoint in question may be removed and
6065 other breakpoints may be set which will have the desired behavior.
6066 E.g., it may be sufficient to place the breakpoint at a later
6067 instruction. A conditional breakpoint may also be useful in some
6068 cases to prevent the breakpoint from triggering too often.
6069
6070 @value{GDBN} will also issue a warning when stopping at one of these
6071 adjusted breakpoints:
6072
6073 @smallexample
6074 warning: Breakpoint 1 address previously adjusted from 0x00010414
6075 to 0x00010410.
6076 @end smallexample
6077
6078 When this warning is encountered, it may be too late to take remedial
6079 action except in cases where the breakpoint is hit earlier or more
6080 frequently than expected.
6081
6082 @node Continuing and Stepping
6083 @section Continuing and Stepping
6084
6085 @cindex stepping
6086 @cindex continuing
6087 @cindex resuming execution
6088 @dfn{Continuing} means resuming program execution until your program
6089 completes normally. In contrast, @dfn{stepping} means executing just
6090 one more ``step'' of your program, where ``step'' may mean either one
6091 line of source code, or one machine instruction (depending on what
6092 particular command you use). Either when continuing or when stepping,
6093 your program may stop even sooner, due to a breakpoint or a signal. (If
6094 it stops due to a signal, you may want to use @code{handle}, or use
6095 @samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
6096 or you may step into the signal's handler (@pxref{stepping and signal
6097 handlers}).)
6098
6099 @table @code
6100 @kindex continue
6101 @kindex c @r{(@code{continue})}
6102 @kindex fg @r{(resume foreground execution)}
6103 @item continue @r{[}@var{ignore-count}@r{]}
6104 @itemx c @r{[}@var{ignore-count}@r{]}
6105 @itemx fg @r{[}@var{ignore-count}@r{]}
6106 Resume program execution, at the address where your program last stopped;
6107 any breakpoints set at that address are bypassed. The optional argument
6108 @var{ignore-count} allows you to specify a further number of times to
6109 ignore a breakpoint at this location; its effect is like that of
6110 @code{ignore} (@pxref{Conditions, ,Break Conditions}).
6111
6112 The argument @var{ignore-count} is meaningful only when your program
6113 stopped due to a breakpoint. At other times, the argument to
6114 @code{continue} is ignored.
6115
6116 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
6117 debugged program is deemed to be the foreground program) are provided
6118 purely for convenience, and have exactly the same behavior as
6119 @code{continue}.
6120 @end table
6121
6122 To resume execution at a different place, you can use @code{return}
6123 (@pxref{Returning, ,Returning from a Function}) to go back to the
6124 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
6125 Different Address}) to go to an arbitrary location in your program.
6126
6127 A typical technique for using stepping is to set a breakpoint
6128 (@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
6129 beginning of the function or the section of your program where a problem
6130 is believed to lie, run your program until it stops at that breakpoint,
6131 and then step through the suspect area, examining the variables that are
6132 interesting, until you see the problem happen.
6133
6134 @table @code
6135 @kindex step
6136 @kindex s @r{(@code{step})}
6137 @item step
6138 Continue running your program until control reaches a different source
6139 line, then stop it and return control to @value{GDBN}. This command is
6140 abbreviated @code{s}.
6141
6142 @quotation
6143 @c "without debugging information" is imprecise; actually "without line
6144 @c numbers in the debugging information". (gcc -g1 has debugging info but
6145 @c not line numbers). But it seems complex to try to make that
6146 @c distinction here.
6147 @emph{Warning:} If you use the @code{step} command while control is
6148 within a function that was compiled without debugging information,
6149 execution proceeds until control reaches a function that does have
6150 debugging information. Likewise, it will not step into a function which
6151 is compiled without debugging information. To step through functions
6152 without debugging information, use the @code{stepi} command, described
6153 below.
6154 @end quotation
6155
6156 The @code{step} command only stops at the first instruction of a source
6157 line. This prevents the multiple stops that could otherwise occur in
6158 @code{switch} statements, @code{for} loops, etc. @code{step} continues
6159 to stop if a function that has debugging information is called within
6160 the line. In other words, @code{step} @emph{steps inside} any functions
6161 called within the line.
6162
6163 Also, the @code{step} command only enters a function if there is line
6164 number information for the function. Otherwise it acts like the
6165 @code{next} command. This avoids problems when using @code{cc -gl}
6166 on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
6167 was any debugging information about the routine.
6168
6169 @item step @var{count}
6170 Continue running as in @code{step}, but do so @var{count} times. If a
6171 breakpoint is reached, or a signal not related to stepping occurs before
6172 @var{count} steps, stepping stops right away.
6173
6174 @kindex next
6175 @kindex n @r{(@code{next})}
6176 @item next @r{[}@var{count}@r{]}
6177 Continue to the next source line in the current (innermost) stack frame.
6178 This is similar to @code{step}, but function calls that appear within
6179 the line of code are executed without stopping. Execution stops when
6180 control reaches a different line of code at the original stack level
6181 that was executing when you gave the @code{next} command. This command
6182 is abbreviated @code{n}.
6183
6184 An argument @var{count} is a repeat count, as for @code{step}.
6185
6186
6187 @c FIX ME!! Do we delete this, or is there a way it fits in with
6188 @c the following paragraph? --- Vctoria
6189 @c
6190 @c @code{next} within a function that lacks debugging information acts like
6191 @c @code{step}, but any function calls appearing within the code of the
6192 @c function are executed without stopping.
6193
6194 The @code{next} command only stops at the first instruction of a
6195 source line. This prevents multiple stops that could otherwise occur in
6196 @code{switch} statements, @code{for} loops, etc.
6197
6198 @kindex set step-mode
6199 @item set step-mode
6200 @cindex functions without line info, and stepping
6201 @cindex stepping into functions with no line info
6202 @itemx set step-mode on
6203 The @code{set step-mode on} command causes the @code{step} command to
6204 stop at the first instruction of a function which contains no debug line
6205 information rather than stepping over it.
6206
6207 This is useful in cases where you may be interested in inspecting the
6208 machine instructions of a function which has no symbolic info and do not
6209 want @value{GDBN} to automatically skip over this function.
6210
6211 @item set step-mode off
6212 Causes the @code{step} command to step over any functions which contains no
6213 debug information. This is the default.
6214
6215 @item show step-mode
6216 Show whether @value{GDBN} will stop in or step over functions without
6217 source line debug information.
6218
6219 @kindex finish
6220 @kindex fin @r{(@code{finish})}
6221 @item finish
6222 Continue running until just after function in the selected stack frame
6223 returns. Print the returned value (if any). This command can be
6224 abbreviated as @code{fin}.
6225
6226 Contrast this with the @code{return} command (@pxref{Returning,
6227 ,Returning from a Function}).
6228
6229 @kindex set print finish
6230 @kindex show print finish
6231 @item set print finish @r{[}on|off@r{]}
6232 @itemx show print finish
6233 By default the @code{finish} command will show the value that is
6234 returned by the function. This can be disabled using @code{set print
6235 finish off}. When disabled, the value is still entered into the value
6236 history (@pxref{Value History}), but not displayed.
6237
6238 @kindex until
6239 @kindex u @r{(@code{until})}
6240 @cindex run until specified location
6241 @item until
6242 @itemx u
6243 Continue running until a source line past the current line, in the
6244 current stack frame, is reached. This command is used to avoid single
6245 stepping through a loop more than once. It is like the @code{next}
6246 command, except that when @code{until} encounters a jump, it
6247 automatically continues execution until the program counter is greater
6248 than the address of the jump.
6249
6250 This means that when you reach the end of a loop after single stepping
6251 though it, @code{until} makes your program continue execution until it
6252 exits the loop. In contrast, a @code{next} command at the end of a loop
6253 simply steps back to the beginning of the loop, which forces you to step
6254 through the next iteration.
6255
6256 @code{until} always stops your program if it attempts to exit the current
6257 stack frame.
6258
6259 @code{until} may produce somewhat counterintuitive results if the order
6260 of machine code does not match the order of the source lines. For
6261 example, in the following excerpt from a debugging session, the @code{f}
6262 (@code{frame}) command shows that execution is stopped at line
6263 @code{206}; yet when we use @code{until}, we get to line @code{195}:
6264
6265 @smallexample
6266 (@value{GDBP}) f
6267 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
6268 206 expand_input();
6269 (@value{GDBP}) until
6270 195 for ( ; argc > 0; NEXTARG) @{
6271 @end smallexample
6272
6273 This happened because, for execution efficiency, the compiler had
6274 generated code for the loop closure test at the end, rather than the
6275 start, of the loop---even though the test in a C @code{for}-loop is
6276 written before the body of the loop. The @code{until} command appeared
6277 to step back to the beginning of the loop when it advanced to this
6278 expression; however, it has not really gone to an earlier
6279 statement---not in terms of the actual machine code.
6280
6281 @code{until} with no argument works by means of single
6282 instruction stepping, and hence is slower than @code{until} with an
6283 argument.
6284
6285 @item until @var{location}
6286 @itemx u @var{location}
6287 Continue running your program until either the specified @var{location} is
6288 reached, or the current stack frame returns. The location is any of
6289 the forms described in @ref{Specify Location}.
6290 This form of the command uses temporary breakpoints, and
6291 hence is quicker than @code{until} without an argument. The specified
6292 location is actually reached only if it is in the current frame. This
6293 implies that @code{until} can be used to skip over recursive function
6294 invocations. For instance in the code below, if the current location is
6295 line @code{96}, issuing @code{until 99} will execute the program up to
6296 line @code{99} in the same invocation of factorial, i.e., after the inner
6297 invocations have returned.
6298
6299 @smallexample
6300 94 int factorial (int value)
6301 95 @{
6302 96 if (value > 1) @{
6303 97 value *= factorial (value - 1);
6304 98 @}
6305 99 return (value);
6306 100 @}
6307 @end smallexample
6308
6309
6310 @kindex advance @var{location}
6311 @item advance @var{location}
6312 Continue running the program up to the given @var{location}. An argument is
6313 required, which should be of one of the forms described in
6314 @ref{Specify Location}.
6315 Execution will also stop upon exit from the current stack
6316 frame. This command is similar to @code{until}, but @code{advance} will
6317 not skip over recursive function calls, and the target location doesn't
6318 have to be in the same frame as the current one.
6319
6320
6321 @kindex stepi
6322 @kindex si @r{(@code{stepi})}
6323 @item stepi
6324 @itemx stepi @var{arg}
6325 @itemx si
6326 Execute one machine instruction, then stop and return to the debugger.
6327
6328 It is often useful to do @samp{display/i $pc} when stepping by machine
6329 instructions. This makes @value{GDBN} automatically display the next
6330 instruction to be executed, each time your program stops. @xref{Auto
6331 Display,, Automatic Display}.
6332
6333 An argument is a repeat count, as in @code{step}.
6334
6335 @need 750
6336 @kindex nexti
6337 @kindex ni @r{(@code{nexti})}
6338 @item nexti
6339 @itemx nexti @var{arg}
6340 @itemx ni
6341 Execute one machine instruction, but if it is a function call,
6342 proceed until the function returns.
6343
6344 An argument is a repeat count, as in @code{next}.
6345
6346 @end table
6347
6348 @anchor{range stepping}
6349 @cindex range stepping
6350 @cindex target-assisted range stepping
6351 By default, and if available, @value{GDBN} makes use of
6352 target-assisted @dfn{range stepping}. In other words, whenever you
6353 use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6354 tells the target to step the corresponding range of instruction
6355 addresses instead of issuing multiple single-steps. This speeds up
6356 line stepping, particularly for remote targets. Ideally, there should
6357 be no reason you would want to turn range stepping off. However, it's
6358 possible that a bug in the debug info, a bug in the remote stub (for
6359 remote targets), or even a bug in @value{GDBN} could make line
6360 stepping behave incorrectly when target-assisted range stepping is
6361 enabled. You can use the following command to turn off range stepping
6362 if necessary:
6363
6364 @table @code
6365 @kindex set range-stepping
6366 @kindex show range-stepping
6367 @item set range-stepping
6368 @itemx show range-stepping
6369 Control whether range stepping is enabled.
6370
6371 If @code{on}, and the target supports it, @value{GDBN} tells the
6372 target to step a range of addresses itself, instead of issuing
6373 multiple single-steps. If @code{off}, @value{GDBN} always issues
6374 single-steps, even if range stepping is supported by the target. The
6375 default is @code{on}.
6376
6377 @end table
6378
6379 @node Skipping Over Functions and Files
6380 @section Skipping Over Functions and Files
6381 @cindex skipping over functions and files
6382
6383 The program you are debugging may contain some functions which are
6384 uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
6385 skip a function, all functions in a file or a particular function in
6386 a particular file when stepping.
6387
6388 For example, consider the following C function:
6389
6390 @smallexample
6391 101 int func()
6392 102 @{
6393 103 foo(boring());
6394 104 bar(boring());
6395 105 @}
6396 @end smallexample
6397
6398 @noindent
6399 Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6400 are not interested in stepping through @code{boring}. If you run @code{step}
6401 at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6402 step over both @code{foo} and @code{boring}!
6403
6404 One solution is to @code{step} into @code{boring} and use the @code{finish}
6405 command to immediately exit it. But this can become tedious if @code{boring}
6406 is called from many places.
6407
6408 A more flexible solution is to execute @kbd{skip boring}. This instructs
6409 @value{GDBN} never to step into @code{boring}. Now when you execute
6410 @code{step} at line 103, you'll step over @code{boring} and directly into
6411 @code{foo}.
6412
6413 Functions may be skipped by providing either a function name, linespec
6414 (@pxref{Specify Location}), regular expression that matches the function's
6415 name, file name or a @code{glob}-style pattern that matches the file name.
6416
6417 On Posix systems the form of the regular expression is
6418 ``Extended Regular Expressions''. See for example @samp{man 7 regex}
6419 on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6420 expression is whatever is provided by the @code{regcomp} function of
6421 the underlying system.
6422 See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6423 description of @code{glob}-style patterns.
6424
6425 @table @code
6426 @kindex skip
6427 @item skip @r{[}@var{options}@r{]}
6428 The basic form of the @code{skip} command takes zero or more options
6429 that specify what to skip.
6430 The @var{options} argument is any useful combination of the following:
6431
6432 @table @code
6433 @item -file @var{file}
6434 @itemx -fi @var{file}
6435 Functions in @var{file} will be skipped over when stepping.
6436
6437 @item -gfile @var{file-glob-pattern}
6438 @itemx -gfi @var{file-glob-pattern}
6439 @cindex skipping over files via glob-style patterns
6440 Functions in files matching @var{file-glob-pattern} will be skipped
6441 over when stepping.
6442
6443 @smallexample
6444 (gdb) skip -gfi utils/*.c
6445 @end smallexample
6446
6447 @item -function @var{linespec}
6448 @itemx -fu @var{linespec}
6449 Functions named by @var{linespec} or the function containing the line
6450 named by @var{linespec} will be skipped over when stepping.
6451 @xref{Specify Location}.
6452
6453 @item -rfunction @var{regexp}
6454 @itemx -rfu @var{regexp}
6455 @cindex skipping over functions via regular expressions
6456 Functions whose name matches @var{regexp} will be skipped over when stepping.
6457
6458 This form is useful for complex function names.
6459 For example, there is generally no need to step into C@t{++} @code{std::string}
6460 constructors or destructors. Plus with C@t{++} templates it can be hard to
6461 write out the full name of the function, and often it doesn't matter what
6462 the template arguments are. Specifying the function to be skipped as a
6463 regular expression makes this easier.
6464
6465 @smallexample
6466 (gdb) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6467 @end smallexample
6468
6469 If you want to skip every templated C@t{++} constructor and destructor
6470 in the @code{std} namespace you can do:
6471
6472 @smallexample
6473 (gdb) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6474 @end smallexample
6475 @end table
6476
6477 If no options are specified, the function you're currently debugging
6478 will be skipped.
6479
6480 @kindex skip function
6481 @item skip function @r{[}@var{linespec}@r{]}
6482 After running this command, the function named by @var{linespec} or the
6483 function containing the line named by @var{linespec} will be skipped over when
6484 stepping. @xref{Specify Location}.
6485
6486 If you do not specify @var{linespec}, the function you're currently debugging
6487 will be skipped.
6488
6489 (If you have a function called @code{file} that you want to skip, use
6490 @kbd{skip function file}.)
6491
6492 @kindex skip file
6493 @item skip file @r{[}@var{filename}@r{]}
6494 After running this command, any function whose source lives in @var{filename}
6495 will be skipped over when stepping.
6496
6497 @smallexample
6498 (gdb) skip file boring.c
6499 File boring.c will be skipped when stepping.
6500 @end smallexample
6501
6502 If you do not specify @var{filename}, functions whose source lives in the file
6503 you're currently debugging will be skipped.
6504 @end table
6505
6506 Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6507 These are the commands for managing your list of skips:
6508
6509 @table @code
6510 @kindex info skip
6511 @item info skip @r{[}@var{range}@r{]}
6512 Print details about the specified skip(s). If @var{range} is not specified,
6513 print a table with details about all functions and files marked for skipping.
6514 @code{info skip} prints the following information about each skip:
6515
6516 @table @emph
6517 @item Identifier
6518 A number identifying this skip.
6519 @item Enabled or Disabled
6520 Enabled skips are marked with @samp{y}.
6521 Disabled skips are marked with @samp{n}.
6522 @item Glob
6523 If the file name is a @samp{glob} pattern this is @samp{y}.
6524 Otherwise it is @samp{n}.
6525 @item File
6526 The name or @samp{glob} pattern of the file to be skipped.
6527 If no file is specified this is @samp{<none>}.
6528 @item RE
6529 If the function name is a @samp{regular expression} this is @samp{y}.
6530 Otherwise it is @samp{n}.
6531 @item Function
6532 The name or regular expression of the function to skip.
6533 If no function is specified this is @samp{<none>}.
6534 @end table
6535
6536 @kindex skip delete
6537 @item skip delete @r{[}@var{range}@r{]}
6538 Delete the specified skip(s). If @var{range} is not specified, delete all
6539 skips.
6540
6541 @kindex skip enable
6542 @item skip enable @r{[}@var{range}@r{]}
6543 Enable the specified skip(s). If @var{range} is not specified, enable all
6544 skips.
6545
6546 @kindex skip disable
6547 @item skip disable @r{[}@var{range}@r{]}
6548 Disable the specified skip(s). If @var{range} is not specified, disable all
6549 skips.
6550
6551 @kindex set debug skip
6552 @item set debug skip @r{[}on|off@r{]}
6553 Set whether to print the debug output about skipping files and functions.
6554
6555 @kindex show debug skip
6556 @item show debug skip
6557 Show whether the debug output about skipping files and functions is printed.
6558
6559 @end table
6560
6561 @node Signals
6562 @section Signals
6563 @cindex signals
6564
6565 A signal is an asynchronous event that can happen in a program. The
6566 operating system defines the possible kinds of signals, and gives each
6567 kind a name and a number. For example, in Unix @code{SIGINT} is the
6568 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
6569 @code{SIGSEGV} is the signal a program gets from referencing a place in
6570 memory far away from all the areas in use; @code{SIGALRM} occurs when
6571 the alarm clock timer goes off (which happens only if your program has
6572 requested an alarm).
6573
6574 @cindex fatal signals
6575 Some signals, including @code{SIGALRM}, are a normal part of the
6576 functioning of your program. Others, such as @code{SIGSEGV}, indicate
6577 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
6578 program has not specified in advance some other way to handle the signal.
6579 @code{SIGINT} does not indicate an error in your program, but it is normally
6580 fatal so it can carry out the purpose of the interrupt: to kill the program.
6581
6582 @value{GDBN} has the ability to detect any occurrence of a signal in your
6583 program. You can tell @value{GDBN} in advance what to do for each kind of
6584 signal.
6585
6586 @cindex handling signals
6587 Normally, @value{GDBN} is set up to let the non-erroneous signals like
6588 @code{SIGALRM} be silently passed to your program
6589 (so as not to interfere with their role in the program's functioning)
6590 but to stop your program immediately whenever an error signal happens.
6591 You can change these settings with the @code{handle} command.
6592
6593 @table @code
6594 @kindex info signals
6595 @kindex info handle
6596 @item info signals
6597 @itemx info handle
6598 Print a table of all the kinds of signals and how @value{GDBN} has been told to
6599 handle each one. You can use this to see the signal numbers of all
6600 the defined types of signals.
6601
6602 @item info signals @var{sig}
6603 Similar, but print information only about the specified signal number.
6604
6605 @code{info handle} is an alias for @code{info signals}.
6606
6607 @item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6608 Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6609 for details about this command.
6610
6611 @kindex handle
6612 @item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
6613 Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
6614 can be the number of a signal or its name (with or without the
6615 @samp{SIG} at the beginning); a list of signal numbers of the form
6616 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
6617 known signals. Optional arguments @var{keywords}, described below,
6618 say what change to make.
6619 @end table
6620
6621 @c @group
6622 The keywords allowed by the @code{handle} command can be abbreviated.
6623 Their full names are:
6624
6625 @table @code
6626 @item nostop
6627 @value{GDBN} should not stop your program when this signal happens. It may
6628 still print a message telling you that the signal has come in.
6629
6630 @item stop
6631 @value{GDBN} should stop your program when this signal happens. This implies
6632 the @code{print} keyword as well.
6633
6634 @item print
6635 @value{GDBN} should print a message when this signal happens.
6636
6637 @item noprint
6638 @value{GDBN} should not mention the occurrence of the signal at all. This
6639 implies the @code{nostop} keyword as well.
6640
6641 @item pass
6642 @itemx noignore
6643 @value{GDBN} should allow your program to see this signal; your program
6644 can handle the signal, or else it may terminate if the signal is fatal
6645 and not handled. @code{pass} and @code{noignore} are synonyms.
6646
6647 @item nopass
6648 @itemx ignore
6649 @value{GDBN} should not allow your program to see this signal.
6650 @code{nopass} and @code{ignore} are synonyms.
6651 @end table
6652 @c @end group
6653
6654 When a signal stops your program, the signal is not visible to the
6655 program until you
6656 continue. Your program sees the signal then, if @code{pass} is in
6657 effect for the signal in question @emph{at that time}. In other words,
6658 after @value{GDBN} reports a signal, you can use the @code{handle}
6659 command with @code{pass} or @code{nopass} to control whether your
6660 program sees that signal when you continue.
6661
6662 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6663 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6664 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6665 erroneous signals.
6666
6667 You can also use the @code{signal} command to prevent your program from
6668 seeing a signal, or cause it to see a signal it normally would not see,
6669 or to give it any signal at any time. For example, if your program stopped
6670 due to some sort of memory reference error, you might store correct
6671 values into the erroneous variables and continue, hoping to see more
6672 execution; but your program would probably terminate immediately as
6673 a result of the fatal signal once it saw the signal. To prevent this,
6674 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
6675 Program a Signal}.
6676
6677 @cindex stepping and signal handlers
6678 @anchor{stepping and signal handlers}
6679
6680 @value{GDBN} optimizes for stepping the mainline code. If a signal
6681 that has @code{handle nostop} and @code{handle pass} set arrives while
6682 a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6683 in progress, @value{GDBN} lets the signal handler run and then resumes
6684 stepping the mainline code once the signal handler returns. In other
6685 words, @value{GDBN} steps over the signal handler. This prevents
6686 signals that you've specified as not interesting (with @code{handle
6687 nostop}) from changing the focus of debugging unexpectedly. Note that
6688 the signal handler itself may still hit a breakpoint, stop for another
6689 signal that has @code{handle stop} in effect, or for any other event
6690 that normally results in stopping the stepping command sooner. Also
6691 note that @value{GDBN} still informs you that the program received a
6692 signal if @code{handle print} is set.
6693
6694 @anchor{stepping into signal handlers}
6695
6696 If you set @code{handle pass} for a signal, and your program sets up a
6697 handler for it, then issuing a stepping command, such as @code{step}
6698 or @code{stepi}, when your program is stopped due to the signal will
6699 step @emph{into} the signal handler (if the target supports that).
6700
6701 Likewise, if you use the @code{queue-signal} command to queue a signal
6702 to be delivered to the current thread when execution of the thread
6703 resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6704 stepping command will step into the signal handler.
6705
6706 Here's an example, using @code{stepi} to step to the first instruction
6707 of @code{SIGUSR1}'s handler:
6708
6709 @smallexample
6710 (@value{GDBP}) handle SIGUSR1
6711 Signal Stop Print Pass to program Description
6712 SIGUSR1 Yes Yes Yes User defined signal 1
6713 (@value{GDBP}) c
6714 Continuing.
6715
6716 Program received signal SIGUSR1, User defined signal 1.
6717 main () sigusr1.c:28
6718 28 p = 0;
6719 (@value{GDBP}) si
6720 sigusr1_handler () at sigusr1.c:9
6721 9 @{
6722 @end smallexample
6723
6724 The same, but using @code{queue-signal} instead of waiting for the
6725 program to receive the signal first:
6726
6727 @smallexample
6728 (@value{GDBP}) n
6729 28 p = 0;
6730 (@value{GDBP}) queue-signal SIGUSR1
6731 (@value{GDBP}) si
6732 sigusr1_handler () at sigusr1.c:9
6733 9 @{
6734 (@value{GDBP})
6735 @end smallexample
6736
6737 @cindex extra signal information
6738 @anchor{extra signal information}
6739
6740 On some targets, @value{GDBN} can inspect extra signal information
6741 associated with the intercepted signal, before it is actually
6742 delivered to the program being debugged. This information is exported
6743 by the convenience variable @code{$_siginfo}, and consists of data
6744 that is passed by the kernel to the signal handler at the time of the
6745 receipt of a signal. The data type of the information itself is
6746 target dependent. You can see the data type using the @code{ptype
6747 $_siginfo} command. On Unix systems, it typically corresponds to the
6748 standard @code{siginfo_t} type, as defined in the @file{signal.h}
6749 system header.
6750
6751 Here's an example, on a @sc{gnu}/Linux system, printing the stray
6752 referenced address that raised a segmentation fault.
6753
6754 @smallexample
6755 @group
6756 (@value{GDBP}) continue
6757 Program received signal SIGSEGV, Segmentation fault.
6758 0x0000000000400766 in main ()
6759 69 *(int *)p = 0;
6760 (@value{GDBP}) ptype $_siginfo
6761 type = struct @{
6762 int si_signo;
6763 int si_errno;
6764 int si_code;
6765 union @{
6766 int _pad[28];
6767 struct @{...@} _kill;
6768 struct @{...@} _timer;
6769 struct @{...@} _rt;
6770 struct @{...@} _sigchld;
6771 struct @{...@} _sigfault;
6772 struct @{...@} _sigpoll;
6773 @} _sifields;
6774 @}
6775 (@value{GDBP}) ptype $_siginfo._sifields._sigfault
6776 type = struct @{
6777 void *si_addr;
6778 @}
6779 (@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6780 $1 = (void *) 0x7ffff7ff7000
6781 @end group
6782 @end smallexample
6783
6784 Depending on target support, @code{$_siginfo} may also be writable.
6785
6786 @cindex Intel MPX boundary violations
6787 @cindex boundary violations, Intel MPX
6788 On some targets, a @code{SIGSEGV} can be caused by a boundary
6789 violation, i.e., accessing an address outside of the allowed range.
6790 In those cases @value{GDBN} may displays additional information,
6791 depending on how @value{GDBN} has been told to handle the signal.
6792 With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6793 kind: "Upper" or "Lower", the memory address accessed and the
6794 bounds, while with @code{handle nostop SIGSEGV} no additional
6795 information is displayed.
6796
6797 The usual output of a segfault is:
6798 @smallexample
6799 Program received signal SIGSEGV, Segmentation fault
6800 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6801 68 value = *(p + len);
6802 @end smallexample
6803
6804 While a bound violation is presented as:
6805 @smallexample
6806 Program received signal SIGSEGV, Segmentation fault
6807 Upper bound violation while accessing address 0x7fffffffc3b3
6808 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
6809 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6810 68 value = *(p + len);
6811 @end smallexample
6812
6813 @node Thread Stops
6814 @section Stopping and Starting Multi-thread Programs
6815
6816 @cindex stopped threads
6817 @cindex threads, stopped
6818
6819 @cindex continuing threads
6820 @cindex threads, continuing
6821
6822 @value{GDBN} supports debugging programs with multiple threads
6823 (@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6824 are two modes of controlling execution of your program within the
6825 debugger. In the default mode, referred to as @dfn{all-stop mode},
6826 when any thread in your program stops (for example, at a breakpoint
6827 or while being stepped), all other threads in the program are also stopped by
6828 @value{GDBN}. On some targets, @value{GDBN} also supports
6829 @dfn{non-stop mode}, in which other threads can continue to run freely while
6830 you examine the stopped thread in the debugger.
6831
6832 @menu
6833 * All-Stop Mode:: All threads stop when GDB takes control
6834 * Non-Stop Mode:: Other threads continue to execute
6835 * Background Execution:: Running your program asynchronously
6836 * Thread-Specific Breakpoints:: Controlling breakpoints
6837 * Interrupted System Calls:: GDB may interfere with system calls
6838 * Observer Mode:: GDB does not alter program behavior
6839 @end menu
6840
6841 @node All-Stop Mode
6842 @subsection All-Stop Mode
6843
6844 @cindex all-stop mode
6845
6846 In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6847 @emph{all} threads of execution stop, not just the current thread. This
6848 allows you to examine the overall state of the program, including
6849 switching between threads, without worrying that things may change
6850 underfoot.
6851
6852 Conversely, whenever you restart the program, @emph{all} threads start
6853 executing. @emph{This is true even when single-stepping} with commands
6854 like @code{step} or @code{next}.
6855
6856 In particular, @value{GDBN} cannot single-step all threads in lockstep.
6857 Since thread scheduling is up to your debugging target's operating
6858 system (not controlled by @value{GDBN}), other threads may
6859 execute more than one statement while the current thread completes a
6860 single step. Moreover, in general other threads stop in the middle of a
6861 statement, rather than at a clean statement boundary, when the program
6862 stops.
6863
6864 You might even find your program stopped in another thread after
6865 continuing or even single-stepping. This happens whenever some other
6866 thread runs into a breakpoint, a signal, or an exception before the
6867 first thread completes whatever you requested.
6868
6869 @cindex automatic thread selection
6870 @cindex switching threads automatically
6871 @cindex threads, automatic switching
6872 Whenever @value{GDBN} stops your program, due to a breakpoint or a
6873 signal, it automatically selects the thread where that breakpoint or
6874 signal happened. @value{GDBN} alerts you to the context switch with a
6875 message such as @samp{[Switching to Thread @var{n}]} to identify the
6876 thread.
6877
6878 On some OSes, you can modify @value{GDBN}'s default behavior by
6879 locking the OS scheduler to allow only a single thread to run.
6880
6881 @table @code
6882 @item set scheduler-locking @var{mode}
6883 @cindex scheduler locking mode
6884 @cindex lock scheduler
6885 Set the scheduler locking mode. It applies to normal execution,
6886 record mode, and replay mode. If it is @code{off}, then there is no
6887 locking and any thread may run at any time. If @code{on}, then only
6888 the current thread may run when the inferior is resumed. The
6889 @code{step} mode optimizes for single-stepping; it prevents other
6890 threads from preempting the current thread while you are stepping, so
6891 that the focus of debugging does not change unexpectedly. Other
6892 threads never get a chance to run when you step, and they are
6893 completely free to run when you use commands like @samp{continue},
6894 @samp{until}, or @samp{finish}. However, unless another thread hits a
6895 breakpoint during its timeslice, @value{GDBN} does not change the
6896 current thread away from the thread that you are debugging. The
6897 @code{replay} mode behaves like @code{off} in record mode and like
6898 @code{on} in replay mode.
6899
6900 @item show scheduler-locking
6901 Display the current scheduler locking mode.
6902 @end table
6903
6904 @cindex resume threads of multiple processes simultaneously
6905 By default, when you issue one of the execution commands such as
6906 @code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6907 threads of the current inferior to run. For example, if @value{GDBN}
6908 is attached to two inferiors, each with two threads, the
6909 @code{continue} command resumes only the two threads of the current
6910 inferior. This is useful, for example, when you debug a program that
6911 forks and you want to hold the parent stopped (so that, for instance,
6912 it doesn't run to exit), while you debug the child. In other
6913 situations, you may not be interested in inspecting the current state
6914 of any of the processes @value{GDBN} is attached to, and you may want
6915 to resume them all until some breakpoint is hit. In the latter case,
6916 you can instruct @value{GDBN} to allow all threads of all the
6917 inferiors to run with the @w{@code{set schedule-multiple}} command.
6918
6919 @table @code
6920 @kindex set schedule-multiple
6921 @item set schedule-multiple
6922 Set the mode for allowing threads of multiple processes to be resumed
6923 when an execution command is issued. When @code{on}, all threads of
6924 all processes are allowed to run. When @code{off}, only the threads
6925 of the current process are resumed. The default is @code{off}. The
6926 @code{scheduler-locking} mode takes precedence when set to @code{on},
6927 or while you are stepping and set to @code{step}.
6928
6929 @item show schedule-multiple
6930 Display the current mode for resuming the execution of threads of
6931 multiple processes.
6932 @end table
6933
6934 @node Non-Stop Mode
6935 @subsection Non-Stop Mode
6936
6937 @cindex non-stop mode
6938
6939 @c This section is really only a place-holder, and needs to be expanded
6940 @c with more details.
6941
6942 For some multi-threaded targets, @value{GDBN} supports an optional
6943 mode of operation in which you can examine stopped program threads in
6944 the debugger while other threads continue to execute freely. This
6945 minimizes intrusion when debugging live systems, such as programs
6946 where some threads have real-time constraints or must continue to
6947 respond to external events. This is referred to as @dfn{non-stop} mode.
6948
6949 In non-stop mode, when a thread stops to report a debugging event,
6950 @emph{only} that thread is stopped; @value{GDBN} does not stop other
6951 threads as well, in contrast to the all-stop mode behavior. Additionally,
6952 execution commands such as @code{continue} and @code{step} apply by default
6953 only to the current thread in non-stop mode, rather than all threads as
6954 in all-stop mode. This allows you to control threads explicitly in
6955 ways that are not possible in all-stop mode --- for example, stepping
6956 one thread while allowing others to run freely, stepping
6957 one thread while holding all others stopped, or stepping several threads
6958 independently and simultaneously.
6959
6960 To enter non-stop mode, use this sequence of commands before you run
6961 or attach to your program:
6962
6963 @smallexample
6964 # If using the CLI, pagination breaks non-stop.
6965 set pagination off
6966
6967 # Finally, turn it on!
6968 set non-stop on
6969 @end smallexample
6970
6971 You can use these commands to manipulate the non-stop mode setting:
6972
6973 @table @code
6974 @kindex set non-stop
6975 @item set non-stop on
6976 Enable selection of non-stop mode.
6977 @item set non-stop off
6978 Disable selection of non-stop mode.
6979 @kindex show non-stop
6980 @item show non-stop
6981 Show the current non-stop enablement setting.
6982 @end table
6983
6984 Note these commands only reflect whether non-stop mode is enabled,
6985 not whether the currently-executing program is being run in non-stop mode.
6986 In particular, the @code{set non-stop} preference is only consulted when
6987 @value{GDBN} starts or connects to the target program, and it is generally
6988 not possible to switch modes once debugging has started. Furthermore,
6989 since not all targets support non-stop mode, even when you have enabled
6990 non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6991 default.
6992
6993 In non-stop mode, all execution commands apply only to the current thread
6994 by default. That is, @code{continue} only continues one thread.
6995 To continue all threads, issue @code{continue -a} or @code{c -a}.
6996
6997 You can use @value{GDBN}'s background execution commands
6998 (@pxref{Background Execution}) to run some threads in the background
6999 while you continue to examine or step others from @value{GDBN}.
7000 The MI execution commands (@pxref{GDB/MI Program Execution}) are
7001 always executed asynchronously in non-stop mode.
7002
7003 Suspending execution is done with the @code{interrupt} command when
7004 running in the background, or @kbd{Ctrl-c} during foreground execution.
7005 In all-stop mode, this stops the whole process;
7006 but in non-stop mode the interrupt applies only to the current thread.
7007 To stop the whole program, use @code{interrupt -a}.
7008
7009 Other execution commands do not currently support the @code{-a} option.
7010
7011 In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
7012 that thread current, as it does in all-stop mode. This is because the
7013 thread stop notifications are asynchronous with respect to @value{GDBN}'s
7014 command interpreter, and it would be confusing if @value{GDBN} unexpectedly
7015 changed to a different thread just as you entered a command to operate on the
7016 previously current thread.
7017
7018 @node Background Execution
7019 @subsection Background Execution
7020
7021 @cindex foreground execution
7022 @cindex background execution
7023 @cindex asynchronous execution
7024 @cindex execution, foreground, background and asynchronous
7025
7026 @value{GDBN}'s execution commands have two variants: the normal
7027 foreground (synchronous) behavior, and a background
7028 (asynchronous) behavior. In foreground execution, @value{GDBN} waits for
7029 the program to report that some thread has stopped before prompting for
7030 another command. In background execution, @value{GDBN} immediately gives
7031 a command prompt so that you can issue other commands while your program runs.
7032
7033 If the target doesn't support async mode, @value{GDBN} issues an error
7034 message if you attempt to use the background execution commands.
7035
7036 @cindex @code{&}, background execution of commands
7037 To specify background execution, add a @code{&} to the command. For example,
7038 the background form of the @code{continue} command is @code{continue&}, or
7039 just @code{c&}. The execution commands that accept background execution
7040 are:
7041
7042 @table @code
7043 @kindex run&
7044 @item run
7045 @xref{Starting, , Starting your Program}.
7046
7047 @item attach
7048 @kindex attach&
7049 @xref{Attach, , Debugging an Already-running Process}.
7050
7051 @item step
7052 @kindex step&
7053 @xref{Continuing and Stepping, step}.
7054
7055 @item stepi
7056 @kindex stepi&
7057 @xref{Continuing and Stepping, stepi}.
7058
7059 @item next
7060 @kindex next&
7061 @xref{Continuing and Stepping, next}.
7062
7063 @item nexti
7064 @kindex nexti&
7065 @xref{Continuing and Stepping, nexti}.
7066
7067 @item continue
7068 @kindex continue&
7069 @xref{Continuing and Stepping, continue}.
7070
7071 @item finish
7072 @kindex finish&
7073 @xref{Continuing and Stepping, finish}.
7074
7075 @item until
7076 @kindex until&
7077 @xref{Continuing and Stepping, until}.
7078
7079 @end table
7080
7081 Background execution is especially useful in conjunction with non-stop
7082 mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
7083 However, you can also use these commands in the normal all-stop mode with
7084 the restriction that you cannot issue another execution command until the
7085 previous one finishes. Examples of commands that are valid in all-stop
7086 mode while the program is running include @code{help} and @code{info break}.
7087
7088 You can interrupt your program while it is running in the background by
7089 using the @code{interrupt} command.
7090
7091 @table @code
7092 @kindex interrupt
7093 @item interrupt
7094 @itemx interrupt -a
7095
7096 Suspend execution of the running program. In all-stop mode,
7097 @code{interrupt} stops the whole process, but in non-stop mode, it stops
7098 only the current thread. To stop the whole program in non-stop mode,
7099 use @code{interrupt -a}.
7100 @end table
7101
7102 @node Thread-Specific Breakpoints
7103 @subsection Thread-Specific Breakpoints
7104
7105 When your program has multiple threads (@pxref{Threads,, Debugging
7106 Programs with Multiple Threads}), you can choose whether to set
7107 breakpoints on all threads, or on a particular thread.
7108
7109 @table @code
7110 @cindex breakpoints and threads
7111 @cindex thread breakpoints
7112 @kindex break @dots{} thread @var{thread-id}
7113 @item break @var{location} thread @var{thread-id}
7114 @itemx break @var{location} thread @var{thread-id} if @dots{}
7115 @var{location} specifies source lines; there are several ways of
7116 writing them (@pxref{Specify Location}), but the effect is always to
7117 specify some source line.
7118
7119 Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
7120 to specify that you only want @value{GDBN} to stop the program when a
7121 particular thread reaches this breakpoint. The @var{thread-id} specifier
7122 is one of the thread identifiers assigned by @value{GDBN}, shown
7123 in the first column of the @samp{info threads} display.
7124
7125 If you do not specify @samp{thread @var{thread-id}} when you set a
7126 breakpoint, the breakpoint applies to @emph{all} threads of your
7127 program.
7128
7129 You can use the @code{thread} qualifier on conditional breakpoints as
7130 well; in this case, place @samp{thread @var{thread-id}} before or
7131 after the breakpoint condition, like this:
7132
7133 @smallexample
7134 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
7135 @end smallexample
7136
7137 @end table
7138
7139 Thread-specific breakpoints are automatically deleted when
7140 @value{GDBN} detects the corresponding thread is no longer in the
7141 thread list. For example:
7142
7143 @smallexample
7144 (@value{GDBP}) c
7145 Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
7146 @end smallexample
7147
7148 There are several ways for a thread to disappear, such as a regular
7149 thread exit, but also when you detach from the process with the
7150 @code{detach} command (@pxref{Attach, ,Debugging an Already-running
7151 Process}), or if @value{GDBN} loses the remote connection
7152 (@pxref{Remote Debugging}), etc. Note that with some targets,
7153 @value{GDBN} is only able to detect a thread has exited when the user
7154 explictly asks for the thread list with the @code{info threads}
7155 command.
7156
7157 @node Interrupted System Calls
7158 @subsection Interrupted System Calls
7159
7160 @cindex thread breakpoints and system calls
7161 @cindex system calls and thread breakpoints
7162 @cindex premature return from system calls
7163 There is an unfortunate side effect when using @value{GDBN} to debug
7164 multi-threaded programs. If one thread stops for a
7165 breakpoint, or for some other reason, and another thread is blocked in a
7166 system call, then the system call may return prematurely. This is a
7167 consequence of the interaction between multiple threads and the signals
7168 that @value{GDBN} uses to implement breakpoints and other events that
7169 stop execution.
7170
7171 To handle this problem, your program should check the return value of
7172 each system call and react appropriately. This is good programming
7173 style anyways.
7174
7175 For example, do not write code like this:
7176
7177 @smallexample
7178 sleep (10);
7179 @end smallexample
7180
7181 The call to @code{sleep} will return early if a different thread stops
7182 at a breakpoint or for some other reason.
7183
7184 Instead, write this:
7185
7186 @smallexample
7187 int unslept = 10;
7188 while (unslept > 0)
7189 unslept = sleep (unslept);
7190 @end smallexample
7191
7192 A system call is allowed to return early, so the system is still
7193 conforming to its specification. But @value{GDBN} does cause your
7194 multi-threaded program to behave differently than it would without
7195 @value{GDBN}.
7196
7197 Also, @value{GDBN} uses internal breakpoints in the thread library to
7198 monitor certain events such as thread creation and thread destruction.
7199 When such an event happens, a system call in another thread may return
7200 prematurely, even though your program does not appear to stop.
7201
7202 @node Observer Mode
7203 @subsection Observer Mode
7204
7205 If you want to build on non-stop mode and observe program behavior
7206 without any chance of disruption by @value{GDBN}, you can set
7207 variables to disable all of the debugger's attempts to modify state,
7208 whether by writing memory, inserting breakpoints, etc. These operate
7209 at a low level, intercepting operations from all commands.
7210
7211 When all of these are set to @code{off}, then @value{GDBN} is said to
7212 be @dfn{observer mode}. As a convenience, the variable
7213 @code{observer} can be set to disable these, plus enable non-stop
7214 mode.
7215
7216 Note that @value{GDBN} will not prevent you from making nonsensical
7217 combinations of these settings. For instance, if you have enabled
7218 @code{may-insert-breakpoints} but disabled @code{may-write-memory},
7219 then breakpoints that work by writing trap instructions into the code
7220 stream will still not be able to be placed.
7221
7222 @table @code
7223
7224 @kindex observer
7225 @item set observer on
7226 @itemx set observer off
7227 When set to @code{on}, this disables all the permission variables
7228 below (except for @code{insert-fast-tracepoints}), plus enables
7229 non-stop debugging. Setting this to @code{off} switches back to
7230 normal debugging, though remaining in non-stop mode.
7231
7232 @item show observer
7233 Show whether observer mode is on or off.
7234
7235 @kindex may-write-registers
7236 @item set may-write-registers on
7237 @itemx set may-write-registers off
7238 This controls whether @value{GDBN} will attempt to alter the values of
7239 registers, such as with assignment expressions in @code{print}, or the
7240 @code{jump} command. It defaults to @code{on}.
7241
7242 @item show may-write-registers
7243 Show the current permission to write registers.
7244
7245 @kindex may-write-memory
7246 @item set may-write-memory on
7247 @itemx set may-write-memory off
7248 This controls whether @value{GDBN} will attempt to alter the contents
7249 of memory, such as with assignment expressions in @code{print}. It
7250 defaults to @code{on}.
7251
7252 @item show may-write-memory
7253 Show the current permission to write memory.
7254
7255 @kindex may-insert-breakpoints
7256 @item set may-insert-breakpoints on
7257 @itemx set may-insert-breakpoints off
7258 This controls whether @value{GDBN} will attempt to insert breakpoints.
7259 This affects all breakpoints, including internal breakpoints defined
7260 by @value{GDBN}. It defaults to @code{on}.
7261
7262 @item show may-insert-breakpoints
7263 Show the current permission to insert breakpoints.
7264
7265 @kindex may-insert-tracepoints
7266 @item set may-insert-tracepoints on
7267 @itemx set may-insert-tracepoints off
7268 This controls whether @value{GDBN} will attempt to insert (regular)
7269 tracepoints at the beginning of a tracing experiment. It affects only
7270 non-fast tracepoints, fast tracepoints being under the control of
7271 @code{may-insert-fast-tracepoints}. It defaults to @code{on}.
7272
7273 @item show may-insert-tracepoints
7274 Show the current permission to insert tracepoints.
7275
7276 @kindex may-insert-fast-tracepoints
7277 @item set may-insert-fast-tracepoints on
7278 @itemx set may-insert-fast-tracepoints off
7279 This controls whether @value{GDBN} will attempt to insert fast
7280 tracepoints at the beginning of a tracing experiment. It affects only
7281 fast tracepoints, regular (non-fast) tracepoints being under the
7282 control of @code{may-insert-tracepoints}. It defaults to @code{on}.
7283
7284 @item show may-insert-fast-tracepoints
7285 Show the current permission to insert fast tracepoints.
7286
7287 @kindex may-interrupt
7288 @item set may-interrupt on
7289 @itemx set may-interrupt off
7290 This controls whether @value{GDBN} will attempt to interrupt or stop
7291 program execution. When this variable is @code{off}, the
7292 @code{interrupt} command will have no effect, nor will
7293 @kbd{Ctrl-c}. It defaults to @code{on}.
7294
7295 @item show may-interrupt
7296 Show the current permission to interrupt or stop the program.
7297
7298 @end table
7299
7300 @node Reverse Execution
7301 @chapter Running programs backward
7302 @cindex reverse execution
7303 @cindex running programs backward
7304
7305 When you are debugging a program, it is not unusual to realize that
7306 you have gone too far, and some event of interest has already happened.
7307 If the target environment supports it, @value{GDBN} can allow you to
7308 ``rewind'' the program by running it backward.
7309
7310 A target environment that supports reverse execution should be able
7311 to ``undo'' the changes in machine state that have taken place as the
7312 program was executing normally. Variables, registers etc.@: should
7313 revert to their previous values. Obviously this requires a great
7314 deal of sophistication on the part of the target environment; not
7315 all target environments can support reverse execution.
7316
7317 When a program is executed in reverse, the instructions that
7318 have most recently been executed are ``un-executed'', in reverse
7319 order. The program counter runs backward, following the previous
7320 thread of execution in reverse. As each instruction is ``un-executed'',
7321 the values of memory and/or registers that were changed by that
7322 instruction are reverted to their previous states. After executing
7323 a piece of source code in reverse, all side effects of that code
7324 should be ``undone'', and all variables should be returned to their
7325 prior values@footnote{
7326 Note that some side effects are easier to undo than others. For instance,
7327 memory and registers are relatively easy, but device I/O is hard. Some
7328 targets may be able undo things like device I/O, and some may not.
7329
7330 The contract between @value{GDBN} and the reverse executing target
7331 requires only that the target do something reasonable when
7332 @value{GDBN} tells it to execute backwards, and then report the
7333 results back to @value{GDBN}. Whatever the target reports back to
7334 @value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7335 assumes that the memory and registers that the target reports are in a
7336 consistent state, but @value{GDBN} accepts whatever it is given.
7337 }.
7338
7339 On some platforms, @value{GDBN} has built-in support for reverse
7340 execution, activated with the @code{record} or @code{record btrace}
7341 commands. @xref{Process Record and Replay}. Some remote targets,
7342 typically full system emulators, support reverse execution directly
7343 without requiring any special command.
7344
7345 If you are debugging in a target environment that supports
7346 reverse execution, @value{GDBN} provides the following commands.
7347
7348 @table @code
7349 @kindex reverse-continue
7350 @kindex rc @r{(@code{reverse-continue})}
7351 @item reverse-continue @r{[}@var{ignore-count}@r{]}
7352 @itemx rc @r{[}@var{ignore-count}@r{]}
7353 Beginning at the point where your program last stopped, start executing
7354 in reverse. Reverse execution will stop for breakpoints and synchronous
7355 exceptions (signals), just like normal execution. Behavior of
7356 asynchronous signals depends on the target environment.
7357
7358 @kindex reverse-step
7359 @kindex rs @r{(@code{step})}
7360 @item reverse-step @r{[}@var{count}@r{]}
7361 Run the program backward until control reaches the start of a
7362 different source line; then stop it, and return control to @value{GDBN}.
7363
7364 Like the @code{step} command, @code{reverse-step} will only stop
7365 at the beginning of a source line. It ``un-executes'' the previously
7366 executed source line. If the previous source line included calls to
7367 debuggable functions, @code{reverse-step} will step (backward) into
7368 the called function, stopping at the beginning of the @emph{last}
7369 statement in the called function (typically a return statement).
7370
7371 Also, as with the @code{step} command, if non-debuggable functions are
7372 called, @code{reverse-step} will run thru them backward without stopping.
7373
7374 @kindex reverse-stepi
7375 @kindex rsi @r{(@code{reverse-stepi})}
7376 @item reverse-stepi @r{[}@var{count}@r{]}
7377 Reverse-execute one machine instruction. Note that the instruction
7378 to be reverse-executed is @emph{not} the one pointed to by the program
7379 counter, but the instruction executed prior to that one. For instance,
7380 if the last instruction was a jump, @code{reverse-stepi} will take you
7381 back from the destination of the jump to the jump instruction itself.
7382
7383 @kindex reverse-next
7384 @kindex rn @r{(@code{reverse-next})}
7385 @item reverse-next @r{[}@var{count}@r{]}
7386 Run backward to the beginning of the previous line executed in
7387 the current (innermost) stack frame. If the line contains function
7388 calls, they will be ``un-executed'' without stopping. Starting from
7389 the first line of a function, @code{reverse-next} will take you back
7390 to the caller of that function, @emph{before} the function was called,
7391 just as the normal @code{next} command would take you from the last
7392 line of a function back to its return to its caller
7393 @footnote{Unless the code is too heavily optimized.}.
7394
7395 @kindex reverse-nexti
7396 @kindex rni @r{(@code{reverse-nexti})}
7397 @item reverse-nexti @r{[}@var{count}@r{]}
7398 Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7399 in reverse, except that called functions are ``un-executed'' atomically.
7400 That is, if the previously executed instruction was a return from
7401 another function, @code{reverse-nexti} will continue to execute
7402 in reverse until the call to that function (from the current stack
7403 frame) is reached.
7404
7405 @kindex reverse-finish
7406 @item reverse-finish
7407 Just as the @code{finish} command takes you to the point where the
7408 current function returns, @code{reverse-finish} takes you to the point
7409 where it was called. Instead of ending up at the end of the current
7410 function invocation, you end up at the beginning.
7411
7412 @kindex set exec-direction
7413 @item set exec-direction
7414 Set the direction of target execution.
7415 @item set exec-direction reverse
7416 @cindex execute forward or backward in time
7417 @value{GDBN} will perform all execution commands in reverse, until the
7418 exec-direction mode is changed to ``forward''. Affected commands include
7419 @code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7420 command cannot be used in reverse mode.
7421 @item set exec-direction forward
7422 @value{GDBN} will perform all execution commands in the normal fashion.
7423 This is the default.
7424 @end table
7425
7426
7427 @node Process Record and Replay
7428 @chapter Recording Inferior's Execution and Replaying It
7429 @cindex process record and replay
7430 @cindex recording inferior's execution and replaying it
7431
7432 On some platforms, @value{GDBN} provides a special @dfn{process record
7433 and replay} target that can record a log of the process execution, and
7434 replay it later with both forward and reverse execution commands.
7435
7436 @cindex replay mode
7437 When this target is in use, if the execution log includes the record
7438 for the next instruction, @value{GDBN} will debug in @dfn{replay
7439 mode}. In the replay mode, the inferior does not really execute code
7440 instructions. Instead, all the events that normally happen during
7441 code execution are taken from the execution log. While code is not
7442 really executed in replay mode, the values of registers (including the
7443 program counter register) and the memory of the inferior are still
7444 changed as they normally would. Their contents are taken from the
7445 execution log.
7446
7447 @cindex record mode
7448 If the record for the next instruction is not in the execution log,
7449 @value{GDBN} will debug in @dfn{record mode}. In this mode, the
7450 inferior executes normally, and @value{GDBN} records the execution log
7451 for future replay.
7452
7453 The process record and replay target supports reverse execution
7454 (@pxref{Reverse Execution}), even if the platform on which the
7455 inferior runs does not. However, the reverse execution is limited in
7456 this case by the range of the instructions recorded in the execution
7457 log. In other words, reverse execution on platforms that don't
7458 support it directly can only be done in the replay mode.
7459
7460 When debugging in the reverse direction, @value{GDBN} will work in
7461 replay mode as long as the execution log includes the record for the
7462 previous instruction; otherwise, it will work in record mode, if the
7463 platform supports reverse execution, or stop if not.
7464
7465 Currently, process record and replay is supported on ARM, Aarch64,
7466 Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7467 GNU/Linux. Process record and replay can be used both when native
7468 debugging, and when remote debugging via @code{gdbserver}.
7469
7470 For architecture environments that support process record and replay,
7471 @value{GDBN} provides the following commands:
7472
7473 @table @code
7474 @kindex target record
7475 @kindex target record-full
7476 @kindex target record-btrace
7477 @kindex record
7478 @kindex record full
7479 @kindex record btrace
7480 @kindex record btrace bts
7481 @kindex record btrace pt
7482 @kindex record bts
7483 @kindex record pt
7484 @kindex rec
7485 @kindex rec full
7486 @kindex rec btrace
7487 @kindex rec btrace bts
7488 @kindex rec btrace pt
7489 @kindex rec bts
7490 @kindex rec pt
7491 @item record @var{method}
7492 This command starts the process record and replay target. The
7493 recording method can be specified as parameter. Without a parameter
7494 the command uses the @code{full} recording method. The following
7495 recording methods are available:
7496
7497 @table @code
7498 @item full
7499 Full record/replay recording using @value{GDBN}'s software record and
7500 replay implementation. This method allows replaying and reverse
7501 execution.
7502
7503 @item btrace @var{format}
7504 Hardware-supported instruction recording, supported on Intel
7505 processors. This method does not record data. Further, the data is
7506 collected in a ring buffer so old data will be overwritten when the
7507 buffer is full. It allows limited reverse execution. Variables and
7508 registers are not available during reverse execution. In remote
7509 debugging, recording continues on disconnect. Recorded data can be
7510 inspected after reconnecting. The recording may be stopped using
7511 @code{record stop}.
7512
7513 The recording format can be specified as parameter. Without a parameter
7514 the command chooses the recording format. The following recording
7515 formats are available:
7516
7517 @table @code
7518 @item bts
7519 @cindex branch trace store
7520 Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7521 this format, the processor stores a from/to record for each executed
7522 branch in the btrace ring buffer.
7523
7524 @item pt
7525 @cindex Intel Processor Trace
7526 Use the @dfn{Intel Processor Trace} recording format. In this
7527 format, the processor stores the execution trace in a compressed form
7528 that is afterwards decoded by @value{GDBN}.
7529
7530 The trace can be recorded with very low overhead. The compressed
7531 trace format also allows small trace buffers to already contain a big
7532 number of instructions compared to @acronym{BTS}.
7533
7534 Decoding the recorded execution trace, on the other hand, is more
7535 expensive than decoding @acronym{BTS} trace. This is mostly due to the
7536 increased number of instructions to process. You should increase the
7537 buffer-size with care.
7538 @end table
7539
7540 Not all recording formats may be available on all processors.
7541 @end table
7542
7543 The process record and replay target can only debug a process that is
7544 already running. Therefore, you need first to start the process with
7545 the @kbd{run} or @kbd{start} commands, and then start the recording
7546 with the @kbd{record @var{method}} command.
7547
7548 @cindex displaced stepping, and process record and replay
7549 Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7550 will be automatically disabled when process record and replay target
7551 is started. That's because the process record and replay target
7552 doesn't support displaced stepping.
7553
7554 @cindex non-stop mode, and process record and replay
7555 @cindex asynchronous execution, and process record and replay
7556 If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
7557 the asynchronous execution mode (@pxref{Background Execution}), not
7558 all recording methods are available. The @code{full} recording method
7559 does not support these two modes.
7560
7561 @kindex record stop
7562 @kindex rec s
7563 @item record stop
7564 Stop the process record and replay target. When process record and
7565 replay target stops, the entire execution log will be deleted and the
7566 inferior will either be terminated, or will remain in its final state.
7567
7568 When you stop the process record and replay target in record mode (at
7569 the end of the execution log), the inferior will be stopped at the
7570 next instruction that would have been recorded. In other words, if
7571 you record for a while and then stop recording, the inferior process
7572 will be left in the same state as if the recording never happened.
7573
7574 On the other hand, if the process record and replay target is stopped
7575 while in replay mode (that is, not at the end of the execution log,
7576 but at some earlier point), the inferior process will become ``live''
7577 at that earlier state, and it will then be possible to continue the
7578 usual ``live'' debugging of the process from that state.
7579
7580 When the inferior process exits, or @value{GDBN} detaches from it,
7581 process record and replay target will automatically stop itself.
7582
7583 @kindex record goto
7584 @item record goto
7585 Go to a specific location in the execution log. There are several
7586 ways to specify the location to go to:
7587
7588 @table @code
7589 @item record goto begin
7590 @itemx record goto start
7591 Go to the beginning of the execution log.
7592
7593 @item record goto end
7594 Go to the end of the execution log.
7595
7596 @item record goto @var{n}
7597 Go to instruction number @var{n} in the execution log.
7598 @end table
7599
7600 @kindex record save
7601 @item record save @var{filename}
7602 Save the execution log to a file @file{@var{filename}}.
7603 Default filename is @file{gdb_record.@var{process_id}}, where
7604 @var{process_id} is the process ID of the inferior.
7605
7606 This command may not be available for all recording methods.
7607
7608 @kindex record restore
7609 @item record restore @var{filename}
7610 Restore the execution log from a file @file{@var{filename}}.
7611 File must have been created with @code{record save}.
7612
7613 @kindex set record full
7614 @item set record full insn-number-max @var{limit}
7615 @itemx set record full insn-number-max unlimited
7616 Set the limit of instructions to be recorded for the @code{full}
7617 recording method. Default value is 200000.
7618
7619 If @var{limit} is a positive number, then @value{GDBN} will start
7620 deleting instructions from the log once the number of the record
7621 instructions becomes greater than @var{limit}. For every new recorded
7622 instruction, @value{GDBN} will delete the earliest recorded
7623 instruction to keep the number of recorded instructions at the limit.
7624 (Since deleting recorded instructions loses information, @value{GDBN}
7625 lets you control what happens when the limit is reached, by means of
7626 the @code{stop-at-limit} option, described below.)
7627
7628 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7629 delete recorded instructions from the execution log. The number of
7630 recorded instructions is limited only by the available memory.
7631
7632 @kindex show record full
7633 @item show record full insn-number-max
7634 Show the limit of instructions to be recorded with the @code{full}
7635 recording method.
7636
7637 @item set record full stop-at-limit
7638 Control the behavior of the @code{full} recording method when the
7639 number of recorded instructions reaches the limit. If ON (the
7640 default), @value{GDBN} will stop when the limit is reached for the
7641 first time and ask you whether you want to stop the inferior or
7642 continue running it and recording the execution log. If you decide
7643 to continue recording, each new recorded instruction will cause the
7644 oldest one to be deleted.
7645
7646 If this option is OFF, @value{GDBN} will automatically delete the
7647 oldest record to make room for each new one, without asking.
7648
7649 @item show record full stop-at-limit
7650 Show the current setting of @code{stop-at-limit}.
7651
7652 @item set record full memory-query
7653 Control the behavior when @value{GDBN} is unable to record memory
7654 changes caused by an instruction for the @code{full} recording method.
7655 If ON, @value{GDBN} will query whether to stop the inferior in that
7656 case.
7657
7658 If this option is OFF (the default), @value{GDBN} will automatically
7659 ignore the effect of such instructions on memory. Later, when
7660 @value{GDBN} replays this execution log, it will mark the log of this
7661 instruction as not accessible, and it will not affect the replay
7662 results.
7663
7664 @item show record full memory-query
7665 Show the current setting of @code{memory-query}.
7666
7667 @kindex set record btrace
7668 The @code{btrace} record target does not trace data. As a
7669 convenience, when replaying, @value{GDBN} reads read-only memory off
7670 the live program directly, assuming that the addresses of the
7671 read-only areas don't change. This for example makes it possible to
7672 disassemble code while replaying, but not to print variables.
7673 In some cases, being able to inspect variables might be useful.
7674 You can use the following command for that:
7675
7676 @item set record btrace replay-memory-access
7677 Control the behavior of the @code{btrace} recording method when
7678 accessing memory during replay. If @code{read-only} (the default),
7679 @value{GDBN} will only allow accesses to read-only memory.
7680 If @code{read-write}, @value{GDBN} will allow accesses to read-only
7681 and to read-write memory. Beware that the accessed memory corresponds
7682 to the live target and not necessarily to the current replay
7683 position.
7684
7685 @item set record btrace cpu @var{identifier}
7686 Set the processor to be used for enabling workarounds for processor
7687 errata when decoding the trace.
7688
7689 Processor errata are defects in processor operation, caused by its
7690 design or manufacture. They can cause a trace not to match the
7691 specification. This, in turn, may cause trace decode to fail.
7692 @value{GDBN} can detect erroneous trace packets and correct them, thus
7693 avoiding the decoding failures. These corrections are known as
7694 @dfn{errata workarounds}, and are enabled based on the processor on
7695 which the trace was recorded.
7696
7697 By default, @value{GDBN} attempts to detect the processor
7698 automatically, and apply the necessary workarounds for it. However,
7699 you may need to specify the processor if @value{GDBN} does not yet
7700 support it. This command allows you to do that, and also allows to
7701 disable the workarounds.
7702
7703 The argument @var{identifier} identifies the @sc{cpu} and is of the
7704 form: @code{@var{vendor}:@var{processor identifier}}. In addition,
7705 there are two special identifiers, @code{none} and @code{auto}
7706 (default).
7707
7708 The following vendor identifiers and corresponding processor
7709 identifiers are currently supported:
7710
7711 @multitable @columnfractions .1 .9
7712
7713 @item @code{intel}
7714 @tab @var{family}/@var{model}[/@var{stepping}]
7715
7716 @end multitable
7717
7718 On GNU/Linux systems, the processor @var{family}, @var{model}, and
7719 @var{stepping} can be obtained from @code{/proc/cpuinfo}.
7720
7721 If @var{identifier} is @code{auto}, enable errata workarounds for the
7722 processor on which the trace was recorded. If @var{identifier} is
7723 @code{none}, errata workarounds are disabled.
7724
7725 For example, when using an old @value{GDBN} on a new system, decode
7726 may fail because @value{GDBN} does not support the new processor. It
7727 often suffices to specify an older processor that @value{GDBN}
7728 supports.
7729
7730 @smallexample
7731 (gdb) info record
7732 Active record target: record-btrace
7733 Recording format: Intel Processor Trace.
7734 Buffer size: 16kB.
7735 Failed to configure the Intel Processor Trace decoder: unknown cpu.
7736 (gdb) set record btrace cpu intel:6/158
7737 (gdb) info record
7738 Active record target: record-btrace
7739 Recording format: Intel Processor Trace.
7740 Buffer size: 16kB.
7741 Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7742 @end smallexample
7743
7744 @kindex show record btrace
7745 @item show record btrace replay-memory-access
7746 Show the current setting of @code{replay-memory-access}.
7747
7748 @item show record btrace cpu
7749 Show the processor to be used for enabling trace decode errata
7750 workarounds.
7751
7752 @kindex set record btrace bts
7753 @item set record btrace bts buffer-size @var{size}
7754 @itemx set record btrace bts buffer-size unlimited
7755 Set the requested ring buffer size for branch tracing in @acronym{BTS}
7756 format. Default is 64KB.
7757
7758 If @var{size} is a positive number, then @value{GDBN} will try to
7759 allocate a buffer of at least @var{size} bytes for each new thread
7760 that uses the btrace recording method and the @acronym{BTS} format.
7761 The actually obtained buffer size may differ from the requested
7762 @var{size}. Use the @code{info record} command to see the actual
7763 buffer size for each thread that uses the btrace recording method and
7764 the @acronym{BTS} format.
7765
7766 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7767 allocate a buffer of 4MB.
7768
7769 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7770 also need longer to process the branch trace data before it can be used.
7771
7772 @item show record btrace bts buffer-size @var{size}
7773 Show the current setting of the requested ring buffer size for branch
7774 tracing in @acronym{BTS} format.
7775
7776 @kindex set record btrace pt
7777 @item set record btrace pt buffer-size @var{size}
7778 @itemx set record btrace pt buffer-size unlimited
7779 Set the requested ring buffer size for branch tracing in Intel
7780 Processor Trace format. Default is 16KB.
7781
7782 If @var{size} is a positive number, then @value{GDBN} will try to
7783 allocate a buffer of at least @var{size} bytes for each new thread
7784 that uses the btrace recording method and the Intel Processor Trace
7785 format. The actually obtained buffer size may differ from the
7786 requested @var{size}. Use the @code{info record} command to see the
7787 actual buffer size for each thread.
7788
7789 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7790 allocate a buffer of 4MB.
7791
7792 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7793 also need longer to process the branch trace data before it can be used.
7794
7795 @item show record btrace pt buffer-size @var{size}
7796 Show the current setting of the requested ring buffer size for branch
7797 tracing in Intel Processor Trace format.
7798
7799 @kindex info record
7800 @item info record
7801 Show various statistics about the recording depending on the recording
7802 method:
7803
7804 @table @code
7805 @item full
7806 For the @code{full} recording method, it shows the state of process
7807 record and its in-memory execution log buffer, including:
7808
7809 @itemize @bullet
7810 @item
7811 Whether in record mode or replay mode.
7812 @item
7813 Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7814 @item
7815 Highest recorded instruction number.
7816 @item
7817 Current instruction about to be replayed (if in replay mode).
7818 @item
7819 Number of instructions contained in the execution log.
7820 @item
7821 Maximum number of instructions that may be contained in the execution log.
7822 @end itemize
7823
7824 @item btrace
7825 For the @code{btrace} recording method, it shows:
7826
7827 @itemize @bullet
7828 @item
7829 Recording format.
7830 @item
7831 Number of instructions that have been recorded.
7832 @item
7833 Number of blocks of sequential control-flow formed by the recorded
7834 instructions.
7835 @item
7836 Whether in record mode or replay mode.
7837 @end itemize
7838
7839 For the @code{bts} recording format, it also shows:
7840 @itemize @bullet
7841 @item
7842 Size of the perf ring buffer.
7843 @end itemize
7844
7845 For the @code{pt} recording format, it also shows:
7846 @itemize @bullet
7847 @item
7848 Size of the perf ring buffer.
7849 @end itemize
7850 @end table
7851
7852 @kindex record delete
7853 @kindex rec del
7854 @item record delete
7855 When record target runs in replay mode (``in the past''), delete the
7856 subsequent execution log and begin to record a new execution log starting
7857 from the current address. This means you will abandon the previously
7858 recorded ``future'' and begin recording a new ``future''.
7859
7860 @kindex record instruction-history
7861 @kindex rec instruction-history
7862 @item record instruction-history
7863 Disassembles instructions from the recorded execution log. By
7864 default, ten instructions are disassembled. This can be changed using
7865 the @code{set record instruction-history-size} command. Instructions
7866 are printed in execution order.
7867
7868 It can also print mixed source+disassembly if you specify the the
7869 @code{/m} or @code{/s} modifier, and print the raw instructions in hex
7870 as well as in symbolic form by specifying the @code{/r} modifier.
7871
7872 The current position marker is printed for the instruction at the
7873 current program counter value. This instruction can appear multiple
7874 times in the trace and the current position marker will be printed
7875 every time. To omit the current position marker, specify the
7876 @code{/p} modifier.
7877
7878 To better align the printed instructions when the trace contains
7879 instructions from more than one function, the function name may be
7880 omitted by specifying the @code{/f} modifier.
7881
7882 Speculatively executed instructions are prefixed with @samp{?}. This
7883 feature is not available for all recording formats.
7884
7885 There are several ways to specify what part of the execution log to
7886 disassemble:
7887
7888 @table @code
7889 @item record instruction-history @var{insn}
7890 Disassembles ten instructions starting from instruction number
7891 @var{insn}.
7892
7893 @item record instruction-history @var{insn}, +/-@var{n}
7894 Disassembles @var{n} instructions around instruction number
7895 @var{insn}. If @var{n} is preceded with @code{+}, disassembles
7896 @var{n} instructions after instruction number @var{insn}. If
7897 @var{n} is preceded with @code{-}, disassembles @var{n}
7898 instructions before instruction number @var{insn}.
7899
7900 @item record instruction-history
7901 Disassembles ten more instructions after the last disassembly.
7902
7903 @item record instruction-history -
7904 Disassembles ten more instructions before the last disassembly.
7905
7906 @item record instruction-history @var{begin}, @var{end}
7907 Disassembles instructions beginning with instruction number
7908 @var{begin} until instruction number @var{end}. The instruction
7909 number @var{end} is included.
7910 @end table
7911
7912 This command may not be available for all recording methods.
7913
7914 @kindex set record
7915 @item set record instruction-history-size @var{size}
7916 @itemx set record instruction-history-size unlimited
7917 Define how many instructions to disassemble in the @code{record
7918 instruction-history} command. The default value is 10.
7919 A @var{size} of @code{unlimited} means unlimited instructions.
7920
7921 @kindex show record
7922 @item show record instruction-history-size
7923 Show how many instructions to disassemble in the @code{record
7924 instruction-history} command.
7925
7926 @kindex record function-call-history
7927 @kindex rec function-call-history
7928 @item record function-call-history
7929 Prints the execution history at function granularity. For each sequence
7930 of instructions that belong to the same function, it prints the name of
7931 that function, the source lines for this instruction sequence (if the
7932 @code{/l} modifier is specified), and the instructions numbers that form
7933 the sequence (if the @code{/i} modifier is specified). The function names
7934 are indented to reflect the call stack depth if the @code{/c} modifier is
7935 specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be given
7936 together.
7937
7938 @smallexample
7939 (@value{GDBP}) @b{list 1, 10}
7940 1 void foo (void)
7941 2 @{
7942 3 @}
7943 4
7944 5 void bar (void)
7945 6 @{
7946 7 ...
7947 8 foo ();
7948 9 ...
7949 10 @}
7950 (@value{GDBP}) @b{record function-call-history /ilc}
7951 1 bar inst 1,4 at foo.c:6,8
7952 2 foo inst 5,10 at foo.c:2,3
7953 3 bar inst 11,13 at foo.c:9,10
7954 @end smallexample
7955
7956 By default, ten functions are printed. This can be changed using the
7957 @code{set record function-call-history-size} command. Functions are
7958 printed in execution order. There are several ways to specify what
7959 to print:
7960
7961 @table @code
7962 @item record function-call-history @var{func}
7963 Prints ten functions starting from function number @var{func}.
7964
7965 @item record function-call-history @var{func}, +/-@var{n}
7966 Prints @var{n} functions around function number @var{func}. If
7967 @var{n} is preceded with @code{+}, prints @var{n} functions after
7968 function number @var{func}. If @var{n} is preceded with @code{-},
7969 prints @var{n} functions before function number @var{func}.
7970
7971 @item record function-call-history
7972 Prints ten more functions after the last ten-function print.
7973
7974 @item record function-call-history -
7975 Prints ten more functions before the last ten-function print.
7976
7977 @item record function-call-history @var{begin}, @var{end}
7978 Prints functions beginning with function number @var{begin} until
7979 function number @var{end}. The function number @var{end} is included.
7980 @end table
7981
7982 This command may not be available for all recording methods.
7983
7984 @item set record function-call-history-size @var{size}
7985 @itemx set record function-call-history-size unlimited
7986 Define how many functions to print in the
7987 @code{record function-call-history} command. The default value is 10.
7988 A size of @code{unlimited} means unlimited functions.
7989
7990 @item show record function-call-history-size
7991 Show how many functions to print in the
7992 @code{record function-call-history} command.
7993 @end table
7994
7995
7996 @node Stack
7997 @chapter Examining the Stack
7998
7999 When your program has stopped, the first thing you need to know is where it
8000 stopped and how it got there.
8001
8002 @cindex call stack
8003 Each time your program performs a function call, information about the call
8004 is generated.
8005 That information includes the location of the call in your program,
8006 the arguments of the call,
8007 and the local variables of the function being called.
8008 The information is saved in a block of data called a @dfn{stack frame}.
8009 The stack frames are allocated in a region of memory called the @dfn{call
8010 stack}.
8011
8012 When your program stops, the @value{GDBN} commands for examining the
8013 stack allow you to see all of this information.
8014
8015 @cindex selected frame
8016 One of the stack frames is @dfn{selected} by @value{GDBN} and many
8017 @value{GDBN} commands refer implicitly to the selected frame. In
8018 particular, whenever you ask @value{GDBN} for the value of a variable in
8019 your program, the value is found in the selected frame. There are
8020 special @value{GDBN} commands to select whichever frame you are
8021 interested in. @xref{Selection, ,Selecting a Frame}.
8022
8023 When your program stops, @value{GDBN} automatically selects the
8024 currently executing frame and describes it briefly, similar to the
8025 @code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
8026
8027 @menu
8028 * Frames:: Stack frames
8029 * Backtrace:: Backtraces
8030 * Selection:: Selecting a frame
8031 * Frame Info:: Information on a frame
8032 * Frame Apply:: Applying a command to several frames
8033 * Frame Filter Management:: Managing frame filters
8034
8035 @end menu
8036
8037 @node Frames
8038 @section Stack Frames
8039
8040 @cindex frame, definition
8041 @cindex stack frame
8042 The call stack is divided up into contiguous pieces called @dfn{stack
8043 frames}, or @dfn{frames} for short; each frame is the data associated
8044 with one call to one function. The frame contains the arguments given
8045 to the function, the function's local variables, and the address at
8046 which the function is executing.
8047
8048 @cindex initial frame
8049 @cindex outermost frame
8050 @cindex innermost frame
8051 When your program is started, the stack has only one frame, that of the
8052 function @code{main}. This is called the @dfn{initial} frame or the
8053 @dfn{outermost} frame. Each time a function is called, a new frame is
8054 made. Each time a function returns, the frame for that function invocation
8055 is eliminated. If a function is recursive, there can be many frames for
8056 the same function. The frame for the function in which execution is
8057 actually occurring is called the @dfn{innermost} frame. This is the most
8058 recently created of all the stack frames that still exist.
8059
8060 @cindex frame pointer
8061 Inside your program, stack frames are identified by their addresses. A
8062 stack frame consists of many bytes, each of which has its own address; each
8063 kind of computer has a convention for choosing one byte whose
8064 address serves as the address of the frame. Usually this address is kept
8065 in a register called the @dfn{frame pointer register}
8066 (@pxref{Registers, $fp}) while execution is going on in that frame.
8067
8068 @cindex frame level
8069 @cindex frame number
8070 @value{GDBN} labels each existing stack frame with a @dfn{level}, a
8071 number that is zero for the innermost frame, one for the frame that
8072 called it, and so on upward. These level numbers give you a way of
8073 designating stack frames in @value{GDBN} commands. The terms
8074 @dfn{frame number} and @dfn{frame level} can be used interchangeably to
8075 describe this number.
8076
8077 @c The -fomit-frame-pointer below perennially causes hbox overflow
8078 @c underflow problems.
8079 @cindex frameless execution
8080 Some compilers provide a way to compile functions so that they operate
8081 without stack frames. (For example, the @value{NGCC} option
8082 @smallexample
8083 @samp{-fomit-frame-pointer}
8084 @end smallexample
8085 generates functions without a frame.)
8086 This is occasionally done with heavily used library functions to save
8087 the frame setup time. @value{GDBN} has limited facilities for dealing
8088 with these function invocations. If the innermost function invocation
8089 has no stack frame, @value{GDBN} nevertheless regards it as though
8090 it had a separate frame, which is numbered zero as usual, allowing
8091 correct tracing of the function call chain. However, @value{GDBN} has
8092 no provision for frameless functions elsewhere in the stack.
8093
8094 @node Backtrace
8095 @section Backtraces
8096
8097 @cindex traceback
8098 @cindex call stack traces
8099 A backtrace is a summary of how your program got where it is. It shows one
8100 line per frame, for many frames, starting with the currently executing
8101 frame (frame zero), followed by its caller (frame one), and on up the
8102 stack.
8103
8104 @anchor{backtrace-command}
8105 @kindex backtrace
8106 @kindex bt @r{(@code{backtrace})}
8107 To print a backtrace of the entire stack, use the @code{backtrace}
8108 command, or its alias @code{bt}. This command will print one line per
8109 frame for frames in the stack. By default, all stack frames are
8110 printed. You can stop the backtrace at any time by typing the system
8111 interrupt character, normally @kbd{Ctrl-c}.
8112
8113 @table @code
8114 @item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
8115 @itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
8116 Print the backtrace of the entire stack.
8117
8118 The optional @var{count} can be one of the following:
8119
8120 @table @code
8121 @item @var{n}
8122 @itemx @var{n}
8123 Print only the innermost @var{n} frames, where @var{n} is a positive
8124 number.
8125
8126 @item -@var{n}
8127 @itemx -@var{n}
8128 Print only the outermost @var{n} frames, where @var{n} is a positive
8129 number.
8130 @end table
8131
8132 Options:
8133
8134 @table @code
8135 @item -full
8136 Print the values of the local variables also. This can be combined
8137 with the optional @var{count} to limit the number of frames shown.
8138
8139 @item -no-filters
8140 Do not run Python frame filters on this backtrace. @xref{Frame
8141 Filter API}, for more information. Additionally use @ref{disable
8142 frame-filter all} to turn off all frame filters. This is only
8143 relevant when @value{GDBN} has been configured with @code{Python}
8144 support.
8145
8146 @item -hide
8147 A Python frame filter might decide to ``elide'' some frames. Normally
8148 such elided frames are still printed, but they are indented relative
8149 to the filtered frames that cause them to be elided. The @code{-hide}
8150 option causes elided frames to not be printed at all.
8151 @end table
8152
8153 The @code{backtrace} command also supports a number of options that
8154 allow overriding relevant global print settings as set by @code{set
8155 backtrace} and @code{set print} subcommands:
8156
8157 @table @code
8158 @item -past-main [@code{on}|@code{off}]
8159 Set whether backtraces should continue past @code{main}. Related setting:
8160 @ref{set backtrace past-main}.
8161
8162 @item -past-entry [@code{on}|@code{off}]
8163 Set whether backtraces should continue past the entry point of a program.
8164 Related setting: @ref{set backtrace past-entry}.
8165
8166 @item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
8167 Set printing of function arguments at function entry.
8168 Related setting: @ref{set print entry-values}.
8169
8170 @item -frame-arguments @code{all}|@code{scalars}|@code{none}
8171 Set printing of non-scalar frame arguments.
8172 Related setting: @ref{set print frame-arguments}.
8173
8174 @item -raw-frame-arguments [@code{on}|@code{off}]
8175 Set whether to print frame arguments in raw form.
8176 Related setting: @ref{set print raw-frame-arguments}.
8177
8178 @item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
8179 Set printing of frame information.
8180 Related setting: @ref{set print frame-info}.
8181 @end table
8182
8183 The optional @var{qualifier} is maintained for backward compatibility.
8184 It can be one of the following:
8185
8186 @table @code
8187 @item full
8188 Equivalent to the @code{-full} option.
8189
8190 @item no-filters
8191 Equivalent to the @code{-no-filters} option.
8192
8193 @item hide
8194 Equivalent to the @code{-hide} option.
8195 @end table
8196
8197 @end table
8198
8199 @kindex where
8200 @kindex info stack
8201 The names @code{where} and @code{info stack} (abbreviated @code{info s})
8202 are additional aliases for @code{backtrace}.
8203
8204 @cindex multiple threads, backtrace
8205 In a multi-threaded program, @value{GDBN} by default shows the
8206 backtrace only for the current thread. To display the backtrace for
8207 several or all of the threads, use the command @code{thread apply}
8208 (@pxref{Threads, thread apply}). For example, if you type @kbd{thread
8209 apply all backtrace}, @value{GDBN} will display the backtrace for all
8210 the threads; this is handy when you debug a core dump of a
8211 multi-threaded program.
8212
8213 Each line in the backtrace shows the frame number and the function name.
8214 The program counter value is also shown---unless you use @code{set
8215 print address off}. The backtrace also shows the source file name and
8216 line number, as well as the arguments to the function. The program
8217 counter value is omitted if it is at the beginning of the code for that
8218 line number.
8219
8220 Here is an example of a backtrace. It was made with the command
8221 @samp{bt 3}, so it shows the innermost three frames.
8222
8223 @smallexample
8224 @group
8225 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8226 at builtin.c:993
8227 #1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
8228 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
8229 at macro.c:71
8230 (More stack frames follow...)
8231 @end group
8232 @end smallexample
8233
8234 @noindent
8235 The display for frame zero does not begin with a program counter
8236 value, indicating that your program has stopped at the beginning of the
8237 code for line @code{993} of @code{builtin.c}.
8238
8239 @noindent
8240 The value of parameter @code{data} in frame 1 has been replaced by
8241 @code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
8242 only if it is a scalar (integer, pointer, enumeration, etc). See command
8243 @kbd{set print frame-arguments} in @ref{Print Settings} for more details
8244 on how to configure the way function parameter values are printed.
8245 The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
8246 what frame information is printed.
8247
8248 @cindex optimized out, in backtrace
8249 @cindex function call arguments, optimized out
8250 If your program was compiled with optimizations, some compilers will
8251 optimize away arguments passed to functions if those arguments are
8252 never used after the call. Such optimizations generate code that
8253 passes arguments through registers, but doesn't store those arguments
8254 in the stack frame. @value{GDBN} has no way of displaying such
8255 arguments in stack frames other than the innermost one. Here's what
8256 such a backtrace might look like:
8257
8258 @smallexample
8259 @group
8260 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8261 at builtin.c:993
8262 #1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
8263 #2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
8264 at macro.c:71
8265 (More stack frames follow...)
8266 @end group
8267 @end smallexample
8268
8269 @noindent
8270 The values of arguments that were not saved in their stack frames are
8271 shown as @samp{<optimized out>}.
8272
8273 If you need to display the values of such optimized-out arguments,
8274 either deduce that from other variables whose values depend on the one
8275 you are interested in, or recompile without optimizations.
8276
8277 @cindex backtrace beyond @code{main} function
8278 @cindex program entry point
8279 @cindex startup code, and backtrace
8280 Most programs have a standard user entry point---a place where system
8281 libraries and startup code transition into user code. For C this is
8282 @code{main}@footnote{
8283 Note that embedded programs (the so-called ``free-standing''
8284 environment) are not required to have a @code{main} function as the
8285 entry point. They could even have multiple entry points.}.
8286 When @value{GDBN} finds the entry function in a backtrace
8287 it will terminate the backtrace, to avoid tracing into highly
8288 system-specific (and generally uninteresting) code.
8289
8290 If you need to examine the startup code, or limit the number of levels
8291 in a backtrace, you can change this behavior:
8292
8293 @table @code
8294 @item set backtrace past-main
8295 @itemx set backtrace past-main on
8296 @anchor{set backtrace past-main}
8297 @kindex set backtrace
8298 Backtraces will continue past the user entry point.
8299
8300 @item set backtrace past-main off
8301 Backtraces will stop when they encounter the user entry point. This is the
8302 default.
8303
8304 @item show backtrace past-main
8305 @kindex show backtrace
8306 Display the current user entry point backtrace policy.
8307
8308 @item set backtrace past-entry
8309 @itemx set backtrace past-entry on
8310 @anchor{set backtrace past-entry}
8311 Backtraces will continue past the internal entry point of an application.
8312 This entry point is encoded by the linker when the application is built,
8313 and is likely before the user entry point @code{main} (or equivalent) is called.
8314
8315 @item set backtrace past-entry off
8316 Backtraces will stop when they encounter the internal entry point of an
8317 application. This is the default.
8318
8319 @item show backtrace past-entry
8320 Display the current internal entry point backtrace policy.
8321
8322 @item set backtrace limit @var{n}
8323 @itemx set backtrace limit 0
8324 @itemx set backtrace limit unlimited
8325 @anchor{set backtrace limit}
8326 @cindex backtrace limit
8327 Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8328 or zero means unlimited levels.
8329
8330 @item show backtrace limit
8331 Display the current limit on backtrace levels.
8332 @end table
8333
8334 You can control how file names are displayed.
8335
8336 @table @code
8337 @item set filename-display
8338 @itemx set filename-display relative
8339 @cindex filename-display
8340 Display file names relative to the compilation directory. This is the default.
8341
8342 @item set filename-display basename
8343 Display only basename of a filename.
8344
8345 @item set filename-display absolute
8346 Display an absolute filename.
8347
8348 @item show filename-display
8349 Show the current way to display filenames.
8350 @end table
8351
8352 @node Selection
8353 @section Selecting a Frame
8354
8355 Most commands for examining the stack and other data in your program work on
8356 whichever stack frame is selected at the moment. Here are the commands for
8357 selecting a stack frame; all of them finish by printing a brief description
8358 of the stack frame just selected.
8359
8360 @table @code
8361 @kindex frame@r{, selecting}
8362 @kindex f @r{(@code{frame})}
8363 @item frame @r{[} @var{frame-selection-spec} @r{]}
8364 @item f @r{[} @var{frame-selection-spec} @r{]}
8365 The @command{frame} command allows different stack frames to be
8366 selected. The @var{frame-selection-spec} can be any of the following:
8367
8368 @table @code
8369 @kindex frame level
8370 @item @var{num}
8371 @item level @var{num}
8372 Select frame level @var{num}. Recall that frame zero is the innermost
8373 (currently executing) frame, frame one is the frame that called the
8374 innermost one, and so on. The highest level frame is usually the one
8375 for @code{main}.
8376
8377 As this is the most common method of navigating the frame stack, the
8378 string @command{level} can be omitted. For example, the following two
8379 commands are equivalent:
8380
8381 @smallexample
8382 (@value{GDBP}) frame 3
8383 (@value{GDBP}) frame level 3
8384 @end smallexample
8385
8386 @kindex frame address
8387 @item address @var{stack-address}
8388 Select the frame with stack address @var{stack-address}. The
8389 @var{stack-address} for a frame can be seen in the output of
8390 @command{info frame}, for example:
8391
8392 @smallexample
8393 (gdb) info frame
8394 Stack level 1, frame at 0x7fffffffda30:
8395 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8396 tail call frame, caller of frame at 0x7fffffffda30
8397 source language c++.
8398 Arglist at unknown address.
8399 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8400 @end smallexample
8401
8402 The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8403 indicated by the line:
8404
8405 @smallexample
8406 Stack level 1, frame at 0x7fffffffda30:
8407 @end smallexample
8408
8409 @kindex frame function
8410 @item function @var{function-name}
8411 Select the stack frame for function @var{function-name}. If there are
8412 multiple stack frames for function @var{function-name} then the inner
8413 most stack frame is selected.
8414
8415 @kindex frame view
8416 @item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8417 View a frame that is not part of @value{GDBN}'s backtrace. The frame
8418 viewed has stack address @var{stack-addr}, and optionally, a program
8419 counter address of @var{pc-addr}.
8420
8421 This is useful mainly if the chaining of stack frames has been
8422 damaged by a bug, making it impossible for @value{GDBN} to assign
8423 numbers properly to all frames. In addition, this can be useful
8424 when your program has multiple stacks and switches between them.
8425
8426 When viewing a frame outside the current backtrace using
8427 @command{frame view} then you can always return to the original
8428 stack using one of the previous stack frame selection instructions,
8429 for example @command{frame level 0}.
8430
8431 @end table
8432
8433 @kindex up
8434 @item up @var{n}
8435 Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8436 numbers @var{n}, this advances toward the outermost frame, to higher
8437 frame numbers, to frames that have existed longer.
8438
8439 @kindex down
8440 @kindex do @r{(@code{down})}
8441 @item down @var{n}
8442 Move @var{n} frames down the stack; @var{n} defaults to 1. For
8443 positive numbers @var{n}, this advances toward the innermost frame, to
8444 lower frame numbers, to frames that were created more recently.
8445 You may abbreviate @code{down} as @code{do}.
8446 @end table
8447
8448 All of these commands end by printing two lines of output describing the
8449 frame. The first line shows the frame number, the function name, the
8450 arguments, and the source file and line number of execution in that
8451 frame. The second line shows the text of that source line.
8452
8453 @need 1000
8454 For example:
8455
8456 @smallexample
8457 @group
8458 (@value{GDBP}) up
8459 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8460 at env.c:10
8461 10 read_input_file (argv[i]);
8462 @end group
8463 @end smallexample
8464
8465 After such a printout, the @code{list} command with no arguments
8466 prints ten lines centered on the point of execution in the frame.
8467 You can also edit the program at the point of execution with your favorite
8468 editing program by typing @code{edit}.
8469 @xref{List, ,Printing Source Lines},
8470 for details.
8471
8472 @table @code
8473 @kindex select-frame
8474 @item select-frame @r{[} @var{frame-selection-spec} @r{]}
8475 The @code{select-frame} command is a variant of @code{frame} that does
8476 not display the new frame after selecting it. This command is
8477 intended primarily for use in @value{GDBN} command scripts, where the
8478 output might be unnecessary and distracting. The
8479 @var{frame-selection-spec} is as for the @command{frame} command
8480 described in @ref{Selection, ,Selecting a Frame}.
8481
8482 @kindex down-silently
8483 @kindex up-silently
8484 @item up-silently @var{n}
8485 @itemx down-silently @var{n}
8486 These two commands are variants of @code{up} and @code{down},
8487 respectively; they differ in that they do their work silently, without
8488 causing display of the new frame. They are intended primarily for use
8489 in @value{GDBN} command scripts, where the output might be unnecessary and
8490 distracting.
8491 @end table
8492
8493 @node Frame Info
8494 @section Information About a Frame
8495
8496 There are several other commands to print information about the selected
8497 stack frame.
8498
8499 @table @code
8500 @item frame
8501 @itemx f
8502 When used without any argument, this command does not change which
8503 frame is selected, but prints a brief description of the currently
8504 selected stack frame. It can be abbreviated @code{f}. With an
8505 argument, this command is used to select a stack frame.
8506 @xref{Selection, ,Selecting a Frame}.
8507
8508 @kindex info frame
8509 @kindex info f @r{(@code{info frame})}
8510 @item info frame
8511 @itemx info f
8512 This command prints a verbose description of the selected stack frame,
8513 including:
8514
8515 @itemize @bullet
8516 @item
8517 the address of the frame
8518 @item
8519 the address of the next frame down (called by this frame)
8520 @item
8521 the address of the next frame up (caller of this frame)
8522 @item
8523 the language in which the source code corresponding to this frame is written
8524 @item
8525 the address of the frame's arguments
8526 @item
8527 the address of the frame's local variables
8528 @item
8529 the program counter saved in it (the address of execution in the caller frame)
8530 @item
8531 which registers were saved in the frame
8532 @end itemize
8533
8534 @noindent The verbose description is useful when
8535 something has gone wrong that has made the stack format fail to fit
8536 the usual conventions.
8537
8538 @item info frame @r{[} @var{frame-selection-spec} @r{]}
8539 @itemx info f @r{[} @var{frame-selection-spec} @r{]}
8540 Print a verbose description of the frame selected by
8541 @var{frame-selection-spec}. The @var{frame-selection-spec} is the
8542 same as for the @command{frame} command (@pxref{Selection, ,Selecting
8543 a Frame}). The selected frame remains unchanged by this command.
8544
8545 @kindex info args
8546 @item info args [-q]
8547 Print the arguments of the selected frame, each on a separate line.
8548
8549 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8550 printing header information and messages explaining why no argument
8551 have been printed.
8552
8553 @item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8554 Like @kbd{info args}, but only print the arguments selected
8555 with the provided regexp(s).
8556
8557 If @var{regexp} is provided, print only the arguments whose names
8558 match the regular expression @var{regexp}.
8559
8560 If @var{type_regexp} is provided, print only the arguments whose
8561 types, as printed by the @code{whatis} command, match
8562 the regular expression @var{type_regexp}.
8563 If @var{type_regexp} contains space(s), it should be enclosed in
8564 quote characters. If needed, use backslash to escape the meaning
8565 of special characters or quotes.
8566
8567 If both @var{regexp} and @var{type_regexp} are provided, an argument
8568 is printed only if its name matches @var{regexp} and its type matches
8569 @var{type_regexp}.
8570
8571 @item info locals [-q]
8572 @kindex info locals
8573 Print the local variables of the selected frame, each on a separate
8574 line. These are all variables (declared either static or automatic)
8575 accessible at the point of execution of the selected frame.
8576
8577 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8578 printing header information and messages explaining why no local variables
8579 have been printed.
8580
8581 @item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8582 Like @kbd{info locals}, but only print the local variables selected
8583 with the provided regexp(s).
8584
8585 If @var{regexp} is provided, print only the local variables whose names
8586 match the regular expression @var{regexp}.
8587
8588 If @var{type_regexp} is provided, print only the local variables whose
8589 types, as printed by the @code{whatis} command, match
8590 the regular expression @var{type_regexp}.
8591 If @var{type_regexp} contains space(s), it should be enclosed in
8592 quote characters. If needed, use backslash to escape the meaning
8593 of special characters or quotes.
8594
8595 If both @var{regexp} and @var{type_regexp} are provided, a local variable
8596 is printed only if its name matches @var{regexp} and its type matches
8597 @var{type_regexp}.
8598
8599 The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8600 combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8601 For example, your program might use Resource Acquisition Is
8602 Initialization types (RAII) such as @code{lock_something_t}: each
8603 local variable of type @code{lock_something_t} automatically places a
8604 lock that is destroyed when the variable goes out of scope. You can
8605 then list all acquired locks in your program by doing
8606 @smallexample
8607 thread apply all -s frame apply all -s info locals -q -t lock_something_t
8608 @end smallexample
8609 @noindent
8610 or the equivalent shorter form
8611 @smallexample
8612 tfaas i lo -q -t lock_something_t
8613 @end smallexample
8614
8615 @end table
8616
8617 @node Frame Apply
8618 @section Applying a Command to Several Frames.
8619 @kindex frame apply
8620 @cindex apply command to several frames
8621 @table @code
8622 @item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
8623 The @code{frame apply} command allows you to apply the named
8624 @var{command} to one or more frames.
8625
8626 @table @code
8627 @item @code{all}
8628 Specify @code{all} to apply @var{command} to all frames.
8629
8630 @item @var{count}
8631 Use @var{count} to apply @var{command} to the innermost @var{count}
8632 frames, where @var{count} is a positive number.
8633
8634 @item @var{-count}
8635 Use @var{-count} to apply @var{command} to the outermost @var{count}
8636 frames, where @var{count} is a positive number.
8637
8638 @item @code{level}
8639 Use @code{level} to apply @var{command} to the set of frames identified
8640 by the @var{level} list. @var{level} is a frame level or a range of frame
8641 levels as @var{level1}-@var{level2}. The frame level is the number shown
8642 in the first field of the @samp{backtrace} command output.
8643 E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8644 at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8645
8646 @end table
8647
8648 Note that the frames on which @code{frame apply} applies a command are
8649 also influenced by the @code{set backtrace} settings such as @code{set
8650 backtrace past-main} and @code{set backtrace limit N}.
8651 @xref{Backtrace,,Backtraces}.
8652
8653 The @code{frame apply} command also supports a number of options that
8654 allow overriding relevant @code{set backtrace} settings:
8655
8656 @table @code
8657 @item -past-main [@code{on}|@code{off}]
8658 Whether backtraces should continue past @code{main}.
8659 Related setting: @ref{set backtrace past-main}.
8660
8661 @item -past-entry [@code{on}|@code{off}]
8662 Whether backtraces should continue past the entry point of a program.
8663 Related setting: @ref{set backtrace past-entry}.
8664 @end table
8665
8666 By default, @value{GDBN} displays some frame information before the
8667 output produced by @var{command}, and an error raised during the
8668 execution of a @var{command} will abort @code{frame apply}. The
8669 following options can be used to fine-tune these behaviors:
8670
8671 @table @code
8672 @item -c
8673 The flag @code{-c}, which stands for @samp{continue}, causes any
8674 errors in @var{command} to be displayed, and the execution of
8675 @code{frame apply} then continues.
8676 @item -s
8677 The flag @code{-s}, which stands for @samp{silent}, causes any errors
8678 or empty output produced by a @var{command} to be silently ignored.
8679 That is, the execution continues, but the frame information and errors
8680 are not printed.
8681 @item -q
8682 The flag @code{-q} (@samp{quiet}) disables printing the frame
8683 information.
8684 @end table
8685
8686 The following example shows how the flags @code{-c} and @code{-s} are
8687 working when applying the command @code{p j} to all frames, where
8688 variable @code{j} can only be successfully printed in the outermost
8689 @code{#1 main} frame.
8690
8691 @smallexample
8692 @group
8693 (gdb) frame apply all p j
8694 #0 some_function (i=5) at fun.c:4
8695 No symbol "j" in current context.
8696 (gdb) frame apply all -c p j
8697 #0 some_function (i=5) at fun.c:4
8698 No symbol "j" in current context.
8699 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8700 $1 = 5
8701 (gdb) frame apply all -s p j
8702 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8703 $2 = 5
8704 (gdb)
8705 @end group
8706 @end smallexample
8707
8708 By default, @samp{frame apply}, prints the frame location
8709 information before the command output:
8710
8711 @smallexample
8712 @group
8713 (gdb) frame apply all p $sp
8714 #0 some_function (i=5) at fun.c:4
8715 $4 = (void *) 0xffffd1e0
8716 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8717 $5 = (void *) 0xffffd1f0
8718 (gdb)
8719 @end group
8720 @end smallexample
8721
8722 If the flag @code{-q} is given, no frame information is printed:
8723 @smallexample
8724 @group
8725 (gdb) frame apply all -q p $sp
8726 $12 = (void *) 0xffffd1e0
8727 $13 = (void *) 0xffffd1f0
8728 (gdb)
8729 @end group
8730 @end smallexample
8731
8732 @end table
8733
8734 @table @code
8735
8736 @kindex faas
8737 @cindex apply a command to all frames (ignoring errors and empty output)
8738 @item faas @var{command}
8739 Shortcut for @code{frame apply all -s @var{command}}.
8740 Applies @var{command} on all frames, ignoring errors and empty output.
8741
8742 It can for example be used to print a local variable or a function
8743 argument without knowing the frame where this variable or argument
8744 is, using:
8745 @smallexample
8746 (@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8747 @end smallexample
8748
8749 The @code{faas} command accepts the same options as the @code{frame
8750 apply} command. @xref{Frame Apply,,frame apply}.
8751
8752 Note that the command @code{tfaas @var{command}} applies @var{command}
8753 on all frames of all threads. See @xref{Threads,,Threads}.
8754 @end table
8755
8756
8757 @node Frame Filter Management
8758 @section Management of Frame Filters.
8759 @cindex managing frame filters
8760
8761 Frame filters are Python based utilities to manage and decorate the
8762 output of frames. @xref{Frame Filter API}, for further information.
8763
8764 Managing frame filters is performed by several commands available
8765 within @value{GDBN}, detailed here.
8766
8767 @table @code
8768 @kindex info frame-filter
8769 @item info frame-filter
8770 Print a list of installed frame filters from all dictionaries, showing
8771 their name, priority and enabled status.
8772
8773 @kindex disable frame-filter
8774 @anchor{disable frame-filter all}
8775 @item disable frame-filter @var{filter-dictionary} @var{filter-name}
8776 Disable a frame filter in the dictionary matching
8777 @var{filter-dictionary} and @var{filter-name}. The
8778 @var{filter-dictionary} may be @code{all}, @code{global},
8779 @code{progspace}, or the name of the object file where the frame filter
8780 dictionary resides. When @code{all} is specified, all frame filters
8781 across all dictionaries are disabled. The @var{filter-name} is the name
8782 of the frame filter and is used when @code{all} is not the option for
8783 @var{filter-dictionary}. A disabled frame-filter is not deleted, it
8784 may be enabled again later.
8785
8786 @kindex enable frame-filter
8787 @item enable frame-filter @var{filter-dictionary} @var{filter-name}
8788 Enable a frame filter in the dictionary matching
8789 @var{filter-dictionary} and @var{filter-name}. The
8790 @var{filter-dictionary} may be @code{all}, @code{global},
8791 @code{progspace} or the name of the object file where the frame filter
8792 dictionary resides. When @code{all} is specified, all frame filters across
8793 all dictionaries are enabled. The @var{filter-name} is the name of the frame
8794 filter and is used when @code{all} is not the option for
8795 @var{filter-dictionary}.
8796
8797 Example:
8798
8799 @smallexample
8800 (gdb) info frame-filter
8801
8802 global frame-filters:
8803 Priority Enabled Name
8804 1000 No PrimaryFunctionFilter
8805 100 Yes Reverse
8806
8807 progspace /build/test frame-filters:
8808 Priority Enabled Name
8809 100 Yes ProgspaceFilter
8810
8811 objfile /build/test frame-filters:
8812 Priority Enabled Name
8813 999 Yes BuildProgramFilter
8814
8815 (gdb) disable frame-filter /build/test BuildProgramFilter
8816 (gdb) info frame-filter
8817
8818 global frame-filters:
8819 Priority Enabled Name
8820 1000 No PrimaryFunctionFilter
8821 100 Yes Reverse
8822
8823 progspace /build/test frame-filters:
8824 Priority Enabled Name
8825 100 Yes ProgspaceFilter
8826
8827 objfile /build/test frame-filters:
8828 Priority Enabled Name
8829 999 No BuildProgramFilter
8830
8831 (gdb) enable frame-filter global PrimaryFunctionFilter
8832 (gdb) info frame-filter
8833
8834 global frame-filters:
8835 Priority Enabled Name
8836 1000 Yes PrimaryFunctionFilter
8837 100 Yes Reverse
8838
8839 progspace /build/test frame-filters:
8840 Priority Enabled Name
8841 100 Yes ProgspaceFilter
8842
8843 objfile /build/test frame-filters:
8844 Priority Enabled Name
8845 999 No BuildProgramFilter
8846 @end smallexample
8847
8848 @kindex set frame-filter priority
8849 @item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8850 Set the @var{priority} of a frame filter in the dictionary matching
8851 @var{filter-dictionary}, and the frame filter name matching
8852 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8853 @code{progspace} or the name of the object file where the frame filter
8854 dictionary resides. The @var{priority} is an integer.
8855
8856 @kindex show frame-filter priority
8857 @item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8858 Show the @var{priority} of a frame filter in the dictionary matching
8859 @var{filter-dictionary}, and the frame filter name matching
8860 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8861 @code{progspace} or the name of the object file where the frame filter
8862 dictionary resides.
8863
8864 Example:
8865
8866 @smallexample
8867 (gdb) info frame-filter
8868
8869 global frame-filters:
8870 Priority Enabled Name
8871 1000 Yes PrimaryFunctionFilter
8872 100 Yes Reverse
8873
8874 progspace /build/test frame-filters:
8875 Priority Enabled Name
8876 100 Yes ProgspaceFilter
8877
8878 objfile /build/test frame-filters:
8879 Priority Enabled Name
8880 999 No BuildProgramFilter
8881
8882 (gdb) set frame-filter priority global Reverse 50
8883 (gdb) info frame-filter
8884
8885 global frame-filters:
8886 Priority Enabled Name
8887 1000 Yes PrimaryFunctionFilter
8888 50 Yes Reverse
8889
8890 progspace /build/test frame-filters:
8891 Priority Enabled Name
8892 100 Yes ProgspaceFilter
8893
8894 objfile /build/test frame-filters:
8895 Priority Enabled Name
8896 999 No BuildProgramFilter
8897 @end smallexample
8898 @end table
8899
8900 @node Source
8901 @chapter Examining Source Files
8902
8903 @value{GDBN} can print parts of your program's source, since the debugging
8904 information recorded in the program tells @value{GDBN} what source files were
8905 used to build it. When your program stops, @value{GDBN} spontaneously prints
8906 the line where it stopped. Likewise, when you select a stack frame
8907 (@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
8908 execution in that frame has stopped. You can print other portions of
8909 source files by explicit command.
8910
8911 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
8912 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
8913 @value{GDBN} under @sc{gnu} Emacs}.
8914
8915 @menu
8916 * List:: Printing source lines
8917 * Specify Location:: How to specify code locations
8918 * Edit:: Editing source files
8919 * Search:: Searching source files
8920 * Source Path:: Specifying source directories
8921 * Machine Code:: Source and machine code
8922 @end menu
8923
8924 @node List
8925 @section Printing Source Lines
8926
8927 @kindex list
8928 @kindex l @r{(@code{list})}
8929 To print lines from a source file, use the @code{list} command
8930 (abbreviated @code{l}). By default, ten lines are printed.
8931 There are several ways to specify what part of the file you want to
8932 print; see @ref{Specify Location}, for the full list.
8933
8934 Here are the forms of the @code{list} command most commonly used:
8935
8936 @table @code
8937 @item list @var{linenum}
8938 Print lines centered around line number @var{linenum} in the
8939 current source file.
8940
8941 @item list @var{function}
8942 Print lines centered around the beginning of function
8943 @var{function}.
8944
8945 @item list
8946 Print more lines. If the last lines printed were printed with a
8947 @code{list} command, this prints lines following the last lines
8948 printed; however, if the last line printed was a solitary line printed
8949 as part of displaying a stack frame (@pxref{Stack, ,Examining the
8950 Stack}), this prints lines centered around that line.
8951
8952 @item list -
8953 Print lines just before the lines last printed.
8954 @end table
8955
8956 @cindex @code{list}, how many lines to display
8957 By default, @value{GDBN} prints ten source lines with any of these forms of
8958 the @code{list} command. You can change this using @code{set listsize}:
8959
8960 @table @code
8961 @kindex set listsize
8962 @item set listsize @var{count}
8963 @itemx set listsize unlimited
8964 Make the @code{list} command display @var{count} source lines (unless
8965 the @code{list} argument explicitly specifies some other number).
8966 Setting @var{count} to @code{unlimited} or 0 means there's no limit.
8967
8968 @kindex show listsize
8969 @item show listsize
8970 Display the number of lines that @code{list} prints.
8971 @end table
8972
8973 Repeating a @code{list} command with @key{RET} discards the argument,
8974 so it is equivalent to typing just @code{list}. This is more useful
8975 than listing the same lines again. An exception is made for an
8976 argument of @samp{-}; that argument is preserved in repetition so that
8977 each repetition moves up in the source file.
8978
8979 In general, the @code{list} command expects you to supply zero, one or two
8980 @dfn{locations}. Locations specify source lines; there are several ways
8981 of writing them (@pxref{Specify Location}), but the effect is always
8982 to specify some source line.
8983
8984 Here is a complete description of the possible arguments for @code{list}:
8985
8986 @table @code
8987 @item list @var{location}
8988 Print lines centered around the line specified by @var{location}.
8989
8990 @item list @var{first},@var{last}
8991 Print lines from @var{first} to @var{last}. Both arguments are
8992 locations. When a @code{list} command has two locations, and the
8993 source file of the second location is omitted, this refers to
8994 the same source file as the first location.
8995
8996 @item list ,@var{last}
8997 Print lines ending with @var{last}.
8998
8999 @item list @var{first},
9000 Print lines starting with @var{first}.
9001
9002 @item list +
9003 Print lines just after the lines last printed.
9004
9005 @item list -
9006 Print lines just before the lines last printed.
9007
9008 @item list
9009 As described in the preceding table.
9010 @end table
9011
9012 @node Specify Location
9013 @section Specifying a Location
9014 @cindex specifying location
9015 @cindex location
9016 @cindex source location
9017
9018 Several @value{GDBN} commands accept arguments that specify a location
9019 of your program's code. Since @value{GDBN} is a source-level
9020 debugger, a location usually specifies some line in the source code.
9021 Locations may be specified using three different formats:
9022 linespec locations, explicit locations, or address locations.
9023
9024 @menu
9025 * Linespec Locations:: Linespec locations
9026 * Explicit Locations:: Explicit locations
9027 * Address Locations:: Address locations
9028 @end menu
9029
9030 @node Linespec Locations
9031 @subsection Linespec Locations
9032 @cindex linespec locations
9033
9034 A @dfn{linespec} is a colon-separated list of source location parameters such
9035 as file name, function name, etc. Here are all the different ways of
9036 specifying a linespec:
9037
9038 @table @code
9039 @item @var{linenum}
9040 Specifies the line number @var{linenum} of the current source file.
9041
9042 @item -@var{offset}
9043 @itemx +@var{offset}
9044 Specifies the line @var{offset} lines before or after the @dfn{current
9045 line}. For the @code{list} command, the current line is the last one
9046 printed; for the breakpoint commands, this is the line at which
9047 execution stopped in the currently selected @dfn{stack frame}
9048 (@pxref{Frames, ,Frames}, for a description of stack frames.) When
9049 used as the second of the two linespecs in a @code{list} command,
9050 this specifies the line @var{offset} lines up or down from the first
9051 linespec.
9052
9053 @item @var{filename}:@var{linenum}
9054 Specifies the line @var{linenum} in the source file @var{filename}.
9055 If @var{filename} is a relative file name, then it will match any
9056 source file name with the same trailing components. For example, if
9057 @var{filename} is @samp{gcc/expr.c}, then it will match source file
9058 name of @file{/build/trunk/gcc/expr.c}, but not
9059 @file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
9060
9061 @item @var{function}
9062 Specifies the line that begins the body of the function @var{function}.
9063 For example, in C, this is the line with the open brace.
9064
9065 By default, in C@t{++} and Ada, @var{function} is interpreted as
9066 specifying all functions named @var{function} in all scopes. For
9067 C@t{++}, this means in all namespaces and classes. For Ada, this
9068 means in all packages.
9069
9070 For example, assuming a program with C@t{++} symbols named
9071 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9072 func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
9073
9074 Commands that accept a linespec let you override this with the
9075 @code{-qualified} option. For example, @w{@kbd{break -qualified
9076 func}} sets a breakpoint on a free-function named @code{func} ignoring
9077 any C@t{++} class methods and namespace functions called @code{func}.
9078
9079 @xref{Explicit Locations}.
9080
9081 @item @var{function}:@var{label}
9082 Specifies the line where @var{label} appears in @var{function}.
9083
9084 @item @var{filename}:@var{function}
9085 Specifies the line that begins the body of the function @var{function}
9086 in the file @var{filename}. You only need the file name with a
9087 function name to avoid ambiguity when there are identically named
9088 functions in different source files.
9089
9090 @item @var{label}
9091 Specifies the line at which the label named @var{label} appears
9092 in the function corresponding to the currently selected stack frame.
9093 If there is no current selected stack frame (for instance, if the inferior
9094 is not running), then @value{GDBN} will not search for a label.
9095
9096 @cindex breakpoint at static probe point
9097 @item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
9098 The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
9099 applications to embed static probes. @xref{Static Probe Points}, for more
9100 information on finding and using static probes. This form of linespec
9101 specifies the location of such a static probe.
9102
9103 If @var{objfile} is given, only probes coming from that shared library
9104 or executable matching @var{objfile} as a regular expression are considered.
9105 If @var{provider} is given, then only probes from that provider are considered.
9106 If several probes match the spec, @value{GDBN} will insert a breakpoint at
9107 each one of those probes.
9108 @end table
9109
9110 @node Explicit Locations
9111 @subsection Explicit Locations
9112 @cindex explicit locations
9113
9114 @dfn{Explicit locations} allow the user to directly specify the source
9115 location's parameters using option-value pairs.
9116
9117 Explicit locations are useful when several functions, labels, or
9118 file names have the same name (base name for files) in the program's
9119 sources. In these cases, explicit locations point to the source
9120 line you meant more accurately and unambiguously. Also, using
9121 explicit locations might be faster in large programs.
9122
9123 For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
9124 defined in the file named @file{foo} or the label @code{bar} in a function
9125 named @code{foo}. @value{GDBN} must search either the file system or
9126 the symbol table to know.
9127
9128 The list of valid explicit location options is summarized in the
9129 following table:
9130
9131 @table @code
9132 @item -source @var{filename}
9133 The value specifies the source file name. To differentiate between
9134 files with the same base name, prepend as many directories as is necessary
9135 to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
9136 @value{GDBN} will use the first file it finds with the given base
9137 name. This option requires the use of either @code{-function} or @code{-line}.
9138
9139 @item -function @var{function}
9140 The value specifies the name of a function. Operations
9141 on function locations unmodified by other options (such as @code{-label}
9142 or @code{-line}) refer to the line that begins the body of the function.
9143 In C, for example, this is the line with the open brace.
9144
9145 By default, in C@t{++} and Ada, @var{function} is interpreted as
9146 specifying all functions named @var{function} in all scopes. For
9147 C@t{++}, this means in all namespaces and classes. For Ada, this
9148 means in all packages.
9149
9150 For example, assuming a program with C@t{++} symbols named
9151 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9152 -function func}} and @w{@kbd{break -function B::func}} set a
9153 breakpoint on both symbols.
9154
9155 You can use the @kbd{-qualified} flag to override this (see below).
9156
9157 @item -qualified
9158
9159 This flag makes @value{GDBN} interpret a function name specified with
9160 @kbd{-function} as a complete fully-qualified name.
9161
9162 For example, assuming a C@t{++} program with symbols named
9163 @code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
9164 -function B::func}} command sets a breakpoint on @code{B::func}, only.
9165
9166 (Note: the @kbd{-qualified} option can precede a linespec as well
9167 (@pxref{Linespec Locations}), so the particular example above could be
9168 simplified as @w{@kbd{break -qualified B::func}}.)
9169
9170 @item -label @var{label}
9171 The value specifies the name of a label. When the function
9172 name is not specified, the label is searched in the function of the currently
9173 selected stack frame.
9174
9175 @item -line @var{number}
9176 The value specifies a line offset for the location. The offset may either
9177 be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
9178 the command. When specified without any other options, the line offset is
9179 relative to the current line.
9180 @end table
9181
9182 Explicit location options may be abbreviated by omitting any non-unique
9183 trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
9184
9185 @node Address Locations
9186 @subsection Address Locations
9187 @cindex address locations
9188
9189 @dfn{Address locations} indicate a specific program address. They have
9190 the generalized form *@var{address}.
9191
9192 For line-oriented commands, such as @code{list} and @code{edit}, this
9193 specifies a source line that contains @var{address}. For @code{break} and
9194 other breakpoint-oriented commands, this can be used to set breakpoints in
9195 parts of your program which do not have debugging information or
9196 source files.
9197
9198 Here @var{address} may be any expression valid in the current working
9199 language (@pxref{Languages, working language}) that specifies a code
9200 address. In addition, as a convenience, @value{GDBN} extends the
9201 semantics of expressions used in locations to cover several situations
9202 that frequently occur during debugging. Here are the various forms
9203 of @var{address}:
9204
9205 @table @code
9206 @item @var{expression}
9207 Any expression valid in the current working language.
9208
9209 @item @var{funcaddr}
9210 An address of a function or procedure derived from its name. In C,
9211 C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
9212 simply the function's name @var{function} (and actually a special case
9213 of a valid expression). In Pascal and Modula-2, this is
9214 @code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
9215 (although the Pascal form also works).
9216
9217 This form specifies the address of the function's first instruction,
9218 before the stack frame and arguments have been set up.
9219
9220 @item '@var{filename}':@var{funcaddr}
9221 Like @var{funcaddr} above, but also specifies the name of the source
9222 file explicitly. This is useful if the name of the function does not
9223 specify the function unambiguously, e.g., if there are several
9224 functions with identical names in different source files.
9225 @end table
9226
9227 @node Edit
9228 @section Editing Source Files
9229 @cindex editing source files
9230
9231 @kindex edit
9232 @kindex e @r{(@code{edit})}
9233 To edit the lines in a source file, use the @code{edit} command.
9234 The editing program of your choice
9235 is invoked with the current line set to
9236 the active line in the program.
9237 Alternatively, there are several ways to specify what part of the file you
9238 want to print if you want to see other parts of the program:
9239
9240 @table @code
9241 @item edit @var{location}
9242 Edit the source file specified by @code{location}. Editing starts at
9243 that @var{location}, e.g., at the specified source line of the
9244 specified file. @xref{Specify Location}, for all the possible forms
9245 of the @var{location} argument; here are the forms of the @code{edit}
9246 command most commonly used:
9247
9248 @table @code
9249 @item edit @var{number}
9250 Edit the current source file with @var{number} as the active line number.
9251
9252 @item edit @var{function}
9253 Edit the file containing @var{function} at the beginning of its definition.
9254 @end table
9255
9256 @end table
9257
9258 @subsection Choosing your Editor
9259 You can customize @value{GDBN} to use any editor you want
9260 @footnote{
9261 The only restriction is that your editor (say @code{ex}), recognizes the
9262 following command-line syntax:
9263 @smallexample
9264 ex +@var{number} file
9265 @end smallexample
9266 The optional numeric value +@var{number} specifies the number of the line in
9267 the file where to start editing.}.
9268 By default, it is @file{@value{EDITOR}}, but you can change this
9269 by setting the environment variable @env{EDITOR} before using
9270 @value{GDBN}. For example, to configure @value{GDBN} to use the
9271 @code{vi} editor, you could use these commands with the @code{sh} shell:
9272 @smallexample
9273 EDITOR=/usr/bin/vi
9274 export EDITOR
9275 gdb @dots{}
9276 @end smallexample
9277 or in the @code{csh} shell,
9278 @smallexample
9279 setenv EDITOR /usr/bin/vi
9280 gdb @dots{}
9281 @end smallexample
9282
9283 @node Search
9284 @section Searching Source Files
9285 @cindex searching source files
9286
9287 There are two commands for searching through the current source file for a
9288 regular expression.
9289
9290 @table @code
9291 @kindex search
9292 @kindex forward-search
9293 @kindex fo @r{(@code{forward-search})}
9294 @item forward-search @var{regexp}
9295 @itemx search @var{regexp}
9296 The command @samp{forward-search @var{regexp}} checks each line,
9297 starting with the one following the last line listed, for a match for
9298 @var{regexp}. It lists the line that is found. You can use the
9299 synonym @samp{search @var{regexp}} or abbreviate the command name as
9300 @code{fo}.
9301
9302 @kindex reverse-search
9303 @item reverse-search @var{regexp}
9304 The command @samp{reverse-search @var{regexp}} checks each line, starting
9305 with the one before the last line listed and going backward, for a match
9306 for @var{regexp}. It lists the line that is found. You can abbreviate
9307 this command as @code{rev}.
9308 @end table
9309
9310 @node Source Path
9311 @section Specifying Source Directories
9312
9313 @cindex source path
9314 @cindex directories for source files
9315 Executable programs sometimes do not record the directories of the source
9316 files from which they were compiled, just the names. Even when they do,
9317 the directories could be moved between the compilation and your debugging
9318 session. @value{GDBN} has a list of directories to search for source files;
9319 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9320 it tries all the directories in the list, in the order they are present
9321 in the list, until it finds a file with the desired name.
9322
9323 For example, suppose an executable references the file
9324 @file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9325 directory, and the @dfn{source path} is @file{/mnt/cross}.
9326 @value{GDBN} would look for the source file in the following
9327 locations:
9328
9329 @enumerate
9330
9331 @item @file{/usr/src/foo-1.0/lib/foo.c}
9332 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9333 @item @file{/mnt/cross/foo.c}
9334
9335 @end enumerate
9336
9337 If the source file is not present at any of the above locations then
9338 an error is printed. @value{GDBN} does not look up the parts of the
9339 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9340 Likewise, the subdirectories of the source path are not searched: if
9341 the source path is @file{/mnt/cross}, and the binary refers to
9342 @file{foo.c}, @value{GDBN} would not find it under
9343 @file{/mnt/cross/usr/src/foo-1.0/lib}.
9344
9345 Plain file names, relative file names with leading directories, file
9346 names containing dots, etc.@: are all treated as described above,
9347 except that non-absolute file names are not looked up literally. If
9348 the @dfn{source path} is @file{/mnt/cross}, the source file is
9349 recorded as @file{../lib/foo.c}, and no compilation directory is
9350 recorded, then @value{GDBN} will search in the following locations:
9351
9352 @enumerate
9353
9354 @item @file{/mnt/cross/../lib/foo.c}
9355 @item @file{/mnt/cross/foo.c}
9356
9357 @end enumerate
9358
9359 @kindex cdir
9360 @kindex cwd
9361 @vindex $cdir@r{, convenience variable}
9362 @vindex $cwd@r{, convenience variable}
9363 @cindex compilation directory
9364 @cindex current directory
9365 @cindex working directory
9366 @cindex directory, current
9367 @cindex directory, compilation
9368 The @dfn{source path} will always include two special entries
9369 @samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9370 (if one is recorded) and the current working directory respectively.
9371
9372 @samp{$cdir} causes @value{GDBN} to search within the compilation
9373 directory, if one is recorded in the debug information. If no
9374 compilation directory is recorded in the debug information then
9375 @samp{$cdir} is ignored.
9376
9377 @samp{$cwd} is not the same as @samp{.}---the former tracks the
9378 current working directory as it changes during your @value{GDBN}
9379 session, while the latter is immediately expanded to the current
9380 directory at the time you add an entry to the source path.
9381
9382 If a compilation directory is recorded in the debug information, and
9383 @value{GDBN} has not found the source file after the first search
9384 using @dfn{source path}, then @value{GDBN} will combine the
9385 compilation directory and the filename, and then search for the source
9386 file again using the @dfn{source path}.
9387
9388 For example, if the executable records the source file as
9389 @file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9390 recorded as @file{/project/build}, and the @dfn{source path} is
9391 @file{/mnt/cross:$cdir:$cwd} while the current working directory of
9392 the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
9393 search for the source file in the following locations:
9394
9395 @enumerate
9396
9397 @item @file{/usr/src/foo-1.0/lib/foo.c}
9398 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9399 @item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9400 @item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9401 @item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9402 @item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9403 @item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9404 @item @file{/mnt/cross/foo.c}
9405 @item @file{/project/build/foo.c}
9406 @item @file{/home/user/foo.c}
9407
9408 @end enumerate
9409
9410 If the file name in the previous example had been recorded in the
9411 executable as a relative path rather than an absolute path, then the
9412 first look up would not have occurred, but all of the remaining steps
9413 would be similar.
9414
9415 When searching for source files on MS-DOS and MS-Windows, where
9416 absolute paths start with a drive letter (e.g.@:
9417 @file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9418 from the file name before appending it to a search directory from
9419 @dfn{source path}; for instance if the executable references the
9420 source file @file{C:/project/foo.c} and @dfn{source path} is set to
9421 @file{D:/mnt/cross}, then @value{GDBN} will search in the following
9422 locations for the source file:
9423
9424 @enumerate
9425
9426 @item @file{C:/project/foo.c}
9427 @item @file{D:/mnt/cross/project/foo.c}
9428 @item @file{D:/mnt/cross/foo.c}
9429
9430 @end enumerate
9431
9432 Note that the executable search path is @emph{not} used to locate the
9433 source files.
9434
9435 Whenever you reset or rearrange the source path, @value{GDBN} clears out
9436 any information it has cached about where source files are found and where
9437 each line is in the file.
9438
9439 @kindex directory
9440 @kindex dir
9441 When you start @value{GDBN}, its source path includes only @samp{$cdir}
9442 and @samp{$cwd}, in that order.
9443 To add other directories, use the @code{directory} command.
9444
9445 The search path is used to find both program source files and @value{GDBN}
9446 script files (read using the @samp{-command} option and @samp{source} command).
9447
9448 In addition to the source path, @value{GDBN} provides a set of commands
9449 that manage a list of source path substitution rules. A @dfn{substitution
9450 rule} specifies how to rewrite source directories stored in the program's
9451 debug information in case the sources were moved to a different
9452 directory between compilation and debugging. A rule is made of
9453 two strings, the first specifying what needs to be rewritten in
9454 the path, and the second specifying how it should be rewritten.
9455 In @ref{set substitute-path}, we name these two parts @var{from} and
9456 @var{to} respectively. @value{GDBN} does a simple string replacement
9457 of @var{from} with @var{to} at the start of the directory part of the
9458 source file name, and uses that result instead of the original file
9459 name to look up the sources.
9460
9461 Using the previous example, suppose the @file{foo-1.0} tree has been
9462 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
9463 @value{GDBN} to replace @file{/usr/src} in all source path names with
9464 @file{/mnt/cross}. The first lookup will then be
9465 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9466 of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9467 substitution rule, use the @code{set substitute-path} command
9468 (@pxref{set substitute-path}).
9469
9470 To avoid unexpected substitution results, a rule is applied only if the
9471 @var{from} part of the directory name ends at a directory separator.
9472 For instance, a rule substituting @file{/usr/source} into
9473 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9474 not to @file{/usr/sourceware/foo-2.0}. And because the substitution
9475 is applied only at the beginning of the directory name, this rule will
9476 not be applied to @file{/root/usr/source/baz.c} either.
9477
9478 In many cases, you can achieve the same result using the @code{directory}
9479 command. However, @code{set substitute-path} can be more efficient in
9480 the case where the sources are organized in a complex tree with multiple
9481 subdirectories. With the @code{directory} command, you need to add each
9482 subdirectory of your project. If you moved the entire tree while
9483 preserving its internal organization, then @code{set substitute-path}
9484 allows you to direct the debugger to all the sources with one single
9485 command.
9486
9487 @code{set substitute-path} is also more than just a shortcut command.
9488 The source path is only used if the file at the original location no
9489 longer exists. On the other hand, @code{set substitute-path} modifies
9490 the debugger behavior to look at the rewritten location instead. So, if
9491 for any reason a source file that is not relevant to your executable is
9492 located at the original location, a substitution rule is the only
9493 method available to point @value{GDBN} at the new location.
9494
9495 @cindex @samp{--with-relocated-sources}
9496 @cindex default source path substitution
9497 You can configure a default source path substitution rule by
9498 configuring @value{GDBN} with the
9499 @samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9500 should be the name of a directory under @value{GDBN}'s configured
9501 prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9502 directory names in debug information under @var{dir} will be adjusted
9503 automatically if the installed @value{GDBN} is moved to a new
9504 location. This is useful if @value{GDBN}, libraries or executables
9505 with debug information and corresponding source code are being moved
9506 together.
9507
9508 @table @code
9509 @item directory @var{dirname} @dots{}
9510 @item dir @var{dirname} @dots{}
9511 Add directory @var{dirname} to the front of the source path. Several
9512 directory names may be given to this command, separated by @samp{:}
9513 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9514 part of absolute file names) or
9515 whitespace. You may specify a directory that is already in the source
9516 path; this moves it forward, so @value{GDBN} searches it sooner.
9517
9518 The special strings @samp{$cdir} (to refer to the compilation
9519 directory, if one is recorded), and @samp{$cwd} (to refer to the
9520 current working directory) can also be included in the list of
9521 directories @var{dirname}. Though these will already be in the source
9522 path they will be moved forward in the list so @value{GDBN} searches
9523 them sooner.
9524
9525 @item directory
9526 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
9527
9528 @c RET-repeat for @code{directory} is explicitly disabled, but since
9529 @c repeating it would be a no-op we do not say that. (thanks to RMS)
9530
9531 @item set directories @var{path-list}
9532 @kindex set directories
9533 Set the source path to @var{path-list}.
9534 @samp{$cdir:$cwd} are added if missing.
9535
9536 @item show directories
9537 @kindex show directories
9538 Print the source path: show which directories it contains.
9539
9540 @anchor{set substitute-path}
9541 @item set substitute-path @var{from} @var{to}
9542 @kindex set substitute-path
9543 Define a source path substitution rule, and add it at the end of the
9544 current list of existing substitution rules. If a rule with the same
9545 @var{from} was already defined, then the old rule is also deleted.
9546
9547 For example, if the file @file{/foo/bar/baz.c} was moved to
9548 @file{/mnt/cross/baz.c}, then the command
9549
9550 @smallexample
9551 (@value{GDBP}) set substitute-path /foo/bar /mnt/cross
9552 @end smallexample
9553
9554 @noindent
9555 will tell @value{GDBN} to replace @samp{/foo/bar} with
9556 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9557 @file{baz.c} even though it was moved.
9558
9559 In the case when more than one substitution rule have been defined,
9560 the rules are evaluated one by one in the order where they have been
9561 defined. The first one matching, if any, is selected to perform
9562 the substitution.
9563
9564 For instance, if we had entered the following commands:
9565
9566 @smallexample
9567 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9568 (@value{GDBP}) set substitute-path /usr/src /mnt/src
9569 @end smallexample
9570
9571 @noindent
9572 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9573 @file{/mnt/include/defs.h} by using the first rule. However, it would
9574 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9575 @file{/mnt/src/lib/foo.c}.
9576
9577
9578 @item unset substitute-path [path]
9579 @kindex unset substitute-path
9580 If a path is specified, search the current list of substitution rules
9581 for a rule that would rewrite that path. Delete that rule if found.
9582 A warning is emitted by the debugger if no rule could be found.
9583
9584 If no path is specified, then all substitution rules are deleted.
9585
9586 @item show substitute-path [path]
9587 @kindex show substitute-path
9588 If a path is specified, then print the source path substitution rule
9589 which would rewrite that path, if any.
9590
9591 If no path is specified, then print all existing source path substitution
9592 rules.
9593
9594 @end table
9595
9596 If your source path is cluttered with directories that are no longer of
9597 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9598 versions of source. You can correct the situation as follows:
9599
9600 @enumerate
9601 @item
9602 Use @code{directory} with no argument to reset the source path to its default value.
9603
9604 @item
9605 Use @code{directory} with suitable arguments to reinstall the
9606 directories you want in the source path. You can add all the
9607 directories in one command.
9608 @end enumerate
9609
9610 @node Machine Code
9611 @section Source and Machine Code
9612 @cindex source line and its code address
9613
9614 You can use the command @code{info line} to map source lines to program
9615 addresses (and vice versa), and the command @code{disassemble} to display
9616 a range of addresses as machine instructions. You can use the command
9617 @code{set disassemble-next-line} to set whether to disassemble next
9618 source line when execution stops. When run under @sc{gnu} Emacs
9619 mode, the @code{info line} command causes the arrow to point to the
9620 line specified. Also, @code{info line} prints addresses in symbolic form as
9621 well as hex.
9622
9623 @table @code
9624 @kindex info line
9625 @item info line
9626 @itemx info line @var{location}
9627 Print the starting and ending addresses of the compiled code for
9628 source line @var{location}. You can specify source lines in any of
9629 the ways documented in @ref{Specify Location}. With no @var{location}
9630 information about the current source line is printed.
9631 @end table
9632
9633 For example, we can use @code{info line} to discover the location of
9634 the object code for the first line of function
9635 @code{m4_changequote}:
9636
9637 @smallexample
9638 (@value{GDBP}) info line m4_changequote
9639 Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9640 ends at 0x6350 <m4_changequote+4>.
9641 @end smallexample
9642
9643 @noindent
9644 @cindex code address and its source line
9645 We can also inquire (using @code{*@var{addr}} as the form for
9646 @var{location}) what source line covers a particular address:
9647 @smallexample
9648 (@value{GDBP}) info line *0x63ff
9649 Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9650 ends at 0x6404 <m4_changequote+184>.
9651 @end smallexample
9652
9653 @cindex @code{$_} and @code{info line}
9654 @cindex @code{x} command, default address
9655 @kindex x@r{(examine), and} info line
9656 After @code{info line}, the default address for the @code{x} command
9657 is changed to the starting address of the line, so that @samp{x/i} is
9658 sufficient to begin examining the machine code (@pxref{Memory,
9659 ,Examining Memory}). Also, this address is saved as the value of the
9660 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
9661 Variables}).
9662
9663 @cindex info line, repeated calls
9664 After @code{info line}, using @code{info line} again without
9665 specifying a location will display information about the next source
9666 line.
9667
9668 @table @code
9669 @kindex disassemble
9670 @cindex assembly instructions
9671 @cindex instructions, assembly
9672 @cindex machine instructions
9673 @cindex listing machine instructions
9674 @item disassemble
9675 @itemx disassemble /m
9676 @itemx disassemble /s
9677 @itemx disassemble /r
9678 This specialized command dumps a range of memory as machine
9679 instructions. It can also print mixed source+disassembly by specifying
9680 the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9681 as well as in symbolic form by specifying the @code{/r} modifier.
9682 The default memory range is the function surrounding the
9683 program counter of the selected frame. A single argument to this
9684 command is a program counter value; @value{GDBN} dumps the function
9685 surrounding this value. When two arguments are given, they should
9686 be separated by a comma, possibly surrounded by whitespace. The
9687 arguments specify a range of addresses to dump, in one of two forms:
9688
9689 @table @code
9690 @item @var{start},@var{end}
9691 the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9692 @item @var{start},+@var{length}
9693 the addresses from @var{start} (inclusive) to
9694 @code{@var{start}+@var{length}} (exclusive).
9695 @end table
9696
9697 @noindent
9698 When 2 arguments are specified, the name of the function is also
9699 printed (since there could be several functions in the given range).
9700
9701 The argument(s) can be any expression yielding a numeric value, such as
9702 @samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
9703
9704 If the range of memory being disassembled contains current program counter,
9705 the instruction at that location is shown with a @code{=>} marker.
9706 @end table
9707
9708 The following example shows the disassembly of a range of addresses of
9709 HP PA-RISC 2.0 code:
9710
9711 @smallexample
9712 (@value{GDBP}) disas 0x32c4, 0x32e4
9713 Dump of assembler code from 0x32c4 to 0x32e4:
9714 0x32c4 <main+204>: addil 0,dp
9715 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9716 0x32cc <main+212>: ldil 0x3000,r31
9717 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9718 0x32d4 <main+220>: ldo 0(r31),rp
9719 0x32d8 <main+224>: addil -0x800,dp
9720 0x32dc <main+228>: ldo 0x588(r1),r26
9721 0x32e0 <main+232>: ldil 0x3000,r31
9722 End of assembler dump.
9723 @end smallexample
9724
9725 Here is an example showing mixed source+assembly for Intel x86
9726 with @code{/m} or @code{/s}, when the program is stopped just after
9727 function prologue in a non-optimized function with no inline code.
9728
9729 @smallexample
9730 (@value{GDBP}) disas /m main
9731 Dump of assembler code for function main:
9732 5 @{
9733 0x08048330 <+0>: push %ebp
9734 0x08048331 <+1>: mov %esp,%ebp
9735 0x08048333 <+3>: sub $0x8,%esp
9736 0x08048336 <+6>: and $0xfffffff0,%esp
9737 0x08048339 <+9>: sub $0x10,%esp
9738
9739 6 printf ("Hello.\n");
9740 => 0x0804833c <+12>: movl $0x8048440,(%esp)
9741 0x08048343 <+19>: call 0x8048284 <puts@@plt>
9742
9743 7 return 0;
9744 8 @}
9745 0x08048348 <+24>: mov $0x0,%eax
9746 0x0804834d <+29>: leave
9747 0x0804834e <+30>: ret
9748
9749 End of assembler dump.
9750 @end smallexample
9751
9752 The @code{/m} option is deprecated as its output is not useful when
9753 there is either inlined code or re-ordered code.
9754 The @code{/s} option is the preferred choice.
9755 Here is an example for AMD x86-64 showing the difference between
9756 @code{/m} output and @code{/s} output.
9757 This example has one inline function defined in a header file,
9758 and the code is compiled with @samp{-O2} optimization.
9759 Note how the @code{/m} output is missing the disassembly of
9760 several instructions that are present in the @code{/s} output.
9761
9762 @file{foo.h}:
9763
9764 @smallexample
9765 int
9766 foo (int a)
9767 @{
9768 if (a < 0)
9769 return a * 2;
9770 if (a == 0)
9771 return 1;
9772 return a + 10;
9773 @}
9774 @end smallexample
9775
9776 @file{foo.c}:
9777
9778 @smallexample
9779 #include "foo.h"
9780 volatile int x, y;
9781 int
9782 main ()
9783 @{
9784 x = foo (y);
9785 return 0;
9786 @}
9787 @end smallexample
9788
9789 @smallexample
9790 (@value{GDBP}) disas /m main
9791 Dump of assembler code for function main:
9792 5 @{
9793
9794 6 x = foo (y);
9795 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9796 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9797
9798 7 return 0;
9799 8 @}
9800 0x000000000040041d <+29>: xor %eax,%eax
9801 0x000000000040041f <+31>: retq
9802 0x0000000000400420 <+32>: add %eax,%eax
9803 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9804
9805 End of assembler dump.
9806 (@value{GDBP}) disas /s main
9807 Dump of assembler code for function main:
9808 foo.c:
9809 5 @{
9810 6 x = foo (y);
9811 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9812
9813 foo.h:
9814 4 if (a < 0)
9815 0x0000000000400406 <+6>: test %eax,%eax
9816 0x0000000000400408 <+8>: js 0x400420 <main+32>
9817
9818 6 if (a == 0)
9819 7 return 1;
9820 8 return a + 10;
9821 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9822 0x000000000040040d <+13>: test %eax,%eax
9823 0x000000000040040f <+15>: mov $0x1,%eax
9824 0x0000000000400414 <+20>: cmovne %edx,%eax
9825
9826 foo.c:
9827 6 x = foo (y);
9828 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9829
9830 7 return 0;
9831 8 @}
9832 0x000000000040041d <+29>: xor %eax,%eax
9833 0x000000000040041f <+31>: retq
9834
9835 foo.h:
9836 5 return a * 2;
9837 0x0000000000400420 <+32>: add %eax,%eax
9838 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9839 End of assembler dump.
9840 @end smallexample
9841
9842 Here is another example showing raw instructions in hex for AMD x86-64,
9843
9844 @smallexample
9845 (gdb) disas /r 0x400281,+10
9846 Dump of assembler code from 0x400281 to 0x40028b:
9847 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9848 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9849 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9850 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9851 End of assembler dump.
9852 @end smallexample
9853
9854 Addresses cannot be specified as a location (@pxref{Specify Location}).
9855 So, for example, if you want to disassemble function @code{bar}
9856 in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9857 and not @samp{disassemble foo.c:bar}.
9858
9859 Some architectures have more than one commonly-used set of instruction
9860 mnemonics or other syntax.
9861
9862 For programs that were dynamically linked and use shared libraries,
9863 instructions that call functions or branch to locations in the shared
9864 libraries might show a seemingly bogus location---it's actually a
9865 location of the relocation table. On some architectures, @value{GDBN}
9866 might be able to resolve these to actual function names.
9867
9868 @table @code
9869 @kindex set disassembler-options
9870 @cindex disassembler options
9871 @item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9872 This command controls the passing of target specific information to
9873 the disassembler. For a list of valid options, please refer to the
9874 @code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9875 manual and/or the output of @kbd{objdump --help}
9876 (@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
9877 The default value is the empty string.
9878
9879 If it is necessary to specify more than one disassembler option, then
9880 multiple options can be placed together into a comma separated list.
9881 Currently this command is only supported on targets ARC, ARM, MIPS,
9882 PowerPC and S/390.
9883
9884 @kindex show disassembler-options
9885 @item show disassembler-options
9886 Show the current setting of the disassembler options.
9887 @end table
9888
9889 @table @code
9890 @kindex set disassembly-flavor
9891 @cindex Intel disassembly flavor
9892 @cindex AT&T disassembly flavor
9893 @item set disassembly-flavor @var{instruction-set}
9894 Select the instruction set to use when disassembling the
9895 program via the @code{disassemble} or @code{x/i} commands.
9896
9897 Currently this command is only defined for the Intel x86 family. You
9898 can set @var{instruction-set} to either @code{intel} or @code{att}.
9899 The default is @code{att}, the AT&T flavor used by default by Unix
9900 assemblers for x86-based targets.
9901
9902 @kindex show disassembly-flavor
9903 @item show disassembly-flavor
9904 Show the current setting of the disassembly flavor.
9905 @end table
9906
9907 @table @code
9908 @kindex set disassemble-next-line
9909 @kindex show disassemble-next-line
9910 @item set disassemble-next-line
9911 @itemx show disassemble-next-line
9912 Control whether or not @value{GDBN} will disassemble the next source
9913 line or instruction when execution stops. If ON, @value{GDBN} will
9914 display disassembly of the next source line when execution of the
9915 program being debugged stops. This is @emph{in addition} to
9916 displaying the source line itself, which @value{GDBN} always does if
9917 possible. If the next source line cannot be displayed for some reason
9918 (e.g., if @value{GDBN} cannot find the source file, or there's no line
9919 info in the debug info), @value{GDBN} will display disassembly of the
9920 next @emph{instruction} instead of showing the next source line. If
9921 AUTO, @value{GDBN} will display disassembly of next instruction only
9922 if the source line cannot be displayed. This setting causes
9923 @value{GDBN} to display some feedback when you step through a function
9924 with no line info or whose source file is unavailable. The default is
9925 OFF, which means never display the disassembly of the next line or
9926 instruction.
9927 @end table
9928
9929
9930 @node Data
9931 @chapter Examining Data
9932
9933 @cindex printing data
9934 @cindex examining data
9935 @kindex print
9936 @kindex inspect
9937 The usual way to examine data in your program is with the @code{print}
9938 command (abbreviated @code{p}), or its synonym @code{inspect}. It
9939 evaluates and prints the value of an expression of the language your
9940 program is written in (@pxref{Languages, ,Using @value{GDBN} with
9941 Different Languages}). It may also print the expression using a
9942 Python-based pretty-printer (@pxref{Pretty Printing}).
9943
9944 @table @code
9945 @item print [[@var{options}] --] @var{expr}
9946 @itemx print [[@var{options}] --] /@var{f} @var{expr}
9947 @var{expr} is an expression (in the source language). By default the
9948 value of @var{expr} is printed in a format appropriate to its data type;
9949 you can choose a different format by specifying @samp{/@var{f}}, where
9950 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
9951 Formats}.
9952
9953 @anchor{print options}
9954 The @code{print} command supports a number of options that allow
9955 overriding relevant global print settings as set by @code{set print}
9956 subcommands:
9957
9958 @table @code
9959 @item -address [@code{on}|@code{off}]
9960 Set printing of addresses.
9961 Related setting: @ref{set print address}.
9962
9963 @item -array [@code{on}|@code{off}]
9964 Pretty formatting of arrays.
9965 Related setting: @ref{set print array}.
9966
9967 @item -array-indexes [@code{on}|@code{off}]
9968 Set printing of array indexes.
9969 Related setting: @ref{set print array-indexes}.
9970
9971 @item -elements @var{number-of-elements}|@code{unlimited}
9972 Set limit on string chars or array elements to print. The value
9973 @code{unlimited} causes there to be no limit. Related setting:
9974 @ref{set print elements}.
9975
9976 @item -max-depth @var{depth}|@code{unlimited}
9977 Set the threshold after which nested structures are replaced with
9978 ellipsis. Related setting: @ref{set print max-depth}.
9979
9980 @item -null-stop [@code{on}|@code{off}]
9981 Set printing of char arrays to stop at first null char. Related
9982 setting: @ref{set print null-stop}.
9983
9984 @item -object [@code{on}|@code{off}]
9985 Set printing C@t{++} virtual function tables. Related setting:
9986 @ref{set print object}.
9987
9988 @item -pretty [@code{on}|@code{off}]
9989 Set pretty formatting of structures. Related setting: @ref{set print
9990 pretty}.
9991
9992 @item -raw-values [@code{on}|@code{off}]
9993 Set whether to print values in raw form, bypassing any
9994 pretty-printers for that value. Related setting: @ref{set print
9995 raw-values}.
9996
9997 @item -repeats @var{number-of-repeats}|@code{unlimited}
9998 Set threshold for repeated print elements. @code{unlimited} causes
9999 all elements to be individually printed. Related setting: @ref{set
10000 print repeats}.
10001
10002 @item -static-members [@code{on}|@code{off}]
10003 Set printing C@t{++} static members. Related setting: @ref{set print
10004 static-members}.
10005
10006 @item -symbol [@code{on}|@code{off}]
10007 Set printing of symbol names when printing pointers. Related setting:
10008 @ref{set print symbol}.
10009
10010 @item -union [@code{on}|@code{off}]
10011 Set printing of unions interior to structures. Related setting:
10012 @ref{set print union}.
10013
10014 @item -vtbl [@code{on}|@code{off}]
10015 Set printing of C++ virtual function tables. Related setting:
10016 @ref{set print vtbl}.
10017 @end table
10018
10019 Because the @code{print} command accepts arbitrary expressions which
10020 may look like options (including abbreviations), if you specify any
10021 command option, then you must use a double dash (@code{--}) to mark
10022 the end of option processing.
10023
10024 For example, this prints the value of the @code{-p} expression:
10025
10026 @smallexample
10027 (@value{GDBP}) print -p
10028 @end smallexample
10029
10030 While this repeats the last value in the value history (see below)
10031 with the @code{-pretty} option in effect:
10032
10033 @smallexample
10034 (@value{GDBP}) print -p --
10035 @end smallexample
10036
10037 Here is an example including both on option and an expression:
10038
10039 @smallexample
10040 @group
10041 (@value{GDBP}) print -pretty -- *myptr
10042 $1 = @{
10043 next = 0x0,
10044 flags = @{
10045 sweet = 1,
10046 sour = 1
10047 @},
10048 meat = 0x54 "Pork"
10049 @}
10050 @end group
10051 @end smallexample
10052
10053 @item print [@var{options}]
10054 @itemx print [@var{options}] /@var{f}
10055 @cindex reprint the last value
10056 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
10057 @dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
10058 conveniently inspect the same value in an alternative format.
10059 @end table
10060
10061 If the architecture supports memory tagging, the @code{print} command will
10062 display pointer/memory tag mismatches if what is being printed is a pointer
10063 or reference type. @xref{Memory Tagging}.
10064
10065 A more low-level way of examining data is with the @code{x} command.
10066 It examines data in memory at a specified address and prints it in a
10067 specified format. @xref{Memory, ,Examining Memory}.
10068
10069 If you are interested in information about types, or about how the
10070 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
10071 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
10072 Table}.
10073
10074 @cindex exploring hierarchical data structures
10075 @kindex explore
10076 Another way of examining values of expressions and type information is
10077 through the Python extension command @code{explore} (available only if
10078 the @value{GDBN} build is configured with @code{--with-python}). It
10079 offers an interactive way to start at the highest level (or, the most
10080 abstract level) of the data type of an expression (or, the data type
10081 itself) and explore all the way down to leaf scalar values/fields
10082 embedded in the higher level data types.
10083
10084 @table @code
10085 @item explore @var{arg}
10086 @var{arg} is either an expression (in the source language), or a type
10087 visible in the current context of the program being debugged.
10088 @end table
10089
10090 The working of the @code{explore} command can be illustrated with an
10091 example. If a data type @code{struct ComplexStruct} is defined in your
10092 C program as
10093
10094 @smallexample
10095 struct SimpleStruct
10096 @{
10097 int i;
10098 double d;
10099 @};
10100
10101 struct ComplexStruct
10102 @{
10103 struct SimpleStruct *ss_p;
10104 int arr[10];
10105 @};
10106 @end smallexample
10107
10108 @noindent
10109 followed by variable declarations as
10110
10111 @smallexample
10112 struct SimpleStruct ss = @{ 10, 1.11 @};
10113 struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
10114 @end smallexample
10115
10116 @noindent
10117 then, the value of the variable @code{cs} can be explored using the
10118 @code{explore} command as follows.
10119
10120 @smallexample
10121 (gdb) explore cs
10122 The value of `cs' is a struct/class of type `struct ComplexStruct' with
10123 the following fields:
10124
10125 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
10126 arr = <Enter 1 to explore this field of type `int [10]'>
10127
10128 Enter the field number of choice:
10129 @end smallexample
10130
10131 @noindent
10132 Since the fields of @code{cs} are not scalar values, you are being
10133 prompted to chose the field you want to explore. Let's say you choose
10134 the field @code{ss_p} by entering @code{0}. Then, since this field is a
10135 pointer, you will be asked if it is pointing to a single value. From
10136 the declaration of @code{cs} above, it is indeed pointing to a single
10137 value, hence you enter @code{y}. If you enter @code{n}, then you will
10138 be asked if it were pointing to an array of values, in which case this
10139 field will be explored as if it were an array.
10140
10141 @smallexample
10142 `cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
10143 Continue exploring it as a pointer to a single value [y/n]: y
10144 The value of `*(cs.ss_p)' is a struct/class of type `struct
10145 SimpleStruct' with the following fields:
10146
10147 i = 10 .. (Value of type `int')
10148 d = 1.1100000000000001 .. (Value of type `double')
10149
10150 Press enter to return to parent value:
10151 @end smallexample
10152
10153 @noindent
10154 If the field @code{arr} of @code{cs} was chosen for exploration by
10155 entering @code{1} earlier, then since it is as array, you will be
10156 prompted to enter the index of the element in the array that you want
10157 to explore.
10158
10159 @smallexample
10160 `cs.arr' is an array of `int'.
10161 Enter the index of the element you want to explore in `cs.arr': 5
10162
10163 `(cs.arr)[5]' is a scalar value of type `int'.
10164
10165 (cs.arr)[5] = 4
10166
10167 Press enter to return to parent value:
10168 @end smallexample
10169
10170 In general, at any stage of exploration, you can go deeper towards the
10171 leaf values by responding to the prompts appropriately, or hit the
10172 return key to return to the enclosing data structure (the @i{higher}
10173 level data structure).
10174
10175 Similar to exploring values, you can use the @code{explore} command to
10176 explore types. Instead of specifying a value (which is typically a
10177 variable name or an expression valid in the current context of the
10178 program being debugged), you specify a type name. If you consider the
10179 same example as above, your can explore the type
10180 @code{struct ComplexStruct} by passing the argument
10181 @code{struct ComplexStruct} to the @code{explore} command.
10182
10183 @smallexample
10184 (gdb) explore struct ComplexStruct
10185 @end smallexample
10186
10187 @noindent
10188 By responding to the prompts appropriately in the subsequent interactive
10189 session, you can explore the type @code{struct ComplexStruct} in a
10190 manner similar to how the value @code{cs} was explored in the above
10191 example.
10192
10193 The @code{explore} command also has two sub-commands,
10194 @code{explore value} and @code{explore type}. The former sub-command is
10195 a way to explicitly specify that value exploration of the argument is
10196 being invoked, while the latter is a way to explicitly specify that type
10197 exploration of the argument is being invoked.
10198
10199 @table @code
10200 @item explore value @var{expr}
10201 @cindex explore value
10202 This sub-command of @code{explore} explores the value of the
10203 expression @var{expr} (if @var{expr} is an expression valid in the
10204 current context of the program being debugged). The behavior of this
10205 command is identical to that of the behavior of the @code{explore}
10206 command being passed the argument @var{expr}.
10207
10208 @item explore type @var{arg}
10209 @cindex explore type
10210 This sub-command of @code{explore} explores the type of @var{arg} (if
10211 @var{arg} is a type visible in the current context of program being
10212 debugged), or the type of the value/expression @var{arg} (if @var{arg}
10213 is an expression valid in the current context of the program being
10214 debugged). If @var{arg} is a type, then the behavior of this command is
10215 identical to that of the @code{explore} command being passed the
10216 argument @var{arg}. If @var{arg} is an expression, then the behavior of
10217 this command will be identical to that of the @code{explore} command
10218 being passed the type of @var{arg} as the argument.
10219 @end table
10220
10221 @menu
10222 * Expressions:: Expressions
10223 * Ambiguous Expressions:: Ambiguous Expressions
10224 * Variables:: Program variables
10225 * Arrays:: Artificial arrays
10226 * Output Formats:: Output formats
10227 * Memory:: Examining memory
10228 * Memory Tagging:: Memory Tagging
10229 * Auto Display:: Automatic display
10230 * Print Settings:: Print settings
10231 * Pretty Printing:: Python pretty printing
10232 * Value History:: Value history
10233 * Convenience Vars:: Convenience variables
10234 * Convenience Funs:: Convenience functions
10235 * Registers:: Registers
10236 * Floating Point Hardware:: Floating point hardware
10237 * Vector Unit:: Vector Unit
10238 * OS Information:: Auxiliary data provided by operating system
10239 * Memory Region Attributes:: Memory region attributes
10240 * Dump/Restore Files:: Copy between memory and a file
10241 * Core File Generation:: Cause a program dump its core
10242 * Character Sets:: Debugging programs that use a different
10243 character set than GDB does
10244 * Caching Target Data:: Data caching for targets
10245 * Searching Memory:: Searching memory for a sequence of bytes
10246 * Value Sizes:: Managing memory allocated for values
10247 @end menu
10248
10249 @node Expressions
10250 @section Expressions
10251
10252 @cindex expressions
10253 @code{print} and many other @value{GDBN} commands accept an expression and
10254 compute its value. Any kind of constant, variable or operator defined
10255 by the programming language you are using is valid in an expression in
10256 @value{GDBN}. This includes conditional expressions, function calls,
10257 casts, and string constants. It also includes preprocessor macros, if
10258 you compiled your program to include this information; see
10259 @ref{Compilation}.
10260
10261 @cindex arrays in expressions
10262 @value{GDBN} supports array constants in expressions input by
10263 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
10264 you can use the command @code{print @{1, 2, 3@}} to create an array
10265 of three integers. If you pass an array to a function or assign it
10266 to a program variable, @value{GDBN} copies the array to memory that
10267 is @code{malloc}ed in the target program.
10268
10269 Because C is so widespread, most of the expressions shown in examples in
10270 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
10271 Languages}, for information on how to use expressions in other
10272 languages.
10273
10274 In this section, we discuss operators that you can use in @value{GDBN}
10275 expressions regardless of your programming language.
10276
10277 @cindex casts, in expressions
10278 Casts are supported in all languages, not just in C, because it is so
10279 useful to cast a number into a pointer in order to examine a structure
10280 at that address in memory.
10281 @c FIXME: casts supported---Mod2 true?
10282
10283 @value{GDBN} supports these operators, in addition to those common
10284 to programming languages:
10285
10286 @table @code
10287 @item @@
10288 @samp{@@} is a binary operator for treating parts of memory as arrays.
10289 @xref{Arrays, ,Artificial Arrays}, for more information.
10290
10291 @item ::
10292 @samp{::} allows you to specify a variable in terms of the file or
10293 function where it is defined. @xref{Variables, ,Program Variables}.
10294
10295 @cindex @{@var{type}@}
10296 @cindex type casting memory
10297 @cindex memory, viewing as typed object
10298 @cindex casts, to view memory
10299 @item @{@var{type}@} @var{addr}
10300 Refers to an object of type @var{type} stored at address @var{addr} in
10301 memory. The address @var{addr} may be any expression whose value is
10302 an integer or pointer (but parentheses are required around binary
10303 operators, just as in a cast). This construct is allowed regardless
10304 of what kind of data is normally supposed to reside at @var{addr}.
10305 @end table
10306
10307 @node Ambiguous Expressions
10308 @section Ambiguous Expressions
10309 @cindex ambiguous expressions
10310
10311 Expressions can sometimes contain some ambiguous elements. For instance,
10312 some programming languages (notably Ada, C@t{++} and Objective-C) permit
10313 a single function name to be defined several times, for application in
10314 different contexts. This is called @dfn{overloading}. Another example
10315 involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
10316 templates and is typically instantiated several times, resulting in
10317 the same function name being defined in different contexts.
10318
10319 In some cases and depending on the language, it is possible to adjust
10320 the expression to remove the ambiguity. For instance in C@t{++}, you
10321 can specify the signature of the function you want to break on, as in
10322 @kbd{break @var{function}(@var{types})}. In Ada, using the fully
10323 qualified name of your function often makes the expression unambiguous
10324 as well.
10325
10326 When an ambiguity that needs to be resolved is detected, the debugger
10327 has the capability to display a menu of numbered choices for each
10328 possibility, and then waits for the selection with the prompt @samp{>}.
10329 The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10330 aborts the current command. If the command in which the expression was
10331 used allows more than one choice to be selected, the next option in the
10332 menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10333 choices.
10334
10335 For example, the following session excerpt shows an attempt to set a
10336 breakpoint at the overloaded symbol @code{String::after}.
10337 We choose three particular definitions of that function name:
10338
10339 @c FIXME! This is likely to change to show arg type lists, at least
10340 @smallexample
10341 @group
10342 (@value{GDBP}) b String::after
10343 [0] cancel
10344 [1] all
10345 [2] file:String.cc; line number:867
10346 [3] file:String.cc; line number:860
10347 [4] file:String.cc; line number:875
10348 [5] file:String.cc; line number:853
10349 [6] file:String.cc; line number:846
10350 [7] file:String.cc; line number:735
10351 > 2 4 6
10352 Breakpoint 1 at 0xb26c: file String.cc, line 867.
10353 Breakpoint 2 at 0xb344: file String.cc, line 875.
10354 Breakpoint 3 at 0xafcc: file String.cc, line 846.
10355 Multiple breakpoints were set.
10356 Use the "delete" command to delete unwanted
10357 breakpoints.
10358 (@value{GDBP})
10359 @end group
10360 @end smallexample
10361
10362 @table @code
10363 @kindex set multiple-symbols
10364 @item set multiple-symbols @var{mode}
10365 @cindex multiple-symbols menu
10366
10367 This option allows you to adjust the debugger behavior when an expression
10368 is ambiguous.
10369
10370 By default, @var{mode} is set to @code{all}. If the command with which
10371 the expression is used allows more than one choice, then @value{GDBN}
10372 automatically selects all possible choices. For instance, inserting
10373 a breakpoint on a function using an ambiguous name results in a breakpoint
10374 inserted on each possible match. However, if a unique choice must be made,
10375 then @value{GDBN} uses the menu to help you disambiguate the expression.
10376 For instance, printing the address of an overloaded function will result
10377 in the use of the menu.
10378
10379 When @var{mode} is set to @code{ask}, the debugger always uses the menu
10380 when an ambiguity is detected.
10381
10382 Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10383 an error due to the ambiguity and the command is aborted.
10384
10385 @kindex show multiple-symbols
10386 @item show multiple-symbols
10387 Show the current value of the @code{multiple-symbols} setting.
10388 @end table
10389
10390 @node Variables
10391 @section Program Variables
10392
10393 The most common kind of expression to use is the name of a variable
10394 in your program.
10395
10396 Variables in expressions are understood in the selected stack frame
10397 (@pxref{Selection, ,Selecting a Frame}); they must be either:
10398
10399 @itemize @bullet
10400 @item
10401 global (or file-static)
10402 @end itemize
10403
10404 @noindent or
10405
10406 @itemize @bullet
10407 @item
10408 visible according to the scope rules of the
10409 programming language from the point of execution in that frame
10410 @end itemize
10411
10412 @noindent This means that in the function
10413
10414 @smallexample
10415 foo (a)
10416 int a;
10417 @{
10418 bar (a);
10419 @{
10420 int b = test ();
10421 bar (b);
10422 @}
10423 @}
10424 @end smallexample
10425
10426 @noindent
10427 you can examine and use the variable @code{a} whenever your program is
10428 executing within the function @code{foo}, but you can only use or
10429 examine the variable @code{b} while your program is executing inside
10430 the block where @code{b} is declared.
10431
10432 @cindex variable name conflict
10433 There is an exception: you can refer to a variable or function whose
10434 scope is a single source file even if the current execution point is not
10435 in this file. But it is possible to have more than one such variable or
10436 function with the same name (in different source files). If that
10437 happens, referring to that name has unpredictable effects. If you wish,
10438 you can specify a static variable in a particular function or file by
10439 using the colon-colon (@code{::}) notation:
10440
10441 @cindex colon-colon, context for variables/functions
10442 @ifnotinfo
10443 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
10444 @cindex @code{::}, context for variables/functions
10445 @end ifnotinfo
10446 @smallexample
10447 @var{file}::@var{variable}
10448 @var{function}::@var{variable}
10449 @end smallexample
10450
10451 @noindent
10452 Here @var{file} or @var{function} is the name of the context for the
10453 static @var{variable}. In the case of file names, you can use quotes to
10454 make sure @value{GDBN} parses the file name as a single word---for example,
10455 to print a global value of @code{x} defined in @file{f2.c}:
10456
10457 @smallexample
10458 (@value{GDBP}) p 'f2.c'::x
10459 @end smallexample
10460
10461 The @code{::} notation is normally used for referring to
10462 static variables, since you typically disambiguate uses of local variables
10463 in functions by selecting the appropriate frame and using the
10464 simple name of the variable. However, you may also use this notation
10465 to refer to local variables in frames enclosing the selected frame:
10466
10467 @smallexample
10468 void
10469 foo (int a)
10470 @{
10471 if (a < 10)
10472 bar (a);
10473 else
10474 process (a); /* Stop here */
10475 @}
10476
10477 int
10478 bar (int a)
10479 @{
10480 foo (a + 5);
10481 @}
10482 @end smallexample
10483
10484 @noindent
10485 For example, if there is a breakpoint at the commented line,
10486 here is what you might see
10487 when the program stops after executing the call @code{bar(0)}:
10488
10489 @smallexample
10490 (@value{GDBP}) p a
10491 $1 = 10
10492 (@value{GDBP}) p bar::a
10493 $2 = 5
10494 (@value{GDBP}) up 2
10495 #2 0x080483d0 in foo (a=5) at foobar.c:12
10496 (@value{GDBP}) p a
10497 $3 = 5
10498 (@value{GDBP}) p bar::a
10499 $4 = 0
10500 @end smallexample
10501
10502 @cindex C@t{++} scope resolution
10503 These uses of @samp{::} are very rarely in conflict with the very
10504 similar use of the same notation in C@t{++}. When they are in
10505 conflict, the C@t{++} meaning takes precedence; however, this can be
10506 overridden by quoting the file or function name with single quotes.
10507
10508 For example, suppose the program is stopped in a method of a class
10509 that has a field named @code{includefile}, and there is also an
10510 include file named @file{includefile} that defines a variable,
10511 @code{some_global}.
10512
10513 @smallexample
10514 (@value{GDBP}) p includefile
10515 $1 = 23
10516 (@value{GDBP}) p includefile::some_global
10517 A syntax error in expression, near `'.
10518 (@value{GDBP}) p 'includefile'::some_global
10519 $2 = 27
10520 @end smallexample
10521
10522 @cindex wrong values
10523 @cindex variable values, wrong
10524 @cindex function entry/exit, wrong values of variables
10525 @cindex optimized code, wrong values of variables
10526 @quotation
10527 @emph{Warning:} Occasionally, a local variable may appear to have the
10528 wrong value at certain points in a function---just after entry to a new
10529 scope, and just before exit.
10530 @end quotation
10531 You may see this problem when you are stepping by machine instructions.
10532 This is because, on most machines, it takes more than one instruction to
10533 set up a stack frame (including local variable definitions); if you are
10534 stepping by machine instructions, variables may appear to have the wrong
10535 values until the stack frame is completely built. On exit, it usually
10536 also takes more than one machine instruction to destroy a stack frame;
10537 after you begin stepping through that group of instructions, local
10538 variable definitions may be gone.
10539
10540 This may also happen when the compiler does significant optimizations.
10541 To be sure of always seeing accurate values, turn off all optimization
10542 when compiling.
10543
10544 @cindex ``No symbol "foo" in current context''
10545 Another possible effect of compiler optimizations is to optimize
10546 unused variables out of existence, or assign variables to registers (as
10547 opposed to memory addresses). Depending on the support for such cases
10548 offered by the debug info format used by the compiler, @value{GDBN}
10549 might not be able to display values for such local variables. If that
10550 happens, @value{GDBN} will print a message like this:
10551
10552 @smallexample
10553 No symbol "foo" in current context.
10554 @end smallexample
10555
10556 To solve such problems, either recompile without optimizations, or use a
10557 different debug info format, if the compiler supports several such
10558 formats. @xref{Compilation}, for more information on choosing compiler
10559 options. @xref{C, ,C and C@t{++}}, for more information about debug
10560 info formats that are best suited to C@t{++} programs.
10561
10562 If you ask to print an object whose contents are unknown to
10563 @value{GDBN}, e.g., because its data type is not completely specified
10564 by the debug information, @value{GDBN} will say @samp{<incomplete
10565 type>}. @xref{Symbols, incomplete type}, for more about this.
10566
10567 @cindex no debug info variables
10568 If you try to examine or use the value of a (global) variable for
10569 which @value{GDBN} has no type information, e.g., because the program
10570 includes no debug information, @value{GDBN} displays an error message.
10571 @xref{Symbols, unknown type}, for more about unknown types. If you
10572 cast the variable to its declared type, @value{GDBN} gets the
10573 variable's value using the cast-to type as the variable's type. For
10574 example, in a C program:
10575
10576 @smallexample
10577 (@value{GDBP}) p var
10578 'var' has unknown type; cast it to its declared type
10579 (@value{GDBP}) p (float) var
10580 $1 = 3.14
10581 @end smallexample
10582
10583 If you append @kbd{@@entry} string to a function parameter name you get its
10584 value at the time the function got called. If the value is not available an
10585 error message is printed. Entry values are available only with some compilers.
10586 Entry values are normally also printed at the function parameter list according
10587 to @ref{set print entry-values}.
10588
10589 @smallexample
10590 Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
10591 29 i++;
10592 (gdb) next
10593 30 e (i);
10594 (gdb) print i
10595 $1 = 31
10596 (gdb) print i@@entry
10597 $2 = 30
10598 @end smallexample
10599
10600 Strings are identified as arrays of @code{char} values without specified
10601 signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10602 printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10603 @code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10604 defines literal string type @code{"char"} as @code{char} without a sign.
10605 For program code
10606
10607 @smallexample
10608 char var0[] = "A";
10609 signed char var1[] = "A";
10610 @end smallexample
10611
10612 You get during debugging
10613 @smallexample
10614 (gdb) print var0
10615 $1 = "A"
10616 (gdb) print var1
10617 $2 = @{65 'A', 0 '\0'@}
10618 @end smallexample
10619
10620 @node Arrays
10621 @section Artificial Arrays
10622
10623 @cindex artificial array
10624 @cindex arrays
10625 @kindex @@@r{, referencing memory as an array}
10626 It is often useful to print out several successive objects of the
10627 same type in memory; a section of an array, or an array of
10628 dynamically determined size for which only a pointer exists in the
10629 program.
10630
10631 You can do this by referring to a contiguous span of memory as an
10632 @dfn{artificial array}, using the binary operator @samp{@@}. The left
10633 operand of @samp{@@} should be the first element of the desired array
10634 and be an individual object. The right operand should be the desired length
10635 of the array. The result is an array value whose elements are all of
10636 the type of the left argument. The first element is actually the left
10637 argument; the second element comes from bytes of memory immediately
10638 following those that hold the first element, and so on. Here is an
10639 example. If a program says
10640
10641 @smallexample
10642 int *array = (int *) malloc (len * sizeof (int));
10643 @end smallexample
10644
10645 @noindent
10646 you can print the contents of @code{array} with
10647
10648 @smallexample
10649 p *array@@len
10650 @end smallexample
10651
10652 The left operand of @samp{@@} must reside in memory. Array values made
10653 with @samp{@@} in this way behave just like other arrays in terms of
10654 subscripting, and are coerced to pointers when used in expressions.
10655 Artificial arrays most often appear in expressions via the value history
10656 (@pxref{Value History, ,Value History}), after printing one out.
10657
10658 Another way to create an artificial array is to use a cast.
10659 This re-interprets a value as if it were an array.
10660 The value need not be in memory:
10661 @smallexample
10662 (@value{GDBP}) p/x (short[2])0x12345678
10663 $1 = @{0x1234, 0x5678@}
10664 @end smallexample
10665
10666 As a convenience, if you leave the array length out (as in
10667 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
10668 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
10669 @smallexample
10670 (@value{GDBP}) p/x (short[])0x12345678
10671 $2 = @{0x1234, 0x5678@}
10672 @end smallexample
10673
10674 Sometimes the artificial array mechanism is not quite enough; in
10675 moderately complex data structures, the elements of interest may not
10676 actually be adjacent---for example, if you are interested in the values
10677 of pointers in an array. One useful work-around in this situation is
10678 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
10679 Variables}) as a counter in an expression that prints the first
10680 interesting value, and then repeat that expression via @key{RET}. For
10681 instance, suppose you have an array @code{dtab} of pointers to
10682 structures, and you are interested in the values of a field @code{fv}
10683 in each structure. Here is an example of what you might type:
10684
10685 @smallexample
10686 set $i = 0
10687 p dtab[$i++]->fv
10688 @key{RET}
10689 @key{RET}
10690 @dots{}
10691 @end smallexample
10692
10693 @node Output Formats
10694 @section Output Formats
10695
10696 @cindex formatted output
10697 @cindex output formats
10698 By default, @value{GDBN} prints a value according to its data type. Sometimes
10699 this is not what you want. For example, you might want to print a number
10700 in hex, or a pointer in decimal. Or you might want to view data in memory
10701 at a certain address as a character string or as an instruction. To do
10702 these things, specify an @dfn{output format} when you print a value.
10703
10704 The simplest use of output formats is to say how to print a value
10705 already computed. This is done by starting the arguments of the
10706 @code{print} command with a slash and a format letter. The format
10707 letters supported are:
10708
10709 @table @code
10710 @item x
10711 Regard the bits of the value as an integer, and print the integer in
10712 hexadecimal.
10713
10714 @item d
10715 Print as integer in signed decimal.
10716
10717 @item u
10718 Print as integer in unsigned decimal.
10719
10720 @item o
10721 Print as integer in octal.
10722
10723 @item t
10724 Print as integer in binary. The letter @samp{t} stands for ``two''.
10725 @footnote{@samp{b} cannot be used because these format letters are also
10726 used with the @code{x} command, where @samp{b} stands for ``byte'';
10727 see @ref{Memory,,Examining Memory}.}
10728
10729 @item a
10730 @cindex unknown address, locating
10731 @cindex locate address
10732 Print as an address, both absolute in hexadecimal and as an offset from
10733 the nearest preceding symbol. You can use this format used to discover
10734 where (in what function) an unknown address is located:
10735
10736 @smallexample
10737 (@value{GDBP}) p/a 0x54320
10738 $3 = 0x54320 <_initialize_vx+396>
10739 @end smallexample
10740
10741 @noindent
10742 The command @code{info symbol 0x54320} yields similar results.
10743 @xref{Symbols, info symbol}.
10744
10745 @item c
10746 Regard as an integer and print it as a character constant. This
10747 prints both the numerical value and its character representation. The
10748 character representation is replaced with the octal escape @samp{\nnn}
10749 for characters outside the 7-bit @sc{ascii} range.
10750
10751 Without this format, @value{GDBN} displays @code{char},
10752 @w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10753 constants. Single-byte members of vectors are displayed as integer
10754 data.
10755
10756 @item f
10757 Regard the bits of the value as a floating point number and print
10758 using typical floating point syntax.
10759
10760 @item s
10761 @cindex printing strings
10762 @cindex printing byte arrays
10763 Regard as a string, if possible. With this format, pointers to single-byte
10764 data are displayed as null-terminated strings and arrays of single-byte data
10765 are displayed as fixed-length strings. Other values are displayed in their
10766 natural types.
10767
10768 Without this format, @value{GDBN} displays pointers to and arrays of
10769 @code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10770 strings. Single-byte members of a vector are displayed as an integer
10771 array.
10772
10773 @item z
10774 Like @samp{x} formatting, the value is treated as an integer and
10775 printed as hexadecimal, but leading zeros are printed to pad the value
10776 to the size of the integer type.
10777
10778 @item r
10779 @cindex raw printing
10780 Print using the @samp{raw} formatting. By default, @value{GDBN} will
10781 use a Python-based pretty-printer, if one is available (@pxref{Pretty
10782 Printing}). This typically results in a higher-level display of the
10783 value's contents. The @samp{r} format bypasses any Python
10784 pretty-printer which might exist.
10785 @end table
10786
10787 For example, to print the program counter in hex (@pxref{Registers}), type
10788
10789 @smallexample
10790 p/x $pc
10791 @end smallexample
10792
10793 @noindent
10794 Note that no space is required before the slash; this is because command
10795 names in @value{GDBN} cannot contain a slash.
10796
10797 To reprint the last value in the value history with a different format,
10798 you can use the @code{print} command with just a format and no
10799 expression. For example, @samp{p/x} reprints the last value in hex.
10800
10801 @node Memory
10802 @section Examining Memory
10803
10804 You can use the command @code{x} (for ``examine'') to examine memory in
10805 any of several formats, independently of your program's data types.
10806
10807 @cindex examining memory
10808 @table @code
10809 @kindex x @r{(examine memory)}
10810 @item x/@var{nfu} @var{addr}
10811 @itemx x @var{addr}
10812 @itemx x
10813 Use the @code{x} command to examine memory.
10814 @end table
10815
10816 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10817 much memory to display and how to format it; @var{addr} is an
10818 expression giving the address where you want to start displaying memory.
10819 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10820 Several commands set convenient defaults for @var{addr}.
10821
10822 @table @r
10823 @item @var{n}, the repeat count
10824 The repeat count is a decimal integer; the default is 1. It specifies
10825 how much memory (counting by units @var{u}) to display. If a negative
10826 number is specified, memory is examined backward from @var{addr}.
10827 @c This really is **decimal**; unaffected by 'set radix' as of GDB
10828 @c 4.1.2.
10829
10830 @item @var{f}, the display format
10831 The display format is one of the formats used by @code{print}
10832 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
10833 @samp{f}, @samp{s}), @samp{i} (for machine instructions) and
10834 @samp{m} (for displaying memory tags).
10835 The default is @samp{x} (hexadecimal) initially. The default changes
10836 each time you use either @code{x} or @code{print}.
10837
10838 @item @var{u}, the unit size
10839 The unit size is any of
10840
10841 @table @code
10842 @item b
10843 Bytes.
10844 @item h
10845 Halfwords (two bytes).
10846 @item w
10847 Words (four bytes). This is the initial default.
10848 @item g
10849 Giant words (eight bytes).
10850 @end table
10851
10852 Each time you specify a unit size with @code{x}, that size becomes the
10853 default unit the next time you use @code{x}. For the @samp{i} format,
10854 the unit size is ignored and is normally not written. For the @samp{s} format,
10855 the unit size defaults to @samp{b}, unless it is explicitly given.
10856 Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
10857 32-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10858 Note that the results depend on the programming language of the
10859 current compilation unit. If the language is C, the @samp{s}
10860 modifier will use the UTF-16 encoding while @samp{w} will use
10861 UTF-32. The encoding is set by the programming language and cannot
10862 be altered.
10863
10864 @item @var{addr}, starting display address
10865 @var{addr} is the address where you want @value{GDBN} to begin displaying
10866 memory. The expression need not have a pointer value (though it may);
10867 it is always interpreted as an integer address of a byte of memory.
10868 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
10869 @var{addr} is usually just after the last address examined---but several
10870 other commands also set the default address: @code{info breakpoints} (to
10871 the address of the last breakpoint listed), @code{info line} (to the
10872 starting address of a line), and @code{print} (if you use it to display
10873 a value from memory).
10874 @end table
10875
10876 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10877 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10878 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10879 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
10880 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
10881
10882 You can also specify a negative repeat count to examine memory backward
10883 from the given address. For example, @samp{x/-3uh 0x54320} prints three
10884 halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10885
10886 Since the letters indicating unit sizes are all distinct from the
10887 letters specifying output formats, you do not have to remember whether
10888 unit size or format comes first; either order works. The output
10889 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10890 (However, the count @var{n} must come first; @samp{wx4} does not work.)
10891
10892 Even though the unit size @var{u} is ignored for the formats @samp{s}
10893 and @samp{i}, you might still want to use a count @var{n}; for example,
10894 @samp{3i} specifies that you want to see three machine instructions,
10895 including any operands. For convenience, especially when used with
10896 the @code{display} command, the @samp{i} format also prints branch delay
10897 slot instructions, if any, beyond the count specified, which immediately
10898 follow the last instruction that is within the count. The command
10899 @code{disassemble} gives an alternative way of inspecting machine
10900 instructions; see @ref{Machine Code,,Source and Machine Code}.
10901
10902 If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10903 the command displays null-terminated strings or instructions before the given
10904 address as many as the absolute value of the given number. For the @samp{i}
10905 format, we use line number information in the debug info to accurately locate
10906 instruction boundaries while disassembling backward. If line info is not
10907 available, the command stops examining memory with an error message.
10908
10909 All the defaults for the arguments to @code{x} are designed to make it
10910 easy to continue scanning memory with minimal specifications each time
10911 you use @code{x}. For example, after you have inspected three machine
10912 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10913 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10914 the repeat count @var{n} is used again; the other arguments default as
10915 for successive uses of @code{x}.
10916
10917 When examining machine instructions, the instruction at current program
10918 counter is shown with a @code{=>} marker. For example:
10919
10920 @smallexample
10921 (@value{GDBP}) x/5i $pc-6
10922 0x804837f <main+11>: mov %esp,%ebp
10923 0x8048381 <main+13>: push %ecx
10924 0x8048382 <main+14>: sub $0x4,%esp
10925 => 0x8048385 <main+17>: movl $0x8048460,(%esp)
10926 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10927 @end smallexample
10928
10929 If the architecture supports memory tagging, the tags can be displayed by
10930 using @samp{m}. @xref{Memory Tagging}.
10931
10932 The information will be displayed once per granule size
10933 (the amount of bytes a particular memory tag covers). For example, AArch64
10934 has a granule size of 16 bytes, so it will display a tag every 16 bytes.
10935
10936 Due to the way @value{GDBN} prints information with the @code{x} command (not
10937 aligned to a particular boundary), the tag information will refer to the
10938 initial address displayed on a particular line. If a memory tag boundary
10939 is crossed in the middle of a line displayed by the @code{x} command, it
10940 will be displayed on the next line.
10941
10942 The @samp{m} format doesn't affect any other specified formats that were
10943 passed to the @code{x} command.
10944
10945 @cindex @code{$_}, @code{$__}, and value history
10946 The addresses and contents printed by the @code{x} command are not saved
10947 in the value history because there is often too much of them and they
10948 would get in the way. Instead, @value{GDBN} makes these values available for
10949 subsequent use in expressions as values of the convenience variables
10950 @code{$_} and @code{$__}. After an @code{x} command, the last address
10951 examined is available for use in expressions in the convenience variable
10952 @code{$_}. The contents of that address, as examined, are available in
10953 the convenience variable @code{$__}.
10954
10955 If the @code{x} command has a repeat count, the address and contents saved
10956 are from the last memory unit printed; this is not the same as the last
10957 address printed if several units were printed on the last line of output.
10958
10959 @anchor{addressable memory unit}
10960 @cindex addressable memory unit
10961 Most targets have an addressable memory unit size of 8 bits. This means
10962 that to each memory address are associated 8 bits of data. Some
10963 targets, however, have other addressable memory unit sizes.
10964 Within @value{GDBN} and this document, the term
10965 @dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10966 when explicitly referring to a chunk of data of that size. The word
10967 @dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10968 the addressable memory unit size of the target. For most systems,
10969 addressable memory unit is a synonym of byte.
10970
10971 @cindex remote memory comparison
10972 @cindex target memory comparison
10973 @cindex verify remote memory image
10974 @cindex verify target memory image
10975 When you are debugging a program running on a remote target machine
10976 (@pxref{Remote Debugging}), you may wish to verify the program's image
10977 in the remote machine's memory against the executable file you
10978 downloaded to the target. Or, on any target, you may want to check
10979 whether the program has corrupted its own read-only sections. The
10980 @code{compare-sections} command is provided for such situations.
10981
10982 @table @code
10983 @kindex compare-sections
10984 @item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
10985 Compare the data of a loadable section @var{section-name} in the
10986 executable file of the program being debugged with the same section in
10987 the target machine's memory, and report any mismatches. With no
10988 arguments, compares all loadable sections. With an argument of
10989 @code{-r}, compares all loadable read-only sections.
10990
10991 Note: for remote targets, this command can be accelerated if the
10992 target supports computing the CRC checksum of a block of memory
10993 (@pxref{qCRC packet}).
10994 @end table
10995
10996 @node Memory Tagging
10997 @section Memory Tagging
10998
10999 Memory tagging is a memory protection technology that uses a pair of tags to
11000 validate memory accesses through pointers. The tags are integer values
11001 usually comprised of a few bits, depending on the architecture.
11002
11003 There are two types of tags that are used in this setup: logical and
11004 allocation. A logical tag is stored in the pointers themselves, usually at the
11005 higher bits of the pointers. An allocation tag is the tag associated
11006 with particular ranges of memory in the physical address space, against which
11007 the logical tags from pointers are compared.
11008
11009 The pointer tag (logical tag) must match the memory tag (allocation tag)
11010 for the memory access to be valid. If the logical tag does not match the
11011 allocation tag, that will raise a memory violation.
11012
11013 Allocation tags cover multiple contiguous bytes of physical memory. This
11014 range of bytes is called a memory tag granule and is architecture-specific.
11015 For example, AArch64 has a tag granule of 16 bytes, meaning each allocation
11016 tag spans 16 bytes of memory.
11017
11018 If the underlying architecture supports memory tagging, like AArch64 MTE
11019 or SPARC ADI do, @value{GDBN} can make use of it to validate pointers
11020 against memory allocation tags.
11021
11022 The @code{print} (@pxref{Data}) and @code{x} (@pxref{Memory}) commands will
11023 display tag information when appropriate, and a command prefix of
11024 @code{memory-tag} gives access to the various memory tagging commands.
11025
11026 The @code{memory-tag} commands are the following:
11027
11028 @table @code
11029 @kindex memory-tag print-logical-tag
11030 @item memory-tag print-logical-tag @var{pointer_expression}
11031 Print the logical tag stored in @var{pointer_expression}.
11032 @kindex memory-tag with-logical-tag
11033 @item memory-tag with-logical-tag @var{pointer_expression} @var{tag_bytes}
11034 Print the pointer given by @var{pointer_expression}, augmented with a logical
11035 tag of @var{tag_bytes}.
11036 @kindex memory-tag print-allocation-tag
11037 @item memory-tag print-allocation-tag @var{address_expression}
11038 Print the allocation tag associated with the memory address given by
11039 @var{address_expression}.
11040 @kindex memory-tag setatag
11041 @item memory-tag setatag @var{starting_address} @var{length} @var{tag_bytes}
11042 Set the allocation tag(s) for memory range @r{[}@var{starting_address},
11043 @var{starting_address} + @var{length}@r{)} to @var{tag_bytes}.
11044 @kindex memory-tag check
11045 @item memory-tag check @var{pointer_expression}
11046 Check if the logical tag in the pointer given by @var{pointer_expression}
11047 matches the allocation tag for the memory referenced by the pointer.
11048
11049 This essentially emulates the hardware validation that is done when tagged
11050 memory is accessed through a pointer, but does not cause a memory fault as
11051 it would during hardware validation.
11052
11053 It can be used to inspect potential memory tagging violations in the running
11054 process, before any faults get triggered.
11055 @end table
11056
11057 @node Auto Display
11058 @section Automatic Display
11059 @cindex automatic display
11060 @cindex display of expressions
11061
11062 If you find that you want to print the value of an expression frequently
11063 (to see how it changes), you might want to add it to the @dfn{automatic
11064 display list} so that @value{GDBN} prints its value each time your program stops.
11065 Each expression added to the list is given a number to identify it;
11066 to remove an expression from the list, you specify that number.
11067 The automatic display looks like this:
11068
11069 @smallexample
11070 2: foo = 38
11071 3: bar[5] = (struct hack *) 0x3804
11072 @end smallexample
11073
11074 @noindent
11075 This display shows item numbers, expressions and their current values. As with
11076 displays you request manually using @code{x} or @code{print}, you can
11077 specify the output format you prefer; in fact, @code{display} decides
11078 whether to use @code{print} or @code{x} depending your format
11079 specification---it uses @code{x} if you specify either the @samp{i}
11080 or @samp{s} format, or a unit size; otherwise it uses @code{print}.
11081
11082 @table @code
11083 @kindex display
11084 @item display @var{expr}
11085 Add the expression @var{expr} to the list of expressions to display
11086 each time your program stops. @xref{Expressions, ,Expressions}.
11087
11088 @code{display} does not repeat if you press @key{RET} again after using it.
11089
11090 @item display/@var{fmt} @var{expr}
11091 For @var{fmt} specifying only a display format and not a size or
11092 count, add the expression @var{expr} to the auto-display list but
11093 arrange to display it each time in the specified format @var{fmt}.
11094 @xref{Output Formats,,Output Formats}.
11095
11096 @item display/@var{fmt} @var{addr}
11097 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
11098 number of units, add the expression @var{addr} as a memory address to
11099 be examined each time your program stops. Examining means in effect
11100 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
11101 @end table
11102
11103 For example, @samp{display/i $pc} can be helpful, to see the machine
11104 instruction about to be executed each time execution stops (@samp{$pc}
11105 is a common name for the program counter; @pxref{Registers, ,Registers}).
11106
11107 @table @code
11108 @kindex delete display
11109 @kindex undisplay
11110 @item undisplay @var{dnums}@dots{}
11111 @itemx delete display @var{dnums}@dots{}
11112 Remove items from the list of expressions to display. Specify the
11113 numbers of the displays that you want affected with the command
11114 argument @var{dnums}. It can be a single display number, one of the
11115 numbers shown in the first field of the @samp{info display} display;
11116 or it could be a range of display numbers, as in @code{2-4}.
11117
11118 @code{undisplay} does not repeat if you press @key{RET} after using it.
11119 (Otherwise you would just get the error @samp{No display number @dots{}}.)
11120
11121 @kindex disable display
11122 @item disable display @var{dnums}@dots{}
11123 Disable the display of item numbers @var{dnums}. A disabled display
11124 item is not printed automatically, but is not forgotten. It may be
11125 enabled again later. Specify the numbers of the displays that you
11126 want affected with the command argument @var{dnums}. It can be a
11127 single display number, one of the numbers shown in the first field of
11128 the @samp{info display} display; or it could be a range of display
11129 numbers, as in @code{2-4}.
11130
11131 @kindex enable display
11132 @item enable display @var{dnums}@dots{}
11133 Enable display of item numbers @var{dnums}. It becomes effective once
11134 again in auto display of its expression, until you specify otherwise.
11135 Specify the numbers of the displays that you want affected with the
11136 command argument @var{dnums}. It can be a single display number, one
11137 of the numbers shown in the first field of the @samp{info display}
11138 display; or it could be a range of display numbers, as in @code{2-4}.
11139
11140 @item display
11141 Display the current values of the expressions on the list, just as is
11142 done when your program stops.
11143
11144 @kindex info display
11145 @item info display
11146 Print the list of expressions previously set up to display
11147 automatically, each one with its item number, but without showing the
11148 values. This includes disabled expressions, which are marked as such.
11149 It also includes expressions which would not be displayed right now
11150 because they refer to automatic variables not currently available.
11151 @end table
11152
11153 @cindex display disabled out of scope
11154 If a display expression refers to local variables, then it does not make
11155 sense outside the lexical context for which it was set up. Such an
11156 expression is disabled when execution enters a context where one of its
11157 variables is not defined. For example, if you give the command
11158 @code{display last_char} while inside a function with an argument
11159 @code{last_char}, @value{GDBN} displays this argument while your program
11160 continues to stop inside that function. When it stops elsewhere---where
11161 there is no variable @code{last_char}---the display is disabled
11162 automatically. The next time your program stops where @code{last_char}
11163 is meaningful, you can enable the display expression once again.
11164
11165 @node Print Settings
11166 @section Print Settings
11167
11168 @cindex format options
11169 @cindex print settings
11170 @value{GDBN} provides the following ways to control how arrays, structures,
11171 and symbols are printed.
11172
11173 @noindent
11174 These settings are useful for debugging programs in any language:
11175
11176 @table @code
11177 @kindex set print
11178 @anchor{set print address}
11179 @item set print address
11180 @itemx set print address on
11181 @cindex print/don't print memory addresses
11182 @value{GDBN} prints memory addresses showing the location of stack
11183 traces, structure values, pointer values, breakpoints, and so forth,
11184 even when it also displays the contents of those addresses. The default
11185 is @code{on}. For example, this is what a stack frame display looks like with
11186 @code{set print address on}:
11187
11188 @smallexample
11189 @group
11190 (@value{GDBP}) f
11191 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
11192 at input.c:530
11193 530 if (lquote != def_lquote)
11194 @end group
11195 @end smallexample
11196
11197 @item set print address off
11198 Do not print addresses when displaying their contents. For example,
11199 this is the same stack frame displayed with @code{set print address off}:
11200
11201 @smallexample
11202 @group
11203 (@value{GDBP}) set print addr off
11204 (@value{GDBP}) f
11205 #0 set_quotes (lq="<<", rq=">>") at input.c:530
11206 530 if (lquote != def_lquote)
11207 @end group
11208 @end smallexample
11209
11210 You can use @samp{set print address off} to eliminate all machine
11211 dependent displays from the @value{GDBN} interface. For example, with
11212 @code{print address off}, you should get the same text for backtraces on
11213 all machines---whether or not they involve pointer arguments.
11214
11215 @kindex show print
11216 @item show print address
11217 Show whether or not addresses are to be printed.
11218 @end table
11219
11220 When @value{GDBN} prints a symbolic address, it normally prints the
11221 closest earlier symbol plus an offset. If that symbol does not uniquely
11222 identify the address (for example, it is a name whose scope is a single
11223 source file), you may need to clarify. One way to do this is with
11224 @code{info line}, for example @samp{info line *0x4537}. Alternately,
11225 you can set @value{GDBN} to print the source file and line number when
11226 it prints a symbolic address:
11227
11228 @table @code
11229 @item set print symbol-filename on
11230 @cindex source file and line of a symbol
11231 @cindex symbol, source file and line
11232 Tell @value{GDBN} to print the source file name and line number of a
11233 symbol in the symbolic form of an address.
11234
11235 @item set print symbol-filename off
11236 Do not print source file name and line number of a symbol. This is the
11237 default.
11238
11239 @item show print symbol-filename
11240 Show whether or not @value{GDBN} will print the source file name and
11241 line number of a symbol in the symbolic form of an address.
11242 @end table
11243
11244 Another situation where it is helpful to show symbol filenames and line
11245 numbers is when disassembling code; @value{GDBN} shows you the line
11246 number and source file that corresponds to each instruction.
11247
11248 Also, you may wish to see the symbolic form only if the address being
11249 printed is reasonably close to the closest earlier symbol:
11250
11251 @table @code
11252 @item set print max-symbolic-offset @var{max-offset}
11253 @itemx set print max-symbolic-offset unlimited
11254 @cindex maximum value for offset of closest symbol
11255 Tell @value{GDBN} to only display the symbolic form of an address if the
11256 offset between the closest earlier symbol and the address is less than
11257 @var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
11258 to always print the symbolic form of an address if any symbol precedes
11259 it. Zero is equivalent to @code{unlimited}.
11260
11261 @item show print max-symbolic-offset
11262 Ask how large the maximum offset is that @value{GDBN} prints in a
11263 symbolic address.
11264 @end table
11265
11266 @cindex wild pointer, interpreting
11267 @cindex pointer, finding referent
11268 If you have a pointer and you are not sure where it points, try
11269 @samp{set print symbol-filename on}. Then you can determine the name
11270 and source file location of the variable where it points, using
11271 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
11272 For example, here @value{GDBN} shows that a variable @code{ptt} points
11273 at another variable @code{t}, defined in @file{hi2.c}:
11274
11275 @smallexample
11276 (@value{GDBP}) set print symbol-filename on
11277 (@value{GDBP}) p/a ptt
11278 $4 = 0xe008 <t in hi2.c>
11279 @end smallexample
11280
11281 @quotation
11282 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
11283 does not show the symbol name and filename of the referent, even with
11284 the appropriate @code{set print} options turned on.
11285 @end quotation
11286
11287 You can also enable @samp{/a}-like formatting all the time using
11288 @samp{set print symbol on}:
11289
11290 @anchor{set print symbol}
11291 @table @code
11292 @item set print symbol on
11293 Tell @value{GDBN} to print the symbol corresponding to an address, if
11294 one exists.
11295
11296 @item set print symbol off
11297 Tell @value{GDBN} not to print the symbol corresponding to an
11298 address. In this mode, @value{GDBN} will still print the symbol
11299 corresponding to pointers to functions. This is the default.
11300
11301 @item show print symbol
11302 Show whether @value{GDBN} will display the symbol corresponding to an
11303 address.
11304 @end table
11305
11306 Other settings control how different kinds of objects are printed:
11307
11308 @table @code
11309 @anchor{set print array}
11310 @item set print array
11311 @itemx set print array on
11312 @cindex pretty print arrays
11313 Pretty print arrays. This format is more convenient to read,
11314 but uses more space. The default is off.
11315
11316 @item set print array off
11317 Return to compressed format for arrays.
11318
11319 @item show print array
11320 Show whether compressed or pretty format is selected for displaying
11321 arrays.
11322
11323 @cindex print array indexes
11324 @anchor{set print array-indexes}
11325 @item set print array-indexes
11326 @itemx set print array-indexes on
11327 Print the index of each element when displaying arrays. May be more
11328 convenient to locate a given element in the array or quickly find the
11329 index of a given element in that printed array. The default is off.
11330
11331 @item set print array-indexes off
11332 Stop printing element indexes when displaying arrays.
11333
11334 @item show print array-indexes
11335 Show whether the index of each element is printed when displaying
11336 arrays.
11337
11338 @anchor{set print elements}
11339 @item set print elements @var{number-of-elements}
11340 @itemx set print elements unlimited
11341 @cindex number of array elements to print
11342 @cindex limit on number of printed array elements
11343 Set a limit on how many elements of an array @value{GDBN} will print.
11344 If @value{GDBN} is printing a large array, it stops printing after it has
11345 printed the number of elements set by the @code{set print elements} command.
11346 This limit also applies to the display of strings.
11347 When @value{GDBN} starts, this limit is set to 200.
11348 Setting @var{number-of-elements} to @code{unlimited} or zero means
11349 that the number of elements to print is unlimited.
11350
11351 @item show print elements
11352 Display the number of elements of a large array that @value{GDBN} will print.
11353 If the number is 0, then the printing is unlimited.
11354
11355 @anchor{set print frame-arguments}
11356 @item set print frame-arguments @var{value}
11357 @kindex set print frame-arguments
11358 @cindex printing frame argument values
11359 @cindex print all frame argument values
11360 @cindex print frame argument values for scalars only
11361 @cindex do not print frame arguments
11362 This command allows to control how the values of arguments are printed
11363 when the debugger prints a frame (@pxref{Frames}). The possible
11364 values are:
11365
11366 @table @code
11367 @item all
11368 The values of all arguments are printed.
11369
11370 @item scalars
11371 Print the value of an argument only if it is a scalar. The value of more
11372 complex arguments such as arrays, structures, unions, etc, is replaced
11373 by @code{@dots{}}. This is the default. Here is an example where
11374 only scalar arguments are shown:
11375
11376 @smallexample
11377 #1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
11378 at frame-args.c:23
11379 @end smallexample
11380
11381 @item none
11382 None of the argument values are printed. Instead, the value of each argument
11383 is replaced by @code{@dots{}}. In this case, the example above now becomes:
11384
11385 @smallexample
11386 #1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
11387 at frame-args.c:23
11388 @end smallexample
11389
11390 @item presence
11391 Only the presence of arguments is indicated by @code{@dots{}}.
11392 The @code{@dots{}} are not printed for function without any arguments.
11393 None of the argument names and values are printed.
11394 In this case, the example above now becomes:
11395
11396 @smallexample
11397 #1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11398 @end smallexample
11399
11400 @end table
11401
11402 By default, only scalar arguments are printed. This command can be used
11403 to configure the debugger to print the value of all arguments, regardless
11404 of their type. However, it is often advantageous to not print the value
11405 of more complex parameters. For instance, it reduces the amount of
11406 information printed in each frame, making the backtrace more readable.
11407 Also, it improves performance when displaying Ada frames, because
11408 the computation of large arguments can sometimes be CPU-intensive,
11409 especially in large applications. Setting @code{print frame-arguments}
11410 to @code{scalars} (the default), @code{none} or @code{presence} avoids
11411 this computation, thus speeding up the display of each Ada frame.
11412
11413 @item show print frame-arguments
11414 Show how the value of arguments should be displayed when printing a frame.
11415
11416 @anchor{set print raw-frame-arguments}
11417 @item set print raw-frame-arguments on
11418 Print frame arguments in raw, non pretty-printed, form.
11419
11420 @item set print raw-frame-arguments off
11421 Print frame arguments in pretty-printed form, if there is a pretty-printer
11422 for the value (@pxref{Pretty Printing}),
11423 otherwise print the value in raw form.
11424 This is the default.
11425
11426 @item show print raw-frame-arguments
11427 Show whether to print frame arguments in raw form.
11428
11429 @anchor{set print entry-values}
11430 @item set print entry-values @var{value}
11431 @kindex set print entry-values
11432 Set printing of frame argument values at function entry. In some cases
11433 @value{GDBN} can determine the value of function argument which was passed by
11434 the function caller, even if the value was modified inside the called function
11435 and therefore is different. With optimized code, the current value could be
11436 unavailable, but the entry value may still be known.
11437
11438 The default value is @code{default} (see below for its description). Older
11439 @value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11440 this feature will behave in the @code{default} setting the same way as with the
11441 @code{no} setting.
11442
11443 This functionality is currently supported only by DWARF 2 debugging format and
11444 the compiler has to produce @samp{DW_TAG_call_site} tags. With
11445 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11446 this information.
11447
11448 The @var{value} parameter can be one of the following:
11449
11450 @table @code
11451 @item no
11452 Print only actual parameter values, never print values from function entry
11453 point.
11454 @smallexample
11455 #0 equal (val=5)
11456 #0 different (val=6)
11457 #0 lost (val=<optimized out>)
11458 #0 born (val=10)
11459 #0 invalid (val=<optimized out>)
11460 @end smallexample
11461
11462 @item only
11463 Print only parameter values from function entry point. The actual parameter
11464 values are never printed.
11465 @smallexample
11466 #0 equal (val@@entry=5)
11467 #0 different (val@@entry=5)
11468 #0 lost (val@@entry=5)
11469 #0 born (val@@entry=<optimized out>)
11470 #0 invalid (val@@entry=<optimized out>)
11471 @end smallexample
11472
11473 @item preferred
11474 Print only parameter values from function entry point. If value from function
11475 entry point is not known while the actual value is known, print the actual
11476 value for such parameter.
11477 @smallexample
11478 #0 equal (val@@entry=5)
11479 #0 different (val@@entry=5)
11480 #0 lost (val@@entry=5)
11481 #0 born (val=10)
11482 #0 invalid (val@@entry=<optimized out>)
11483 @end smallexample
11484
11485 @item if-needed
11486 Print actual parameter values. If actual parameter value is not known while
11487 value from function entry point is known, print the entry point value for such
11488 parameter.
11489 @smallexample
11490 #0 equal (val=5)
11491 #0 different (val=6)
11492 #0 lost (val@@entry=5)
11493 #0 born (val=10)
11494 #0 invalid (val=<optimized out>)
11495 @end smallexample
11496
11497 @item both
11498 Always print both the actual parameter value and its value from function entry
11499 point, even if values of one or both are not available due to compiler
11500 optimizations.
11501 @smallexample
11502 #0 equal (val=5, val@@entry=5)
11503 #0 different (val=6, val@@entry=5)
11504 #0 lost (val=<optimized out>, val@@entry=5)
11505 #0 born (val=10, val@@entry=<optimized out>)
11506 #0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11507 @end smallexample
11508
11509 @item compact
11510 Print the actual parameter value if it is known and also its value from
11511 function entry point if it is known. If neither is known, print for the actual
11512 value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11513 values are known and identical, print the shortened
11514 @code{param=param@@entry=VALUE} notation.
11515 @smallexample
11516 #0 equal (val=val@@entry=5)
11517 #0 different (val=6, val@@entry=5)
11518 #0 lost (val@@entry=5)
11519 #0 born (val=10)
11520 #0 invalid (val=<optimized out>)
11521 @end smallexample
11522
11523 @item default
11524 Always print the actual parameter value. Print also its value from function
11525 entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11526 if both values are known and identical, print the shortened
11527 @code{param=param@@entry=VALUE} notation.
11528 @smallexample
11529 #0 equal (val=val@@entry=5)
11530 #0 different (val=6, val@@entry=5)
11531 #0 lost (val=<optimized out>, val@@entry=5)
11532 #0 born (val=10)
11533 #0 invalid (val=<optimized out>)
11534 @end smallexample
11535 @end table
11536
11537 For analysis messages on possible failures of frame argument values at function
11538 entry resolution see @ref{set debug entry-values}.
11539
11540 @item show print entry-values
11541 Show the method being used for printing of frame argument values at function
11542 entry.
11543
11544 @anchor{set print frame-info}
11545 @item set print frame-info @var{value}
11546 @kindex set print frame-info
11547 @cindex printing frame information
11548 @cindex frame information, printing
11549 This command allows to control the information printed when
11550 the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11551 for a general explanation about frames and frame information.
11552 Note that some other settings (such as @code{set print frame-arguments}
11553 and @code{set print address}) are also influencing if and how some frame
11554 information is displayed. In particular, the frame program counter is never
11555 printed if @code{set print address} is off.
11556
11557 The possible values for @code{set print frame-info} are:
11558 @table @code
11559 @item short-location
11560 Print the frame level, the program counter (if not at the
11561 beginning of the location source line), the function, the function
11562 arguments.
11563 @item location
11564 Same as @code{short-location} but also print the source file and source line
11565 number.
11566 @item location-and-address
11567 Same as @code{location} but print the program counter even if located at the
11568 beginning of the location source line.
11569 @item source-line
11570 Print the program counter (if not at the beginning of the location
11571 source line), the line number and the source line.
11572 @item source-and-location
11573 Print what @code{location} and @code{source-line} are printing.
11574 @item auto
11575 The information printed for a frame is decided automatically
11576 by the @value{GDBN} command that prints a frame.
11577 For example, @code{frame} prints the information printed by
11578 @code{source-and-location} while @code{stepi} will switch between
11579 @code{source-line} and @code{source-and-location} depending on the program
11580 counter.
11581 The default value is @code{auto}.
11582 @end table
11583
11584 @anchor{set print repeats}
11585 @item set print repeats @var{number-of-repeats}
11586 @itemx set print repeats unlimited
11587 @cindex repeated array elements
11588 Set the threshold for suppressing display of repeated array
11589 elements. When the number of consecutive identical elements of an
11590 array exceeds the threshold, @value{GDBN} prints the string
11591 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
11592 identical repetitions, instead of displaying the identical elements
11593 themselves. Setting the threshold to @code{unlimited} or zero will
11594 cause all elements to be individually printed. The default threshold
11595 is 10.
11596
11597 @item show print repeats
11598 Display the current threshold for printing repeated identical
11599 elements.
11600
11601 @anchor{set print max-depth}
11602 @item set print max-depth @var{depth}
11603 @item set print max-depth unlimited
11604 @cindex printing nested structures
11605 Set the threshold after which nested structures are replaced with
11606 ellipsis, this can make visualising deeply nested structures easier.
11607
11608 For example, given this C code
11609
11610 @smallexample
11611 typedef struct s1 @{ int a; @} s1;
11612 typedef struct s2 @{ s1 b; @} s2;
11613 typedef struct s3 @{ s2 c; @} s3;
11614 typedef struct s4 @{ s3 d; @} s4;
11615
11616 s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11617 @end smallexample
11618
11619 The following table shows how different values of @var{depth} will
11620 effect how @code{var} is printed by @value{GDBN}:
11621
11622 @multitable @columnfractions .3 .7
11623 @headitem @var{depth} setting @tab Result of @samp{p var}
11624 @item unlimited
11625 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11626 @item @code{0}
11627 @tab @code{$1 = @{...@}}
11628 @item @code{1}
11629 @tab @code{$1 = @{d = @{...@}@}}
11630 @item @code{2}
11631 @tab @code{$1 = @{d = @{c = @{...@}@}@}}
11632 @item @code{3}
11633 @tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11634 @item @code{4}
11635 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11636 @end multitable
11637
11638 To see the contents of structures that have been hidden the user can
11639 either increase the print max-depth, or they can print the elements of
11640 the structure that are visible, for example
11641
11642 @smallexample
11643 (gdb) set print max-depth 2
11644 (gdb) p var
11645 $1 = @{d = @{c = @{...@}@}@}
11646 (gdb) p var.d
11647 $2 = @{c = @{b = @{...@}@}@}
11648 (gdb) p var.d.c
11649 $3 = @{b = @{a = 3@}@}
11650 @end smallexample
11651
11652 The pattern used to replace nested structures varies based on
11653 language, for most languages @code{@{...@}} is used, but Fortran uses
11654 @code{(...)}.
11655
11656 @item show print max-depth
11657 Display the current threshold after which nested structures are
11658 replaces with ellipsis.
11659
11660 @anchor{set print memory-tag-violations}
11661 @cindex printing memory tag violation information
11662 @item set print memory-tag-violations
11663 @itemx set print memory-tag-violations on
11664 Cause @value{GDBN} to display additional information about memory tag violations
11665 when printing pointers and addresses.
11666
11667 @item set print memory-tag-violations off
11668 Stop printing memory tag violation information.
11669
11670 @item show print memory-tag-violations
11671 Show whether memory tag violation information is displayed when printing
11672 pointers and addresses.
11673
11674 @anchor{set print null-stop}
11675 @item set print null-stop
11676 @cindex @sc{null} elements in arrays
11677 Cause @value{GDBN} to stop printing the characters of an array when the first
11678 @sc{null} is encountered. This is useful when large arrays actually
11679 contain only short strings.
11680 The default is off.
11681
11682 @item show print null-stop
11683 Show whether @value{GDBN} stops printing an array on the first
11684 @sc{null} character.
11685
11686 @anchor{set print pretty}
11687 @item set print pretty on
11688 @cindex print structures in indented form
11689 @cindex indentation in structure display
11690 Cause @value{GDBN} to print structures in an indented format with one member
11691 per line, like this:
11692
11693 @smallexample
11694 @group
11695 $1 = @{
11696 next = 0x0,
11697 flags = @{
11698 sweet = 1,
11699 sour = 1
11700 @},
11701 meat = 0x54 "Pork"
11702 @}
11703 @end group
11704 @end smallexample
11705
11706 @item set print pretty off
11707 Cause @value{GDBN} to print structures in a compact format, like this:
11708
11709 @smallexample
11710 @group
11711 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11712 meat = 0x54 "Pork"@}
11713 @end group
11714 @end smallexample
11715
11716 @noindent
11717 This is the default format.
11718
11719 @item show print pretty
11720 Show which format @value{GDBN} is using to print structures.
11721
11722 @anchor{set print raw-values}
11723 @item set print raw-values on
11724 Print values in raw form, without applying the pretty
11725 printers for the value.
11726
11727 @item set print raw-values off
11728 Print values in pretty-printed form, if there is a pretty-printer
11729 for the value (@pxref{Pretty Printing}),
11730 otherwise print the value in raw form.
11731
11732 The default setting is ``off''.
11733
11734 @item show print raw-values
11735 Show whether to print values in raw form.
11736
11737 @item set print sevenbit-strings on
11738 @cindex eight-bit characters in strings
11739 @cindex octal escapes in strings
11740 Print using only seven-bit characters; if this option is set,
11741 @value{GDBN} displays any eight-bit characters (in strings or
11742 character values) using the notation @code{\}@var{nnn}. This setting is
11743 best if you are working in English (@sc{ascii}) and you use the
11744 high-order bit of characters as a marker or ``meta'' bit.
11745
11746 @item set print sevenbit-strings off
11747 Print full eight-bit characters. This allows the use of more
11748 international character sets, and is the default.
11749
11750 @item show print sevenbit-strings
11751 Show whether or not @value{GDBN} is printing only seven-bit characters.
11752
11753 @anchor{set print union}
11754 @item set print union on
11755 @cindex unions in structures, printing
11756 Tell @value{GDBN} to print unions which are contained in structures
11757 and other unions. This is the default setting.
11758
11759 @item set print union off
11760 Tell @value{GDBN} not to print unions which are contained in
11761 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11762 instead.
11763
11764 @item show print union
11765 Ask @value{GDBN} whether or not it will print unions which are contained in
11766 structures and other unions.
11767
11768 For example, given the declarations
11769
11770 @smallexample
11771 typedef enum @{Tree, Bug@} Species;
11772 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
11773 typedef enum @{Caterpillar, Cocoon, Butterfly@}
11774 Bug_forms;
11775
11776 struct thing @{
11777 Species it;
11778 union @{
11779 Tree_forms tree;
11780 Bug_forms bug;
11781 @} form;
11782 @};
11783
11784 struct thing foo = @{Tree, @{Acorn@}@};
11785 @end smallexample
11786
11787 @noindent
11788 with @code{set print union on} in effect @samp{p foo} would print
11789
11790 @smallexample
11791 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11792 @end smallexample
11793
11794 @noindent
11795 and with @code{set print union off} in effect it would print
11796
11797 @smallexample
11798 $1 = @{it = Tree, form = @{...@}@}
11799 @end smallexample
11800
11801 @noindent
11802 @code{set print union} affects programs written in C-like languages
11803 and in Pascal.
11804 @end table
11805
11806 @need 1000
11807 @noindent
11808 These settings are of interest when debugging C@t{++} programs:
11809
11810 @table @code
11811 @cindex demangling C@t{++} names
11812 @item set print demangle
11813 @itemx set print demangle on
11814 Print C@t{++} names in their source form rather than in the encoded
11815 (``mangled'') form passed to the assembler and linker for type-safe
11816 linkage. The default is on.
11817
11818 @item show print demangle
11819 Show whether C@t{++} names are printed in mangled or demangled form.
11820
11821 @item set print asm-demangle
11822 @itemx set print asm-demangle on
11823 Print C@t{++} names in their source form rather than their mangled form, even
11824 in assembler code printouts such as instruction disassemblies.
11825 The default is off.
11826
11827 @item show print asm-demangle
11828 Show whether C@t{++} names in assembly listings are printed in mangled
11829 or demangled form.
11830
11831 @cindex C@t{++} symbol decoding style
11832 @cindex symbol decoding style, C@t{++}
11833 @kindex set demangle-style
11834 @item set demangle-style @var{style}
11835 Choose among several encoding schemes used by different compilers to represent
11836 C@t{++} names. If you omit @var{style}, you will see a list of possible
11837 formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11838 decoding style by inspecting your program.
11839
11840 @item show demangle-style
11841 Display the encoding style currently in use for decoding C@t{++} symbols.
11842
11843 @anchor{set print object}
11844 @item set print object
11845 @itemx set print object on
11846 @cindex derived type of an object, printing
11847 @cindex display derived types
11848 When displaying a pointer to an object, identify the @emph{actual}
11849 (derived) type of the object rather than the @emph{declared} type, using
11850 the virtual function table. Note that the virtual function table is
11851 required---this feature can only work for objects that have run-time
11852 type identification; a single virtual method in the object's declared
11853 type is sufficient. Note that this setting is also taken into account when
11854 working with variable objects via MI (@pxref{GDB/MI}).
11855
11856 @item set print object off
11857 Display only the declared type of objects, without reference to the
11858 virtual function table. This is the default setting.
11859
11860 @item show print object
11861 Show whether actual, or declared, object types are displayed.
11862
11863 @anchor{set print static-members}
11864 @item set print static-members
11865 @itemx set print static-members on
11866 @cindex static members of C@t{++} objects
11867 Print static members when displaying a C@t{++} object. The default is on.
11868
11869 @item set print static-members off
11870 Do not print static members when displaying a C@t{++} object.
11871
11872 @item show print static-members
11873 Show whether C@t{++} static members are printed or not.
11874
11875 @item set print pascal_static-members
11876 @itemx set print pascal_static-members on
11877 @cindex static members of Pascal objects
11878 @cindex Pascal objects, static members display
11879 Print static members when displaying a Pascal object. The default is on.
11880
11881 @item set print pascal_static-members off
11882 Do not print static members when displaying a Pascal object.
11883
11884 @item show print pascal_static-members
11885 Show whether Pascal static members are printed or not.
11886
11887 @c These don't work with HP ANSI C++ yet.
11888 @anchor{set print vtbl}
11889 @item set print vtbl
11890 @itemx set print vtbl on
11891 @cindex pretty print C@t{++} virtual function tables
11892 @cindex virtual functions (C@t{++}) display
11893 @cindex VTBL display
11894 Pretty print C@t{++} virtual function tables. The default is off.
11895 (The @code{vtbl} commands do not work on programs compiled with the HP
11896 ANSI C@t{++} compiler (@code{aCC}).)
11897
11898 @item set print vtbl off
11899 Do not pretty print C@t{++} virtual function tables.
11900
11901 @item show print vtbl
11902 Show whether C@t{++} virtual function tables are pretty printed, or not.
11903 @end table
11904
11905 @node Pretty Printing
11906 @section Pretty Printing
11907
11908 @value{GDBN} provides a mechanism to allow pretty-printing of values using
11909 Python code. It greatly simplifies the display of complex objects. This
11910 mechanism works for both MI and the CLI.
11911
11912 @menu
11913 * Pretty-Printer Introduction:: Introduction to pretty-printers
11914 * Pretty-Printer Example:: An example pretty-printer
11915 * Pretty-Printer Commands:: Pretty-printer commands
11916 @end menu
11917
11918 @node Pretty-Printer Introduction
11919 @subsection Pretty-Printer Introduction
11920
11921 When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11922 registered for the value. If there is then @value{GDBN} invokes the
11923 pretty-printer to print the value. Otherwise the value is printed normally.
11924
11925 Pretty-printers are normally named. This makes them easy to manage.
11926 The @samp{info pretty-printer} command will list all the installed
11927 pretty-printers with their names.
11928 If a pretty-printer can handle multiple data types, then its
11929 @dfn{subprinters} are the printers for the individual data types.
11930 Each such subprinter has its own name.
11931 The format of the name is @var{printer-name};@var{subprinter-name}.
11932
11933 Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11934 Typically they are automatically loaded and registered when the corresponding
11935 debug information is loaded, thus making them available without having to
11936 do anything special.
11937
11938 There are three places where a pretty-printer can be registered.
11939
11940 @itemize @bullet
11941 @item
11942 Pretty-printers registered globally are available when debugging
11943 all inferiors.
11944
11945 @item
11946 Pretty-printers registered with a program space are available only
11947 when debugging that program.
11948 @xref{Progspaces In Python}, for more details on program spaces in Python.
11949
11950 @item
11951 Pretty-printers registered with an objfile are loaded and unloaded
11952 with the corresponding objfile (e.g., shared library).
11953 @xref{Objfiles In Python}, for more details on objfiles in Python.
11954 @end itemize
11955
11956 @xref{Selecting Pretty-Printers}, for further information on how
11957 pretty-printers are selected,
11958
11959 @xref{Writing a Pretty-Printer}, for implementing pretty printers
11960 for new types.
11961
11962 @node Pretty-Printer Example
11963 @subsection Pretty-Printer Example
11964
11965 Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
11966
11967 @smallexample
11968 (@value{GDBP}) print s
11969 $1 = @{
11970 static npos = 4294967295,
11971 _M_dataplus = @{
11972 <std::allocator<char>> = @{
11973 <__gnu_cxx::new_allocator<char>> = @{
11974 <No data fields>@}, <No data fields>
11975 @},
11976 members of std::basic_string<char, std::char_traits<char>,
11977 std::allocator<char> >::_Alloc_hider:
11978 _M_p = 0x804a014 "abcd"
11979 @}
11980 @}
11981 @end smallexample
11982
11983 With a pretty-printer for @code{std::string} only the contents are printed:
11984
11985 @smallexample
11986 (@value{GDBP}) print s
11987 $2 = "abcd"
11988 @end smallexample
11989
11990 @node Pretty-Printer Commands
11991 @subsection Pretty-Printer Commands
11992 @cindex pretty-printer commands
11993
11994 @table @code
11995 @kindex info pretty-printer
11996 @item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11997 Print the list of installed pretty-printers.
11998 This includes disabled pretty-printers, which are marked as such.
11999
12000 @var{object-regexp} is a regular expression matching the objects
12001 whose pretty-printers to list.
12002 Objects can be @code{global}, the program space's file
12003 (@pxref{Progspaces In Python}),
12004 and the object files within that program space (@pxref{Objfiles In Python}).
12005 @xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
12006 looks up a printer from these three objects.
12007
12008 @var{name-regexp} is a regular expression matching the name of the printers
12009 to list.
12010
12011 @kindex disable pretty-printer
12012 @item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
12013 Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
12014 A disabled pretty-printer is not forgotten, it may be enabled again later.
12015
12016 @kindex enable pretty-printer
12017 @item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
12018 Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
12019 @end table
12020
12021 Example:
12022
12023 Suppose we have three pretty-printers installed: one from library1.so
12024 named @code{foo} that prints objects of type @code{foo}, and
12025 another from library2.so named @code{bar} that prints two types of objects,
12026 @code{bar1} and @code{bar2}.
12027
12028 @smallexample
12029 (gdb) info pretty-printer
12030 library1.so:
12031 foo
12032 library2.so:
12033 bar
12034 bar1
12035 bar2
12036 (gdb) info pretty-printer library2
12037 library2.so:
12038 bar
12039 bar1
12040 bar2
12041 (gdb) disable pretty-printer library1
12042 1 printer disabled
12043 2 of 3 printers enabled
12044 (gdb) info pretty-printer
12045 library1.so:
12046 foo [disabled]
12047 library2.so:
12048 bar
12049 bar1
12050 bar2
12051 (gdb) disable pretty-printer library2 bar;bar1
12052 1 printer disabled
12053 1 of 3 printers enabled
12054 (gdb) info pretty-printer library2
12055 library1.so:
12056 foo [disabled]
12057 library2.so:
12058 bar
12059 bar1 [disabled]
12060 bar2
12061 (gdb) disable pretty-printer library2 bar
12062 1 printer disabled
12063 0 of 3 printers enabled
12064 (gdb) info pretty-printer library2
12065 library1.so:
12066 foo [disabled]
12067 library2.so:
12068 bar [disabled]
12069 bar1 [disabled]
12070 bar2
12071 @end smallexample
12072
12073 Note that for @code{bar} the entire printer can be disabled,
12074 as can each individual subprinter.
12075
12076 Printing values and frame arguments is done by default using
12077 the enabled pretty printers.
12078
12079 The print option @code{-raw-values} and @value{GDBN} setting
12080 @code{set print raw-values} (@pxref{set print raw-values}) can be
12081 used to print values without applying the enabled pretty printers.
12082
12083 Similarly, the backtrace option @code{-raw-frame-arguments} and
12084 @value{GDBN} setting @code{set print raw-frame-arguments}
12085 (@pxref{set print raw-frame-arguments}) can be used to ignore the
12086 enabled pretty printers when printing frame argument values.
12087
12088 @node Value History
12089 @section Value History
12090
12091 @cindex value history
12092 @cindex history of values printed by @value{GDBN}
12093 Values printed by the @code{print} command are saved in the @value{GDBN}
12094 @dfn{value history}. This allows you to refer to them in other expressions.
12095 Values are kept until the symbol table is re-read or discarded
12096 (for example with the @code{file} or @code{symbol-file} commands).
12097 When the symbol table changes, the value history is discarded,
12098 since the values may contain pointers back to the types defined in the
12099 symbol table.
12100
12101 @cindex @code{$}
12102 @cindex @code{$$}
12103 @cindex history number
12104 The values printed are given @dfn{history numbers} by which you can
12105 refer to them. These are successive integers starting with one.
12106 @code{print} shows you the history number assigned to a value by
12107 printing @samp{$@var{num} = } before the value; here @var{num} is the
12108 history number.
12109
12110 To refer to any previous value, use @samp{$} followed by the value's
12111 history number. The way @code{print} labels its output is designed to
12112 remind you of this. Just @code{$} refers to the most recent value in
12113 the history, and @code{$$} refers to the value before that.
12114 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
12115 is the value just prior to @code{$$}, @code{$$1} is equivalent to
12116 @code{$$}, and @code{$$0} is equivalent to @code{$}.
12117
12118 For example, suppose you have just printed a pointer to a structure and
12119 want to see the contents of the structure. It suffices to type
12120
12121 @smallexample
12122 p *$
12123 @end smallexample
12124
12125 If you have a chain of structures where the component @code{next} points
12126 to the next one, you can print the contents of the next one with this:
12127
12128 @smallexample
12129 p *$.next
12130 @end smallexample
12131
12132 @noindent
12133 You can print successive links in the chain by repeating this
12134 command---which you can do by just typing @key{RET}.
12135
12136 Note that the history records values, not expressions. If the value of
12137 @code{x} is 4 and you type these commands:
12138
12139 @smallexample
12140 print x
12141 set x=5
12142 @end smallexample
12143
12144 @noindent
12145 then the value recorded in the value history by the @code{print} command
12146 remains 4 even though the value of @code{x} has changed.
12147
12148 @table @code
12149 @kindex show values
12150 @item show values
12151 Print the last ten values in the value history, with their item numbers.
12152 This is like @samp{p@ $$9} repeated ten times, except that @code{show
12153 values} does not change the history.
12154
12155 @item show values @var{n}
12156 Print ten history values centered on history item number @var{n}.
12157
12158 @item show values +
12159 Print ten history values just after the values last printed. If no more
12160 values are available, @code{show values +} produces no display.
12161 @end table
12162
12163 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
12164 same effect as @samp{show values +}.
12165
12166 @node Convenience Vars
12167 @section Convenience Variables
12168
12169 @cindex convenience variables
12170 @cindex user-defined variables
12171 @value{GDBN} provides @dfn{convenience variables} that you can use within
12172 @value{GDBN} to hold on to a value and refer to it later. These variables
12173 exist entirely within @value{GDBN}; they are not part of your program, and
12174 setting a convenience variable has no direct effect on further execution
12175 of your program. That is why you can use them freely.
12176
12177 Convenience variables are prefixed with @samp{$}. Any name preceded by
12178 @samp{$} can be used for a convenience variable, unless it is one of
12179 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
12180 (Value history references, in contrast, are @emph{numbers} preceded
12181 by @samp{$}. @xref{Value History, ,Value History}.)
12182
12183 You can save a value in a convenience variable with an assignment
12184 expression, just as you would set a variable in your program.
12185 For example:
12186
12187 @smallexample
12188 set $foo = *object_ptr
12189 @end smallexample
12190
12191 @noindent
12192 would save in @code{$foo} the value contained in the object pointed to by
12193 @code{object_ptr}.
12194
12195 Using a convenience variable for the first time creates it, but its
12196 value is @code{void} until you assign a new value. You can alter the
12197 value with another assignment at any time.
12198
12199 Convenience variables have no fixed types. You can assign a convenience
12200 variable any type of value, including structures and arrays, even if
12201 that variable already has a value of a different type. The convenience
12202 variable, when used as an expression, has the type of its current value.
12203
12204 @table @code
12205 @kindex show convenience
12206 @cindex show all user variables and functions
12207 @item show convenience
12208 Print a list of convenience variables used so far, and their values,
12209 as well as a list of the convenience functions.
12210 Abbreviated @code{show conv}.
12211
12212 @kindex init-if-undefined
12213 @cindex convenience variables, initializing
12214 @item init-if-undefined $@var{variable} = @var{expression}
12215 Set a convenience variable if it has not already been set. This is useful
12216 for user-defined commands that keep some state. It is similar, in concept,
12217 to using local static variables with initializers in C (except that
12218 convenience variables are global). It can also be used to allow users to
12219 override default values used in a command script.
12220
12221 If the variable is already defined then the expression is not evaluated so
12222 any side-effects do not occur.
12223 @end table
12224
12225 One of the ways to use a convenience variable is as a counter to be
12226 incremented or a pointer to be advanced. For example, to print
12227 a field from successive elements of an array of structures:
12228
12229 @smallexample
12230 set $i = 0
12231 print bar[$i++]->contents
12232 @end smallexample
12233
12234 @noindent
12235 Repeat that command by typing @key{RET}.
12236
12237 Some convenience variables are created automatically by @value{GDBN} and given
12238 values likely to be useful.
12239
12240 @table @code
12241 @vindex $_@r{, convenience variable}
12242 @item $_
12243 The variable @code{$_} is automatically set by the @code{x} command to
12244 the last address examined (@pxref{Memory, ,Examining Memory}). Other
12245 commands which provide a default address for @code{x} to examine also
12246 set @code{$_} to that address; these commands include @code{info line}
12247 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
12248 except when set by the @code{x} command, in which case it is a pointer
12249 to the type of @code{$__}.
12250
12251 @vindex $__@r{, convenience variable}
12252 @item $__
12253 The variable @code{$__} is automatically set by the @code{x} command
12254 to the value found in the last address examined. Its type is chosen
12255 to match the format in which the data was printed.
12256
12257 @item $_exitcode
12258 @vindex $_exitcode@r{, convenience variable}
12259 When the program being debugged terminates normally, @value{GDBN}
12260 automatically sets this variable to the exit code of the program, and
12261 resets @code{$_exitsignal} to @code{void}.
12262
12263 @item $_exitsignal
12264 @vindex $_exitsignal@r{, convenience variable}
12265 When the program being debugged dies due to an uncaught signal,
12266 @value{GDBN} automatically sets this variable to that signal's number,
12267 and resets @code{$_exitcode} to @code{void}.
12268
12269 To distinguish between whether the program being debugged has exited
12270 (i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
12271 @code{$_exitsignal} is not @code{void}), the convenience function
12272 @code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
12273 Functions}). For example, considering the following source code:
12274
12275 @smallexample
12276 #include <signal.h>
12277
12278 int
12279 main (int argc, char *argv[])
12280 @{
12281 raise (SIGALRM);
12282 return 0;
12283 @}
12284 @end smallexample
12285
12286 A valid way of telling whether the program being debugged has exited
12287 or signalled would be:
12288
12289 @smallexample
12290 (@value{GDBP}) define has_exited_or_signalled
12291 Type commands for definition of ``has_exited_or_signalled''.
12292 End with a line saying just ``end''.
12293 >if $_isvoid ($_exitsignal)
12294 >echo The program has exited\n
12295 >else
12296 >echo The program has signalled\n
12297 >end
12298 >end
12299 (@value{GDBP}) run
12300 Starting program:
12301
12302 Program terminated with signal SIGALRM, Alarm clock.
12303 The program no longer exists.
12304 (@value{GDBP}) has_exited_or_signalled
12305 The program has signalled
12306 @end smallexample
12307
12308 As can be seen, @value{GDBN} correctly informs that the program being
12309 debugged has signalled, since it calls @code{raise} and raises a
12310 @code{SIGALRM} signal. If the program being debugged had not called
12311 @code{raise}, then @value{GDBN} would report a normal exit:
12312
12313 @smallexample
12314 (@value{GDBP}) has_exited_or_signalled
12315 The program has exited
12316 @end smallexample
12317
12318 @item $_exception
12319 The variable @code{$_exception} is set to the exception object being
12320 thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
12321
12322 @item $_ada_exception
12323 The variable @code{$_ada_exception} is set to the address of the
12324 exception being caught or thrown at an Ada exception-related
12325 catchpoint. @xref{Set Catchpoints}.
12326
12327 @item $_probe_argc
12328 @itemx $_probe_arg0@dots{}$_probe_arg11
12329 Arguments to a static probe. @xref{Static Probe Points}.
12330
12331 @item $_sdata
12332 @vindex $_sdata@r{, inspect, convenience variable}
12333 The variable @code{$_sdata} contains extra collected static tracepoint
12334 data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
12335 @code{$_sdata} could be empty, if not inspecting a trace buffer, or
12336 if extra static tracepoint data has not been collected.
12337
12338 @item $_siginfo
12339 @vindex $_siginfo@r{, convenience variable}
12340 The variable @code{$_siginfo} contains extra signal information
12341 (@pxref{extra signal information}). Note that @code{$_siginfo}
12342 could be empty, if the application has not yet received any signals.
12343 For example, it will be empty before you execute the @code{run} command.
12344
12345 @item $_tlb
12346 @vindex $_tlb@r{, convenience variable}
12347 The variable @code{$_tlb} is automatically set when debugging
12348 applications running on MS-Windows in native mode or connected to
12349 gdbserver that supports the @code{qGetTIBAddr} request.
12350 @xref{General Query Packets}.
12351 This variable contains the address of the thread information block.
12352
12353 @item $_inferior
12354 The number of the current inferior. @xref{Inferiors Connections and
12355 Programs, ,Debugging Multiple Inferiors Connections and Programs}.
12356
12357 @item $_thread
12358 The thread number of the current thread. @xref{thread numbers}.
12359
12360 @item $_gthread
12361 The global number of the current thread. @xref{global thread numbers}.
12362
12363 @item $_gdb_major
12364 @itemx $_gdb_minor
12365 @vindex $_gdb_major@r{, convenience variable}
12366 @vindex $_gdb_minor@r{, convenience variable}
12367 The major and minor version numbers of the running @value{GDBN}.
12368 Development snapshots and pretest versions have their minor version
12369 incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
12370 the value 12 for @code{$_gdb_minor}. These variables allow you to
12371 write scripts that work with different versions of @value{GDBN}
12372 without errors caused by features unavailable in some of those
12373 versions.
12374
12375 @item $_shell_exitcode
12376 @itemx $_shell_exitsignal
12377 @vindex $_shell_exitcode@r{, convenience variable}
12378 @vindex $_shell_exitsignal@r{, convenience variable}
12379 @cindex shell command, exit code
12380 @cindex shell command, exit signal
12381 @cindex exit status of shell commands
12382 @value{GDBN} commands such as @code{shell} and @code{|} are launching
12383 shell commands. When a launched command terminates, @value{GDBN}
12384 automatically maintains the variables @code{$_shell_exitcode}
12385 and @code{$_shell_exitsignal} according to the exit status of the last
12386 launched command. These variables are set and used similarly to
12387 the variables @code{$_exitcode} and @code{$_exitsignal}.
12388
12389 @end table
12390
12391 @node Convenience Funs
12392 @section Convenience Functions
12393
12394 @cindex convenience functions
12395 @value{GDBN} also supplies some @dfn{convenience functions}. These
12396 have a syntax similar to convenience variables. A convenience
12397 function can be used in an expression just like an ordinary function;
12398 however, a convenience function is implemented internally to
12399 @value{GDBN}.
12400
12401 These functions do not require @value{GDBN} to be configured with
12402 @code{Python} support, which means that they are always available.
12403
12404 @table @code
12405
12406 @item $_isvoid (@var{expr})
12407 @findex $_isvoid@r{, convenience function}
12408 Return one if the expression @var{expr} is @code{void}. Otherwise it
12409 returns zero.
12410
12411 A @code{void} expression is an expression where the type of the result
12412 is @code{void}. For example, you can examine a convenience variable
12413 (see @ref{Convenience Vars,, Convenience Variables}) to check whether
12414 it is @code{void}:
12415
12416 @smallexample
12417 (@value{GDBP}) print $_exitcode
12418 $1 = void
12419 (@value{GDBP}) print $_isvoid ($_exitcode)
12420 $2 = 1
12421 (@value{GDBP}) run
12422 Starting program: ./a.out
12423 [Inferior 1 (process 29572) exited normally]
12424 (@value{GDBP}) print $_exitcode
12425 $3 = 0
12426 (@value{GDBP}) print $_isvoid ($_exitcode)
12427 $4 = 0
12428 @end smallexample
12429
12430 In the example above, we used @code{$_isvoid} to check whether
12431 @code{$_exitcode} is @code{void} before and after the execution of the
12432 program being debugged. Before the execution there is no exit code to
12433 be examined, therefore @code{$_exitcode} is @code{void}. After the
12434 execution the program being debugged returned zero, therefore
12435 @code{$_exitcode} is zero, which means that it is not @code{void}
12436 anymore.
12437
12438 The @code{void} expression can also be a call of a function from the
12439 program being debugged. For example, given the following function:
12440
12441 @smallexample
12442 void
12443 foo (void)
12444 @{
12445 @}
12446 @end smallexample
12447
12448 The result of calling it inside @value{GDBN} is @code{void}:
12449
12450 @smallexample
12451 (@value{GDBP}) print foo ()
12452 $1 = void
12453 (@value{GDBP}) print $_isvoid (foo ())
12454 $2 = 1
12455 (@value{GDBP}) set $v = foo ()
12456 (@value{GDBP}) print $v
12457 $3 = void
12458 (@value{GDBP}) print $_isvoid ($v)
12459 $4 = 1
12460 @end smallexample
12461
12462 @item $_gdb_setting_str (@var{setting})
12463 @findex $_gdb_setting_str@r{, convenience function}
12464 Return the value of the @value{GDBN} @var{setting} as a string.
12465 @var{setting} is any setting that can be used in a @code{set} or
12466 @code{show} command (@pxref{Controlling GDB}).
12467
12468 @smallexample
12469 (@value{GDBP}) show print frame-arguments
12470 Printing of non-scalar frame arguments is "scalars".
12471 (@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12472 $1 = "scalars"
12473 (@value{GDBP}) p $_gdb_setting_str("height")
12474 $2 = "30"
12475 (@value{GDBP})
12476 @end smallexample
12477
12478 @item $_gdb_setting (@var{setting})
12479 @findex $_gdb_setting@r{, convenience function}
12480 Return the value of the @value{GDBN} @var{setting}.
12481 The type of the returned value depends on the setting.
12482
12483 The value type for boolean and auto boolean settings is @code{int}.
12484 The boolean values @code{off} and @code{on} are converted to
12485 the integer values @code{0} and @code{1}. The value @code{auto} is
12486 converted to the value @code{-1}.
12487
12488 The value type for integer settings is either @code{unsigned int}
12489 or @code{int}, depending on the setting.
12490
12491 Some integer settings accept an @code{unlimited} value.
12492 Depending on the setting, the @code{set} command also accepts
12493 the value @code{0} or the value @code{@minus{}1} as a synonym for
12494 @code{unlimited}.
12495 For example, @code{set height unlimited} is equivalent to
12496 @code{set height 0}.
12497
12498 Some other settings that accept the @code{unlimited} value
12499 use the value @code{0} to literally mean zero.
12500 For example, @code{set history size 0} indicates to not
12501 record any @value{GDBN} commands in the command history.
12502 For such settings, @code{@minus{}1} is the synonym
12503 for @code{unlimited}.
12504
12505 See the documentation of the corresponding @code{set} command for
12506 the numerical value equivalent to @code{unlimited}.
12507
12508 The @code{$_gdb_setting} function converts the unlimited value
12509 to a @code{0} or a @code{@minus{}1} value according to what the
12510 @code{set} command uses.
12511
12512 @smallexample
12513 @group
12514 (@value{GDBP}) p $_gdb_setting_str("height")
12515 $1 = "30"
12516 (@value{GDBP}) p $_gdb_setting("height")
12517 $2 = 30
12518 (@value{GDBP}) set height unlimited
12519 (@value{GDBP}) p $_gdb_setting_str("height")
12520 $3 = "unlimited"
12521 (@value{GDBP}) p $_gdb_setting("height")
12522 $4 = 0
12523 @end group
12524 @group
12525 (@value{GDBP}) p $_gdb_setting_str("history size")
12526 $5 = "unlimited"
12527 (@value{GDBP}) p $_gdb_setting("history size")
12528 $6 = -1
12529 (@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12530 $7 = "auto"
12531 (@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12532 $8 = -1
12533 (@value{GDBP})
12534 @end group
12535 @end smallexample
12536
12537 Other setting types (enum, filename, optional filename, string, string noescape)
12538 are returned as string values.
12539
12540
12541 @item $_gdb_maint_setting_str (@var{setting})
12542 @findex $_gdb_maint_setting_str@r{, convenience function}
12543 Like the @code{$_gdb_setting_str} function, but works with
12544 @code{maintenance set} variables.
12545
12546 @item $_gdb_maint_setting (@var{setting})
12547 @findex $_gdb_maint_setting@r{, convenience function}
12548 Like the @code{$_gdb_setting} function, but works with
12549 @code{maintenance set} variables.
12550
12551 @end table
12552
12553 The following functions require @value{GDBN} to be configured with
12554 @code{Python} support.
12555
12556 @table @code
12557
12558 @item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12559 @findex $_memeq@r{, convenience function}
12560 Returns one if the @var{length} bytes at the addresses given by
12561 @var{buf1} and @var{buf2} are equal.
12562 Otherwise it returns zero.
12563
12564 @item $_regex(@var{str}, @var{regex})
12565 @findex $_regex@r{, convenience function}
12566 Returns one if the string @var{str} matches the regular expression
12567 @var{regex}. Otherwise it returns zero.
12568 The syntax of the regular expression is that specified by @code{Python}'s
12569 regular expression support.
12570
12571 @item $_streq(@var{str1}, @var{str2})
12572 @findex $_streq@r{, convenience function}
12573 Returns one if the strings @var{str1} and @var{str2} are equal.
12574 Otherwise it returns zero.
12575
12576 @item $_strlen(@var{str})
12577 @findex $_strlen@r{, convenience function}
12578 Returns the length of string @var{str}.
12579
12580 @item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12581 @findex $_caller_is@r{, convenience function}
12582 Returns one if the calling function's name is equal to @var{name}.
12583 Otherwise it returns zero.
12584
12585 If the optional argument @var{number_of_frames} is provided,
12586 it is the number of frames up in the stack to look.
12587 The default is 1.
12588
12589 Example:
12590
12591 @smallexample
12592 (gdb) backtrace
12593 #0 bottom_func ()
12594 at testsuite/gdb.python/py-caller-is.c:21
12595 #1 0x00000000004005a0 in middle_func ()
12596 at testsuite/gdb.python/py-caller-is.c:27
12597 #2 0x00000000004005ab in top_func ()
12598 at testsuite/gdb.python/py-caller-is.c:33
12599 #3 0x00000000004005b6 in main ()
12600 at testsuite/gdb.python/py-caller-is.c:39
12601 (gdb) print $_caller_is ("middle_func")
12602 $1 = 1
12603 (gdb) print $_caller_is ("top_func", 2)
12604 $1 = 1
12605 @end smallexample
12606
12607 @item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12608 @findex $_caller_matches@r{, convenience function}
12609 Returns one if the calling function's name matches the regular expression
12610 @var{regexp}. Otherwise it returns zero.
12611
12612 If the optional argument @var{number_of_frames} is provided,
12613 it is the number of frames up in the stack to look.
12614 The default is 1.
12615
12616 @item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12617 @findex $_any_caller_is@r{, convenience function}
12618 Returns one if any calling function's name is equal to @var{name}.
12619 Otherwise it returns zero.
12620
12621 If the optional argument @var{number_of_frames} is provided,
12622 it is the number of frames up in the stack to look.
12623 The default is 1.
12624
12625 This function differs from @code{$_caller_is} in that this function
12626 checks all stack frames from the immediate caller to the frame specified
12627 by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12628 frame specified by @var{number_of_frames}.
12629
12630 @item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12631 @findex $_any_caller_matches@r{, convenience function}
12632 Returns one if any calling function's name matches the regular expression
12633 @var{regexp}. Otherwise it returns zero.
12634
12635 If the optional argument @var{number_of_frames} is provided,
12636 it is the number of frames up in the stack to look.
12637 The default is 1.
12638
12639 This function differs from @code{$_caller_matches} in that this function
12640 checks all stack frames from the immediate caller to the frame specified
12641 by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12642 frame specified by @var{number_of_frames}.
12643
12644 @item $_as_string(@var{value})
12645 @findex $_as_string@r{, convenience function}
12646 Return the string representation of @var{value}.
12647
12648 This function is useful to obtain the textual label (enumerator) of an
12649 enumeration value. For example, assuming the variable @var{node} is of
12650 an enumerated type:
12651
12652 @smallexample
12653 (gdb) printf "Visiting node of type %s\n", $_as_string(node)
12654 Visiting node of type NODE_INTEGER
12655 @end smallexample
12656
12657 @item $_cimag(@var{value})
12658 @itemx $_creal(@var{value})
12659 @findex $_cimag@r{, convenience function}
12660 @findex $_creal@r{, convenience function}
12661 Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12662 the complex number @var{value}.
12663
12664 The type of the imaginary or real part depends on the type of the
12665 complex number, e.g., using @code{$_cimag} on a @code{float complex}
12666 will return an imaginary part of type @code{float}.
12667
12668 @end table
12669
12670 @value{GDBN} provides the ability to list and get help on
12671 convenience functions.
12672
12673 @table @code
12674 @item help function
12675 @kindex help function
12676 @cindex show all convenience functions
12677 Print a list of all convenience functions.
12678 @end table
12679
12680 @node Registers
12681 @section Registers
12682
12683 @cindex registers
12684 You can refer to machine register contents, in expressions, as variables
12685 with names starting with @samp{$}. The names of registers are different
12686 for each machine; use @code{info registers} to see the names used on
12687 your machine.
12688
12689 @table @code
12690 @kindex info registers
12691 @item info registers
12692 Print the names and values of all registers except floating-point
12693 and vector registers (in the selected stack frame).
12694
12695 @kindex info all-registers
12696 @cindex floating point registers
12697 @item info all-registers
12698 Print the names and values of all registers, including floating-point
12699 and vector registers (in the selected stack frame).
12700
12701 @anchor{info_registers_reggroup}
12702 @item info registers @var{reggroup} @dots{}
12703 Print the name and value of the registers in each of the specified
12704 @var{reggroup}s. The @var{reggroup} can be any of those returned by
12705 @code{maint print reggroups} (@pxref{Maintenance Commands}).
12706
12707 @item info registers @var{regname} @dots{}
12708 Print the @dfn{relativized} value of each specified register @var{regname}.
12709 As discussed in detail below, register values are normally relative to
12710 the selected stack frame. The @var{regname} may be any register name valid on
12711 the machine you are using, with or without the initial @samp{$}.
12712 @end table
12713
12714 @anchor{standard registers}
12715 @cindex stack pointer register
12716 @cindex program counter register
12717 @cindex process status register
12718 @cindex frame pointer register
12719 @cindex standard registers
12720 @value{GDBN} has four ``standard'' register names that are available (in
12721 expressions) on most machines---whenever they do not conflict with an
12722 architecture's canonical mnemonics for registers. The register names
12723 @code{$pc} and @code{$sp} are used for the program counter register and
12724 the stack pointer. @code{$fp} is used for a register that contains a
12725 pointer to the current stack frame, and @code{$ps} is used for a
12726 register that contains the processor status. For example,
12727 you could print the program counter in hex with
12728
12729 @smallexample
12730 p/x $pc
12731 @end smallexample
12732
12733 @noindent
12734 or print the instruction to be executed next with
12735
12736 @smallexample
12737 x/i $pc
12738 @end smallexample
12739
12740 @noindent
12741 or add four to the stack pointer@footnote{This is a way of removing
12742 one word from the stack, on machines where stacks grow downward in
12743 memory (most machines, nowadays). This assumes that the innermost
12744 stack frame is selected; setting @code{$sp} is not allowed when other
12745 stack frames are selected. To pop entire frames off the stack,
12746 regardless of machine architecture, use @code{return};
12747 see @ref{Returning, ,Returning from a Function}.} with
12748
12749 @smallexample
12750 set $sp += 4
12751 @end smallexample
12752
12753 Whenever possible, these four standard register names are available on
12754 your machine even though the machine has different canonical mnemonics,
12755 so long as there is no conflict. The @code{info registers} command
12756 shows the canonical names. For example, on the SPARC, @code{info
12757 registers} displays the processor status register as @code{$psr} but you
12758 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12759 is an alias for the @sc{eflags} register.
12760
12761 @value{GDBN} always considers the contents of an ordinary register as an
12762 integer when the register is examined in this way. Some machines have
12763 special registers which can hold nothing but floating point; these
12764 registers are considered to have floating point values. There is no way
12765 to refer to the contents of an ordinary register as floating point value
12766 (although you can @emph{print} it as a floating point value with
12767 @samp{print/f $@var{regname}}).
12768
12769 Some registers have distinct ``raw'' and ``virtual'' data formats. This
12770 means that the data format in which the register contents are saved by
12771 the operating system is not the same one that your program normally
12772 sees. For example, the registers of the 68881 floating point
12773 coprocessor are always saved in ``extended'' (raw) format, but all C
12774 programs expect to work with ``double'' (virtual) format. In such
12775 cases, @value{GDBN} normally works with the virtual format only (the format
12776 that makes sense for your program), but the @code{info registers} command
12777 prints the data in both formats.
12778
12779 @cindex SSE registers (x86)
12780 @cindex MMX registers (x86)
12781 Some machines have special registers whose contents can be interpreted
12782 in several different ways. For example, modern x86-based machines
12783 have SSE and MMX registers that can hold several values packed
12784 together in several different formats. @value{GDBN} refers to such
12785 registers in @code{struct} notation:
12786
12787 @smallexample
12788 (@value{GDBP}) print $xmm1
12789 $1 = @{
12790 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12791 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12792 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12793 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12794 v4_int32 = @{0, 20657912, 11, 13@},
12795 v2_int64 = @{88725056443645952, 55834574859@},
12796 uint128 = 0x0000000d0000000b013b36f800000000
12797 @}
12798 @end smallexample
12799
12800 @noindent
12801 To set values of such registers, you need to tell @value{GDBN} which
12802 view of the register you wish to change, as if you were assigning
12803 value to a @code{struct} member:
12804
12805 @smallexample
12806 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12807 @end smallexample
12808
12809 Normally, register values are relative to the selected stack frame
12810 (@pxref{Selection, ,Selecting a Frame}). This means that you get the
12811 value that the register would contain if all stack frames farther in
12812 were exited and their saved registers restored. In order to see the
12813 true contents of hardware registers, you must select the innermost
12814 frame (with @samp{frame 0}).
12815
12816 @cindex caller-saved registers
12817 @cindex call-clobbered registers
12818 @cindex volatile registers
12819 @cindex <not saved> values
12820 Usually ABIs reserve some registers as not needed to be saved by the
12821 callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12822 registers). It may therefore not be possible for @value{GDBN} to know
12823 the value a register had before the call (in other words, in the outer
12824 frame), if the register value has since been changed by the callee.
12825 @value{GDBN} tries to deduce where the inner frame saved
12826 (``callee-saved'') registers, from the debug info, unwind info, or the
12827 machine code generated by your compiler. If some register is not
12828 saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12829 its own knowledge of the ABI, or because the debug/unwind info
12830 explicitly says the register's value is undefined), @value{GDBN}
12831 displays @w{@samp{<not saved>}} as the register's value. With targets
12832 that @value{GDBN} has no knowledge of the register saving convention,
12833 if a register was not saved by the callee, then its value and location
12834 in the outer frame are assumed to be the same of the inner frame.
12835 This is usually harmless, because if the register is call-clobbered,
12836 the caller either does not care what is in the register after the
12837 call, or has code to restore the value that it does care about. Note,
12838 however, that if you change such a register in the outer frame, you
12839 may also be affecting the inner frame. Also, the more ``outer'' the
12840 frame is you're looking at, the more likely a call-clobbered
12841 register's value is to be wrong, in the sense that it doesn't actually
12842 represent the value the register had just before the call.
12843
12844 @node Floating Point Hardware
12845 @section Floating Point Hardware
12846 @cindex floating point
12847
12848 Depending on the configuration, @value{GDBN} may be able to give
12849 you more information about the status of the floating point hardware.
12850
12851 @table @code
12852 @kindex info float
12853 @item info float
12854 Display hardware-dependent information about the floating
12855 point unit. The exact contents and layout vary depending on the
12856 floating point chip. Currently, @samp{info float} is supported on
12857 the ARM and x86 machines.
12858 @end table
12859
12860 @node Vector Unit
12861 @section Vector Unit
12862 @cindex vector unit
12863
12864 Depending on the configuration, @value{GDBN} may be able to give you
12865 more information about the status of the vector unit.
12866
12867 @table @code
12868 @kindex info vector
12869 @item info vector
12870 Display information about the vector unit. The exact contents and
12871 layout vary depending on the hardware.
12872 @end table
12873
12874 @node OS Information
12875 @section Operating System Auxiliary Information
12876 @cindex OS information
12877
12878 @value{GDBN} provides interfaces to useful OS facilities that can help
12879 you debug your program.
12880
12881 @cindex auxiliary vector
12882 @cindex vector, auxiliary
12883 Some operating systems supply an @dfn{auxiliary vector} to programs at
12884 startup. This is akin to the arguments and environment that you
12885 specify for a program, but contains a system-dependent variety of
12886 binary values that tell system libraries important details about the
12887 hardware, operating system, and process. Each value's purpose is
12888 identified by an integer tag; the meanings are well-known but system-specific.
12889 Depending on the configuration and operating system facilities,
12890 @value{GDBN} may be able to show you this information. For remote
12891 targets, this functionality may further depend on the remote stub's
12892 support of the @samp{qXfer:auxv:read} packet, see
12893 @ref{qXfer auxiliary vector read}.
12894
12895 @table @code
12896 @kindex info auxv
12897 @item info auxv
12898 Display the auxiliary vector of the inferior, which can be either a
12899 live process or a core dump file. @value{GDBN} prints each tag value
12900 numerically, and also shows names and text descriptions for recognized
12901 tags. Some values in the vector are numbers, some bit masks, and some
12902 pointers to strings or other data. @value{GDBN} displays each value in the
12903 most appropriate form for a recognized tag, and in hexadecimal for
12904 an unrecognized tag.
12905 @end table
12906
12907 On some targets, @value{GDBN} can access operating system-specific
12908 information and show it to you. The types of information available
12909 will differ depending on the type of operating system running on the
12910 target. The mechanism used to fetch the data is described in
12911 @ref{Operating System Information}. For remote targets, this
12912 functionality depends on the remote stub's support of the
12913 @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12914
12915 @table @code
12916 @kindex info os
12917 @item info os @var{infotype}
12918
12919 Display OS information of the requested type.
12920
12921 On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12922
12923 @anchor{linux info os infotypes}
12924 @table @code
12925 @kindex info os cpus
12926 @item cpus
12927 Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12928 the available fields from /proc/cpuinfo. For each supported architecture
12929 different fields are available. Two common entries are processor which gives
12930 CPU number and bogomips; a system constant that is calculated during
12931 kernel initialization.
12932
12933 @kindex info os files
12934 @item files
12935 Display the list of open file descriptors on the target. For each
12936 file descriptor, @value{GDBN} prints the identifier of the process
12937 owning the descriptor, the command of the owning process, the value
12938 of the descriptor, and the target of the descriptor.
12939
12940 @kindex info os modules
12941 @item modules
12942 Display the list of all loaded kernel modules on the target. For each
12943 module, @value{GDBN} prints the module name, the size of the module in
12944 bytes, the number of times the module is used, the dependencies of the
12945 module, the status of the module, and the address of the loaded module
12946 in memory.
12947
12948 @kindex info os msg
12949 @item msg
12950 Display the list of all System V message queues on the target. For each
12951 message queue, @value{GDBN} prints the message queue key, the message
12952 queue identifier, the access permissions, the current number of bytes
12953 on the queue, the current number of messages on the queue, the processes
12954 that last sent and received a message on the queue, the user and group
12955 of the owner and creator of the message queue, the times at which a
12956 message was last sent and received on the queue, and the time at which
12957 the message queue was last changed.
12958
12959 @kindex info os processes
12960 @item processes
12961 Display the list of processes on the target. For each process,
12962 @value{GDBN} prints the process identifier, the name of the user, the
12963 command corresponding to the process, and the list of processor cores
12964 that the process is currently running on. (To understand what these
12965 properties mean, for this and the following info types, please consult
12966 the general @sc{gnu}/Linux documentation.)
12967
12968 @kindex info os procgroups
12969 @item procgroups
12970 Display the list of process groups on the target. For each process,
12971 @value{GDBN} prints the identifier of the process group that it belongs
12972 to, the command corresponding to the process group leader, the process
12973 identifier, and the command line of the process. The list is sorted
12974 first by the process group identifier, then by the process identifier,
12975 so that processes belonging to the same process group are grouped together
12976 and the process group leader is listed first.
12977
12978 @kindex info os semaphores
12979 @item semaphores
12980 Display the list of all System V semaphore sets on the target. For each
12981 semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12982 set identifier, the access permissions, the number of semaphores in the
12983 set, the user and group of the owner and creator of the semaphore set,
12984 and the times at which the semaphore set was operated upon and changed.
12985
12986 @kindex info os shm
12987 @item shm
12988 Display the list of all System V shared-memory regions on the target.
12989 For each shared-memory region, @value{GDBN} prints the region key,
12990 the shared-memory identifier, the access permissions, the size of the
12991 region, the process that created the region, the process that last
12992 attached to or detached from the region, the current number of live
12993 attaches to the region, and the times at which the region was last
12994 attached to, detach from, and changed.
12995
12996 @kindex info os sockets
12997 @item sockets
12998 Display the list of Internet-domain sockets on the target. For each
12999 socket, @value{GDBN} prints the address and port of the local and
13000 remote endpoints, the current state of the connection, the creator of
13001 the socket, the IP address family of the socket, and the type of the
13002 connection.
13003
13004 @kindex info os threads
13005 @item threads
13006 Display the list of threads running on the target. For each thread,
13007 @value{GDBN} prints the identifier of the process that the thread
13008 belongs to, the command of the process, the thread identifier, and the
13009 processor core that it is currently running on. The main thread of a
13010 process is not listed.
13011 @end table
13012
13013 @item info os
13014 If @var{infotype} is omitted, then list the possible values for
13015 @var{infotype} and the kind of OS information available for each
13016 @var{infotype}. If the target does not return a list of possible
13017 types, this command will report an error.
13018 @end table
13019
13020 @node Memory Region Attributes
13021 @section Memory Region Attributes
13022 @cindex memory region attributes
13023
13024 @dfn{Memory region attributes} allow you to describe special handling
13025 required by regions of your target's memory. @value{GDBN} uses
13026 attributes to determine whether to allow certain types of memory
13027 accesses; whether to use specific width accesses; and whether to cache
13028 target memory. By default the description of memory regions is
13029 fetched from the target (if the current target supports this), but the
13030 user can override the fetched regions.
13031
13032 Defined memory regions can be individually enabled and disabled. When a
13033 memory region is disabled, @value{GDBN} uses the default attributes when
13034 accessing memory in that region. Similarly, if no memory regions have
13035 been defined, @value{GDBN} uses the default attributes when accessing
13036 all memory.
13037
13038 When a memory region is defined, it is given a number to identify it;
13039 to enable, disable, or remove a memory region, you specify that number.
13040
13041 @table @code
13042 @kindex mem
13043 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
13044 Define a memory region bounded by @var{lower} and @var{upper} with
13045 attributes @var{attributes}@dots{}, and add it to the list of regions
13046 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
13047 case: it is treated as the target's maximum memory address.
13048 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
13049
13050 @item mem auto
13051 Discard any user changes to the memory regions and use target-supplied
13052 regions, if available, or no regions if the target does not support.
13053
13054 @kindex delete mem
13055 @item delete mem @var{nums}@dots{}
13056 Remove memory regions @var{nums}@dots{} from the list of regions
13057 monitored by @value{GDBN}.
13058
13059 @kindex disable mem
13060 @item disable mem @var{nums}@dots{}
13061 Disable monitoring of memory regions @var{nums}@dots{}.
13062 A disabled memory region is not forgotten.
13063 It may be enabled again later.
13064
13065 @kindex enable mem
13066 @item enable mem @var{nums}@dots{}
13067 Enable monitoring of memory regions @var{nums}@dots{}.
13068
13069 @kindex info mem
13070 @item info mem
13071 Print a table of all defined memory regions, with the following columns
13072 for each region:
13073
13074 @table @emph
13075 @item Memory Region Number
13076 @item Enabled or Disabled.
13077 Enabled memory regions are marked with @samp{y}.
13078 Disabled memory regions are marked with @samp{n}.
13079
13080 @item Lo Address
13081 The address defining the inclusive lower bound of the memory region.
13082
13083 @item Hi Address
13084 The address defining the exclusive upper bound of the memory region.
13085
13086 @item Attributes
13087 The list of attributes set for this memory region.
13088 @end table
13089 @end table
13090
13091
13092 @subsection Attributes
13093
13094 @subsubsection Memory Access Mode
13095 The access mode attributes set whether @value{GDBN} may make read or
13096 write accesses to a memory region.
13097
13098 While these attributes prevent @value{GDBN} from performing invalid
13099 memory accesses, they do nothing to prevent the target system, I/O DMA,
13100 etc.@: from accessing memory.
13101
13102 @table @code
13103 @item ro
13104 Memory is read only.
13105 @item wo
13106 Memory is write only.
13107 @item rw
13108 Memory is read/write. This is the default.
13109 @end table
13110
13111 @subsubsection Memory Access Size
13112 The access size attribute tells @value{GDBN} to use specific sized
13113 accesses in the memory region. Often memory mapped device registers
13114 require specific sized accesses. If no access size attribute is
13115 specified, @value{GDBN} may use accesses of any size.
13116
13117 @table @code
13118 @item 8
13119 Use 8 bit memory accesses.
13120 @item 16
13121 Use 16 bit memory accesses.
13122 @item 32
13123 Use 32 bit memory accesses.
13124 @item 64
13125 Use 64 bit memory accesses.
13126 @end table
13127
13128 @c @subsubsection Hardware/Software Breakpoints
13129 @c The hardware/software breakpoint attributes set whether @value{GDBN}
13130 @c will use hardware or software breakpoints for the internal breakpoints
13131 @c used by the step, next, finish, until, etc. commands.
13132 @c
13133 @c @table @code
13134 @c @item hwbreak
13135 @c Always use hardware breakpoints
13136 @c @item swbreak (default)
13137 @c @end table
13138
13139 @subsubsection Data Cache
13140 The data cache attributes set whether @value{GDBN} will cache target
13141 memory. While this generally improves performance by reducing debug
13142 protocol overhead, it can lead to incorrect results because @value{GDBN}
13143 does not know about volatile variables or memory mapped device
13144 registers.
13145
13146 @table @code
13147 @item cache
13148 Enable @value{GDBN} to cache target memory.
13149 @item nocache
13150 Disable @value{GDBN} from caching target memory. This is the default.
13151 @end table
13152
13153 @subsection Memory Access Checking
13154 @value{GDBN} can be instructed to refuse accesses to memory that is
13155 not explicitly described. This can be useful if accessing such
13156 regions has undesired effects for a specific target, or to provide
13157 better error checking. The following commands control this behaviour.
13158
13159 @table @code
13160 @kindex set mem inaccessible-by-default
13161 @item set mem inaccessible-by-default [on|off]
13162 If @code{on} is specified, make @value{GDBN} treat memory not
13163 explicitly described by the memory ranges as non-existent and refuse accesses
13164 to such memory. The checks are only performed if there's at least one
13165 memory range defined. If @code{off} is specified, make @value{GDBN}
13166 treat the memory not explicitly described by the memory ranges as RAM.
13167 The default value is @code{on}.
13168 @kindex show mem inaccessible-by-default
13169 @item show mem inaccessible-by-default
13170 Show the current handling of accesses to unknown memory.
13171 @end table
13172
13173
13174 @c @subsubsection Memory Write Verification
13175 @c The memory write verification attributes set whether @value{GDBN}
13176 @c will re-reads data after each write to verify the write was successful.
13177 @c
13178 @c @table @code
13179 @c @item verify
13180 @c @item noverify (default)
13181 @c @end table
13182
13183 @node Dump/Restore Files
13184 @section Copy Between Memory and a File
13185 @cindex dump/restore files
13186 @cindex append data to a file
13187 @cindex dump data to a file
13188 @cindex restore data from a file
13189
13190 You can use the commands @code{dump}, @code{append}, and
13191 @code{restore} to copy data between target memory and a file. The
13192 @code{dump} and @code{append} commands write data to a file, and the
13193 @code{restore} command reads data from a file back into the inferior's
13194 memory. Files may be in binary, Motorola S-record, Intel hex,
13195 Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
13196 append to binary files, and cannot read from Verilog Hex files.
13197
13198 @table @code
13199
13200 @kindex dump
13201 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13202 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
13203 Dump the contents of memory from @var{start_addr} to @var{end_addr},
13204 or the value of @var{expr}, to @var{filename} in the given format.
13205
13206 The @var{format} parameter may be any one of:
13207 @table @code
13208 @item binary
13209 Raw binary form.
13210 @item ihex
13211 Intel hex format.
13212 @item srec
13213 Motorola S-record format.
13214 @item tekhex
13215 Tektronix Hex format.
13216 @item verilog
13217 Verilog Hex format.
13218 @end table
13219
13220 @value{GDBN} uses the same definitions of these formats as the
13221 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
13222 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
13223 form.
13224
13225 @kindex append
13226 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13227 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
13228 Append the contents of memory from @var{start_addr} to @var{end_addr},
13229 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
13230 (@value{GDBN} can only append data to files in raw binary form.)
13231
13232 @kindex restore
13233 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
13234 Restore the contents of file @var{filename} into memory. The
13235 @code{restore} command can automatically recognize any known @sc{bfd}
13236 file format, except for raw binary. To restore a raw binary file you
13237 must specify the optional keyword @code{binary} after the filename.
13238
13239 If @var{bias} is non-zero, its value will be added to the addresses
13240 contained in the file. Binary files always start at address zero, so
13241 they will be restored at address @var{bias}. Other bfd files have
13242 a built-in location; they will be restored at offset @var{bias}
13243 from that location.
13244
13245 If @var{start} and/or @var{end} are non-zero, then only data between
13246 file offset @var{start} and file offset @var{end} will be restored.
13247 These offsets are relative to the addresses in the file, before
13248 the @var{bias} argument is applied.
13249
13250 @end table
13251
13252 @node Core File Generation
13253 @section How to Produce a Core File from Your Program
13254 @cindex dump core from inferior
13255
13256 A @dfn{core file} or @dfn{core dump} is a file that records the memory
13257 image of a running process and its process status (register values
13258 etc.). Its primary use is post-mortem debugging of a program that
13259 crashed while it ran outside a debugger. A program that crashes
13260 automatically produces a core file, unless this feature is disabled by
13261 the user. @xref{Files}, for information on invoking @value{GDBN} in
13262 the post-mortem debugging mode.
13263
13264 Occasionally, you may wish to produce a core file of the program you
13265 are debugging in order to preserve a snapshot of its state.
13266 @value{GDBN} has a special command for that.
13267
13268 @table @code
13269 @kindex gcore
13270 @kindex generate-core-file
13271 @item generate-core-file [@var{file}]
13272 @itemx gcore [@var{file}]
13273 Produce a core dump of the inferior process. The optional argument
13274 @var{file} specifies the file name where to put the core dump. If not
13275 specified, the file name defaults to @file{core.@var{pid}}, where
13276 @var{pid} is the inferior process ID.
13277
13278 Note that this command is implemented only for some systems (as of
13279 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
13280
13281 On @sc{gnu}/Linux, this command can take into account the value of the
13282 file @file{/proc/@var{pid}/coredump_filter} when generating the core
13283 dump (@pxref{set use-coredump-filter}), and by default honors the
13284 @code{VM_DONTDUMP} flag for mappings where it is present in the file
13285 @file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
13286
13287 @kindex set use-coredump-filter
13288 @anchor{set use-coredump-filter}
13289 @item set use-coredump-filter on
13290 @itemx set use-coredump-filter off
13291 Enable or disable the use of the file
13292 @file{/proc/@var{pid}/coredump_filter} when generating core dump
13293 files. This file is used by the Linux kernel to decide what types of
13294 memory mappings will be dumped or ignored when generating a core dump
13295 file. @var{pid} is the process ID of a currently running process.
13296
13297 To make use of this feature, you have to write in the
13298 @file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13299 which is a bit mask representing the memory mapping types. If a bit
13300 is set in the bit mask, then the memory mappings of the corresponding
13301 types will be dumped; otherwise, they will be ignored. This
13302 configuration is inherited by child processes. For more information
13303 about the bits that can be set in the
13304 @file{/proc/@var{pid}/coredump_filter} file, please refer to the
13305 manpage of @code{core(5)}.
13306
13307 By default, this option is @code{on}. If this option is turned
13308 @code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13309 and instead uses the same default value as the Linux kernel in order
13310 to decide which pages will be dumped in the core dump file. This
13311 value is currently @code{0x33}, which means that bits @code{0}
13312 (anonymous private mappings), @code{1} (anonymous shared mappings),
13313 @code{4} (ELF headers) and @code{5} (private huge pages) are active.
13314 This will cause these memory mappings to be dumped automatically.
13315
13316 @kindex set dump-excluded-mappings
13317 @anchor{set dump-excluded-mappings}
13318 @item set dump-excluded-mappings on
13319 @itemx set dump-excluded-mappings off
13320 If @code{on} is specified, @value{GDBN} will dump memory mappings
13321 marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13322 the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13323
13324 The default value is @code{off}.
13325 @end table
13326
13327 @node Character Sets
13328 @section Character Sets
13329 @cindex character sets
13330 @cindex charset
13331 @cindex translating between character sets
13332 @cindex host character set
13333 @cindex target character set
13334
13335 If the program you are debugging uses a different character set to
13336 represent characters and strings than the one @value{GDBN} uses itself,
13337 @value{GDBN} can automatically translate between the character sets for
13338 you. The character set @value{GDBN} uses we call the @dfn{host
13339 character set}; the one the inferior program uses we call the
13340 @dfn{target character set}.
13341
13342 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13343 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
13344 remote protocol (@pxref{Remote Debugging}) to debug a program
13345 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13346 then the host character set is Latin-1, and the target character set is
13347 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
13348 target-charset EBCDIC-US}, then @value{GDBN} translates between
13349 @sc{ebcdic} and Latin 1 as you print character or string values, or use
13350 character and string literals in expressions.
13351
13352 @value{GDBN} has no way to automatically recognize which character set
13353 the inferior program uses; you must tell it, using the @code{set
13354 target-charset} command, described below.
13355
13356 Here are the commands for controlling @value{GDBN}'s character set
13357 support:
13358
13359 @table @code
13360 @item set target-charset @var{charset}
13361 @kindex set target-charset
13362 Set the current target character set to @var{charset}. To display the
13363 list of supported target character sets, type
13364 @kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
13365
13366 @item set host-charset @var{charset}
13367 @kindex set host-charset
13368 Set the current host character set to @var{charset}.
13369
13370 By default, @value{GDBN} uses a host character set appropriate to the
13371 system it is running on; you can override that default using the
13372 @code{set host-charset} command. On some systems, @value{GDBN} cannot
13373 automatically determine the appropriate host character set. In this
13374 case, @value{GDBN} uses @samp{UTF-8}.
13375
13376 @value{GDBN} can only use certain character sets as its host character
13377 set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
13378 @value{GDBN} will list the host character sets it supports.
13379
13380 @item set charset @var{charset}
13381 @kindex set charset
13382 Set the current host and target character sets to @var{charset}. As
13383 above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13384 @value{GDBN} will list the names of the character sets that can be used
13385 for both host and target.
13386
13387 @item show charset
13388 @kindex show charset
13389 Show the names of the current host and target character sets.
13390
13391 @item show host-charset
13392 @kindex show host-charset
13393 Show the name of the current host character set.
13394
13395 @item show target-charset
13396 @kindex show target-charset
13397 Show the name of the current target character set.
13398
13399 @item set target-wide-charset @var{charset}
13400 @kindex set target-wide-charset
13401 Set the current target's wide character set to @var{charset}. This is
13402 the character set used by the target's @code{wchar_t} type. To
13403 display the list of supported wide character sets, type
13404 @kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13405
13406 @item show target-wide-charset
13407 @kindex show target-wide-charset
13408 Show the name of the current target's wide character set.
13409 @end table
13410
13411 Here is an example of @value{GDBN}'s character set support in action.
13412 Assume that the following source code has been placed in the file
13413 @file{charset-test.c}:
13414
13415 @smallexample
13416 #include <stdio.h>
13417
13418 char ascii_hello[]
13419 = @{72, 101, 108, 108, 111, 44, 32, 119,
13420 111, 114, 108, 100, 33, 10, 0@};
13421 char ibm1047_hello[]
13422 = @{200, 133, 147, 147, 150, 107, 64, 166,
13423 150, 153, 147, 132, 90, 37, 0@};
13424
13425 main ()
13426 @{
13427 printf ("Hello, world!\n");
13428 @}
13429 @end smallexample
13430
13431 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13432 containing the string @samp{Hello, world!} followed by a newline,
13433 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13434
13435 We compile the program, and invoke the debugger on it:
13436
13437 @smallexample
13438 $ gcc -g charset-test.c -o charset-test
13439 $ gdb -nw charset-test
13440 GNU gdb 2001-12-19-cvs
13441 Copyright 2001 Free Software Foundation, Inc.
13442 @dots{}
13443 (@value{GDBP})
13444 @end smallexample
13445
13446 We can use the @code{show charset} command to see what character sets
13447 @value{GDBN} is currently using to interpret and display characters and
13448 strings:
13449
13450 @smallexample
13451 (@value{GDBP}) show charset
13452 The current host and target character set is `ISO-8859-1'.
13453 (@value{GDBP})
13454 @end smallexample
13455
13456 For the sake of printing this manual, let's use @sc{ascii} as our
13457 initial character set:
13458 @smallexample
13459 (@value{GDBP}) set charset ASCII
13460 (@value{GDBP}) show charset
13461 The current host and target character set is `ASCII'.
13462 (@value{GDBP})
13463 @end smallexample
13464
13465 Let's assume that @sc{ascii} is indeed the correct character set for our
13466 host system --- in other words, let's assume that if @value{GDBN} prints
13467 characters using the @sc{ascii} character set, our terminal will display
13468 them properly. Since our current target character set is also
13469 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
13470
13471 @smallexample
13472 (@value{GDBP}) print ascii_hello
13473 $1 = 0x401698 "Hello, world!\n"
13474 (@value{GDBP}) print ascii_hello[0]
13475 $2 = 72 'H'
13476 (@value{GDBP})
13477 @end smallexample
13478
13479 @value{GDBN} uses the target character set for character and string
13480 literals you use in expressions:
13481
13482 @smallexample
13483 (@value{GDBP}) print '+'
13484 $3 = 43 '+'
13485 (@value{GDBP})
13486 @end smallexample
13487
13488 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13489 character.
13490
13491 @value{GDBN} relies on the user to tell it which character set the
13492 target program uses. If we print @code{ibm1047_hello} while our target
13493 character set is still @sc{ascii}, we get jibberish:
13494
13495 @smallexample
13496 (@value{GDBP}) print ibm1047_hello
13497 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
13498 (@value{GDBP}) print ibm1047_hello[0]
13499 $5 = 200 '\310'
13500 (@value{GDBP})
13501 @end smallexample
13502
13503 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
13504 @value{GDBN} tells us the character sets it supports:
13505
13506 @smallexample
13507 (@value{GDBP}) set target-charset
13508 ASCII EBCDIC-US IBM1047 ISO-8859-1
13509 (@value{GDBP}) set target-charset
13510 @end smallexample
13511
13512 We can select @sc{ibm1047} as our target character set, and examine the
13513 program's strings again. Now the @sc{ascii} string is wrong, but
13514 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
13515 target character set, @sc{ibm1047}, to the host character set,
13516 @sc{ascii}, and they display correctly:
13517
13518 @smallexample
13519 (@value{GDBP}) set target-charset IBM1047
13520 (@value{GDBP}) show charset
13521 The current host character set is `ASCII'.
13522 The current target character set is `IBM1047'.
13523 (@value{GDBP}) print ascii_hello
13524 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
13525 (@value{GDBP}) print ascii_hello[0]
13526 $7 = 72 '\110'
13527 (@value{GDBP}) print ibm1047_hello
13528 $8 = 0x4016a8 "Hello, world!\n"
13529 (@value{GDBP}) print ibm1047_hello[0]
13530 $9 = 200 'H'
13531 (@value{GDBP})
13532 @end smallexample
13533
13534 As above, @value{GDBN} uses the target character set for character and
13535 string literals you use in expressions:
13536
13537 @smallexample
13538 (@value{GDBP}) print '+'
13539 $10 = 78 '+'
13540 (@value{GDBP})
13541 @end smallexample
13542
13543 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
13544 character.
13545
13546 @node Caching Target Data
13547 @section Caching Data of Targets
13548 @cindex caching data of targets
13549
13550 @value{GDBN} caches data exchanged between the debugger and a target.
13551 Each cache is associated with the address space of the inferior.
13552 @xref{Inferiors Connections and Programs}, about inferior and address space.
13553 Such caching generally improves performance in remote debugging
13554 (@pxref{Remote Debugging}), because it reduces the overhead of the
13555 remote protocol by bundling memory reads and writes into large chunks.
13556 Unfortunately, simply caching everything would lead to incorrect results,
13557 since @value{GDBN} does not necessarily know anything about volatile
13558 values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13559 (@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13560 is executing.
13561 Therefore, by default, @value{GDBN} only caches data
13562 known to be on the stack@footnote{In non-stop mode, it is moderately
13563 rare for a running thread to modify the stack of a stopped thread
13564 in a way that would interfere with a backtrace, and caching of
13565 stack reads provides a significant speed up of remote backtraces.} or
13566 in the code segment.
13567 Other regions of memory can be explicitly marked as
13568 cacheable; @pxref{Memory Region Attributes}.
13569
13570 @table @code
13571 @kindex set remotecache
13572 @item set remotecache on
13573 @itemx set remotecache off
13574 This option no longer does anything; it exists for compatibility
13575 with old scripts.
13576
13577 @kindex show remotecache
13578 @item show remotecache
13579 Show the current state of the obsolete remotecache flag.
13580
13581 @kindex set stack-cache
13582 @item set stack-cache on
13583 @itemx set stack-cache off
13584 Enable or disable caching of stack accesses. When @code{on}, use
13585 caching. By default, this option is @code{on}.
13586
13587 @kindex show stack-cache
13588 @item show stack-cache
13589 Show the current state of data caching for memory accesses.
13590
13591 @kindex set code-cache
13592 @item set code-cache on
13593 @itemx set code-cache off
13594 Enable or disable caching of code segment accesses. When @code{on},
13595 use caching. By default, this option is @code{on}. This improves
13596 performance of disassembly in remote debugging.
13597
13598 @kindex show code-cache
13599 @item show code-cache
13600 Show the current state of target memory cache for code segment
13601 accesses.
13602
13603 @kindex info dcache
13604 @item info dcache @r{[}line@r{]}
13605 Print the information about the performance of data cache of the
13606 current inferior's address space. The information displayed
13607 includes the dcache width and depth, and for each cache line, its
13608 number, address, and how many times it was referenced. This
13609 command is useful for debugging the data cache operation.
13610
13611 If a line number is specified, the contents of that line will be
13612 printed in hex.
13613
13614 @item set dcache size @var{size}
13615 @cindex dcache size
13616 @kindex set dcache size
13617 Set maximum number of entries in dcache (dcache depth above).
13618
13619 @item set dcache line-size @var{line-size}
13620 @cindex dcache line-size
13621 @kindex set dcache line-size
13622 Set number of bytes each dcache entry caches (dcache width above).
13623 Must be a power of 2.
13624
13625 @item show dcache size
13626 @kindex show dcache size
13627 Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
13628
13629 @item show dcache line-size
13630 @kindex show dcache line-size
13631 Show default size of dcache lines.
13632
13633 @item maint flush dcache
13634 @cindex dcache, flushing
13635 @kindex maint flush dcache
13636 Flush the contents (if any) of the dcache. This maintainer command is
13637 useful when debugging the dcache implementation.
13638
13639 @end table
13640
13641 @node Searching Memory
13642 @section Search Memory
13643 @cindex searching memory
13644
13645 Memory can be searched for a particular sequence of bytes with the
13646 @code{find} command.
13647
13648 @table @code
13649 @kindex find
13650 @item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13651 @itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13652 Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13653 etc. The search begins at address @var{start_addr} and continues for either
13654 @var{len} bytes or through to @var{end_addr} inclusive.
13655 @end table
13656
13657 @var{s} and @var{n} are optional parameters.
13658 They may be specified in either order, apart or together.
13659
13660 @table @r
13661 @item @var{s}, search query size
13662 The size of each search query value.
13663
13664 @table @code
13665 @item b
13666 bytes
13667 @item h
13668 halfwords (two bytes)
13669 @item w
13670 words (four bytes)
13671 @item g
13672 giant words (eight bytes)
13673 @end table
13674
13675 All values are interpreted in the current language.
13676 This means, for example, that if the current source language is C/C@t{++}
13677 then searching for the string ``hello'' includes the trailing '\0'.
13678 The null terminator can be removed from searching by using casts,
13679 e.g.: @samp{@{char[5]@}"hello"}.
13680
13681 If the value size is not specified, it is taken from the
13682 value's type in the current language.
13683 This is useful when one wants to specify the search
13684 pattern as a mixture of types.
13685 Note that this means, for example, that in the case of C-like languages
13686 a search for an untyped 0x42 will search for @samp{(int) 0x42}
13687 which is typically four bytes.
13688
13689 @item @var{n}, maximum number of finds
13690 The maximum number of matches to print. The default is to print all finds.
13691 @end table
13692
13693 You can use strings as search values. Quote them with double-quotes
13694 (@code{"}).
13695 The string value is copied into the search pattern byte by byte,
13696 regardless of the endianness of the target and the size specification.
13697
13698 The address of each match found is printed as well as a count of the
13699 number of matches found.
13700
13701 The address of the last value found is stored in convenience variable
13702 @samp{$_}.
13703 A count of the number of matches is stored in @samp{$numfound}.
13704
13705 For example, if stopped at the @code{printf} in this function:
13706
13707 @smallexample
13708 void
13709 hello ()
13710 @{
13711 static char hello[] = "hello-hello";
13712 static struct @{ char c; short s; int i; @}
13713 __attribute__ ((packed)) mixed
13714 = @{ 'c', 0x1234, 0x87654321 @};
13715 printf ("%s\n", hello);
13716 @}
13717 @end smallexample
13718
13719 @noindent
13720 you get during debugging:
13721
13722 @smallexample
13723 (gdb) find &hello[0], +sizeof(hello), "hello"
13724 0x804956d <hello.1620+6>
13725 1 pattern found
13726 (gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
13727 0x8049567 <hello.1620>
13728 0x804956d <hello.1620+6>
13729 2 patterns found.
13730 (gdb) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
13731 0x8049567 <hello.1620>
13732 0x804956d <hello.1620+6>
13733 2 patterns found.
13734 (gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
13735 0x8049567 <hello.1620>
13736 1 pattern found
13737 (gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
13738 0x8049560 <mixed.1625>
13739 1 pattern found
13740 (gdb) print $numfound
13741 $1 = 1
13742 (gdb) print $_
13743 $2 = (void *) 0x8049560
13744 @end smallexample
13745
13746 @node Value Sizes
13747 @section Value Sizes
13748
13749 Whenever @value{GDBN} prints a value memory will be allocated within
13750 @value{GDBN} to hold the contents of the value. It is possible in
13751 some languages with dynamic typing systems, that an invalid program
13752 may indicate a value that is incorrectly large, this in turn may cause
13753 @value{GDBN} to try and allocate an overly large amount of memory.
13754
13755 @table @code
13756 @kindex set max-value-size
13757 @item set max-value-size @var{bytes}
13758 @itemx set max-value-size unlimited
13759 Set the maximum size of memory that @value{GDBN} will allocate for the
13760 contents of a value to @var{bytes}, trying to display a value that
13761 requires more memory than that will result in an error.
13762
13763 Setting this variable does not effect values that have already been
13764 allocated within @value{GDBN}, only future allocations.
13765
13766 There's a minimum size that @code{max-value-size} can be set to in
13767 order that @value{GDBN} can still operate correctly, this minimum is
13768 currently 16 bytes.
13769
13770 The limit applies to the results of some subexpressions as well as to
13771 complete expressions. For example, an expression denoting a simple
13772 integer component, such as @code{x.y.z}, may fail if the size of
13773 @var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13774 @value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13775 @var{A} is an array variable with non-constant size, will generally
13776 succeed regardless of the bounds on @var{A}, as long as the component
13777 size is less than @var{bytes}.
13778
13779 The default value of @code{max-value-size} is currently 64k.
13780
13781 @kindex show max-value-size
13782 @item show max-value-size
13783 Show the maximum size of memory, in bytes, that @value{GDBN} will
13784 allocate for the contents of a value.
13785 @end table
13786
13787 @node Optimized Code
13788 @chapter Debugging Optimized Code
13789 @cindex optimized code, debugging
13790 @cindex debugging optimized code
13791
13792 Almost all compilers support optimization. With optimization
13793 disabled, the compiler generates assembly code that corresponds
13794 directly to your source code, in a simplistic way. As the compiler
13795 applies more powerful optimizations, the generated assembly code
13796 diverges from your original source code. With help from debugging
13797 information generated by the compiler, @value{GDBN} can map from
13798 the running program back to constructs from your original source.
13799
13800 @value{GDBN} is more accurate with optimization disabled. If you
13801 can recompile without optimization, it is easier to follow the
13802 progress of your program during debugging. But, there are many cases
13803 where you may need to debug an optimized version.
13804
13805 When you debug a program compiled with @samp{-g -O}, remember that the
13806 optimizer has rearranged your code; the debugger shows you what is
13807 really there. Do not be too surprised when the execution path does not
13808 exactly match your source file! An extreme example: if you define a
13809 variable, but never use it, @value{GDBN} never sees that
13810 variable---because the compiler optimizes it out of existence.
13811
13812 Some things do not work as well with @samp{-g -O} as with just
13813 @samp{-g}, particularly on machines with instruction scheduling. If in
13814 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13815 please report it to us as a bug (including a test case!).
13816 @xref{Variables}, for more information about debugging optimized code.
13817
13818 @menu
13819 * Inline Functions:: How @value{GDBN} presents inlining
13820 * Tail Call Frames:: @value{GDBN} analysis of jumps to functions
13821 @end menu
13822
13823 @node Inline Functions
13824 @section Inline Functions
13825 @cindex inline functions, debugging
13826
13827 @dfn{Inlining} is an optimization that inserts a copy of the function
13828 body directly at each call site, instead of jumping to a shared
13829 routine. @value{GDBN} displays inlined functions just like
13830 non-inlined functions. They appear in backtraces. You can view their
13831 arguments and local variables, step into them with @code{step}, skip
13832 them with @code{next}, and escape from them with @code{finish}.
13833 You can check whether a function was inlined by using the
13834 @code{info frame} command.
13835
13836 For @value{GDBN} to support inlined functions, the compiler must
13837 record information about inlining in the debug information ---
13838 @value{NGCC} using the @sc{dwarf 2} format does this, and several
13839 other compilers do also. @value{GDBN} only supports inlined functions
13840 when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13841 do not emit two required attributes (@samp{DW_AT_call_file} and
13842 @samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13843 function calls with earlier versions of @value{NGCC}. It instead
13844 displays the arguments and local variables of inlined functions as
13845 local variables in the caller.
13846
13847 The body of an inlined function is directly included at its call site;
13848 unlike a non-inlined function, there are no instructions devoted to
13849 the call. @value{GDBN} still pretends that the call site and the
13850 start of the inlined function are different instructions. Stepping to
13851 the call site shows the call site, and then stepping again shows
13852 the first line of the inlined function, even though no additional
13853 instructions are executed.
13854
13855 This makes source-level debugging much clearer; you can see both the
13856 context of the call and then the effect of the call. Only stepping by
13857 a single instruction using @code{stepi} or @code{nexti} does not do
13858 this; single instruction steps always show the inlined body.
13859
13860 There are some ways that @value{GDBN} does not pretend that inlined
13861 function calls are the same as normal calls:
13862
13863 @itemize @bullet
13864 @item
13865 Setting breakpoints at the call site of an inlined function may not
13866 work, because the call site does not contain any code. @value{GDBN}
13867 may incorrectly move the breakpoint to the next line of the enclosing
13868 function, after the call. This limitation will be removed in a future
13869 version of @value{GDBN}; until then, set a breakpoint on an earlier line
13870 or inside the inlined function instead.
13871
13872 @item
13873 @value{GDBN} cannot locate the return value of inlined calls after
13874 using the @code{finish} command. This is a limitation of compiler-generated
13875 debugging information; after @code{finish}, you can step to the next line
13876 and print a variable where your program stored the return value.
13877
13878 @end itemize
13879
13880 @node Tail Call Frames
13881 @section Tail Call Frames
13882 @cindex tail call frames, debugging
13883
13884 Function @code{B} can call function @code{C} in its very last statement. In
13885 unoptimized compilation the call of @code{C} is immediately followed by return
13886 instruction at the end of @code{B} code. Optimizing compiler may replace the
13887 call and return in function @code{B} into one jump to function @code{C}
13888 instead. Such use of a jump instruction is called @dfn{tail call}.
13889
13890 During execution of function @code{C}, there will be no indication in the
13891 function call stack frames that it was tail-called from @code{B}. If function
13892 @code{A} regularly calls function @code{B} which tail-calls function @code{C},
13893 then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13894 some cases @value{GDBN} can determine that @code{C} was tail-called from
13895 @code{B}, and it will then create fictitious call frame for that, with the
13896 return address set up as if @code{B} called @code{C} normally.
13897
13898 This functionality is currently supported only by DWARF 2 debugging format and
13899 the compiler has to produce @samp{DW_TAG_call_site} tags. With
13900 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13901 this information.
13902
13903 @kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13904 kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13905
13906 @smallexample
13907 (gdb) x/i $pc - 2
13908 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
13909 (gdb) info frame
13910 Stack level 1, frame at 0x7fffffffda30:
13911 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13912 tail call frame, caller of frame at 0x7fffffffda30
13913 source language c++.
13914 Arglist at unknown address.
13915 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13916 @end smallexample
13917
13918 The detection of all the possible code path executions can find them ambiguous.
13919 There is no execution history stored (possible @ref{Reverse Execution} is never
13920 used for this purpose) and the last known caller could have reached the known
13921 callee by multiple different jump sequences. In such case @value{GDBN} still
13922 tries to show at least all the unambiguous top tail callers and all the
13923 unambiguous bottom tail calees, if any.
13924
13925 @table @code
13926 @anchor{set debug entry-values}
13927 @item set debug entry-values
13928 @kindex set debug entry-values
13929 When set to on, enables printing of analysis messages for both frame argument
13930 values at function entry and tail calls. It will show all the possible valid
13931 tail calls code paths it has considered. It will also print the intersection
13932 of them with the final unambiguous (possibly partial or even empty) code path
13933 result.
13934
13935 @item show debug entry-values
13936 @kindex show debug entry-values
13937 Show the current state of analysis messages printing for both frame argument
13938 values at function entry and tail calls.
13939 @end table
13940
13941 The analysis messages for tail calls can for example show why the virtual tail
13942 call frame for function @code{c} has not been recognized (due to the indirect
13943 reference by variable @code{x}):
13944
13945 @smallexample
13946 static void __attribute__((noinline, noclone)) c (void);
13947 void (*x) (void) = c;
13948 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13949 static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13950 int main (void) @{ x (); return 0; @}
13951
13952 Breakpoint 1, DW_OP_entry_value resolving cannot find
13953 DW_TAG_call_site 0x40039a in main
13954 a () at t.c:3
13955 3 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13956 (gdb) bt
13957 #0 a () at t.c:3
13958 #1 0x000000000040039a in main () at t.c:5
13959 @end smallexample
13960
13961 Another possibility is an ambiguous virtual tail call frames resolution:
13962
13963 @smallexample
13964 int i;
13965 static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13966 static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13967 static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13968 static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13969 static void __attribute__((noinline, noclone)) b (void)
13970 @{ if (i) c (); else e (); @}
13971 static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13972 int main (void) @{ a (); return 0; @}
13973
13974 tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13975 tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13976 tailcall: reduced: 0x4004d2(a) |
13977 (gdb) bt
13978 #0 f () at t.c:2
13979 #1 0x00000000004004d2 in a () at t.c:8
13980 #2 0x0000000000400395 in main () at t.c:9
13981 @end smallexample
13982
13983 @set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13984 @set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13985
13986 @c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13987 @ifset HAVE_MAKEINFO_CLICK
13988 @set ARROW @click{}
13989 @set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13990 @set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13991 @end ifset
13992 @ifclear HAVE_MAKEINFO_CLICK
13993 @set ARROW ->
13994 @set CALLSEQ1B @value{CALLSEQ1A}
13995 @set CALLSEQ2B @value{CALLSEQ2A}
13996 @end ifclear
13997
13998 Frames #0 and #2 are real, #1 is a virtual tail call frame.
13999 The code can have possible execution paths @value{CALLSEQ1B} or
14000 @value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
14001
14002 @code{initial:} state shows some random possible calling sequence @value{GDBN}
14003 has found. It then finds another possible calling sequence - that one is
14004 prefixed by @code{compare:}. The non-ambiguous intersection of these two is
14005 printed as the @code{reduced:} calling sequence. That one could have many
14006 further @code{compare:} and @code{reduced:} statements as long as there remain
14007 any non-ambiguous sequence entries.
14008
14009 For the frame of function @code{b} in both cases there are different possible
14010 @code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
14011 also ambiguous. The only non-ambiguous frame is the one for function @code{a},
14012 therefore this one is displayed to the user while the ambiguous frames are
14013 omitted.
14014
14015 There can be also reasons why printing of frame argument values at function
14016 entry may fail:
14017
14018 @smallexample
14019 int v;
14020 static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
14021 static void __attribute__((noinline, noclone)) a (int i);
14022 static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
14023 static void __attribute__((noinline, noclone)) a (int i)
14024 @{ if (i) b (i - 1); else c (0); @}
14025 int main (void) @{ a (5); return 0; @}
14026
14027 (gdb) bt
14028 #0 c (i=i@@entry=0) at t.c:2
14029 #1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
14030 function "a" at 0x400420 can call itself via tail calls
14031 i=<optimized out>) at t.c:6
14032 #2 0x000000000040036e in main () at t.c:7
14033 @end smallexample
14034
14035 @value{GDBN} cannot find out from the inferior state if and how many times did
14036 function @code{a} call itself (via function @code{b}) as these calls would be
14037 tail calls. Such tail calls would modify the @code{i} variable, therefore
14038 @value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
14039 prints @code{<optimized out>} instead.
14040
14041 @node Macros
14042 @chapter C Preprocessor Macros
14043
14044 Some languages, such as C and C@t{++}, provide a way to define and invoke
14045 ``preprocessor macros'' which expand into strings of tokens.
14046 @value{GDBN} can evaluate expressions containing macro invocations, show
14047 the result of macro expansion, and show a macro's definition, including
14048 where it was defined.
14049
14050 You may need to compile your program specially to provide @value{GDBN}
14051 with information about preprocessor macros. Most compilers do not
14052 include macros in their debugging information, even when you compile
14053 with the @option{-g} flag. @xref{Compilation}.
14054
14055 A program may define a macro at one point, remove that definition later,
14056 and then provide a different definition after that. Thus, at different
14057 points in the program, a macro may have different definitions, or have
14058 no definition at all. If there is a current stack frame, @value{GDBN}
14059 uses the macros in scope at that frame's source code line. Otherwise,
14060 @value{GDBN} uses the macros in scope at the current listing location;
14061 see @ref{List}.
14062
14063 Whenever @value{GDBN} evaluates an expression, it always expands any
14064 macro invocations present in the expression. @value{GDBN} also provides
14065 the following commands for working with macros explicitly.
14066
14067 @table @code
14068
14069 @kindex macro expand
14070 @cindex macro expansion, showing the results of preprocessor
14071 @cindex preprocessor macro expansion, showing the results of
14072 @cindex expanding preprocessor macros
14073 @item macro expand @var{expression}
14074 @itemx macro exp @var{expression}
14075 Show the results of expanding all preprocessor macro invocations in
14076 @var{expression}. Since @value{GDBN} simply expands macros, but does
14077 not parse the result, @var{expression} need not be a valid expression;
14078 it can be any string of tokens.
14079
14080 @kindex macro exp1
14081 @item macro expand-once @var{expression}
14082 @itemx macro exp1 @var{expression}
14083 @cindex expand macro once
14084 @i{(This command is not yet implemented.)} Show the results of
14085 expanding those preprocessor macro invocations that appear explicitly in
14086 @var{expression}. Macro invocations appearing in that expansion are
14087 left unchanged. This command allows you to see the effect of a
14088 particular macro more clearly, without being confused by further
14089 expansions. Since @value{GDBN} simply expands macros, but does not
14090 parse the result, @var{expression} need not be a valid expression; it
14091 can be any string of tokens.
14092
14093 @kindex info macro
14094 @cindex macro definition, showing
14095 @cindex definition of a macro, showing
14096 @cindex macros, from debug info
14097 @item info macro [-a|-all] [--] @var{macro}
14098 Show the current definition or all definitions of the named @var{macro},
14099 and describe the source location or compiler command-line where that
14100 definition was established. The optional double dash is to signify the end of
14101 argument processing and the beginning of @var{macro} for non C-like macros where
14102 the macro may begin with a hyphen.
14103
14104 @kindex info macros
14105 @item info macros @var{location}
14106 Show all macro definitions that are in effect at the location specified
14107 by @var{location}, and describe the source location or compiler
14108 command-line where those definitions were established.
14109
14110 @kindex macro define
14111 @cindex user-defined macros
14112 @cindex defining macros interactively
14113 @cindex macros, user-defined
14114 @item macro define @var{macro} @var{replacement-list}
14115 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
14116 Introduce a definition for a preprocessor macro named @var{macro},
14117 invocations of which are replaced by the tokens given in
14118 @var{replacement-list}. The first form of this command defines an
14119 ``object-like'' macro, which takes no arguments; the second form
14120 defines a ``function-like'' macro, which takes the arguments given in
14121 @var{arglist}.
14122
14123 A definition introduced by this command is in scope in every
14124 expression evaluated in @value{GDBN}, until it is removed with the
14125 @code{macro undef} command, described below. The definition overrides
14126 all definitions for @var{macro} present in the program being debugged,
14127 as well as any previous user-supplied definition.
14128
14129 @kindex macro undef
14130 @item macro undef @var{macro}
14131 Remove any user-supplied definition for the macro named @var{macro}.
14132 This command only affects definitions provided with the @code{macro
14133 define} command, described above; it cannot remove definitions present
14134 in the program being debugged.
14135
14136 @kindex macro list
14137 @item macro list
14138 List all the macros defined using the @code{macro define} command.
14139 @end table
14140
14141 @cindex macros, example of debugging with
14142 Here is a transcript showing the above commands in action. First, we
14143 show our source files:
14144
14145 @smallexample
14146 $ cat sample.c
14147 #include <stdio.h>
14148 #include "sample.h"
14149
14150 #define M 42
14151 #define ADD(x) (M + x)
14152
14153 main ()
14154 @{
14155 #define N 28
14156 printf ("Hello, world!\n");
14157 #undef N
14158 printf ("We're so creative.\n");
14159 #define N 1729
14160 printf ("Goodbye, world!\n");
14161 @}
14162 $ cat sample.h
14163 #define Q <
14164 $
14165 @end smallexample
14166
14167 Now, we compile the program using the @sc{gnu} C compiler,
14168 @value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
14169 minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
14170 and @option{-gdwarf-4}; we recommend always choosing the most recent
14171 version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
14172 includes information about preprocessor macros in the debugging
14173 information.
14174
14175 @smallexample
14176 $ gcc -gdwarf-2 -g3 sample.c -o sample
14177 $
14178 @end smallexample
14179
14180 Now, we start @value{GDBN} on our sample program:
14181
14182 @smallexample
14183 $ gdb -nw sample
14184 GNU gdb 2002-05-06-cvs
14185 Copyright 2002 Free Software Foundation, Inc.
14186 GDB is free software, @dots{}
14187 (@value{GDBP})
14188 @end smallexample
14189
14190 We can expand macros and examine their definitions, even when the
14191 program is not running. @value{GDBN} uses the current listing position
14192 to decide which macro definitions are in scope:
14193
14194 @smallexample
14195 (@value{GDBP}) list main
14196 3
14197 4 #define M 42
14198 5 #define ADD(x) (M + x)
14199 6
14200 7 main ()
14201 8 @{
14202 9 #define N 28
14203 10 printf ("Hello, world!\n");
14204 11 #undef N
14205 12 printf ("We're so creative.\n");
14206 (@value{GDBP}) info macro ADD
14207 Defined at /home/jimb/gdb/macros/play/sample.c:5
14208 #define ADD(x) (M + x)
14209 (@value{GDBP}) info macro Q
14210 Defined at /home/jimb/gdb/macros/play/sample.h:1
14211 included at /home/jimb/gdb/macros/play/sample.c:2
14212 #define Q <
14213 (@value{GDBP}) macro expand ADD(1)
14214 expands to: (42 + 1)
14215 (@value{GDBP}) macro expand-once ADD(1)
14216 expands to: once (M + 1)
14217 (@value{GDBP})
14218 @end smallexample
14219
14220 In the example above, note that @code{macro expand-once} expands only
14221 the macro invocation explicit in the original text --- the invocation of
14222 @code{ADD} --- but does not expand the invocation of the macro @code{M},
14223 which was introduced by @code{ADD}.
14224
14225 Once the program is running, @value{GDBN} uses the macro definitions in
14226 force at the source line of the current stack frame:
14227
14228 @smallexample
14229 (@value{GDBP}) break main
14230 Breakpoint 1 at 0x8048370: file sample.c, line 10.
14231 (@value{GDBP}) run
14232 Starting program: /home/jimb/gdb/macros/play/sample
14233
14234 Breakpoint 1, main () at sample.c:10
14235 10 printf ("Hello, world!\n");
14236 (@value{GDBP})
14237 @end smallexample
14238
14239 At line 10, the definition of the macro @code{N} at line 9 is in force:
14240
14241 @smallexample
14242 (@value{GDBP}) info macro N
14243 Defined at /home/jimb/gdb/macros/play/sample.c:9
14244 #define N 28
14245 (@value{GDBP}) macro expand N Q M
14246 expands to: 28 < 42
14247 (@value{GDBP}) print N Q M
14248 $1 = 1
14249 (@value{GDBP})
14250 @end smallexample
14251
14252 As we step over directives that remove @code{N}'s definition, and then
14253 give it a new definition, @value{GDBN} finds the definition (or lack
14254 thereof) in force at each point:
14255
14256 @smallexample
14257 (@value{GDBP}) next
14258 Hello, world!
14259 12 printf ("We're so creative.\n");
14260 (@value{GDBP}) info macro N
14261 The symbol `N' has no definition as a C/C++ preprocessor macro
14262 at /home/jimb/gdb/macros/play/sample.c:12
14263 (@value{GDBP}) next
14264 We're so creative.
14265 14 printf ("Goodbye, world!\n");
14266 (@value{GDBP}) info macro N
14267 Defined at /home/jimb/gdb/macros/play/sample.c:13
14268 #define N 1729
14269 (@value{GDBP}) macro expand N Q M
14270 expands to: 1729 < 42
14271 (@value{GDBP}) print N Q M
14272 $2 = 0
14273 (@value{GDBP})
14274 @end smallexample
14275
14276 In addition to source files, macros can be defined on the compilation command
14277 line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
14278 such a way, @value{GDBN} displays the location of their definition as line zero
14279 of the source file submitted to the compiler.
14280
14281 @smallexample
14282 (@value{GDBP}) info macro __STDC__
14283 Defined at /home/jimb/gdb/macros/play/sample.c:0
14284 -D__STDC__=1
14285 (@value{GDBP})
14286 @end smallexample
14287
14288
14289 @node Tracepoints
14290 @chapter Tracepoints
14291 @c This chapter is based on the documentation written by Michael
14292 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14293
14294 @cindex tracepoints
14295 In some applications, it is not feasible for the debugger to interrupt
14296 the program's execution long enough for the developer to learn
14297 anything helpful about its behavior. If the program's correctness
14298 depends on its real-time behavior, delays introduced by a debugger
14299 might cause the program to change its behavior drastically, or perhaps
14300 fail, even when the code itself is correct. It is useful to be able
14301 to observe the program's behavior without interrupting it.
14302
14303 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14304 specify locations in the program, called @dfn{tracepoints}, and
14305 arbitrary expressions to evaluate when those tracepoints are reached.
14306 Later, using the @code{tfind} command, you can examine the values
14307 those expressions had when the program hit the tracepoints. The
14308 expressions may also denote objects in memory---structures or arrays,
14309 for example---whose values @value{GDBN} should record; while visiting
14310 a particular tracepoint, you may inspect those objects as if they were
14311 in memory at that moment. However, because @value{GDBN} records these
14312 values without interacting with you, it can do so quickly and
14313 unobtrusively, hopefully not disturbing the program's behavior.
14314
14315 The tracepoint facility is currently available only for remote
14316 targets. @xref{Targets}. In addition, your remote target must know
14317 how to collect trace data. This functionality is implemented in the
14318 remote stub; however, none of the stubs distributed with @value{GDBN}
14319 support tracepoints as of this writing. The format of the remote
14320 packets used to implement tracepoints are described in @ref{Tracepoint
14321 Packets}.
14322
14323 It is also possible to get trace data from a file, in a manner reminiscent
14324 of corefiles; you specify the filename, and use @code{tfind} to search
14325 through the file. @xref{Trace Files}, for more details.
14326
14327 This chapter describes the tracepoint commands and features.
14328
14329 @menu
14330 * Set Tracepoints::
14331 * Analyze Collected Data::
14332 * Tracepoint Variables::
14333 * Trace Files::
14334 @end menu
14335
14336 @node Set Tracepoints
14337 @section Commands to Set Tracepoints
14338
14339 Before running such a @dfn{trace experiment}, an arbitrary number of
14340 tracepoints can be set. A tracepoint is actually a special type of
14341 breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14342 standard breakpoint commands. For instance, as with breakpoints,
14343 tracepoint numbers are successive integers starting from one, and many
14344 of the commands associated with tracepoints take the tracepoint number
14345 as their argument, to identify which tracepoint to work on.
14346
14347 For each tracepoint, you can specify, in advance, some arbitrary set
14348 of data that you want the target to collect in the trace buffer when
14349 it hits that tracepoint. The collected data can include registers,
14350 local variables, or global data. Later, you can use @value{GDBN}
14351 commands to examine the values these data had at the time the
14352 tracepoint was hit.
14353
14354 Tracepoints do not support every breakpoint feature. Ignore counts on
14355 tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14356 commands when they are hit. Tracepoints may not be thread-specific
14357 either.
14358
14359 @cindex fast tracepoints
14360 Some targets may support @dfn{fast tracepoints}, which are inserted in
14361 a different way (such as with a jump instead of a trap), that is
14362 faster but possibly restricted in where they may be installed.
14363
14364 @cindex static tracepoints
14365 @cindex markers, static tracepoints
14366 @cindex probing markers, static tracepoints
14367 Regular and fast tracepoints are dynamic tracing facilities, meaning
14368 that they can be used to insert tracepoints at (almost) any location
14369 in the target. Some targets may also support controlling @dfn{static
14370 tracepoints} from @value{GDBN}. With static tracing, a set of
14371 instrumentation points, also known as @dfn{markers}, are embedded in
14372 the target program, and can be activated or deactivated by name or
14373 address. These are usually placed at locations which facilitate
14374 investigating what the target is actually doing. @value{GDBN}'s
14375 support for static tracing includes being able to list instrumentation
14376 points, and attach them with @value{GDBN} defined high level
14377 tracepoints that expose the whole range of convenience of
14378 @value{GDBN}'s tracepoints support. Namely, support for collecting
14379 registers values and values of global or local (to the instrumentation
14380 point) variables; tracepoint conditions and trace state variables.
14381 The act of installing a @value{GDBN} static tracepoint on an
14382 instrumentation point, or marker, is referred to as @dfn{probing} a
14383 static tracepoint marker.
14384
14385 @code{gdbserver} supports tracepoints on some target systems.
14386 @xref{Server,,Tracepoints support in @code{gdbserver}}.
14387
14388 This section describes commands to set tracepoints and associated
14389 conditions and actions.
14390
14391 @menu
14392 * Create and Delete Tracepoints::
14393 * Enable and Disable Tracepoints::
14394 * Tracepoint Passcounts::
14395 * Tracepoint Conditions::
14396 * Trace State Variables::
14397 * Tracepoint Actions::
14398 * Listing Tracepoints::
14399 * Listing Static Tracepoint Markers::
14400 * Starting and Stopping Trace Experiments::
14401 * Tracepoint Restrictions::
14402 @end menu
14403
14404 @node Create and Delete Tracepoints
14405 @subsection Create and Delete Tracepoints
14406
14407 @table @code
14408 @cindex set tracepoint
14409 @kindex trace
14410 @item trace @var{location}
14411 The @code{trace} command is very similar to the @code{break} command.
14412 Its argument @var{location} can be any valid location.
14413 @xref{Specify Location}. The @code{trace} command defines a tracepoint,
14414 which is a point in the target program where the debugger will briefly stop,
14415 collect some data, and then allow the program to continue. Setting a tracepoint
14416 or changing its actions takes effect immediately if the remote stub
14417 supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14418 in tracing}).
14419 If remote stub doesn't support the @samp{InstallInTrace} feature, all
14420 these changes don't take effect until the next @code{tstart}
14421 command, and once a trace experiment is running, further changes will
14422 not have any effect until the next trace experiment starts. In addition,
14423 @value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14424 address is not yet resolved. (This is similar to pending breakpoints.)
14425 Pending tracepoints are not downloaded to the target and not installed
14426 until they are resolved. The resolution of pending tracepoints requires
14427 @value{GDBN} support---when debugging with the remote target, and
14428 @value{GDBN} disconnects from the remote stub (@pxref{disconnected
14429 tracing}), pending tracepoints can not be resolved (and downloaded to
14430 the remote stub) while @value{GDBN} is disconnected.
14431
14432 Here are some examples of using the @code{trace} command:
14433
14434 @smallexample
14435 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14436
14437 (@value{GDBP}) @b{trace +2} // 2 lines forward
14438
14439 (@value{GDBP}) @b{trace my_function} // first source line of function
14440
14441 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14442
14443 (@value{GDBP}) @b{trace *0x2117c4} // an address
14444 @end smallexample
14445
14446 @noindent
14447 You can abbreviate @code{trace} as @code{tr}.
14448
14449 @item trace @var{location} if @var{cond}
14450 Set a tracepoint with condition @var{cond}; evaluate the expression
14451 @var{cond} each time the tracepoint is reached, and collect data only
14452 if the value is nonzero---that is, if @var{cond} evaluates as true.
14453 @xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14454 information on tracepoint conditions.
14455
14456 @item ftrace @var{location} [ if @var{cond} ]
14457 @cindex set fast tracepoint
14458 @cindex fast tracepoints, setting
14459 @kindex ftrace
14460 The @code{ftrace} command sets a fast tracepoint. For targets that
14461 support them, fast tracepoints will use a more efficient but possibly
14462 less general technique to trigger data collection, such as a jump
14463 instruction instead of a trap, or some sort of hardware support. It
14464 may not be possible to create a fast tracepoint at the desired
14465 location, in which case the command will exit with an explanatory
14466 message.
14467
14468 @value{GDBN} handles arguments to @code{ftrace} exactly as for
14469 @code{trace}.
14470
14471 On 32-bit x86-architecture systems, fast tracepoints normally need to
14472 be placed at an instruction that is 5 bytes or longer, but can be
14473 placed at 4-byte instructions if the low 64K of memory of the target
14474 program is available to install trampolines. Some Unix-type systems,
14475 such as @sc{gnu}/Linux, exclude low addresses from the program's
14476 address space; but for instance with the Linux kernel it is possible
14477 to let @value{GDBN} use this area by doing a @command{sysctl} command
14478 to set the @code{mmap_min_addr} kernel parameter, as in
14479
14480 @example
14481 sudo sysctl -w vm.mmap_min_addr=32768
14482 @end example
14483
14484 @noindent
14485 which sets the low address to 32K, which leaves plenty of room for
14486 trampolines. The minimum address should be set to a page boundary.
14487
14488 @item strace @var{location} [ if @var{cond} ]
14489 @cindex set static tracepoint
14490 @cindex static tracepoints, setting
14491 @cindex probe static tracepoint marker
14492 @kindex strace
14493 The @code{strace} command sets a static tracepoint. For targets that
14494 support it, setting a static tracepoint probes a static
14495 instrumentation point, or marker, found at @var{location}. It may not
14496 be possible to set a static tracepoint at the desired location, in
14497 which case the command will exit with an explanatory message.
14498
14499 @value{GDBN} handles arguments to @code{strace} exactly as for
14500 @code{trace}, with the addition that the user can also specify
14501 @code{-m @var{marker}} as @var{location}. This probes the marker
14502 identified by the @var{marker} string identifier. This identifier
14503 depends on the static tracepoint backend library your program is
14504 using. You can find all the marker identifiers in the @samp{ID} field
14505 of the @code{info static-tracepoint-markers} command output.
14506 @xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14507 Markers}. For example, in the following small program using the UST
14508 tracing engine:
14509
14510 @smallexample
14511 main ()
14512 @{
14513 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14514 @}
14515 @end smallexample
14516
14517 @noindent
14518 the marker id is composed of joining the first two arguments to the
14519 @code{trace_mark} call with a slash, which translates to:
14520
14521 @smallexample
14522 (@value{GDBP}) info static-tracepoint-markers
14523 Cnt Enb ID Address What
14524 1 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14525 Data: "str %s"
14526 [etc...]
14527 @end smallexample
14528
14529 @noindent
14530 so you may probe the marker above with:
14531
14532 @smallexample
14533 (@value{GDBP}) strace -m ust/bar33
14534 @end smallexample
14535
14536 Static tracepoints accept an extra collect action --- @code{collect
14537 $_sdata}. This collects arbitrary user data passed in the probe point
14538 call to the tracing library. In the UST example above, you'll see
14539 that the third argument to @code{trace_mark} is a printf-like format
14540 string. The user data is then the result of running that formatting
14541 string against the following arguments. Note that @code{info
14542 static-tracepoint-markers} command output lists that format string in
14543 the @samp{Data:} field.
14544
14545 You can inspect this data when analyzing the trace buffer, by printing
14546 the $_sdata variable like any other variable available to
14547 @value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14548
14549 @vindex $tpnum
14550 @cindex last tracepoint number
14551 @cindex recent tracepoint number
14552 @cindex tracepoint number
14553 The convenience variable @code{$tpnum} records the tracepoint number
14554 of the most recently set tracepoint.
14555
14556 @kindex delete tracepoint
14557 @cindex tracepoint deletion
14558 @item delete tracepoint @r{[}@var{num}@r{]}
14559 Permanently delete one or more tracepoints. With no argument, the
14560 default is to delete all tracepoints. Note that the regular
14561 @code{delete} command can remove tracepoints also.
14562
14563 Examples:
14564
14565 @smallexample
14566 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14567
14568 (@value{GDBP}) @b{delete trace} // remove all tracepoints
14569 @end smallexample
14570
14571 @noindent
14572 You can abbreviate this command as @code{del tr}.
14573 @end table
14574
14575 @node Enable and Disable Tracepoints
14576 @subsection Enable and Disable Tracepoints
14577
14578 These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14579
14580 @table @code
14581 @kindex disable tracepoint
14582 @item disable tracepoint @r{[}@var{num}@r{]}
14583 Disable tracepoint @var{num}, or all tracepoints if no argument
14584 @var{num} is given. A disabled tracepoint will have no effect during
14585 a trace experiment, but it is not forgotten. You can re-enable
14586 a disabled tracepoint using the @code{enable tracepoint} command.
14587 If the command is issued during a trace experiment and the debug target
14588 has support for disabling tracepoints during a trace experiment, then the
14589 change will be effective immediately. Otherwise, it will be applied to the
14590 next trace experiment.
14591
14592 @kindex enable tracepoint
14593 @item enable tracepoint @r{[}@var{num}@r{]}
14594 Enable tracepoint @var{num}, or all tracepoints. If this command is
14595 issued during a trace experiment and the debug target supports enabling
14596 tracepoints during a trace experiment, then the enabled tracepoints will
14597 become effective immediately. Otherwise, they will become effective the
14598 next time a trace experiment is run.
14599 @end table
14600
14601 @node Tracepoint Passcounts
14602 @subsection Tracepoint Passcounts
14603
14604 @table @code
14605 @kindex passcount
14606 @cindex tracepoint pass count
14607 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14608 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14609 automatically stop a trace experiment. If a tracepoint's passcount is
14610 @var{n}, then the trace experiment will be automatically stopped on
14611 the @var{n}'th time that tracepoint is hit. If the tracepoint number
14612 @var{num} is not specified, the @code{passcount} command sets the
14613 passcount of the most recently defined tracepoint. If no passcount is
14614 given, the trace experiment will run until stopped explicitly by the
14615 user.
14616
14617 Examples:
14618
14619 @smallexample
14620 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
14621 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
14622
14623 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
14624 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
14625 (@value{GDBP}) @b{trace foo}
14626 (@value{GDBP}) @b{pass 3}
14627 (@value{GDBP}) @b{trace bar}
14628 (@value{GDBP}) @b{pass 2}
14629 (@value{GDBP}) @b{trace baz}
14630 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
14631 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14632 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14633 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
14634 @end smallexample
14635 @end table
14636
14637 @node Tracepoint Conditions
14638 @subsection Tracepoint Conditions
14639 @cindex conditional tracepoints
14640 @cindex tracepoint conditions
14641
14642 The simplest sort of tracepoint collects data every time your program
14643 reaches a specified place. You can also specify a @dfn{condition} for
14644 a tracepoint. A condition is just a Boolean expression in your
14645 programming language (@pxref{Expressions, ,Expressions}). A
14646 tracepoint with a condition evaluates the expression each time your
14647 program reaches it, and data collection happens only if the condition
14648 is true.
14649
14650 Tracepoint conditions can be specified when a tracepoint is set, by
14651 using @samp{if} in the arguments to the @code{trace} command.
14652 @xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14653 also be set or changed at any time with the @code{condition} command,
14654 just as with breakpoints.
14655
14656 Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14657 the conditional expression itself. Instead, @value{GDBN} encodes the
14658 expression into an agent expression (@pxref{Agent Expressions})
14659 suitable for execution on the target, independently of @value{GDBN}.
14660 Global variables become raw memory locations, locals become stack
14661 accesses, and so forth.
14662
14663 For instance, suppose you have a function that is usually called
14664 frequently, but should not be called after an error has occurred. You
14665 could use the following tracepoint command to collect data about calls
14666 of that function that happen while the error code is propagating
14667 through the program; an unconditional tracepoint could end up
14668 collecting thousands of useless trace frames that you would have to
14669 search through.
14670
14671 @smallexample
14672 (@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14673 @end smallexample
14674
14675 @node Trace State Variables
14676 @subsection Trace State Variables
14677 @cindex trace state variables
14678
14679 A @dfn{trace state variable} is a special type of variable that is
14680 created and managed by target-side code. The syntax is the same as
14681 that for GDB's convenience variables (a string prefixed with ``$''),
14682 but they are stored on the target. They must be created explicitly,
14683 using a @code{tvariable} command. They are always 64-bit signed
14684 integers.
14685
14686 Trace state variables are remembered by @value{GDBN}, and downloaded
14687 to the target along with tracepoint information when the trace
14688 experiment starts. There are no intrinsic limits on the number of
14689 trace state variables, beyond memory limitations of the target.
14690
14691 @cindex convenience variables, and trace state variables
14692 Although trace state variables are managed by the target, you can use
14693 them in print commands and expressions as if they were convenience
14694 variables; @value{GDBN} will get the current value from the target
14695 while the trace experiment is running. Trace state variables share
14696 the same namespace as other ``$'' variables, which means that you
14697 cannot have trace state variables with names like @code{$23} or
14698 @code{$pc}, nor can you have a trace state variable and a convenience
14699 variable with the same name.
14700
14701 @table @code
14702
14703 @item tvariable $@var{name} [ = @var{expression} ]
14704 @kindex tvariable
14705 The @code{tvariable} command creates a new trace state variable named
14706 @code{$@var{name}}, and optionally gives it an initial value of
14707 @var{expression}. The @var{expression} is evaluated when this command is
14708 entered; the result will be converted to an integer if possible,
14709 otherwise @value{GDBN} will report an error. A subsequent
14710 @code{tvariable} command specifying the same name does not create a
14711 variable, but instead assigns the supplied initial value to the
14712 existing variable of that name, overwriting any previous initial
14713 value. The default initial value is 0.
14714
14715 @item info tvariables
14716 @kindex info tvariables
14717 List all the trace state variables along with their initial values.
14718 Their current values may also be displayed, if the trace experiment is
14719 currently running.
14720
14721 @item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14722 @kindex delete tvariable
14723 Delete the given trace state variables, or all of them if no arguments
14724 are specified.
14725
14726 @end table
14727
14728 @node Tracepoint Actions
14729 @subsection Tracepoint Action Lists
14730
14731 @table @code
14732 @kindex actions
14733 @cindex tracepoint actions
14734 @item actions @r{[}@var{num}@r{]}
14735 This command will prompt for a list of actions to be taken when the
14736 tracepoint is hit. If the tracepoint number @var{num} is not
14737 specified, this command sets the actions for the one that was most
14738 recently defined (so that you can define a tracepoint and then say
14739 @code{actions} without bothering about its number). You specify the
14740 actions themselves on the following lines, one action at a time, and
14741 terminate the actions list with a line containing just @code{end}. So
14742 far, the only defined actions are @code{collect}, @code{teval}, and
14743 @code{while-stepping}.
14744
14745 @code{actions} is actually equivalent to @code{commands} (@pxref{Break
14746 Commands, ,Breakpoint Command Lists}), except that only the defined
14747 actions are allowed; any other @value{GDBN} command is rejected.
14748
14749 @cindex remove actions from a tracepoint
14750 To remove all actions from a tracepoint, type @samp{actions @var{num}}
14751 and follow it immediately with @samp{end}.
14752
14753 @smallexample
14754 (@value{GDBP}) @b{collect @var{data}} // collect some data
14755
14756 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
14757
14758 (@value{GDBP}) @b{end} // signals the end of actions.
14759 @end smallexample
14760
14761 In the following example, the action list begins with @code{collect}
14762 commands indicating the things to be collected when the tracepoint is
14763 hit. Then, in order to single-step and collect additional data
14764 following the tracepoint, a @code{while-stepping} command is used,
14765 followed by the list of things to be collected after each step in a
14766 sequence of single steps. The @code{while-stepping} command is
14767 terminated by its own separate @code{end} command. Lastly, the action
14768 list is terminated by an @code{end} command.
14769
14770 @smallexample
14771 (@value{GDBP}) @b{trace foo}
14772 (@value{GDBP}) @b{actions}
14773 Enter actions for tracepoint 1, one per line:
14774 > collect bar,baz
14775 > collect $regs
14776 > while-stepping 12
14777 > collect $pc, arr[i]
14778 > end
14779 end
14780 @end smallexample
14781
14782 @kindex collect @r{(tracepoints)}
14783 @item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
14784 Collect values of the given expressions when the tracepoint is hit.
14785 This command accepts a comma-separated list of any valid expressions.
14786 In addition to global, static, or local variables, the following
14787 special arguments are supported:
14788
14789 @table @code
14790 @item $regs
14791 Collect all registers.
14792
14793 @item $args
14794 Collect all function arguments.
14795
14796 @item $locals
14797 Collect all local variables.
14798
14799 @item $_ret
14800 Collect the return address. This is helpful if you want to see more
14801 of a backtrace.
14802
14803 @emph{Note:} The return address location can not always be reliably
14804 determined up front, and the wrong address / registers may end up
14805 collected instead. On some architectures the reliability is higher
14806 for tracepoints at function entry, while on others it's the opposite.
14807 When this happens, backtracing will stop because the return address is
14808 found unavailable (unless another collect rule happened to match it).
14809
14810 @item $_probe_argc
14811 Collects the number of arguments from the static probe at which the
14812 tracepoint is located.
14813 @xref{Static Probe Points}.
14814
14815 @item $_probe_arg@var{n}
14816 @var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14817 from the static probe at which the tracepoint is located.
14818 @xref{Static Probe Points}.
14819
14820 @item $_sdata
14821 @vindex $_sdata@r{, collect}
14822 Collect static tracepoint marker specific data. Only available for
14823 static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14824 Lists}. On the UST static tracepoints library backend, an
14825 instrumentation point resembles a @code{printf} function call. The
14826 tracing library is able to collect user specified data formatted to a
14827 character string using the format provided by the programmer that
14828 instrumented the program. Other backends have similar mechanisms.
14829 Here's an example of a UST marker call:
14830
14831 @smallexample
14832 const char master_name[] = "$your_name";
14833 trace_mark(channel1, marker1, "hello %s", master_name)
14834 @end smallexample
14835
14836 In this case, collecting @code{$_sdata} collects the string
14837 @samp{hello $yourname}. When analyzing the trace buffer, you can
14838 inspect @samp{$_sdata} like any other variable available to
14839 @value{GDBN}.
14840 @end table
14841
14842 You can give several consecutive @code{collect} commands, each one
14843 with a single argument, or one @code{collect} command with several
14844 arguments separated by commas; the effect is the same.
14845
14846 The optional @var{mods} changes the usual handling of the arguments.
14847 @code{s} requests that pointers to chars be handled as strings, in
14848 particular collecting the contents of the memory being pointed at, up
14849 to the first zero. The upper bound is by default the value of the
14850 @code{print elements} variable; if @code{s} is followed by a decimal
14851 number, that is the upper bound instead. So for instance
14852 @samp{collect/s25 mystr} collects as many as 25 characters at
14853 @samp{mystr}.
14854
14855 The command @code{info scope} (@pxref{Symbols, info scope}) is
14856 particularly useful for figuring out what data to collect.
14857
14858 @kindex teval @r{(tracepoints)}
14859 @item teval @var{expr1}, @var{expr2}, @dots{}
14860 Evaluate the given expressions when the tracepoint is hit. This
14861 command accepts a comma-separated list of expressions. The results
14862 are discarded, so this is mainly useful for assigning values to trace
14863 state variables (@pxref{Trace State Variables}) without adding those
14864 values to the trace buffer, as would be the case if the @code{collect}
14865 action were used.
14866
14867 @kindex while-stepping @r{(tracepoints)}
14868 @item while-stepping @var{n}
14869 Perform @var{n} single-step instruction traces after the tracepoint,
14870 collecting new data after each step. The @code{while-stepping}
14871 command is followed by the list of what to collect while stepping
14872 (followed by its own @code{end} command):
14873
14874 @smallexample
14875 > while-stepping 12
14876 > collect $regs, myglobal
14877 > end
14878 >
14879 @end smallexample
14880
14881 @noindent
14882 Note that @code{$pc} is not automatically collected by
14883 @code{while-stepping}; you need to explicitly collect that register if
14884 you need it. You may abbreviate @code{while-stepping} as @code{ws} or
14885 @code{stepping}.
14886
14887 @item set default-collect @var{expr1}, @var{expr2}, @dots{}
14888 @kindex set default-collect
14889 @cindex default collection action
14890 This variable is a list of expressions to collect at each tracepoint
14891 hit. It is effectively an additional @code{collect} action prepended
14892 to every tracepoint action list. The expressions are parsed
14893 individually for each tracepoint, so for instance a variable named
14894 @code{xyz} may be interpreted as a global for one tracepoint, and a
14895 local for another, as appropriate to the tracepoint's location.
14896
14897 @item show default-collect
14898 @kindex show default-collect
14899 Show the list of expressions that are collected by default at each
14900 tracepoint hit.
14901
14902 @end table
14903
14904 @node Listing Tracepoints
14905 @subsection Listing Tracepoints
14906
14907 @table @code
14908 @kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14909 @kindex info tp @r{[}@var{n}@dots{}@r{]}
14910 @cindex information about tracepoints
14911 @item info tracepoints @r{[}@var{num}@dots{}@r{]}
14912 Display information about the tracepoint @var{num}. If you don't
14913 specify a tracepoint number, displays information about all the
14914 tracepoints defined so far. The format is similar to that used for
14915 @code{info breakpoints}; in fact, @code{info tracepoints} is the same
14916 command, simply restricting itself to tracepoints.
14917
14918 A tracepoint's listing may include additional information specific to
14919 tracing:
14920
14921 @itemize @bullet
14922 @item
14923 its passcount as given by the @code{passcount @var{n}} command
14924
14925 @item
14926 the state about installed on target of each location
14927 @end itemize
14928
14929 @smallexample
14930 (@value{GDBP}) @b{info trace}
14931 Num Type Disp Enb Address What
14932 1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
14933 while-stepping 20
14934 collect globfoo, $regs
14935 end
14936 collect globfoo2
14937 end
14938 pass count 1200
14939 2 tracepoint keep y <MULTIPLE>
14940 collect $eip
14941 2.1 y 0x0804859c in func4 at change-loc.h:35
14942 installed on target
14943 2.2 y 0xb7ffc480 in func4 at change-loc.h:35
14944 installed on target
14945 2.3 y <PENDING> set_tracepoint
14946 3 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14947 not installed on target
14948 (@value{GDBP})
14949 @end smallexample
14950
14951 @noindent
14952 This command can be abbreviated @code{info tp}.
14953 @end table
14954
14955 @node Listing Static Tracepoint Markers
14956 @subsection Listing Static Tracepoint Markers
14957
14958 @table @code
14959 @kindex info static-tracepoint-markers
14960 @cindex information about static tracepoint markers
14961 @item info static-tracepoint-markers
14962 Display information about all static tracepoint markers defined in the
14963 program.
14964
14965 For each marker, the following columns are printed:
14966
14967 @table @emph
14968 @item Count
14969 An incrementing counter, output to help readability. This is not a
14970 stable identifier.
14971 @item ID
14972 The marker ID, as reported by the target.
14973 @item Enabled or Disabled
14974 Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14975 that are not enabled.
14976 @item Address
14977 Where the marker is in your program, as a memory address.
14978 @item What
14979 Where the marker is in the source for your program, as a file and line
14980 number. If the debug information included in the program does not
14981 allow @value{GDBN} to locate the source of the marker, this column
14982 will be left blank.
14983 @end table
14984
14985 @noindent
14986 In addition, the following information may be printed for each marker:
14987
14988 @table @emph
14989 @item Data
14990 User data passed to the tracing library by the marker call. In the
14991 UST backend, this is the format string passed as argument to the
14992 marker call.
14993 @item Static tracepoints probing the marker
14994 The list of static tracepoints attached to the marker.
14995 @end table
14996
14997 @smallexample
14998 (@value{GDBP}) info static-tracepoint-markers
14999 Cnt ID Enb Address What
15000 1 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
15001 Data: number1 %d number2 %d
15002 Probed by static tracepoints: #2
15003 2 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
15004 Data: str %s
15005 (@value{GDBP})
15006 @end smallexample
15007 @end table
15008
15009 @node Starting and Stopping Trace Experiments
15010 @subsection Starting and Stopping Trace Experiments
15011
15012 @table @code
15013 @kindex tstart [ @var{notes} ]
15014 @cindex start a new trace experiment
15015 @cindex collected data discarded
15016 @item tstart
15017 This command starts the trace experiment, and begins collecting data.
15018 It has the side effect of discarding all the data collected in the
15019 trace buffer during the previous trace experiment. If any arguments
15020 are supplied, they are taken as a note and stored with the trace
15021 experiment's state. The notes may be arbitrary text, and are
15022 especially useful with disconnected tracing in a multi-user context;
15023 the notes can explain what the trace is doing, supply user contact
15024 information, and so forth.
15025
15026 @kindex tstop [ @var{notes} ]
15027 @cindex stop a running trace experiment
15028 @item tstop
15029 This command stops the trace experiment. If any arguments are
15030 supplied, they are recorded with the experiment as a note. This is
15031 useful if you are stopping a trace started by someone else, for
15032 instance if the trace is interfering with the system's behavior and
15033 needs to be stopped quickly.
15034
15035 @strong{Note}: a trace experiment and data collection may stop
15036 automatically if any tracepoint's passcount is reached
15037 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
15038
15039 @kindex tstatus
15040 @cindex status of trace data collection
15041 @cindex trace experiment, status of
15042 @item tstatus
15043 This command displays the status of the current trace data
15044 collection.
15045 @end table
15046
15047 Here is an example of the commands we described so far:
15048
15049 @smallexample
15050 (@value{GDBP}) @b{trace gdb_c_test}
15051 (@value{GDBP}) @b{actions}
15052 Enter actions for tracepoint #1, one per line.
15053 > collect $regs,$locals,$args
15054 > while-stepping 11
15055 > collect $regs
15056 > end
15057 > end
15058 (@value{GDBP}) @b{tstart}
15059 [time passes @dots{}]
15060 (@value{GDBP}) @b{tstop}
15061 @end smallexample
15062
15063 @anchor{disconnected tracing}
15064 @cindex disconnected tracing
15065 You can choose to continue running the trace experiment even if
15066 @value{GDBN} disconnects from the target, voluntarily or
15067 involuntarily. For commands such as @code{detach}, the debugger will
15068 ask what you want to do with the trace. But for unexpected
15069 terminations (@value{GDBN} crash, network outage), it would be
15070 unfortunate to lose hard-won trace data, so the variable
15071 @code{disconnected-tracing} lets you decide whether the trace should
15072 continue running without @value{GDBN}.
15073
15074 @table @code
15075 @item set disconnected-tracing on
15076 @itemx set disconnected-tracing off
15077 @kindex set disconnected-tracing
15078 Choose whether a tracing run should continue to run if @value{GDBN}
15079 has disconnected from the target. Note that @code{detach} or
15080 @code{quit} will ask you directly what to do about a running trace no
15081 matter what this variable's setting, so the variable is mainly useful
15082 for handling unexpected situations, such as loss of the network.
15083
15084 @item show disconnected-tracing
15085 @kindex show disconnected-tracing
15086 Show the current choice for disconnected tracing.
15087
15088 @end table
15089
15090 When you reconnect to the target, the trace experiment may or may not
15091 still be running; it might have filled the trace buffer in the
15092 meantime, or stopped for one of the other reasons. If it is running,
15093 it will continue after reconnection.
15094
15095 Upon reconnection, the target will upload information about the
15096 tracepoints in effect. @value{GDBN} will then compare that
15097 information to the set of tracepoints currently defined, and attempt
15098 to match them up, allowing for the possibility that the numbers may
15099 have changed due to creation and deletion in the meantime. If one of
15100 the target's tracepoints does not match any in @value{GDBN}, the
15101 debugger will create a new tracepoint, so that you have a number with
15102 which to specify that tracepoint. This matching-up process is
15103 necessarily heuristic, and it may result in useless tracepoints being
15104 created; you may simply delete them if they are of no use.
15105
15106 @cindex circular trace buffer
15107 If your target agent supports a @dfn{circular trace buffer}, then you
15108 can run a trace experiment indefinitely without filling the trace
15109 buffer; when space runs out, the agent deletes already-collected trace
15110 frames, oldest first, until there is enough room to continue
15111 collecting. This is especially useful if your tracepoints are being
15112 hit too often, and your trace gets terminated prematurely because the
15113 buffer is full. To ask for a circular trace buffer, simply set
15114 @samp{circular-trace-buffer} to on. You can set this at any time,
15115 including during tracing; if the agent can do it, it will change
15116 buffer handling on the fly, otherwise it will not take effect until
15117 the next run.
15118
15119 @table @code
15120 @item set circular-trace-buffer on
15121 @itemx set circular-trace-buffer off
15122 @kindex set circular-trace-buffer
15123 Choose whether a tracing run should use a linear or circular buffer
15124 for trace data. A linear buffer will not lose any trace data, but may
15125 fill up prematurely, while a circular buffer will discard old trace
15126 data, but it will have always room for the latest tracepoint hits.
15127
15128 @item show circular-trace-buffer
15129 @kindex show circular-trace-buffer
15130 Show the current choice for the trace buffer. Note that this may not
15131 match the agent's current buffer handling, nor is it guaranteed to
15132 match the setting that might have been in effect during a past run,
15133 for instance if you are looking at frames from a trace file.
15134
15135 @end table
15136
15137 @table @code
15138 @item set trace-buffer-size @var{n}
15139 @itemx set trace-buffer-size unlimited
15140 @kindex set trace-buffer-size
15141 Request that the target use a trace buffer of @var{n} bytes. Not all
15142 targets will honor the request; they may have a compiled-in size for
15143 the trace buffer, or some other limitation. Set to a value of
15144 @code{unlimited} or @code{-1} to let the target use whatever size it
15145 likes. This is also the default.
15146
15147 @item show trace-buffer-size
15148 @kindex show trace-buffer-size
15149 Show the current requested size for the trace buffer. Note that this
15150 will only match the actual size if the target supports size-setting,
15151 and was able to handle the requested size. For instance, if the
15152 target can only change buffer size between runs, this variable will
15153 not reflect the change until the next run starts. Use @code{tstatus}
15154 to get a report of the actual buffer size.
15155 @end table
15156
15157 @table @code
15158 @item set trace-user @var{text}
15159 @kindex set trace-user
15160
15161 @item show trace-user
15162 @kindex show trace-user
15163
15164 @item set trace-notes @var{text}
15165 @kindex set trace-notes
15166 Set the trace run's notes.
15167
15168 @item show trace-notes
15169 @kindex show trace-notes
15170 Show the trace run's notes.
15171
15172 @item set trace-stop-notes @var{text}
15173 @kindex set trace-stop-notes
15174 Set the trace run's stop notes. The handling of the note is as for
15175 @code{tstop} arguments; the set command is convenient way to fix a
15176 stop note that is mistaken or incomplete.
15177
15178 @item show trace-stop-notes
15179 @kindex show trace-stop-notes
15180 Show the trace run's stop notes.
15181
15182 @end table
15183
15184 @node Tracepoint Restrictions
15185 @subsection Tracepoint Restrictions
15186
15187 @cindex tracepoint restrictions
15188 There are a number of restrictions on the use of tracepoints. As
15189 described above, tracepoint data gathering occurs on the target
15190 without interaction from @value{GDBN}. Thus the full capabilities of
15191 the debugger are not available during data gathering, and then at data
15192 examination time, you will be limited by only having what was
15193 collected. The following items describe some common problems, but it
15194 is not exhaustive, and you may run into additional difficulties not
15195 mentioned here.
15196
15197 @itemize @bullet
15198
15199 @item
15200 Tracepoint expressions are intended to gather objects (lvalues). Thus
15201 the full flexibility of GDB's expression evaluator is not available.
15202 You cannot call functions, cast objects to aggregate types, access
15203 convenience variables or modify values (except by assignment to trace
15204 state variables). Some language features may implicitly call
15205 functions (for instance Objective-C fields with accessors), and therefore
15206 cannot be collected either.
15207
15208 @item
15209 Collection of local variables, either individually or in bulk with
15210 @code{$locals} or @code{$args}, during @code{while-stepping} may
15211 behave erratically. The stepping action may enter a new scope (for
15212 instance by stepping into a function), or the location of the variable
15213 may change (for instance it is loaded into a register). The
15214 tracepoint data recorded uses the location information for the
15215 variables that is correct for the tracepoint location. When the
15216 tracepoint is created, it is not possible, in general, to determine
15217 where the steps of a @code{while-stepping} sequence will advance the
15218 program---particularly if a conditional branch is stepped.
15219
15220 @item
15221 Collection of an incompletely-initialized or partially-destroyed object
15222 may result in something that @value{GDBN} cannot display, or displays
15223 in a misleading way.
15224
15225 @item
15226 When @value{GDBN} displays a pointer to character it automatically
15227 dereferences the pointer to also display characters of the string
15228 being pointed to. However, collecting the pointer during tracing does
15229 not automatically collect the string. You need to explicitly
15230 dereference the pointer and provide size information if you want to
15231 collect not only the pointer, but the memory pointed to. For example,
15232 @code{*ptr@@50} can be used to collect the 50 element array pointed to
15233 by @code{ptr}.
15234
15235 @item
15236 It is not possible to collect a complete stack backtrace at a
15237 tracepoint. Instead, you may collect the registers and a few hundred
15238 bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
15239 (adjust to use the name of the actual stack pointer register on your
15240 target architecture, and the amount of stack you wish to capture).
15241 Then the @code{backtrace} command will show a partial backtrace when
15242 using a trace frame. The number of stack frames that can be examined
15243 depends on the sizes of the frames in the collected stack. Note that
15244 if you ask for a block so large that it goes past the bottom of the
15245 stack, the target agent may report an error trying to read from an
15246 invalid address.
15247
15248 @item
15249 If you do not collect registers at a tracepoint, @value{GDBN} can
15250 infer that the value of @code{$pc} must be the same as the address of
15251 the tracepoint and use that when you are looking at a trace frame
15252 for that tracepoint. However, this cannot work if the tracepoint has
15253 multiple locations (for instance if it was set in a function that was
15254 inlined), or if it has a @code{while-stepping} loop. In those cases
15255 @value{GDBN} will warn you that it can't infer @code{$pc}, and default
15256 it to zero.
15257
15258 @end itemize
15259
15260 @node Analyze Collected Data
15261 @section Using the Collected Data
15262
15263 After the tracepoint experiment ends, you use @value{GDBN} commands
15264 for examining the trace data. The basic idea is that each tracepoint
15265 collects a trace @dfn{snapshot} every time it is hit and another
15266 snapshot every time it single-steps. All these snapshots are
15267 consecutively numbered from zero and go into a buffer, and you can
15268 examine them later. The way you examine them is to @dfn{focus} on a
15269 specific trace snapshot. When the remote stub is focused on a trace
15270 snapshot, it will respond to all @value{GDBN} requests for memory and
15271 registers by reading from the buffer which belongs to that snapshot,
15272 rather than from @emph{real} memory or registers of the program being
15273 debugged. This means that @strong{all} @value{GDBN} commands
15274 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
15275 behave as if we were currently debugging the program state as it was
15276 when the tracepoint occurred. Any requests for data that are not in
15277 the buffer will fail.
15278
15279 @menu
15280 * tfind:: How to select a trace snapshot
15281 * tdump:: How to display all data for a snapshot
15282 * save tracepoints:: How to save tracepoints for a future run
15283 @end menu
15284
15285 @node tfind
15286 @subsection @code{tfind @var{n}}
15287
15288 @kindex tfind
15289 @cindex select trace snapshot
15290 @cindex find trace snapshot
15291 The basic command for selecting a trace snapshot from the buffer is
15292 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
15293 counting from zero. If no argument @var{n} is given, the next
15294 snapshot is selected.
15295
15296 Here are the various forms of using the @code{tfind} command.
15297
15298 @table @code
15299 @item tfind start
15300 Find the first snapshot in the buffer. This is a synonym for
15301 @code{tfind 0} (since 0 is the number of the first snapshot).
15302
15303 @item tfind none
15304 Stop debugging trace snapshots, resume @emph{live} debugging.
15305
15306 @item tfind end
15307 Same as @samp{tfind none}.
15308
15309 @item tfind
15310 No argument means find the next trace snapshot or find the first
15311 one if no trace snapshot is selected.
15312
15313 @item tfind -
15314 Find the previous trace snapshot before the current one. This permits
15315 retracing earlier steps.
15316
15317 @item tfind tracepoint @var{num}
15318 Find the next snapshot associated with tracepoint @var{num}. Search
15319 proceeds forward from the last examined trace snapshot. If no
15320 argument @var{num} is given, it means find the next snapshot collected
15321 for the same tracepoint as the current snapshot.
15322
15323 @item tfind pc @var{addr}
15324 Find the next snapshot associated with the value @var{addr} of the
15325 program counter. Search proceeds forward from the last examined trace
15326 snapshot. If no argument @var{addr} is given, it means find the next
15327 snapshot with the same value of PC as the current snapshot.
15328
15329 @item tfind outside @var{addr1}, @var{addr2}
15330 Find the next snapshot whose PC is outside the given range of
15331 addresses (exclusive).
15332
15333 @item tfind range @var{addr1}, @var{addr2}
15334 Find the next snapshot whose PC is between @var{addr1} and
15335 @var{addr2} (inclusive).
15336
15337 @item tfind line @r{[}@var{file}:@r{]}@var{n}
15338 Find the next snapshot associated with the source line @var{n}. If
15339 the optional argument @var{file} is given, refer to line @var{n} in
15340 that source file. Search proceeds forward from the last examined
15341 trace snapshot. If no argument @var{n} is given, it means find the
15342 next line other than the one currently being examined; thus saying
15343 @code{tfind line} repeatedly can appear to have the same effect as
15344 stepping from line to line in a @emph{live} debugging session.
15345 @end table
15346
15347 The default arguments for the @code{tfind} commands are specifically
15348 designed to make it easy to scan through the trace buffer. For
15349 instance, @code{tfind} with no argument selects the next trace
15350 snapshot, and @code{tfind -} with no argument selects the previous
15351 trace snapshot. So, by giving one @code{tfind} command, and then
15352 simply hitting @key{RET} repeatedly you can examine all the trace
15353 snapshots in order. Or, by saying @code{tfind -} and then hitting
15354 @key{RET} repeatedly you can examine the snapshots in reverse order.
15355 The @code{tfind line} command with no argument selects the snapshot
15356 for the next source line executed. The @code{tfind pc} command with
15357 no argument selects the next snapshot with the same program counter
15358 (PC) as the current frame. The @code{tfind tracepoint} command with
15359 no argument selects the next trace snapshot collected by the same
15360 tracepoint as the current one.
15361
15362 In addition to letting you scan through the trace buffer manually,
15363 these commands make it easy to construct @value{GDBN} scripts that
15364 scan through the trace buffer and print out whatever collected data
15365 you are interested in. Thus, if we want to examine the PC, FP, and SP
15366 registers from each trace frame in the buffer, we can say this:
15367
15368 @smallexample
15369 (@value{GDBP}) @b{tfind start}
15370 (@value{GDBP}) @b{while ($trace_frame != -1)}
15371 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15372 $trace_frame, $pc, $sp, $fp
15373 > tfind
15374 > end
15375
15376 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15377 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15378 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15379 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15380 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15381 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15382 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15383 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15384 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15385 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15386 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15387 @end smallexample
15388
15389 Or, if we want to examine the variable @code{X} at each source line in
15390 the buffer:
15391
15392 @smallexample
15393 (@value{GDBP}) @b{tfind start}
15394 (@value{GDBP}) @b{while ($trace_frame != -1)}
15395 > printf "Frame %d, X == %d\n", $trace_frame, X
15396 > tfind line
15397 > end
15398
15399 Frame 0, X = 1
15400 Frame 7, X = 2
15401 Frame 13, X = 255
15402 @end smallexample
15403
15404 @node tdump
15405 @subsection @code{tdump}
15406 @kindex tdump
15407 @cindex dump all data collected at tracepoint
15408 @cindex tracepoint data, display
15409
15410 This command takes no arguments. It prints all the data collected at
15411 the current trace snapshot.
15412
15413 @smallexample
15414 (@value{GDBP}) @b{trace 444}
15415 (@value{GDBP}) @b{actions}
15416 Enter actions for tracepoint #2, one per line:
15417 > collect $regs, $locals, $args, gdb_long_test
15418 > end
15419
15420 (@value{GDBP}) @b{tstart}
15421
15422 (@value{GDBP}) @b{tfind line 444}
15423 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15424 at gdb_test.c:444
15425 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15426
15427 (@value{GDBP}) @b{tdump}
15428 Data collected at tracepoint 2, trace frame 1:
15429 d0 0xc4aa0085 -995491707
15430 d1 0x18 24
15431 d2 0x80 128
15432 d3 0x33 51
15433 d4 0x71aea3d 119204413
15434 d5 0x22 34
15435 d6 0xe0 224
15436 d7 0x380035 3670069
15437 a0 0x19e24a 1696330
15438 a1 0x3000668 50333288
15439 a2 0x100 256
15440 a3 0x322000 3284992
15441 a4 0x3000698 50333336
15442 a5 0x1ad3cc 1758156
15443 fp 0x30bf3c 0x30bf3c
15444 sp 0x30bf34 0x30bf34
15445 ps 0x0 0
15446 pc 0x20b2c8 0x20b2c8
15447 fpcontrol 0x0 0
15448 fpstatus 0x0 0
15449 fpiaddr 0x0 0
15450 p = 0x20e5b4 "gdb-test"
15451 p1 = (void *) 0x11
15452 p2 = (void *) 0x22
15453 p3 = (void *) 0x33
15454 p4 = (void *) 0x44
15455 p5 = (void *) 0x55
15456 p6 = (void *) 0x66
15457 gdb_long_test = 17 '\021'
15458
15459 (@value{GDBP})
15460 @end smallexample
15461
15462 @code{tdump} works by scanning the tracepoint's current collection
15463 actions and printing the value of each expression listed. So
15464 @code{tdump} can fail, if after a run, you change the tracepoint's
15465 actions to mention variables that were not collected during the run.
15466
15467 Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15468 uses the collected value of @code{$pc} to distinguish between trace
15469 frames that were collected at the tracepoint hit, and frames that were
15470 collected while stepping. This allows it to correctly choose whether
15471 to display the basic list of collections, or the collections from the
15472 body of the while-stepping loop. However, if @code{$pc} was not collected,
15473 then @code{tdump} will always attempt to dump using the basic collection
15474 list, and may fail if a while-stepping frame does not include all the
15475 same data that is collected at the tracepoint hit.
15476 @c This is getting pretty arcane, example would be good.
15477
15478 @node save tracepoints
15479 @subsection @code{save tracepoints @var{filename}}
15480 @kindex save tracepoints
15481 @kindex save-tracepoints
15482 @cindex save tracepoints for future sessions
15483
15484 This command saves all current tracepoint definitions together with
15485 their actions and passcounts, into a file @file{@var{filename}}
15486 suitable for use in a later debugging session. To read the saved
15487 tracepoint definitions, use the @code{source} command (@pxref{Command
15488 Files}). The @w{@code{save-tracepoints}} command is a deprecated
15489 alias for @w{@code{save tracepoints}}
15490
15491 @node Tracepoint Variables
15492 @section Convenience Variables for Tracepoints
15493 @cindex tracepoint variables
15494 @cindex convenience variables for tracepoints
15495
15496 @table @code
15497 @vindex $trace_frame
15498 @item (int) $trace_frame
15499 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15500 snapshot is selected.
15501
15502 @vindex $tracepoint
15503 @item (int) $tracepoint
15504 The tracepoint for the current trace snapshot.
15505
15506 @vindex $trace_line
15507 @item (int) $trace_line
15508 The line number for the current trace snapshot.
15509
15510 @vindex $trace_file
15511 @item (char []) $trace_file
15512 The source file for the current trace snapshot.
15513
15514 @vindex $trace_func
15515 @item (char []) $trace_func
15516 The name of the function containing @code{$tracepoint}.
15517 @end table
15518
15519 Note: @code{$trace_file} is not suitable for use in @code{printf},
15520 use @code{output} instead.
15521
15522 Here's a simple example of using these convenience variables for
15523 stepping through all the trace snapshots and printing some of their
15524 data. Note that these are not the same as trace state variables,
15525 which are managed by the target.
15526
15527 @smallexample
15528 (@value{GDBP}) @b{tfind start}
15529
15530 (@value{GDBP}) @b{while $trace_frame != -1}
15531 > output $trace_file
15532 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15533 > tfind
15534 > end
15535 @end smallexample
15536
15537 @node Trace Files
15538 @section Using Trace Files
15539 @cindex trace files
15540
15541 In some situations, the target running a trace experiment may no
15542 longer be available; perhaps it crashed, or the hardware was needed
15543 for a different activity. To handle these cases, you can arrange to
15544 dump the trace data into a file, and later use that file as a source
15545 of trace data, via the @code{target tfile} command.
15546
15547 @table @code
15548
15549 @kindex tsave
15550 @item tsave [ -r ] @var{filename}
15551 @itemx tsave [-ctf] @var{dirname}
15552 Save the trace data to @var{filename}. By default, this command
15553 assumes that @var{filename} refers to the host filesystem, so if
15554 necessary @value{GDBN} will copy raw trace data up from the target and
15555 then save it. If the target supports it, you can also supply the
15556 optional argument @code{-r} (``remote'') to direct the target to save
15557 the data directly into @var{filename} in its own filesystem, which may be
15558 more efficient if the trace buffer is very large. (Note, however, that
15559 @code{target tfile} can only read from files accessible to the host.)
15560 By default, this command will save trace frame in tfile format.
15561 You can supply the optional argument @code{-ctf} to save data in CTF
15562 format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15563 that can be shared by multiple debugging and tracing tools. Please go to
15564 @indicateurl{http://www.efficios.com/ctf} to get more information.
15565
15566 @kindex target tfile
15567 @kindex tfile
15568 @kindex target ctf
15569 @kindex ctf
15570 @item target tfile @var{filename}
15571 @itemx target ctf @var{dirname}
15572 Use the file named @var{filename} or directory named @var{dirname} as
15573 a source of trace data. Commands that examine data work as they do with
15574 a live target, but it is not possible to run any new trace experiments.
15575 @code{tstatus} will report the state of the trace run at the moment
15576 the data was saved, as well as the current trace frame you are examining.
15577 Both @var{filename} and @var{dirname} must be on a filesystem accessible to
15578 the host.
15579
15580 @smallexample
15581 (@value{GDBP}) target ctf ctf.ctf
15582 (@value{GDBP}) tfind
15583 Found trace frame 0, tracepoint 2
15584 39 ++a; /* set tracepoint 1 here */
15585 (@value{GDBP}) tdump
15586 Data collected at tracepoint 2, trace frame 0:
15587 i = 0
15588 a = 0
15589 b = 1 '\001'
15590 c = @{"123", "456", "789", "123", "456", "789"@}
15591 d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15592 (@value{GDBP}) p b
15593 $1 = 1
15594 @end smallexample
15595
15596 @end table
15597
15598 @node Overlays
15599 @chapter Debugging Programs That Use Overlays
15600 @cindex overlays
15601
15602 If your program is too large to fit completely in your target system's
15603 memory, you can sometimes use @dfn{overlays} to work around this
15604 problem. @value{GDBN} provides some support for debugging programs that
15605 use overlays.
15606
15607 @menu
15608 * How Overlays Work:: A general explanation of overlays.
15609 * Overlay Commands:: Managing overlays in @value{GDBN}.
15610 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15611 mapped by asking the inferior.
15612 * Overlay Sample Program:: A sample program using overlays.
15613 @end menu
15614
15615 @node How Overlays Work
15616 @section How Overlays Work
15617 @cindex mapped overlays
15618 @cindex unmapped overlays
15619 @cindex load address, overlay's
15620 @cindex mapped address
15621 @cindex overlay area
15622
15623 Suppose you have a computer whose instruction address space is only 64
15624 kilobytes long, but which has much more memory which can be accessed by
15625 other means: special instructions, segment registers, or memory
15626 management hardware, for example. Suppose further that you want to
15627 adapt a program which is larger than 64 kilobytes to run on this system.
15628
15629 One solution is to identify modules of your program which are relatively
15630 independent, and need not call each other directly; call these modules
15631 @dfn{overlays}. Separate the overlays from the main program, and place
15632 their machine code in the larger memory. Place your main program in
15633 instruction memory, but leave at least enough space there to hold the
15634 largest overlay as well.
15635
15636 Now, to call a function located in an overlay, you must first copy that
15637 overlay's machine code from the large memory into the space set aside
15638 for it in the instruction memory, and then jump to its entry point
15639 there.
15640
15641 @c NB: In the below the mapped area's size is greater or equal to the
15642 @c size of all overlays. This is intentional to remind the developer
15643 @c that overlays don't necessarily need to be the same size.
15644
15645 @smallexample
15646 @group
15647 Data Instruction Larger
15648 Address Space Address Space Address Space
15649 +-----------+ +-----------+ +-----------+
15650 | | | | | |
15651 +-----------+ +-----------+ +-----------+<-- overlay 1
15652 | program | | main | .----| overlay 1 | load address
15653 | variables | | program | | +-----------+
15654 | and heap | | | | | |
15655 +-----------+ | | | +-----------+<-- overlay 2
15656 | | +-----------+ | | | load address
15657 +-----------+ | | | .-| overlay 2 |
15658 | | | | | |
15659 mapped --->+-----------+ | | +-----------+
15660 address | | | | | |
15661 | overlay | <-' | | |
15662 | area | <---' +-----------+<-- overlay 3
15663 | | <---. | | load address
15664 +-----------+ `--| overlay 3 |
15665 | | | |
15666 +-----------+ | |
15667 +-----------+
15668 | |
15669 +-----------+
15670
15671 @anchor{A code overlay}A code overlay
15672 @end group
15673 @end smallexample
15674
15675 The diagram (@pxref{A code overlay}) shows a system with separate data
15676 and instruction address spaces. To map an overlay, the program copies
15677 its code from the larger address space to the instruction address space.
15678 Since the overlays shown here all use the same mapped address, only one
15679 may be mapped at a time. For a system with a single address space for
15680 data and instructions, the diagram would be similar, except that the
15681 program variables and heap would share an address space with the main
15682 program and the overlay area.
15683
15684 An overlay loaded into instruction memory and ready for use is called a
15685 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15686 instruction memory. An overlay not present (or only partially present)
15687 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15688 is its address in the larger memory. The mapped address is also called
15689 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15690 called the @dfn{load memory address}, or @dfn{LMA}.
15691
15692 Unfortunately, overlays are not a completely transparent way to adapt a
15693 program to limited instruction memory. They introduce a new set of
15694 global constraints you must keep in mind as you design your program:
15695
15696 @itemize @bullet
15697
15698 @item
15699 Before calling or returning to a function in an overlay, your program
15700 must make sure that overlay is actually mapped. Otherwise, the call or
15701 return will transfer control to the right address, but in the wrong
15702 overlay, and your program will probably crash.
15703
15704 @item
15705 If the process of mapping an overlay is expensive on your system, you
15706 will need to choose your overlays carefully to minimize their effect on
15707 your program's performance.
15708
15709 @item
15710 The executable file you load onto your system must contain each
15711 overlay's instructions, appearing at the overlay's load address, not its
15712 mapped address. However, each overlay's instructions must be relocated
15713 and its symbols defined as if the overlay were at its mapped address.
15714 You can use GNU linker scripts to specify different load and relocation
15715 addresses for pieces of your program; see @ref{Overlay Description,,,
15716 ld.info, Using ld: the GNU linker}.
15717
15718 @item
15719 The procedure for loading executable files onto your system must be able
15720 to load their contents into the larger address space as well as the
15721 instruction and data spaces.
15722
15723 @end itemize
15724
15725 The overlay system described above is rather simple, and could be
15726 improved in many ways:
15727
15728 @itemize @bullet
15729
15730 @item
15731 If your system has suitable bank switch registers or memory management
15732 hardware, you could use those facilities to make an overlay's load area
15733 contents simply appear at their mapped address in instruction space.
15734 This would probably be faster than copying the overlay to its mapped
15735 area in the usual way.
15736
15737 @item
15738 If your overlays are small enough, you could set aside more than one
15739 overlay area, and have more than one overlay mapped at a time.
15740
15741 @item
15742 You can use overlays to manage data, as well as instructions. In
15743 general, data overlays are even less transparent to your design than
15744 code overlays: whereas code overlays only require care when you call or
15745 return to functions, data overlays require care every time you access
15746 the data. Also, if you change the contents of a data overlay, you
15747 must copy its contents back out to its load address before you can copy a
15748 different data overlay into the same mapped area.
15749
15750 @end itemize
15751
15752
15753 @node Overlay Commands
15754 @section Overlay Commands
15755
15756 To use @value{GDBN}'s overlay support, each overlay in your program must
15757 correspond to a separate section of the executable file. The section's
15758 virtual memory address and load memory address must be the overlay's
15759 mapped and load addresses. Identifying overlays with sections allows
15760 @value{GDBN} to determine the appropriate address of a function or
15761 variable, depending on whether the overlay is mapped or not.
15762
15763 @value{GDBN}'s overlay commands all start with the word @code{overlay};
15764 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15765
15766 @table @code
15767 @item overlay off
15768 @kindex overlay
15769 Disable @value{GDBN}'s overlay support. When overlay support is
15770 disabled, @value{GDBN} assumes that all functions and variables are
15771 always present at their mapped addresses. By default, @value{GDBN}'s
15772 overlay support is disabled.
15773
15774 @item overlay manual
15775 @cindex manual overlay debugging
15776 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15777 relies on you to tell it which overlays are mapped, and which are not,
15778 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15779 commands described below.
15780
15781 @item overlay map-overlay @var{overlay}
15782 @itemx overlay map @var{overlay}
15783 @cindex map an overlay
15784 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15785 be the name of the object file section containing the overlay. When an
15786 overlay is mapped, @value{GDBN} assumes it can find the overlay's
15787 functions and variables at their mapped addresses. @value{GDBN} assumes
15788 that any other overlays whose mapped ranges overlap that of
15789 @var{overlay} are now unmapped.
15790
15791 @item overlay unmap-overlay @var{overlay}
15792 @itemx overlay unmap @var{overlay}
15793 @cindex unmap an overlay
15794 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15795 must be the name of the object file section containing the overlay.
15796 When an overlay is unmapped, @value{GDBN} assumes it can find the
15797 overlay's functions and variables at their load addresses.
15798
15799 @item overlay auto
15800 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15801 consults a data structure the overlay manager maintains in the inferior
15802 to see which overlays are mapped. For details, see @ref{Automatic
15803 Overlay Debugging}.
15804
15805 @item overlay load-target
15806 @itemx overlay load
15807 @cindex reloading the overlay table
15808 Re-read the overlay table from the inferior. Normally, @value{GDBN}
15809 re-reads the table @value{GDBN} automatically each time the inferior
15810 stops, so this command should only be necessary if you have changed the
15811 overlay mapping yourself using @value{GDBN}. This command is only
15812 useful when using automatic overlay debugging.
15813
15814 @item overlay list-overlays
15815 @itemx overlay list
15816 @cindex listing mapped overlays
15817 Display a list of the overlays currently mapped, along with their mapped
15818 addresses, load addresses, and sizes.
15819
15820 @end table
15821
15822 Normally, when @value{GDBN} prints a code address, it includes the name
15823 of the function the address falls in:
15824
15825 @smallexample
15826 (@value{GDBP}) print main
15827 $3 = @{int ()@} 0x11a0 <main>
15828 @end smallexample
15829 @noindent
15830 When overlay debugging is enabled, @value{GDBN} recognizes code in
15831 unmapped overlays, and prints the names of unmapped functions with
15832 asterisks around them. For example, if @code{foo} is a function in an
15833 unmapped overlay, @value{GDBN} prints it this way:
15834
15835 @smallexample
15836 (@value{GDBP}) overlay list
15837 No sections are mapped.
15838 (@value{GDBP}) print foo
15839 $5 = @{int (int)@} 0x100000 <*foo*>
15840 @end smallexample
15841 @noindent
15842 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15843 name normally:
15844
15845 @smallexample
15846 (@value{GDBP}) overlay list
15847 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
15848 mapped at 0x1016 - 0x104a
15849 (@value{GDBP}) print foo
15850 $6 = @{int (int)@} 0x1016 <foo>
15851 @end smallexample
15852
15853 When overlay debugging is enabled, @value{GDBN} can find the correct
15854 address for functions and variables in an overlay, whether or not the
15855 overlay is mapped. This allows most @value{GDBN} commands, like
15856 @code{break} and @code{disassemble}, to work normally, even on unmapped
15857 code. However, @value{GDBN}'s breakpoint support has some limitations:
15858
15859 @itemize @bullet
15860 @item
15861 @cindex breakpoints in overlays
15862 @cindex overlays, setting breakpoints in
15863 You can set breakpoints in functions in unmapped overlays, as long as
15864 @value{GDBN} can write to the overlay at its load address.
15865 @item
15866 @value{GDBN} can not set hardware or simulator-based breakpoints in
15867 unmapped overlays. However, if you set a breakpoint at the end of your
15868 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15869 you are using manual overlay management), @value{GDBN} will re-set its
15870 breakpoints properly.
15871 @end itemize
15872
15873
15874 @node Automatic Overlay Debugging
15875 @section Automatic Overlay Debugging
15876 @cindex automatic overlay debugging
15877
15878 @value{GDBN} can automatically track which overlays are mapped and which
15879 are not, given some simple co-operation from the overlay manager in the
15880 inferior. If you enable automatic overlay debugging with the
15881 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15882 looks in the inferior's memory for certain variables describing the
15883 current state of the overlays.
15884
15885 Here are the variables your overlay manager must define to support
15886 @value{GDBN}'s automatic overlay debugging:
15887
15888 @table @asis
15889
15890 @item @code{_ovly_table}:
15891 This variable must be an array of the following structures:
15892
15893 @smallexample
15894 struct
15895 @{
15896 /* The overlay's mapped address. */
15897 unsigned long vma;
15898
15899 /* The size of the overlay, in bytes. */
15900 unsigned long size;
15901
15902 /* The overlay's load address. */
15903 unsigned long lma;
15904
15905 /* Non-zero if the overlay is currently mapped;
15906 zero otherwise. */
15907 unsigned long mapped;
15908 @}
15909 @end smallexample
15910
15911 @item @code{_novlys}:
15912 This variable must be a four-byte signed integer, holding the total
15913 number of elements in @code{_ovly_table}.
15914
15915 @end table
15916
15917 To decide whether a particular overlay is mapped or not, @value{GDBN}
15918 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15919 @code{lma} members equal the VMA and LMA of the overlay's section in the
15920 executable file. When @value{GDBN} finds a matching entry, it consults
15921 the entry's @code{mapped} member to determine whether the overlay is
15922 currently mapped.
15923
15924 In addition, your overlay manager may define a function called
15925 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
15926 will silently set a breakpoint there. If the overlay manager then
15927 calls this function whenever it has changed the overlay table, this
15928 will enable @value{GDBN} to accurately keep track of which overlays
15929 are in program memory, and update any breakpoints that may be set
15930 in overlays. This will allow breakpoints to work even if the
15931 overlays are kept in ROM or other non-writable memory while they
15932 are not being executed.
15933
15934 @node Overlay Sample Program
15935 @section Overlay Sample Program
15936 @cindex overlay example program
15937
15938 When linking a program which uses overlays, you must place the overlays
15939 at their load addresses, while relocating them to run at their mapped
15940 addresses. To do this, you must write a linker script (@pxref{Overlay
15941 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15942 since linker scripts are specific to a particular host system, target
15943 architecture, and target memory layout, this manual cannot provide
15944 portable sample code demonstrating @value{GDBN}'s overlay support.
15945
15946 However, the @value{GDBN} source distribution does contain an overlaid
15947 program, with linker scripts for a few systems, as part of its test
15948 suite. The program consists of the following files from
15949 @file{gdb/testsuite/gdb.base}:
15950
15951 @table @file
15952 @item overlays.c
15953 The main program file.
15954 @item ovlymgr.c
15955 A simple overlay manager, used by @file{overlays.c}.
15956 @item foo.c
15957 @itemx bar.c
15958 @itemx baz.c
15959 @itemx grbx.c
15960 Overlay modules, loaded and used by @file{overlays.c}.
15961 @item d10v.ld
15962 @itemx m32r.ld
15963 Linker scripts for linking the test program on the @code{d10v-elf}
15964 and @code{m32r-elf} targets.
15965 @end table
15966
15967 You can build the test program using the @code{d10v-elf} GCC
15968 cross-compiler like this:
15969
15970 @smallexample
15971 $ d10v-elf-gcc -g -c overlays.c
15972 $ d10v-elf-gcc -g -c ovlymgr.c
15973 $ d10v-elf-gcc -g -c foo.c
15974 $ d10v-elf-gcc -g -c bar.c
15975 $ d10v-elf-gcc -g -c baz.c
15976 $ d10v-elf-gcc -g -c grbx.c
15977 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15978 baz.o grbx.o -Wl,-Td10v.ld -o overlays
15979 @end smallexample
15980
15981 The build process is identical for any other architecture, except that
15982 you must substitute the appropriate compiler and linker script for the
15983 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15984
15985
15986 @node Languages
15987 @chapter Using @value{GDBN} with Different Languages
15988 @cindex languages
15989
15990 Although programming languages generally have common aspects, they are
15991 rarely expressed in the same manner. For instance, in ANSI C,
15992 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15993 Modula-2, it is accomplished by @code{p^}. Values can also be
15994 represented (and displayed) differently. Hex numbers in C appear as
15995 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
15996
15997 @cindex working language
15998 Language-specific information is built into @value{GDBN} for some languages,
15999 allowing you to express operations like the above in your program's
16000 native language, and allowing @value{GDBN} to output values in a manner
16001 consistent with the syntax of your program's native language. The
16002 language you use to build expressions is called the @dfn{working
16003 language}.
16004
16005 @menu
16006 * Setting:: Switching between source languages
16007 * Show:: Displaying the language
16008 * Checks:: Type and range checks
16009 * Supported Languages:: Supported languages
16010 * Unsupported Languages:: Unsupported languages
16011 @end menu
16012
16013 @node Setting
16014 @section Switching Between Source Languages
16015
16016 There are two ways to control the working language---either have @value{GDBN}
16017 set it automatically, or select it manually yourself. You can use the
16018 @code{set language} command for either purpose. On startup, @value{GDBN}
16019 defaults to setting the language automatically. The working language is
16020 used to determine how expressions you type are interpreted, how values
16021 are printed, etc.
16022
16023 In addition to the working language, every source file that
16024 @value{GDBN} knows about has its own working language. For some object
16025 file formats, the compiler might indicate which language a particular
16026 source file is in. However, most of the time @value{GDBN} infers the
16027 language from the name of the file. The language of a source file
16028 controls whether C@t{++} names are demangled---this way @code{backtrace} can
16029 show each frame appropriately for its own language. There is no way to
16030 set the language of a source file from within @value{GDBN}, but you can
16031 set the language associated with a filename extension. @xref{Show, ,
16032 Displaying the Language}.
16033
16034 This is most commonly a problem when you use a program, such
16035 as @code{cfront} or @code{f2c}, that generates C but is written in
16036 another language. In that case, make the
16037 program use @code{#line} directives in its C output; that way
16038 @value{GDBN} will know the correct language of the source code of the original
16039 program, and will display that source code, not the generated C code.
16040
16041 @menu
16042 * Filenames:: Filename extensions and languages.
16043 * Manually:: Setting the working language manually
16044 * Automatically:: Having @value{GDBN} infer the source language
16045 @end menu
16046
16047 @node Filenames
16048 @subsection List of Filename Extensions and Languages
16049
16050 If a source file name ends in one of the following extensions, then
16051 @value{GDBN} infers that its language is the one indicated.
16052
16053 @table @file
16054 @item .ada
16055 @itemx .ads
16056 @itemx .adb
16057 @itemx .a
16058 Ada source file.
16059
16060 @item .c
16061 C source file
16062
16063 @item .C
16064 @itemx .cc
16065 @itemx .cp
16066 @itemx .cpp
16067 @itemx .cxx
16068 @itemx .c++
16069 C@t{++} source file
16070
16071 @item .d
16072 D source file
16073
16074 @item .m
16075 Objective-C source file
16076
16077 @item .f
16078 @itemx .F
16079 Fortran source file
16080
16081 @item .mod
16082 Modula-2 source file
16083
16084 @item .s
16085 @itemx .S
16086 Assembler source file. This actually behaves almost like C, but
16087 @value{GDBN} does not skip over function prologues when stepping.
16088 @end table
16089
16090 In addition, you may set the language associated with a filename
16091 extension. @xref{Show, , Displaying the Language}.
16092
16093 @node Manually
16094 @subsection Setting the Working Language
16095
16096 If you allow @value{GDBN} to set the language automatically,
16097 expressions are interpreted the same way in your debugging session and
16098 your program.
16099
16100 @kindex set language
16101 If you wish, you may set the language manually. To do this, issue the
16102 command @samp{set language @var{lang}}, where @var{lang} is the name of
16103 a language, such as
16104 @code{c} or @code{modula-2}.
16105 For a list of the supported languages, type @samp{set language}.
16106
16107 Setting the language manually prevents @value{GDBN} from updating the working
16108 language automatically. This can lead to confusion if you try
16109 to debug a program when the working language is not the same as the
16110 source language, when an expression is acceptable to both
16111 languages---but means different things. For instance, if the current
16112 source file were written in C, and @value{GDBN} was parsing Modula-2, a
16113 command such as:
16114
16115 @smallexample
16116 print a = b + c
16117 @end smallexample
16118
16119 @noindent
16120 might not have the effect you intended. In C, this means to add
16121 @code{b} and @code{c} and place the result in @code{a}. The result
16122 printed would be the value of @code{a}. In Modula-2, this means to compare
16123 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
16124
16125 @node Automatically
16126 @subsection Having @value{GDBN} Infer the Source Language
16127
16128 To have @value{GDBN} set the working language automatically, use
16129 @samp{set language local} or @samp{set language auto}. @value{GDBN}
16130 then infers the working language. That is, when your program stops in a
16131 frame (usually by encountering a breakpoint), @value{GDBN} sets the
16132 working language to the language recorded for the function in that
16133 frame. If the language for a frame is unknown (that is, if the function
16134 or block corresponding to the frame was defined in a source file that
16135 does not have a recognized extension), the current working language is
16136 not changed, and @value{GDBN} issues a warning.
16137
16138 This may not seem necessary for most programs, which are written
16139 entirely in one source language. However, program modules and libraries
16140 written in one source language can be used by a main program written in
16141 a different source language. Using @samp{set language auto} in this
16142 case frees you from having to set the working language manually.
16143
16144 @node Show
16145 @section Displaying the Language
16146
16147 The following commands help you find out which language is the
16148 working language, and also what language source files were written in.
16149
16150 @table @code
16151 @item show language
16152 @anchor{show language}
16153 @kindex show language
16154 Display the current working language. This is the
16155 language you can use with commands such as @code{print} to
16156 build and compute expressions that may involve variables in your program.
16157
16158 @item info frame
16159 @kindex info frame@r{, show the source language}
16160 Display the source language for this frame. This language becomes the
16161 working language if you use an identifier from this frame.
16162 @xref{Frame Info, ,Information about a Frame}, to identify the other
16163 information listed here.
16164
16165 @item info source
16166 @kindex info source@r{, show the source language}
16167 Display the source language of this source file.
16168 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
16169 information listed here.
16170 @end table
16171
16172 In unusual circumstances, you may have source files with extensions
16173 not in the standard list. You can then set the extension associated
16174 with a language explicitly:
16175
16176 @table @code
16177 @item set extension-language @var{ext} @var{language}
16178 @kindex set extension-language
16179 Tell @value{GDBN} that source files with extension @var{ext} are to be
16180 assumed as written in the source language @var{language}.
16181
16182 @item info extensions
16183 @kindex info extensions
16184 List all the filename extensions and the associated languages.
16185 @end table
16186
16187 @node Checks
16188 @section Type and Range Checking
16189
16190 Some languages are designed to guard you against making seemingly common
16191 errors through a series of compile- and run-time checks. These include
16192 checking the type of arguments to functions and operators and making
16193 sure mathematical overflows are caught at run time. Checks such as
16194 these help to ensure a program's correctness once it has been compiled
16195 by eliminating type mismatches and providing active checks for range
16196 errors when your program is running.
16197
16198 By default @value{GDBN} checks for these errors according to the
16199 rules of the current source language. Although @value{GDBN} does not check
16200 the statements in your program, it can check expressions entered directly
16201 into @value{GDBN} for evaluation via the @code{print} command, for example.
16202
16203 @menu
16204 * Type Checking:: An overview of type checking
16205 * Range Checking:: An overview of range checking
16206 @end menu
16207
16208 @cindex type checking
16209 @cindex checks, type
16210 @node Type Checking
16211 @subsection An Overview of Type Checking
16212
16213 Some languages, such as C and C@t{++}, are strongly typed, meaning that the
16214 arguments to operators and functions have to be of the correct type,
16215 otherwise an error occurs. These checks prevent type mismatch
16216 errors from ever causing any run-time problems. For example,
16217
16218 @smallexample
16219 int klass::my_method(char *b) @{ return b ? 1 : 2; @}
16220
16221 (@value{GDBP}) print obj.my_method (0)
16222 $1 = 2
16223 @exdent but
16224 (@value{GDBP}) print obj.my_method (0x1234)
16225 Cannot resolve method klass::my_method to any overloaded instance
16226 @end smallexample
16227
16228 The second example fails because in C@t{++} the integer constant
16229 @samp{0x1234} is not type-compatible with the pointer parameter type.
16230
16231 For the expressions you use in @value{GDBN} commands, you can tell
16232 @value{GDBN} to not enforce strict type checking or
16233 to treat any mismatches as errors and abandon the expression;
16234 When type checking is disabled, @value{GDBN} successfully evaluates
16235 expressions like the second example above.
16236
16237 Even if type checking is off, there may be other reasons
16238 related to type that prevent @value{GDBN} from evaluating an expression.
16239 For instance, @value{GDBN} does not know how to add an @code{int} and
16240 a @code{struct foo}. These particular type errors have nothing to do
16241 with the language in use and usually arise from expressions which make
16242 little sense to evaluate anyway.
16243
16244 @value{GDBN} provides some additional commands for controlling type checking:
16245
16246 @kindex set check type
16247 @kindex show check type
16248 @table @code
16249 @item set check type on
16250 @itemx set check type off
16251 Set strict type checking on or off. If any type mismatches occur in
16252 evaluating an expression while type checking is on, @value{GDBN} prints a
16253 message and aborts evaluation of the expression.
16254
16255 @item show check type
16256 Show the current setting of type checking and whether @value{GDBN}
16257 is enforcing strict type checking rules.
16258 @end table
16259
16260 @cindex range checking
16261 @cindex checks, range
16262 @node Range Checking
16263 @subsection An Overview of Range Checking
16264
16265 In some languages (such as Modula-2), it is an error to exceed the
16266 bounds of a type; this is enforced with run-time checks. Such range
16267 checking is meant to ensure program correctness by making sure
16268 computations do not overflow, or indices on an array element access do
16269 not exceed the bounds of the array.
16270
16271 For expressions you use in @value{GDBN} commands, you can tell
16272 @value{GDBN} to treat range errors in one of three ways: ignore them,
16273 always treat them as errors and abandon the expression, or issue
16274 warnings but evaluate the expression anyway.
16275
16276 A range error can result from numerical overflow, from exceeding an
16277 array index bound, or when you type a constant that is not a member
16278 of any type. Some languages, however, do not treat overflows as an
16279 error. In many implementations of C, mathematical overflow causes the
16280 result to ``wrap around'' to lower values---for example, if @var{m} is
16281 the largest integer value, and @var{s} is the smallest, then
16282
16283 @smallexample
16284 @var{m} + 1 @result{} @var{s}
16285 @end smallexample
16286
16287 This, too, is specific to individual languages, and in some cases
16288 specific to individual compilers or machines. @xref{Supported Languages, ,
16289 Supported Languages}, for further details on specific languages.
16290
16291 @value{GDBN} provides some additional commands for controlling the range checker:
16292
16293 @kindex set check range
16294 @kindex show check range
16295 @table @code
16296 @item set check range auto
16297 Set range checking on or off based on the current working language.
16298 @xref{Supported Languages, ,Supported Languages}, for the default settings for
16299 each language.
16300
16301 @item set check range on
16302 @itemx set check range off
16303 Set range checking on or off, overriding the default setting for the
16304 current working language. A warning is issued if the setting does not
16305 match the language default. If a range error occurs and range checking is on,
16306 then a message is printed and evaluation of the expression is aborted.
16307
16308 @item set check range warn
16309 Output messages when the @value{GDBN} range checker detects a range error,
16310 but attempt to evaluate the expression anyway. Evaluating the
16311 expression may still be impossible for other reasons, such as accessing
16312 memory that the process does not own (a typical example from many Unix
16313 systems).
16314
16315 @item show check range
16316 Show the current setting of the range checker, and whether or not it is
16317 being set automatically by @value{GDBN}.
16318 @end table
16319
16320 @node Supported Languages
16321 @section Supported Languages
16322
16323 @value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
16324 OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
16325 @c This is false ...
16326 Some @value{GDBN} features may be used in expressions regardless of the
16327 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16328 and the @samp{@{type@}addr} construct (@pxref{Expressions,
16329 ,Expressions}) can be used with the constructs of any supported
16330 language.
16331
16332 The following sections detail to what degree each source language is
16333 supported by @value{GDBN}. These sections are not meant to be language
16334 tutorials or references, but serve only as a reference guide to what the
16335 @value{GDBN} expression parser accepts, and what input and output
16336 formats should look like for different languages. There are many good
16337 books written on each of these languages; please look to these for a
16338 language reference or tutorial.
16339
16340 @menu
16341 * C:: C and C@t{++}
16342 * D:: D
16343 * Go:: Go
16344 * Objective-C:: Objective-C
16345 * OpenCL C:: OpenCL C
16346 * Fortran:: Fortran
16347 * Pascal:: Pascal
16348 * Rust:: Rust
16349 * Modula-2:: Modula-2
16350 * Ada:: Ada
16351 @end menu
16352
16353 @node C
16354 @subsection C and C@t{++}
16355
16356 @cindex C and C@t{++}
16357 @cindex expressions in C or C@t{++}
16358
16359 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
16360 to both languages. Whenever this is the case, we discuss those languages
16361 together.
16362
16363 @cindex C@t{++}
16364 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
16365 @cindex @sc{gnu} C@t{++}
16366 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16367 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16368 effectively, you must compile your C@t{++} programs with a supported
16369 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
16370 compiler (@code{aCC}).
16371
16372 @menu
16373 * C Operators:: C and C@t{++} operators
16374 * C Constants:: C and C@t{++} constants
16375 * C Plus Plus Expressions:: C@t{++} expressions
16376 * C Defaults:: Default settings for C and C@t{++}
16377 * C Checks:: C and C@t{++} type and range checks
16378 * Debugging C:: @value{GDBN} and C
16379 * Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
16380 * Decimal Floating Point:: Numbers in Decimal Floating Point format
16381 @end menu
16382
16383 @node C Operators
16384 @subsubsection C and C@t{++} Operators
16385
16386 @cindex C and C@t{++} operators
16387
16388 Operators must be defined on values of specific types. For instance,
16389 @code{+} is defined on numbers, but not on structures. Operators are
16390 often defined on groups of types.
16391
16392 For the purposes of C and C@t{++}, the following definitions hold:
16393
16394 @itemize @bullet
16395
16396 @item
16397 @emph{Integral types} include @code{int} with any of its storage-class
16398 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
16399
16400 @item
16401 @emph{Floating-point types} include @code{float}, @code{double}, and
16402 @code{long double} (if supported by the target platform).
16403
16404 @item
16405 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
16406
16407 @item
16408 @emph{Scalar types} include all of the above.
16409
16410 @end itemize
16411
16412 @noindent
16413 The following operators are supported. They are listed here
16414 in order of increasing precedence:
16415
16416 @table @code
16417 @item ,
16418 The comma or sequencing operator. Expressions in a comma-separated list
16419 are evaluated from left to right, with the result of the entire
16420 expression being the last expression evaluated.
16421
16422 @item =
16423 Assignment. The value of an assignment expression is the value
16424 assigned. Defined on scalar types.
16425
16426 @item @var{op}=
16427 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16428 and translated to @w{@code{@var{a} = @var{a op b}}}.
16429 @w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
16430 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16431 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16432
16433 @item ?:
16434 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
16435 of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16436 should be of an integral type.
16437
16438 @item ||
16439 Logical @sc{or}. Defined on integral types.
16440
16441 @item &&
16442 Logical @sc{and}. Defined on integral types.
16443
16444 @item |
16445 Bitwise @sc{or}. Defined on integral types.
16446
16447 @item ^
16448 Bitwise exclusive-@sc{or}. Defined on integral types.
16449
16450 @item &
16451 Bitwise @sc{and}. Defined on integral types.
16452
16453 @item ==@r{, }!=
16454 Equality and inequality. Defined on scalar types. The value of these
16455 expressions is 0 for false and non-zero for true.
16456
16457 @item <@r{, }>@r{, }<=@r{, }>=
16458 Less than, greater than, less than or equal, greater than or equal.
16459 Defined on scalar types. The value of these expressions is 0 for false
16460 and non-zero for true.
16461
16462 @item <<@r{, }>>
16463 left shift, and right shift. Defined on integral types.
16464
16465 @item @@
16466 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16467
16468 @item +@r{, }-
16469 Addition and subtraction. Defined on integral types, floating-point types and
16470 pointer types.
16471
16472 @item *@r{, }/@r{, }%
16473 Multiplication, division, and modulus. Multiplication and division are
16474 defined on integral and floating-point types. Modulus is defined on
16475 integral types.
16476
16477 @item ++@r{, }--
16478 Increment and decrement. When appearing before a variable, the
16479 operation is performed before the variable is used in an expression;
16480 when appearing after it, the variable's value is used before the
16481 operation takes place.
16482
16483 @item *
16484 Pointer dereferencing. Defined on pointer types. Same precedence as
16485 @code{++}.
16486
16487 @item &
16488 Address operator. Defined on variables. Same precedence as @code{++}.
16489
16490 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16491 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
16492 to examine the address
16493 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
16494 stored.
16495
16496 @item -
16497 Negative. Defined on integral and floating-point types. Same
16498 precedence as @code{++}.
16499
16500 @item !
16501 Logical negation. Defined on integral types. Same precedence as
16502 @code{++}.
16503
16504 @item ~
16505 Bitwise complement operator. Defined on integral types. Same precedence as
16506 @code{++}.
16507
16508
16509 @item .@r{, }->
16510 Structure member, and pointer-to-structure member. For convenience,
16511 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
16512 pointer based on the stored type information.
16513 Defined on @code{struct} and @code{union} data.
16514
16515 @item .*@r{, }->*
16516 Dereferences of pointers to members.
16517
16518 @item []
16519 Array indexing. @code{@var{a}[@var{i}]} is defined as
16520 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16521
16522 @item ()
16523 Function parameter list. Same precedence as @code{->}.
16524
16525 @item ::
16526 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
16527 and @code{class} types.
16528
16529 @item ::
16530 Doubled colons also represent the @value{GDBN} scope operator
16531 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16532 above.
16533 @end table
16534
16535 If an operator is redefined in the user code, @value{GDBN} usually
16536 attempts to invoke the redefined version instead of using the operator's
16537 predefined meaning.
16538
16539 @node C Constants
16540 @subsubsection C and C@t{++} Constants
16541
16542 @cindex C and C@t{++} constants
16543
16544 @value{GDBN} allows you to express the constants of C and C@t{++} in the
16545 following ways:
16546
16547 @itemize @bullet
16548 @item
16549 Integer constants are a sequence of digits. Octal constants are
16550 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16551 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
16552 @samp{l}, specifying that the constant should be treated as a
16553 @code{long} value.
16554
16555 @item
16556 Floating point constants are a sequence of digits, followed by a decimal
16557 point, followed by a sequence of digits, and optionally followed by an
16558 exponent. An exponent is of the form:
16559 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16560 sequence of digits. The @samp{+} is optional for positive exponents.
16561 A floating-point constant may also end with a letter @samp{f} or
16562 @samp{F}, specifying that the constant should be treated as being of
16563 the @code{float} (as opposed to the default @code{double}) type; or with
16564 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16565 constant.
16566
16567 @item
16568 Enumerated constants consist of enumerated identifiers, or their
16569 integral equivalents.
16570
16571 @item
16572 Character constants are a single character surrounded by single quotes
16573 (@code{'}), or a number---the ordinal value of the corresponding character
16574 (usually its @sc{ascii} value). Within quotes, the single character may
16575 be represented by a letter or by @dfn{escape sequences}, which are of
16576 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16577 of the character's ordinal value; or of the form @samp{\@var{x}}, where
16578 @samp{@var{x}} is a predefined special character---for example,
16579 @samp{\n} for newline.
16580
16581 Wide character constants can be written by prefixing a character
16582 constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16583 form of @samp{x}. The target wide character set is used when
16584 computing the value of this constant (@pxref{Character Sets}).
16585
16586 @item
16587 String constants are a sequence of character constants surrounded by
16588 double quotes (@code{"}). Any valid character constant (as described
16589 above) may appear. Double quotes within the string must be preceded by
16590 a backslash, so for instance @samp{"a\"b'c"} is a string of five
16591 characters.
16592
16593 Wide string constants can be written by prefixing a string constant
16594 with @samp{L}, as in C. The target wide character set is used when
16595 computing the value of this constant (@pxref{Character Sets}).
16596
16597 @item
16598 Pointer constants are an integral value. You can also write pointers
16599 to constants using the C operator @samp{&}.
16600
16601 @item
16602 Array constants are comma-separated lists surrounded by braces @samp{@{}
16603 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16604 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16605 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16606 @end itemize
16607
16608 @node C Plus Plus Expressions
16609 @subsubsection C@t{++} Expressions
16610
16611 @cindex expressions in C@t{++}
16612 @value{GDBN} expression handling can interpret most C@t{++} expressions.
16613
16614 @cindex debugging C@t{++} programs
16615 @cindex C@t{++} compilers
16616 @cindex debug formats and C@t{++}
16617 @cindex @value{NGCC} and C@t{++}
16618 @quotation
16619 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16620 the proper compiler and the proper debug format. Currently,
16621 @value{GDBN} works best when debugging C@t{++} code that is compiled
16622 with the most recent version of @value{NGCC} possible. The DWARF
16623 debugging format is preferred; @value{NGCC} defaults to this on most
16624 popular platforms. Other compilers and/or debug formats are likely to
16625 work badly or not at all when using @value{GDBN} to debug C@t{++}
16626 code. @xref{Compilation}.
16627 @end quotation
16628
16629 @enumerate
16630
16631 @cindex member functions
16632 @item
16633 Member function calls are allowed; you can use expressions like
16634
16635 @smallexample
16636 count = aml->GetOriginal(x, y)
16637 @end smallexample
16638
16639 @vindex this@r{, inside C@t{++} member functions}
16640 @cindex namespace in C@t{++}
16641 @item
16642 While a member function is active (in the selected stack frame), your
16643 expressions have the same namespace available as the member function;
16644 that is, @value{GDBN} allows implicit references to the class instance
16645 pointer @code{this} following the same rules as C@t{++}. @code{using}
16646 declarations in the current scope are also respected by @value{GDBN}.
16647
16648 @cindex call overloaded functions
16649 @cindex overloaded functions, calling
16650 @cindex type conversions in C@t{++}
16651 @item
16652 You can call overloaded functions; @value{GDBN} resolves the function
16653 call to the right definition, with some restrictions. @value{GDBN} does not
16654 perform overload resolution involving user-defined type conversions,
16655 calls to constructors, or instantiations of templates that do not exist
16656 in the program. It also cannot handle ellipsis argument lists or
16657 default arguments.
16658
16659 It does perform integral conversions and promotions, floating-point
16660 promotions, arithmetic conversions, pointer conversions, conversions of
16661 class objects to base classes, and standard conversions such as those of
16662 functions or arrays to pointers; it requires an exact match on the
16663 number of function arguments.
16664
16665 Overload resolution is always performed, unless you have specified
16666 @code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16667 ,@value{GDBN} Features for C@t{++}}.
16668
16669 You must specify @code{set overload-resolution off} in order to use an
16670 explicit function signature to call an overloaded function, as in
16671 @smallexample
16672 p 'foo(char,int)'('x', 13)
16673 @end smallexample
16674
16675 The @value{GDBN} command-completion facility can simplify this;
16676 see @ref{Completion, ,Command Completion}.
16677
16678 @cindex reference declarations
16679 @item
16680 @value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16681 references; you can use them in expressions just as you do in C@t{++}
16682 source---they are automatically dereferenced.
16683
16684 In the parameter list shown when @value{GDBN} displays a frame, the values of
16685 reference variables are not displayed (unlike other variables); this
16686 avoids clutter, since references are often used for large structures.
16687 The @emph{address} of a reference variable is always shown, unless
16688 you have specified @samp{set print address off}.
16689
16690 @item
16691 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
16692 expressions can use it just as expressions in your program do. Since
16693 one scope may be defined in another, you can use @code{::} repeatedly if
16694 necessary, for example in an expression like
16695 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
16696 resolving name scope by reference to source files, in both C and C@t{++}
16697 debugging (@pxref{Variables, ,Program Variables}).
16698
16699 @item
16700 @value{GDBN} performs argument-dependent lookup, following the C@t{++}
16701 specification.
16702 @end enumerate
16703
16704 @node C Defaults
16705 @subsubsection C and C@t{++} Defaults
16706
16707 @cindex C and C@t{++} defaults
16708
16709 If you allow @value{GDBN} to set range checking automatically, it
16710 defaults to @code{off} whenever the working language changes to
16711 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
16712 selects the working language.
16713
16714 If you allow @value{GDBN} to set the language automatically, it
16715 recognizes source files whose names end with @file{.c}, @file{.C}, or
16716 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
16717 these files, it sets the working language to C or C@t{++}.
16718 @xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
16719 for further details.
16720
16721 @node C Checks
16722 @subsubsection C and C@t{++} Type and Range Checks
16723
16724 @cindex C and C@t{++} checks
16725
16726 By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16727 checking is used. However, if you turn type checking off, @value{GDBN}
16728 will allow certain non-standard conversions, such as promoting integer
16729 constants to pointers.
16730
16731 Range checking, if turned on, is done on mathematical operations. Array
16732 indices are not checked, since they are often used to index a pointer
16733 that is not itself an array.
16734
16735 @node Debugging C
16736 @subsubsection @value{GDBN} and C
16737
16738 The @code{set print union} and @code{show print union} commands apply to
16739 the @code{union} type. When set to @samp{on}, any @code{union} that is
16740 inside a @code{struct} or @code{class} is also printed. Otherwise, it
16741 appears as @samp{@{...@}}.
16742
16743 The @code{@@} operator aids in the debugging of dynamic arrays, formed
16744 with pointers and a memory allocation function. @xref{Expressions,
16745 ,Expressions}.
16746
16747 @node Debugging C Plus Plus
16748 @subsubsection @value{GDBN} Features for C@t{++}
16749
16750 @cindex commands for C@t{++}
16751
16752 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16753 designed specifically for use with C@t{++}. Here is a summary:
16754
16755 @table @code
16756 @cindex break in overloaded functions
16757 @item @r{breakpoint menus}
16758 When you want a breakpoint in a function whose name is overloaded,
16759 @value{GDBN} has the capability to display a menu of possible breakpoint
16760 locations to help you specify which function definition you want.
16761 @xref{Ambiguous Expressions,,Ambiguous Expressions}.
16762
16763 @cindex overloading in C@t{++}
16764 @item rbreak @var{regex}
16765 Setting breakpoints using regular expressions is helpful for setting
16766 breakpoints on overloaded functions that are not members of any special
16767 classes.
16768 @xref{Set Breaks, ,Setting Breakpoints}.
16769
16770 @cindex C@t{++} exception handling
16771 @item catch throw
16772 @itemx catch rethrow
16773 @itemx catch catch
16774 Debug C@t{++} exception handling using these commands. @xref{Set
16775 Catchpoints, , Setting Catchpoints}.
16776
16777 @cindex inheritance
16778 @item ptype @var{typename}
16779 Print inheritance relationships as well as other information for type
16780 @var{typename}.
16781 @xref{Symbols, ,Examining the Symbol Table}.
16782
16783 @item info vtbl @var{expression}.
16784 The @code{info vtbl} command can be used to display the virtual
16785 method tables of the object computed by @var{expression}. This shows
16786 one entry per virtual table; there may be multiple virtual tables when
16787 multiple inheritance is in use.
16788
16789 @cindex C@t{++} demangling
16790 @item demangle @var{name}
16791 Demangle @var{name}.
16792 @xref{Symbols}, for a more complete description of the @code{demangle} command.
16793
16794 @cindex C@t{++} symbol display
16795 @item set print demangle
16796 @itemx show print demangle
16797 @itemx set print asm-demangle
16798 @itemx show print asm-demangle
16799 Control whether C@t{++} symbols display in their source form, both when
16800 displaying code as C@t{++} source and when displaying disassemblies.
16801 @xref{Print Settings, ,Print Settings}.
16802
16803 @item set print object
16804 @itemx show print object
16805 Choose whether to print derived (actual) or declared types of objects.
16806 @xref{Print Settings, ,Print Settings}.
16807
16808 @item set print vtbl
16809 @itemx show print vtbl
16810 Control the format for printing virtual function tables.
16811 @xref{Print Settings, ,Print Settings}.
16812 (The @code{vtbl} commands do not work on programs compiled with the HP
16813 ANSI C@t{++} compiler (@code{aCC}).)
16814
16815 @kindex set overload-resolution
16816 @cindex overloaded functions, overload resolution
16817 @item set overload-resolution on
16818 Enable overload resolution for C@t{++} expression evaluation. The default
16819 is on. For overloaded functions, @value{GDBN} evaluates the arguments
16820 and searches for a function whose signature matches the argument types,
16821 using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16822 Expressions, ,C@t{++} Expressions}, for details).
16823 If it cannot find a match, it emits a message.
16824
16825 @item set overload-resolution off
16826 Disable overload resolution for C@t{++} expression evaluation. For
16827 overloaded functions that are not class member functions, @value{GDBN}
16828 chooses the first function of the specified name that it finds in the
16829 symbol table, whether or not its arguments are of the correct type. For
16830 overloaded functions that are class member functions, @value{GDBN}
16831 searches for a function whose signature @emph{exactly} matches the
16832 argument types.
16833
16834 @kindex show overload-resolution
16835 @item show overload-resolution
16836 Show the current setting of overload resolution.
16837
16838 @item @r{Overloaded symbol names}
16839 You can specify a particular definition of an overloaded symbol, using
16840 the same notation that is used to declare such symbols in C@t{++}: type
16841 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16842 also use the @value{GDBN} command-line word completion facilities to list the
16843 available choices, or to finish the type list for you.
16844 @xref{Completion,, Command Completion}, for details on how to do this.
16845
16846 @item @r{Breakpoints in functions with ABI tags}
16847
16848 The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16849 correspond to changes in the ABI of a type, function, or variable that
16850 would not otherwise be reflected in a mangled name. See
16851 @url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16852 for more detail.
16853
16854 The ABI tags are visible in C@t{++} demangled names. For example, a
16855 function that returns a std::string:
16856
16857 @smallexample
16858 std::string function(int);
16859 @end smallexample
16860
16861 @noindent
16862 when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16863 tag, and @value{GDBN} displays the symbol like this:
16864
16865 @smallexample
16866 function[abi:cxx11](int)
16867 @end smallexample
16868
16869 You can set a breakpoint on such functions simply as if they had no
16870 tag. For example:
16871
16872 @smallexample
16873 (gdb) b function(int)
16874 Breakpoint 2 at 0x40060d: file main.cc, line 10.
16875 (gdb) info breakpoints
16876 Num Type Disp Enb Address What
16877 1 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16878 at main.cc:10
16879 @end smallexample
16880
16881 On the rare occasion you need to disambiguate between different ABI
16882 tags, you can do so by simply including the ABI tag in the function
16883 name, like:
16884
16885 @smallexample
16886 (@value{GDBP}) b ambiguous[abi:other_tag](int)
16887 @end smallexample
16888 @end table
16889
16890 @node Decimal Floating Point
16891 @subsubsection Decimal Floating Point format
16892 @cindex decimal floating point format
16893
16894 @value{GDBN} can examine, set and perform computations with numbers in
16895 decimal floating point format, which in the C language correspond to the
16896 @code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16897 specified by the extension to support decimal floating-point arithmetic.
16898
16899 There are two encodings in use, depending on the architecture: BID (Binary
16900 Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
16901 PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16902 configured target.
16903
16904 Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16905 to manipulate decimal floating point numbers, it is not possible to convert
16906 (using a cast, for example) integers wider than 32-bit to decimal float.
16907
16908 In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16909 point computations, error checking in decimal float operations ignores
16910 underflow, overflow and divide by zero exceptions.
16911
16912 In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
16913 to inspect @code{_Decimal128} values stored in floating point registers.
16914 See @ref{PowerPC,,PowerPC} for more details.
16915
16916 @node D
16917 @subsection D
16918
16919 @cindex D
16920 @value{GDBN} can be used to debug programs written in D and compiled with
16921 GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16922 specific feature --- dynamic arrays.
16923
16924 @node Go
16925 @subsection Go
16926
16927 @cindex Go (programming language)
16928 @value{GDBN} can be used to debug programs written in Go and compiled with
16929 @file{gccgo} or @file{6g} compilers.
16930
16931 Here is a summary of the Go-specific features and restrictions:
16932
16933 @table @code
16934 @cindex current Go package
16935 @item The current Go package
16936 The name of the current package does not need to be specified when
16937 specifying global variables and functions.
16938
16939 For example, given the program:
16940
16941 @example
16942 package main
16943 var myglob = "Shall we?"
16944 func main () @{
16945 // ...
16946 @}
16947 @end example
16948
16949 When stopped inside @code{main} either of these work:
16950
16951 @example
16952 (gdb) p myglob
16953 (gdb) p main.myglob
16954 @end example
16955
16956 @cindex builtin Go types
16957 @item Builtin Go types
16958 The @code{string} type is recognized by @value{GDBN} and is printed
16959 as a string.
16960
16961 @cindex builtin Go functions
16962 @item Builtin Go functions
16963 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16964 function and handles it internally.
16965
16966 @cindex restrictions on Go expressions
16967 @item Restrictions on Go expressions
16968 All Go operators are supported except @code{&^}.
16969 The Go @code{_} ``blank identifier'' is not supported.
16970 Automatic dereferencing of pointers is not supported.
16971 @end table
16972
16973 @node Objective-C
16974 @subsection Objective-C
16975
16976 @cindex Objective-C
16977 This section provides information about some commands and command
16978 options that are useful for debugging Objective-C code. See also
16979 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16980 few more commands specific to Objective-C support.
16981
16982 @menu
16983 * Method Names in Commands::
16984 * The Print Command with Objective-C::
16985 @end menu
16986
16987 @node Method Names in Commands
16988 @subsubsection Method Names in Commands
16989
16990 The following commands have been extended to accept Objective-C method
16991 names as line specifications:
16992
16993 @kindex clear@r{, and Objective-C}
16994 @kindex break@r{, and Objective-C}
16995 @kindex info line@r{, and Objective-C}
16996 @kindex jump@r{, and Objective-C}
16997 @kindex list@r{, and Objective-C}
16998 @itemize
16999 @item @code{clear}
17000 @item @code{break}
17001 @item @code{info line}
17002 @item @code{jump}
17003 @item @code{list}
17004 @end itemize
17005
17006 A fully qualified Objective-C method name is specified as
17007
17008 @smallexample
17009 -[@var{Class} @var{methodName}]
17010 @end smallexample
17011
17012 where the minus sign is used to indicate an instance method and a
17013 plus sign (not shown) is used to indicate a class method. The class
17014 name @var{Class} and method name @var{methodName} are enclosed in
17015 brackets, similar to the way messages are specified in Objective-C
17016 source code. For example, to set a breakpoint at the @code{create}
17017 instance method of class @code{Fruit} in the program currently being
17018 debugged, enter:
17019
17020 @smallexample
17021 break -[Fruit create]
17022 @end smallexample
17023
17024 To list ten program lines around the @code{initialize} class method,
17025 enter:
17026
17027 @smallexample
17028 list +[NSText initialize]
17029 @end smallexample
17030
17031 In the current version of @value{GDBN}, the plus or minus sign is
17032 required. In future versions of @value{GDBN}, the plus or minus
17033 sign will be optional, but you can use it to narrow the search. It
17034 is also possible to specify just a method name:
17035
17036 @smallexample
17037 break create
17038 @end smallexample
17039
17040 You must specify the complete method name, including any colons. If
17041 your program's source files contain more than one @code{create} method,
17042 you'll be presented with a numbered list of classes that implement that
17043 method. Indicate your choice by number, or type @samp{0} to exit if
17044 none apply.
17045
17046 As another example, to clear a breakpoint established at the
17047 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
17048
17049 @smallexample
17050 clear -[NSWindow makeKeyAndOrderFront:]
17051 @end smallexample
17052
17053 @node The Print Command with Objective-C
17054 @subsubsection The Print Command With Objective-C
17055 @cindex Objective-C, print objects
17056 @kindex print-object
17057 @kindex po @r{(@code{print-object})}
17058
17059 The print command has also been extended to accept methods. For example:
17060
17061 @smallexample
17062 print -[@var{object} hash]
17063 @end smallexample
17064
17065 @cindex print an Objective-C object description
17066 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
17067 @noindent
17068 will tell @value{GDBN} to send the @code{hash} message to @var{object}
17069 and print the result. Also, an additional command has been added,
17070 @code{print-object} or @code{po} for short, which is meant to print
17071 the description of an object. However, this command may only work
17072 with certain Objective-C libraries that have a particular hook
17073 function, @code{_NSPrintForDebugger}, defined.
17074
17075 @node OpenCL C
17076 @subsection OpenCL C
17077
17078 @cindex OpenCL C
17079 This section provides information about @value{GDBN}s OpenCL C support.
17080
17081 @menu
17082 * OpenCL C Datatypes::
17083 * OpenCL C Expressions::
17084 * OpenCL C Operators::
17085 @end menu
17086
17087 @node OpenCL C Datatypes
17088 @subsubsection OpenCL C Datatypes
17089
17090 @cindex OpenCL C Datatypes
17091 @value{GDBN} supports the builtin scalar and vector datatypes specified
17092 by OpenCL 1.1. In addition the half- and double-precision floating point
17093 data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
17094 extensions are also known to @value{GDBN}.
17095
17096 @node OpenCL C Expressions
17097 @subsubsection OpenCL C Expressions
17098
17099 @cindex OpenCL C Expressions
17100 @value{GDBN} supports accesses to vector components including the access as
17101 lvalue where possible. Since OpenCL C is based on C99 most C expressions
17102 supported by @value{GDBN} can be used as well.
17103
17104 @node OpenCL C Operators
17105 @subsubsection OpenCL C Operators
17106
17107 @cindex OpenCL C Operators
17108 @value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
17109 vector data types.
17110
17111 @node Fortran
17112 @subsection Fortran
17113 @cindex Fortran-specific support in @value{GDBN}
17114
17115 @value{GDBN} can be used to debug programs written in Fortran, but it
17116 currently supports only the features of Fortran 77 language.
17117
17118 @cindex trailing underscore, in Fortran symbols
17119 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
17120 among them) append an underscore to the names of variables and
17121 functions. When you debug programs compiled by those compilers, you
17122 will need to refer to variables and functions with a trailing
17123 underscore.
17124
17125 @menu
17126 * Fortran Operators:: Fortran operators and expressions
17127 * Fortran Defaults:: Default settings for Fortran
17128 * Special Fortran Commands:: Special @value{GDBN} commands for Fortran
17129 @end menu
17130
17131 @node Fortran Operators
17132 @subsubsection Fortran Operators and Expressions
17133
17134 @cindex Fortran operators and expressions
17135
17136 Operators must be defined on values of specific types. For instance,
17137 @code{+} is defined on numbers, but not on characters or other non-
17138 arithmetic types. Operators are often defined on groups of types.
17139
17140 @table @code
17141 @item **
17142 The exponentiation operator. It raises the first operand to the power
17143 of the second one.
17144
17145 @item :
17146 The range operator. Normally used in the form of array(low:high) to
17147 represent a section of array.
17148
17149 @item %
17150 The access component operator. Normally used to access elements in derived
17151 types. Also suitable for unions. As unions aren't part of regular Fortran,
17152 this can only happen when accessing a register that uses a gdbarch-defined
17153 union type.
17154 @item ::
17155 The scope operator. Normally used to access variables in modules or
17156 to set breakpoints on subroutines nested in modules or in other
17157 subroutines (internal subroutines).
17158 @end table
17159
17160 @node Fortran Defaults
17161 @subsubsection Fortran Defaults
17162
17163 @cindex Fortran Defaults
17164
17165 Fortran symbols are usually case-insensitive, so @value{GDBN} by
17166 default uses case-insensitive matches for Fortran symbols. You can
17167 change that with the @samp{set case-insensitive} command, see
17168 @ref{Symbols}, for the details.
17169
17170 @node Special Fortran Commands
17171 @subsubsection Special Fortran Commands
17172
17173 @cindex Special Fortran commands
17174
17175 @value{GDBN} has some commands to support Fortran-specific features,
17176 such as displaying common blocks.
17177
17178 @table @code
17179 @cindex @code{COMMON} blocks, Fortran
17180 @kindex info common
17181 @item info common @r{[}@var{common-name}@r{]}
17182 This command prints the values contained in the Fortran @code{COMMON}
17183 block whose name is @var{common-name}. With no argument, the names of
17184 all @code{COMMON} blocks visible at the current program location are
17185 printed.
17186 @cindex arrays slices (Fortran)
17187 @kindex set fortran repack-array-slices
17188 @kindex show fortran repack-array-slices
17189 @item set fortran repack-array-slices [on|off]
17190 @item show fortran repack-array-slices
17191 When taking a slice from an array, a Fortran compiler can choose to
17192 either produce an array descriptor that describes the slice in place,
17193 or it may repack the slice, copying the elements of the slice into a
17194 new region of memory.
17195
17196 When this setting is on, then @value{GDBN} will also repack array
17197 slices in some situations. When this setting is off, then
17198 @value{GDBN} will create array descriptors for slices that reference
17199 the original data in place.
17200
17201 @value{GDBN} will never repack an array slice if the data for the
17202 slice is contiguous within the original array.
17203
17204 @value{GDBN} will always repack string slices if the data for the
17205 slice is non-contiguous within the original string as @value{GDBN}
17206 does not support printing non-contiguous strings.
17207
17208 The default for this setting is @code{off}.
17209 @end table
17210
17211 @node Pascal
17212 @subsection Pascal
17213
17214 @cindex Pascal support in @value{GDBN}, limitations
17215 Debugging Pascal programs which use sets, subranges, file variables, or
17216 nested functions does not currently work. @value{GDBN} does not support
17217 entering expressions, printing values, or similar features using Pascal
17218 syntax.
17219
17220 The Pascal-specific command @code{set print pascal_static-members}
17221 controls whether static members of Pascal objects are displayed.
17222 @xref{Print Settings, pascal_static-members}.
17223
17224 @node Rust
17225 @subsection Rust
17226
17227 @value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
17228 Programming Language}. Type- and value-printing, and expression
17229 parsing, are reasonably complete. However, there are a few
17230 peculiarities and holes to be aware of.
17231
17232 @itemize @bullet
17233 @item
17234 Linespecs (@pxref{Specify Location}) are never relative to the current
17235 crate. Instead, they act as if there were a global namespace of
17236 crates, somewhat similar to the way @code{extern crate} behaves.
17237
17238 That is, if @value{GDBN} is stopped at a breakpoint in a function in
17239 crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
17240 to set a breakpoint in a function named @samp{f} in a crate named
17241 @samp{B}.
17242
17243 As a consequence of this approach, linespecs also cannot refer to
17244 items using @samp{self::} or @samp{super::}.
17245
17246 @item
17247 Because @value{GDBN} implements Rust name-lookup semantics in
17248 expressions, it will sometimes prepend the current crate to a name.
17249 For example, if @value{GDBN} is stopped at a breakpoint in the crate
17250 @samp{K}, then @code{print ::x::y} will try to find the symbol
17251 @samp{K::x::y}.
17252
17253 However, since it is useful to be able to refer to other crates when
17254 debugging, @value{GDBN} provides the @code{extern} extension to
17255 circumvent this. To use the extension, just put @code{extern} before
17256 a path expression to refer to the otherwise unavailable ``global''
17257 scope.
17258
17259 In the above example, if you wanted to refer to the symbol @samp{y} in
17260 the crate @samp{x}, you would use @code{print extern x::y}.
17261
17262 @item
17263 The Rust expression evaluator does not support ``statement-like''
17264 expressions such as @code{if} or @code{match}, or lambda expressions.
17265
17266 @item
17267 Tuple expressions are not implemented.
17268
17269 @item
17270 The Rust expression evaluator does not currently implement the
17271 @code{Drop} trait. Objects that may be created by the evaluator will
17272 never be destroyed.
17273
17274 @item
17275 @value{GDBN} does not implement type inference for generics. In order
17276 to call generic functions or otherwise refer to generic items, you
17277 will have to specify the type parameters manually.
17278
17279 @item
17280 @value{GDBN} currently uses the C@t{++} demangler for Rust. In most
17281 cases this does not cause any problems. However, in an expression
17282 context, completing a generic function name will give syntactically
17283 invalid results. This happens because Rust requires the @samp{::}
17284 operator between the function name and its generic arguments. For
17285 example, @value{GDBN} might provide a completion like
17286 @code{crate::f<u32>}, where the parser would require
17287 @code{crate::f::<u32>}.
17288
17289 @item
17290 As of this writing, the Rust compiler (version 1.8) has a few holes in
17291 the debugging information it generates. These holes prevent certain
17292 features from being implemented by @value{GDBN}:
17293 @itemize @bullet
17294
17295 @item
17296 Method calls cannot be made via traits.
17297
17298 @item
17299 Operator overloading is not implemented.
17300
17301 @item
17302 When debugging in a monomorphized function, you cannot use the generic
17303 type names.
17304
17305 @item
17306 The type @code{Self} is not available.
17307
17308 @item
17309 @code{use} statements are not available, so some names may not be
17310 available in the crate.
17311 @end itemize
17312 @end itemize
17313
17314 @node Modula-2
17315 @subsection Modula-2
17316
17317 @cindex Modula-2, @value{GDBN} support
17318
17319 The extensions made to @value{GDBN} to support Modula-2 only support
17320 output from the @sc{gnu} Modula-2 compiler (which is currently being
17321 developed). Other Modula-2 compilers are not currently supported, and
17322 attempting to debug executables produced by them is most likely
17323 to give an error as @value{GDBN} reads in the executable's symbol
17324 table.
17325
17326 @cindex expressions in Modula-2
17327 @menu
17328 * M2 Operators:: Built-in operators
17329 * Built-In Func/Proc:: Built-in functions and procedures
17330 * M2 Constants:: Modula-2 constants
17331 * M2 Types:: Modula-2 types
17332 * M2 Defaults:: Default settings for Modula-2
17333 * Deviations:: Deviations from standard Modula-2
17334 * M2 Checks:: Modula-2 type and range checks
17335 * M2 Scope:: The scope operators @code{::} and @code{.}
17336 * GDB/M2:: @value{GDBN} and Modula-2
17337 @end menu
17338
17339 @node M2 Operators
17340 @subsubsection Operators
17341 @cindex Modula-2 operators
17342
17343 Operators must be defined on values of specific types. For instance,
17344 @code{+} is defined on numbers, but not on structures. Operators are
17345 often defined on groups of types. For the purposes of Modula-2, the
17346 following definitions hold:
17347
17348 @itemize @bullet
17349
17350 @item
17351 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17352 their subranges.
17353
17354 @item
17355 @emph{Character types} consist of @code{CHAR} and its subranges.
17356
17357 @item
17358 @emph{Floating-point types} consist of @code{REAL}.
17359
17360 @item
17361 @emph{Pointer types} consist of anything declared as @code{POINTER TO
17362 @var{type}}.
17363
17364 @item
17365 @emph{Scalar types} consist of all of the above.
17366
17367 @item
17368 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
17369
17370 @item
17371 @emph{Boolean types} consist of @code{BOOLEAN}.
17372 @end itemize
17373
17374 @noindent
17375 The following operators are supported, and appear in order of
17376 increasing precedence:
17377
17378 @table @code
17379 @item ,
17380 Function argument or array index separator.
17381
17382 @item :=
17383 Assignment. The value of @var{var} @code{:=} @var{value} is
17384 @var{value}.
17385
17386 @item <@r{, }>
17387 Less than, greater than on integral, floating-point, or enumerated
17388 types.
17389
17390 @item <=@r{, }>=
17391 Less than or equal to, greater than or equal to
17392 on integral, floating-point and enumerated types, or set inclusion on
17393 set types. Same precedence as @code{<}.
17394
17395 @item =@r{, }<>@r{, }#
17396 Equality and two ways of expressing inequality, valid on scalar types.
17397 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17398 available for inequality, since @code{#} conflicts with the script
17399 comment character.
17400
17401 @item IN
17402 Set membership. Defined on set types and the types of their members.
17403 Same precedence as @code{<}.
17404
17405 @item OR
17406 Boolean disjunction. Defined on boolean types.
17407
17408 @item AND@r{, }&
17409 Boolean conjunction. Defined on boolean types.
17410
17411 @item @@
17412 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17413
17414 @item +@r{, }-
17415 Addition and subtraction on integral and floating-point types, or union
17416 and difference on set types.
17417
17418 @item *
17419 Multiplication on integral and floating-point types, or set intersection
17420 on set types.
17421
17422 @item /
17423 Division on floating-point types, or symmetric set difference on set
17424 types. Same precedence as @code{*}.
17425
17426 @item DIV@r{, }MOD
17427 Integer division and remainder. Defined on integral types. Same
17428 precedence as @code{*}.
17429
17430 @item -
17431 Negative. Defined on @code{INTEGER} and @code{REAL} data.
17432
17433 @item ^
17434 Pointer dereferencing. Defined on pointer types.
17435
17436 @item NOT
17437 Boolean negation. Defined on boolean types. Same precedence as
17438 @code{^}.
17439
17440 @item .
17441 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
17442 precedence as @code{^}.
17443
17444 @item []
17445 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17446
17447 @item ()
17448 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17449 as @code{^}.
17450
17451 @item ::@r{, }.
17452 @value{GDBN} and Modula-2 scope operators.
17453 @end table
17454
17455 @quotation
17456 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
17457 treats the use of the operator @code{IN}, or the use of operators
17458 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17459 @code{<=}, and @code{>=} on sets as an error.
17460 @end quotation
17461
17462
17463 @node Built-In Func/Proc
17464 @subsubsection Built-in Functions and Procedures
17465 @cindex Modula-2 built-ins
17466
17467 Modula-2 also makes available several built-in procedures and functions.
17468 In describing these, the following metavariables are used:
17469
17470 @table @var
17471
17472 @item a
17473 represents an @code{ARRAY} variable.
17474
17475 @item c
17476 represents a @code{CHAR} constant or variable.
17477
17478 @item i
17479 represents a variable or constant of integral type.
17480
17481 @item m
17482 represents an identifier that belongs to a set. Generally used in the
17483 same function with the metavariable @var{s}. The type of @var{s} should
17484 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17485
17486 @item n
17487 represents a variable or constant of integral or floating-point type.
17488
17489 @item r
17490 represents a variable or constant of floating-point type.
17491
17492 @item t
17493 represents a type.
17494
17495 @item v
17496 represents a variable.
17497
17498 @item x
17499 represents a variable or constant of one of many types. See the
17500 explanation of the function for details.
17501 @end table
17502
17503 All Modula-2 built-in procedures also return a result, described below.
17504
17505 @table @code
17506 @item ABS(@var{n})
17507 Returns the absolute value of @var{n}.
17508
17509 @item CAP(@var{c})
17510 If @var{c} is a lower case letter, it returns its upper case
17511 equivalent, otherwise it returns its argument.
17512
17513 @item CHR(@var{i})
17514 Returns the character whose ordinal value is @var{i}.
17515
17516 @item DEC(@var{v})
17517 Decrements the value in the variable @var{v} by one. Returns the new value.
17518
17519 @item DEC(@var{v},@var{i})
17520 Decrements the value in the variable @var{v} by @var{i}. Returns the
17521 new value.
17522
17523 @item EXCL(@var{m},@var{s})
17524 Removes the element @var{m} from the set @var{s}. Returns the new
17525 set.
17526
17527 @item FLOAT(@var{i})
17528 Returns the floating point equivalent of the integer @var{i}.
17529
17530 @item HIGH(@var{a})
17531 Returns the index of the last member of @var{a}.
17532
17533 @item INC(@var{v})
17534 Increments the value in the variable @var{v} by one. Returns the new value.
17535
17536 @item INC(@var{v},@var{i})
17537 Increments the value in the variable @var{v} by @var{i}. Returns the
17538 new value.
17539
17540 @item INCL(@var{m},@var{s})
17541 Adds the element @var{m} to the set @var{s} if it is not already
17542 there. Returns the new set.
17543
17544 @item MAX(@var{t})
17545 Returns the maximum value of the type @var{t}.
17546
17547 @item MIN(@var{t})
17548 Returns the minimum value of the type @var{t}.
17549
17550 @item ODD(@var{i})
17551 Returns boolean TRUE if @var{i} is an odd number.
17552
17553 @item ORD(@var{x})
17554 Returns the ordinal value of its argument. For example, the ordinal
17555 value of a character is its @sc{ascii} value (on machines supporting
17556 the @sc{ascii} character set). The argument @var{x} must be of an
17557 ordered type, which include integral, character and enumerated types.
17558
17559 @item SIZE(@var{x})
17560 Returns the size of its argument. The argument @var{x} can be a
17561 variable or a type.
17562
17563 @item TRUNC(@var{r})
17564 Returns the integral part of @var{r}.
17565
17566 @item TSIZE(@var{x})
17567 Returns the size of its argument. The argument @var{x} can be a
17568 variable or a type.
17569
17570 @item VAL(@var{t},@var{i})
17571 Returns the member of the type @var{t} whose ordinal value is @var{i}.
17572 @end table
17573
17574 @quotation
17575 @emph{Warning:} Sets and their operations are not yet supported, so
17576 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17577 an error.
17578 @end quotation
17579
17580 @cindex Modula-2 constants
17581 @node M2 Constants
17582 @subsubsection Constants
17583
17584 @value{GDBN} allows you to express the constants of Modula-2 in the following
17585 ways:
17586
17587 @itemize @bullet
17588
17589 @item
17590 Integer constants are simply a sequence of digits. When used in an
17591 expression, a constant is interpreted to be type-compatible with the
17592 rest of the expression. Hexadecimal integers are specified by a
17593 trailing @samp{H}, and octal integers by a trailing @samp{B}.
17594
17595 @item
17596 Floating point constants appear as a sequence of digits, followed by a
17597 decimal point and another sequence of digits. An optional exponent can
17598 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17599 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17600 digits of the floating point constant must be valid decimal (base 10)
17601 digits.
17602
17603 @item
17604 Character constants consist of a single character enclosed by a pair of
17605 like quotes, either single (@code{'}) or double (@code{"}). They may
17606 also be expressed by their ordinal value (their @sc{ascii} value, usually)
17607 followed by a @samp{C}.
17608
17609 @item
17610 String constants consist of a sequence of characters enclosed by a
17611 pair of like quotes, either single (@code{'}) or double (@code{"}).
17612 Escape sequences in the style of C are also allowed. @xref{C
17613 Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
17614 sequences.
17615
17616 @item
17617 Enumerated constants consist of an enumerated identifier.
17618
17619 @item
17620 Boolean constants consist of the identifiers @code{TRUE} and
17621 @code{FALSE}.
17622
17623 @item
17624 Pointer constants consist of integral values only.
17625
17626 @item
17627 Set constants are not yet supported.
17628 @end itemize
17629
17630 @node M2 Types
17631 @subsubsection Modula-2 Types
17632 @cindex Modula-2 types
17633
17634 Currently @value{GDBN} can print the following data types in Modula-2
17635 syntax: array types, record types, set types, pointer types, procedure
17636 types, enumerated types, subrange types and base types. You can also
17637 print the contents of variables declared using these type.
17638 This section gives a number of simple source code examples together with
17639 sample @value{GDBN} sessions.
17640
17641 The first example contains the following section of code:
17642
17643 @smallexample
17644 VAR
17645 s: SET OF CHAR ;
17646 r: [20..40] ;
17647 @end smallexample
17648
17649 @noindent
17650 and you can request @value{GDBN} to interrogate the type and value of
17651 @code{r} and @code{s}.
17652
17653 @smallexample
17654 (@value{GDBP}) print s
17655 @{'A'..'C', 'Z'@}
17656 (@value{GDBP}) ptype s
17657 SET OF CHAR
17658 (@value{GDBP}) print r
17659 21
17660 (@value{GDBP}) ptype r
17661 [20..40]
17662 @end smallexample
17663
17664 @noindent
17665 Likewise if your source code declares @code{s} as:
17666
17667 @smallexample
17668 VAR
17669 s: SET ['A'..'Z'] ;
17670 @end smallexample
17671
17672 @noindent
17673 then you may query the type of @code{s} by:
17674
17675 @smallexample
17676 (@value{GDBP}) ptype s
17677 type = SET ['A'..'Z']
17678 @end smallexample
17679
17680 @noindent
17681 Note that at present you cannot interactively manipulate set
17682 expressions using the debugger.
17683
17684 The following example shows how you might declare an array in Modula-2
17685 and how you can interact with @value{GDBN} to print its type and contents:
17686
17687 @smallexample
17688 VAR
17689 s: ARRAY [-10..10] OF CHAR ;
17690 @end smallexample
17691
17692 @smallexample
17693 (@value{GDBP}) ptype s
17694 ARRAY [-10..10] OF CHAR
17695 @end smallexample
17696
17697 Note that the array handling is not yet complete and although the type
17698 is printed correctly, expression handling still assumes that all
17699 arrays have a lower bound of zero and not @code{-10} as in the example
17700 above.
17701
17702 Here are some more type related Modula-2 examples:
17703
17704 @smallexample
17705 TYPE
17706 colour = (blue, red, yellow, green) ;
17707 t = [blue..yellow] ;
17708 VAR
17709 s: t ;
17710 BEGIN
17711 s := blue ;
17712 @end smallexample
17713
17714 @noindent
17715 The @value{GDBN} interaction shows how you can query the data type
17716 and value of a variable.
17717
17718 @smallexample
17719 (@value{GDBP}) print s
17720 $1 = blue
17721 (@value{GDBP}) ptype t
17722 type = [blue..yellow]
17723 @end smallexample
17724
17725 @noindent
17726 In this example a Modula-2 array is declared and its contents
17727 displayed. Observe that the contents are written in the same way as
17728 their @code{C} counterparts.
17729
17730 @smallexample
17731 VAR
17732 s: ARRAY [1..5] OF CARDINAL ;
17733 BEGIN
17734 s[1] := 1 ;
17735 @end smallexample
17736
17737 @smallexample
17738 (@value{GDBP}) print s
17739 $1 = @{1, 0, 0, 0, 0@}
17740 (@value{GDBP}) ptype s
17741 type = ARRAY [1..5] OF CARDINAL
17742 @end smallexample
17743
17744 The Modula-2 language interface to @value{GDBN} also understands
17745 pointer types as shown in this example:
17746
17747 @smallexample
17748 VAR
17749 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17750 BEGIN
17751 NEW(s) ;
17752 s^[1] := 1 ;
17753 @end smallexample
17754
17755 @noindent
17756 and you can request that @value{GDBN} describes the type of @code{s}.
17757
17758 @smallexample
17759 (@value{GDBP}) ptype s
17760 type = POINTER TO ARRAY [1..5] OF CARDINAL
17761 @end smallexample
17762
17763 @value{GDBN} handles compound types as we can see in this example.
17764 Here we combine array types, record types, pointer types and subrange
17765 types:
17766
17767 @smallexample
17768 TYPE
17769 foo = RECORD
17770 f1: CARDINAL ;
17771 f2: CHAR ;
17772 f3: myarray ;
17773 END ;
17774
17775 myarray = ARRAY myrange OF CARDINAL ;
17776 myrange = [-2..2] ;
17777 VAR
17778 s: POINTER TO ARRAY myrange OF foo ;
17779 @end smallexample
17780
17781 @noindent
17782 and you can ask @value{GDBN} to describe the type of @code{s} as shown
17783 below.
17784
17785 @smallexample
17786 (@value{GDBP}) ptype s
17787 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17788 f1 : CARDINAL;
17789 f2 : CHAR;
17790 f3 : ARRAY [-2..2] OF CARDINAL;
17791 END
17792 @end smallexample
17793
17794 @node M2 Defaults
17795 @subsubsection Modula-2 Defaults
17796 @cindex Modula-2 defaults
17797
17798 If type and range checking are set automatically by @value{GDBN}, they
17799 both default to @code{on} whenever the working language changes to
17800 Modula-2. This happens regardless of whether you or @value{GDBN}
17801 selected the working language.
17802
17803 If you allow @value{GDBN} to set the language automatically, then entering
17804 code compiled from a file whose name ends with @file{.mod} sets the
17805 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17806 Infer the Source Language}, for further details.
17807
17808 @node Deviations
17809 @subsubsection Deviations from Standard Modula-2
17810 @cindex Modula-2, deviations from
17811
17812 A few changes have been made to make Modula-2 programs easier to debug.
17813 This is done primarily via loosening its type strictness:
17814
17815 @itemize @bullet
17816 @item
17817 Unlike in standard Modula-2, pointer constants can be formed by
17818 integers. This allows you to modify pointer variables during
17819 debugging. (In standard Modula-2, the actual address contained in a
17820 pointer variable is hidden from you; it can only be modified
17821 through direct assignment to another pointer variable or expression that
17822 returned a pointer.)
17823
17824 @item
17825 C escape sequences can be used in strings and characters to represent
17826 non-printable characters. @value{GDBN} prints out strings with these
17827 escape sequences embedded. Single non-printable characters are
17828 printed using the @samp{CHR(@var{nnn})} format.
17829
17830 @item
17831 The assignment operator (@code{:=}) returns the value of its right-hand
17832 argument.
17833
17834 @item
17835 All built-in procedures both modify @emph{and} return their argument.
17836 @end itemize
17837
17838 @node M2 Checks
17839 @subsubsection Modula-2 Type and Range Checks
17840 @cindex Modula-2 checks
17841
17842 @quotation
17843 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17844 range checking.
17845 @end quotation
17846 @c FIXME remove warning when type/range checks added
17847
17848 @value{GDBN} considers two Modula-2 variables type equivalent if:
17849
17850 @itemize @bullet
17851 @item
17852 They are of types that have been declared equivalent via a @code{TYPE
17853 @var{t1} = @var{t2}} statement
17854
17855 @item
17856 They have been declared on the same line. (Note: This is true of the
17857 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17858 @end itemize
17859
17860 As long as type checking is enabled, any attempt to combine variables
17861 whose types are not equivalent is an error.
17862
17863 Range checking is done on all mathematical operations, assignment, array
17864 index bounds, and all built-in functions and procedures.
17865
17866 @node M2 Scope
17867 @subsubsection The Scope Operators @code{::} and @code{.}
17868 @cindex scope
17869 @cindex @code{.}, Modula-2 scope operator
17870 @cindex colon, doubled as scope operator
17871 @ifinfo
17872 @vindex colon-colon@r{, in Modula-2}
17873 @c Info cannot handle :: but TeX can.
17874 @end ifinfo
17875 @ifnotinfo
17876 @vindex ::@r{, in Modula-2}
17877 @end ifnotinfo
17878
17879 There are a few subtle differences between the Modula-2 scope operator
17880 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17881 similar syntax:
17882
17883 @smallexample
17884
17885 @var{module} . @var{id}
17886 @var{scope} :: @var{id}
17887 @end smallexample
17888
17889 @noindent
17890 where @var{scope} is the name of a module or a procedure,
17891 @var{module} the name of a module, and @var{id} is any declared
17892 identifier within your program, except another module.
17893
17894 Using the @code{::} operator makes @value{GDBN} search the scope
17895 specified by @var{scope} for the identifier @var{id}. If it is not
17896 found in the specified scope, then @value{GDBN} searches all scopes
17897 enclosing the one specified by @var{scope}.
17898
17899 Using the @code{.} operator makes @value{GDBN} search the current scope for
17900 the identifier specified by @var{id} that was imported from the
17901 definition module specified by @var{module}. With this operator, it is
17902 an error if the identifier @var{id} was not imported from definition
17903 module @var{module}, or if @var{id} is not an identifier in
17904 @var{module}.
17905
17906 @node GDB/M2
17907 @subsubsection @value{GDBN} and Modula-2
17908
17909 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17910 Five subcommands of @code{set print} and @code{show print} apply
17911 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
17912 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
17913 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
17914 analogue in Modula-2.
17915
17916 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
17917 with any language, is not useful with Modula-2. Its
17918 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
17919 created in Modula-2 as they can in C or C@t{++}. However, because an
17920 address can be specified by an integral constant, the construct
17921 @samp{@{@var{type}@}@var{adrexp}} is still useful.
17922
17923 @cindex @code{#} in Modula-2
17924 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17925 interpreted as the beginning of a comment. Use @code{<>} instead.
17926
17927 @node Ada
17928 @subsection Ada
17929 @cindex Ada
17930
17931 The extensions made to @value{GDBN} for Ada only support
17932 output from the @sc{gnu} Ada (GNAT) compiler.
17933 Other Ada compilers are not currently supported, and
17934 attempting to debug executables produced by them is most likely
17935 to be difficult.
17936
17937
17938 @cindex expressions in Ada
17939 @menu
17940 * Ada Mode Intro:: General remarks on the Ada syntax
17941 and semantics supported by Ada mode
17942 in @value{GDBN}.
17943 * Omissions from Ada:: Restrictions on the Ada expression syntax.
17944 * Additions to Ada:: Extensions of the Ada expression syntax.
17945 * Overloading support for Ada:: Support for expressions involving overloaded
17946 subprograms.
17947 * Stopping Before Main Program:: Debugging the program during elaboration.
17948 * Ada Exceptions:: Ada Exceptions
17949 * Ada Tasks:: Listing and setting breakpoints in tasks.
17950 * Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
17951 * Ravenscar Profile:: Tasking Support when using the Ravenscar
17952 Profile
17953 * Ada Settings:: New settable GDB parameters for Ada.
17954 * Ada Glitches:: Known peculiarities of Ada mode.
17955 @end menu
17956
17957 @node Ada Mode Intro
17958 @subsubsection Introduction
17959 @cindex Ada mode, general
17960
17961 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17962 syntax, with some extensions.
17963 The philosophy behind the design of this subset is
17964
17965 @itemize @bullet
17966 @item
17967 That @value{GDBN} should provide basic literals and access to operations for
17968 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17969 leaving more sophisticated computations to subprograms written into the
17970 program (which therefore may be called from @value{GDBN}).
17971
17972 @item
17973 That type safety and strict adherence to Ada language restrictions
17974 are not particularly important to the @value{GDBN} user.
17975
17976 @item
17977 That brevity is important to the @value{GDBN} user.
17978 @end itemize
17979
17980 Thus, for brevity, the debugger acts as if all names declared in
17981 user-written packages are directly visible, even if they are not visible
17982 according to Ada rules, thus making it unnecessary to fully qualify most
17983 names with their packages, regardless of context. Where this causes
17984 ambiguity, @value{GDBN} asks the user's intent.
17985
17986 The debugger will start in Ada mode if it detects an Ada main program.
17987 As for other languages, it will enter Ada mode when stopped in a program that
17988 was translated from an Ada source file.
17989
17990 While in Ada mode, you may use `@t{--}' for comments. This is useful
17991 mostly for documenting command files. The standard @value{GDBN} comment
17992 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17993 middle (to allow based literals).
17994
17995 @node Omissions from Ada
17996 @subsubsection Omissions from Ada
17997 @cindex Ada, omissions from
17998
17999 Here are the notable omissions from the subset:
18000
18001 @itemize @bullet
18002 @item
18003 Only a subset of the attributes are supported:
18004
18005 @itemize @minus
18006 @item
18007 @t{'First}, @t{'Last}, and @t{'Length}
18008 on array objects (not on types and subtypes).
18009
18010 @item
18011 @t{'Min} and @t{'Max}.
18012
18013 @item
18014 @t{'Pos} and @t{'Val}.
18015
18016 @item
18017 @t{'Tag}.
18018
18019 @item
18020 @t{'Range} on array objects (not subtypes), but only as the right
18021 operand of the membership (@code{in}) operator.
18022
18023 @item
18024 @t{'Access}, @t{'Unchecked_Access}, and
18025 @t{'Unrestricted_Access} (a GNAT extension).
18026
18027 @item
18028 @t{'Address}.
18029 @end itemize
18030
18031 @item
18032 The names in
18033 @code{Characters.Latin_1} are not available and
18034 concatenation is not implemented. Thus, escape characters in strings are
18035 not currently available.
18036
18037 @item
18038 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
18039 equality of representations. They will generally work correctly
18040 for strings and arrays whose elements have integer or enumeration types.
18041 They may not work correctly for arrays whose element
18042 types have user-defined equality, for arrays of real values
18043 (in particular, IEEE-conformant floating point, because of negative
18044 zeroes and NaNs), and for arrays whose elements contain unused bits with
18045 indeterminate values.
18046
18047 @item
18048 The other component-by-component array operations (@code{and}, @code{or},
18049 @code{xor}, @code{not}, and relational tests other than equality)
18050 are not implemented.
18051
18052 @item
18053 @cindex array aggregates (Ada)
18054 @cindex record aggregates (Ada)
18055 @cindex aggregates (Ada)
18056 There is limited support for array and record aggregates. They are
18057 permitted only on the right sides of assignments, as in these examples:
18058
18059 @smallexample
18060 (@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
18061 (@value{GDBP}) set An_Array := (1, others => 0)
18062 (@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
18063 (@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
18064 (@value{GDBP}) set A_Record := (1, "Peter", True);
18065 (@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
18066 @end smallexample
18067
18068 Changing a
18069 discriminant's value by assigning an aggregate has an
18070 undefined effect if that discriminant is used within the record.
18071 However, you can first modify discriminants by directly assigning to
18072 them (which normally would not be allowed in Ada), and then performing an
18073 aggregate assignment. For example, given a variable @code{A_Rec}
18074 declared to have a type such as:
18075
18076 @smallexample
18077 type Rec (Len : Small_Integer := 0) is record
18078 Id : Integer;
18079 Vals : IntArray (1 .. Len);
18080 end record;
18081 @end smallexample
18082
18083 you can assign a value with a different size of @code{Vals} with two
18084 assignments:
18085
18086 @smallexample
18087 (@value{GDBP}) set A_Rec.Len := 4
18088 (@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
18089 @end smallexample
18090
18091 As this example also illustrates, @value{GDBN} is very loose about the usual
18092 rules concerning aggregates. You may leave out some of the
18093 components of an array or record aggregate (such as the @code{Len}
18094 component in the assignment to @code{A_Rec} above); they will retain their
18095 original values upon assignment. You may freely use dynamic values as
18096 indices in component associations. You may even use overlapping or
18097 redundant component associations, although which component values are
18098 assigned in such cases is not defined.
18099
18100 @item
18101 Calls to dispatching subprograms are not implemented.
18102
18103 @item
18104 The overloading algorithm is much more limited (i.e., less selective)
18105 than that of real Ada. It makes only limited use of the context in
18106 which a subexpression appears to resolve its meaning, and it is much
18107 looser in its rules for allowing type matches. As a result, some
18108 function calls will be ambiguous, and the user will be asked to choose
18109 the proper resolution.
18110
18111 @item
18112 The @code{new} operator is not implemented.
18113
18114 @item
18115 Entry calls are not implemented.
18116
18117 @item
18118 Aside from printing, arithmetic operations on the native VAX floating-point
18119 formats are not supported.
18120
18121 @item
18122 It is not possible to slice a packed array.
18123
18124 @item
18125 The names @code{True} and @code{False}, when not part of a qualified name,
18126 are interpreted as if implicitly prefixed by @code{Standard}, regardless of
18127 context.
18128 Should your program
18129 redefine these names in a package or procedure (at best a dubious practice),
18130 you will have to use fully qualified names to access their new definitions.
18131 @end itemize
18132
18133 @node Additions to Ada
18134 @subsubsection Additions to Ada
18135 @cindex Ada, deviations from
18136
18137 As it does for other languages, @value{GDBN} makes certain generic
18138 extensions to Ada (@pxref{Expressions}):
18139
18140 @itemize @bullet
18141 @item
18142 If the expression @var{E} is a variable residing in memory (typically
18143 a local variable or array element) and @var{N} is a positive integer,
18144 then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
18145 @var{N}-1 adjacent variables following it in memory as an array. In
18146 Ada, this operator is generally not necessary, since its prime use is
18147 in displaying parts of an array, and slicing will usually do this in
18148 Ada. However, there are occasional uses when debugging programs in
18149 which certain debugging information has been optimized away.
18150
18151 @item
18152 @code{@var{B}::@var{var}} means ``the variable named @var{var} that
18153 appears in function or file @var{B}.'' When @var{B} is a file name,
18154 you must typically surround it in single quotes.
18155
18156 @item
18157 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
18158 @var{type} that appears at address @var{addr}.''
18159
18160 @item
18161 A name starting with @samp{$} is a convenience variable
18162 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
18163 @end itemize
18164
18165 In addition, @value{GDBN} provides a few other shortcuts and outright
18166 additions specific to Ada:
18167
18168 @itemize @bullet
18169 @item
18170 The assignment statement is allowed as an expression, returning
18171 its right-hand operand as its value. Thus, you may enter
18172
18173 @smallexample
18174 (@value{GDBP}) set x := y + 3
18175 (@value{GDBP}) print A(tmp := y + 1)
18176 @end smallexample
18177
18178 @item
18179 The semicolon is allowed as an ``operator,'' returning as its value
18180 the value of its right-hand operand.
18181 This allows, for example,
18182 complex conditional breaks:
18183
18184 @smallexample
18185 (@value{GDBP}) break f
18186 (@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
18187 @end smallexample
18188
18189 @item
18190 Rather than use catenation and symbolic character names to introduce special
18191 characters into strings, one may instead use a special bracket notation,
18192 which is also used to print strings. A sequence of characters of the form
18193 @samp{["@var{XX}"]} within a string or character literal denotes the
18194 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
18195 sequence of characters @samp{["""]} also denotes a single quotation mark
18196 in strings. For example,
18197 @smallexample
18198 "One line.["0a"]Next line.["0a"]"
18199 @end smallexample
18200 @noindent
18201 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
18202 after each period.
18203
18204 @item
18205 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
18206 @t{'Max} is optional (and is ignored in any case). For example, it is valid
18207 to write
18208
18209 @smallexample
18210 (@value{GDBP}) print 'max(x, y)
18211 @end smallexample
18212
18213 @item
18214 When printing arrays, @value{GDBN} uses positional notation when the
18215 array has a lower bound of 1, and uses a modified named notation otherwise.
18216 For example, a one-dimensional array of three integers with a lower bound
18217 of 3 might print as
18218
18219 @smallexample
18220 (3 => 10, 17, 1)
18221 @end smallexample
18222
18223 @noindent
18224 That is, in contrast to valid Ada, only the first component has a @code{=>}
18225 clause.
18226
18227 @item
18228 You may abbreviate attributes in expressions with any unique,
18229 multi-character subsequence of
18230 their names (an exact match gets preference).
18231 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
18232 in place of @t{a'length}.
18233
18234 @item
18235 @cindex quoting Ada internal identifiers
18236 Since Ada is case-insensitive, the debugger normally maps identifiers you type
18237 to lower case. The GNAT compiler uses upper-case characters for
18238 some of its internal identifiers, which are normally of no interest to users.
18239 For the rare occasions when you actually have to look at them,
18240 enclose them in angle brackets to avoid the lower-case mapping.
18241 For example,
18242 @smallexample
18243 (@value{GDBP}) print <JMPBUF_SAVE>[0]
18244 @end smallexample
18245
18246 @item
18247 Printing an object of class-wide type or dereferencing an
18248 access-to-class-wide value will display all the components of the object's
18249 specific type (as indicated by its run-time tag). Likewise, component
18250 selection on such a value will operate on the specific type of the
18251 object.
18252
18253 @end itemize
18254
18255 @node Overloading support for Ada
18256 @subsubsection Overloading support for Ada
18257 @cindex overloading, Ada
18258
18259 The debugger supports limited overloading. Given a subprogram call in which
18260 the function symbol has multiple definitions, it will use the number of
18261 actual parameters and some information about their types to attempt to narrow
18262 the set of definitions. It also makes very limited use of context, preferring
18263 procedures to functions in the context of the @code{call} command, and
18264 functions to procedures elsewhere.
18265
18266 If, after narrowing, the set of matching definitions still contains more than
18267 one definition, @value{GDBN} will display a menu to query which one it should
18268 use, for instance:
18269
18270 @smallexample
18271 (@value{GDBP}) print f(1)
18272 Multiple matches for f
18273 [0] cancel
18274 [1] foo.f (integer) return boolean at foo.adb:23
18275 [2] foo.f (foo.new_integer) return boolean at foo.adb:28
18276 >
18277 @end smallexample
18278
18279 In this case, just select one menu entry either to cancel expression evaluation
18280 (type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
18281 instance (type the corresponding number and press @key{RET}).
18282
18283 Here are a couple of commands to customize @value{GDBN}'s behavior in this
18284 case:
18285
18286 @table @code
18287
18288 @kindex set ada print-signatures
18289 @item set ada print-signatures
18290 Control whether parameter types and return types are displayed in overloads
18291 selection menus. It is @code{on} by default.
18292 @xref{Overloading support for Ada}.
18293
18294 @kindex show ada print-signatures
18295 @item show ada print-signatures
18296 Show the current setting for displaying parameter types and return types in
18297 overloads selection menu.
18298 @xref{Overloading support for Ada}.
18299
18300 @end table
18301
18302 @node Stopping Before Main Program
18303 @subsubsection Stopping at the Very Beginning
18304
18305 @cindex breakpointing Ada elaboration code
18306 It is sometimes necessary to debug the program during elaboration, and
18307 before reaching the main procedure.
18308 As defined in the Ada Reference
18309 Manual, the elaboration code is invoked from a procedure called
18310 @code{adainit}. To run your program up to the beginning of
18311 elaboration, simply use the following two commands:
18312 @code{tbreak adainit} and @code{run}.
18313
18314 @node Ada Exceptions
18315 @subsubsection Ada Exceptions
18316
18317 A command is provided to list all Ada exceptions:
18318
18319 @table @code
18320 @kindex info exceptions
18321 @item info exceptions
18322 @itemx info exceptions @var{regexp}
18323 The @code{info exceptions} command allows you to list all Ada exceptions
18324 defined within the program being debugged, as well as their addresses.
18325 With a regular expression, @var{regexp}, as argument, only those exceptions
18326 whose names match @var{regexp} are listed.
18327 @end table
18328
18329 Below is a small example, showing how the command can be used, first
18330 without argument, and next with a regular expression passed as an
18331 argument.
18332
18333 @smallexample
18334 (@value{GDBP}) info exceptions
18335 All defined Ada exceptions:
18336 constraint_error: 0x613da0
18337 program_error: 0x613d20
18338 storage_error: 0x613ce0
18339 tasking_error: 0x613ca0
18340 const.aint_global_e: 0x613b00
18341 (@value{GDBP}) info exceptions const.aint
18342 All Ada exceptions matching regular expression "const.aint":
18343 constraint_error: 0x613da0
18344 const.aint_global_e: 0x613b00
18345 @end smallexample
18346
18347 It is also possible to ask @value{GDBN} to stop your program's execution
18348 when an exception is raised. For more details, see @ref{Set Catchpoints}.
18349
18350 @node Ada Tasks
18351 @subsubsection Extensions for Ada Tasks
18352 @cindex Ada, tasking
18353
18354 Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18355 @value{GDBN} provides the following task-related commands:
18356
18357 @table @code
18358 @kindex info tasks
18359 @item info tasks
18360 This command shows a list of current Ada tasks, as in the following example:
18361
18362
18363 @smallexample
18364 @iftex
18365 @leftskip=0.5cm
18366 @end iftex
18367 (@value{GDBP}) info tasks
18368 ID TID P-ID Pri State Name
18369 1 8088000 0 15 Child Activation Wait main_task
18370 2 80a4000 1 15 Accept Statement b
18371 3 809a800 1 15 Child Activation Wait a
18372 * 4 80ae800 3 15 Runnable c
18373
18374 @end smallexample
18375
18376 @noindent
18377 In this listing, the asterisk before the last task indicates it to be the
18378 task currently being inspected.
18379
18380 @table @asis
18381 @item ID
18382 Represents @value{GDBN}'s internal task number.
18383
18384 @item TID
18385 The Ada task ID.
18386
18387 @item P-ID
18388 The parent's task ID (@value{GDBN}'s internal task number).
18389
18390 @item Pri
18391 The base priority of the task.
18392
18393 @item State
18394 Current state of the task.
18395
18396 @table @code
18397 @item Unactivated
18398 The task has been created but has not been activated. It cannot be
18399 executing.
18400
18401 @item Runnable
18402 The task is not blocked for any reason known to Ada. (It may be waiting
18403 for a mutex, though.) It is conceptually "executing" in normal mode.
18404
18405 @item Terminated
18406 The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18407 that were waiting on terminate alternatives have been awakened and have
18408 terminated themselves.
18409
18410 @item Child Activation Wait
18411 The task is waiting for created tasks to complete activation.
18412
18413 @item Accept Statement
18414 The task is waiting on an accept or selective wait statement.
18415
18416 @item Waiting on entry call
18417 The task is waiting on an entry call.
18418
18419 @item Async Select Wait
18420 The task is waiting to start the abortable part of an asynchronous
18421 select statement.
18422
18423 @item Delay Sleep
18424 The task is waiting on a select statement with only a delay
18425 alternative open.
18426
18427 @item Child Termination Wait
18428 The task is sleeping having completed a master within itself, and is
18429 waiting for the tasks dependent on that master to become terminated or
18430 waiting on a terminate Phase.
18431
18432 @item Wait Child in Term Alt
18433 The task is sleeping waiting for tasks on terminate alternatives to
18434 finish terminating.
18435
18436 @item Accepting RV with @var{taskno}
18437 The task is accepting a rendez-vous with the task @var{taskno}.
18438 @end table
18439
18440 @item Name
18441 Name of the task in the program.
18442
18443 @end table
18444
18445 @kindex info task @var{taskno}
18446 @item info task @var{taskno}
18447 This command shows detailed informations on the specified task, as in
18448 the following example:
18449 @smallexample
18450 @iftex
18451 @leftskip=0.5cm
18452 @end iftex
18453 (@value{GDBP}) info tasks
18454 ID TID P-ID Pri State Name
18455 1 8077880 0 15 Child Activation Wait main_task
18456 * 2 807c468 1 15 Runnable task_1
18457 (@value{GDBP}) info task 2
18458 Ada Task: 0x807c468
18459 Name: "task_1"
18460 Thread: 0
18461 LWP: 0x1fac
18462 Parent: 1 ("main_task")
18463 Base Priority: 15
18464 State: Runnable
18465 @end smallexample
18466
18467 @item task
18468 @kindex task@r{ (Ada)}
18469 @cindex current Ada task ID
18470 This command prints the ID and name of the current task.
18471
18472 @smallexample
18473 @iftex
18474 @leftskip=0.5cm
18475 @end iftex
18476 (@value{GDBP}) info tasks
18477 ID TID P-ID Pri State Name
18478 1 8077870 0 15 Child Activation Wait main_task
18479 * 2 807c458 1 15 Runnable some_task
18480 (@value{GDBP}) task
18481 [Current task is 2 "some_task"]
18482 @end smallexample
18483
18484 @item task @var{taskno}
18485 @cindex Ada task switching
18486 This command is like the @code{thread @var{thread-id}}
18487 command (@pxref{Threads}). It switches the context of debugging
18488 from the current task to the given task.
18489
18490 @smallexample
18491 @iftex
18492 @leftskip=0.5cm
18493 @end iftex
18494 (@value{GDBP}) info tasks
18495 ID TID P-ID Pri State Name
18496 1 8077870 0 15 Child Activation Wait main_task
18497 * 2 807c458 1 15 Runnable some_task
18498 (@value{GDBP}) task 1
18499 [Switching to task 1 "main_task"]
18500 #0 0x8067726 in pthread_cond_wait ()
18501 (@value{GDBP}) bt
18502 #0 0x8067726 in pthread_cond_wait ()
18503 #1 0x8056714 in system.os_interface.pthread_cond_wait ()
18504 #2 0x805cb63 in system.task_primitives.operations.sleep ()
18505 #3 0x806153e in system.tasking.stages.activate_tasks ()
18506 #4 0x804aacc in un () at un.adb:5
18507 @end smallexample
18508
18509 @item break @var{location} task @var{taskno}
18510 @itemx break @var{location} task @var{taskno} if @dots{}
18511 @cindex breakpoints and tasks, in Ada
18512 @cindex task breakpoints, in Ada
18513 @kindex break @dots{} task @var{taskno}@r{ (Ada)}
18514 These commands are like the @code{break @dots{} thread @dots{}}
18515 command (@pxref{Thread Stops}). The
18516 @var{location} argument specifies source lines, as described
18517 in @ref{Specify Location}.
18518
18519 Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18520 to specify that you only want @value{GDBN} to stop the program when a
18521 particular Ada task reaches this breakpoint. The @var{taskno} is one of the
18522 numeric task identifiers assigned by @value{GDBN}, shown in the first
18523 column of the @samp{info tasks} display.
18524
18525 If you do not specify @samp{task @var{taskno}} when you set a
18526 breakpoint, the breakpoint applies to @emph{all} tasks of your
18527 program.
18528
18529 You can use the @code{task} qualifier on conditional breakpoints as
18530 well; in this case, place @samp{task @var{taskno}} before the
18531 breakpoint condition (before the @code{if}).
18532
18533 For example,
18534
18535 @smallexample
18536 @iftex
18537 @leftskip=0.5cm
18538 @end iftex
18539 (@value{GDBP}) info tasks
18540 ID TID P-ID Pri State Name
18541 1 140022020 0 15 Child Activation Wait main_task
18542 2 140045060 1 15 Accept/Select Wait t2
18543 3 140044840 1 15 Runnable t1
18544 * 4 140056040 1 15 Runnable t3
18545 (@value{GDBP}) b 15 task 2
18546 Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18547 (@value{GDBP}) cont
18548 Continuing.
18549 task # 1 running
18550 task # 2 running
18551
18552 Breakpoint 5, test_task_debug () at test_task_debug.adb:15
18553 15 flush;
18554 (@value{GDBP}) info tasks
18555 ID TID P-ID Pri State Name
18556 1 140022020 0 15 Child Activation Wait main_task
18557 * 2 140045060 1 15 Runnable t2
18558 3 140044840 1 15 Runnable t1
18559 4 140056040 1 15 Delay Sleep t3
18560 @end smallexample
18561 @end table
18562
18563 @node Ada Tasks and Core Files
18564 @subsubsection Tasking Support when Debugging Core Files
18565 @cindex Ada tasking and core file debugging
18566
18567 When inspecting a core file, as opposed to debugging a live program,
18568 tasking support may be limited or even unavailable, depending on
18569 the platform being used.
18570 For instance, on x86-linux, the list of tasks is available, but task
18571 switching is not supported.
18572
18573 On certain platforms, the debugger needs to perform some
18574 memory writes in order to provide Ada tasking support. When inspecting
18575 a core file, this means that the core file must be opened with read-write
18576 privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18577 Under these circumstances, you should make a backup copy of the core
18578 file before inspecting it with @value{GDBN}.
18579
18580 @node Ravenscar Profile
18581 @subsubsection Tasking Support when using the Ravenscar Profile
18582 @cindex Ravenscar Profile
18583
18584 The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18585 specifically designed for systems with safety-critical real-time
18586 requirements.
18587
18588 @table @code
18589 @kindex set ravenscar task-switching on
18590 @cindex task switching with program using Ravenscar Profile
18591 @item set ravenscar task-switching on
18592 Allows task switching when debugging a program that uses the Ravenscar
18593 Profile. This is the default.
18594
18595 @kindex set ravenscar task-switching off
18596 @item set ravenscar task-switching off
18597 Turn off task switching when debugging a program that uses the Ravenscar
18598 Profile. This is mostly intended to disable the code that adds support
18599 for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18600 the Ravenscar runtime is preventing @value{GDBN} from working properly.
18601 To be effective, this command should be run before the program is started.
18602
18603 @kindex show ravenscar task-switching
18604 @item show ravenscar task-switching
18605 Show whether it is possible to switch from task to task in a program
18606 using the Ravenscar Profile.
18607
18608 @end table
18609
18610 @cindex Ravenscar thread
18611 When Ravenscar task-switching is enabled, Ravenscar tasks are
18612 announced by @value{GDBN} as if they were threads:
18613
18614 @smallexample
18615 (gdb) continue
18616 [New Ravenscar Thread 0x2b8f0]
18617 @end smallexample
18618
18619 Both Ravenscar tasks and the underlying CPU threads will show up in
18620 the output of @code{info threads}:
18621
18622 @smallexample
18623 (gdb) info threads
18624 Id Target Id Frame
18625 1 Thread 1 (CPU#0 [running]) simple () at simple.adb:10
18626 2 Thread 2 (CPU#1 [running]) 0x0000000000003d34 in __gnat_initialize_cpu_devices ()
18627 3 Thread 3 (CPU#2 [running]) 0x0000000000003d28 in __gnat_initialize_cpu_devices ()
18628 4 Thread 4 (CPU#3 [halted ]) 0x000000000000c6ec in system.task_primitives.operations.idle ()
18629 * 5 Ravenscar Thread 0x2b8f0 simple () at simple.adb:10
18630 6 Ravenscar Thread 0x2f150 0x000000000000c6ec in system.task_primitives.operations.idle ()
18631 @end smallexample
18632
18633 One known limitation of the Ravenscar support in @value{GDBN} is that
18634 it isn't currently possible to single-step through the runtime
18635 initialization sequence. If you need to debug this code, you should
18636 use @code{set ravenscar task-switching off}.
18637
18638 @node Ada Settings
18639 @subsubsection Ada Settings
18640 @cindex Ada settings
18641
18642 @table @code
18643 @kindex set varsize-limit
18644 @item set varsize-limit @var{size}
18645 Prevent @value{GDBN} from attempting to evaluate objects whose size
18646 is above the given limit (@var{size}) when those sizes are computed
18647 from run-time quantities. This is typically the case when the object
18648 has a variable size, such as an array whose bounds are not known at
18649 compile time for example. Setting @var{size} to @code{unlimited}
18650 removes the size limitation. By default, the limit is about 65KB.
18651
18652 The purpose of having such a limit is to prevent @value{GDBN} from
18653 trying to grab enormous chunks of virtual memory when asked to evaluate
18654 a quantity whose bounds have been corrupted or have not yet been fully
18655 initialized. The limit applies to the results of some subexpressions
18656 as well as to complete expressions. For example, an expression denoting
18657 a simple integer component, such as @code{x.y.z}, may fail if the size of
18658 @code{x.y} is variable and exceeds @code{size}. On the other hand,
18659 @value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18660 @code{A} is an array variable with non-constant size, will generally
18661 succeed regardless of the bounds on @code{A}, as long as the component
18662 size is less than @var{size}.
18663
18664 @kindex show varsize-limit
18665 @item show varsize-limit
18666 Show the limit on types whose size is determined by run-time quantities.
18667 @end table
18668
18669 @node Ada Glitches
18670 @subsubsection Known Peculiarities of Ada Mode
18671 @cindex Ada, problems
18672
18673 Besides the omissions listed previously (@pxref{Omissions from Ada}),
18674 we know of several problems with and limitations of Ada mode in
18675 @value{GDBN},
18676 some of which will be fixed with planned future releases of the debugger
18677 and the GNU Ada compiler.
18678
18679 @itemize @bullet
18680 @item
18681 Static constants that the compiler chooses not to materialize as objects in
18682 storage are invisible to the debugger.
18683
18684 @item
18685 Named parameter associations in function argument lists are ignored (the
18686 argument lists are treated as positional).
18687
18688 @item
18689 Many useful library packages are currently invisible to the debugger.
18690
18691 @item
18692 Fixed-point arithmetic, conversions, input, and output is carried out using
18693 floating-point arithmetic, and may give results that only approximate those on
18694 the host machine.
18695
18696 @item
18697 The GNAT compiler never generates the prefix @code{Standard} for any of
18698 the standard symbols defined by the Ada language. @value{GDBN} knows about
18699 this: it will strip the prefix from names when you use it, and will never
18700 look for a name you have so qualified among local symbols, nor match against
18701 symbols in other packages or subprograms. If you have
18702 defined entities anywhere in your program other than parameters and
18703 local variables whose simple names match names in @code{Standard},
18704 GNAT's lack of qualification here can cause confusion. When this happens,
18705 you can usually resolve the confusion
18706 by qualifying the problematic names with package
18707 @code{Standard} explicitly.
18708 @end itemize
18709
18710 Older versions of the compiler sometimes generate erroneous debugging
18711 information, resulting in the debugger incorrectly printing the value
18712 of affected entities. In some cases, the debugger is able to work
18713 around an issue automatically. In other cases, the debugger is able
18714 to work around the issue, but the work-around has to be specifically
18715 enabled.
18716
18717 @kindex set ada trust-PAD-over-XVS
18718 @kindex show ada trust-PAD-over-XVS
18719 @table @code
18720
18721 @item set ada trust-PAD-over-XVS on
18722 Configure GDB to strictly follow the GNAT encoding when computing the
18723 value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18724 types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18725 a complete description of the encoding used by the GNAT compiler).
18726 This is the default.
18727
18728 @item set ada trust-PAD-over-XVS off
18729 This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18730 sometimes prints the wrong value for certain entities, changing @code{ada
18731 trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18732 the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18733 @code{off}, but this incurs a slight performance penalty, so it is
18734 recommended to leave this setting to @code{on} unless necessary.
18735
18736 @end table
18737
18738 @cindex GNAT descriptive types
18739 @cindex GNAT encoding
18740 Internally, the debugger also relies on the compiler following a number
18741 of conventions known as the @samp{GNAT Encoding}, all documented in
18742 @file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18743 how the debugging information should be generated for certain types.
18744 In particular, this convention makes use of @dfn{descriptive types},
18745 which are artificial types generated purely to help the debugger.
18746
18747 These encodings were defined at a time when the debugging information
18748 format used was not powerful enough to describe some of the more complex
18749 types available in Ada. Since DWARF allows us to express nearly all
18750 Ada features, the long-term goal is to slowly replace these descriptive
18751 types by their pure DWARF equivalent. To facilitate that transition,
18752 a new maintenance option is available to force the debugger to ignore
18753 those descriptive types. It allows the user to quickly evaluate how
18754 well @value{GDBN} works without them.
18755
18756 @table @code
18757
18758 @kindex maint ada set ignore-descriptive-types
18759 @item maintenance ada set ignore-descriptive-types [on|off]
18760 Control whether the debugger should ignore descriptive types.
18761 The default is not to ignore descriptives types (@code{off}).
18762
18763 @kindex maint ada show ignore-descriptive-types
18764 @item maintenance ada show ignore-descriptive-types
18765 Show if descriptive types are ignored by @value{GDBN}.
18766
18767 @end table
18768
18769 @node Unsupported Languages
18770 @section Unsupported Languages
18771
18772 @cindex unsupported languages
18773 @cindex minimal language
18774 In addition to the other fully-supported programming languages,
18775 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
18776 It does not represent a real programming language, but provides a set
18777 of capabilities close to what the C or assembly languages provide.
18778 This should allow most simple operations to be performed while debugging
18779 an application that uses a language currently not supported by @value{GDBN}.
18780
18781 If the language is set to @code{auto}, @value{GDBN} will automatically
18782 select this language if the current frame corresponds to an unsupported
18783 language.
18784
18785 @node Symbols
18786 @chapter Examining the Symbol Table
18787
18788 The commands described in this chapter allow you to inquire about the
18789 symbols (names of variables, functions and types) defined in your
18790 program. This information is inherent in the text of your program and
18791 does not change as your program executes. @value{GDBN} finds it in your
18792 program's symbol table, in the file indicated when you started @value{GDBN}
18793 (@pxref{File Options, ,Choosing Files}), or by one of the
18794 file-management commands (@pxref{Files, ,Commands to Specify Files}).
18795
18796 @cindex symbol names
18797 @cindex names of symbols
18798 @cindex quoting names
18799 @anchor{quoting names}
18800 Occasionally, you may need to refer to symbols that contain unusual
18801 characters, which @value{GDBN} ordinarily treats as word delimiters. The
18802 most frequent case is in referring to static variables in other
18803 source files (@pxref{Variables,,Program Variables}). File names
18804 are recorded in object files as debugging symbols, but @value{GDBN} would
18805 ordinarily parse a typical file name, like @file{foo.c}, as the three words
18806 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18807 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18808
18809 @smallexample
18810 p 'foo.c'::x
18811 @end smallexample
18812
18813 @noindent
18814 looks up the value of @code{x} in the scope of the file @file{foo.c}.
18815
18816 @table @code
18817 @cindex case-insensitive symbol names
18818 @cindex case sensitivity in symbol names
18819 @kindex set case-sensitive
18820 @item set case-sensitive on
18821 @itemx set case-sensitive off
18822 @itemx set case-sensitive auto
18823 Normally, when @value{GDBN} looks up symbols, it matches their names
18824 with case sensitivity determined by the current source language.
18825 Occasionally, you may wish to control that. The command @code{set
18826 case-sensitive} lets you do that by specifying @code{on} for
18827 case-sensitive matches or @code{off} for case-insensitive ones. If
18828 you specify @code{auto}, case sensitivity is reset to the default
18829 suitable for the source language. The default is case-sensitive
18830 matches for all languages except for Fortran, for which the default is
18831 case-insensitive matches.
18832
18833 @kindex show case-sensitive
18834 @item show case-sensitive
18835 This command shows the current setting of case sensitivity for symbols
18836 lookups.
18837
18838 @kindex set print type methods
18839 @item set print type methods
18840 @itemx set print type methods on
18841 @itemx set print type methods off
18842 Normally, when @value{GDBN} prints a class, it displays any methods
18843 declared in that class. You can control this behavior either by
18844 passing the appropriate flag to @code{ptype}, or using @command{set
18845 print type methods}. Specifying @code{on} will cause @value{GDBN} to
18846 display the methods; this is the default. Specifying @code{off} will
18847 cause @value{GDBN} to omit the methods.
18848
18849 @kindex show print type methods
18850 @item show print type methods
18851 This command shows the current setting of method display when printing
18852 classes.
18853
18854 @kindex set print type nested-type-limit
18855 @item set print type nested-type-limit @var{limit}
18856 @itemx set print type nested-type-limit unlimited
18857 Set the limit of displayed nested types that the type printer will
18858 show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18859 nested definitions. By default, the type printer will not show any nested
18860 types defined in classes.
18861
18862 @kindex show print type nested-type-limit
18863 @item show print type nested-type-limit
18864 This command shows the current display limit of nested types when
18865 printing classes.
18866
18867 @kindex set print type typedefs
18868 @item set print type typedefs
18869 @itemx set print type typedefs on
18870 @itemx set print type typedefs off
18871
18872 Normally, when @value{GDBN} prints a class, it displays any typedefs
18873 defined in that class. You can control this behavior either by
18874 passing the appropriate flag to @code{ptype}, or using @command{set
18875 print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18876 display the typedef definitions; this is the default. Specifying
18877 @code{off} will cause @value{GDBN} to omit the typedef definitions.
18878 Note that this controls whether the typedef definition itself is
18879 printed, not whether typedef names are substituted when printing other
18880 types.
18881
18882 @kindex show print type typedefs
18883 @item show print type typedefs
18884 This command shows the current setting of typedef display when
18885 printing classes.
18886
18887 @kindex set print type hex
18888 @item set print type hex
18889 @itemx set print type hex on
18890 @itemx set print type hex off
18891
18892 When @value{GDBN} prints sizes and offsets of struct members, it can use
18893 either the decimal or hexadecimal notation. You can select one or the
18894 other either by passing the appropriate flag to @code{ptype}, or by using
18895 the @command{set print type hex} command.
18896
18897 @kindex show print type hex
18898 @item show print type hex
18899 This command shows whether the sizes and offsets of struct members are
18900 printed in decimal or hexadecimal notation.
18901
18902 @kindex info address
18903 @cindex address of a symbol
18904 @item info address @var{symbol}
18905 Describe where the data for @var{symbol} is stored. For a register
18906 variable, this says which register it is kept in. For a non-register
18907 local variable, this prints the stack-frame offset at which the variable
18908 is always stored.
18909
18910 Note the contrast with @samp{print &@var{symbol}}, which does not work
18911 at all for a register variable, and for a stack local variable prints
18912 the exact address of the current instantiation of the variable.
18913
18914 @kindex info symbol
18915 @cindex symbol from address
18916 @cindex closest symbol and offset for an address
18917 @item info symbol @var{addr}
18918 Print the name of a symbol which is stored at the address @var{addr}.
18919 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18920 nearest symbol and an offset from it:
18921
18922 @smallexample
18923 (@value{GDBP}) info symbol 0x54320
18924 _initialize_vx + 396 in section .text
18925 @end smallexample
18926
18927 @noindent
18928 This is the opposite of the @code{info address} command. You can use
18929 it to find out the name of a variable or a function given its address.
18930
18931 For dynamically linked executables, the name of executable or shared
18932 library containing the symbol is also printed:
18933
18934 @smallexample
18935 (@value{GDBP}) info symbol 0x400225
18936 _start + 5 in section .text of /tmp/a.out
18937 (@value{GDBP}) info symbol 0x2aaaac2811cf
18938 __read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18939 @end smallexample
18940
18941 @kindex demangle
18942 @cindex demangle
18943 @item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18944 Demangle @var{name}.
18945 If @var{language} is provided it is the name of the language to demangle
18946 @var{name} in. Otherwise @var{name} is demangled in the current language.
18947
18948 The @samp{--} option specifies the end of options,
18949 and is useful when @var{name} begins with a dash.
18950
18951 The parameter @code{demangle-style} specifies how to interpret the kind
18952 of mangling used. @xref{Print Settings}.
18953
18954 @kindex whatis
18955 @item whatis[/@var{flags}] [@var{arg}]
18956 Print the data type of @var{arg}, which can be either an expression
18957 or a name of a data type. With no argument, print the data type of
18958 @code{$}, the last value in the value history.
18959
18960 If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18961 is not actually evaluated, and any side-effecting operations (such as
18962 assignments or function calls) inside it do not take place.
18963
18964 If @var{arg} is a variable or an expression, @code{whatis} prints its
18965 literal type as it is used in the source code. If the type was
18966 defined using a @code{typedef}, @code{whatis} will @emph{not} print
18967 the data type underlying the @code{typedef}. If the type of the
18968 variable or the expression is a compound data type, such as
18969 @code{struct} or @code{class}, @code{whatis} never prints their
18970 fields or methods. It just prints the @code{struct}/@code{class}
18971 name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18972 such a compound data type, use @code{ptype}.
18973
18974 If @var{arg} is a type name that was defined using @code{typedef},
18975 @code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18976 Unrolling means that @code{whatis} will show the underlying type used
18977 in the @code{typedef} declaration of @var{arg}. However, if that
18978 underlying type is also a @code{typedef}, @code{whatis} will not
18979 unroll it.
18980
18981 For C code, the type names may also have the form @samp{class
18982 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18983 @var{union-tag}} or @samp{enum @var{enum-tag}}.
18984
18985 @var{flags} can be used to modify how the type is displayed.
18986 Available flags are:
18987
18988 @table @code
18989 @item r
18990 Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18991 parameters and typedefs defined in a class when printing the class'
18992 members. The @code{/r} flag disables this.
18993
18994 @item m
18995 Do not print methods defined in the class.
18996
18997 @item M
18998 Print methods defined in the class. This is the default, but the flag
18999 exists in case you change the default with @command{set print type methods}.
19000
19001 @item t
19002 Do not print typedefs defined in the class. Note that this controls
19003 whether the typedef definition itself is printed, not whether typedef
19004 names are substituted when printing other types.
19005
19006 @item T
19007 Print typedefs defined in the class. This is the default, but the flag
19008 exists in case you change the default with @command{set print type typedefs}.
19009
19010 @item o
19011 Print the offsets and sizes of fields in a struct, similar to what the
19012 @command{pahole} tool does. This option implies the @code{/tm} flags.
19013
19014 @item x
19015 Use hexadecimal notation when printing offsets and sizes of fields in a
19016 struct.
19017
19018 @item d
19019 Use decimal notation when printing offsets and sizes of fields in a
19020 struct.
19021
19022 For example, given the following declarations:
19023
19024 @smallexample
19025 struct tuv
19026 @{
19027 int a1;
19028 char *a2;
19029 int a3;
19030 @};
19031
19032 struct xyz
19033 @{
19034 int f1;
19035 char f2;
19036 void *f3;
19037 struct tuv f4;
19038 @};
19039
19040 union qwe
19041 @{
19042 struct tuv fff1;
19043 struct xyz fff2;
19044 @};
19045
19046 struct tyu
19047 @{
19048 int a1 : 1;
19049 int a2 : 3;
19050 int a3 : 23;
19051 char a4 : 2;
19052 int64_t a5;
19053 int a6 : 5;
19054 int64_t a7 : 3;
19055 @};
19056 @end smallexample
19057
19058 Issuing a @kbd{ptype /o struct tuv} command would print:
19059
19060 @smallexample
19061 (@value{GDBP}) ptype /o struct tuv
19062 /* offset | size */ type = struct tuv @{
19063 /* 0 | 4 */ int a1;
19064 /* XXX 4-byte hole */
19065 /* 8 | 8 */ char *a2;
19066 /* 16 | 4 */ int a3;
19067
19068 /* total size (bytes): 24 */
19069 @}
19070 @end smallexample
19071
19072 Notice the format of the first column of comments. There, you can
19073 find two parts separated by the @samp{|} character: the @emph{offset},
19074 which indicates where the field is located inside the struct, in
19075 bytes, and the @emph{size} of the field. Another interesting line is
19076 the marker of a @emph{hole} in the struct, indicating that it may be
19077 possible to pack the struct and make it use less space by reorganizing
19078 its fields.
19079
19080 It is also possible to print offsets inside an union:
19081
19082 @smallexample
19083 (@value{GDBP}) ptype /o union qwe
19084 /* offset | size */ type = union qwe @{
19085 /* 24 */ struct tuv @{
19086 /* 0 | 4 */ int a1;
19087 /* XXX 4-byte hole */
19088 /* 8 | 8 */ char *a2;
19089 /* 16 | 4 */ int a3;
19090
19091 /* total size (bytes): 24 */
19092 @} fff1;
19093 /* 40 */ struct xyz @{
19094 /* 0 | 4 */ int f1;
19095 /* 4 | 1 */ char f2;
19096 /* XXX 3-byte hole */
19097 /* 8 | 8 */ void *f3;
19098 /* 16 | 24 */ struct tuv @{
19099 /* 16 | 4 */ int a1;
19100 /* XXX 4-byte hole */
19101 /* 24 | 8 */ char *a2;
19102 /* 32 | 4 */ int a3;
19103
19104 /* total size (bytes): 24 */
19105 @} f4;
19106
19107 /* total size (bytes): 40 */
19108 @} fff2;
19109
19110 /* total size (bytes): 40 */
19111 @}
19112 @end smallexample
19113
19114 In this case, since @code{struct tuv} and @code{struct xyz} occupy the
19115 same space (because we are dealing with an union), the offset is not
19116 printed for them. However, you can still examine the offset of each
19117 of these structures' fields.
19118
19119 Another useful scenario is printing the offsets of a struct containing
19120 bitfields:
19121
19122 @smallexample
19123 (@value{GDBP}) ptype /o struct tyu
19124 /* offset | size */ type = struct tyu @{
19125 /* 0:31 | 4 */ int a1 : 1;
19126 /* 0:28 | 4 */ int a2 : 3;
19127 /* 0: 5 | 4 */ int a3 : 23;
19128 /* 3: 3 | 1 */ signed char a4 : 2;
19129 /* XXX 3-bit hole */
19130 /* XXX 4-byte hole */
19131 /* 8 | 8 */ int64_t a5;
19132 /* 16: 0 | 4 */ int a6 : 5;
19133 /* 16: 5 | 8 */ int64_t a7 : 3;
19134 /* XXX 7-byte padding */
19135
19136 /* total size (bytes): 24 */
19137 @}
19138 @end smallexample
19139
19140 Note how the offset information is now extended to also include the
19141 first bit of the bitfield.
19142 @end table
19143
19144 @kindex ptype
19145 @item ptype[/@var{flags}] [@var{arg}]
19146 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
19147 detailed description of the type, instead of just the name of the type.
19148 @xref{Expressions, ,Expressions}.
19149
19150 Contrary to @code{whatis}, @code{ptype} always unrolls any
19151 @code{typedef}s in its argument declaration, whether the argument is
19152 a variable, expression, or a data type. This means that @code{ptype}
19153 of a variable or an expression will not print literally its type as
19154 present in the source code---use @code{whatis} for that. @code{typedef}s at
19155 the pointer or reference targets are also unrolled. Only @code{typedef}s of
19156 fields, methods and inner @code{class typedef}s of @code{struct}s,
19157 @code{class}es and @code{union}s are not unrolled even with @code{ptype}.
19158
19159 For example, for this variable declaration:
19160
19161 @smallexample
19162 typedef double real_t;
19163 struct complex @{ real_t real; double imag; @};
19164 typedef struct complex complex_t;
19165 complex_t var;
19166 real_t *real_pointer_var;
19167 @end smallexample
19168
19169 @noindent
19170 the two commands give this output:
19171
19172 @smallexample
19173 @group
19174 (@value{GDBP}) whatis var
19175 type = complex_t
19176 (@value{GDBP}) ptype var
19177 type = struct complex @{
19178 real_t real;
19179 double imag;
19180 @}
19181 (@value{GDBP}) whatis complex_t
19182 type = struct complex
19183 (@value{GDBP}) whatis struct complex
19184 type = struct complex
19185 (@value{GDBP}) ptype struct complex
19186 type = struct complex @{
19187 real_t real;
19188 double imag;
19189 @}
19190 (@value{GDBP}) whatis real_pointer_var
19191 type = real_t *
19192 (@value{GDBP}) ptype real_pointer_var
19193 type = double *
19194 @end group
19195 @end smallexample
19196
19197 @noindent
19198 As with @code{whatis}, using @code{ptype} without an argument refers to
19199 the type of @code{$}, the last value in the value history.
19200
19201 @cindex incomplete type
19202 Sometimes, programs use opaque data types or incomplete specifications
19203 of complex data structure. If the debug information included in the
19204 program does not allow @value{GDBN} to display a full declaration of
19205 the data type, it will say @samp{<incomplete type>}. For example,
19206 given these declarations:
19207
19208 @smallexample
19209 struct foo;
19210 struct foo *fooptr;
19211 @end smallexample
19212
19213 @noindent
19214 but no definition for @code{struct foo} itself, @value{GDBN} will say:
19215
19216 @smallexample
19217 (@value{GDBP}) ptype foo
19218 $1 = <incomplete type>
19219 @end smallexample
19220
19221 @noindent
19222 ``Incomplete type'' is C terminology for data types that are not
19223 completely specified.
19224
19225 @cindex unknown type
19226 Othertimes, information about a variable's type is completely absent
19227 from the debug information included in the program. This most often
19228 happens when the program or library where the variable is defined
19229 includes no debug information at all. @value{GDBN} knows the variable
19230 exists from inspecting the linker/loader symbol table (e.g., the ELF
19231 dynamic symbol table), but such symbols do not contain type
19232 information. Inspecting the type of a (global) variable for which
19233 @value{GDBN} has no type information shows:
19234
19235 @smallexample
19236 (@value{GDBP}) ptype var
19237 type = <data variable, no debug info>
19238 @end smallexample
19239
19240 @xref{Variables, no debug info variables}, for how to print the values
19241 of such variables.
19242
19243 @kindex info types
19244 @item info types [-q] [@var{regexp}]
19245 Print a brief description of all types whose names match the regular
19246 expression @var{regexp} (or all types in your program, if you supply
19247 no argument). Each complete typename is matched as though it were a
19248 complete line; thus, @samp{i type value} gives information on all
19249 types in your program whose names include the string @code{value}, but
19250 @samp{i type ^value$} gives information only on types whose complete
19251 name is @code{value}.
19252
19253 In programs using different languages, @value{GDBN} chooses the syntax
19254 to print the type description according to the
19255 @samp{set language} value: using @samp{set language auto}
19256 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19257 language of the type, other values mean to use
19258 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19259
19260 This command differs from @code{ptype} in two ways: first, like
19261 @code{whatis}, it does not print a detailed description; second, it
19262 lists all source files and line numbers where a type is defined.
19263
19264 The output from @samp{into types} is proceeded with a header line
19265 describing what types are being listed. The optional flag @samp{-q},
19266 which stands for @samp{quiet}, disables printing this header
19267 information.
19268
19269 @kindex info type-printers
19270 @item info type-printers
19271 Versions of @value{GDBN} that ship with Python scripting enabled may
19272 have ``type printers'' available. When using @command{ptype} or
19273 @command{whatis}, these printers are consulted when the name of a type
19274 is needed. @xref{Type Printing API}, for more information on writing
19275 type printers.
19276
19277 @code{info type-printers} displays all the available type printers.
19278
19279 @kindex enable type-printer
19280 @kindex disable type-printer
19281 @item enable type-printer @var{name}@dots{}
19282 @item disable type-printer @var{name}@dots{}
19283 These commands can be used to enable or disable type printers.
19284
19285 @kindex info scope
19286 @cindex local variables
19287 @item info scope @var{location}
19288 List all the variables local to a particular scope. This command
19289 accepts a @var{location} argument---a function name, a source line, or
19290 an address preceded by a @samp{*}, and prints all the variables local
19291 to the scope defined by that location. (@xref{Specify Location}, for
19292 details about supported forms of @var{location}.) For example:
19293
19294 @smallexample
19295 (@value{GDBP}) @b{info scope command_line_handler}
19296 Scope for command_line_handler:
19297 Symbol rl is an argument at stack/frame offset 8, length 4.
19298 Symbol linebuffer is in static storage at address 0x150a18, length 4.
19299 Symbol linelength is in static storage at address 0x150a1c, length 4.
19300 Symbol p is a local variable in register $esi, length 4.
19301 Symbol p1 is a local variable in register $ebx, length 4.
19302 Symbol nline is a local variable in register $edx, length 4.
19303 Symbol repeat is a local variable at frame offset -8, length 4.
19304 @end smallexample
19305
19306 @noindent
19307 This command is especially useful for determining what data to collect
19308 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
19309 collect}.
19310
19311 @kindex info source
19312 @item info source
19313 Show information about the current source file---that is, the source file for
19314 the function containing the current point of execution:
19315 @itemize @bullet
19316 @item
19317 the name of the source file, and the directory containing it,
19318 @item
19319 the directory it was compiled in,
19320 @item
19321 its length, in lines,
19322 @item
19323 which programming language it is written in,
19324 @item
19325 if the debug information provides it, the program that compiled the file
19326 (which may include, e.g., the compiler version and command line arguments),
19327 @item
19328 whether the executable includes debugging information for that file, and
19329 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
19330 @item
19331 whether the debugging information includes information about
19332 preprocessor macros.
19333 @end itemize
19334
19335
19336 @kindex info sources
19337 @item info sources @r{[}-dirname | -basename@r{]} @r{[}--@r{]} @r{[}@var{regexp}@r{]}
19338
19339
19340 With no options @samp{info sources} prints the names of all source
19341 files in your program for which there is debugging information. The
19342 source files are presented based on a list of object files
19343 (executables and libraries) currently loaded into @value{GDBN}. For
19344 each object file all of the associated source files are listed.
19345
19346 Each source file will only be printed once for each object file, but a
19347 single source file can be repeated in the output if it is part of
19348 multiple object files.
19349
19350 If the optional @var{regexp} is provided, then only source files that
19351 match the regular expression will be printed. The matching is
19352 case-sensitive, except on operating systems that have case-insensitive
19353 filesystem (e.g., MS-Windows). @samp{--} can be used before
19354 @var{regexp} to prevent @value{GDBN} interpreting @var{regexp} as a
19355 command option (e.g. if @var{regexp} starts with @samp{-}).
19356
19357 By default, the @var{regexp} is used to match anywhere in the
19358 filename. If @code{-dirname}, only files having a dirname matching
19359 @var{regexp} are shown. If @code{-basename}, only files having a
19360 basename matching @var{regexp} are shown.
19361
19362 It is possible that an object file may be printed in the list with no
19363 associated source files. This can happen when either no source files
19364 match @var{regexp}, or, the object file was compiled without debug
19365 information and so @value{GDBN} is unable to find any source file
19366 names.
19367
19368 @kindex info functions
19369 @item info functions [-q] [-n]
19370 Print the names and data types of all defined functions.
19371 Similarly to @samp{info types}, this command groups its output by source
19372 files and annotates each function definition with its source line
19373 number.
19374
19375 In programs using different languages, @value{GDBN} chooses the syntax
19376 to print the function name and type according to the
19377 @samp{set language} value: using @samp{set language auto}
19378 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19379 language of the function, other values mean to use
19380 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19381
19382 The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19383 results. A non-debugging symbol is a symbol that comes from the
19384 executable's symbol table, not from the debug information (for
19385 example, DWARF) associated with the executable.
19386
19387 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19388 printing header information and messages explaining why no functions
19389 have been printed.
19390
19391 @item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19392 Like @samp{info functions}, but only print the names and data types
19393 of the functions selected with the provided regexp(s).
19394
19395 If @var{regexp} is provided, print only the functions whose names
19396 match the regular expression @var{regexp}.
19397 Thus, @samp{info fun step} finds all functions whose
19398 names include @code{step}; @samp{info fun ^step} finds those whose names
19399 start with @code{step}. If a function name contains characters that
19400 conflict with the regular expression language (e.g.@:
19401 @samp{operator*()}), they may be quoted with a backslash.
19402
19403 If @var{type_regexp} is provided, print only the functions whose
19404 types, as printed by the @code{whatis} command, match
19405 the regular expression @var{type_regexp}.
19406 If @var{type_regexp} contains space(s), it should be enclosed in
19407 quote characters. If needed, use backslash to escape the meaning
19408 of special characters or quotes.
19409 Thus, @samp{info fun -t '^int ('} finds the functions that return
19410 an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19411 have an argument type containing int; @samp{info fun -t '^int (' ^step}
19412 finds the functions whose names start with @code{step} and that return
19413 int.
19414
19415 If both @var{regexp} and @var{type_regexp} are provided, a function
19416 is printed only if its name matches @var{regexp} and its type matches
19417 @var{type_regexp}.
19418
19419
19420 @kindex info variables
19421 @item info variables [-q] [-n]
19422 Print the names and data types of all variables that are defined
19423 outside of functions (i.e.@: excluding local variables).
19424 The printed variables are grouped by source files and annotated with
19425 their respective source line numbers.
19426
19427 In programs using different languages, @value{GDBN} chooses the syntax
19428 to print the variable name and type according to the
19429 @samp{set language} value: using @samp{set language auto}
19430 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19431 language of the variable, other values mean to use
19432 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19433
19434 The @samp{-n} flag excludes non-debugging symbols from the results.
19435
19436 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19437 printing header information and messages explaining why no variables
19438 have been printed.
19439
19440 @item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19441 Like @kbd{info variables}, but only print the variables selected
19442 with the provided regexp(s).
19443
19444 If @var{regexp} is provided, print only the variables whose names
19445 match the regular expression @var{regexp}.
19446
19447 If @var{type_regexp} is provided, print only the variables whose
19448 types, as printed by the @code{whatis} command, match
19449 the regular expression @var{type_regexp}.
19450 If @var{type_regexp} contains space(s), it should be enclosed in
19451 quote characters. If needed, use backslash to escape the meaning
19452 of special characters or quotes.
19453
19454 If both @var{regexp} and @var{type_regexp} are provided, an argument
19455 is printed only if its name matches @var{regexp} and its type matches
19456 @var{type_regexp}.
19457
19458 @kindex info modules
19459 @cindex modules
19460 @item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19461 List all Fortran modules in the program, or all modules matching the
19462 optional regular expression @var{regexp}.
19463
19464 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19465 printing header information and messages explaining why no modules
19466 have been printed.
19467
19468 @kindex info module
19469 @cindex Fortran modules, information about
19470 @cindex functions and variables by Fortran module
19471 @cindex module functions and variables
19472 @item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19473 @itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19474 List all functions or variables within all Fortran modules. The set
19475 of functions or variables listed can be limited by providing some or
19476 all of the optional regular expressions. If @var{module-regexp} is
19477 provided, then only Fortran modules matching @var{module-regexp} will
19478 be searched. Only functions or variables whose type matches the
19479 optional regular expression @var{type-regexp} will be listed. And
19480 only functions or variables whose name matches the optional regular
19481 expression @var{regexp} will be listed.
19482
19483 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19484 printing header information and messages explaining why no functions
19485 or variables have been printed.
19486
19487 @kindex info classes
19488 @cindex Objective-C, classes and selectors
19489 @item info classes
19490 @itemx info classes @var{regexp}
19491 Display all Objective-C classes in your program, or
19492 (with the @var{regexp} argument) all those matching a particular regular
19493 expression.
19494
19495 @kindex info selectors
19496 @item info selectors
19497 @itemx info selectors @var{regexp}
19498 Display all Objective-C selectors in your program, or
19499 (with the @var{regexp} argument) all those matching a particular regular
19500 expression.
19501
19502 @ignore
19503 This was never implemented.
19504 @kindex info methods
19505 @item info methods
19506 @itemx info methods @var{regexp}
19507 The @code{info methods} command permits the user to examine all defined
19508 methods within C@t{++} program, or (with the @var{regexp} argument) a
19509 specific set of methods found in the various C@t{++} classes. Many
19510 C@t{++} classes provide a large number of methods. Thus, the output
19511 from the @code{ptype} command can be overwhelming and hard to use. The
19512 @code{info-methods} command filters the methods, printing only those
19513 which match the regular-expression @var{regexp}.
19514 @end ignore
19515
19516 @cindex opaque data types
19517 @kindex set opaque-type-resolution
19518 @item set opaque-type-resolution on
19519 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19520 declared as a pointer to a @code{struct}, @code{class}, or
19521 @code{union}---for example, @code{struct MyType *}---that is used in one
19522 source file although the full declaration of @code{struct MyType} is in
19523 another source file. The default is on.
19524
19525 A change in the setting of this subcommand will not take effect until
19526 the next time symbols for a file are loaded.
19527
19528 @item set opaque-type-resolution off
19529 Tell @value{GDBN} not to resolve opaque types. In this case, the type
19530 is printed as follows:
19531 @smallexample
19532 @{<no data fields>@}
19533 @end smallexample
19534
19535 @kindex show opaque-type-resolution
19536 @item show opaque-type-resolution
19537 Show whether opaque types are resolved or not.
19538
19539 @kindex set print symbol-loading
19540 @cindex print messages when symbols are loaded
19541 @item set print symbol-loading
19542 @itemx set print symbol-loading full
19543 @itemx set print symbol-loading brief
19544 @itemx set print symbol-loading off
19545 The @code{set print symbol-loading} command allows you to control the
19546 printing of messages when @value{GDBN} loads symbol information.
19547 By default a message is printed for the executable and one for each
19548 shared library, and normally this is what you want. However, when
19549 debugging apps with large numbers of shared libraries these messages
19550 can be annoying.
19551 When set to @code{brief} a message is printed for each executable,
19552 and when @value{GDBN} loads a collection of shared libraries at once
19553 it will only print one message regardless of the number of shared
19554 libraries. When set to @code{off} no messages are printed.
19555
19556 @kindex show print symbol-loading
19557 @item show print symbol-loading
19558 Show whether messages will be printed when a @value{GDBN} command
19559 entered from the keyboard causes symbol information to be loaded.
19560
19561 @kindex maint print symbols
19562 @cindex symbol dump
19563 @kindex maint print psymbols
19564 @cindex partial symbol dump
19565 @kindex maint print msymbols
19566 @cindex minimal symbol dump
19567 @item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19568 @itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19569 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19570 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19571 @itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19572 Write a dump of debugging symbol data into the file @var{filename} or
19573 the terminal if @var{filename} is unspecified.
19574 If @code{-objfile @var{objfile}} is specified, only dump symbols for
19575 that objfile.
19576 If @code{-pc @var{address}} is specified, only dump symbols for the file
19577 with code at that address. Note that @var{address} may be a symbol like
19578 @code{main}.
19579 If @code{-source @var{source}} is specified, only dump symbols for that
19580 source file.
19581
19582 These commands are used to debug the @value{GDBN} symbol-reading code.
19583 These commands do not modify internal @value{GDBN} state, therefore
19584 @samp{maint print symbols} will only print symbols for already expanded symbol
19585 tables.
19586 You can use the command @code{info sources} to find out which files these are.
19587 If you use @samp{maint print psymbols} instead, the dump shows information
19588 about symbols that @value{GDBN} only knows partially---that is, symbols
19589 defined in files that @value{GDBN} has skimmed, but not yet read completely.
19590 Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19591 ``ELF symbols''.
19592
19593 @xref{Files, ,Commands to Specify Files}, for a discussion of how
19594 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
19595
19596 @kindex maint info symtabs
19597 @kindex maint info psymtabs
19598 @cindex listing @value{GDBN}'s internal symbol tables
19599 @cindex symbol tables, listing @value{GDBN}'s internal
19600 @cindex full symbol tables, listing @value{GDBN}'s internal
19601 @cindex partial symbol tables, listing @value{GDBN}'s internal
19602 @item maint info symtabs @r{[} @var{regexp} @r{]}
19603 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
19604
19605 List the @code{struct symtab} or @code{struct partial_symtab}
19606 structures whose names match @var{regexp}. If @var{regexp} is not
19607 given, list them all. The output includes expressions which you can
19608 copy into a @value{GDBN} debugging this one to examine a particular
19609 structure in more detail. For example:
19610
19611 @smallexample
19612 (@value{GDBP}) maint info psymtabs dwarf2read
19613 @{ objfile /home/gnu/build/gdb/gdb
19614 ((struct objfile *) 0x82e69d0)
19615 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
19616 ((struct partial_symtab *) 0x8474b10)
19617 readin no
19618 fullname (null)
19619 text addresses 0x814d3c8 -- 0x8158074
19620 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19621 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19622 dependencies (none)
19623 @}
19624 @}
19625 (@value{GDBP}) maint info symtabs
19626 (@value{GDBP})
19627 @end smallexample
19628 @noindent
19629 We see that there is one partial symbol table whose filename contains
19630 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19631 and we see that @value{GDBN} has not read in any symtabs yet at all.
19632 If we set a breakpoint on a function, that will cause @value{GDBN} to
19633 read the symtab for the compilation unit containing that function:
19634
19635 @smallexample
19636 (@value{GDBP}) break dwarf2_psymtab_to_symtab
19637 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19638 line 1574.
19639 (@value{GDBP}) maint info symtabs
19640 @{ objfile /home/gnu/build/gdb/gdb
19641 ((struct objfile *) 0x82e69d0)
19642 @{ symtab /home/gnu/src/gdb/dwarf2read.c
19643 ((struct symtab *) 0x86c1f38)
19644 dirname (null)
19645 fullname (null)
19646 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
19647 linetable ((struct linetable *) 0x8370fa0)
19648 debugformat DWARF 2
19649 @}
19650 @}
19651 (@value{GDBP})
19652 @end smallexample
19653
19654 @kindex maint info line-table
19655 @cindex listing @value{GDBN}'s internal line tables
19656 @cindex line tables, listing @value{GDBN}'s internal
19657 @item maint info line-table @r{[} @var{regexp} @r{]}
19658
19659 List the @code{struct linetable} from all @code{struct symtab}
19660 instances whose name matches @var{regexp}. If @var{regexp} is not
19661 given, list the @code{struct linetable} from all @code{struct symtab}.
19662
19663 @kindex maint set symbol-cache-size
19664 @cindex symbol cache size
19665 @item maint set symbol-cache-size @var{size}
19666 Set the size of the symbol cache to @var{size}.
19667 The default size is intended to be good enough for debugging
19668 most applications. This option exists to allow for experimenting
19669 with different sizes.
19670
19671 @kindex maint show symbol-cache-size
19672 @item maint show symbol-cache-size
19673 Show the size of the symbol cache.
19674
19675 @kindex maint print symbol-cache
19676 @cindex symbol cache, printing its contents
19677 @item maint print symbol-cache
19678 Print the contents of the symbol cache.
19679 This is useful when debugging symbol cache issues.
19680
19681 @kindex maint print symbol-cache-statistics
19682 @cindex symbol cache, printing usage statistics
19683 @item maint print symbol-cache-statistics
19684 Print symbol cache usage statistics.
19685 This helps determine how well the cache is being utilized.
19686
19687 @kindex maint flush symbol-cache
19688 @kindex maint flush-symbol-cache
19689 @cindex symbol cache, flushing
19690 @item maint flush symbol-cache
19691 @itemx maint flush-symbol-cache
19692 Flush the contents of the symbol cache, all entries are removed. This
19693 command is useful when debugging the symbol cache. It is also useful
19694 when collecting performance data. The command @code{maint
19695 flush-symbol-cache} is deprecated in favor of @code{maint flush
19696 symbol-cache}..
19697
19698 @end table
19699
19700 @node Altering
19701 @chapter Altering Execution
19702
19703 Once you think you have found an error in your program, you might want to
19704 find out for certain whether correcting the apparent error would lead to
19705 correct results in the rest of the run. You can find the answer by
19706 experiment, using the @value{GDBN} features for altering execution of the
19707 program.
19708
19709 For example, you can store new values into variables or memory
19710 locations, give your program a signal, restart it at a different
19711 address, or even return prematurely from a function.
19712
19713 @menu
19714 * Assignment:: Assignment to variables
19715 * Jumping:: Continuing at a different address
19716 * Signaling:: Giving your program a signal
19717 * Returning:: Returning from a function
19718 * Calling:: Calling your program's functions
19719 * Patching:: Patching your program
19720 * Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
19721 @end menu
19722
19723 @node Assignment
19724 @section Assignment to Variables
19725
19726 @cindex assignment
19727 @cindex setting variables
19728 To alter the value of a variable, evaluate an assignment expression.
19729 @xref{Expressions, ,Expressions}. For example,
19730
19731 @smallexample
19732 print x=4
19733 @end smallexample
19734
19735 @noindent
19736 stores the value 4 into the variable @code{x}, and then prints the
19737 value of the assignment expression (which is 4).
19738 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19739 information on operators in supported languages.
19740
19741 @kindex set variable
19742 @cindex variables, setting
19743 If you are not interested in seeing the value of the assignment, use the
19744 @code{set} command instead of the @code{print} command. @code{set} is
19745 really the same as @code{print} except that the expression's value is
19746 not printed and is not put in the value history (@pxref{Value History,
19747 ,Value History}). The expression is evaluated only for its effects.
19748
19749 If the beginning of the argument string of the @code{set} command
19750 appears identical to a @code{set} subcommand, use the @code{set
19751 variable} command instead of just @code{set}. This command is identical
19752 to @code{set} except for its lack of subcommands. For example, if your
19753 program has a variable @code{width}, you get an error if you try to set
19754 a new value with just @samp{set width=13}, because @value{GDBN} has the
19755 command @code{set width}:
19756
19757 @smallexample
19758 (@value{GDBP}) whatis width
19759 type = double
19760 (@value{GDBP}) p width
19761 $4 = 13
19762 (@value{GDBP}) set width=47
19763 Invalid syntax in expression.
19764 @end smallexample
19765
19766 @noindent
19767 The invalid expression, of course, is @samp{=47}. In
19768 order to actually set the program's variable @code{width}, use
19769
19770 @smallexample
19771 (@value{GDBP}) set var width=47
19772 @end smallexample
19773
19774 Because the @code{set} command has many subcommands that can conflict
19775 with the names of program variables, it is a good idea to use the
19776 @code{set variable} command instead of just @code{set}. For example, if
19777 your program has a variable @code{g}, you run into problems if you try
19778 to set a new value with just @samp{set g=4}, because @value{GDBN} has
19779 the command @code{set gnutarget}, abbreviated @code{set g}:
19780
19781 @smallexample
19782 @group
19783 (@value{GDBP}) whatis g
19784 type = double
19785 (@value{GDBP}) p g
19786 $1 = 1
19787 (@value{GDBP}) set g=4
19788 (@value{GDBP}) p g
19789 $2 = 1
19790 (@value{GDBP}) r
19791 The program being debugged has been started already.
19792 Start it from the beginning? (y or n) y
19793 Starting program: /home/smith/cc_progs/a.out
19794 "/home/smith/cc_progs/a.out": can't open to read symbols:
19795 Invalid bfd target.
19796 (@value{GDBP}) show g
19797 The current BFD target is "=4".
19798 @end group
19799 @end smallexample
19800
19801 @noindent
19802 The program variable @code{g} did not change, and you silently set the
19803 @code{gnutarget} to an invalid value. In order to set the variable
19804 @code{g}, use
19805
19806 @smallexample
19807 (@value{GDBP}) set var g=4
19808 @end smallexample
19809
19810 @value{GDBN} allows more implicit conversions in assignments than C; you can
19811 freely store an integer value into a pointer variable or vice versa,
19812 and you can convert any structure to any other structure that is the
19813 same length or shorter.
19814 @comment FIXME: how do structs align/pad in these conversions?
19815 @comment /doc@cygnus.com 18dec1990
19816
19817 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19818 construct to generate a value of specified type at a specified address
19819 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19820 to memory location @code{0x83040} as an integer (which implies a certain size
19821 and representation in memory), and
19822
19823 @smallexample
19824 set @{int@}0x83040 = 4
19825 @end smallexample
19826
19827 @noindent
19828 stores the value 4 into that memory location.
19829
19830 @node Jumping
19831 @section Continuing at a Different Address
19832
19833 Ordinarily, when you continue your program, you do so at the place where
19834 it stopped, with the @code{continue} command. You can instead continue at
19835 an address of your own choosing, with the following commands:
19836
19837 @table @code
19838 @kindex jump
19839 @kindex j @r{(@code{jump})}
19840 @item jump @var{location}
19841 @itemx j @var{location}
19842 Resume execution at @var{location}. Execution stops again immediately
19843 if there is a breakpoint there. @xref{Specify Location}, for a description
19844 of the different forms of @var{location}. It is common
19845 practice to use the @code{tbreak} command in conjunction with
19846 @code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
19847
19848 The @code{jump} command does not change the current stack frame, or
19849 the stack pointer, or the contents of any memory location or any
19850 register other than the program counter. If @var{location} is in
19851 a different function from the one currently executing, the results may
19852 be bizarre if the two functions expect different patterns of arguments or
19853 of local variables. For this reason, the @code{jump} command requests
19854 confirmation if the specified line is not in the function currently
19855 executing. However, even bizarre results are predictable if you are
19856 well acquainted with the machine-language code of your program.
19857 @end table
19858
19859 On many systems, you can get much the same effect as the @code{jump}
19860 command by storing a new value into the register @code{$pc}. The
19861 difference is that this does not start your program running; it only
19862 changes the address of where it @emph{will} run when you continue. For
19863 example,
19864
19865 @smallexample
19866 set $pc = 0x485
19867 @end smallexample
19868
19869 @noindent
19870 makes the next @code{continue} command or stepping command execute at
19871 address @code{0x485}, rather than at the address where your program stopped.
19872 @xref{Continuing and Stepping, ,Continuing and Stepping}.
19873
19874 The most common occasion to use the @code{jump} command is to back
19875 up---perhaps with more breakpoints set---over a portion of a program
19876 that has already executed, in order to examine its execution in more
19877 detail.
19878
19879 @c @group
19880 @node Signaling
19881 @section Giving your Program a Signal
19882 @cindex deliver a signal to a program
19883
19884 @table @code
19885 @kindex signal
19886 @item signal @var{signal}
19887 Resume execution where your program is stopped, but immediately give it the
19888 signal @var{signal}. The @var{signal} can be the name or the number of a
19889 signal. For example, on many systems @code{signal 2} and @code{signal
19890 SIGINT} are both ways of sending an interrupt signal.
19891
19892 Alternatively, if @var{signal} is zero, continue execution without
19893 giving a signal. This is useful when your program stopped on account of
19894 a signal and would ordinarily see the signal when resumed with the
19895 @code{continue} command; @samp{signal 0} causes it to resume without a
19896 signal.
19897
19898 @emph{Note:} When resuming a multi-threaded program, @var{signal} is
19899 delivered to the currently selected thread, not the thread that last
19900 reported a stop. This includes the situation where a thread was
19901 stopped due to a signal. So if you want to continue execution
19902 suppressing the signal that stopped a thread, you should select that
19903 same thread before issuing the @samp{signal 0} command. If you issue
19904 the @samp{signal 0} command with another thread as the selected one,
19905 @value{GDBN} detects that and asks for confirmation.
19906
19907 Invoking the @code{signal} command is not the same as invoking the
19908 @code{kill} utility from the shell. Sending a signal with @code{kill}
19909 causes @value{GDBN} to decide what to do with the signal depending on
19910 the signal handling tables (@pxref{Signals}). The @code{signal} command
19911 passes the signal directly to your program.
19912
19913 @code{signal} does not repeat when you press @key{RET} a second time
19914 after executing the command.
19915
19916 @kindex queue-signal
19917 @item queue-signal @var{signal}
19918 Queue @var{signal} to be delivered immediately to the current thread
19919 when execution of the thread resumes. The @var{signal} can be the name or
19920 the number of a signal. For example, on many systems @code{signal 2} and
19921 @code{signal SIGINT} are both ways of sending an interrupt signal.
19922 The handling of the signal must be set to pass the signal to the program,
19923 otherwise @value{GDBN} will report an error.
19924 You can control the handling of signals from @value{GDBN} with the
19925 @code{handle} command (@pxref{Signals}).
19926
19927 Alternatively, if @var{signal} is zero, any currently queued signal
19928 for the current thread is discarded and when execution resumes no signal
19929 will be delivered. This is useful when your program stopped on account
19930 of a signal and would ordinarily see the signal when resumed with the
19931 @code{continue} command.
19932
19933 This command differs from the @code{signal} command in that the signal
19934 is just queued, execution is not resumed. And @code{queue-signal} cannot
19935 be used to pass a signal whose handling state has been set to @code{nopass}
19936 (@pxref{Signals}).
19937 @end table
19938 @c @end group
19939
19940 @xref{stepping into signal handlers}, for information on how stepping
19941 commands behave when the thread has a signal queued.
19942
19943 @node Returning
19944 @section Returning from a Function
19945
19946 @table @code
19947 @cindex returning from a function
19948 @kindex return
19949 @item return
19950 @itemx return @var{expression}
19951 You can cancel execution of a function call with the @code{return}
19952 command. If you give an
19953 @var{expression} argument, its value is used as the function's return
19954 value.
19955 @end table
19956
19957 When you use @code{return}, @value{GDBN} discards the selected stack frame
19958 (and all frames within it). You can think of this as making the
19959 discarded frame return prematurely. If you wish to specify a value to
19960 be returned, give that value as the argument to @code{return}.
19961
19962 This pops the selected stack frame (@pxref{Selection, ,Selecting a
19963 Frame}), and any other frames inside of it, leaving its caller as the
19964 innermost remaining frame. That frame becomes selected. The
19965 specified value is stored in the registers used for returning values
19966 of functions.
19967
19968 The @code{return} command does not resume execution; it leaves the
19969 program stopped in the state that would exist if the function had just
19970 returned. In contrast, the @code{finish} command (@pxref{Continuing
19971 and Stepping, ,Continuing and Stepping}) resumes execution until the
19972 selected stack frame returns naturally.
19973
19974 @value{GDBN} needs to know how the @var{expression} argument should be set for
19975 the inferior. The concrete registers assignment depends on the OS ABI and the
19976 type being returned by the selected stack frame. For example it is common for
19977 OS ABI to return floating point values in FPU registers while integer values in
19978 CPU registers. Still some ABIs return even floating point values in CPU
19979 registers. Larger integer widths (such as @code{long long int}) also have
19980 specific placement rules. @value{GDBN} already knows the OS ABI from its
19981 current target so it needs to find out also the type being returned to make the
19982 assignment into the right register(s).
19983
19984 Normally, the selected stack frame has debug info. @value{GDBN} will always
19985 use the debug info instead of the implicit type of @var{expression} when the
19986 debug info is available. For example, if you type @kbd{return -1}, and the
19987 function in the current stack frame is declared to return a @code{long long
19988 int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19989 into a @code{long long int}:
19990
19991 @smallexample
19992 Breakpoint 1, func () at gdb.base/return-nodebug.c:29
19993 29 return 31;
19994 (@value{GDBP}) return -1
19995 Make func return now? (y or n) y
19996 #0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
19997 43 printf ("result=%lld\n", func ());
19998 (@value{GDBP})
19999 @end smallexample
20000
20001 However, if the selected stack frame does not have a debug info, e.g., if the
20002 function was compiled without debug info, @value{GDBN} has to find out the type
20003 to return from user. Specifying a different type by mistake may set the value
20004 in different inferior registers than the caller code expects. For example,
20005 typing @kbd{return -1} with its implicit type @code{int} would set only a part
20006 of a @code{long long int} result for a debug info less function (on 32-bit
20007 architectures). Therefore the user is required to specify the return type by
20008 an appropriate cast explicitly:
20009
20010 @smallexample
20011 Breakpoint 2, 0x0040050b in func ()
20012 (@value{GDBP}) return -1
20013 Return value type not available for selected stack frame.
20014 Please use an explicit cast of the value to return.
20015 (@value{GDBP}) return (long long int) -1
20016 Make selected stack frame return now? (y or n) y
20017 #0 0x00400526 in main ()
20018 (@value{GDBP})
20019 @end smallexample
20020
20021 @node Calling
20022 @section Calling Program Functions
20023
20024 @table @code
20025 @cindex calling functions
20026 @cindex inferior functions, calling
20027 @item print @var{expr}
20028 Evaluate the expression @var{expr} and display the resulting value.
20029 The expression may include calls to functions in the program being
20030 debugged.
20031
20032 @kindex call
20033 @item call @var{expr}
20034 Evaluate the expression @var{expr} without displaying @code{void}
20035 returned values.
20036
20037 You can use this variant of the @code{print} command if you want to
20038 execute a function from your program that does not return anything
20039 (a.k.a.@: @dfn{a void function}), but without cluttering the output
20040 with @code{void} returned values that @value{GDBN} will otherwise
20041 print. If the result is not void, it is printed and saved in the
20042 value history.
20043 @end table
20044
20045 It is possible for the function you call via the @code{print} or
20046 @code{call} command to generate a signal (e.g., if there's a bug in
20047 the function, or if you passed it incorrect arguments). What happens
20048 in that case is controlled by the @code{set unwindonsignal} command.
20049
20050 Similarly, with a C@t{++} program it is possible for the function you
20051 call via the @code{print} or @code{call} command to generate an
20052 exception that is not handled due to the constraints of the dummy
20053 frame. In this case, any exception that is raised in the frame, but has
20054 an out-of-frame exception handler will not be found. GDB builds a
20055 dummy-frame for the inferior function call, and the unwinder cannot
20056 seek for exception handlers outside of this dummy-frame. What happens
20057 in that case is controlled by the
20058 @code{set unwind-on-terminating-exception} command.
20059
20060 @table @code
20061 @item set unwindonsignal
20062 @kindex set unwindonsignal
20063 @cindex unwind stack in called functions
20064 @cindex call dummy stack unwinding
20065 Set unwinding of the stack if a signal is received while in a function
20066 that @value{GDBN} called in the program being debugged. If set to on,
20067 @value{GDBN} unwinds the stack it created for the call and restores
20068 the context to what it was before the call. If set to off (the
20069 default), @value{GDBN} stops in the frame where the signal was
20070 received.
20071
20072 @item show unwindonsignal
20073 @kindex show unwindonsignal
20074 Show the current setting of stack unwinding in the functions called by
20075 @value{GDBN}.
20076
20077 @item set unwind-on-terminating-exception
20078 @kindex set unwind-on-terminating-exception
20079 @cindex unwind stack in called functions with unhandled exceptions
20080 @cindex call dummy stack unwinding on unhandled exception.
20081 Set unwinding of the stack if a C@t{++} exception is raised, but left
20082 unhandled while in a function that @value{GDBN} called in the program being
20083 debugged. If set to on (the default), @value{GDBN} unwinds the stack
20084 it created for the call and restores the context to what it was before
20085 the call. If set to off, @value{GDBN} the exception is delivered to
20086 the default C@t{++} exception handler and the inferior terminated.
20087
20088 @item show unwind-on-terminating-exception
20089 @kindex show unwind-on-terminating-exception
20090 Show the current setting of stack unwinding in the functions called by
20091 @value{GDBN}.
20092
20093 @item set may-call-functions
20094 @kindex set may-call-functions
20095 @cindex disabling calling functions in the program
20096 @cindex calling functions in the program, disabling
20097 Set permission to call functions in the program.
20098 This controls whether @value{GDBN} will attempt to call functions in
20099 the program, such as with expressions in the @code{print} command. It
20100 defaults to @code{on}.
20101
20102 To call a function in the program, @value{GDBN} has to temporarily
20103 modify the state of the inferior. This has potentially undesired side
20104 effects. Also, having @value{GDBN} call nested functions is likely to
20105 be erroneous and may even crash the program being debugged. You can
20106 avoid such hazards by forbidding @value{GDBN} from calling functions
20107 in the program being debugged. If calling functions in the program
20108 is forbidden, GDB will throw an error when a command (such as printing
20109 an expression) starts a function call in the program.
20110
20111 @item show may-call-functions
20112 @kindex show may-call-functions
20113 Show permission to call functions in the program.
20114
20115 @end table
20116
20117 @subsection Calling functions with no debug info
20118
20119 @cindex no debug info functions
20120 Sometimes, a function you wish to call is missing debug information.
20121 In such case, @value{GDBN} does not know the type of the function,
20122 including the types of the function's parameters. To avoid calling
20123 the inferior function incorrectly, which could result in the called
20124 function functioning erroneously and even crash, @value{GDBN} refuses
20125 to call the function unless you tell it the type of the function.
20126
20127 For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
20128 to do that. The simplest is to cast the call to the function's
20129 declared return type. For example:
20130
20131 @smallexample
20132 (@value{GDBP}) p getenv ("PATH")
20133 'getenv' has unknown return type; cast the call to its declared return type
20134 (@value{GDBP}) p (char *) getenv ("PATH")
20135 $1 = 0x7fffffffe7ba "/usr/local/bin:/"...
20136 @end smallexample
20137
20138 Casting the return type of a no-debug function is equivalent to
20139 casting the function to a pointer to a prototyped function that has a
20140 prototype that matches the types of the passed-in arguments, and
20141 calling that. I.e., the call above is equivalent to:
20142
20143 @smallexample
20144 (@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
20145 @end smallexample
20146
20147 @noindent
20148 and given this prototyped C or C++ function with float parameters:
20149
20150 @smallexample
20151 float multiply (float v1, float v2) @{ return v1 * v2; @}
20152 @end smallexample
20153
20154 @noindent
20155 these calls are equivalent:
20156
20157 @smallexample
20158 (@value{GDBP}) p (float) multiply (2.0f, 3.0f)
20159 (@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
20160 @end smallexample
20161
20162 If the function you wish to call is declared as unprototyped (i.e.@:
20163 old K&R style), you must use the cast-to-function-pointer syntax, so
20164 that @value{GDBN} knows that it needs to apply default argument
20165 promotions (promote float arguments to double). @xref{ABI, float
20166 promotion}. For example, given this unprototyped C function with
20167 float parameters, and no debug info:
20168
20169 @smallexample
20170 float
20171 multiply_noproto (v1, v2)
20172 float v1, v2;
20173 @{
20174 return v1 * v2;
20175 @}
20176 @end smallexample
20177
20178 @noindent
20179 you call it like this:
20180
20181 @smallexample
20182 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
20183 @end smallexample
20184
20185 @node Patching
20186 @section Patching Programs
20187
20188 @cindex patching binaries
20189 @cindex writing into executables
20190 @cindex writing into corefiles
20191
20192 By default, @value{GDBN} opens the file containing your program's
20193 executable code (or the corefile) read-only. This prevents accidental
20194 alterations to machine code; but it also prevents you from intentionally
20195 patching your program's binary.
20196
20197 If you'd like to be able to patch the binary, you can specify that
20198 explicitly with the @code{set write} command. For example, you might
20199 want to turn on internal debugging flags, or even to make emergency
20200 repairs.
20201
20202 @table @code
20203 @kindex set write
20204 @item set write on
20205 @itemx set write off
20206 If you specify @samp{set write on}, @value{GDBN} opens executable and
20207 core files for both reading and writing; if you specify @kbd{set write
20208 off} (the default), @value{GDBN} opens them read-only.
20209
20210 If you have already loaded a file, you must load it again (using the
20211 @code{exec-file} or @code{core-file} command) after changing @code{set
20212 write}, for your new setting to take effect.
20213
20214 @item show write
20215 @kindex show write
20216 Display whether executable files and core files are opened for writing
20217 as well as reading.
20218 @end table
20219
20220 @node Compiling and Injecting Code
20221 @section Compiling and injecting code in @value{GDBN}
20222 @cindex injecting code
20223 @cindex writing into executables
20224 @cindex compiling code
20225
20226 @value{GDBN} supports on-demand compilation and code injection into
20227 programs running under @value{GDBN}. GCC 5.0 or higher built with
20228 @file{libcc1.so} must be installed for this functionality to be enabled.
20229 This functionality is implemented with the following commands.
20230
20231 @table @code
20232 @kindex compile code
20233 @item compile code @var{source-code}
20234 @itemx compile code -raw @var{--} @var{source-code}
20235 Compile @var{source-code} with the compiler language found as the current
20236 language in @value{GDBN} (@pxref{Languages}). If compilation and
20237 injection is not supported with the current language specified in
20238 @value{GDBN}, or the compiler does not support this feature, an error
20239 message will be printed. If @var{source-code} compiles and links
20240 successfully, @value{GDBN} will load the object-code emitted,
20241 and execute it within the context of the currently selected inferior.
20242 It is important to note that the compiled code is executed immediately.
20243 After execution, the compiled code is removed from @value{GDBN} and any
20244 new types or variables you have defined will be deleted.
20245
20246 The command allows you to specify @var{source-code} in two ways.
20247 The simplest method is to provide a single line of code to the command.
20248 E.g.:
20249
20250 @smallexample
20251 compile code printf ("hello world\n");
20252 @end smallexample
20253
20254 If you specify options on the command line as well as source code, they
20255 may conflict. The @samp{--} delimiter can be used to separate options
20256 from actual source code. E.g.:
20257
20258 @smallexample
20259 compile code -r -- printf ("hello world\n");
20260 @end smallexample
20261
20262 Alternatively you can enter source code as multiple lines of text. To
20263 enter this mode, invoke the @samp{compile code} command without any text
20264 following the command. This will start the multiple-line editor and
20265 allow you to type as many lines of source code as required. When you
20266 have completed typing, enter @samp{end} on its own line to exit the
20267 editor.
20268
20269 @smallexample
20270 compile code
20271 >printf ("hello\n");
20272 >printf ("world\n");
20273 >end
20274 @end smallexample
20275
20276 Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
20277 provided @var{source-code} in a callable scope. In this case, you must
20278 specify the entry point of the code by defining a function named
20279 @code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
20280 inferior. Using @samp{-raw} option may be needed for example when
20281 @var{source-code} requires @samp{#include} lines which may conflict with
20282 inferior symbols otherwise.
20283
20284 @kindex compile file
20285 @item compile file @var{filename}
20286 @itemx compile file -raw @var{filename}
20287 Like @code{compile code}, but take the source code from @var{filename}.
20288
20289 @smallexample
20290 compile file /home/user/example.c
20291 @end smallexample
20292 @end table
20293
20294 @table @code
20295 @item compile print [[@var{options}] --] @var{expr}
20296 @itemx compile print [[@var{options}] --] /@var{f} @var{expr}
20297 Compile and execute @var{expr} with the compiler language found as the
20298 current language in @value{GDBN} (@pxref{Languages}). By default the
20299 value of @var{expr} is printed in a format appropriate to its data type;
20300 you can choose a different format by specifying @samp{/@var{f}}, where
20301 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
20302 Formats}. The @code{compile print} command accepts the same options
20303 as the @code{print} command; see @ref{print options}.
20304
20305 @item compile print [[@var{options}] --]
20306 @itemx compile print [[@var{options}] --] /@var{f}
20307 @cindex reprint the last value
20308 Alternatively you can enter the expression (source code producing it) as
20309 multiple lines of text. To enter this mode, invoke the @samp{compile print}
20310 command without any text following the command. This will start the
20311 multiple-line editor.
20312 @end table
20313
20314 @noindent
20315 The process of compiling and injecting the code can be inspected using:
20316
20317 @table @code
20318 @anchor{set debug compile}
20319 @item set debug compile
20320 @cindex compile command debugging info
20321 Turns on or off display of @value{GDBN} process of compiling and
20322 injecting the code. The default is off.
20323
20324 @item show debug compile
20325 Displays the current state of displaying @value{GDBN} process of
20326 compiling and injecting the code.
20327
20328 @anchor{set debug compile-cplus-types}
20329 @item set debug compile-cplus-types
20330 @cindex compile C@t{++} type conversion
20331 Turns on or off the display of C@t{++} type conversion debugging information.
20332 The default is off.
20333
20334 @item show debug compile-cplus-types
20335 Displays the current state of displaying debugging information for
20336 C@t{++} type conversion.
20337 @end table
20338
20339 @subsection Compilation options for the @code{compile} command
20340
20341 @value{GDBN} needs to specify the right compilation options for the code
20342 to be injected, in part to make its ABI compatible with the inferior
20343 and in part to make the injected code compatible with @value{GDBN}'s
20344 injecting process.
20345
20346 @noindent
20347 The options used, in increasing precedence:
20348
20349 @table @asis
20350 @item target architecture and OS options (@code{gdbarch})
20351 These options depend on target processor type and target operating
20352 system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
20353 (@code{-m64}) compilation option.
20354
20355 @item compilation options recorded in the target
20356 @value{NGCC} (since version 4.7) stores the options used for compilation
20357 into @code{DW_AT_producer} part of DWARF debugging information according
20358 to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
20359 explicitly specify @code{-g} during inferior compilation otherwise
20360 @value{NGCC} produces no DWARF. This feature is only relevant for
20361 platforms where @code{-g} produces DWARF by default, otherwise one may
20362 try to enforce DWARF by using @code{-gdwarf-4}.
20363
20364 @item compilation options set by @code{set compile-args}
20365 @end table
20366
20367 @noindent
20368 You can override compilation options using the following command:
20369
20370 @table @code
20371 @item set compile-args
20372 @cindex compile command options override
20373 Set compilation options used for compiling and injecting code with the
20374 @code{compile} commands. These options override any conflicting ones
20375 from the target architecture and/or options stored during inferior
20376 compilation.
20377
20378 @item show compile-args
20379 Displays the current state of compilation options override.
20380 This does not show all the options actually used during compilation,
20381 use @ref{set debug compile} for that.
20382 @end table
20383
20384 @subsection Caveats when using the @code{compile} command
20385
20386 There are a few caveats to keep in mind when using the @code{compile}
20387 command. As the caveats are different per language, the table below
20388 highlights specific issues on a per language basis.
20389
20390 @table @asis
20391 @item C code examples and caveats
20392 When the language in @value{GDBN} is set to @samp{C}, the compiler will
20393 attempt to compile the source code with a @samp{C} compiler. The source
20394 code provided to the @code{compile} command will have much the same
20395 access to variables and types as it normally would if it were part of
20396 the program currently being debugged in @value{GDBN}.
20397
20398 Below is a sample program that forms the basis of the examples that
20399 follow. This program has been compiled and loaded into @value{GDBN},
20400 much like any other normal debugging session.
20401
20402 @smallexample
20403 void function1 (void)
20404 @{
20405 int i = 42;
20406 printf ("function 1\n");
20407 @}
20408
20409 void function2 (void)
20410 @{
20411 int j = 12;
20412 function1 ();
20413 @}
20414
20415 int main(void)
20416 @{
20417 int k = 6;
20418 int *p;
20419 function2 ();
20420 return 0;
20421 @}
20422 @end smallexample
20423
20424 For the purposes of the examples in this section, the program above has
20425 been compiled, loaded into @value{GDBN}, stopped at the function
20426 @code{main}, and @value{GDBN} is awaiting input from the user.
20427
20428 To access variables and types for any program in @value{GDBN}, the
20429 program must be compiled and packaged with debug information. The
20430 @code{compile} command is not an exception to this rule. Without debug
20431 information, you can still use the @code{compile} command, but you will
20432 be very limited in what variables and types you can access.
20433
20434 So with that in mind, the example above has been compiled with debug
20435 information enabled. The @code{compile} command will have access to
20436 all variables and types (except those that may have been optimized
20437 out). Currently, as @value{GDBN} has stopped the program in the
20438 @code{main} function, the @code{compile} command would have access to
20439 the variable @code{k}. You could invoke the @code{compile} command
20440 and type some source code to set the value of @code{k}. You can also
20441 read it, or do anything with that variable you would normally do in
20442 @code{C}. Be aware that changes to inferior variables in the
20443 @code{compile} command are persistent. In the following example:
20444
20445 @smallexample
20446 compile code k = 3;
20447 @end smallexample
20448
20449 @noindent
20450 the variable @code{k} is now 3. It will retain that value until
20451 something else in the example program changes it, or another
20452 @code{compile} command changes it.
20453
20454 Normal scope and access rules apply to source code compiled and
20455 injected by the @code{compile} command. In the example, the variables
20456 @code{j} and @code{k} are not accessible yet, because the program is
20457 currently stopped in the @code{main} function, where these variables
20458 are not in scope. Therefore, the following command
20459
20460 @smallexample
20461 compile code j = 3;
20462 @end smallexample
20463
20464 @noindent
20465 will result in a compilation error message.
20466
20467 Once the program is continued, execution will bring these variables in
20468 scope, and they will become accessible; then the code you specify via
20469 the @code{compile} command will be able to access them.
20470
20471 You can create variables and types with the @code{compile} command as
20472 part of your source code. Variables and types that are created as part
20473 of the @code{compile} command are not visible to the rest of the program for
20474 the duration of its run. This example is valid:
20475
20476 @smallexample
20477 compile code int ff = 5; printf ("ff is %d\n", ff);
20478 @end smallexample
20479
20480 However, if you were to type the following into @value{GDBN} after that
20481 command has completed:
20482
20483 @smallexample
20484 compile code printf ("ff is %d\n'', ff);
20485 @end smallexample
20486
20487 @noindent
20488 a compiler error would be raised as the variable @code{ff} no longer
20489 exists. Object code generated and injected by the @code{compile}
20490 command is removed when its execution ends. Caution is advised
20491 when assigning to program variables values of variables created by the
20492 code submitted to the @code{compile} command. This example is valid:
20493
20494 @smallexample
20495 compile code int ff = 5; k = ff;
20496 @end smallexample
20497
20498 The value of the variable @code{ff} is assigned to @code{k}. The variable
20499 @code{k} does not require the existence of @code{ff} to maintain the value
20500 it has been assigned. However, pointers require particular care in
20501 assignment. If the source code compiled with the @code{compile} command
20502 changed the address of a pointer in the example program, perhaps to a
20503 variable created in the @code{compile} command, that pointer would point
20504 to an invalid location when the command exits. The following example
20505 would likely cause issues with your debugged program:
20506
20507 @smallexample
20508 compile code int ff = 5; p = &ff;
20509 @end smallexample
20510
20511 In this example, @code{p} would point to @code{ff} when the
20512 @code{compile} command is executing the source code provided to it.
20513 However, as variables in the (example) program persist with their
20514 assigned values, the variable @code{p} would point to an invalid
20515 location when the command exists. A general rule should be followed
20516 in that you should either assign @code{NULL} to any assigned pointers,
20517 or restore a valid location to the pointer before the command exits.
20518
20519 Similar caution must be exercised with any structs, unions, and typedefs
20520 defined in @code{compile} command. Types defined in the @code{compile}
20521 command will no longer be available in the next @code{compile} command.
20522 Therefore, if you cast a variable to a type defined in the
20523 @code{compile} command, care must be taken to ensure that any future
20524 need to resolve the type can be achieved.
20525
20526 @smallexample
20527 (gdb) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20528 (gdb) compile code printf ("%d\n", ((struct a *) argv)->a);
20529 gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20530 Compilation failed.
20531 (gdb) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
20532 42
20533 @end smallexample
20534
20535 Variables that have been optimized away by the compiler are not
20536 accessible to the code submitted to the @code{compile} command.
20537 Access to those variables will generate a compiler error which @value{GDBN}
20538 will print to the console.
20539 @end table
20540
20541 @subsection Compiler search for the @code{compile} command
20542
20543 @value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20544 which may not be obvious for remote targets of different architecture
20545 than where @value{GDBN} is running. Environment variable @env{PATH} on
20546 @value{GDBN} host is searched for @value{NGCC} binary matching the
20547 target architecture and operating system. This search can be overriden
20548 by @code{set compile-gcc} @value{GDBN} command below. @env{PATH} is
20549 taken from shell that executed @value{GDBN}, it is not the value set by
20550 @value{GDBN} command @code{set environment}). @xref{Environment}.
20551
20552
20553 Specifically @env{PATH} is searched for binaries matching regular expression
20554 @code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20555 debugged. @var{arch} is processor name --- multiarch is supported, so for
20556 example both @code{i386} and @code{x86_64} targets look for pattern
20557 @code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20558 for pattern @code{s390x?}. @var{os} is currently supported only for
20559 pattern @code{linux(-gnu)?}.
20560
20561 On Posix hosts the compiler driver @value{GDBN} needs to find also
20562 shared library @file{libcc1.so} from the compiler. It is searched in
20563 default shared library search path (overridable with usual environment
20564 variable @env{LD_LIBRARY_PATH}), unrelated to @env{PATH} or @code{set
20565 compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20566 according to the installation of the found compiler --- as possibly
20567 specified by the @code{set compile-gcc} command.
20568
20569 @table @code
20570 @item set compile-gcc
20571 @cindex compile command driver filename override
20572 Set compilation command used for compiling and injecting code with the
20573 @code{compile} commands. If this option is not set (it is set to
20574 an empty string), the search described above will occur --- that is the
20575 default.
20576
20577 @item show compile-gcc
20578 Displays the current compile command @value{NGCC} driver filename.
20579 If set, it is the main command @command{gcc}, found usually for example
20580 under name @file{x86_64-linux-gnu-gcc}.
20581 @end table
20582
20583 @node GDB Files
20584 @chapter @value{GDBN} Files
20585
20586 @value{GDBN} needs to know the file name of the program to be debugged,
20587 both in order to read its symbol table and in order to start your
20588 program. To debug a core dump of a previous run, you must also tell
20589 @value{GDBN} the name of the core dump file.
20590
20591 @menu
20592 * Files:: Commands to specify files
20593 * File Caching:: Information about @value{GDBN}'s file caching
20594 * Separate Debug Files:: Debugging information in separate files
20595 * MiniDebugInfo:: Debugging information in a special section
20596 * Index Files:: Index files speed up GDB
20597 * Symbol Errors:: Errors reading symbol files
20598 * Data Files:: GDB data files
20599 @end menu
20600
20601 @node Files
20602 @section Commands to Specify Files
20603
20604 @cindex symbol table
20605 @cindex core dump file
20606
20607 You may want to specify executable and core dump file names. The usual
20608 way to do this is at start-up time, using the arguments to
20609 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20610 Out of @value{GDBN}}).
20611
20612 Occasionally it is necessary to change to a different file during a
20613 @value{GDBN} session. Or you may run @value{GDBN} and forget to
20614 specify a file you want to use. Or you are debugging a remote target
20615 via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20616 Program}). In these situations the @value{GDBN} commands to specify
20617 new files are useful.
20618
20619 @table @code
20620 @cindex executable file
20621 @kindex file
20622 @item file @var{filename}
20623 Use @var{filename} as the program to be debugged. It is read for its
20624 symbols and for the contents of pure memory. It is also the program
20625 executed when you use the @code{run} command. If you do not specify a
20626 directory and the file is not found in the @value{GDBN} working directory,
20627 @value{GDBN} uses the environment variable @env{PATH} as a list of
20628 directories to search, just as the shell does when looking for a program
20629 to run. You can change the value of this variable, for both @value{GDBN}
20630 and your program, using the @code{path} command.
20631
20632 @cindex unlinked object files
20633 @cindex patching object files
20634 You can load unlinked object @file{.o} files into @value{GDBN} using
20635 the @code{file} command. You will not be able to ``run'' an object
20636 file, but you can disassemble functions and inspect variables. Also,
20637 if the underlying BFD functionality supports it, you could use
20638 @kbd{gdb -write} to patch object files using this technique. Note
20639 that @value{GDBN} can neither interpret nor modify relocations in this
20640 case, so branches and some initialized variables will appear to go to
20641 the wrong place. But this feature is still handy from time to time.
20642
20643 @item file
20644 @code{file} with no argument makes @value{GDBN} discard any information it
20645 has on both executable file and the symbol table.
20646
20647 @kindex exec-file
20648 @item exec-file @r{[} @var{filename} @r{]}
20649 Specify that the program to be run (but not the symbol table) is found
20650 in @var{filename}. @value{GDBN} searches the environment variable @env{PATH}
20651 if necessary to locate your program. Omitting @var{filename} means to
20652 discard information on the executable file.
20653
20654 @kindex symbol-file
20655 @item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
20656 Read symbol table information from file @var{filename}. @env{PATH} is
20657 searched when necessary. Use the @code{file} command to get both symbol
20658 table and program to run from the same file.
20659
20660 If an optional @var{offset} is specified, it is added to the start
20661 address of each section in the symbol file. This is useful if the
20662 program is relocated at runtime, such as the Linux kernel with kASLR
20663 enabled.
20664
20665 @code{symbol-file} with no argument clears out @value{GDBN} information on your
20666 program's symbol table.
20667
20668 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20669 some breakpoints and auto-display expressions. This is because they may
20670 contain pointers to the internal data recording symbols and data types,
20671 which are part of the old symbol table data being discarded inside
20672 @value{GDBN}.
20673
20674 @code{symbol-file} does not repeat if you press @key{RET} again after
20675 executing it once.
20676
20677 When @value{GDBN} is configured for a particular environment, it
20678 understands debugging information in whatever format is the standard
20679 generated for that environment; you may use either a @sc{gnu} compiler, or
20680 other compilers that adhere to the local conventions.
20681 Best results are usually obtained from @sc{gnu} compilers; for example,
20682 using @code{@value{NGCC}} you can generate debugging information for
20683 optimized code.
20684
20685 For most kinds of object files, with the exception of old SVR3 systems
20686 using COFF, the @code{symbol-file} command does not normally read the
20687 symbol table in full right away. Instead, it scans the symbol table
20688 quickly to find which source files and which symbols are present. The
20689 details are read later, one source file at a time, as they are needed.
20690
20691 The purpose of this two-stage reading strategy is to make @value{GDBN}
20692 start up faster. For the most part, it is invisible except for
20693 occasional pauses while the symbol table details for a particular source
20694 file are being read. (The @code{set verbose} command can turn these
20695 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
20696 Warnings and Messages}.)
20697
20698 We have not implemented the two-stage strategy for COFF yet. When the
20699 symbol table is stored in COFF format, @code{symbol-file} reads the
20700 symbol table data in full right away. Note that ``stabs-in-COFF''
20701 still does the two-stage strategy, since the debug info is actually
20702 in stabs format.
20703
20704 @kindex readnow
20705 @cindex reading symbols immediately
20706 @cindex symbols, reading immediately
20707 @item symbol-file @r{[} -readnow @r{]} @var{filename}
20708 @itemx file @r{[} -readnow @r{]} @var{filename}
20709 You can override the @value{GDBN} two-stage strategy for reading symbol
20710 tables by using the @samp{-readnow} option with any of the commands that
20711 load symbol table information, if you want to be sure @value{GDBN} has the
20712 entire symbol table available.
20713
20714 @cindex @code{-readnever}, option for symbol-file command
20715 @cindex never read symbols
20716 @cindex symbols, never read
20717 @item symbol-file @r{[} -readnever @r{]} @var{filename}
20718 @itemx file @r{[} -readnever @r{]} @var{filename}
20719 You can instruct @value{GDBN} to never read the symbolic information
20720 contained in @var{filename} by using the @samp{-readnever} option.
20721 @xref{--readnever}.
20722
20723 @c FIXME: for now no mention of directories, since this seems to be in
20724 @c flux. 13mar1992 status is that in theory GDB would look either in
20725 @c current dir or in same dir as myprog; but issues like competing
20726 @c GDB's, or clutter in system dirs, mean that in practice right now
20727 @c only current dir is used. FFish says maybe a special GDB hierarchy
20728 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20729 @c files.
20730
20731 @kindex core-file
20732 @item core-file @r{[}@var{filename}@r{]}
20733 @itemx core
20734 Specify the whereabouts of a core dump file to be used as the ``contents
20735 of memory''. Traditionally, core files contain only some parts of the
20736 address space of the process that generated them; @value{GDBN} can access the
20737 executable file itself for other parts.
20738
20739 @code{core-file} with no argument specifies that no core file is
20740 to be used.
20741
20742 Note that the core file is ignored when your program is actually running
20743 under @value{GDBN}. So, if you have been running your program and you
20744 wish to debug a core file instead, you must kill the subprocess in which
20745 the program is running. To do this, use the @code{kill} command
20746 (@pxref{Kill Process, ,Killing the Child Process}).
20747
20748 @kindex add-symbol-file
20749 @cindex dynamic linking
20750 @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{]}
20751 The @code{add-symbol-file} command reads additional symbol table
20752 information from the file @var{filename}. You would use this command
20753 when @var{filename} has been dynamically loaded (by some other means)
20754 into the program that is running. The @var{textaddress} parameter gives
20755 the memory address at which the file's text section has been loaded.
20756 You can additionally specify the base address of other sections using
20757 an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20758 If a section is omitted, @value{GDBN} will use its default addresses
20759 as found in @var{filename}. Any @var{address} or @var{textaddress}
20760 can be given as an expression.
20761
20762 If an optional @var{offset} is specified, it is added to the start
20763 address of each section, except those for which the address was
20764 specified explicitly.
20765
20766 The symbol table of the file @var{filename} is added to the symbol table
20767 originally read with the @code{symbol-file} command. You can use the
20768 @code{add-symbol-file} command any number of times; the new symbol data
20769 thus read is kept in addition to the old.
20770
20771 Changes can be reverted using the command @code{remove-symbol-file}.
20772
20773 @cindex relocatable object files, reading symbols from
20774 @cindex object files, relocatable, reading symbols from
20775 @cindex reading symbols from relocatable object files
20776 @cindex symbols, reading from relocatable object files
20777 @cindex @file{.o} files, reading symbols from
20778 Although @var{filename} is typically a shared library file, an
20779 executable file, or some other object file which has been fully
20780 relocated for loading into a process, you can also load symbolic
20781 information from relocatable @file{.o} files, as long as:
20782
20783 @itemize @bullet
20784 @item
20785 the file's symbolic information refers only to linker symbols defined in
20786 that file, not to symbols defined by other object files,
20787 @item
20788 every section the file's symbolic information refers to has actually
20789 been loaded into the inferior, as it appears in the file, and
20790 @item
20791 you can determine the address at which every section was loaded, and
20792 provide these to the @code{add-symbol-file} command.
20793 @end itemize
20794
20795 @noindent
20796 Some embedded operating systems, like Sun Chorus and VxWorks, can load
20797 relocatable files into an already running program; such systems
20798 typically make the requirements above easy to meet. However, it's
20799 important to recognize that many native systems use complex link
20800 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
20801 assembly, for example) that make the requirements difficult to meet. In
20802 general, one cannot assume that using @code{add-symbol-file} to read a
20803 relocatable object file's symbolic information will have the same effect
20804 as linking the relocatable object file into the program in the normal
20805 way.
20806
20807 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20808
20809 @kindex remove-symbol-file
20810 @item remove-symbol-file @var{filename}
20811 @item remove-symbol-file -a @var{address}
20812 Remove a symbol file added via the @code{add-symbol-file} command. The
20813 file to remove can be identified by its @var{filename} or by an @var{address}
20814 that lies within the boundaries of this symbol file in memory. Example:
20815
20816 @smallexample
20817 (gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
20818 add symbol table from file "/home/user/gdb/mylib.so" at
20819 .text_addr = 0x7ffff7ff9480
20820 (y or n) y
20821 Reading symbols from /home/user/gdb/mylib.so...
20822 (gdb) remove-symbol-file -a 0x7ffff7ff9480
20823 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
20824 (gdb)
20825 @end smallexample
20826
20827
20828 @code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20829
20830 @kindex add-symbol-file-from-memory
20831 @cindex @code{syscall DSO}
20832 @cindex load symbols from memory
20833 @item add-symbol-file-from-memory @var{address}
20834 Load symbols from the given @var{address} in a dynamically loaded
20835 object file whose image is mapped directly into the inferior's memory.
20836 For example, the Linux kernel maps a @code{syscall DSO} into each
20837 process's address space; this DSO provides kernel-specific code for
20838 some system calls. The argument can be any expression whose
20839 evaluation yields the address of the file's shared object file header.
20840 For this command to work, you must have used @code{symbol-file} or
20841 @code{exec-file} commands in advance.
20842
20843 @kindex section
20844 @item section @var{section} @var{addr}
20845 The @code{section} command changes the base address of the named
20846 @var{section} of the exec file to @var{addr}. This can be used if the
20847 exec file does not contain section addresses, (such as in the
20848 @code{a.out} format), or when the addresses specified in the file
20849 itself are wrong. Each section must be changed separately. The
20850 @code{info files} command, described below, lists all the sections and
20851 their addresses.
20852
20853 @kindex info files
20854 @kindex info target
20855 @item info files
20856 @itemx info target
20857 @code{info files} and @code{info target} are synonymous; both print the
20858 current target (@pxref{Targets, ,Specifying a Debugging Target}),
20859 including the names of the executable and core dump files currently in
20860 use by @value{GDBN}, and the files from which symbols were loaded. The
20861 command @code{help target} lists all possible targets rather than
20862 current ones.
20863
20864 @kindex maint info sections
20865 @item maint info sections @r{[}-all-objects@r{]} @r{[}@var{filter-list}@r{]}
20866 Another command that can give you extra information about program sections
20867 is @code{maint info sections}. In addition to the section information
20868 displayed by @code{info files}, this command displays the flags and file
20869 offset of each section in the executable and core dump files.
20870
20871 When @samp{-all-objects} is passed then sections from all loaded object
20872 files, including shared libraries, are printed.
20873
20874 The optional @var{filter-list} is a space separated list of filter
20875 keywords. Sections that match any one of the filter criteria will be
20876 printed. There are two types of filter:
20877
20878 @table @code
20879 @item @var{section-name}
20880 Display information about any section named @var{section-name}.
20881 @item @var{section-flag}
20882 Display information for any section with @var{section-flag}. The
20883 section flags that @value{GDBN} currently knows about are:
20884 @table @code
20885 @item ALLOC
20886 Section will have space allocated in the process when loaded.
20887 Set for all sections except those containing debug information.
20888 @item LOAD
20889 Section will be loaded from the file into the child process memory.
20890 Set for pre-initialized code and data, clear for @code{.bss} sections.
20891 @item RELOC
20892 Section needs to be relocated before loading.
20893 @item READONLY
20894 Section cannot be modified by the child process.
20895 @item CODE
20896 Section contains executable code only.
20897 @item DATA
20898 Section contains data only (no executable code).
20899 @item ROM
20900 Section will reside in ROM.
20901 @item CONSTRUCTOR
20902 Section contains data for constructor/destructor lists.
20903 @item HAS_CONTENTS
20904 Section is not empty.
20905 @item NEVER_LOAD
20906 An instruction to the linker to not output the section.
20907 @item COFF_SHARED_LIBRARY
20908 A notification to the linker that the section contains
20909 COFF shared library information.
20910 @item IS_COMMON
20911 Section contains common symbols.
20912 @end table
20913 @end table
20914
20915 @kindex maint info target-sections
20916 @item maint info target-sections
20917 This command prints @value{GDBN}'s internal section table. For each
20918 target @value{GDBN} maintains a table containing the allocatable
20919 sections from all currently mapped objects, along with information
20920 about where the section is mapped.
20921
20922 @kindex set trust-readonly-sections
20923 @cindex read-only sections
20924 @item set trust-readonly-sections on
20925 Tell @value{GDBN} that readonly sections in your object file
20926 really are read-only (i.e.@: that their contents will not change).
20927 In that case, @value{GDBN} can fetch values from these sections
20928 out of the object file, rather than from the target program.
20929 For some targets (notably embedded ones), this can be a significant
20930 enhancement to debugging performance.
20931
20932 The default is off.
20933
20934 @item set trust-readonly-sections off
20935 Tell @value{GDBN} not to trust readonly sections. This means that
20936 the contents of the section might change while the program is running,
20937 and must therefore be fetched from the target when needed.
20938
20939 @item show trust-readonly-sections
20940 Show the current setting of trusting readonly sections.
20941 @end table
20942
20943 All file-specifying commands allow both absolute and relative file names
20944 as arguments. @value{GDBN} always converts the file name to an absolute file
20945 name and remembers it that way.
20946
20947 @cindex shared libraries
20948 @anchor{Shared Libraries}
20949 @value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20950 Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20951 DSBT (TIC6X) shared libraries.
20952
20953 On MS-Windows @value{GDBN} must be linked with the Expat library to support
20954 shared libraries. @xref{Expat}.
20955
20956 @value{GDBN} automatically loads symbol definitions from shared libraries
20957 when you use the @code{run} command, or when you examine a core file.
20958 (Before you issue the @code{run} command, @value{GDBN} does not understand
20959 references to a function in a shared library, however---unless you are
20960 debugging a core file).
20961
20962 @c FIXME: some @value{GDBN} release may permit some refs to undef
20963 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20964 @c FIXME...lib; check this from time to time when updating manual
20965
20966 There are times, however, when you may wish to not automatically load
20967 symbol definitions from shared libraries, such as when they are
20968 particularly large or there are many of them.
20969
20970 To control the automatic loading of shared library symbols, use the
20971 commands:
20972
20973 @table @code
20974 @kindex set auto-solib-add
20975 @item set auto-solib-add @var{mode}
20976 If @var{mode} is @code{on}, symbols from all shared object libraries
20977 will be loaded automatically when the inferior begins execution, you
20978 attach to an independently started inferior, or when the dynamic linker
20979 informs @value{GDBN} that a new library has been loaded. If @var{mode}
20980 is @code{off}, symbols must be loaded manually, using the
20981 @code{sharedlibrary} command. The default value is @code{on}.
20982
20983 @cindex memory used for symbol tables
20984 If your program uses lots of shared libraries with debug info that
20985 takes large amounts of memory, you can decrease the @value{GDBN}
20986 memory footprint by preventing it from automatically loading the
20987 symbols from shared libraries. To that end, type @kbd{set
20988 auto-solib-add off} before running the inferior, then load each
20989 library whose debug symbols you do need with @kbd{sharedlibrary
20990 @var{regexp}}, where @var{regexp} is a regular expression that matches
20991 the libraries whose symbols you want to be loaded.
20992
20993 @kindex show auto-solib-add
20994 @item show auto-solib-add
20995 Display the current autoloading mode.
20996 @end table
20997
20998 @cindex load shared library
20999 To explicitly load shared library symbols, use the @code{sharedlibrary}
21000 command:
21001
21002 @table @code
21003 @kindex info sharedlibrary
21004 @kindex info share
21005 @item info share @var{regex}
21006 @itemx info sharedlibrary @var{regex}
21007 Print the names of the shared libraries which are currently loaded
21008 that match @var{regex}. If @var{regex} is omitted then print
21009 all shared libraries that are loaded.
21010
21011 @kindex info dll
21012 @item info dll @var{regex}
21013 This is an alias of @code{info sharedlibrary}.
21014
21015 @kindex sharedlibrary
21016 @kindex share
21017 @item sharedlibrary @var{regex}
21018 @itemx share @var{regex}
21019 Load shared object library symbols for files matching a
21020 Unix regular expression.
21021 As with files loaded automatically, it only loads shared libraries
21022 required by your program for a core file or after typing @code{run}. If
21023 @var{regex} is omitted all shared libraries required by your program are
21024 loaded.
21025
21026 @item nosharedlibrary
21027 @kindex nosharedlibrary
21028 @cindex unload symbols from shared libraries
21029 Unload all shared object library symbols. This discards all symbols
21030 that have been loaded from all shared libraries. Symbols from shared
21031 libraries that were loaded by explicit user requests are not
21032 discarded.
21033 @end table
21034
21035 Sometimes you may wish that @value{GDBN} stops and gives you control
21036 when any of shared library events happen. The best way to do this is
21037 to use @code{catch load} and @code{catch unload} (@pxref{Set
21038 Catchpoints}).
21039
21040 @value{GDBN} also supports the @code{set stop-on-solib-events}
21041 command for this. This command exists for historical reasons. It is
21042 less useful than setting a catchpoint, because it does not allow for
21043 conditions or commands as a catchpoint does.
21044
21045 @table @code
21046 @item set stop-on-solib-events
21047 @kindex set stop-on-solib-events
21048 This command controls whether @value{GDBN} should give you control
21049 when the dynamic linker notifies it about some shared library event.
21050 The most common event of interest is loading or unloading of a new
21051 shared library.
21052
21053 @item show stop-on-solib-events
21054 @kindex show stop-on-solib-events
21055 Show whether @value{GDBN} stops and gives you control when shared
21056 library events happen.
21057 @end table
21058
21059 Shared libraries are also supported in many cross or remote debugging
21060 configurations. @value{GDBN} needs to have access to the target's libraries;
21061 this can be accomplished either by providing copies of the libraries
21062 on the host system, or by asking @value{GDBN} to automatically retrieve the
21063 libraries from the target. If copies of the target libraries are
21064 provided, they need to be the same as the target libraries, although the
21065 copies on the target can be stripped as long as the copies on the host are
21066 not.
21067
21068 @cindex where to look for shared libraries
21069 For remote debugging, you need to tell @value{GDBN} where the target
21070 libraries are, so that it can load the correct copies---otherwise, it
21071 may try to load the host's libraries. @value{GDBN} has two variables
21072 to specify the search directories for target libraries.
21073
21074 @table @code
21075 @cindex prefix for executable and shared library file names
21076 @cindex system root, alternate
21077 @kindex set solib-absolute-prefix
21078 @kindex set sysroot
21079 @item set sysroot @var{path}
21080 Use @var{path} as the system root for the program being debugged. Any
21081 absolute shared library paths will be prefixed with @var{path}; many
21082 runtime loaders store the absolute paths to the shared library in the
21083 target program's memory. When starting processes remotely, and when
21084 attaching to already-running processes (local or remote), their
21085 executable filenames will be prefixed with @var{path} if reported to
21086 @value{GDBN} as absolute by the operating system. If you use
21087 @code{set sysroot} to find executables and shared libraries, they need
21088 to be laid out in the same way that they are on the target, with
21089 e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
21090 @var{path}.
21091
21092 If @var{path} starts with the sequence @file{target:} and the target
21093 system is remote then @value{GDBN} will retrieve the target binaries
21094 from the remote system. This is only supported when using a remote
21095 target that supports the @code{remote get} command (@pxref{File
21096 Transfer,,Sending files to a remote system}). The part of @var{path}
21097 following the initial @file{target:} (if present) is used as system
21098 root prefix on the remote file system. If @var{path} starts with the
21099 sequence @file{remote:} this is converted to the sequence
21100 @file{target:} by @code{set sysroot}@footnote{Historically the
21101 functionality to retrieve binaries from the remote system was
21102 provided by prefixing @var{path} with @file{remote:}}. If you want
21103 to specify a local system root using a directory that happens to be
21104 named @file{target:} or @file{remote:}, you need to use some
21105 equivalent variant of the name like @file{./target:}.
21106
21107 For targets with an MS-DOS based filesystem, such as MS-Windows,
21108 @value{GDBN} tries prefixing a few variants of the target
21109 absolute file name with @var{path}. But first, on Unix hosts,
21110 @value{GDBN} converts all backslash directory separators into forward
21111 slashes, because the backslash is not a directory separator on Unix:
21112
21113 @smallexample
21114 c:\foo\bar.dll @result{} c:/foo/bar.dll
21115 @end smallexample
21116
21117 Then, @value{GDBN} attempts prefixing the target file name with
21118 @var{path}, and looks for the resulting file name in the host file
21119 system:
21120
21121 @smallexample
21122 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
21123 @end smallexample
21124
21125 If that does not find the binary, @value{GDBN} tries removing
21126 the @samp{:} character from the drive spec, both for convenience, and,
21127 for the case of the host file system not supporting file names with
21128 colons:
21129
21130 @smallexample
21131 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
21132 @end smallexample
21133
21134 This makes it possible to have a system root that mirrors a target
21135 with more than one drive. E.g., you may want to setup your local
21136 copies of the target system shared libraries like so (note @samp{c} vs
21137 @samp{z}):
21138
21139 @smallexample
21140 @file{/path/to/sysroot/c/sys/bin/foo.dll}
21141 @file{/path/to/sysroot/c/sys/bin/bar.dll}
21142 @file{/path/to/sysroot/z/sys/bin/bar.dll}
21143 @end smallexample
21144
21145 @noindent
21146 and point the system root at @file{/path/to/sysroot}, so that
21147 @value{GDBN} can find the correct copies of both
21148 @file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
21149
21150 If that still does not find the binary, @value{GDBN} tries
21151 removing the whole drive spec from the target file name:
21152
21153 @smallexample
21154 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
21155 @end smallexample
21156
21157 This last lookup makes it possible to not care about the drive name,
21158 if you don't want or need to.
21159
21160 The @code{set solib-absolute-prefix} command is an alias for @code{set
21161 sysroot}.
21162
21163 @cindex default system root
21164 @cindex @samp{--with-sysroot}
21165 You can set the default system root by using the configure-time
21166 @samp{--with-sysroot} option. If the system root is inside
21167 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21168 @samp{--exec-prefix}), then the default system root will be updated
21169 automatically if the installed @value{GDBN} is moved to a new
21170 location.
21171
21172 @kindex show sysroot
21173 @item show sysroot
21174 Display the current executable and shared library prefix.
21175
21176 @kindex set solib-search-path
21177 @item set solib-search-path @var{path}
21178 If this variable is set, @var{path} is a colon-separated list of
21179 directories to search for shared libraries. @samp{solib-search-path}
21180 is used after @samp{sysroot} fails to locate the library, or if the
21181 path to the library is relative instead of absolute. If you want to
21182 use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
21183 @samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
21184 finding your host's libraries. @samp{sysroot} is preferred; setting
21185 it to a nonexistent directory may interfere with automatic loading
21186 of shared library symbols.
21187
21188 @kindex show solib-search-path
21189 @item show solib-search-path
21190 Display the current shared library search path.
21191
21192 @cindex DOS file-name semantics of file names.
21193 @kindex set target-file-system-kind (unix|dos-based|auto)
21194 @kindex show target-file-system-kind
21195 @item set target-file-system-kind @var{kind}
21196 Set assumed file system kind for target reported file names.
21197
21198 Shared library file names as reported by the target system may not
21199 make sense as is on the system @value{GDBN} is running on. For
21200 example, when remote debugging a target that has MS-DOS based file
21201 system semantics, from a Unix host, the target may be reporting to
21202 @value{GDBN} a list of loaded shared libraries with file names such as
21203 @file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
21204 drive letters, so the @samp{c:\} prefix is not normally understood as
21205 indicating an absolute file name, and neither is the backslash
21206 normally considered a directory separator character. In that case,
21207 the native file system would interpret this whole absolute file name
21208 as a relative file name with no directory components. This would make
21209 it impossible to point @value{GDBN} at a copy of the remote target's
21210 shared libraries on the host using @code{set sysroot}, and impractical
21211 with @code{set solib-search-path}. Setting
21212 @code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
21213 to interpret such file names similarly to how the target would, and to
21214 map them to file names valid on @value{GDBN}'s native file system
21215 semantics. The value of @var{kind} can be @code{"auto"}, in addition
21216 to one of the supported file system kinds. In that case, @value{GDBN}
21217 tries to determine the appropriate file system variant based on the
21218 current target's operating system (@pxref{ABI, ,Configuring the
21219 Current ABI}). The supported file system settings are:
21220
21221 @table @code
21222 @item unix
21223 Instruct @value{GDBN} to assume the target file system is of Unix
21224 kind. Only file names starting the forward slash (@samp{/}) character
21225 are considered absolute, and the directory separator character is also
21226 the forward slash.
21227
21228 @item dos-based
21229 Instruct @value{GDBN} to assume the target file system is DOS based.
21230 File names starting with either a forward slash, or a drive letter
21231 followed by a colon (e.g., @samp{c:}), are considered absolute, and
21232 both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
21233 considered directory separators.
21234
21235 @item auto
21236 Instruct @value{GDBN} to use the file system kind associated with the
21237 target operating system (@pxref{ABI, ,Configuring the Current ABI}).
21238 This is the default.
21239 @end table
21240 @end table
21241
21242 @cindex file name canonicalization
21243 @cindex base name differences
21244 When processing file names provided by the user, @value{GDBN}
21245 frequently needs to compare them to the file names recorded in the
21246 program's debug info. Normally, @value{GDBN} compares just the
21247 @dfn{base names} of the files as strings, which is reasonably fast
21248 even for very large programs. (The base name of a file is the last
21249 portion of its name, after stripping all the leading directories.)
21250 This shortcut in comparison is based upon the assumption that files
21251 cannot have more than one base name. This is usually true, but
21252 references to files that use symlinks or similar filesystem
21253 facilities violate that assumption. If your program records files
21254 using such facilities, or if you provide file names to @value{GDBN}
21255 using symlinks etc., you can set @code{basenames-may-differ} to
21256 @code{true} to instruct @value{GDBN} to completely canonicalize each
21257 pair of file names it needs to compare. This will make file-name
21258 comparisons accurate, but at a price of a significant slowdown.
21259
21260 @table @code
21261 @item set basenames-may-differ
21262 @kindex set basenames-may-differ
21263 Set whether a source file may have multiple base names.
21264
21265 @item show basenames-may-differ
21266 @kindex show basenames-may-differ
21267 Show whether a source file may have multiple base names.
21268 @end table
21269
21270 @node File Caching
21271 @section File Caching
21272 @cindex caching of opened files
21273 @cindex caching of bfd objects
21274
21275 To speed up file loading, and reduce memory usage, @value{GDBN} will
21276 reuse the @code{bfd} objects used to track open files. @xref{Top, ,
21277 BFD, bfd, The Binary File Descriptor Library}. The following commands
21278 allow visibility and control of the caching behavior.
21279
21280 @table @code
21281 @kindex maint info bfds
21282 @item maint info bfds
21283 This prints information about each @code{bfd} object that is known to
21284 @value{GDBN}.
21285
21286 @kindex maint set bfd-sharing
21287 @kindex maint show bfd-sharing
21288 @kindex bfd caching
21289 @item maint set bfd-sharing
21290 @item maint show bfd-sharing
21291 Control whether @code{bfd} objects can be shared. When sharing is
21292 enabled @value{GDBN} reuses already open @code{bfd} objects rather
21293 than reopening the same file. Turning sharing off does not cause
21294 already shared @code{bfd} objects to be unshared, but all future files
21295 that are opened will create a new @code{bfd} object. Similarly,
21296 re-enabling sharing does not cause multiple existing @code{bfd}
21297 objects to be collapsed into a single shared @code{bfd} object.
21298
21299 @kindex set debug bfd-cache @var{level}
21300 @kindex bfd caching
21301 @item set debug bfd-cache @var{level}
21302 Turns on debugging of the bfd cache, setting the level to @var{level}.
21303
21304 @kindex show debug bfd-cache
21305 @kindex bfd caching
21306 @item show debug bfd-cache
21307 Show the current debugging level of the bfd cache.
21308 @end table
21309
21310 @node Separate Debug Files
21311 @section Debugging Information in Separate Files
21312 @cindex separate debugging information files
21313 @cindex debugging information in separate files
21314 @cindex @file{.debug} subdirectories
21315 @cindex debugging information directory, global
21316 @cindex global debugging information directories
21317 @cindex build ID, and separate debugging files
21318 @cindex @file{.build-id} directory
21319
21320 @value{GDBN} allows you to put a program's debugging information in a
21321 file separate from the executable itself, in a way that allows
21322 @value{GDBN} to find and load the debugging information automatically.
21323 Since debugging information can be very large---sometimes larger
21324 than the executable code itself---some systems distribute debugging
21325 information for their executables in separate files, which users can
21326 install only when they need to debug a problem.
21327
21328 @value{GDBN} supports two ways of specifying the separate debug info
21329 file:
21330
21331 @itemize @bullet
21332 @item
21333 The executable contains a @dfn{debug link} that specifies the name of
21334 the separate debug info file. The separate debug file's name is
21335 usually @file{@var{executable}.debug}, where @var{executable} is the
21336 name of the corresponding executable file without leading directories
21337 (e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
21338 debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
21339 checksum for the debug file, which @value{GDBN} uses to validate that
21340 the executable and the debug file came from the same build.
21341
21342 @item
21343 @anchor{build ID}
21344 The executable contains a @dfn{build ID}, a unique bit string that is
21345 also present in the corresponding debug info file. (This is supported
21346 only on some operating systems, when using the ELF or PE file formats
21347 for binary files and the @sc{gnu} Binutils.) For more details about
21348 this feature, see the description of the @option{--build-id}
21349 command-line option in @ref{Options, , Command Line Options, ld,
21350 The GNU Linker}. The debug info file's name is not specified
21351 explicitly by the build ID, but can be computed from the build ID, see
21352 below.
21353 @end itemize
21354
21355 Depending on the way the debug info file is specified, @value{GDBN}
21356 uses two different methods of looking for the debug file:
21357
21358 @itemize @bullet
21359 @item
21360 For the ``debug link'' method, @value{GDBN} looks up the named file in
21361 the directory of the executable file, then in a subdirectory of that
21362 directory named @file{.debug}, and finally under each one of the
21363 global debug directories, in a subdirectory whose name is identical to
21364 the leading directories of the executable's absolute file name. (On
21365 MS-Windows/MS-DOS, the drive letter of the executable's leading
21366 directories is converted to a one-letter subdirectory, i.e.@:
21367 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
21368 filesystems disallow colons in file names.)
21369
21370 @item
21371 For the ``build ID'' method, @value{GDBN} looks in the
21372 @file{.build-id} subdirectory of each one of the global debug directories for
21373 a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
21374 first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
21375 are the rest of the bit string. (Real build ID strings are 32 or more
21376 hex characters, not 10.)
21377 @end itemize
21378
21379 So, for example, suppose you ask @value{GDBN} to debug
21380 @file{/usr/bin/ls}, which has a debug link that specifies the
21381 file @file{ls.debug}, and a build ID whose value in hex is
21382 @code{abcdef1234}. If the list of the global debug directories includes
21383 @file{/usr/lib/debug}, then @value{GDBN} will look for the following
21384 debug information files, in the indicated order:
21385
21386 @itemize @minus
21387 @item
21388 @file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
21389 @item
21390 @file{/usr/bin/ls.debug}
21391 @item
21392 @file{/usr/bin/.debug/ls.debug}
21393 @item
21394 @file{/usr/lib/debug/usr/bin/ls.debug}.
21395 @end itemize
21396
21397 @anchor{debug-file-directory}
21398 Global debugging info directories default to what is set by @value{GDBN}
21399 configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21400 you can also set the global debugging info directories, and view the list
21401 @value{GDBN} is currently using.
21402
21403 @table @code
21404
21405 @kindex set debug-file-directory
21406 @item set debug-file-directory @var{directories}
21407 Set the directories which @value{GDBN} searches for separate debugging
21408 information files to @var{directory}. Multiple path components can be set
21409 concatenating them by a path separator.
21410
21411 @kindex show debug-file-directory
21412 @item show debug-file-directory
21413 Show the directories @value{GDBN} searches for separate debugging
21414 information files.
21415
21416 @end table
21417
21418 @cindex @code{.gnu_debuglink} sections
21419 @cindex debug link sections
21420 A debug link is a special section of the executable file named
21421 @code{.gnu_debuglink}. The section must contain:
21422
21423 @itemize
21424 @item
21425 A filename, with any leading directory components removed, followed by
21426 a zero byte,
21427 @item
21428 zero to three bytes of padding, as needed to reach the next four-byte
21429 boundary within the section, and
21430 @item
21431 a four-byte CRC checksum, stored in the same endianness used for the
21432 executable file itself. The checksum is computed on the debugging
21433 information file's full contents by the function given below, passing
21434 zero as the @var{crc} argument.
21435 @end itemize
21436
21437 Any executable file format can carry a debug link, as long as it can
21438 contain a section named @code{.gnu_debuglink} with the contents
21439 described above.
21440
21441 @cindex @code{.note.gnu.build-id} sections
21442 @cindex build ID sections
21443 The build ID is a special section in the executable file (and in other
21444 ELF binary files that @value{GDBN} may consider). This section is
21445 often named @code{.note.gnu.build-id}, but that name is not mandatory.
21446 It contains unique identification for the built files---the ID remains
21447 the same across multiple builds of the same build tree. The default
21448 algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21449 content for the build ID string. The same section with an identical
21450 value is present in the original built binary with symbols, in its
21451 stripped variant, and in the separate debugging information file.
21452
21453 The debugging information file itself should be an ordinary
21454 executable, containing a full set of linker symbols, sections, and
21455 debugging information. The sections of the debugging information file
21456 should have the same names, addresses, and sizes as the original file,
21457 but they need not contain any data---much like a @code{.bss} section
21458 in an ordinary executable.
21459
21460 The @sc{gnu} binary utilities (Binutils) package includes the
21461 @samp{objcopy} utility that can produce
21462 the separated executable / debugging information file pairs using the
21463 following commands:
21464
21465 @smallexample
21466 @kbd{objcopy --only-keep-debug foo foo.debug}
21467 @kbd{strip -g foo}
21468 @end smallexample
21469
21470 @noindent
21471 These commands remove the debugging
21472 information from the executable file @file{foo} and place it in the file
21473 @file{foo.debug}. You can use the first, second or both methods to link the
21474 two files:
21475
21476 @itemize @bullet
21477 @item
21478 The debug link method needs the following additional command to also leave
21479 behind a debug link in @file{foo}:
21480
21481 @smallexample
21482 @kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21483 @end smallexample
21484
21485 Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
21486 a version of the @code{strip} command such that the command @kbd{strip foo -f
21487 foo.debug} has the same functionality as the two @code{objcopy} commands and
21488 the @code{ln -s} command above, together.
21489
21490 @item
21491 Build ID gets embedded into the main executable using @code{ld --build-id} or
21492 the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21493 compatibility fixes for debug files separation are present in @sc{gnu} binary
21494 utilities (Binutils) package since version 2.18.
21495 @end itemize
21496
21497 @noindent
21498
21499 @cindex CRC algorithm definition
21500 The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21501 IEEE 802.3 using the polynomial:
21502
21503 @c TexInfo requires naked braces for multi-digit exponents for Tex
21504 @c output, but this causes HTML output to barf. HTML has to be set using
21505 @c raw commands. So we end up having to specify this equation in 2
21506 @c different ways!
21507 @ifhtml
21508 @display
21509 @html
21510 <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>
21511 + <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
21512 @end html
21513 @end display
21514 @end ifhtml
21515 @ifnothtml
21516 @display
21517 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21518 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21519 @end display
21520 @end ifnothtml
21521
21522 The function is computed byte at a time, taking the least
21523 significant bit of each byte first. The initial pattern
21524 @code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21525 the final result is inverted to ensure trailing zeros also affect the
21526 CRC.
21527
21528 @emph{Note:} This is the same CRC polynomial as used in handling the
21529 @dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21530 However in the case of the Remote Serial Protocol, the CRC is computed
21531 @emph{most} significant bit first, and the result is not inverted, so
21532 trailing zeros have no effect on the CRC value.
21533
21534 To complete the description, we show below the code of the function
21535 which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21536 initially supplied @code{crc} argument means that an initial call to
21537 this function passing in zero will start computing the CRC using
21538 @code{0xffffffff}.
21539
21540 @kindex gnu_debuglink_crc32
21541 @smallexample
21542 unsigned long
21543 gnu_debuglink_crc32 (unsigned long crc,
21544 unsigned char *buf, size_t len)
21545 @{
21546 static const unsigned long crc32_table[256] =
21547 @{
21548 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21549 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21550 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21551 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21552 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21553 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21554 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21555 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21556 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21557 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21558 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21559 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21560 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21561 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21562 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21563 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21564 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21565 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21566 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21567 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21568 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21569 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21570 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21571 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21572 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21573 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21574 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21575 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21576 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21577 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21578 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21579 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21580 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21581 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21582 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21583 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21584 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21585 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21586 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21587 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21588 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21589 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21590 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21591 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21592 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21593 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21594 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21595 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21596 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21597 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21598 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21599 0x2d02ef8d
21600 @};
21601 unsigned char *end;
21602
21603 crc = ~crc & 0xffffffff;
21604 for (end = buf + len; buf < end; ++buf)
21605 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
21606 return ~crc & 0xffffffff;
21607 @}
21608 @end smallexample
21609
21610 @noindent
21611 This computation does not apply to the ``build ID'' method.
21612
21613 @node MiniDebugInfo
21614 @section Debugging information in a special section
21615 @cindex separate debug sections
21616 @cindex @samp{.gnu_debugdata} section
21617
21618 Some systems ship pre-built executables and libraries that have a
21619 special @samp{.gnu_debugdata} section. This feature is called
21620 @dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21621 is used to supply extra symbols for backtraces.
21622
21623 The intent of this section is to provide extra minimal debugging
21624 information for use in simple backtraces. It is not intended to be a
21625 replacement for full separate debugging information (@pxref{Separate
21626 Debug Files}). The example below shows the intended use; however,
21627 @value{GDBN} does not currently put restrictions on what sort of
21628 debugging information might be included in the section.
21629
21630 @value{GDBN} has support for this extension. If the section exists,
21631 then it is used provided that no other source of debugging information
21632 can be found, and that @value{GDBN} was configured with LZMA support.
21633
21634 This section can be easily created using @command{objcopy} and other
21635 standard utilities:
21636
21637 @smallexample
21638 # Extract the dynamic symbols from the main binary, there is no need
21639 # to also have these in the normal symbol table.
21640 nm -D @var{binary} --format=posix --defined-only \
21641 | awk '@{ print $1 @}' | sort > dynsyms
21642
21643 # Extract all the text (i.e. function) symbols from the debuginfo.
21644 # (Note that we actually also accept "D" symbols, for the benefit
21645 # of platforms like PowerPC64 that use function descriptors.)
21646 nm @var{binary} --format=posix --defined-only \
21647 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
21648 | sort > funcsyms
21649
21650 # Keep all the function symbols not already in the dynamic symbol
21651 # table.
21652 comm -13 dynsyms funcsyms > keep_symbols
21653
21654 # Separate full debug info into debug binary.
21655 objcopy --only-keep-debug @var{binary} debug
21656
21657 # Copy the full debuginfo, keeping only a minimal set of symbols and
21658 # removing some unnecessary sections.
21659 objcopy -S --remove-section .gdb_index --remove-section .comment \
21660 --keep-symbols=keep_symbols debug mini_debuginfo
21661
21662 # Drop the full debug info from the original binary.
21663 strip --strip-all -R .comment @var{binary}
21664
21665 # Inject the compressed data into the .gnu_debugdata section of the
21666 # original binary.
21667 xz mini_debuginfo
21668 objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21669 @end smallexample
21670
21671 @node Index Files
21672 @section Index Files Speed Up @value{GDBN}
21673 @cindex index files
21674 @cindex @samp{.gdb_index} section
21675
21676 When @value{GDBN} finds a symbol file, it scans the symbols in the
21677 file in order to construct an internal symbol table. This lets most
21678 @value{GDBN} operations work quickly---at the cost of a delay early
21679 on. For large programs, this delay can be quite lengthy, so
21680 @value{GDBN} provides a way to build an index, which speeds up
21681 startup.
21682
21683 For convenience, @value{GDBN} comes with a program,
21684 @command{gdb-add-index}, which can be used to add the index to a
21685 symbol file. It takes the symbol file as its only argument:
21686
21687 @smallexample
21688 $ gdb-add-index symfile
21689 @end smallexample
21690
21691 @xref{gdb-add-index}.
21692
21693 It is also possible to do the work manually. Here is what
21694 @command{gdb-add-index} does behind the curtains.
21695
21696 The index is stored as a section in the symbol file. @value{GDBN} can
21697 write the index to a file, then you can put it into the symbol file
21698 using @command{objcopy}.
21699
21700 To create an index file, use the @code{save gdb-index} command:
21701
21702 @table @code
21703 @item save gdb-index [-dwarf-5] @var{directory}
21704 @kindex save gdb-index
21705 Create index files for all symbol files currently known by
21706 @value{GDBN}. For each known @var{symbol-file}, this command by
21707 default creates it produces a single file
21708 @file{@var{symbol-file}.gdb-index}. If you invoke this command with
21709 the @option{-dwarf-5} option, it produces 2 files:
21710 @file{@var{symbol-file}.debug_names} and
21711 @file{@var{symbol-file}.debug_str}. The files are created in the
21712 given @var{directory}.
21713 @end table
21714
21715 Once you have created an index file you can merge it into your symbol
21716 file, here named @file{symfile}, using @command{objcopy}:
21717
21718 @smallexample
21719 $ objcopy --add-section .gdb_index=symfile.gdb-index \
21720 --set-section-flags .gdb_index=readonly symfile symfile
21721 @end smallexample
21722
21723 Or for @code{-dwarf-5}:
21724
21725 @smallexample
21726 $ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21727 $ cat symfile.debug_str >>symfile.debug_str.new
21728 $ objcopy --add-section .debug_names=symfile.gdb-index \
21729 --set-section-flags .debug_names=readonly \
21730 --update-section .debug_str=symfile.debug_str.new symfile symfile
21731 @end smallexample
21732
21733 @value{GDBN} will normally ignore older versions of @file{.gdb_index}
21734 sections that have been deprecated. Usually they are deprecated because
21735 they are missing a new feature or have performance issues.
21736 To tell @value{GDBN} to use a deprecated index section anyway
21737 specify @code{set use-deprecated-index-sections on}.
21738 The default is @code{off}.
21739 This can speed up startup, but may result in some functionality being lost.
21740 @xref{Index Section Format}.
21741
21742 @emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21743 must be done before gdb reads the file. The following will not work:
21744
21745 @smallexample
21746 $ gdb -ex "set use-deprecated-index-sections on" <program>
21747 @end smallexample
21748
21749 Instead you must do, for example,
21750
21751 @smallexample
21752 $ gdb -iex "set use-deprecated-index-sections on" <program>
21753 @end smallexample
21754
21755 Indices only work when using DWARF debugging information, not stabs.
21756
21757 @subsection Automatic symbol index cache
21758
21759 @cindex automatic symbol index cache
21760 It is possible for @value{GDBN} to automatically save a copy of this index in a
21761 cache on disk and retrieve it from there when loading the same binary in the
21762 future. This feature can be turned on with @kbd{set index-cache on}. The
21763 following commands can be used to tweak the behavior of the index cache.
21764
21765 @table @code
21766
21767 @kindex set index-cache
21768 @item set index-cache on
21769 @itemx set index-cache off
21770 Enable or disable the use of the symbol index cache.
21771
21772 @item set index-cache directory @var{directory}
21773 @kindex show index-cache
21774 @itemx show index-cache directory
21775 Set/show the directory where index files will be saved.
21776
21777 The default value for this directory depends on the host platform. On
21778 most systems, the index is cached in the @file{gdb} subdirectory of
21779 the directory pointed to by the @env{XDG_CACHE_HOME} environment
21780 variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21781 of your home directory. However, on some systems, the default may
21782 differ according to local convention.
21783
21784 There is no limit on the disk space used by index cache. It is perfectly safe
21785 to delete the content of that directory to free up disk space.
21786
21787 @item show index-cache stats
21788 Print the number of cache hits and misses since the launch of @value{GDBN}.
21789
21790 @end table
21791
21792 @node Symbol Errors
21793 @section Errors Reading Symbol Files
21794
21795 While reading a symbol file, @value{GDBN} occasionally encounters problems,
21796 such as symbol types it does not recognize, or known bugs in compiler
21797 output. By default, @value{GDBN} does not notify you of such problems, since
21798 they are relatively common and primarily of interest to people
21799 debugging compilers. If you are interested in seeing information
21800 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21801 only one message about each such type of problem, no matter how many
21802 times the problem occurs; or you can ask @value{GDBN} to print more messages,
21803 to see how many times the problems occur, with the @code{set
21804 complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21805 Messages}).
21806
21807 The messages currently printed, and their meanings, include:
21808
21809 @table @code
21810 @item inner block not inside outer block in @var{symbol}
21811
21812 The symbol information shows where symbol scopes begin and end
21813 (such as at the start of a function or a block of statements). This
21814 error indicates that an inner scope block is not fully contained
21815 in its outer scope blocks.
21816
21817 @value{GDBN} circumvents the problem by treating the inner block as if it had
21818 the same scope as the outer block. In the error message, @var{symbol}
21819 may be shown as ``@code{(don't know)}'' if the outer block is not a
21820 function.
21821
21822 @item block at @var{address} out of order
21823
21824 The symbol information for symbol scope blocks should occur in
21825 order of increasing addresses. This error indicates that it does not
21826 do so.
21827
21828 @value{GDBN} does not circumvent this problem, and has trouble
21829 locating symbols in the source file whose symbols it is reading. (You
21830 can often determine what source file is affected by specifying
21831 @code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21832 Messages}.)
21833
21834 @item bad block start address patched
21835
21836 The symbol information for a symbol scope block has a start address
21837 smaller than the address of the preceding source line. This is known
21838 to occur in the SunOS 4.1.1 (and earlier) C compiler.
21839
21840 @value{GDBN} circumvents the problem by treating the symbol scope block as
21841 starting on the previous source line.
21842
21843 @item bad string table offset in symbol @var{n}
21844
21845 @cindex foo
21846 Symbol number @var{n} contains a pointer into the string table which is
21847 larger than the size of the string table.
21848
21849 @value{GDBN} circumvents the problem by considering the symbol to have the
21850 name @code{foo}, which may cause other problems if many symbols end up
21851 with this name.
21852
21853 @item unknown symbol type @code{0x@var{nn}}
21854
21855 The symbol information contains new data types that @value{GDBN} does
21856 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
21857 uncomprehended information, in hexadecimal.
21858
21859 @value{GDBN} circumvents the error by ignoring this symbol information.
21860 This usually allows you to debug your program, though certain symbols
21861 are not accessible. If you encounter such a problem and feel like
21862 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21863 on @code{complain}, then go up to the function @code{read_dbx_symtab}
21864 and examine @code{*bufp} to see the symbol.
21865
21866 @item stub type has NULL name
21867
21868 @value{GDBN} could not find the full definition for a struct or class.
21869
21870 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
21871 The symbol information for a C@t{++} member function is missing some
21872 information that recent versions of the compiler should have output for
21873 it.
21874
21875 @item info mismatch between compiler and debugger
21876
21877 @value{GDBN} could not parse a type specification output by the compiler.
21878
21879 @end table
21880
21881 @node Data Files
21882 @section GDB Data Files
21883
21884 @cindex prefix for data files
21885 @value{GDBN} will sometimes read an auxiliary data file. These files
21886 are kept in a directory known as the @dfn{data directory}.
21887
21888 You can set the data directory's name, and view the name @value{GDBN}
21889 is currently using.
21890
21891 @table @code
21892 @kindex set data-directory
21893 @item set data-directory @var{directory}
21894 Set the directory which @value{GDBN} searches for auxiliary data files
21895 to @var{directory}.
21896
21897 @kindex show data-directory
21898 @item show data-directory
21899 Show the directory @value{GDBN} searches for auxiliary data files.
21900 @end table
21901
21902 @cindex default data directory
21903 @cindex @samp{--with-gdb-datadir}
21904 You can set the default data directory by using the configure-time
21905 @samp{--with-gdb-datadir} option. If the data directory is inside
21906 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21907 @samp{--exec-prefix}), then the default data directory will be updated
21908 automatically if the installed @value{GDBN} is moved to a new
21909 location.
21910
21911 The data directory may also be specified with the
21912 @code{--data-directory} command line option.
21913 @xref{Mode Options}.
21914
21915 @node Targets
21916 @chapter Specifying a Debugging Target
21917
21918 @cindex debugging target
21919 A @dfn{target} is the execution environment occupied by your program.
21920
21921 Often, @value{GDBN} runs in the same host environment as your program;
21922 in that case, the debugging target is specified as a side effect when
21923 you use the @code{file} or @code{core} commands. When you need more
21924 flexibility---for example, running @value{GDBN} on a physically separate
21925 host, or controlling a standalone system over a serial port or a
21926 realtime system over a TCP/IP connection---you can use the @code{target}
21927 command to specify one of the target types configured for @value{GDBN}
21928 (@pxref{Target Commands, ,Commands for Managing Targets}).
21929
21930 @cindex target architecture
21931 It is possible to build @value{GDBN} for several different @dfn{target
21932 architectures}. When @value{GDBN} is built like that, you can choose
21933 one of the available architectures with the @kbd{set architecture}
21934 command.
21935
21936 @table @code
21937 @kindex set architecture
21938 @kindex show architecture
21939 @item set architecture @var{arch}
21940 This command sets the current target architecture to @var{arch}. The
21941 value of @var{arch} can be @code{"auto"}, in addition to one of the
21942 supported architectures.
21943
21944 @item show architecture
21945 Show the current target architecture.
21946
21947 @item set processor
21948 @itemx processor
21949 @kindex set processor
21950 @kindex show processor
21951 These are alias commands for, respectively, @code{set architecture}
21952 and @code{show architecture}.
21953 @end table
21954
21955 @menu
21956 * Active Targets:: Active targets
21957 * Target Commands:: Commands for managing targets
21958 * Byte Order:: Choosing target byte order
21959 @end menu
21960
21961 @node Active Targets
21962 @section Active Targets
21963
21964 @cindex stacking targets
21965 @cindex active targets
21966 @cindex multiple targets
21967
21968 There are multiple classes of targets such as: processes, executable files or
21969 recording sessions. Core files belong to the process class, making core file
21970 and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21971 on multiple active targets, one in each class. This allows you to (for
21972 example) start a process and inspect its activity, while still having access to
21973 the executable file after the process finishes. Or if you start process
21974 recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21975 presented a virtual layer of the recording target, while the process target
21976 remains stopped at the chronologically last point of the process execution.
21977
21978 Use the @code{core-file} and @code{exec-file} commands to select a new core
21979 file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21980 specify as a target a process that is already running, use the @code{attach}
21981 command (@pxref{Attach, ,Debugging an Already-running Process}).
21982
21983 @node Target Commands
21984 @section Commands for Managing Targets
21985
21986 @table @code
21987 @item target @var{type} @var{parameters}
21988 Connects the @value{GDBN} host environment to a target machine or
21989 process. A target is typically a protocol for talking to debugging
21990 facilities. You use the argument @var{type} to specify the type or
21991 protocol of the target machine.
21992
21993 Further @var{parameters} are interpreted by the target protocol, but
21994 typically include things like device names or host names to connect
21995 with, process numbers, and baud rates.
21996
21997 The @code{target} command does not repeat if you press @key{RET} again
21998 after executing the command.
21999
22000 @kindex help target
22001 @item help target
22002 Displays the names of all targets available. To display targets
22003 currently selected, use either @code{info target} or @code{info files}
22004 (@pxref{Files, ,Commands to Specify Files}).
22005
22006 @item help target @var{name}
22007 Describe a particular target, including any parameters necessary to
22008 select it.
22009
22010 @kindex set gnutarget
22011 @item set gnutarget @var{args}
22012 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
22013 knows whether it is reading an @dfn{executable},
22014 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
22015 with the @code{set gnutarget} command. Unlike most @code{target} commands,
22016 with @code{gnutarget} the @code{target} refers to a program, not a machine.
22017
22018 @quotation
22019 @emph{Warning:} To specify a file format with @code{set gnutarget},
22020 you must know the actual BFD name.
22021 @end quotation
22022
22023 @noindent
22024 @xref{Files, , Commands to Specify Files}.
22025
22026 @kindex show gnutarget
22027 @item show gnutarget
22028 Use the @code{show gnutarget} command to display what file format
22029 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
22030 @value{GDBN} will determine the file format for each file automatically,
22031 and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
22032 @end table
22033
22034 @cindex common targets
22035 Here are some common targets (available, or not, depending on the GDB
22036 configuration):
22037
22038 @table @code
22039 @kindex target
22040 @item target exec @var{program}
22041 @cindex executable file target
22042 An executable file. @samp{target exec @var{program}} is the same as
22043 @samp{exec-file @var{program}}.
22044
22045 @item target core @var{filename}
22046 @cindex core dump file target
22047 A core dump file. @samp{target core @var{filename}} is the same as
22048 @samp{core-file @var{filename}}.
22049
22050 @item target remote @var{medium}
22051 @cindex remote target
22052 A remote system connected to @value{GDBN} via a serial line or network
22053 connection. This command tells @value{GDBN} to use its own remote
22054 protocol over @var{medium} for debugging. @xref{Remote Debugging}.
22055
22056 For example, if you have a board connected to @file{/dev/ttya} on the
22057 machine running @value{GDBN}, you could say:
22058
22059 @smallexample
22060 target remote /dev/ttya
22061 @end smallexample
22062
22063 @code{target remote} supports the @code{load} command. This is only
22064 useful if you have some other way of getting the stub to the target
22065 system, and you can put it somewhere in memory where it won't get
22066 clobbered by the download.
22067
22068 @item target sim @r{[}@var{simargs}@r{]} @dots{}
22069 @cindex built-in simulator target
22070 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
22071 In general,
22072 @smallexample
22073 target sim
22074 load
22075 run
22076 @end smallexample
22077 @noindent
22078 works; however, you cannot assume that a specific memory map, device
22079 drivers, or even basic I/O is available, although some simulators do
22080 provide these. For info about any processor-specific simulator details,
22081 see the appropriate section in @ref{Embedded Processors, ,Embedded
22082 Processors}.
22083
22084 @item target native
22085 @cindex native target
22086 Setup for local/native process debugging. Useful to make the
22087 @code{run} command spawn native processes (likewise @code{attach},
22088 etc.@:) even when @code{set auto-connect-native-target} is @code{off}
22089 (@pxref{set auto-connect-native-target}).
22090
22091 @end table
22092
22093 Different targets are available on different configurations of @value{GDBN};
22094 your configuration may have more or fewer targets.
22095
22096 Many remote targets require you to download the executable's code once
22097 you've successfully established a connection. You may wish to control
22098 various aspects of this process.
22099
22100 @table @code
22101
22102 @item set hash
22103 @kindex set hash@r{, for remote monitors}
22104 @cindex hash mark while downloading
22105 This command controls whether a hash mark @samp{#} is displayed while
22106 downloading a file to the remote monitor. If on, a hash mark is
22107 displayed after each S-record is successfully downloaded to the
22108 monitor.
22109
22110 @item show hash
22111 @kindex show hash@r{, for remote monitors}
22112 Show the current status of displaying the hash mark.
22113
22114 @item set debug monitor
22115 @kindex set debug monitor
22116 @cindex display remote monitor communications
22117 Enable or disable display of communications messages between
22118 @value{GDBN} and the remote monitor.
22119
22120 @item show debug monitor
22121 @kindex show debug monitor
22122 Show the current status of displaying communications between
22123 @value{GDBN} and the remote monitor.
22124 @end table
22125
22126 @table @code
22127
22128 @kindex load @var{filename} @var{offset}
22129 @item load @var{filename} @var{offset}
22130 @anchor{load}
22131 Depending on what remote debugging facilities are configured into
22132 @value{GDBN}, the @code{load} command may be available. Where it exists, it
22133 is meant to make @var{filename} (an executable) available for debugging
22134 on the remote system---by downloading, or dynamic linking, for example.
22135 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
22136 the @code{add-symbol-file} command.
22137
22138 If your @value{GDBN} does not have a @code{load} command, attempting to
22139 execute it gets the error message ``@code{You can't do that when your
22140 target is @dots{}}''
22141
22142 The file is loaded at whatever address is specified in the executable.
22143 For some object file formats, you can specify the load address when you
22144 link the program; for other formats, like a.out, the object file format
22145 specifies a fixed address.
22146 @c FIXME! This would be a good place for an xref to the GNU linker doc.
22147
22148 It is also possible to tell @value{GDBN} to load the executable file at a
22149 specific offset described by the optional argument @var{offset}. When
22150 @var{offset} is provided, @var{filename} must also be provided.
22151
22152 Depending on the remote side capabilities, @value{GDBN} may be able to
22153 load programs into flash memory.
22154
22155 @code{load} does not repeat if you press @key{RET} again after using it.
22156 @end table
22157
22158 @table @code
22159
22160 @kindex flash-erase
22161 @item flash-erase
22162 @anchor{flash-erase}
22163
22164 Erases all known flash memory regions on the target.
22165
22166 @end table
22167
22168 @node Byte Order
22169 @section Choosing Target Byte Order
22170
22171 @cindex choosing target byte order
22172 @cindex target byte order
22173
22174 Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
22175 offer the ability to run either big-endian or little-endian byte
22176 orders. Usually the executable or symbol will include a bit to
22177 designate the endian-ness, and you will not need to worry about
22178 which to use. However, you may still find it useful to adjust
22179 @value{GDBN}'s idea of processor endian-ness manually.
22180
22181 @table @code
22182 @kindex set endian
22183 @item set endian big
22184 Instruct @value{GDBN} to assume the target is big-endian.
22185
22186 @item set endian little
22187 Instruct @value{GDBN} to assume the target is little-endian.
22188
22189 @item set endian auto
22190 Instruct @value{GDBN} to use the byte order associated with the
22191 executable.
22192
22193 @item show endian
22194 Display @value{GDBN}'s current idea of the target byte order.
22195
22196 @end table
22197
22198 If the @code{set endian auto} mode is in effect and no executable has
22199 been selected, then the endianness used is the last one chosen either
22200 by one of the @code{set endian big} and @code{set endian little}
22201 commands or by inferring from the last executable used. If no
22202 endianness has been previously chosen, then the default for this mode
22203 is inferred from the target @value{GDBN} has been built for, and is
22204 @code{little} if the name of the target CPU has an @code{el} suffix
22205 and @code{big} otherwise.
22206
22207 Note that these commands merely adjust interpretation of symbolic
22208 data on the host, and that they have absolutely no effect on the
22209 target system.
22210
22211
22212 @node Remote Debugging
22213 @chapter Debugging Remote Programs
22214 @cindex remote debugging
22215
22216 If you are trying to debug a program running on a machine that cannot run
22217 @value{GDBN} in the usual way, it is often useful to use remote debugging.
22218 For example, you might use remote debugging on an operating system kernel,
22219 or on a small system which does not have a general purpose operating system
22220 powerful enough to run a full-featured debugger.
22221
22222 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
22223 to make this work with particular debugging targets. In addition,
22224 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
22225 but not specific to any particular target system) which you can use if you
22226 write the remote stubs---the code that runs on the remote system to
22227 communicate with @value{GDBN}.
22228
22229 Other remote targets may be available in your
22230 configuration of @value{GDBN}; use @code{help target} to list them.
22231
22232 @menu
22233 * Connecting:: Connecting to a remote target
22234 * File Transfer:: Sending files to a remote system
22235 * Server:: Using the gdbserver program
22236 * Remote Configuration:: Remote configuration
22237 * Remote Stub:: Implementing a remote stub
22238 @end menu
22239
22240 @node Connecting
22241 @section Connecting to a Remote Target
22242 @cindex remote debugging, connecting
22243 @cindex @code{gdbserver}, connecting
22244 @cindex remote debugging, types of connections
22245 @cindex @code{gdbserver}, types of connections
22246 @cindex @code{gdbserver}, @code{target remote} mode
22247 @cindex @code{gdbserver}, @code{target extended-remote} mode
22248
22249 This section describes how to connect to a remote target, including the
22250 types of connections and their differences, how to set up executable and
22251 symbol files on the host and target, and the commands used for
22252 connecting to and disconnecting from the remote target.
22253
22254 @subsection Types of Remote Connections
22255
22256 @value{GDBN} supports two types of remote connections, @code{target remote}
22257 mode and @code{target extended-remote} mode. Note that many remote targets
22258 support only @code{target remote} mode. There are several major
22259 differences between the two types of connections, enumerated here:
22260
22261 @table @asis
22262
22263 @cindex remote debugging, detach and program exit
22264 @item Result of detach or program exit
22265 @strong{With target remote mode:} When the debugged program exits or you
22266 detach from it, @value{GDBN} disconnects from the target. When using
22267 @code{gdbserver}, @code{gdbserver} will exit.
22268
22269 @strong{With target extended-remote mode:} When the debugged program exits or
22270 you detach from it, @value{GDBN} remains connected to the target, even
22271 though no program is running. You can rerun the program, attach to a
22272 running program, or use @code{monitor} commands specific to the target.
22273
22274 When using @code{gdbserver} in this case, it does not exit unless it was
22275 invoked using the @option{--once} option. If the @option{--once} option
22276 was not used, you can ask @code{gdbserver} to exit using the
22277 @code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
22278
22279 @item Specifying the program to debug
22280 For both connection types you use the @code{file} command to specify the
22281 program on the host system. If you are using @code{gdbserver} there are
22282 some differences in how to specify the location of the program on the
22283 target.
22284
22285 @strong{With target remote mode:} You must either specify the program to debug
22286 on the @code{gdbserver} command line or use the @option{--attach} option
22287 (@pxref{Attaching to a program,,Attaching to a Running Program}).
22288
22289 @cindex @option{--multi}, @code{gdbserver} option
22290 @strong{With target extended-remote mode:} You may specify the program to debug
22291 on the @code{gdbserver} command line, or you can load the program or attach
22292 to it using @value{GDBN} commands after connecting to @code{gdbserver}.
22293
22294 @anchor{--multi Option in Types of Remote Connnections}
22295 You can start @code{gdbserver} without supplying an initial command to run
22296 or process ID to attach. To do this, use the @option{--multi} command line
22297 option. Then you can connect using @code{target extended-remote} and start
22298 the program you want to debug (see below for details on using the
22299 @code{run} command in this scenario). Note that the conditions under which
22300 @code{gdbserver} terminates depend on how @value{GDBN} connects to it
22301 (@code{target remote} or @code{target extended-remote}). The
22302 @option{--multi} option to @code{gdbserver} has no influence on that.
22303
22304 @item The @code{run} command
22305 @strong{With target remote mode:} The @code{run} command is not
22306 supported. Once a connection has been established, you can use all
22307 the usual @value{GDBN} commands to examine and change data. The
22308 remote program is already running, so you can use commands like
22309 @kbd{step} and @kbd{continue}.
22310
22311 @strong{With target extended-remote mode:} The @code{run} command is
22312 supported. The @code{run} command uses the value set by
22313 @code{set remote exec-file} (@pxref{set remote exec-file}) to select
22314 the program to run. Command line arguments are supported, except for
22315 wildcard expansion and I/O redirection (@pxref{Arguments}).
22316
22317 If you specify the program to debug on the command line, then the
22318 @code{run} command is not required to start execution, and you can
22319 resume using commands like @kbd{step} and @kbd{continue} as with
22320 @code{target remote} mode.
22321
22322 @anchor{Attaching in Types of Remote Connections}
22323 @item Attaching
22324 @strong{With target remote mode:} The @value{GDBN} command @code{attach} is
22325 not supported. To attach to a running program using @code{gdbserver}, you
22326 must use the @option{--attach} option (@pxref{Running gdbserver}).
22327
22328 @strong{With target extended-remote mode:} To attach to a running program,
22329 you may use the @code{attach} command after the connection has been
22330 established. If you are using @code{gdbserver}, you may also invoke
22331 @code{gdbserver} using the @option{--attach} option
22332 (@pxref{Running gdbserver}).
22333
22334 Some remote targets allow @value{GDBN} to determine the executable file running
22335 in the process the debugger is attaching to. In such a case, @value{GDBN}
22336 uses the value of @code{exec-file-mismatch} to handle a possible mismatch
22337 between the executable file name running in the process and the name of the
22338 current exec-file loaded by @value{GDBN} (@pxref{set exec-file-mismatch}).
22339
22340 @end table
22341
22342 @anchor{Host and target files}
22343 @subsection Host and Target Files
22344 @cindex remote debugging, symbol files
22345 @cindex symbol files, remote debugging
22346
22347 @value{GDBN}, running on the host, needs access to symbol and debugging
22348 information for your program running on the target. This requires
22349 access to an unstripped copy of your program, and possibly any associated
22350 symbol files. Note that this section applies equally to both @code{target
22351 remote} mode and @code{target extended-remote} mode.
22352
22353 Some remote targets (@pxref{qXfer executable filename read}, and
22354 @pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
22355 the same connection used to communicate with @value{GDBN}. With such a
22356 target, if the remote program is unstripped, the only command you need is
22357 @code{target remote} (or @code{target extended-remote}).
22358
22359 If the remote program is stripped, or the target does not support remote
22360 program file access, start up @value{GDBN} using the name of the local
22361 unstripped copy of your program as the first argument, or use the
22362 @code{file} command. Use @code{set sysroot} to specify the location (on
22363 the host) of target libraries (unless your @value{GDBN} was compiled with
22364 the correct sysroot using @code{--with-sysroot}). Alternatively, you
22365 may use @code{set solib-search-path} to specify how @value{GDBN} locates
22366 target libraries.
22367
22368 The symbol file and target libraries must exactly match the executable
22369 and libraries on the target, with one exception: the files on the host
22370 system should not be stripped, even if the files on the target system
22371 are. Mismatched or missing files will lead to confusing results
22372 during debugging. On @sc{gnu}/Linux targets, mismatched or missing
22373 files may also prevent @code{gdbserver} from debugging multi-threaded
22374 programs.
22375
22376 @subsection Remote Connection Commands
22377 @cindex remote connection commands
22378 @value{GDBN} can communicate with the target over a serial line, a
22379 local Unix domain socket, or
22380 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22381 each case, @value{GDBN} uses the same protocol for debugging your
22382 program; only the medium carrying the debugging packets varies. The
22383 @code{target remote} and @code{target extended-remote} commands
22384 establish a connection to the target. Both commands accept the same
22385 arguments, which indicate the medium to use:
22386
22387 @table @code
22388
22389 @item target remote @var{serial-device}
22390 @itemx target extended-remote @var{serial-device}
22391 @cindex serial line, @code{target remote}
22392 Use @var{serial-device} to communicate with the target. For example,
22393 to use a serial line connected to the device named @file{/dev/ttyb}:
22394
22395 @smallexample
22396 target remote /dev/ttyb
22397 @end smallexample
22398
22399 If you're using a serial line, you may want to give @value{GDBN} the
22400 @samp{--baud} option, or use the @code{set serial baud} command
22401 (@pxref{Remote Configuration, set serial baud}) before the
22402 @code{target} command.
22403
22404 @item target remote @var{local-socket}
22405 @itemx target extended-remote @var{local-socket}
22406 @cindex local socket, @code{target remote}
22407 @cindex Unix domain socket
22408 Use @var{local-socket} to communicate with the target. For example,
22409 to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22410
22411 @smallexample
22412 target remote /tmp/gdb-socket0
22413 @end smallexample
22414
22415 Note that this command has the same form as the command to connect
22416 to a serial line. @value{GDBN} will automatically determine which
22417 kind of file you have specified and will make the appropriate kind
22418 of connection.
22419 This feature is not available if the host system does not support
22420 Unix domain sockets.
22421
22422 @item target remote @code{@var{host}:@var{port}}
22423 @itemx target remote @code{[@var{host}]:@var{port}}
22424 @itemx target remote @code{tcp:@var{host}:@var{port}}
22425 @itemx target remote @code{tcp:[@var{host}]:@var{port}}
22426 @itemx target remote @code{tcp4:@var{host}:@var{port}}
22427 @itemx target remote @code{tcp6:@var{host}:@var{port}}
22428 @itemx target remote @code{tcp6:[@var{host}]:@var{port}}
22429 @itemx target extended-remote @code{@var{host}:@var{port}}
22430 @itemx target extended-remote @code{[@var{host}]:@var{port}}
22431 @itemx target extended-remote @code{tcp:@var{host}:@var{port}}
22432 @itemx target extended-remote @code{tcp:[@var{host}]:@var{port}}
22433 @itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
22434 @itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
22435 @itemx target extended-remote @code{tcp6:[@var{host}]:@var{port}}
22436 @cindex @acronym{TCP} port, @code{target remote}
22437 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
22438 The @var{host} may be either a host name, a numeric @acronym{IPv4}
22439 address, or a numeric @acronym{IPv6} address (with or without the
22440 square brackets to separate the address from the port); @var{port}
22441 must be a decimal number. The @var{host} could be the target machine
22442 itself, if it is directly connected to the net, or it might be a
22443 terminal server which in turn has a serial line to the target.
22444
22445 For example, to connect to port 2828 on a terminal server named
22446 @code{manyfarms}:
22447
22448 @smallexample
22449 target remote manyfarms:2828
22450 @end smallexample
22451
22452 To connect to port 2828 on a terminal server whose address is
22453 @code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
22454 square bracket syntax:
22455
22456 @smallexample
22457 target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
22458 @end smallexample
22459
22460 @noindent
22461 or explicitly specify the @acronym{IPv6} protocol:
22462
22463 @smallexample
22464 target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
22465 @end smallexample
22466
22467 This last example may be confusing to the reader, because there is no
22468 visible separation between the hostname and the port number.
22469 Therefore, we recommend the user to provide @acronym{IPv6} addresses
22470 using square brackets for clarity. However, it is important to
22471 mention that for @value{GDBN} there is no ambiguity: the number after
22472 the last colon is considered to be the port number.
22473
22474 If your remote target is actually running on the same machine as your
22475 debugger session (e.g.@: a simulator for your target running on the
22476 same host), you can omit the hostname. For example, to connect to
22477 port 1234 on your local machine:
22478
22479 @smallexample
22480 target remote :1234
22481 @end smallexample
22482 @noindent
22483
22484 Note that the colon is still required here.
22485
22486 @item target remote @code{udp:@var{host}:@var{port}}
22487 @itemx target remote @code{udp:[@var{host}]:@var{port}}
22488 @itemx target remote @code{udp4:@var{host}:@var{port}}
22489 @itemx target remote @code{udp6:[@var{host}]:@var{port}}
22490 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
22491 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
22492 @itemx target extended-remote @code{udp:[@var{host}]:@var{port}}
22493 @itemx target extended-remote @code{udp4:@var{host}:@var{port}}
22494 @itemx target extended-remote @code{udp6:@var{host}:@var{port}}
22495 @itemx target extended-remote @code{udp6:[@var{host}]:@var{port}}
22496 @cindex @acronym{UDP} port, @code{target remote}
22497 Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
22498 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
22499
22500 @smallexample
22501 target remote udp:manyfarms:2828
22502 @end smallexample
22503
22504 When using a @acronym{UDP} connection for remote debugging, you should
22505 keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
22506 can silently drop packets on busy or unreliable networks, which will
22507 cause havoc with your debugging session.
22508
22509 @item target remote | @var{command}
22510 @itemx target extended-remote | @var{command}
22511 @cindex pipe, @code{target remote} to
22512 Run @var{command} in the background and communicate with it using a
22513 pipe. The @var{command} is a shell command, to be parsed and expanded
22514 by the system's command shell, @code{/bin/sh}; it should expect remote
22515 protocol packets on its standard input, and send replies on its
22516 standard output. You could use this to run a stand-alone simulator
22517 that speaks the remote debugging protocol, to make net connections
22518 using programs like @code{ssh}, or for other similar tricks.
22519
22520 If @var{command} closes its standard output (perhaps by exiting),
22521 @value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
22522 program has already exited, this will have no effect.)
22523
22524 @end table
22525
22526 @cindex interrupting remote programs
22527 @cindex remote programs, interrupting
22528 Whenever @value{GDBN} is waiting for the remote program, if you type the
22529 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
22530 program. This may or may not succeed, depending in part on the hardware
22531 and the serial drivers the remote system uses. If you type the
22532 interrupt character once again, @value{GDBN} displays this prompt:
22533
22534 @smallexample
22535 Interrupted while waiting for the program.
22536 Give up (and stop debugging it)? (y or n)
22537 @end smallexample
22538
22539 In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
22540 the remote debugging session. (If you decide you want to try again later,
22541 you can use @kbd{target remote} again to connect once more.) If you type
22542 @kbd{n}, @value{GDBN} goes back to waiting.
22543
22544 In @code{target extended-remote} mode, typing @kbd{n} will leave
22545 @value{GDBN} connected to the target.
22546
22547 @table @code
22548 @kindex detach (remote)
22549 @item detach
22550 When you have finished debugging the remote program, you can use the
22551 @code{detach} command to release it from @value{GDBN} control.
22552 Detaching from the target normally resumes its execution, but the results
22553 will depend on your particular remote stub. After the @code{detach}
22554 command in @code{target remote} mode, @value{GDBN} is free to connect to
22555 another target. In @code{target extended-remote} mode, @value{GDBN} is
22556 still connected to the target.
22557
22558 @kindex disconnect
22559 @item disconnect
22560 The @code{disconnect} command closes the connection to the target, and
22561 the target is generally not resumed. It will wait for @value{GDBN}
22562 (this instance or another one) to connect and continue debugging. After
22563 the @code{disconnect} command, @value{GDBN} is again free to connect to
22564 another target.
22565
22566 @cindex send command to remote monitor
22567 @cindex extend @value{GDBN} for remote targets
22568 @cindex add new commands for external monitor
22569 @kindex monitor
22570 @item monitor @var{cmd}
22571 This command allows you to send arbitrary commands directly to the
22572 remote monitor. Since @value{GDBN} doesn't care about the commands it
22573 sends like this, this command is the way to extend @value{GDBN}---you
22574 can add new commands that only the external monitor will understand
22575 and implement.
22576 @end table
22577
22578 @node File Transfer
22579 @section Sending files to a remote system
22580 @cindex remote target, file transfer
22581 @cindex file transfer
22582 @cindex sending files to remote systems
22583
22584 Some remote targets offer the ability to transfer files over the same
22585 connection used to communicate with @value{GDBN}. This is convenient
22586 for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
22587 running @code{gdbserver} over a network interface. For other targets,
22588 e.g.@: embedded devices with only a single serial port, this may be
22589 the only way to upload or download files.
22590
22591 Not all remote targets support these commands.
22592
22593 @table @code
22594 @kindex remote put
22595 @item remote put @var{hostfile} @var{targetfile}
22596 Copy file @var{hostfile} from the host system (the machine running
22597 @value{GDBN}) to @var{targetfile} on the target system.
22598
22599 @kindex remote get
22600 @item remote get @var{targetfile} @var{hostfile}
22601 Copy file @var{targetfile} from the target system to @var{hostfile}
22602 on the host system.
22603
22604 @kindex remote delete
22605 @item remote delete @var{targetfile}
22606 Delete @var{targetfile} from the target system.
22607
22608 @end table
22609
22610 @node Server
22611 @section Using the @code{gdbserver} Program
22612
22613 @kindex gdbserver
22614 @cindex remote connection without stubs
22615 @code{gdbserver} is a control program for Unix-like systems, which
22616 allows you to connect your program with a remote @value{GDBN} via
22617 @code{target remote} or @code{target extended-remote}---but without
22618 linking in the usual debugging stub.
22619
22620 @code{gdbserver} is not a complete replacement for the debugging stubs,
22621 because it requires essentially the same operating-system facilities
22622 that @value{GDBN} itself does. In fact, a system that can run
22623 @code{gdbserver} to connect to a remote @value{GDBN} could also run
22624 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
22625 because it is a much smaller program than @value{GDBN} itself. It is
22626 also easier to port than all of @value{GDBN}, so you may be able to get
22627 started more quickly on a new system by using @code{gdbserver}.
22628 Finally, if you develop code for real-time systems, you may find that
22629 the tradeoffs involved in real-time operation make it more convenient to
22630 do as much development work as possible on another system, for example
22631 by cross-compiling. You can use @code{gdbserver} to make a similar
22632 choice for debugging.
22633
22634 @value{GDBN} and @code{gdbserver} communicate via either a serial line
22635 or a TCP connection, using the standard @value{GDBN} remote serial
22636 protocol.
22637
22638 @quotation
22639 @emph{Warning:} @code{gdbserver} does not have any built-in security.
22640 Do not run @code{gdbserver} connected to any public network; a
22641 @value{GDBN} connection to @code{gdbserver} provides access to the
22642 target system with the same privileges as the user running
22643 @code{gdbserver}.
22644 @end quotation
22645
22646 @anchor{Running gdbserver}
22647 @subsection Running @code{gdbserver}
22648 @cindex arguments, to @code{gdbserver}
22649 @cindex @code{gdbserver}, command-line arguments
22650
22651 Run @code{gdbserver} on the target system. You need a copy of the
22652 program you want to debug, including any libraries it requires.
22653 @code{gdbserver} does not need your program's symbol table, so you can
22654 strip the program if necessary to save space. @value{GDBN} on the host
22655 system does all the symbol handling.
22656
22657 To use the server, you must tell it how to communicate with @value{GDBN};
22658 the name of your program; and the arguments for your program. The usual
22659 syntax is:
22660
22661 @smallexample
22662 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
22663 @end smallexample
22664
22665 @var{comm} is either a device name (to use a serial line), or a TCP
22666 hostname and portnumber, or @code{-} or @code{stdio} to use
22667 stdin/stdout of @code{gdbserver}.
22668 For example, to debug Emacs with the argument
22669 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
22670 @file{/dev/com1}:
22671
22672 @smallexample
22673 target> gdbserver /dev/com1 emacs foo.txt
22674 @end smallexample
22675
22676 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
22677 with it.
22678
22679 To use a TCP connection instead of a serial line:
22680
22681 @smallexample
22682 target> gdbserver host:2345 emacs foo.txt
22683 @end smallexample
22684
22685 The only difference from the previous example is the first argument,
22686 specifying that you are communicating with the host @value{GDBN} via
22687 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
22688 expect a TCP connection from machine @samp{host} to local TCP port 2345.
22689 (Currently, the @samp{host} part is ignored.) You can choose any number
22690 you want for the port number as long as it does not conflict with any
22691 TCP ports already in use on the target system (for example, @code{23} is
22692 reserved for @code{telnet}).@footnote{If you choose a port number that
22693 conflicts with another service, @code{gdbserver} prints an error message
22694 and exits.} You must use the same port number with the host @value{GDBN}
22695 @code{target remote} command.
22696
22697 The @code{stdio} connection is useful when starting @code{gdbserver}
22698 with ssh:
22699
22700 @smallexample
22701 (gdb) target remote | ssh -T hostname gdbserver - hello
22702 @end smallexample
22703
22704 The @samp{-T} option to ssh is provided because we don't need a remote pty,
22705 and we don't want escape-character handling. Ssh does this by default when
22706 a command is provided, the flag is provided to make it explicit.
22707 You could elide it if you want to.
22708
22709 Programs started with stdio-connected gdbserver have @file{/dev/null} for
22710 @code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
22711 display through a pipe connected to gdbserver.
22712 Both @code{stdout} and @code{stderr} use the same pipe.
22713
22714 @anchor{Attaching to a program}
22715 @subsubsection Attaching to a Running Program
22716 @cindex attach to a program, @code{gdbserver}
22717 @cindex @option{--attach}, @code{gdbserver} option
22718
22719 On some targets, @code{gdbserver} can also attach to running programs.
22720 This is accomplished via the @code{--attach} argument. The syntax is:
22721
22722 @smallexample
22723 target> gdbserver --attach @var{comm} @var{pid}
22724 @end smallexample
22725
22726 @var{pid} is the process ID of a currently running process. It isn't
22727 necessary to point @code{gdbserver} at a binary for the running process.
22728
22729 In @code{target extended-remote} mode, you can also attach using the
22730 @value{GDBN} attach command
22731 (@pxref{Attaching in Types of Remote Connections}).
22732
22733 @pindex pidof
22734 You can debug processes by name instead of process ID if your target has the
22735 @code{pidof} utility:
22736
22737 @smallexample
22738 target> gdbserver --attach @var{comm} `pidof @var{program}`
22739 @end smallexample
22740
22741 In case more than one copy of @var{program} is running, or @var{program}
22742 has multiple threads, most versions of @code{pidof} support the
22743 @code{-s} option to only return the first process ID.
22744
22745 @subsubsection TCP port allocation lifecycle of @code{gdbserver}
22746
22747 This section applies only when @code{gdbserver} is run to listen on a TCP
22748 port.
22749
22750 @code{gdbserver} normally terminates after all of its debugged processes have
22751 terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
22752 extended-remote}, @code{gdbserver} stays running even with no processes left.
22753 @value{GDBN} normally terminates the spawned debugged process on its exit,
22754 which normally also terminates @code{gdbserver} in the @kbd{target remote}
22755 mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
22756 cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
22757 stays running even in the @kbd{target remote} mode.
22758
22759 When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
22760 Such reconnecting is useful for features like @ref{disconnected tracing}. For
22761 completeness, at most one @value{GDBN} can be connected at a time.
22762
22763 @cindex @option{--once}, @code{gdbserver} option
22764 By default, @code{gdbserver} keeps the listening TCP port open, so that
22765 subsequent connections are possible. However, if you start @code{gdbserver}
22766 with the @option{--once} option, it will stop listening for any further
22767 connection attempts after connecting to the first @value{GDBN} session. This
22768 means no further connections to @code{gdbserver} will be possible after the
22769 first one. It also means @code{gdbserver} will terminate after the first
22770 connection with remote @value{GDBN} has closed, even for unexpectedly closed
22771 connections and even in the @kbd{target extended-remote} mode. The
22772 @option{--once} option allows reusing the same port number for connecting to
22773 multiple instances of @code{gdbserver} running on the same host, since each
22774 instance closes its port after the first connection.
22775
22776 @anchor{Other Command-Line Arguments for gdbserver}
22777 @subsubsection Other Command-Line Arguments for @code{gdbserver}
22778
22779 You can use the @option{--multi} option to start @code{gdbserver} without
22780 specifying a program to debug or a process to attach to. Then you can
22781 attach in @code{target extended-remote} mode and run or attach to a
22782 program. For more information,
22783 @pxref{--multi Option in Types of Remote Connnections}.
22784
22785 @cindex @option{--debug}, @code{gdbserver} option
22786 The @option{--debug} option tells @code{gdbserver} to display extra
22787 status information about the debugging process.
22788 @cindex @option{--remote-debug}, @code{gdbserver} option
22789 The @option{--remote-debug} option tells @code{gdbserver} to display
22790 remote protocol debug output.
22791 @cindex @option{--debug-file}, @code{gdbserver} option
22792 @cindex @code{gdbserver}, send all debug output to a single file
22793 The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
22794 write any debug output to the given @var{filename}. These options are intended
22795 for @code{gdbserver} development and for bug reports to the developers.
22796
22797 @cindex @option{--debug-format}, @code{gdbserver} option
22798 The @option{--debug-format=option1[,option2,...]} option tells
22799 @code{gdbserver} to include additional information in each output.
22800 Possible options are:
22801
22802 @table @code
22803 @item none
22804 Turn off all extra information in debugging output.
22805 @item all
22806 Turn on all extra information in debugging output.
22807 @item timestamps
22808 Include a timestamp in each line of debugging output.
22809 @end table
22810
22811 Options are processed in order. Thus, for example, if @option{none}
22812 appears last then no additional information is added to debugging output.
22813
22814 @cindex @option{--wrapper}, @code{gdbserver} option
22815 The @option{--wrapper} option specifies a wrapper to launch programs
22816 for debugging. The option should be followed by the name of the
22817 wrapper, then any command-line arguments to pass to the wrapper, then
22818 @kbd{--} indicating the end of the wrapper arguments.
22819
22820 @code{gdbserver} runs the specified wrapper program with a combined
22821 command line including the wrapper arguments, then the name of the
22822 program to debug, then any arguments to the program. The wrapper
22823 runs until it executes your program, and then @value{GDBN} gains control.
22824
22825 You can use any program that eventually calls @code{execve} with
22826 its arguments as a wrapper. Several standard Unix utilities do
22827 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
22828 with @code{exec "$@@"} will also work.
22829
22830 For example, you can use @code{env} to pass an environment variable to
22831 the debugged program, without setting the variable in @code{gdbserver}'s
22832 environment:
22833
22834 @smallexample
22835 $ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
22836 @end smallexample
22837
22838 @cindex @option{--selftest}
22839 The @option{--selftest} option runs the self tests in @code{gdbserver}:
22840
22841 @smallexample
22842 $ gdbserver --selftest
22843 Ran 2 unit tests, 0 failed
22844 @end smallexample
22845
22846 These tests are disabled in release.
22847 @subsection Connecting to @code{gdbserver}
22848
22849 The basic procedure for connecting to the remote target is:
22850 @itemize
22851
22852 @item
22853 Run @value{GDBN} on the host system.
22854
22855 @item
22856 Make sure you have the necessary symbol files
22857 (@pxref{Host and target files}).
22858 Load symbols for your application using the @code{file} command before you
22859 connect. Use @code{set sysroot} to locate target libraries (unless your
22860 @value{GDBN} was compiled with the correct sysroot using
22861 @code{--with-sysroot}).
22862
22863 @item
22864 Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
22865 For TCP connections, you must start up @code{gdbserver} prior to using
22866 the @code{target} command. Otherwise you may get an error whose
22867 text depends on the host system, but which usually looks something like
22868 @samp{Connection refused}. Don't use the @code{load}
22869 command in @value{GDBN} when using @code{target remote} mode, since the
22870 program is already on the target.
22871
22872 @end itemize
22873
22874 @anchor{Monitor Commands for gdbserver}
22875 @subsection Monitor Commands for @code{gdbserver}
22876 @cindex monitor commands, for @code{gdbserver}
22877
22878 During a @value{GDBN} session using @code{gdbserver}, you can use the
22879 @code{monitor} command to send special requests to @code{gdbserver}.
22880 Here are the available commands.
22881
22882 @table @code
22883 @item monitor help
22884 List the available monitor commands.
22885
22886 @item monitor set debug 0
22887 @itemx monitor set debug 1
22888 Disable or enable general debugging messages.
22889
22890 @item monitor set remote-debug 0
22891 @itemx monitor set remote-debug 1
22892 Disable or enable specific debugging messages associated with the remote
22893 protocol (@pxref{Remote Protocol}).
22894
22895 @item monitor set debug-file filename
22896 @itemx monitor set debug-file
22897 Send any debug output to the given file, or to stderr.
22898
22899 @item monitor set debug-format option1@r{[},option2,...@r{]}
22900 Specify additional text to add to debugging messages.
22901 Possible options are:
22902
22903 @table @code
22904 @item none
22905 Turn off all extra information in debugging output.
22906 @item all
22907 Turn on all extra information in debugging output.
22908 @item timestamps
22909 Include a timestamp in each line of debugging output.
22910 @end table
22911
22912 Options are processed in order. Thus, for example, if @option{none}
22913 appears last then no additional information is added to debugging output.
22914
22915 @item monitor set libthread-db-search-path [PATH]
22916 @cindex gdbserver, search path for @code{libthread_db}
22917 When this command is issued, @var{path} is a colon-separated list of
22918 directories to search for @code{libthread_db} (@pxref{Threads,,set
22919 libthread-db-search-path}). If you omit @var{path},
22920 @samp{libthread-db-search-path} will be reset to its default value.
22921
22922 The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
22923 not supported in @code{gdbserver}.
22924
22925 @item monitor exit
22926 Tell gdbserver to exit immediately. This command should be followed by
22927 @code{disconnect} to close the debugging session. @code{gdbserver} will
22928 detach from any attached processes and kill any processes it created.
22929 Use @code{monitor exit} to terminate @code{gdbserver} at the end
22930 of a multi-process mode debug session.
22931
22932 @end table
22933
22934 @subsection Tracepoints support in @code{gdbserver}
22935 @cindex tracepoints support in @code{gdbserver}
22936
22937 On some targets, @code{gdbserver} supports tracepoints, fast
22938 tracepoints and static tracepoints.
22939
22940 For fast or static tracepoints to work, a special library called the
22941 @dfn{in-process agent} (IPA), must be loaded in the inferior process.
22942 This library is built and distributed as an integral part of
22943 @code{gdbserver}. In addition, support for static tracepoints
22944 requires building the in-process agent library with static tracepoints
22945 support. At present, the UST (LTTng Userspace Tracer,
22946 @url{http://lttng.org/ust}) tracing engine is supported. This support
22947 is automatically available if UST development headers are found in the
22948 standard include path when @code{gdbserver} is built, or if
22949 @code{gdbserver} was explicitly configured using @option{--with-ust}
22950 to point at such headers. You can explicitly disable the support
22951 using @option{--with-ust=no}.
22952
22953 There are several ways to load the in-process agent in your program:
22954
22955 @table @code
22956 @item Specifying it as dependency at link time
22957
22958 You can link your program dynamically with the in-process agent
22959 library. On most systems, this is accomplished by adding
22960 @code{-linproctrace} to the link command.
22961
22962 @item Using the system's preloading mechanisms
22963
22964 You can force loading the in-process agent at startup time by using
22965 your system's support for preloading shared libraries. Many Unixes
22966 support the concept of preloading user defined libraries. In most
22967 cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
22968 in the environment. See also the description of @code{gdbserver}'s
22969 @option{--wrapper} command line option.
22970
22971 @item Using @value{GDBN} to force loading the agent at run time
22972
22973 On some systems, you can force the inferior to load a shared library,
22974 by calling a dynamic loader function in the inferior that takes care
22975 of dynamically looking up and loading a shared library. On most Unix
22976 systems, the function is @code{dlopen}. You'll use the @code{call}
22977 command for that. For example:
22978
22979 @smallexample
22980 (@value{GDBP}) call dlopen ("libinproctrace.so", ...)
22981 @end smallexample
22982
22983 Note that on most Unix systems, for the @code{dlopen} function to be
22984 available, the program needs to be linked with @code{-ldl}.
22985 @end table
22986
22987 On systems that have a userspace dynamic loader, like most Unix
22988 systems, when you connect to @code{gdbserver} using @code{target
22989 remote}, you'll find that the program is stopped at the dynamic
22990 loader's entry point, and no shared library has been loaded in the
22991 program's address space yet, including the in-process agent. In that
22992 case, before being able to use any of the fast or static tracepoints
22993 features, you need to let the loader run and load the shared
22994 libraries. The simplest way to do that is to run the program to the
22995 main procedure. E.g., if debugging a C or C@t{++} program, start
22996 @code{gdbserver} like so:
22997
22998 @smallexample
22999 $ gdbserver :9999 myprogram
23000 @end smallexample
23001
23002 Start GDB and connect to @code{gdbserver} like so, and run to main:
23003
23004 @smallexample
23005 $ gdb myprogram
23006 (@value{GDBP}) target remote myhost:9999
23007 0x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
23008 (@value{GDBP}) b main
23009 (@value{GDBP}) continue
23010 @end smallexample
23011
23012 The in-process tracing agent library should now be loaded into the
23013 process; you can confirm it with the @code{info sharedlibrary}
23014 command, which will list @file{libinproctrace.so} as loaded in the
23015 process. You are now ready to install fast tracepoints, list static
23016 tracepoint markers, probe static tracepoints markers, and start
23017 tracing.
23018
23019 @node Remote Configuration
23020 @section Remote Configuration
23021
23022 @kindex set remote
23023 @kindex show remote
23024 This section documents the configuration options available when
23025 debugging remote programs. For the options related to the File I/O
23026 extensions of the remote protocol, see @ref{system,
23027 system-call-allowed}.
23028
23029 @table @code
23030 @item set remoteaddresssize @var{bits}
23031 @cindex address size for remote targets
23032 @cindex bits in remote address
23033 Set the maximum size of address in a memory packet to the specified
23034 number of bits. @value{GDBN} will mask off the address bits above
23035 that number, when it passes addresses to the remote target. The
23036 default value is the number of bits in the target's address.
23037
23038 @item show remoteaddresssize
23039 Show the current value of remote address size in bits.
23040
23041 @item set serial baud @var{n}
23042 @cindex baud rate for remote targets
23043 Set the baud rate for the remote serial I/O to @var{n} baud. The
23044 value is used to set the speed of the serial port used for debugging
23045 remote targets.
23046
23047 @item show serial baud
23048 Show the current speed of the remote connection.
23049
23050 @item set serial parity @var{parity}
23051 Set the parity for the remote serial I/O. Supported values of @var{parity} are:
23052 @code{even}, @code{none}, and @code{odd}. The default is @code{none}.
23053
23054 @item show serial parity
23055 Show the current parity of the serial port.
23056
23057 @item set remotebreak
23058 @cindex interrupt remote programs
23059 @cindex BREAK signal instead of Ctrl-C
23060 @anchor{set remotebreak}
23061 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
23062 when you type @kbd{Ctrl-c} to interrupt the program running
23063 on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
23064 character instead. The default is off, since most remote systems
23065 expect to see @samp{Ctrl-C} as the interrupt signal.
23066
23067 @item show remotebreak
23068 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
23069 interrupt the remote program.
23070
23071 @item set remoteflow on
23072 @itemx set remoteflow off
23073 @kindex set remoteflow
23074 Enable or disable hardware flow control (@code{RTS}/@code{CTS})
23075 on the serial port used to communicate to the remote target.
23076
23077 @item show remoteflow
23078 @kindex show remoteflow
23079 Show the current setting of hardware flow control.
23080
23081 @item set remotelogbase @var{base}
23082 Set the base (a.k.a.@: radix) of logging serial protocol
23083 communications to @var{base}. Supported values of @var{base} are:
23084 @code{ascii}, @code{octal}, and @code{hex}. The default is
23085 @code{ascii}.
23086
23087 @item show remotelogbase
23088 Show the current setting of the radix for logging remote serial
23089 protocol.
23090
23091 @item set remotelogfile @var{file}
23092 @cindex record serial communications on file
23093 Record remote serial communications on the named @var{file}. The
23094 default is not to record at all.
23095
23096 @item show remotelogfile
23097 Show the current setting of the file name on which to record the
23098 serial communications.
23099
23100 @item set remotetimeout @var{num}
23101 @cindex timeout for serial communications
23102 @cindex remote timeout
23103 Set the timeout limit to wait for the remote target to respond to
23104 @var{num} seconds. The default is 2 seconds.
23105
23106 @item show remotetimeout
23107 Show the current number of seconds to wait for the remote target
23108 responses.
23109
23110 @cindex limit hardware breakpoints and watchpoints
23111 @cindex remote target, limit break- and watchpoints
23112 @anchor{set remote hardware-watchpoint-limit}
23113 @anchor{set remote hardware-breakpoint-limit}
23114 @item set remote hardware-watchpoint-limit @var{limit}
23115 @itemx set remote hardware-breakpoint-limit @var{limit}
23116 Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
23117 or breakpoints. The @var{limit} can be set to 0 to disable hardware
23118 watchpoints or breakpoints, and @code{unlimited} for unlimited
23119 watchpoints or breakpoints.
23120
23121 @item show remote hardware-watchpoint-limit
23122 @itemx show remote hardware-breakpoint-limit
23123 Show the current limit for the number of hardware watchpoints or
23124 breakpoints that @value{GDBN} can use.
23125
23126 @cindex limit hardware watchpoints length
23127 @cindex remote target, limit watchpoints length
23128 @anchor{set remote hardware-watchpoint-length-limit}
23129 @item set remote hardware-watchpoint-length-limit @var{limit}
23130 Restrict @value{GDBN} to using @var{limit} bytes for the maximum
23131 length of a remote hardware watchpoint. A @var{limit} of 0 disables
23132 hardware watchpoints and @code{unlimited} allows watchpoints of any
23133 length.
23134
23135 @item show remote hardware-watchpoint-length-limit
23136 Show the current limit (in bytes) of the maximum length of
23137 a remote hardware watchpoint.
23138
23139 @item set remote exec-file @var{filename}
23140 @itemx show remote exec-file
23141 @anchor{set remote exec-file}
23142 @cindex executable file, for remote target
23143 Select the file used for @code{run} with @code{target
23144 extended-remote}. This should be set to a filename valid on the
23145 target system. If it is not set, the target will use a default
23146 filename (e.g.@: the last program run).
23147
23148 @item set remote interrupt-sequence
23149 @cindex interrupt remote programs
23150 @cindex select Ctrl-C, BREAK or BREAK-g
23151 Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
23152 @samp{BREAK-g} as the
23153 sequence to the remote target in order to interrupt the execution.
23154 @samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
23155 is high level of serial line for some certain time.
23156 Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
23157 It is @code{BREAK} signal followed by character @code{g}.
23158
23159 @item show remote interrupt-sequence
23160 Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
23161 is sent by @value{GDBN} to interrupt the remote program.
23162 @code{BREAK-g} is BREAK signal followed by @code{g} and
23163 also known as Magic SysRq g.
23164
23165 @item set remote interrupt-on-connect
23166 @cindex send interrupt-sequence on start
23167 Specify whether interrupt-sequence is sent to remote target when
23168 @value{GDBN} connects to it. This is mostly needed when you debug
23169 Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
23170 which is known as Magic SysRq g in order to connect @value{GDBN}.
23171
23172 @item show remote interrupt-on-connect
23173 Show whether interrupt-sequence is sent
23174 to remote target when @value{GDBN} connects to it.
23175
23176 @kindex set tcp
23177 @kindex show tcp
23178 @item set tcp auto-retry on
23179 @cindex auto-retry, for remote TCP target
23180 Enable auto-retry for remote TCP connections. This is useful if the remote
23181 debugging agent is launched in parallel with @value{GDBN}; there is a race
23182 condition because the agent may not become ready to accept the connection
23183 before @value{GDBN} attempts to connect. When auto-retry is
23184 enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
23185 to establish the connection using the timeout specified by
23186 @code{set tcp connect-timeout}.
23187
23188 @item set tcp auto-retry off
23189 Do not auto-retry failed TCP connections.
23190
23191 @item show tcp auto-retry
23192 Show the current auto-retry setting.
23193
23194 @item set tcp connect-timeout @var{seconds}
23195 @itemx set tcp connect-timeout unlimited
23196 @cindex connection timeout, for remote TCP target
23197 @cindex timeout, for remote target connection
23198 Set the timeout for establishing a TCP connection to the remote target to
23199 @var{seconds}. The timeout affects both polling to retry failed connections
23200 (enabled by @code{set tcp auto-retry on}) and waiting for connections
23201 that are merely slow to complete, and represents an approximate cumulative
23202 value. If @var{seconds} is @code{unlimited}, there is no timeout and
23203 @value{GDBN} will keep attempting to establish a connection forever,
23204 unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
23205
23206 @item show tcp connect-timeout
23207 Show the current connection timeout setting.
23208 @end table
23209
23210 @cindex remote packets, enabling and disabling
23211 The @value{GDBN} remote protocol autodetects the packets supported by
23212 your debugging stub. If you need to override the autodetection, you
23213 can use these commands to enable or disable individual packets. Each
23214 packet can be set to @samp{on} (the remote target supports this
23215 packet), @samp{off} (the remote target does not support this packet),
23216 or @samp{auto} (detect remote target support for this packet). They
23217 all default to @samp{auto}. For more information about each packet,
23218 see @ref{Remote Protocol}.
23219
23220 During normal use, you should not have to use any of these commands.
23221 If you do, that may be a bug in your remote debugging stub, or a bug
23222 in @value{GDBN}. You may want to report the problem to the
23223 @value{GDBN} developers.
23224
23225 For each packet @var{name}, the command to enable or disable the
23226 packet is @code{set remote @var{name}-packet}. The available settings
23227 are:
23228
23229 @multitable @columnfractions 0.28 0.32 0.25
23230 @item Command Name
23231 @tab Remote Packet
23232 @tab Related Features
23233
23234 @item @code{fetch-register}
23235 @tab @code{p}
23236 @tab @code{info registers}
23237
23238 @item @code{set-register}
23239 @tab @code{P}
23240 @tab @code{set}
23241
23242 @item @code{binary-download}
23243 @tab @code{X}
23244 @tab @code{load}, @code{set}
23245
23246 @item @code{read-aux-vector}
23247 @tab @code{qXfer:auxv:read}
23248 @tab @code{info auxv}
23249
23250 @item @code{symbol-lookup}
23251 @tab @code{qSymbol}
23252 @tab Detecting multiple threads
23253
23254 @item @code{attach}
23255 @tab @code{vAttach}
23256 @tab @code{attach}
23257
23258 @item @code{verbose-resume}
23259 @tab @code{vCont}
23260 @tab Stepping or resuming multiple threads
23261
23262 @item @code{run}
23263 @tab @code{vRun}
23264 @tab @code{run}
23265
23266 @item @code{software-breakpoint}
23267 @tab @code{Z0}
23268 @tab @code{break}
23269
23270 @item @code{hardware-breakpoint}
23271 @tab @code{Z1}
23272 @tab @code{hbreak}
23273
23274 @item @code{write-watchpoint}
23275 @tab @code{Z2}
23276 @tab @code{watch}
23277
23278 @item @code{read-watchpoint}
23279 @tab @code{Z3}
23280 @tab @code{rwatch}
23281
23282 @item @code{access-watchpoint}
23283 @tab @code{Z4}
23284 @tab @code{awatch}
23285
23286 @item @code{pid-to-exec-file}
23287 @tab @code{qXfer:exec-file:read}
23288 @tab @code{attach}, @code{run}
23289
23290 @item @code{target-features}
23291 @tab @code{qXfer:features:read}
23292 @tab @code{set architecture}
23293
23294 @item @code{library-info}
23295 @tab @code{qXfer:libraries:read}
23296 @tab @code{info sharedlibrary}
23297
23298 @item @code{memory-map}
23299 @tab @code{qXfer:memory-map:read}
23300 @tab @code{info mem}
23301
23302 @item @code{read-sdata-object}
23303 @tab @code{qXfer:sdata:read}
23304 @tab @code{print $_sdata}
23305
23306 @item @code{read-siginfo-object}
23307 @tab @code{qXfer:siginfo:read}
23308 @tab @code{print $_siginfo}
23309
23310 @item @code{write-siginfo-object}
23311 @tab @code{qXfer:siginfo:write}
23312 @tab @code{set $_siginfo}
23313
23314 @item @code{threads}
23315 @tab @code{qXfer:threads:read}
23316 @tab @code{info threads}
23317
23318 @item @code{get-thread-local-@*storage-address}
23319 @tab @code{qGetTLSAddr}
23320 @tab Displaying @code{__thread} variables
23321
23322 @item @code{get-thread-information-block-address}
23323 @tab @code{qGetTIBAddr}
23324 @tab Display MS-Windows Thread Information Block.
23325
23326 @item @code{search-memory}
23327 @tab @code{qSearch:memory}
23328 @tab @code{find}
23329
23330 @item @code{supported-packets}
23331 @tab @code{qSupported}
23332 @tab Remote communications parameters
23333
23334 @item @code{catch-syscalls}
23335 @tab @code{QCatchSyscalls}
23336 @tab @code{catch syscall}
23337
23338 @item @code{pass-signals}
23339 @tab @code{QPassSignals}
23340 @tab @code{handle @var{signal}}
23341
23342 @item @code{program-signals}
23343 @tab @code{QProgramSignals}
23344 @tab @code{handle @var{signal}}
23345
23346 @item @code{hostio-close-packet}
23347 @tab @code{vFile:close}
23348 @tab @code{remote get}, @code{remote put}
23349
23350 @item @code{hostio-open-packet}
23351 @tab @code{vFile:open}
23352 @tab @code{remote get}, @code{remote put}
23353
23354 @item @code{hostio-pread-packet}
23355 @tab @code{vFile:pread}
23356 @tab @code{remote get}, @code{remote put}
23357
23358 @item @code{hostio-pwrite-packet}
23359 @tab @code{vFile:pwrite}
23360 @tab @code{remote get}, @code{remote put}
23361
23362 @item @code{hostio-unlink-packet}
23363 @tab @code{vFile:unlink}
23364 @tab @code{remote delete}
23365
23366 @item @code{hostio-readlink-packet}
23367 @tab @code{vFile:readlink}
23368 @tab Host I/O
23369
23370 @item @code{hostio-fstat-packet}
23371 @tab @code{vFile:fstat}
23372 @tab Host I/O
23373
23374 @item @code{hostio-setfs-packet}
23375 @tab @code{vFile:setfs}
23376 @tab Host I/O
23377
23378 @item @code{noack-packet}
23379 @tab @code{QStartNoAckMode}
23380 @tab Packet acknowledgment
23381
23382 @item @code{osdata}
23383 @tab @code{qXfer:osdata:read}
23384 @tab @code{info os}
23385
23386 @item @code{query-attached}
23387 @tab @code{qAttached}
23388 @tab Querying remote process attach state.
23389
23390 @item @code{trace-buffer-size}
23391 @tab @code{QTBuffer:size}
23392 @tab @code{set trace-buffer-size}
23393
23394 @item @code{trace-status}
23395 @tab @code{qTStatus}
23396 @tab @code{tstatus}
23397
23398 @item @code{traceframe-info}
23399 @tab @code{qXfer:traceframe-info:read}
23400 @tab Traceframe info
23401
23402 @item @code{install-in-trace}
23403 @tab @code{InstallInTrace}
23404 @tab Install tracepoint in tracing
23405
23406 @item @code{disable-randomization}
23407 @tab @code{QDisableRandomization}
23408 @tab @code{set disable-randomization}
23409
23410 @item @code{startup-with-shell}
23411 @tab @code{QStartupWithShell}
23412 @tab @code{set startup-with-shell}
23413
23414 @item @code{environment-hex-encoded}
23415 @tab @code{QEnvironmentHexEncoded}
23416 @tab @code{set environment}
23417
23418 @item @code{environment-unset}
23419 @tab @code{QEnvironmentUnset}
23420 @tab @code{unset environment}
23421
23422 @item @code{environment-reset}
23423 @tab @code{QEnvironmentReset}
23424 @tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23425
23426 @item @code{set-working-dir}
23427 @tab @code{QSetWorkingDir}
23428 @tab @code{set cwd}
23429
23430 @item @code{conditional-breakpoints-packet}
23431 @tab @code{Z0 and Z1}
23432 @tab @code{Support for target-side breakpoint condition evaluation}
23433
23434 @item @code{multiprocess-extensions}
23435 @tab @code{multiprocess extensions}
23436 @tab Debug multiple processes and remote process PID awareness
23437
23438 @item @code{swbreak-feature}
23439 @tab @code{swbreak stop reason}
23440 @tab @code{break}
23441
23442 @item @code{hwbreak-feature}
23443 @tab @code{hwbreak stop reason}
23444 @tab @code{hbreak}
23445
23446 @item @code{fork-event-feature}
23447 @tab @code{fork stop reason}
23448 @tab @code{fork}
23449
23450 @item @code{vfork-event-feature}
23451 @tab @code{vfork stop reason}
23452 @tab @code{vfork}
23453
23454 @item @code{exec-event-feature}
23455 @tab @code{exec stop reason}
23456 @tab @code{exec}
23457
23458 @item @code{thread-events}
23459 @tab @code{QThreadEvents}
23460 @tab Tracking thread lifetime.
23461
23462 @item @code{no-resumed-stop-reply}
23463 @tab @code{no resumed thread left stop reply}
23464 @tab Tracking thread lifetime.
23465
23466 @end multitable
23467
23468 @node Remote Stub
23469 @section Implementing a Remote Stub
23470
23471 @cindex debugging stub, example
23472 @cindex remote stub, example
23473 @cindex stub example, remote debugging
23474 The stub files provided with @value{GDBN} implement the target side of the
23475 communication protocol, and the @value{GDBN} side is implemented in the
23476 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
23477 these subroutines to communicate, and ignore the details. (If you're
23478 implementing your own stub file, you can still ignore the details: start
23479 with one of the existing stub files. @file{sparc-stub.c} is the best
23480 organized, and therefore the easiest to read.)
23481
23482 @cindex remote serial debugging, overview
23483 To debug a program running on another machine (the debugging
23484 @dfn{target} machine), you must first arrange for all the usual
23485 prerequisites for the program to run by itself. For example, for a C
23486 program, you need:
23487
23488 @enumerate
23489 @item
23490 A startup routine to set up the C runtime environment; these usually
23491 have a name like @file{crt0}. The startup routine may be supplied by
23492 your hardware supplier, or you may have to write your own.
23493
23494 @item
23495 A C subroutine library to support your program's
23496 subroutine calls, notably managing input and output.
23497
23498 @item
23499 A way of getting your program to the other machine---for example, a
23500 download program. These are often supplied by the hardware
23501 manufacturer, but you may have to write your own from hardware
23502 documentation.
23503 @end enumerate
23504
23505 The next step is to arrange for your program to use a serial port to
23506 communicate with the machine where @value{GDBN} is running (the @dfn{host}
23507 machine). In general terms, the scheme looks like this:
23508
23509 @table @emph
23510 @item On the host,
23511 @value{GDBN} already understands how to use this protocol; when everything
23512 else is set up, you can simply use the @samp{target remote} command
23513 (@pxref{Targets,,Specifying a Debugging Target}).
23514
23515 @item On the target,
23516 you must link with your program a few special-purpose subroutines that
23517 implement the @value{GDBN} remote serial protocol. The file containing these
23518 subroutines is called a @dfn{debugging stub}.
23519
23520 On certain remote targets, you can use an auxiliary program
23521 @code{gdbserver} instead of linking a stub into your program.
23522 @xref{Server,,Using the @code{gdbserver} Program}, for details.
23523 @end table
23524
23525 The debugging stub is specific to the architecture of the remote
23526 machine; for example, use @file{sparc-stub.c} to debug programs on
23527 @sc{sparc} boards.
23528
23529 @cindex remote serial stub list
23530 These working remote stubs are distributed with @value{GDBN}:
23531
23532 @table @code
23533
23534 @item i386-stub.c
23535 @cindex @file{i386-stub.c}
23536 @cindex Intel
23537 @cindex i386
23538 For Intel 386 and compatible architectures.
23539
23540 @item m68k-stub.c
23541 @cindex @file{m68k-stub.c}
23542 @cindex Motorola 680x0
23543 @cindex m680x0
23544 For Motorola 680x0 architectures.
23545
23546 @item sh-stub.c
23547 @cindex @file{sh-stub.c}
23548 @cindex Renesas
23549 @cindex SH
23550 For Renesas SH architectures.
23551
23552 @item sparc-stub.c
23553 @cindex @file{sparc-stub.c}
23554 @cindex Sparc
23555 For @sc{sparc} architectures.
23556
23557 @item sparcl-stub.c
23558 @cindex @file{sparcl-stub.c}
23559 @cindex Fujitsu
23560 @cindex SparcLite
23561 For Fujitsu @sc{sparclite} architectures.
23562
23563 @end table
23564
23565 The @file{README} file in the @value{GDBN} distribution may list other
23566 recently added stubs.
23567
23568 @menu
23569 * Stub Contents:: What the stub can do for you
23570 * Bootstrapping:: What you must do for the stub
23571 * Debug Session:: Putting it all together
23572 @end menu
23573
23574 @node Stub Contents
23575 @subsection What the Stub Can Do for You
23576
23577 @cindex remote serial stub
23578 The debugging stub for your architecture supplies these three
23579 subroutines:
23580
23581 @table @code
23582 @item set_debug_traps
23583 @findex set_debug_traps
23584 @cindex remote serial stub, initialization
23585 This routine arranges for @code{handle_exception} to run when your
23586 program stops. You must call this subroutine explicitly in your
23587 program's startup code.
23588
23589 @item handle_exception
23590 @findex handle_exception
23591 @cindex remote serial stub, main routine
23592 This is the central workhorse, but your program never calls it
23593 explicitly---the setup code arranges for @code{handle_exception} to
23594 run when a trap is triggered.
23595
23596 @code{handle_exception} takes control when your program stops during
23597 execution (for example, on a breakpoint), and mediates communications
23598 with @value{GDBN} on the host machine. This is where the communications
23599 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
23600 representative on the target machine. It begins by sending summary
23601 information on the state of your program, then continues to execute,
23602 retrieving and transmitting any information @value{GDBN} needs, until you
23603 execute a @value{GDBN} command that makes your program resume; at that point,
23604 @code{handle_exception} returns control to your own code on the target
23605 machine.
23606
23607 @item breakpoint
23608 @cindex @code{breakpoint} subroutine, remote
23609 Use this auxiliary subroutine to make your program contain a
23610 breakpoint. Depending on the particular situation, this may be the only
23611 way for @value{GDBN} to get control. For instance, if your target
23612 machine has some sort of interrupt button, you won't need to call this;
23613 pressing the interrupt button transfers control to
23614 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
23615 simply receiving characters on the serial port may also trigger a trap;
23616 again, in that situation, you don't need to call @code{breakpoint} from
23617 your own program---simply running @samp{target remote} from the host
23618 @value{GDBN} session gets control.
23619
23620 Call @code{breakpoint} if none of these is true, or if you simply want
23621 to make certain your program stops at a predetermined point for the
23622 start of your debugging session.
23623 @end table
23624
23625 @node Bootstrapping
23626 @subsection What You Must Do for the Stub
23627
23628 @cindex remote stub, support routines
23629 The debugging stubs that come with @value{GDBN} are set up for a particular
23630 chip architecture, but they have no information about the rest of your
23631 debugging target machine.
23632
23633 First of all you need to tell the stub how to communicate with the
23634 serial port.
23635
23636 @table @code
23637 @item int getDebugChar()
23638 @findex getDebugChar
23639 Write this subroutine to read a single character from the serial port.
23640 It may be identical to @code{getchar} for your target system; a
23641 different name is used to allow you to distinguish the two if you wish.
23642
23643 @item void putDebugChar(int)
23644 @findex putDebugChar
23645 Write this subroutine to write a single character to the serial port.
23646 It may be identical to @code{putchar} for your target system; a
23647 different name is used to allow you to distinguish the two if you wish.
23648 @end table
23649
23650 @cindex control C, and remote debugging
23651 @cindex interrupting remote targets
23652 If you want @value{GDBN} to be able to stop your program while it is
23653 running, you need to use an interrupt-driven serial driver, and arrange
23654 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
23655 character). That is the character which @value{GDBN} uses to tell the
23656 remote system to stop.
23657
23658 Getting the debugging target to return the proper status to @value{GDBN}
23659 probably requires changes to the standard stub; one quick and dirty way
23660 is to just execute a breakpoint instruction (the ``dirty'' part is that
23661 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
23662
23663 Other routines you need to supply are:
23664
23665 @table @code
23666 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
23667 @findex exceptionHandler
23668 Write this function to install @var{exception_address} in the exception
23669 handling tables. You need to do this because the stub does not have any
23670 way of knowing what the exception handling tables on your target system
23671 are like (for example, the processor's table might be in @sc{rom},
23672 containing entries which point to a table in @sc{ram}).
23673 The @var{exception_number} specifies the exception which should be changed;
23674 its meaning is architecture-dependent (for example, different numbers
23675 might represent divide by zero, misaligned access, etc). When this
23676 exception occurs, control should be transferred directly to
23677 @var{exception_address}, and the processor state (stack, registers,
23678 and so on) should be just as it is when a processor exception occurs. So if
23679 you want to use a jump instruction to reach @var{exception_address}, it
23680 should be a simple jump, not a jump to subroutine.
23681
23682 For the 386, @var{exception_address} should be installed as an interrupt
23683 gate so that interrupts are masked while the handler runs. The gate
23684 should be at privilege level 0 (the most privileged level). The
23685 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
23686 help from @code{exceptionHandler}.
23687
23688 @item void flush_i_cache()
23689 @findex flush_i_cache
23690 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
23691 instruction cache, if any, on your target machine. If there is no
23692 instruction cache, this subroutine may be a no-op.
23693
23694 On target machines that have instruction caches, @value{GDBN} requires this
23695 function to make certain that the state of your program is stable.
23696 @end table
23697
23698 @noindent
23699 You must also make sure this library routine is available:
23700
23701 @table @code
23702 @item void *memset(void *, int, int)
23703 @findex memset
23704 This is the standard library function @code{memset} that sets an area of
23705 memory to a known value. If you have one of the free versions of
23706 @code{libc.a}, @code{memset} can be found there; otherwise, you must
23707 either obtain it from your hardware manufacturer, or write your own.
23708 @end table
23709
23710 If you do not use the GNU C compiler, you may need other standard
23711 library subroutines as well; this varies from one stub to another,
23712 but in general the stubs are likely to use any of the common library
23713 subroutines which @code{@value{NGCC}} generates as inline code.
23714
23715
23716 @node Debug Session
23717 @subsection Putting it All Together
23718
23719 @cindex remote serial debugging summary
23720 In summary, when your program is ready to debug, you must follow these
23721 steps.
23722
23723 @enumerate
23724 @item
23725 Make sure you have defined the supporting low-level routines
23726 (@pxref{Bootstrapping,,What You Must Do for the Stub}):
23727 @display
23728 @code{getDebugChar}, @code{putDebugChar},
23729 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
23730 @end display
23731
23732 @item
23733 Insert these lines in your program's startup code, before the main
23734 procedure is called:
23735
23736 @smallexample
23737 set_debug_traps();
23738 breakpoint();
23739 @end smallexample
23740
23741 On some machines, when a breakpoint trap is raised, the hardware
23742 automatically makes the PC point to the instruction after the
23743 breakpoint. If your machine doesn't do that, you may need to adjust
23744 @code{handle_exception} to arrange for it to return to the instruction
23745 after the breakpoint on this first invocation, so that your program
23746 doesn't keep hitting the initial breakpoint instead of making
23747 progress.
23748
23749 @item
23750 For the 680x0 stub only, you need to provide a variable called
23751 @code{exceptionHook}. Normally you just use:
23752
23753 @smallexample
23754 void (*exceptionHook)() = 0;
23755 @end smallexample
23756
23757 @noindent
23758 but if before calling @code{set_debug_traps}, you set it to point to a
23759 function in your program, that function is called when
23760 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
23761 error). The function indicated by @code{exceptionHook} is called with
23762 one parameter: an @code{int} which is the exception number.
23763
23764 @item
23765 Compile and link together: your program, the @value{GDBN} debugging stub for
23766 your target architecture, and the supporting subroutines.
23767
23768 @item
23769 Make sure you have a serial connection between your target machine and
23770 the @value{GDBN} host, and identify the serial port on the host.
23771
23772 @item
23773 @c The "remote" target now provides a `load' command, so we should
23774 @c document that. FIXME.
23775 Download your program to your target machine (or get it there by
23776 whatever means the manufacturer provides), and start it.
23777
23778 @item
23779 Start @value{GDBN} on the host, and connect to the target
23780 (@pxref{Connecting,,Connecting to a Remote Target}).
23781
23782 @end enumerate
23783
23784 @node Configurations
23785 @chapter Configuration-Specific Information
23786
23787 While nearly all @value{GDBN} commands are available for all native and
23788 cross versions of the debugger, there are some exceptions. This chapter
23789 describes things that are only available in certain configurations.
23790
23791 There are three major categories of configurations: native
23792 configurations, where the host and target are the same, embedded
23793 operating system configurations, which are usually the same for several
23794 different processor architectures, and bare embedded processors, which
23795 are quite different from each other.
23796
23797 @menu
23798 * Native::
23799 * Embedded OS::
23800 * Embedded Processors::
23801 * Architectures::
23802 @end menu
23803
23804 @node Native
23805 @section Native
23806
23807 This section describes details specific to particular native
23808 configurations.
23809
23810 @menu
23811 * BSD libkvm Interface:: Debugging BSD kernel memory images
23812 * Process Information:: Process information
23813 * DJGPP Native:: Features specific to the DJGPP port
23814 * Cygwin Native:: Features specific to the Cygwin port
23815 * Hurd Native:: Features specific to @sc{gnu} Hurd
23816 * Darwin:: Features specific to Darwin
23817 * FreeBSD:: Features specific to FreeBSD
23818 @end menu
23819
23820 @node BSD libkvm Interface
23821 @subsection BSD libkvm Interface
23822
23823 @cindex libkvm
23824 @cindex kernel memory image
23825 @cindex kernel crash dump
23826
23827 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
23828 interface that provides a uniform interface for accessing kernel virtual
23829 memory images, including live systems and crash dumps. @value{GDBN}
23830 uses this interface to allow you to debug live kernels and kernel crash
23831 dumps on many native BSD configurations. This is implemented as a
23832 special @code{kvm} debugging target. For debugging a live system, load
23833 the currently running kernel into @value{GDBN} and connect to the
23834 @code{kvm} target:
23835
23836 @smallexample
23837 (@value{GDBP}) @b{target kvm}
23838 @end smallexample
23839
23840 For debugging crash dumps, provide the file name of the crash dump as an
23841 argument:
23842
23843 @smallexample
23844 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
23845 @end smallexample
23846
23847 Once connected to the @code{kvm} target, the following commands are
23848 available:
23849
23850 @table @code
23851 @kindex kvm
23852 @item kvm pcb
23853 Set current context from the @dfn{Process Control Block} (PCB) address.
23854
23855 @item kvm proc
23856 Set current context from proc address. This command isn't available on
23857 modern FreeBSD systems.
23858 @end table
23859
23860 @node Process Information
23861 @subsection Process Information
23862 @cindex /proc
23863 @cindex examine process image
23864 @cindex process info via @file{/proc}
23865
23866 Some operating systems provide interfaces to fetch additional
23867 information about running processes beyond memory and per-thread
23868 register state. If @value{GDBN} is configured for an operating system
23869 with a supported interface, the command @code{info proc} is available
23870 to report information about the process running your program, or about
23871 any process running on your system.
23872
23873 One supported interface is a facility called @samp{/proc} that can be
23874 used to examine the image of a running process using file-system
23875 subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
23876 systems.
23877
23878 On FreeBSD and NetBSD systems, system control nodes are used to query
23879 process information.
23880
23881 In addition, some systems may provide additional process information
23882 in core files. Note that a core file may include a subset of the
23883 information available from a live process. Process information is
23884 currently available from cores created on @sc{gnu}/Linux and FreeBSD
23885 systems.
23886
23887 @table @code
23888 @kindex info proc
23889 @cindex process ID
23890 @item info proc
23891 @itemx info proc @var{process-id}
23892 Summarize available information about a process. If a
23893 process ID is specified by @var{process-id}, display information about
23894 that process; otherwise display information about the program being
23895 debugged. The summary includes the debugged process ID, the command
23896 line used to invoke it, its current working directory, and its
23897 executable file's absolute file name.
23898
23899 On some systems, @var{process-id} can be of the form
23900 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
23901 within a process. If the optional @var{pid} part is missing, it means
23902 a thread from the process being debugged (the leading @samp{/} still
23903 needs to be present, or else @value{GDBN} will interpret the number as
23904 a process ID rather than a thread ID).
23905
23906 @item info proc cmdline
23907 @cindex info proc cmdline
23908 Show the original command line of the process. This command is
23909 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
23910
23911 @item info proc cwd
23912 @cindex info proc cwd
23913 Show the current working directory of the process. This command is
23914 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
23915
23916 @item info proc exe
23917 @cindex info proc exe
23918 Show the name of executable of the process. This command is supported
23919 on @sc{gnu}/Linux, FreeBSD and NetBSD.
23920
23921 @item info proc files
23922 @cindex info proc files
23923 Show the file descriptors open by the process. For each open file
23924 descriptor, @value{GDBN} shows its number, type (file, directory,
23925 character device, socket), file pointer offset, and the name of the
23926 resource open on the descriptor. The resource name can be a file name
23927 (for files, directories, and devices) or a protocol followed by socket
23928 address (for network connections). This command is supported on
23929 FreeBSD.
23930
23931 This example shows the open file descriptors for a process using a
23932 tty for standard input and output as well as two network sockets:
23933
23934 @smallexample
23935 (gdb) info proc files 22136
23936 process 22136
23937 Open files:
23938
23939 FD Type Offset Flags Name
23940 text file - r-------- /usr/bin/ssh
23941 ctty chr - rw------- /dev/pts/20
23942 cwd dir - r-------- /usr/home/john
23943 root dir - r-------- /
23944 0 chr 0x32933a4 rw------- /dev/pts/20
23945 1 chr 0x32933a4 rw------- /dev/pts/20
23946 2 chr 0x32933a4 rw------- /dev/pts/20
23947 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
23948 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
23949 @end smallexample
23950
23951 @item info proc mappings
23952 @cindex memory address space mappings
23953 Report the memory address space ranges accessible in a process. On
23954 Solaris, FreeBSD and NetBSD systems, each memory range includes information
23955 on whether the process has read, write, or execute access rights to each
23956 range. On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
23957 includes the object file which is mapped to that range.
23958
23959 @item info proc stat
23960 @itemx info proc status
23961 @cindex process detailed status information
23962 Show additional process-related information, including the user ID and
23963 group ID; virtual memory usage; the signals that are pending, blocked,
23964 and ignored; its TTY; its consumption of system and user time; its
23965 stack size; its @samp{nice} value; etc. These commands are supported
23966 on @sc{gnu}/Linux, FreeBSD and NetBSD.
23967
23968 For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
23969 information (type @kbd{man 5 proc} from your shell prompt).
23970
23971 For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
23972 @code{info proc status}.
23973
23974 @item info proc all
23975 Show all the information about the process described under all of the
23976 above @code{info proc} subcommands.
23977
23978 @ignore
23979 @comment These sub-options of 'info proc' were not included when
23980 @comment procfs.c was re-written. Keep their descriptions around
23981 @comment against the day when someone finds the time to put them back in.
23982 @kindex info proc times
23983 @item info proc times
23984 Starting time, user CPU time, and system CPU time for your program and
23985 its children.
23986
23987 @kindex info proc id
23988 @item info proc id
23989 Report on the process IDs related to your program: its own process ID,
23990 the ID of its parent, the process group ID, and the session ID.
23991 @end ignore
23992
23993 @item set procfs-trace
23994 @kindex set procfs-trace
23995 @cindex @code{procfs} API calls
23996 This command enables and disables tracing of @code{procfs} API calls.
23997
23998 @item show procfs-trace
23999 @kindex show procfs-trace
24000 Show the current state of @code{procfs} API call tracing.
24001
24002 @item set procfs-file @var{file}
24003 @kindex set procfs-file
24004 Tell @value{GDBN} to write @code{procfs} API trace to the named
24005 @var{file}. @value{GDBN} appends the trace info to the previous
24006 contents of the file. The default is to display the trace on the
24007 standard output.
24008
24009 @item show procfs-file
24010 @kindex show procfs-file
24011 Show the file to which @code{procfs} API trace is written.
24012
24013 @item proc-trace-entry
24014 @itemx proc-trace-exit
24015 @itemx proc-untrace-entry
24016 @itemx proc-untrace-exit
24017 @kindex proc-trace-entry
24018 @kindex proc-trace-exit
24019 @kindex proc-untrace-entry
24020 @kindex proc-untrace-exit
24021 These commands enable and disable tracing of entries into and exits
24022 from the @code{syscall} interface.
24023
24024 @item info pidlist
24025 @kindex info pidlist
24026 @cindex process list, QNX Neutrino
24027 For QNX Neutrino only, this command displays the list of all the
24028 processes and all the threads within each process.
24029
24030 @item info meminfo
24031 @kindex info meminfo
24032 @cindex mapinfo list, QNX Neutrino
24033 For QNX Neutrino only, this command displays the list of all mapinfos.
24034 @end table
24035
24036 @node DJGPP Native
24037 @subsection Features for Debugging @sc{djgpp} Programs
24038 @cindex @sc{djgpp} debugging
24039 @cindex native @sc{djgpp} debugging
24040 @cindex MS-DOS-specific commands
24041
24042 @cindex DPMI
24043 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
24044 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
24045 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
24046 top of real-mode DOS systems and their emulations.
24047
24048 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
24049 defines a few commands specific to the @sc{djgpp} port. This
24050 subsection describes those commands.
24051
24052 @table @code
24053 @kindex info dos
24054 @item info dos
24055 This is a prefix of @sc{djgpp}-specific commands which print
24056 information about the target system and important OS structures.
24057
24058 @kindex sysinfo
24059 @cindex MS-DOS system info
24060 @cindex free memory information (MS-DOS)
24061 @item info dos sysinfo
24062 This command displays assorted information about the underlying
24063 platform: the CPU type and features, the OS version and flavor, the
24064 DPMI version, and the available conventional and DPMI memory.
24065
24066 @cindex GDT
24067 @cindex LDT
24068 @cindex IDT
24069 @cindex segment descriptor tables
24070 @cindex descriptor tables display
24071 @item info dos gdt
24072 @itemx info dos ldt
24073 @itemx info dos idt
24074 These 3 commands display entries from, respectively, Global, Local,
24075 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
24076 tables are data structures which store a descriptor for each segment
24077 that is currently in use. The segment's selector is an index into a
24078 descriptor table; the table entry for that index holds the
24079 descriptor's base address and limit, and its attributes and access
24080 rights.
24081
24082 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
24083 segment (used for both data and the stack), and a DOS segment (which
24084 allows access to DOS/BIOS data structures and absolute addresses in
24085 conventional memory). However, the DPMI host will usually define
24086 additional segments in order to support the DPMI environment.
24087
24088 @cindex garbled pointers
24089 These commands allow to display entries from the descriptor tables.
24090 Without an argument, all entries from the specified table are
24091 displayed. An argument, which should be an integer expression, means
24092 display a single entry whose index is given by the argument. For
24093 example, here's a convenient way to display information about the
24094 debugged program's data segment:
24095
24096 @smallexample
24097 @exdent @code{(@value{GDBP}) info dos ldt $ds}
24098 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
24099 @end smallexample
24100
24101 @noindent
24102 This comes in handy when you want to see whether a pointer is outside
24103 the data segment's limit (i.e.@: @dfn{garbled}).
24104
24105 @cindex page tables display (MS-DOS)
24106 @item info dos pde
24107 @itemx info dos pte
24108 These two commands display entries from, respectively, the Page
24109 Directory and the Page Tables. Page Directories and Page Tables are
24110 data structures which control how virtual memory addresses are mapped
24111 into physical addresses. A Page Table includes an entry for every
24112 page of memory that is mapped into the program's address space; there
24113 may be several Page Tables, each one holding up to 4096 entries. A
24114 Page Directory has up to 4096 entries, one each for every Page Table
24115 that is currently in use.
24116
24117 Without an argument, @kbd{info dos pde} displays the entire Page
24118 Directory, and @kbd{info dos pte} displays all the entries in all of
24119 the Page Tables. An argument, an integer expression, given to the
24120 @kbd{info dos pde} command means display only that entry from the Page
24121 Directory table. An argument given to the @kbd{info dos pte} command
24122 means display entries from a single Page Table, the one pointed to by
24123 the specified entry in the Page Directory.
24124
24125 @cindex direct memory access (DMA) on MS-DOS
24126 These commands are useful when your program uses @dfn{DMA} (Direct
24127 Memory Access), which needs physical addresses to program the DMA
24128 controller.
24129
24130 These commands are supported only with some DPMI servers.
24131
24132 @cindex physical address from linear address
24133 @item info dos address-pte @var{addr}
24134 This command displays the Page Table entry for a specified linear
24135 address. The argument @var{addr} is a linear address which should
24136 already have the appropriate segment's base address added to it,
24137 because this command accepts addresses which may belong to @emph{any}
24138 segment. For example, here's how to display the Page Table entry for
24139 the page where a variable @code{i} is stored:
24140
24141 @smallexample
24142 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
24143 @exdent @code{Page Table entry for address 0x11a00d30:}
24144 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
24145 @end smallexample
24146
24147 @noindent
24148 This says that @code{i} is stored at offset @code{0xd30} from the page
24149 whose physical base address is @code{0x02698000}, and shows all the
24150 attributes of that page.
24151
24152 Note that you must cast the addresses of variables to a @code{char *},
24153 since otherwise the value of @code{__djgpp_base_address}, the base
24154 address of all variables and functions in a @sc{djgpp} program, will
24155 be added using the rules of C pointer arithmetics: if @code{i} is
24156 declared an @code{int}, @value{GDBN} will add 4 times the value of
24157 @code{__djgpp_base_address} to the address of @code{i}.
24158
24159 Here's another example, it displays the Page Table entry for the
24160 transfer buffer:
24161
24162 @smallexample
24163 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
24164 @exdent @code{Page Table entry for address 0x29110:}
24165 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
24166 @end smallexample
24167
24168 @noindent
24169 (The @code{+ 3} offset is because the transfer buffer's address is the
24170 3rd member of the @code{_go32_info_block} structure.) The output
24171 clearly shows that this DPMI server maps the addresses in conventional
24172 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
24173 linear (@code{0x29110}) addresses are identical.
24174
24175 This command is supported only with some DPMI servers.
24176 @end table
24177
24178 @cindex DOS serial data link, remote debugging
24179 In addition to native debugging, the DJGPP port supports remote
24180 debugging via a serial data link. The following commands are specific
24181 to remote serial debugging in the DJGPP port of @value{GDBN}.
24182
24183 @table @code
24184 @kindex set com1base
24185 @kindex set com1irq
24186 @kindex set com2base
24187 @kindex set com2irq
24188 @kindex set com3base
24189 @kindex set com3irq
24190 @kindex set com4base
24191 @kindex set com4irq
24192 @item set com1base @var{addr}
24193 This command sets the base I/O port address of the @file{COM1} serial
24194 port.
24195
24196 @item set com1irq @var{irq}
24197 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
24198 for the @file{COM1} serial port.
24199
24200 There are similar commands @samp{set com2base}, @samp{set com3irq},
24201 etc.@: for setting the port address and the @code{IRQ} lines for the
24202 other 3 COM ports.
24203
24204 @kindex show com1base
24205 @kindex show com1irq
24206 @kindex show com2base
24207 @kindex show com2irq
24208 @kindex show com3base
24209 @kindex show com3irq
24210 @kindex show com4base
24211 @kindex show com4irq
24212 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
24213 display the current settings of the base address and the @code{IRQ}
24214 lines used by the COM ports.
24215
24216 @item info serial
24217 @kindex info serial
24218 @cindex DOS serial port status
24219 This command prints the status of the 4 DOS serial ports. For each
24220 port, it prints whether it's active or not, its I/O base address and
24221 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
24222 counts of various errors encountered so far.
24223 @end table
24224
24225
24226 @node Cygwin Native
24227 @subsection Features for Debugging MS Windows PE Executables
24228 @cindex MS Windows debugging
24229 @cindex native Cygwin debugging
24230 @cindex Cygwin-specific commands
24231
24232 @value{GDBN} supports native debugging of MS Windows programs, including
24233 DLLs with and without symbolic debugging information.
24234
24235 @cindex Ctrl-BREAK, MS-Windows
24236 @cindex interrupt debuggee on MS-Windows
24237 MS-Windows programs that call @code{SetConsoleMode} to switch off the
24238 special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
24239 by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
24240 supports @kbd{C-@key{BREAK}} as an alternative interrupt key
24241 sequence, which can be used to interrupt the debuggee even if it
24242 ignores @kbd{C-c}.
24243
24244 There are various additional Cygwin-specific commands, described in
24245 this section. Working with DLLs that have no debugging symbols is
24246 described in @ref{Non-debug DLL Symbols}.
24247
24248 @table @code
24249 @kindex info w32
24250 @item info w32
24251 This is a prefix of MS Windows-specific commands which print
24252 information about the target system and important OS structures.
24253
24254 @item info w32 selector
24255 This command displays information returned by
24256 the Win32 API @code{GetThreadSelectorEntry} function.
24257 It takes an optional argument that is evaluated to
24258 a long value to give the information about this given selector.
24259 Without argument, this command displays information
24260 about the six segment registers.
24261
24262 @item info w32 thread-information-block
24263 This command displays thread specific information stored in the
24264 Thread Information Block (readable on the X86 CPU family using @code{$fs}
24265 selector for 32-bit programs and @code{$gs} for 64-bit programs).
24266
24267 @kindex signal-event
24268 @item signal-event @var{id}
24269 This command signals an event with user-provided @var{id}. Used to resume
24270 crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
24271
24272 To use it, create or edit the following keys in
24273 @code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
24274 @code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
24275 (for x86_64 versions):
24276
24277 @itemize @minus
24278 @item
24279 @code{Debugger} (REG_SZ) --- a command to launch the debugger.
24280 Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
24281 "attach %ld" -ex "signal-event %ld" -ex "continue"}.
24282
24283 The first @code{%ld} will be replaced by the process ID of the
24284 crashing process, the second @code{%ld} will be replaced by the ID of
24285 the event that blocks the crashing process, waiting for @value{GDBN}
24286 to attach.
24287
24288 @item
24289 @code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
24290 make the system run debugger specified by the Debugger key
24291 automatically, @code{0} will cause a dialog box with ``OK'' and
24292 ``Cancel'' buttons to appear, which allows the user to either
24293 terminate the crashing process (OK) or debug it (Cancel).
24294 @end itemize
24295
24296 @kindex set cygwin-exceptions
24297 @cindex debugging the Cygwin DLL
24298 @cindex Cygwin DLL, debugging
24299 @item set cygwin-exceptions @var{mode}
24300 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
24301 happen inside the Cygwin DLL. If @var{mode} is @code{off},
24302 @value{GDBN} will delay recognition of exceptions, and may ignore some
24303 exceptions which seem to be caused by internal Cygwin DLL
24304 ``bookkeeping''. This option is meant primarily for debugging the
24305 Cygwin DLL itself; the default value is @code{off} to avoid annoying
24306 @value{GDBN} users with false @code{SIGSEGV} signals.
24307
24308 @kindex show cygwin-exceptions
24309 @item show cygwin-exceptions
24310 Displays whether @value{GDBN} will break on exceptions that happen
24311 inside the Cygwin DLL itself.
24312
24313 @kindex set new-console
24314 @item set new-console @var{mode}
24315 If @var{mode} is @code{on} the debuggee will
24316 be started in a new console on next start.
24317 If @var{mode} is @code{off}, the debuggee will
24318 be started in the same console as the debugger.
24319
24320 @kindex show new-console
24321 @item show new-console
24322 Displays whether a new console is used
24323 when the debuggee is started.
24324
24325 @kindex set new-group
24326 @item set new-group @var{mode}
24327 This boolean value controls whether the debuggee should
24328 start a new group or stay in the same group as the debugger.
24329 This affects the way the Windows OS handles
24330 @samp{Ctrl-C}.
24331
24332 @kindex show new-group
24333 @item show new-group
24334 Displays current value of new-group boolean.
24335
24336 @kindex set debugevents
24337 @item set debugevents
24338 This boolean value adds debug output concerning kernel events related
24339 to the debuggee seen by the debugger. This includes events that
24340 signal thread and process creation and exit, DLL loading and
24341 unloading, console interrupts, and debugging messages produced by the
24342 Windows @code{OutputDebugString} API call.
24343
24344 @kindex set debugexec
24345 @item set debugexec
24346 This boolean value adds debug output concerning execute events
24347 (such as resume thread) seen by the debugger.
24348
24349 @kindex set debugexceptions
24350 @item set debugexceptions
24351 This boolean value adds debug output concerning exceptions in the
24352 debuggee seen by the debugger.
24353
24354 @kindex set debugmemory
24355 @item set debugmemory
24356 This boolean value adds debug output concerning debuggee memory reads
24357 and writes by the debugger.
24358
24359 @kindex set shell
24360 @item set shell
24361 This boolean values specifies whether the debuggee is called
24362 via a shell or directly (default value is on).
24363
24364 @kindex show shell
24365 @item show shell
24366 Displays if the debuggee will be started with a shell.
24367
24368 @end table
24369
24370 @menu
24371 * Non-debug DLL Symbols:: Support for DLLs without debugging symbols
24372 @end menu
24373
24374 @node Non-debug DLL Symbols
24375 @subsubsection Support for DLLs without Debugging Symbols
24376 @cindex DLLs with no debugging symbols
24377 @cindex Minimal symbols and DLLs
24378
24379 Very often on windows, some of the DLLs that your program relies on do
24380 not include symbolic debugging information (for example,
24381 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
24382 symbols in a DLL, it relies on the minimal amount of symbolic
24383 information contained in the DLL's export table. This section
24384 describes working with such symbols, known internally to @value{GDBN} as
24385 ``minimal symbols''.
24386
24387 Note that before the debugged program has started execution, no DLLs
24388 will have been loaded. The easiest way around this problem is simply to
24389 start the program --- either by setting a breakpoint or letting the
24390 program run once to completion.
24391
24392 @subsubsection DLL Name Prefixes
24393
24394 In keeping with the naming conventions used by the Microsoft debugging
24395 tools, DLL export symbols are made available with a prefix based on the
24396 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24397 also entered into the symbol table, so @code{CreateFileA} is often
24398 sufficient. In some cases there will be name clashes within a program
24399 (particularly if the executable itself includes full debugging symbols)
24400 necessitating the use of the fully qualified name when referring to the
24401 contents of the DLL. Use single-quotes around the name to avoid the
24402 exclamation mark (``!'') being interpreted as a language operator.
24403
24404 Note that the internal name of the DLL may be all upper-case, even
24405 though the file name of the DLL is lower-case, or vice-versa. Since
24406 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24407 some confusion. If in doubt, try the @code{info functions} and
24408 @code{info variables} commands or even @code{maint print msymbols}
24409 (@pxref{Symbols}). Here's an example:
24410
24411 @smallexample
24412 (@value{GDBP}) info function CreateFileA
24413 All functions matching regular expression "CreateFileA":
24414
24415 Non-debugging symbols:
24416 0x77e885f4 CreateFileA
24417 0x77e885f4 KERNEL32!CreateFileA
24418 @end smallexample
24419
24420 @smallexample
24421 (@value{GDBP}) info function !
24422 All functions matching regular expression "!":
24423
24424 Non-debugging symbols:
24425 0x6100114c cygwin1!__assert
24426 0x61004034 cygwin1!_dll_crt0@@0
24427 0x61004240 cygwin1!dll_crt0(per_process *)
24428 [etc...]
24429 @end smallexample
24430
24431 @subsubsection Working with Minimal Symbols
24432
24433 Symbols extracted from a DLL's export table do not contain very much
24434 type information. All that @value{GDBN} can do is guess whether a symbol
24435 refers to a function or variable depending on the linker section that
24436 contains the symbol. Also note that the actual contents of the memory
24437 contained in a DLL are not available unless the program is running. This
24438 means that you cannot examine the contents of a variable or disassemble
24439 a function within a DLL without a running program.
24440
24441 Variables are generally treated as pointers and dereferenced
24442 automatically. For this reason, it is often necessary to prefix a
24443 variable name with the address-of operator (``&'') and provide explicit
24444 type information in the command. Here's an example of the type of
24445 problem:
24446
24447 @smallexample
24448 (@value{GDBP}) print 'cygwin1!__argv'
24449 'cygwin1!__argv' has unknown type; cast it to its declared type
24450 @end smallexample
24451
24452 @smallexample
24453 (@value{GDBP}) x 'cygwin1!__argv'
24454 'cygwin1!__argv' has unknown type; cast it to its declared type
24455 @end smallexample
24456
24457 And two possible solutions:
24458
24459 @smallexample
24460 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
24461 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
24462 @end smallexample
24463
24464 @smallexample
24465 (@value{GDBP}) x/2x &'cygwin1!__argv'
24466 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
24467 (@value{GDBP}) x/x 0x10021608
24468 0x10021608: 0x0022fd98
24469 (@value{GDBP}) x/s 0x0022fd98
24470 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
24471 @end smallexample
24472
24473 Setting a break point within a DLL is possible even before the program
24474 starts execution. However, under these circumstances, @value{GDBN} can't
24475 examine the initial instructions of the function in order to skip the
24476 function's frame set-up code. You can work around this by using ``*&''
24477 to set the breakpoint at a raw memory address:
24478
24479 @smallexample
24480 (@value{GDBP}) break *&'python22!PyOS_Readline'
24481 Breakpoint 1 at 0x1e04eff0
24482 @end smallexample
24483
24484 The author of these extensions is not entirely convinced that setting a
24485 break point within a shared DLL like @file{kernel32.dll} is completely
24486 safe.
24487
24488 @node Hurd Native
24489 @subsection Commands Specific to @sc{gnu} Hurd Systems
24490 @cindex @sc{gnu} Hurd debugging
24491
24492 This subsection describes @value{GDBN} commands specific to the
24493 @sc{gnu} Hurd native debugging.
24494
24495 @table @code
24496 @item set signals
24497 @itemx set sigs
24498 @kindex set signals@r{, Hurd command}
24499 @kindex set sigs@r{, Hurd command}
24500 This command toggles the state of inferior signal interception by
24501 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
24502 affected by this command. @code{sigs} is a shorthand alias for
24503 @code{signals}.
24504
24505 @item show signals
24506 @itemx show sigs
24507 @kindex show signals@r{, Hurd command}
24508 @kindex show sigs@r{, Hurd command}
24509 Show the current state of intercepting inferior's signals.
24510
24511 @item set signal-thread
24512 @itemx set sigthread
24513 @kindex set signal-thread
24514 @kindex set sigthread
24515 This command tells @value{GDBN} which thread is the @code{libc} signal
24516 thread. That thread is run when a signal is delivered to a running
24517 process. @code{set sigthread} is the shorthand alias of @code{set
24518 signal-thread}.
24519
24520 @item show signal-thread
24521 @itemx show sigthread
24522 @kindex show signal-thread
24523 @kindex show sigthread
24524 These two commands show which thread will run when the inferior is
24525 delivered a signal.
24526
24527 @item set stopped
24528 @kindex set stopped@r{, Hurd command}
24529 This commands tells @value{GDBN} that the inferior process is stopped,
24530 as with the @code{SIGSTOP} signal. The stopped process can be
24531 continued by delivering a signal to it.
24532
24533 @item show stopped
24534 @kindex show stopped@r{, Hurd command}
24535 This command shows whether @value{GDBN} thinks the debuggee is
24536 stopped.
24537
24538 @item set exceptions
24539 @kindex set exceptions@r{, Hurd command}
24540 Use this command to turn off trapping of exceptions in the inferior.
24541 When exception trapping is off, neither breakpoints nor
24542 single-stepping will work. To restore the default, set exception
24543 trapping on.
24544
24545 @item show exceptions
24546 @kindex show exceptions@r{, Hurd command}
24547 Show the current state of trapping exceptions in the inferior.
24548
24549 @item set task pause
24550 @kindex set task@r{, Hurd commands}
24551 @cindex task attributes (@sc{gnu} Hurd)
24552 @cindex pause current task (@sc{gnu} Hurd)
24553 This command toggles task suspension when @value{GDBN} has control.
24554 Setting it to on takes effect immediately, and the task is suspended
24555 whenever @value{GDBN} gets control. Setting it to off will take
24556 effect the next time the inferior is continued. If this option is set
24557 to off, you can use @code{set thread default pause on} or @code{set
24558 thread pause on} (see below) to pause individual threads.
24559
24560 @item show task pause
24561 @kindex show task@r{, Hurd commands}
24562 Show the current state of task suspension.
24563
24564 @item set task detach-suspend-count
24565 @cindex task suspend count
24566 @cindex detach from task, @sc{gnu} Hurd
24567 This command sets the suspend count the task will be left with when
24568 @value{GDBN} detaches from it.
24569
24570 @item show task detach-suspend-count
24571 Show the suspend count the task will be left with when detaching.
24572
24573 @item set task exception-port
24574 @itemx set task excp
24575 @cindex task exception port, @sc{gnu} Hurd
24576 This command sets the task exception port to which @value{GDBN} will
24577 forward exceptions. The argument should be the value of the @dfn{send
24578 rights} of the task. @code{set task excp} is a shorthand alias.
24579
24580 @item set noninvasive
24581 @cindex noninvasive task options
24582 This command switches @value{GDBN} to a mode that is the least
24583 invasive as far as interfering with the inferior is concerned. This
24584 is the same as using @code{set task pause}, @code{set exceptions}, and
24585 @code{set signals} to values opposite to the defaults.
24586
24587 @item info send-rights
24588 @itemx info receive-rights
24589 @itemx info port-rights
24590 @itemx info port-sets
24591 @itemx info dead-names
24592 @itemx info ports
24593 @itemx info psets
24594 @cindex send rights, @sc{gnu} Hurd
24595 @cindex receive rights, @sc{gnu} Hurd
24596 @cindex port rights, @sc{gnu} Hurd
24597 @cindex port sets, @sc{gnu} Hurd
24598 @cindex dead names, @sc{gnu} Hurd
24599 These commands display information about, respectively, send rights,
24600 receive rights, port rights, port sets, and dead names of a task.
24601 There are also shorthand aliases: @code{info ports} for @code{info
24602 port-rights} and @code{info psets} for @code{info port-sets}.
24603
24604 @item set thread pause
24605 @kindex set thread@r{, Hurd command}
24606 @cindex thread properties, @sc{gnu} Hurd
24607 @cindex pause current thread (@sc{gnu} Hurd)
24608 This command toggles current thread suspension when @value{GDBN} has
24609 control. Setting it to on takes effect immediately, and the current
24610 thread is suspended whenever @value{GDBN} gets control. Setting it to
24611 off will take effect the next time the inferior is continued.
24612 Normally, this command has no effect, since when @value{GDBN} has
24613 control, the whole task is suspended. However, if you used @code{set
24614 task pause off} (see above), this command comes in handy to suspend
24615 only the current thread.
24616
24617 @item show thread pause
24618 @kindex show thread@r{, Hurd command}
24619 This command shows the state of current thread suspension.
24620
24621 @item set thread run
24622 This command sets whether the current thread is allowed to run.
24623
24624 @item show thread run
24625 Show whether the current thread is allowed to run.
24626
24627 @item set thread detach-suspend-count
24628 @cindex thread suspend count, @sc{gnu} Hurd
24629 @cindex detach from thread, @sc{gnu} Hurd
24630 This command sets the suspend count @value{GDBN} will leave on a
24631 thread when detaching. This number is relative to the suspend count
24632 found by @value{GDBN} when it notices the thread; use @code{set thread
24633 takeover-suspend-count} to force it to an absolute value.
24634
24635 @item show thread detach-suspend-count
24636 Show the suspend count @value{GDBN} will leave on the thread when
24637 detaching.
24638
24639 @item set thread exception-port
24640 @itemx set thread excp
24641 Set the thread exception port to which to forward exceptions. This
24642 overrides the port set by @code{set task exception-port} (see above).
24643 @code{set thread excp} is the shorthand alias.
24644
24645 @item set thread takeover-suspend-count
24646 Normally, @value{GDBN}'s thread suspend counts are relative to the
24647 value @value{GDBN} finds when it notices each thread. This command
24648 changes the suspend counts to be absolute instead.
24649
24650 @item set thread default
24651 @itemx show thread default
24652 @cindex thread default settings, @sc{gnu} Hurd
24653 Each of the above @code{set thread} commands has a @code{set thread
24654 default} counterpart (e.g., @code{set thread default pause}, @code{set
24655 thread default exception-port}, etc.). The @code{thread default}
24656 variety of commands sets the default thread properties for all
24657 threads; you can then change the properties of individual threads with
24658 the non-default commands.
24659 @end table
24660
24661 @node Darwin
24662 @subsection Darwin
24663 @cindex Darwin
24664
24665 @value{GDBN} provides the following commands specific to the Darwin target:
24666
24667 @table @code
24668 @item set debug darwin @var{num}
24669 @kindex set debug darwin
24670 When set to a non zero value, enables debugging messages specific to
24671 the Darwin support. Higher values produce more verbose output.
24672
24673 @item show debug darwin
24674 @kindex show debug darwin
24675 Show the current state of Darwin messages.
24676
24677 @item set debug mach-o @var{num}
24678 @kindex set debug mach-o
24679 When set to a non zero value, enables debugging messages while
24680 @value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
24681 file format used on Darwin for object and executable files.) Higher
24682 values produce more verbose output. This is a command to diagnose
24683 problems internal to @value{GDBN} and should not be needed in normal
24684 usage.
24685
24686 @item show debug mach-o
24687 @kindex show debug mach-o
24688 Show the current state of Mach-O file messages.
24689
24690 @item set mach-exceptions on
24691 @itemx set mach-exceptions off
24692 @kindex set mach-exceptions
24693 On Darwin, faults are first reported as a Mach exception and are then
24694 mapped to a Posix signal. Use this command to turn on trapping of
24695 Mach exceptions in the inferior. This might be sometimes useful to
24696 better understand the cause of a fault. The default is off.
24697
24698 @item show mach-exceptions
24699 @kindex show mach-exceptions
24700 Show the current state of exceptions trapping.
24701 @end table
24702
24703 @node FreeBSD
24704 @subsection FreeBSD
24705 @cindex FreeBSD
24706
24707 When the ABI of a system call is changed in the FreeBSD kernel, this
24708 is implemented by leaving a compatibility system call using the old
24709 ABI at the existing number and allocating a new system call number for
24710 the version using the new ABI. As a convenience, when a system call
24711 is caught by name (@pxref{catch syscall}), compatibility system calls
24712 are also caught.
24713
24714 For example, FreeBSD 12 introduced a new variant of the @code{kevent}
24715 system call and catching the @code{kevent} system call by name catches
24716 both variants:
24717
24718 @smallexample
24719 (@value{GDBP}) catch syscall kevent
24720 Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
24721 (@value{GDBP})
24722 @end smallexample
24723
24724
24725 @node Embedded OS
24726 @section Embedded Operating Systems
24727
24728 This section describes configurations involving the debugging of
24729 embedded operating systems that are available for several different
24730 architectures.
24731
24732 @value{GDBN} includes the ability to debug programs running on
24733 various real-time operating systems.
24734
24735 @node Embedded Processors
24736 @section Embedded Processors
24737
24738 This section goes into details specific to particular embedded
24739 configurations.
24740
24741 @cindex send command to simulator
24742 Whenever a specific embedded processor has a simulator, @value{GDBN}
24743 allows to send an arbitrary command to the simulator.
24744
24745 @table @code
24746 @item sim @var{command}
24747 @kindex sim@r{, a command}
24748 Send an arbitrary @var{command} string to the simulator. Consult the
24749 documentation for the specific simulator in use for information about
24750 acceptable commands.
24751 @end table
24752
24753
24754 @menu
24755 * ARC:: Synopsys ARC
24756 * ARM:: ARM
24757 * BPF:: eBPF
24758 * M68K:: Motorola M68K
24759 * MicroBlaze:: Xilinx MicroBlaze
24760 * MIPS Embedded:: MIPS Embedded
24761 * OpenRISC 1000:: OpenRISC 1000 (or1k)
24762 * PowerPC Embedded:: PowerPC Embedded
24763 * AVR:: Atmel AVR
24764 * CRIS:: CRIS
24765 * Super-H:: Renesas Super-H
24766 @end menu
24767
24768 @node ARC
24769 @subsection Synopsys ARC
24770 @cindex Synopsys ARC
24771 @cindex ARC specific commands
24772 @cindex ARC600
24773 @cindex ARC700
24774 @cindex ARC EM
24775 @cindex ARC HS
24776
24777 @value{GDBN} provides the following ARC-specific commands:
24778
24779 @table @code
24780 @item set debug arc
24781 @kindex set debug arc
24782 Control the level of ARC specific debug messages. Use 0 for no messages (the
24783 default), 1 for debug messages, and 2 for even more debug messages.
24784
24785 @item show debug arc
24786 @kindex show debug arc
24787 Show the level of ARC specific debugging in operation.
24788
24789 @item maint print arc arc-instruction @var{address}
24790 @kindex maint print arc arc-instruction
24791 Print internal disassembler information about instruction at a given address.
24792
24793 @end table
24794
24795 @node ARM
24796 @subsection ARM
24797
24798 @value{GDBN} provides the following ARM-specific commands:
24799
24800 @table @code
24801 @item set arm disassembler
24802 @kindex set arm
24803 This commands selects from a list of disassembly styles. The
24804 @code{"std"} style is the standard style.
24805
24806 @item show arm disassembler
24807 @kindex show arm
24808 Show the current disassembly style.
24809
24810 @item set arm apcs32
24811 @cindex ARM 32-bit mode
24812 This command toggles ARM operation mode between 32-bit and 26-bit.
24813
24814 @item show arm apcs32
24815 Display the current usage of the ARM 32-bit mode.
24816
24817 @item set arm fpu @var{fputype}
24818 This command sets the ARM floating-point unit (FPU) type. The
24819 argument @var{fputype} can be one of these:
24820
24821 @table @code
24822 @item auto
24823 Determine the FPU type by querying the OS ABI.
24824 @item softfpa
24825 Software FPU, with mixed-endian doubles on little-endian ARM
24826 processors.
24827 @item fpa
24828 GCC-compiled FPA co-processor.
24829 @item softvfp
24830 Software FPU with pure-endian doubles.
24831 @item vfp
24832 VFP co-processor.
24833 @end table
24834
24835 @item show arm fpu
24836 Show the current type of the FPU.
24837
24838 @item set arm abi
24839 This command forces @value{GDBN} to use the specified ABI.
24840
24841 @item show arm abi
24842 Show the currently used ABI.
24843
24844 @item set arm fallback-mode (arm|thumb|auto)
24845 @value{GDBN} uses the symbol table, when available, to determine
24846 whether instructions are ARM or Thumb. This command controls
24847 @value{GDBN}'s default behavior when the symbol table is not
24848 available. The default is @samp{auto}, which causes @value{GDBN} to
24849 use the current execution mode (from the @code{T} bit in the @code{CPSR}
24850 register).
24851
24852 @item show arm fallback-mode
24853 Show the current fallback instruction mode.
24854
24855 @item set arm force-mode (arm|thumb|auto)
24856 This command overrides use of the symbol table to determine whether
24857 instructions are ARM or Thumb. The default is @samp{auto}, which
24858 causes @value{GDBN} to use the symbol table and then the setting
24859 of @samp{set arm fallback-mode}.
24860
24861 @item show arm force-mode
24862 Show the current forced instruction mode.
24863
24864 @item set debug arm
24865 Toggle whether to display ARM-specific debugging messages from the ARM
24866 target support subsystem.
24867
24868 @item show debug arm
24869 Show whether ARM-specific debugging messages are enabled.
24870 @end table
24871
24872 @table @code
24873 @item target sim @r{[}@var{simargs}@r{]} @dots{}
24874 The @value{GDBN} ARM simulator accepts the following optional arguments.
24875
24876 @table @code
24877 @item --swi-support=@var{type}
24878 Tell the simulator which SWI interfaces to support. The argument
24879 @var{type} may be a comma separated list of the following values.
24880 The default value is @code{all}.
24881
24882 @table @code
24883 @item none
24884 @item demon
24885 @item angel
24886 @item redboot
24887 @item all
24888 @end table
24889 @end table
24890 @end table
24891
24892 @node BPF
24893 @subsection BPF
24894
24895 @table @code
24896 @item target sim @r{[}@var{simargs}@r{]} @dots{}
24897 The @value{GDBN} BPF simulator accepts the following optional arguments.
24898
24899 @table @code
24900 @item --skb-data-offset=@var{offset}
24901 Tell the simulator the offset, measured in bytes, of the
24902 @code{skb_data} field in the kernel @code{struct sk_buff} structure.
24903 This offset is used by some BPF specific-purpose load/store
24904 instructions. Defaults to 0.
24905 @end table
24906 @end table
24907
24908 @node M68K
24909 @subsection M68k
24910
24911 The Motorola m68k configuration includes ColdFire support.
24912
24913 @node MicroBlaze
24914 @subsection MicroBlaze
24915 @cindex Xilinx MicroBlaze
24916 @cindex XMD, Xilinx Microprocessor Debugger
24917
24918 The MicroBlaze is a soft-core processor supported on various Xilinx
24919 FPGAs, such as Spartan or Virtex series. Boards with these processors
24920 usually have JTAG ports which connect to a host system running the Xilinx
24921 Embedded Development Kit (EDK) or Software Development Kit (SDK).
24922 This host system is used to download the configuration bitstream to
24923 the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
24924 communicates with the target board using the JTAG interface and
24925 presents a @code{gdbserver} interface to the board. By default
24926 @code{xmd} uses port @code{1234}. (While it is possible to change
24927 this default port, it requires the use of undocumented @code{xmd}
24928 commands. Contact Xilinx support if you need to do this.)
24929
24930 Use these GDB commands to connect to the MicroBlaze target processor.
24931
24932 @table @code
24933 @item target remote :1234
24934 Use this command to connect to the target if you are running @value{GDBN}
24935 on the same system as @code{xmd}.
24936
24937 @item target remote @var{xmd-host}:1234
24938 Use this command to connect to the target if it is connected to @code{xmd}
24939 running on a different system named @var{xmd-host}.
24940
24941 @item load
24942 Use this command to download a program to the MicroBlaze target.
24943
24944 @item set debug microblaze @var{n}
24945 Enable MicroBlaze-specific debugging messages if non-zero.
24946
24947 @item show debug microblaze @var{n}
24948 Show MicroBlaze-specific debugging level.
24949 @end table
24950
24951 @node MIPS Embedded
24952 @subsection @acronym{MIPS} Embedded
24953
24954 @noindent
24955 @value{GDBN} supports these special commands for @acronym{MIPS} targets:
24956
24957 @table @code
24958 @item set mipsfpu double
24959 @itemx set mipsfpu single
24960 @itemx set mipsfpu none
24961 @itemx set mipsfpu auto
24962 @itemx show mipsfpu
24963 @kindex set mipsfpu
24964 @kindex show mipsfpu
24965 @cindex @acronym{MIPS} remote floating point
24966 @cindex floating point, @acronym{MIPS} remote
24967 If your target board does not support the @acronym{MIPS} floating point
24968 coprocessor, you should use the command @samp{set mipsfpu none} (if you
24969 need this, you may wish to put the command in your @value{GDBN} init
24970 file). This tells @value{GDBN} how to find the return value of
24971 functions which return floating point values. It also allows
24972 @value{GDBN} to avoid saving the floating point registers when calling
24973 functions on the board. If you are using a floating point coprocessor
24974 with only single precision floating point support, as on the @sc{r4650}
24975 processor, use the command @samp{set mipsfpu single}. The default
24976 double precision floating point coprocessor may be selected using
24977 @samp{set mipsfpu double}.
24978
24979 In previous versions the only choices were double precision or no
24980 floating point, so @samp{set mipsfpu on} will select double precision
24981 and @samp{set mipsfpu off} will select no floating point.
24982
24983 As usual, you can inquire about the @code{mipsfpu} variable with
24984 @samp{show mipsfpu}.
24985 @end table
24986
24987 @node OpenRISC 1000
24988 @subsection OpenRISC 1000
24989 @cindex OpenRISC 1000
24990
24991 @noindent
24992 The OpenRISC 1000 provides a free RISC instruction set architecture. It is
24993 mainly provided as a soft-core which can run on Xilinx, Altera and other
24994 FPGA's.
24995
24996 @value{GDBN} for OpenRISC supports the below commands when connecting to
24997 a target:
24998
24999 @table @code
25000
25001 @kindex target sim
25002 @item target sim
25003
25004 Runs the builtin CPU simulator which can run very basic
25005 programs but does not support most hardware functions like MMU.
25006 For more complex use cases the user is advised to run an external
25007 target, and connect using @samp{target remote}.
25008
25009 Example: @code{target sim}
25010
25011 @item set debug or1k
25012 Toggle whether to display OpenRISC-specific debugging messages from the
25013 OpenRISC target support subsystem.
25014
25015 @item show debug or1k
25016 Show whether OpenRISC-specific debugging messages are enabled.
25017 @end table
25018
25019 @node PowerPC Embedded
25020 @subsection PowerPC Embedded
25021
25022 @cindex DVC register
25023 @value{GDBN} supports using the DVC (Data Value Compare) register to
25024 implement in hardware simple hardware watchpoint conditions of the form:
25025
25026 @smallexample
25027 (@value{GDBP}) watch @var{address|variable} \
25028 if @var{address|variable} == @var{constant expression}
25029 @end smallexample
25030
25031 The DVC register will be automatically used when @value{GDBN} detects
25032 such pattern in a condition expression, and the created watchpoint uses one
25033 debug register (either the @code{exact-watchpoints} option is on and the
25034 variable is scalar, or the variable has a length of one byte). This feature
25035 is available in native @value{GDBN} running on a Linux kernel version 2.6.34
25036 or newer.
25037
25038 When running on PowerPC embedded processors, @value{GDBN} automatically uses
25039 ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
25040 in which case watchpoints using only one debug register are created when
25041 watching variables of scalar types.
25042
25043 You can create an artificial array to watch an arbitrary memory
25044 region using one of the following commands (@pxref{Expressions}):
25045
25046 @smallexample
25047 (@value{GDBP}) watch *((char *) @var{address})@@@var{length}
25048 (@value{GDBP}) watch @{char[@var{length}]@} @var{address}
25049 @end smallexample
25050
25051 PowerPC embedded processors support masked watchpoints. See the discussion
25052 about the @code{mask} argument in @ref{Set Watchpoints}.
25053
25054 @cindex ranged breakpoint
25055 PowerPC embedded processors support hardware accelerated
25056 @dfn{ranged breakpoints}. A ranged breakpoint stops execution of
25057 the inferior whenever it executes an instruction at any address within
25058 the range it specifies. To set a ranged breakpoint in @value{GDBN},
25059 use the @code{break-range} command.
25060
25061 @value{GDBN} provides the following PowerPC-specific commands:
25062
25063 @table @code
25064 @kindex break-range
25065 @item break-range @var{start-location}, @var{end-location}
25066 Set a breakpoint for an address range given by
25067 @var{start-location} and @var{end-location}, which can specify a function name,
25068 a line number, an offset of lines from the current line or from the start
25069 location, or an address of an instruction (see @ref{Specify Location},
25070 for a list of all the possible ways to specify a @var{location}.)
25071 The breakpoint will stop execution of the inferior whenever it
25072 executes an instruction at any address within the specified range,
25073 (including @var{start-location} and @var{end-location}.)
25074
25075 @kindex set powerpc
25076 @item set powerpc soft-float
25077 @itemx show powerpc soft-float
25078 Force @value{GDBN} to use (or not use) a software floating point calling
25079 convention. By default, @value{GDBN} selects the calling convention based
25080 on the selected architecture and the provided executable file.
25081
25082 @item set powerpc vector-abi
25083 @itemx show powerpc vector-abi
25084 Force @value{GDBN} to use the specified calling convention for vector
25085 arguments and return values. The valid options are @samp{auto};
25086 @samp{generic}, to avoid vector registers even if they are present;
25087 @samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
25088 registers. By default, @value{GDBN} selects the calling convention
25089 based on the selected architecture and the provided executable file.
25090
25091 @item set powerpc exact-watchpoints
25092 @itemx show powerpc exact-watchpoints
25093 Allow @value{GDBN} to use only one debug register when watching a variable
25094 of scalar type, thus assuming that the variable is accessed through the
25095 address of its first byte.
25096
25097 @end table
25098
25099 @node AVR
25100 @subsection Atmel AVR
25101 @cindex AVR
25102
25103 When configured for debugging the Atmel AVR, @value{GDBN} supports the
25104 following AVR-specific commands:
25105
25106 @table @code
25107 @item info io_registers
25108 @kindex info io_registers@r{, AVR}
25109 @cindex I/O registers (Atmel AVR)
25110 This command displays information about the AVR I/O registers. For
25111 each register, @value{GDBN} prints its number and value.
25112 @end table
25113
25114 @node CRIS
25115 @subsection CRIS
25116 @cindex CRIS
25117
25118 When configured for debugging CRIS, @value{GDBN} provides the
25119 following CRIS-specific commands:
25120
25121 @table @code
25122 @item set cris-version @var{ver}
25123 @cindex CRIS version
25124 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
25125 The CRIS version affects register names and sizes. This command is useful in
25126 case autodetection of the CRIS version fails.
25127
25128 @item show cris-version
25129 Show the current CRIS version.
25130
25131 @item set cris-dwarf2-cfi
25132 @cindex DWARF-2 CFI and CRIS
25133 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
25134 Change to @samp{off} when using @code{gcc-cris} whose version is below
25135 @code{R59}.
25136
25137 @item show cris-dwarf2-cfi
25138 Show the current state of using DWARF-2 CFI.
25139
25140 @item set cris-mode @var{mode}
25141 @cindex CRIS mode
25142 Set the current CRIS mode to @var{mode}. It should only be changed when
25143 debugging in guru mode, in which case it should be set to
25144 @samp{guru} (the default is @samp{normal}).
25145
25146 @item show cris-mode
25147 Show the current CRIS mode.
25148 @end table
25149
25150 @node Super-H
25151 @subsection Renesas Super-H
25152 @cindex Super-H
25153
25154 For the Renesas Super-H processor, @value{GDBN} provides these
25155 commands:
25156
25157 @table @code
25158 @item set sh calling-convention @var{convention}
25159 @kindex set sh calling-convention
25160 Set the calling-convention used when calling functions from @value{GDBN}.
25161 Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
25162 With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
25163 convention. If the DWARF-2 information of the called function specifies
25164 that the function follows the Renesas calling convention, the function
25165 is called using the Renesas calling convention. If the calling convention
25166 is set to @samp{renesas}, the Renesas calling convention is always used,
25167 regardless of the DWARF-2 information. This can be used to override the
25168 default of @samp{gcc} if debug information is missing, or the compiler
25169 does not emit the DWARF-2 calling convention entry for a function.
25170
25171 @item show sh calling-convention
25172 @kindex show sh calling-convention
25173 Show the current calling convention setting.
25174
25175 @end table
25176
25177
25178 @node Architectures
25179 @section Architectures
25180
25181 This section describes characteristics of architectures that affect
25182 all uses of @value{GDBN} with the architecture, both native and cross.
25183
25184 @menu
25185 * AArch64::
25186 * i386::
25187 * Alpha::
25188 * MIPS::
25189 * HPPA:: HP PA architecture
25190 * PowerPC::
25191 * Nios II::
25192 * Sparc64::
25193 * S12Z::
25194 @end menu
25195
25196 @node AArch64
25197 @subsection AArch64
25198 @cindex AArch64 support
25199
25200 When @value{GDBN} is debugging the AArch64 architecture, it provides the
25201 following special commands:
25202
25203 @table @code
25204 @item set debug aarch64
25205 @kindex set debug aarch64
25206 This command determines whether AArch64 architecture-specific debugging
25207 messages are to be displayed.
25208
25209 @item show debug aarch64
25210 Show whether AArch64 debugging messages are displayed.
25211
25212 @end table
25213
25214 @subsubsection AArch64 SVE.
25215 @cindex AArch64 SVE.
25216
25217 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
25218 Extension (SVE) is present, then @value{GDBN} will provide the vector registers
25219 @code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
25220 @code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
25221 @code{$vg} will be provided. This is the vector granule for the current thread
25222 and represents the number of 64-bit chunks in an SVE @code{z} register.
25223
25224 If the vector length changes, then the @code{$vg} register will be updated,
25225 but the lengths of the @code{z} and @code{p} registers will not change. This
25226 is a known limitation of @value{GDBN} and does not affect the execution of the
25227 target process.
25228
25229 @subsubsection AArch64 Pointer Authentication.
25230 @cindex AArch64 Pointer Authentication.
25231
25232 When @value{GDBN} is debugging the AArch64 architecture, and the program is
25233 using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
25234 register @code{$lr} is pointing to an PAC function its value will be masked.
25235 When GDB prints a backtrace, any addresses that required unmasking will be
25236 postfixed with the marker [PAC]. When using the MI, this is printed as part
25237 of the @code{addr_flags} field.
25238
25239 @subsubsection AArch64 Memory Tagging Extension.
25240 @cindex AArch64 Memory Tagging Extension.
25241
25242 When @value{GDBN} is debugging the AArch64 architecture, the program is
25243 using the v8.5-A feature Memory Tagging Extension (MTE) and there is support
25244 in the kernel for MTE, @value{GDBN} will make memory tagging functionality
25245 available for inspection and editing of logical and allocation tags.
25246 @xref{Memory Tagging}.
25247
25248 To aid debugging, @value{GDBN} will output additional information when SIGSEGV
25249 signals are generated as a result of memory tag failures.
25250
25251 If the tag violation is synchronous, the following will be shown:
25252
25253 @smallexample
25254 Program received signal SIGSEGV, Segmentation fault
25255 Memory tag violation while accessing address 0x0500fffff7ff8000
25256 Allocation tag 0x1
25257 Logical tag 0x5.
25258 @end smallexample
25259
25260 If the tag violation is asynchronous, the fault address is not available.
25261 In this case @value{GDBN} will show the following:
25262
25263 @smallexample
25264 Program received signal SIGSEGV, Segmentation fault
25265 Memory tag violation
25266 Fault address unavailable.
25267 @end smallexample
25268
25269 A special register, @code{tag_ctl}, is made available through the
25270 @code{org.gnu.gdb.aarch64.mte} feature. This register exposes some
25271 options that can be controlled at runtime and emulates the @code{prctl}
25272 option @code{PR_SET_TAGGED_ADDR_CTRL}. For further information, see the
25273 documentation in the Linux kernel.
25274
25275 @node i386
25276 @subsection x86 Architecture-specific Issues
25277
25278 @table @code
25279 @item set struct-convention @var{mode}
25280 @kindex set struct-convention
25281 @cindex struct return convention
25282 @cindex struct/union returned in registers
25283 Set the convention used by the inferior to return @code{struct}s and
25284 @code{union}s from functions to @var{mode}. Possible values of
25285 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
25286 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
25287 are returned on the stack, while @code{"reg"} means that a
25288 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
25289 be returned in a register.
25290
25291 @item show struct-convention
25292 @kindex show struct-convention
25293 Show the current setting of the convention to return @code{struct}s
25294 from functions.
25295 @end table
25296
25297
25298 @subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
25299 @cindex Intel Memory Protection Extensions (MPX).
25300
25301 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
25302 @footnote{The register named with capital letters represent the architecture
25303 registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
25304 which are the lower bound and upper bound. Bounds are effective addresses or
25305 memory locations. The upper bounds are architecturally represented in 1's
25306 complement form. A bound having lower bound = 0, and upper bound = 0
25307 (1's complement of all bits set) will allow access to the entire address space.
25308
25309 @samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
25310 through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
25311 display the upper bound performing the complement of one operation on the
25312 upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
25313 @value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
25314 can also be noted that the upper bounds are inclusive.
25315
25316 As an example, assume that the register BND0 holds bounds for a pointer having
25317 access allowed for the range between 0x32 and 0x71. The values present on
25318 bnd0raw and bnd registers are presented as follows:
25319
25320 @smallexample
25321 bnd0raw = @{0x32, 0xffffffff8e@}
25322 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
25323 @end smallexample
25324
25325 This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
25326 change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
25327 counterpart. When the bnd0@dots{}bnd3 registers are displayed via
25328 Python, the display includes the memory size, in bits, accessible to
25329 the pointer.
25330
25331 Bounds can also be stored in bounds tables, which are stored in
25332 application memory. These tables store bounds for pointers by specifying
25333 the bounds pointer's value along with its bounds. Evaluating and changing
25334 bounds located in bound tables is therefore interesting while investigating
25335 bugs on MPX context. @value{GDBN} provides commands for this purpose:
25336
25337 @table @code
25338 @item show mpx bound @var{pointer}
25339 @kindex show mpx bound
25340 Display bounds of the given @var{pointer}.
25341
25342 @item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
25343 @kindex set mpx bound
25344 Set the bounds of a pointer in the bound table.
25345 This command takes three parameters: @var{pointer} is the pointers
25346 whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
25347 for lower and upper bounds respectively.
25348 @end table
25349
25350 When you call an inferior function on an Intel MPX enabled program,
25351 GDB sets the inferior's bound registers to the init (disabled) state
25352 before calling the function. As a consequence, bounds checks for the
25353 pointer arguments passed to the function will always pass.
25354
25355 This is necessary because when you call an inferior function, the
25356 program is usually in the middle of the execution of other function.
25357 Since at that point bound registers are in an arbitrary state, not
25358 clearing them would lead to random bound violations in the called
25359 function.
25360
25361 You can still examine the influence of the bound registers on the
25362 execution of the called function by stopping the execution of the
25363 called function at its prologue, setting bound registers, and
25364 continuing the execution. For example:
25365
25366 @smallexample
25367 $ break *upper
25368 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
25369 $ print upper (a, b, c, d, 1)
25370 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
25371 $ print $bnd0
25372 @{lbound = 0x0, ubound = ffffffff@} : size -1
25373 @end smallexample
25374
25375 At this last step the value of bnd0 can be changed for investigation of bound
25376 violations caused along the execution of the call. In order to know how to
25377 set the bound registers or bound table for the call consult the ABI.
25378
25379 @node Alpha
25380 @subsection Alpha
25381
25382 See the following section.
25383
25384 @node MIPS
25385 @subsection @acronym{MIPS}
25386
25387 @cindex stack on Alpha
25388 @cindex stack on @acronym{MIPS}
25389 @cindex Alpha stack
25390 @cindex @acronym{MIPS} stack
25391 Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
25392 sometimes requires @value{GDBN} to search backward in the object code to
25393 find the beginning of a function.
25394
25395 @cindex response time, @acronym{MIPS} debugging
25396 To improve response time (especially for embedded applications, where
25397 @value{GDBN} may be restricted to a slow serial line for this search)
25398 you may want to limit the size of this search, using one of these
25399 commands:
25400
25401 @table @code
25402 @cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
25403 @item set heuristic-fence-post @var{limit}
25404 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
25405 search for the beginning of a function. A value of @var{0} (the
25406 default) means there is no limit. However, except for @var{0}, the
25407 larger the limit the more bytes @code{heuristic-fence-post} must search
25408 and therefore the longer it takes to run. You should only need to use
25409 this command when debugging a stripped executable.
25410
25411 @item show heuristic-fence-post
25412 Display the current limit.
25413 @end table
25414
25415 @noindent
25416 These commands are available @emph{only} when @value{GDBN} is configured
25417 for debugging programs on Alpha or @acronym{MIPS} processors.
25418
25419 Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
25420 programs:
25421
25422 @table @code
25423 @item set mips abi @var{arg}
25424 @kindex set mips abi
25425 @cindex set ABI for @acronym{MIPS}
25426 Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
25427 values of @var{arg} are:
25428
25429 @table @samp
25430 @item auto
25431 The default ABI associated with the current binary (this is the
25432 default).
25433 @item o32
25434 @item o64
25435 @item n32
25436 @item n64
25437 @item eabi32
25438 @item eabi64
25439 @end table
25440
25441 @item show mips abi
25442 @kindex show mips abi
25443 Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
25444
25445 @item set mips compression @var{arg}
25446 @kindex set mips compression
25447 @cindex code compression, @acronym{MIPS}
25448 Tell @value{GDBN} which @acronym{MIPS} compressed
25449 @acronym{ISA, Instruction Set Architecture} encoding is used by the
25450 inferior. @value{GDBN} uses this for code disassembly and other
25451 internal interpretation purposes. This setting is only referred to
25452 when no executable has been associated with the debugging session or
25453 the executable does not provide information about the encoding it uses.
25454 Otherwise this setting is automatically updated from information
25455 provided by the executable.
25456
25457 Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25458 The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25459 executables containing @acronym{MIPS16} code frequently are not
25460 identified as such.
25461
25462 This setting is ``sticky''; that is, it retains its value across
25463 debugging sessions until reset either explicitly with this command or
25464 implicitly from an executable.
25465
25466 The compiler and/or assembler typically add symbol table annotations to
25467 identify functions compiled for the @acronym{MIPS16} or
25468 @acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25469 are present, @value{GDBN} uses them in preference to the global
25470 compressed @acronym{ISA} encoding setting.
25471
25472 @item show mips compression
25473 @kindex show mips compression
25474 Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25475 @value{GDBN} to debug the inferior.
25476
25477 @item set mipsfpu
25478 @itemx show mipsfpu
25479 @xref{MIPS Embedded, set mipsfpu}.
25480
25481 @item set mips mask-address @var{arg}
25482 @kindex set mips mask-address
25483 @cindex @acronym{MIPS} addresses, masking
25484 This command determines whether the most-significant 32 bits of 64-bit
25485 @acronym{MIPS} addresses are masked off. The argument @var{arg} can be
25486 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
25487 setting, which lets @value{GDBN} determine the correct value.
25488
25489 @item show mips mask-address
25490 @kindex show mips mask-address
25491 Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
25492 not.
25493
25494 @item set remote-mips64-transfers-32bit-regs
25495 @kindex set remote-mips64-transfers-32bit-regs
25496 This command controls compatibility with 64-bit @acronym{MIPS} targets that
25497 transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
25498 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
25499 and 64 bits for other registers, set this option to @samp{on}.
25500
25501 @item show remote-mips64-transfers-32bit-regs
25502 @kindex show remote-mips64-transfers-32bit-regs
25503 Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
25504
25505 @item set debug mips
25506 @kindex set debug mips
25507 This command turns on and off debugging messages for the @acronym{MIPS}-specific
25508 target code in @value{GDBN}.
25509
25510 @item show debug mips
25511 @kindex show debug mips
25512 Show the current setting of @acronym{MIPS} debugging messages.
25513 @end table
25514
25515
25516 @node HPPA
25517 @subsection HPPA
25518 @cindex HPPA support
25519
25520 When @value{GDBN} is debugging the HP PA architecture, it provides the
25521 following special commands:
25522
25523 @table @code
25524 @item set debug hppa
25525 @kindex set debug hppa
25526 This command determines whether HPPA architecture-specific debugging
25527 messages are to be displayed.
25528
25529 @item show debug hppa
25530 Show whether HPPA debugging messages are displayed.
25531
25532 @item maint print unwind @var{address}
25533 @kindex maint print unwind@r{, HPPA}
25534 This command displays the contents of the unwind table entry at the
25535 given @var{address}.
25536
25537 @end table
25538
25539
25540 @node PowerPC
25541 @subsection PowerPC
25542 @cindex PowerPC architecture
25543
25544 When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
25545 pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
25546 numbers stored in the floating point registers. These values must be stored
25547 in two consecutive registers, always starting at an even register like
25548 @code{f0} or @code{f2}.
25549
25550 The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
25551 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
25552 @code{f2} and @code{f3} for @code{$dl1} and so on.
25553
25554 For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
25555 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
25556
25557 @node Nios II
25558 @subsection Nios II
25559 @cindex Nios II architecture
25560
25561 When @value{GDBN} is debugging the Nios II architecture,
25562 it provides the following special commands:
25563
25564 @table @code
25565
25566 @item set debug nios2
25567 @kindex set debug nios2
25568 This command turns on and off debugging messages for the Nios II
25569 target code in @value{GDBN}.
25570
25571 @item show debug nios2
25572 @kindex show debug nios2
25573 Show the current setting of Nios II debugging messages.
25574 @end table
25575
25576 @node Sparc64
25577 @subsection Sparc64
25578 @cindex Sparc64 support
25579 @cindex Application Data Integrity
25580 @subsubsection ADI Support
25581
25582 The M7 processor supports an Application Data Integrity (ADI) feature that
25583 detects invalid data accesses. When software allocates memory and enables
25584 ADI on the allocated memory, it chooses a 4-bit version number, sets the
25585 version in the upper 4 bits of the 64-bit pointer to that data, and stores
25586 the 4-bit version in every cacheline of that data. Hardware saves the latter
25587 in spare bits in the cache and memory hierarchy. On each load and store,
25588 the processor compares the upper 4 VA (virtual address) bits to the
25589 cacheline's version. If there is a mismatch, the processor generates a
25590 version mismatch trap which can be either precise or disrupting. The trap
25591 is an error condition which the kernel delivers to the process as a SIGSEGV
25592 signal.
25593
25594 Note that only 64-bit applications can use ADI and need to be built with
25595 ADI-enabled.
25596
25597 Values of the ADI version tags, which are in granularity of a
25598 cacheline (64 bytes), can be viewed or modified.
25599
25600
25601 @table @code
25602 @kindex adi examine
25603 @item adi (examine | x) [ / @var{n} ] @var{addr}
25604
25605 The @code{adi examine} command displays the value of one ADI version tag per
25606 cacheline.
25607
25608 @var{n} is a decimal integer specifying the number in bytes; the default
25609 is 1. It specifies how much ADI version information, at the ratio of 1:ADI
25610 block size, to display.
25611
25612 @var{addr} is the address in user address space where you want @value{GDBN}
25613 to begin displaying the ADI version tags.
25614
25615 Below is an example of displaying ADI versions of variable "shmaddr".
25616
25617 @smallexample
25618 (@value{GDBP}) adi x/100 shmaddr
25619 0xfff800010002c000: 0 0
25620 @end smallexample
25621
25622 @kindex adi assign
25623 @item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
25624
25625 The @code{adi assign} command is used to assign new ADI version tag
25626 to an address.
25627
25628 @var{n} is a decimal integer specifying the number in bytes;
25629 the default is 1. It specifies how much ADI version information, at the
25630 ratio of 1:ADI block size, to modify.
25631
25632 @var{addr} is the address in user address space where you want @value{GDBN}
25633 to begin modifying the ADI version tags.
25634
25635 @var{tag} is the new ADI version tag.
25636
25637 For example, do the following to modify then verify ADI versions of
25638 variable "shmaddr":
25639
25640 @smallexample
25641 (@value{GDBP}) adi a/100 shmaddr = 7
25642 (@value{GDBP}) adi x/100 shmaddr
25643 0xfff800010002c000: 7 7
25644 @end smallexample
25645
25646 @end table
25647
25648 @node S12Z
25649 @subsection S12Z
25650 @cindex S12Z support
25651
25652 When @value{GDBN} is debugging the S12Z architecture,
25653 it provides the following special command:
25654
25655 @table @code
25656 @item maint info bdccsr
25657 @kindex maint info bdccsr@r{, S12Z}
25658 This command displays the current value of the microprocessor's
25659 BDCCSR register.
25660 @end table
25661
25662
25663 @node Controlling GDB
25664 @chapter Controlling @value{GDBN}
25665
25666 You can alter the way @value{GDBN} interacts with you by using the
25667 @code{set} command. For commands controlling how @value{GDBN} displays
25668 data, see @ref{Print Settings, ,Print Settings}. Other settings are
25669 described here.
25670
25671 @menu
25672 * Prompt:: Prompt
25673 * Editing:: Command editing
25674 * Command History:: Command history
25675 * Screen Size:: Screen size
25676 * Output Styling:: Output styling
25677 * Numbers:: Numbers
25678 * ABI:: Configuring the current ABI
25679 * Auto-loading:: Automatically loading associated files
25680 * Messages/Warnings:: Optional warnings and messages
25681 * Debugging Output:: Optional messages about internal happenings
25682 * Other Misc Settings:: Other Miscellaneous Settings
25683 @end menu
25684
25685 @node Prompt
25686 @section Prompt
25687
25688 @cindex prompt
25689
25690 @value{GDBN} indicates its readiness to read a command by printing a string
25691 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
25692 can change the prompt string with the @code{set prompt} command. For
25693 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
25694 the prompt in one of the @value{GDBN} sessions so that you can always tell
25695 which one you are talking to.
25696
25697 @emph{Note:} @code{set prompt} does not add a space for you after the
25698 prompt you set. This allows you to set a prompt which ends in a space
25699 or a prompt that does not.
25700
25701 @table @code
25702 @kindex set prompt
25703 @item set prompt @var{newprompt}
25704 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
25705
25706 @kindex show prompt
25707 @item show prompt
25708 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
25709 @end table
25710
25711 Versions of @value{GDBN} that ship with Python scripting enabled have
25712 prompt extensions. The commands for interacting with these extensions
25713 are:
25714
25715 @table @code
25716 @kindex set extended-prompt
25717 @item set extended-prompt @var{prompt}
25718 Set an extended prompt that allows for substitutions.
25719 @xref{gdb.prompt}, for a list of escape sequences that can be used for
25720 substitution. Any escape sequences specified as part of the prompt
25721 string are replaced with the corresponding strings each time the prompt
25722 is displayed.
25723
25724 For example:
25725
25726 @smallexample
25727 set extended-prompt Current working directory: \w (gdb)
25728 @end smallexample
25729
25730 Note that when an extended-prompt is set, it takes control of the
25731 @var{prompt_hook} hook. @xref{prompt_hook}, for further information.
25732
25733 @kindex show extended-prompt
25734 @item show extended-prompt
25735 Prints the extended prompt. Any escape sequences specified as part of
25736 the prompt string with @code{set extended-prompt}, are replaced with the
25737 corresponding strings each time the prompt is displayed.
25738 @end table
25739
25740 @node Editing
25741 @section Command Editing
25742 @cindex readline
25743 @cindex command line editing
25744
25745 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
25746 @sc{gnu} library provides consistent behavior for programs which provide a
25747 command line interface to the user. Advantages are @sc{gnu} Emacs-style
25748 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
25749 substitution, and a storage and recall of command history across
25750 debugging sessions.
25751
25752 You may control the behavior of command line editing in @value{GDBN} with the
25753 command @code{set}.
25754
25755 @table @code
25756 @kindex set editing
25757 @cindex editing
25758 @item set editing
25759 @itemx set editing on
25760 Enable command line editing (enabled by default).
25761
25762 @item set editing off
25763 Disable command line editing.
25764
25765 @kindex show editing
25766 @item show editing
25767 Show whether command line editing is enabled.
25768 @end table
25769
25770 @ifset SYSTEM_READLINE
25771 @xref{Command Line Editing, , , rluserman, GNU Readline Library},
25772 @end ifset
25773 @ifclear SYSTEM_READLINE
25774 @xref{Command Line Editing},
25775 @end ifclear
25776 for more details about the Readline
25777 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
25778 encouraged to read that chapter.
25779
25780 @cindex Readline application name
25781 @value{GDBN} sets the Readline application name to @samp{gdb}. This
25782 is useful for conditions in @file{.inputrc}.
25783
25784 @cindex operate-and-get-next
25785 @value{GDBN} defines a bindable Readline command,
25786 @code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
25787 This command accepts the current line for execution and fetches the
25788 next line relative to the current line from the history for editing.
25789 Any argument is ignored.
25790
25791 @node Command History
25792 @section Command History
25793 @cindex command history
25794
25795 @value{GDBN} can keep track of the commands you type during your
25796 debugging sessions, so that you can be certain of precisely what
25797 happened. Use these commands to manage the @value{GDBN} command
25798 history facility.
25799
25800 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
25801 package, to provide the history facility.
25802 @ifset SYSTEM_READLINE
25803 @xref{Using History Interactively, , , history, GNU History Library},
25804 @end ifset
25805 @ifclear SYSTEM_READLINE
25806 @xref{Using History Interactively},
25807 @end ifclear
25808 for the detailed description of the History library.
25809
25810 To issue a command to @value{GDBN} without affecting certain aspects of
25811 the state which is seen by users, prefix it with @samp{server }
25812 (@pxref{Server Prefix}). This
25813 means that this command will not affect the command history, nor will it
25814 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
25815 pressed on a line by itself.
25816
25817 @cindex @code{server}, command prefix
25818 The server prefix does not affect the recording of values into the value
25819 history; to print a value without recording it into the value history,
25820 use the @code{output} command instead of the @code{print} command.
25821
25822 Here is the description of @value{GDBN} commands related to command
25823 history.
25824
25825 @table @code
25826 @cindex history substitution
25827 @cindex history file
25828 @kindex set history filename
25829 @cindex @env{GDBHISTFILE}, environment variable
25830 @item set history filename @r{[}@var{fname}@r{]}
25831 Set the name of the @value{GDBN} command history file to @var{fname}.
25832 This is the file where @value{GDBN} reads an initial command history
25833 list, and where it writes the command history from this session when it
25834 exits. You can access this list through history expansion or through
25835 the history command editing characters listed below. This file defaults
25836 to the value of the environment variable @env{GDBHISTFILE}, or to
25837 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
25838 is not set.
25839
25840 The @env{GDBHISTFILE} environment variable is read after processing
25841 any @value{GDBN} initialization files (@pxref{Startup}) and after
25842 processing any commands passed using command line options (for
25843 example, @code{-ex}).
25844
25845 If the @var{fname} argument is not given, or if the @env{GDBHISTFILE}
25846 is the empty string then @value{GDBN} will neither try to load an
25847 existing history file, nor will it try to save the history on exit.
25848
25849 @cindex save command history
25850 @kindex set history save
25851 @item set history save
25852 @itemx set history save on
25853 Record command history in a file, whose name may be specified with the
25854 @code{set history filename} command. By default, this option is
25855 disabled. The command history will be recorded when @value{GDBN}
25856 exits. If @code{set history filename} is set to the empty string then
25857 history saving is disabled, even when @code{set history save} is
25858 @code{on}.
25859
25860 @item set history save off
25861 Don't record the command history into the file specified by @code{set
25862 history filename} when @value{GDBN} exits.
25863
25864 @cindex history size
25865 @kindex set history size
25866 @cindex @env{GDBHISTSIZE}, environment variable
25867 @item set history size @var{size}
25868 @itemx set history size unlimited
25869 Set the number of commands which @value{GDBN} keeps in its history list.
25870 This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
25871 to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
25872 are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
25873 either a negative number or the empty string, then the number of commands
25874 @value{GDBN} keeps in the history list is unlimited.
25875
25876 The @env{GDBHISTSIZE} environment variable is read after processing
25877 any @value{GDBN} initialization files (@pxref{Startup}) and after
25878 processing any commands passed using command line options (for
25879 example, @code{-ex}).
25880
25881 @cindex remove duplicate history
25882 @kindex set history remove-duplicates
25883 @item set history remove-duplicates @var{count}
25884 @itemx set history remove-duplicates unlimited
25885 Control the removal of duplicate history entries in the command history list.
25886 If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
25887 history entries and remove the first entry that is a duplicate of the current
25888 entry being added to the command history list. If @var{count} is
25889 @code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
25890 removal of duplicate history entries is disabled.
25891
25892 Only history entries added during the current session are considered for
25893 removal. This option is set to 0 by default.
25894
25895 @end table
25896
25897 History expansion assigns special meaning to the character @kbd{!}.
25898 @ifset SYSTEM_READLINE
25899 @xref{Event Designators, , , history, GNU History Library},
25900 @end ifset
25901 @ifclear SYSTEM_READLINE
25902 @xref{Event Designators},
25903 @end ifclear
25904 for more details.
25905
25906 @cindex history expansion, turn on/off
25907 Since @kbd{!} is also the logical not operator in C, history expansion
25908 is off by default. If you decide to enable history expansion with the
25909 @code{set history expansion on} command, you may sometimes need to
25910 follow @kbd{!} (when it is used as logical not, in an expression) with
25911 a space or a tab to prevent it from being expanded. The readline
25912 history facilities do not attempt substitution on the strings
25913 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
25914
25915 The commands to control history expansion are:
25916
25917 @table @code
25918 @item set history expansion on
25919 @itemx set history expansion
25920 @kindex set history expansion
25921 Enable history expansion. History expansion is off by default.
25922
25923 @item set history expansion off
25924 Disable history expansion.
25925
25926 @c @group
25927 @kindex show history
25928 @item show history
25929 @itemx show history filename
25930 @itemx show history save
25931 @itemx show history size
25932 @itemx show history expansion
25933 These commands display the state of the @value{GDBN} history parameters.
25934 @code{show history} by itself displays all four states.
25935 @c @end group
25936 @end table
25937
25938 @table @code
25939 @kindex show commands
25940 @cindex show last commands
25941 @cindex display command history
25942 @item show commands
25943 Display the last ten commands in the command history.
25944
25945 @item show commands @var{n}
25946 Print ten commands centered on command number @var{n}.
25947
25948 @item show commands +
25949 Print ten commands just after the commands last printed.
25950 @end table
25951
25952 @node Screen Size
25953 @section Screen Size
25954 @cindex size of screen
25955 @cindex screen size
25956 @cindex pagination
25957 @cindex page size
25958 @cindex pauses in output
25959
25960 Certain commands to @value{GDBN} may produce large amounts of
25961 information output to the screen. To help you read all of it,
25962 @value{GDBN} pauses and asks you for input at the end of each page of
25963 output. Type @key{RET} when you want to see one more page of output,
25964 @kbd{q} to discard the remaining output, or @kbd{c} to continue
25965 without paging for the rest of the current command. Also, the screen
25966 width setting determines when to wrap lines of output. Depending on
25967 what is being printed, @value{GDBN} tries to break the line at a
25968 readable place, rather than simply letting it overflow onto the
25969 following line.
25970
25971 Normally @value{GDBN} knows the size of the screen from the terminal
25972 driver software. For example, on Unix @value{GDBN} uses the termcap data base
25973 together with the value of the @env{TERM} environment variable and the
25974 @code{stty rows} and @code{stty cols} settings. If this is not correct,
25975 you can override it with the @code{set height} and @code{set
25976 width} commands:
25977
25978 @table @code
25979 @kindex set height
25980 @kindex set width
25981 @kindex show width
25982 @kindex show height
25983 @item set height @var{lpp}
25984 @itemx set height unlimited
25985 @itemx show height
25986 @itemx set width @var{cpl}
25987 @itemx set width unlimited
25988 @itemx show width
25989 These @code{set} commands specify a screen height of @var{lpp} lines and
25990 a screen width of @var{cpl} characters. The associated @code{show}
25991 commands display the current settings.
25992
25993 If you specify a height of either @code{unlimited} or zero lines,
25994 @value{GDBN} does not pause during output no matter how long the
25995 output is. This is useful if output is to a file or to an editor
25996 buffer.
25997
25998 Likewise, you can specify @samp{set width unlimited} or @samp{set
25999 width 0} to prevent @value{GDBN} from wrapping its output.
26000
26001 @item set pagination on
26002 @itemx set pagination off
26003 @kindex set pagination
26004 Turn the output pagination on or off; the default is on. Turning
26005 pagination off is the alternative to @code{set height unlimited}. Note that
26006 running @value{GDBN} with the @option{--batch} option (@pxref{Mode
26007 Options, -batch}) also automatically disables pagination.
26008
26009 @item show pagination
26010 @kindex show pagination
26011 Show the current pagination mode.
26012 @end table
26013
26014 @node Output Styling
26015 @section Output Styling
26016 @cindex styling
26017 @cindex colors
26018
26019 @kindex set style
26020 @kindex show style
26021 @value{GDBN} can style its output on a capable terminal. This is
26022 enabled by default on most systems, but disabled by default when in
26023 batch mode (@pxref{Mode Options}). Various style settings are available;
26024 and styles can also be disabled entirely.
26025
26026 @table @code
26027 @item set style enabled @samp{on|off}
26028 Enable or disable all styling. The default is host-dependent, with
26029 most hosts defaulting to @samp{on}.
26030
26031 @item show style enabled
26032 Show the current state of styling.
26033
26034 @item set style sources @samp{on|off}
26035 Enable or disable source code styling. This affects whether source
26036 code, such as the output of the @code{list} command, is styled. Note
26037 that source styling only works if styling in general is enabled, and
26038 if @value{GDBN} was linked with the GNU Source Highlight library. The
26039 default is @samp{on}.
26040
26041 @item show style sources
26042 Show the current state of source code styling.
26043 @end table
26044
26045 Subcommands of @code{set style} control specific forms of styling.
26046 These subcommands all follow the same pattern: each style-able object
26047 can be styled with a foreground color, a background color, and an
26048 intensity.
26049
26050 For example, the style of file names can be controlled using the
26051 @code{set style filename} group of commands:
26052
26053 @table @code
26054 @item set style filename background @var{color}
26055 Set the background to @var{color}. Valid colors are @samp{none}
26056 (meaning the terminal's default color), @samp{black}, @samp{red},
26057 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
26058 and@samp{white}.
26059
26060 @item set style filename foreground @var{color}
26061 Set the foreground to @var{color}. Valid colors are @samp{none}
26062 (meaning the terminal's default color), @samp{black}, @samp{red},
26063 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
26064 and@samp{white}.
26065
26066 @item set style filename intensity @var{value}
26067 Set the intensity to @var{value}. Valid intensities are @samp{normal}
26068 (the default), @samp{bold}, and @samp{dim}.
26069 @end table
26070
26071 The @code{show style} command and its subcommands are styling
26072 a style name in their output using its own style.
26073 So, use @command{show style} to see the complete list of styles,
26074 their characteristics and the visual aspect of each style.
26075
26076 The style-able objects are:
26077 @table @code
26078 @item filename
26079 Control the styling of file names. By default, this style's
26080 foreground color is green.
26081
26082 @item function
26083 Control the styling of function names. These are managed with the
26084 @code{set style function} family of commands. By default, this
26085 style's foreground color is yellow.
26086
26087 @item variable
26088 Control the styling of variable names. These are managed with the
26089 @code{set style variable} family of commands. By default, this style's
26090 foreground color is cyan.
26091
26092 @item address
26093 Control the styling of addresses. These are managed with the
26094 @code{set style address} family of commands. By default, this style's
26095 foreground color is blue.
26096
26097 @item version
26098 Control the styling of @value{GDBN}'s version number text. By
26099 default, this style's foreground color is magenta and it has bold
26100 intensity. The version number is displayed in two places, the output
26101 of @command{show version}, and when @value{GDBN} starts up.
26102
26103 In order to control how @value{GDBN} styles the version number at
26104 startup, add the @code{set style version} family of commands to the
26105 early initialization command file (@pxref{Initialization
26106 Files}).
26107
26108 @item title
26109 Control the styling of titles. These are managed with the
26110 @code{set style title} family of commands. By default, this style's
26111 intensity is bold. Commands are using the title style to improve
26112 the readability of large output. For example, the commands
26113 @command{apropos} and @command{help} are using the title style
26114 for the command names.
26115
26116 @item highlight
26117 Control the styling of highlightings. These are managed with the
26118 @code{set style highlight} family of commands. By default, this style's
26119 foreground color is red. Commands are using the highlight style to draw
26120 the user attention to some specific parts of their output. For example,
26121 the command @command{apropos -v REGEXP} uses the highlight style to
26122 mark the documentation parts matching @var{regexp}.
26123
26124 @item tui-border
26125 Control the styling of the TUI border. Note that, unlike other
26126 styling options, only the color of the border can be controlled via
26127 @code{set style}. This was done for compatibility reasons, as TUI
26128 controls to set the border's intensity predated the addition of
26129 general styling to @value{GDBN}. @xref{TUI Configuration}.
26130
26131 @item tui-active-border
26132 Control the styling of the active TUI border; that is, the TUI window
26133 that has the focus.
26134
26135 @end table
26136
26137 @node Numbers
26138 @section Numbers
26139 @cindex number representation
26140 @cindex entering numbers
26141
26142 You can always enter numbers in octal, decimal, or hexadecimal in
26143 @value{GDBN} by the usual conventions: octal numbers begin with
26144 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
26145 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
26146 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
26147 10; likewise, the default display for numbers---when no particular
26148 format is specified---is base 10. You can change the default base for
26149 both input and output with the commands described below.
26150
26151 @table @code
26152 @kindex set input-radix
26153 @item set input-radix @var{base}
26154 Set the default base for numeric input. Supported choices
26155 for @var{base} are decimal 8, 10, or 16. The base must itself be
26156 specified either unambiguously or using the current input radix; for
26157 example, any of
26158
26159 @smallexample
26160 set input-radix 012
26161 set input-radix 10.
26162 set input-radix 0xa
26163 @end smallexample
26164
26165 @noindent
26166 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
26167 leaves the input radix unchanged, no matter what it was, since
26168 @samp{10}, being without any leading or trailing signs of its base, is
26169 interpreted in the current radix. Thus, if the current radix is 16,
26170 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
26171 change the radix.
26172
26173 @kindex set output-radix
26174 @item set output-radix @var{base}
26175 Set the default base for numeric display. Supported choices
26176 for @var{base} are decimal 8, 10, or 16. The base must itself be
26177 specified either unambiguously or using the current input radix.
26178
26179 @kindex show input-radix
26180 @item show input-radix
26181 Display the current default base for numeric input.
26182
26183 @kindex show output-radix
26184 @item show output-radix
26185 Display the current default base for numeric display.
26186
26187 @item set radix @r{[}@var{base}@r{]}
26188 @itemx show radix
26189 @kindex set radix
26190 @kindex show radix
26191 These commands set and show the default base for both input and output
26192 of numbers. @code{set radix} sets the radix of input and output to
26193 the same base; without an argument, it resets the radix back to its
26194 default value of 10.
26195
26196 @end table
26197
26198 @node ABI
26199 @section Configuring the Current ABI
26200
26201 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
26202 application automatically. However, sometimes you need to override its
26203 conclusions. Use these commands to manage @value{GDBN}'s view of the
26204 current ABI.
26205
26206 @cindex OS ABI
26207 @kindex set osabi
26208 @kindex show osabi
26209 @cindex Newlib OS ABI and its influence on the longjmp handling
26210
26211 One @value{GDBN} configuration can debug binaries for multiple operating
26212 system targets, either via remote debugging or native emulation.
26213 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
26214 but you can override its conclusion using the @code{set osabi} command.
26215 One example where this is useful is in debugging of binaries which use
26216 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
26217 not have the same identifying marks that the standard C library for your
26218 platform provides.
26219
26220 When @value{GDBN} is debugging the AArch64 architecture, it provides a
26221 ``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
26222 @code{longjmp} when debugging binaries that use the @sc{newlib} C library.
26223 The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
26224
26225 @table @code
26226 @item show osabi
26227 Show the OS ABI currently in use.
26228
26229 @item set osabi
26230 With no argument, show the list of registered available OS ABI's.
26231
26232 @item set osabi @var{abi}
26233 Set the current OS ABI to @var{abi}.
26234 @end table
26235
26236 @cindex float promotion
26237
26238 Generally, the way that an argument of type @code{float} is passed to a
26239 function depends on whether the function is prototyped. For a prototyped
26240 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
26241 according to the architecture's convention for @code{float}. For unprototyped
26242 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
26243 @code{double} and then passed.
26244
26245 Unfortunately, some forms of debug information do not reliably indicate whether
26246 a function is prototyped. If @value{GDBN} calls a function that is not marked
26247 as prototyped, it consults @kbd{set coerce-float-to-double}.
26248
26249 @table @code
26250 @kindex set coerce-float-to-double
26251 @item set coerce-float-to-double
26252 @itemx set coerce-float-to-double on
26253 Arguments of type @code{float} will be promoted to @code{double} when passed
26254 to an unprototyped function. This is the default setting.
26255
26256 @item set coerce-float-to-double off
26257 Arguments of type @code{float} will be passed directly to unprototyped
26258 functions.
26259
26260 @kindex show coerce-float-to-double
26261 @item show coerce-float-to-double
26262 Show the current setting of promoting @code{float} to @code{double}.
26263 @end table
26264
26265 @kindex set cp-abi
26266 @kindex show cp-abi
26267 @value{GDBN} needs to know the ABI used for your program's C@t{++}
26268 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
26269 used to build your application. @value{GDBN} only fully supports
26270 programs with a single C@t{++} ABI; if your program contains code using
26271 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
26272 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
26273 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
26274 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
26275 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
26276 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
26277 ``auto''.
26278
26279 @table @code
26280 @item show cp-abi
26281 Show the C@t{++} ABI currently in use.
26282
26283 @item set cp-abi
26284 With no argument, show the list of supported C@t{++} ABI's.
26285
26286 @item set cp-abi @var{abi}
26287 @itemx set cp-abi auto
26288 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
26289 @end table
26290
26291 @node Auto-loading
26292 @section Automatically loading associated files
26293 @cindex auto-loading
26294
26295 @value{GDBN} sometimes reads files with commands and settings automatically,
26296 without being explicitly told so by the user. We call this feature
26297 @dfn{auto-loading}. While auto-loading is useful for automatically adapting
26298 @value{GDBN} to the needs of your project, it can sometimes produce unexpected
26299 results or introduce security risks (e.g., if the file comes from untrusted
26300 sources).
26301
26302 There are various kinds of files @value{GDBN} can automatically load.
26303 In addition to these files, @value{GDBN} supports auto-loading code written
26304 in various extension languages. @xref{Auto-loading extensions}.
26305
26306 Note that loading of these associated files (including the local @file{.gdbinit}
26307 file) requires accordingly configured @code{auto-load safe-path}
26308 (@pxref{Auto-loading safe path}).
26309
26310 For these reasons, @value{GDBN} includes commands and options to let you
26311 control when to auto-load files and which files should be auto-loaded.
26312
26313 @table @code
26314 @anchor{set auto-load off}
26315 @kindex set auto-load off
26316 @item set auto-load off
26317 Globally disable loading of all auto-loaded files.
26318 You may want to use this command with the @samp{-iex} option
26319 (@pxref{Option -init-eval-command}) such as:
26320 @smallexample
26321 $ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
26322 @end smallexample
26323
26324 Be aware that system init file (@pxref{System-wide configuration})
26325 and init files from your home directory (@pxref{Home Directory Init File})
26326 still get read (as they come from generally trusted directories).
26327 To prevent @value{GDBN} from auto-loading even those init files, use the
26328 @option{-nx} option (@pxref{Mode Options}), in addition to
26329 @code{set auto-load no}.
26330
26331 @anchor{show auto-load}
26332 @kindex show auto-load
26333 @item show auto-load
26334 Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
26335 or disabled.
26336
26337 @smallexample
26338 (gdb) show auto-load
26339 gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
26340 libthread-db: Auto-loading of inferior specific libthread_db is on.
26341 local-gdbinit: Auto-loading of .gdbinit script from current directory
26342 is on.
26343 python-scripts: Auto-loading of Python scripts is on.
26344 safe-path: List of directories from which it is safe to auto-load files
26345 is $debugdir:$datadir/auto-load.
26346 scripts-directory: List of directories from which to load auto-loaded scripts
26347 is $debugdir:$datadir/auto-load.
26348 @end smallexample
26349
26350 @anchor{info auto-load}
26351 @kindex info auto-load
26352 @item info auto-load
26353 Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
26354 not.
26355
26356 @smallexample
26357 (gdb) info auto-load
26358 gdb-scripts:
26359 Loaded Script
26360 Yes /home/user/gdb/gdb-gdb.gdb
26361 libthread-db: No auto-loaded libthread-db.
26362 local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
26363 loaded.
26364 python-scripts:
26365 Loaded Script
26366 Yes /home/user/gdb/gdb-gdb.py
26367 @end smallexample
26368 @end table
26369
26370 These are @value{GDBN} control commands for the auto-loading:
26371
26372 @multitable @columnfractions .5 .5
26373 @item @xref{set auto-load off}.
26374 @tab Disable auto-loading globally.
26375 @item @xref{show auto-load}.
26376 @tab Show setting of all kinds of files.
26377 @item @xref{info auto-load}.
26378 @tab Show state of all kinds of files.
26379 @item @xref{set auto-load gdb-scripts}.
26380 @tab Control for @value{GDBN} command scripts.
26381 @item @xref{show auto-load gdb-scripts}.
26382 @tab Show setting of @value{GDBN} command scripts.
26383 @item @xref{info auto-load gdb-scripts}.
26384 @tab Show state of @value{GDBN} command scripts.
26385 @item @xref{set auto-load python-scripts}.
26386 @tab Control for @value{GDBN} Python scripts.
26387 @item @xref{show auto-load python-scripts}.
26388 @tab Show setting of @value{GDBN} Python scripts.
26389 @item @xref{info auto-load python-scripts}.
26390 @tab Show state of @value{GDBN} Python scripts.
26391 @item @xref{set auto-load guile-scripts}.
26392 @tab Control for @value{GDBN} Guile scripts.
26393 @item @xref{show auto-load guile-scripts}.
26394 @tab Show setting of @value{GDBN} Guile scripts.
26395 @item @xref{info auto-load guile-scripts}.
26396 @tab Show state of @value{GDBN} Guile scripts.
26397 @item @xref{set auto-load scripts-directory}.
26398 @tab Control for @value{GDBN} auto-loaded scripts location.
26399 @item @xref{show auto-load scripts-directory}.
26400 @tab Show @value{GDBN} auto-loaded scripts location.
26401 @item @xref{add-auto-load-scripts-directory}.
26402 @tab Add directory for auto-loaded scripts location list.
26403 @item @xref{set auto-load local-gdbinit}.
26404 @tab Control for init file in the current directory.
26405 @item @xref{show auto-load local-gdbinit}.
26406 @tab Show setting of init file in the current directory.
26407 @item @xref{info auto-load local-gdbinit}.
26408 @tab Show state of init file in the current directory.
26409 @item @xref{set auto-load libthread-db}.
26410 @tab Control for thread debugging library.
26411 @item @xref{show auto-load libthread-db}.
26412 @tab Show setting of thread debugging library.
26413 @item @xref{info auto-load libthread-db}.
26414 @tab Show state of thread debugging library.
26415 @item @xref{set auto-load safe-path}.
26416 @tab Control directories trusted for automatic loading.
26417 @item @xref{show auto-load safe-path}.
26418 @tab Show directories trusted for automatic loading.
26419 @item @xref{add-auto-load-safe-path}.
26420 @tab Add directory trusted for automatic loading.
26421 @end multitable
26422
26423 @menu
26424 * Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
26425 * libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
26426
26427 * Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
26428 * Auto-loading verbose mode:: @samp{set/show debug auto-load}
26429 @end menu
26430
26431 @node Init File in the Current Directory
26432 @subsection Automatically loading init file in the current directory
26433 @cindex auto-loading init file in the current directory
26434
26435 By default, @value{GDBN} reads and executes the canned sequences of commands
26436 from init file (if any) in the current working directory,
26437 see @ref{Init File in the Current Directory during Startup}.
26438
26439 Note that loading of this local @file{.gdbinit} file also requires accordingly
26440 configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26441
26442 @table @code
26443 @anchor{set auto-load local-gdbinit}
26444 @kindex set auto-load local-gdbinit
26445 @item set auto-load local-gdbinit [on|off]
26446 Enable or disable the auto-loading of canned sequences of commands
26447 (@pxref{Sequences}) found in init file in the current directory.
26448
26449 @anchor{show auto-load local-gdbinit}
26450 @kindex show auto-load local-gdbinit
26451 @item show auto-load local-gdbinit
26452 Show whether auto-loading of canned sequences of commands from init file in the
26453 current directory is enabled or disabled.
26454
26455 @anchor{info auto-load local-gdbinit}
26456 @kindex info auto-load local-gdbinit
26457 @item info auto-load local-gdbinit
26458 Print whether canned sequences of commands from init file in the
26459 current directory have been auto-loaded.
26460 @end table
26461
26462 @node libthread_db.so.1 file
26463 @subsection Automatically loading thread debugging library
26464 @cindex auto-loading libthread_db.so.1
26465
26466 This feature is currently present only on @sc{gnu}/Linux native hosts.
26467
26468 @value{GDBN} reads in some cases thread debugging library from places specific
26469 to the inferior (@pxref{set libthread-db-search-path}).
26470
26471 The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
26472 without checking this @samp{set auto-load libthread-db} switch as system
26473 libraries have to be trusted in general. In all other cases of
26474 @samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
26475 auto-load libthread-db} is enabled before trying to open such thread debugging
26476 library.
26477
26478 Note that loading of this debugging library also requires accordingly configured
26479 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26480
26481 @table @code
26482 @anchor{set auto-load libthread-db}
26483 @kindex set auto-load libthread-db
26484 @item set auto-load libthread-db [on|off]
26485 Enable or disable the auto-loading of inferior specific thread debugging library.
26486
26487 @anchor{show auto-load libthread-db}
26488 @kindex show auto-load libthread-db
26489 @item show auto-load libthread-db
26490 Show whether auto-loading of inferior specific thread debugging library is
26491 enabled or disabled.
26492
26493 @anchor{info auto-load libthread-db}
26494 @kindex info auto-load libthread-db
26495 @item info auto-load libthread-db
26496 Print the list of all loaded inferior specific thread debugging libraries and
26497 for each such library print list of inferior @var{pid}s using it.
26498 @end table
26499
26500 @node Auto-loading safe path
26501 @subsection Security restriction for auto-loading
26502 @cindex auto-loading safe-path
26503
26504 As the files of inferior can come from untrusted source (such as submitted by
26505 an application user) @value{GDBN} does not always load any files automatically.
26506 @value{GDBN} provides the @samp{set auto-load safe-path} setting to list
26507 directories trusted for loading files not explicitly requested by user.
26508 Each directory can also be a shell wildcard pattern.
26509
26510 If the path is not set properly you will see a warning and the file will not
26511 get loaded:
26512
26513 @smallexample
26514 $ ./gdb -q ./gdb
26515 Reading symbols from /home/user/gdb/gdb...
26516 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
26517 declined by your `auto-load safe-path' set
26518 to "$debugdir:$datadir/auto-load".
26519 warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
26520 declined by your `auto-load safe-path' set
26521 to "$debugdir:$datadir/auto-load".
26522 @end smallexample
26523
26524 @noindent
26525 To instruct @value{GDBN} to go ahead and use the init files anyway,
26526 invoke @value{GDBN} like this:
26527
26528 @smallexample
26529 $ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
26530 @end smallexample
26531
26532 The list of trusted directories is controlled by the following commands:
26533
26534 @table @code
26535 @anchor{set auto-load safe-path}
26536 @kindex set auto-load safe-path
26537 @item set auto-load safe-path @r{[}@var{directories}@r{]}
26538 Set the list of directories (and their subdirectories) trusted for automatic
26539 loading and execution of scripts. You can also enter a specific trusted file.
26540 Each directory can also be a shell wildcard pattern; wildcards do not match
26541 directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
26542 (@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
26543 If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
26544 its default value as specified during @value{GDBN} compilation.
26545
26546 The list of directories uses path separator (@samp{:} on GNU and Unix
26547 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26548 to the @env{PATH} environment variable.
26549
26550 @anchor{show auto-load safe-path}
26551 @kindex show auto-load safe-path
26552 @item show auto-load safe-path
26553 Show the list of directories trusted for automatic loading and execution of
26554 scripts.
26555
26556 @anchor{add-auto-load-safe-path}
26557 @kindex add-auto-load-safe-path
26558 @item add-auto-load-safe-path
26559 Add an entry (or list of entries) to the list of directories trusted for
26560 automatic loading and execution of scripts. Multiple entries may be delimited
26561 by the host platform path separator in use.
26562 @end table
26563
26564 This variable defaults to what @code{--with-auto-load-dir} has been configured
26565 to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
26566 substitution applies the same as for @ref{set auto-load scripts-directory}.
26567 The default @code{set auto-load safe-path} value can be also overriden by
26568 @value{GDBN} configuration option @option{--with-auto-load-safe-path}.
26569
26570 Setting this variable to @file{/} disables this security protection,
26571 corresponding @value{GDBN} configuration option is
26572 @option{--without-auto-load-safe-path}.
26573 This variable is supposed to be set to the system directories writable by the
26574 system superuser only. Users can add their source directories in init files in
26575 their home directories (@pxref{Home Directory Init File}). See also deprecated
26576 init file in the current directory
26577 (@pxref{Init File in the Current Directory during Startup}).
26578
26579 To force @value{GDBN} to load the files it declined to load in the previous
26580 example, you could use one of the following ways:
26581
26582 @table @asis
26583 @item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
26584 Specify this trusted directory (or a file) as additional component of the list.
26585 You have to specify also any existing directories displayed by
26586 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
26587
26588 @item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
26589 Specify this directory as in the previous case but just for a single
26590 @value{GDBN} session.
26591
26592 @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
26593 Disable auto-loading safety for a single @value{GDBN} session.
26594 This assumes all the files you debug during this @value{GDBN} session will come
26595 from trusted sources.
26596
26597 @item @kbd{./configure --without-auto-load-safe-path}
26598 During compilation of @value{GDBN} you may disable any auto-loading safety.
26599 This assumes all the files you will ever debug with this @value{GDBN} come from
26600 trusted sources.
26601 @end table
26602
26603 On the other hand you can also explicitly forbid automatic files loading which
26604 also suppresses any such warning messages:
26605
26606 @table @asis
26607 @item @kbd{gdb -iex "set auto-load no" @dots{}}
26608 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
26609
26610 @item @file{~/.gdbinit}: @samp{set auto-load no}
26611 Disable auto-loading globally for the user
26612 (@pxref{Home Directory Init File}). While it is improbable, you could also
26613 use system init file instead (@pxref{System-wide configuration}).
26614 @end table
26615
26616 This setting applies to the file names as entered by user. If no entry matches
26617 @value{GDBN} tries as a last resort to also resolve all the file names into
26618 their canonical form (typically resolving symbolic links) and compare the
26619 entries again. @value{GDBN} already canonicalizes most of the filenames on its
26620 own before starting the comparison so a canonical form of directories is
26621 recommended to be entered.
26622
26623 @node Auto-loading verbose mode
26624 @subsection Displaying files tried for auto-load
26625 @cindex auto-loading verbose mode
26626
26627 For better visibility of all the file locations where you can place scripts to
26628 be auto-loaded with inferior --- or to protect yourself against accidental
26629 execution of untrusted scripts --- @value{GDBN} provides a feature for printing
26630 all the files attempted to be loaded. Both existing and non-existing files may
26631 be printed.
26632
26633 For example the list of directories from which it is safe to auto-load files
26634 (@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
26635 may not be too obvious while setting it up.
26636
26637 @smallexample
26638 (gdb) set debug auto-load on
26639 (gdb) file ~/src/t/true
26640 auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
26641 for objfile "/tmp/true".
26642 auto-load: Updating directories of "/usr:/opt".
26643 auto-load: Using directory "/usr".
26644 auto-load: Using directory "/opt".
26645 warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
26646 by your `auto-load safe-path' set to "/usr:/opt".
26647 @end smallexample
26648
26649 @table @code
26650 @anchor{set debug auto-load}
26651 @kindex set debug auto-load
26652 @item set debug auto-load [on|off]
26653 Set whether to print the filenames attempted to be auto-loaded.
26654
26655 @anchor{show debug auto-load}
26656 @kindex show debug auto-load
26657 @item show debug auto-load
26658 Show whether printing of the filenames attempted to be auto-loaded is turned
26659 on or off.
26660 @end table
26661
26662 @node Messages/Warnings
26663 @section Optional Warnings and Messages
26664
26665 @cindex verbose operation
26666 @cindex optional warnings
26667 By default, @value{GDBN} is silent about its inner workings. If you are
26668 running on a slow machine, you may want to use the @code{set verbose}
26669 command. This makes @value{GDBN} tell you when it does a lengthy
26670 internal operation, so you will not think it has crashed.
26671
26672 Currently, the messages controlled by @code{set verbose} are those
26673 which announce that the symbol table for a source file is being read;
26674 see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
26675
26676 @table @code
26677 @kindex set verbose
26678 @item set verbose on
26679 Enables @value{GDBN} output of certain informational messages.
26680
26681 @item set verbose off
26682 Disables @value{GDBN} output of certain informational messages.
26683
26684 @kindex show verbose
26685 @item show verbose
26686 Displays whether @code{set verbose} is on or off.
26687 @end table
26688
26689 By default, if @value{GDBN} encounters bugs in the symbol table of an
26690 object file, it is silent; but if you are debugging a compiler, you may
26691 find this information useful (@pxref{Symbol Errors, ,Errors Reading
26692 Symbol Files}).
26693
26694 @table @code
26695
26696 @kindex set complaints
26697 @item set complaints @var{limit}
26698 Permits @value{GDBN} to output @var{limit} complaints about each type of
26699 unusual symbols before becoming silent about the problem. Set
26700 @var{limit} to zero to suppress all complaints; set it to a large number
26701 to prevent complaints from being suppressed.
26702
26703 @kindex show complaints
26704 @item show complaints
26705 Displays how many symbol complaints @value{GDBN} is permitted to produce.
26706
26707 @end table
26708
26709 @anchor{confirmation requests}
26710 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
26711 lot of stupid questions to confirm certain commands. For example, if
26712 you try to run a program which is already running:
26713
26714 @smallexample
26715 (@value{GDBP}) run
26716 The program being debugged has been started already.
26717 Start it from the beginning? (y or n)
26718 @end smallexample
26719
26720 If you are willing to unflinchingly face the consequences of your own
26721 commands, you can disable this ``feature'':
26722
26723 @table @code
26724
26725 @kindex set confirm
26726 @cindex flinching
26727 @cindex confirmation
26728 @cindex stupid questions
26729 @item set confirm off
26730 Disables confirmation requests. Note that running @value{GDBN} with
26731 the @option{--batch} option (@pxref{Mode Options, -batch}) also
26732 automatically disables confirmation requests.
26733
26734 @item set confirm on
26735 Enables confirmation requests (the default).
26736
26737 @kindex show confirm
26738 @item show confirm
26739 Displays state of confirmation requests.
26740
26741 @end table
26742
26743 @cindex command tracing
26744 If you need to debug user-defined commands or sourced files you may find it
26745 useful to enable @dfn{command tracing}. In this mode each command will be
26746 printed as it is executed, prefixed with one or more @samp{+} symbols, the
26747 quantity denoting the call depth of each command.
26748
26749 @table @code
26750 @kindex set trace-commands
26751 @cindex command scripts, debugging
26752 @item set trace-commands on
26753 Enable command tracing.
26754 @item set trace-commands off
26755 Disable command tracing.
26756 @item show trace-commands
26757 Display the current state of command tracing.
26758 @end table
26759
26760 @node Debugging Output
26761 @section Optional Messages about Internal Happenings
26762 @cindex optional debugging messages
26763
26764 @value{GDBN} has commands that enable optional debugging messages from
26765 various @value{GDBN} subsystems; normally these commands are of
26766 interest to @value{GDBN} maintainers, or when reporting a bug. This
26767 section documents those commands.
26768
26769 @table @code
26770 @kindex set exec-done-display
26771 @item set exec-done-display
26772 Turns on or off the notification of asynchronous commands'
26773 completion. When on, @value{GDBN} will print a message when an
26774 asynchronous command finishes its execution. The default is off.
26775 @kindex show exec-done-display
26776 @item show exec-done-display
26777 Displays the current setting of asynchronous command completion
26778 notification.
26779
26780 @kindex set debug
26781 @cindex ARM AArch64
26782 @item set debug aarch64
26783 Turns on or off display of debugging messages related to ARM AArch64.
26784 The default is off.
26785 @kindex show debug
26786 @item show debug aarch64
26787 Displays the current state of displaying debugging messages related to
26788 ARM AArch64.
26789
26790 @cindex gdbarch debugging info
26791 @cindex architecture debugging info
26792 @item set debug arch
26793 Turns on or off display of gdbarch debugging info. The default is off
26794 @item show debug arch
26795 Displays the current state of displaying gdbarch debugging info.
26796
26797 @item set debug aix-solib
26798 @cindex AIX shared library debugging
26799 Control display of debugging messages from the AIX shared library
26800 support module. The default is off.
26801 @item show debug aix-solib
26802 Show the current state of displaying AIX shared library debugging messages.
26803
26804 @item set debug aix-thread
26805 @cindex AIX threads
26806 Display debugging messages about inner workings of the AIX thread
26807 module.
26808 @item show debug aix-thread
26809 Show the current state of AIX thread debugging info display.
26810
26811 @item set debug check-physname
26812 @cindex physname
26813 Check the results of the ``physname'' computation. When reading DWARF
26814 debugging information for C@t{++}, @value{GDBN} attempts to compute
26815 each entity's name. @value{GDBN} can do this computation in two
26816 different ways, depending on exactly what information is present.
26817 When enabled, this setting causes @value{GDBN} to compute the names
26818 both ways and display any discrepancies.
26819 @item show debug check-physname
26820 Show the current state of ``physname'' checking.
26821
26822 @item set debug coff-pe-read
26823 @cindex COFF/PE exported symbols
26824 Control display of debugging messages related to reading of COFF/PE
26825 exported symbols. The default is off.
26826 @item show debug coff-pe-read
26827 Displays the current state of displaying debugging messages related to
26828 reading of COFF/PE exported symbols.
26829
26830 @item set debug dwarf-die
26831 @cindex DWARF DIEs
26832 Dump DWARF DIEs after they are read in.
26833 The value is the number of nesting levels to print.
26834 A value of zero turns off the display.
26835 @item show debug dwarf-die
26836 Show the current state of DWARF DIE debugging.
26837
26838 @item set debug dwarf-line
26839 @cindex DWARF Line Tables
26840 Turns on or off display of debugging messages related to reading
26841 DWARF line tables. The default is 0 (off).
26842 A value of 1 provides basic information.
26843 A value greater than 1 provides more verbose information.
26844 @item show debug dwarf-line
26845 Show the current state of DWARF line table debugging.
26846
26847 @item set debug dwarf-read
26848 @cindex DWARF Reading
26849 Turns on or off display of debugging messages related to reading
26850 DWARF debug info. The default is 0 (off).
26851 A value of 1 provides basic information.
26852 A value greater than 1 provides more verbose information.
26853 @item show debug dwarf-read
26854 Show the current state of DWARF reader debugging.
26855
26856 @item set debug displaced
26857 @cindex displaced stepping debugging info
26858 Turns on or off display of @value{GDBN} debugging info for the
26859 displaced stepping support. The default is off.
26860 @item show debug displaced
26861 Displays the current state of displaying @value{GDBN} debugging info
26862 related to displaced stepping.
26863
26864 @item set debug event
26865 @cindex event debugging info
26866 Turns on or off display of @value{GDBN} event debugging info. The
26867 default is off.
26868 @item show debug event
26869 Displays the current state of displaying @value{GDBN} event debugging
26870 info.
26871
26872 @item set debug event-loop
26873 @cindex event-loop debugging
26874 Controls output of debugging info about the event loop. The possible
26875 values are @samp{off}, @samp{all} (shows all debugging info) and
26876 @samp{all-except-ui} (shows all debugging info except those about
26877 UI-related events).
26878 @item show debug event-loop
26879 Shows the current state of displaying debugging info about the event
26880 loop.
26881
26882 @item set debug expression
26883 @cindex expression debugging info
26884 Turns on or off display of debugging info about @value{GDBN}
26885 expression parsing. The default is off.
26886 @item show debug expression
26887 Displays the current state of displaying debugging info about
26888 @value{GDBN} expression parsing.
26889
26890 @item set debug fbsd-lwp
26891 @cindex FreeBSD LWP debug messages
26892 Turns on or off debugging messages from the FreeBSD LWP debug support.
26893 @item show debug fbsd-lwp
26894 Show the current state of FreeBSD LWP debugging messages.
26895
26896 @item set debug fbsd-nat
26897 @cindex FreeBSD native target debug messages
26898 Turns on or off debugging messages from the FreeBSD native target.
26899 @item show debug fbsd-nat
26900 Show the current state of FreeBSD native target debugging messages.
26901
26902 @item set debug fortran-array-slicing
26903 @cindex fortran array slicing debugging info
26904 Turns on or off display of @value{GDBN} Fortran array slicing
26905 debugging info. The default is off.
26906
26907 @item show debug fortran-array-slicing
26908 Displays the current state of displaying @value{GDBN} Fortran array
26909 slicing debugging info.
26910
26911 @item set debug frame
26912 @cindex frame debugging info
26913 Turns on or off display of @value{GDBN} frame debugging info. The
26914 default is off.
26915 @item show debug frame
26916 Displays the current state of displaying @value{GDBN} frame debugging
26917 info.
26918
26919 @item set debug gnu-nat
26920 @cindex @sc{gnu}/Hurd debug messages
26921 Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
26922 @item show debug gnu-nat
26923 Show the current state of @sc{gnu}/Hurd debugging messages.
26924
26925 @item set debug infrun
26926 @cindex inferior debugging info
26927 Turns on or off display of @value{GDBN} debugging info for running the inferior.
26928 The default is off. @file{infrun.c} contains GDB's runtime state machine used
26929 for implementing operations such as single-stepping the inferior.
26930 @item show debug infrun
26931 Displays the current state of @value{GDBN} inferior debugging.
26932
26933 @item set debug jit
26934 @cindex just-in-time compilation, debugging messages
26935 Turn on or off debugging messages from JIT debug support.
26936 @item show debug jit
26937 Displays the current state of @value{GDBN} JIT debugging.
26938
26939 @item set debug lin-lwp
26940 @cindex @sc{gnu}/Linux LWP debug messages
26941 @cindex Linux lightweight processes
26942 Turn on or off debugging messages from the Linux LWP debug support.
26943 @item show debug lin-lwp
26944 Show the current state of Linux LWP debugging messages.
26945
26946 @item set debug linux-namespaces
26947 @cindex @sc{gnu}/Linux namespaces debug messages
26948 Turn on or off debugging messages from the Linux namespaces debug support.
26949 @item show debug linux-namespaces
26950 Show the current state of Linux namespaces debugging messages.
26951
26952 @item set debug mach-o
26953 @cindex Mach-O symbols processing
26954 Control display of debugging messages related to Mach-O symbols
26955 processing. The default is off.
26956 @item show debug mach-o
26957 Displays the current state of displaying debugging messages related to
26958 reading of COFF/PE exported symbols.
26959
26960 @item set debug notification
26961 @cindex remote async notification debugging info
26962 Turn on or off debugging messages about remote async notification.
26963 The default is off.
26964 @item show debug notification
26965 Displays the current state of remote async notification debugging messages.
26966
26967 @item set debug observer
26968 @cindex observer debugging info
26969 Turns on or off display of @value{GDBN} observer debugging. This
26970 includes info such as the notification of observable events.
26971 @item show debug observer
26972 Displays the current state of observer debugging.
26973
26974 @item set debug overload
26975 @cindex C@t{++} overload debugging info
26976 Turns on or off display of @value{GDBN} C@t{++} overload debugging
26977 info. This includes info such as ranking of functions, etc. The default
26978 is off.
26979 @item show debug overload
26980 Displays the current state of displaying @value{GDBN} C@t{++} overload
26981 debugging info.
26982
26983 @cindex expression parser, debugging info
26984 @cindex debug expression parser
26985 @item set debug parser
26986 Turns on or off the display of expression parser debugging output.
26987 Internally, this sets the @code{yydebug} variable in the expression
26988 parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
26989 details. The default is off.
26990 @item show debug parser
26991 Show the current state of expression parser debugging.
26992
26993 @cindex packets, reporting on stdout
26994 @cindex serial connections, debugging
26995 @cindex debug remote protocol
26996 @cindex remote protocol debugging
26997 @cindex display remote packets
26998 @item set debug remote
26999 Turns on or off display of reports on all packets sent back and forth across
27000 the serial line to the remote machine. The info is printed on the
27001 @value{GDBN} standard output stream. The default is off.
27002 @item show debug remote
27003 Displays the state of display of remote packets.
27004
27005 @item set debug remote-packet-max-chars
27006 Sets the maximum number of characters to display for each remote packet when
27007 @code{set debug remote} is on. This is useful to prevent @value{GDBN} from
27008 displaying lengthy remote packets and polluting the console.
27009
27010 The default value is @code{512}, which means @value{GDBN} will truncate each
27011 remote packet after 512 bytes.
27012
27013 Setting this option to @code{unlimited} will disable truncation and will output
27014 the full length of the remote packets.
27015 @item show debug remote-packet-max-chars
27016 Displays the number of bytes to output for remote packet debugging.
27017
27018 @item set debug separate-debug-file
27019 Turns on or off display of debug output about separate debug file search.
27020 @item show debug separate-debug-file
27021 Displays the state of separate debug file search debug output.
27022
27023 @item set debug serial
27024 Turns on or off display of @value{GDBN} serial debugging info. The
27025 default is off.
27026 @item show debug serial
27027 Displays the current state of displaying @value{GDBN} serial debugging
27028 info.
27029
27030 @item set debug solib-frv
27031 @cindex FR-V shared-library debugging
27032 Turn on or off debugging messages for FR-V shared-library code.
27033 @item show debug solib-frv
27034 Display the current state of FR-V shared-library code debugging
27035 messages.
27036
27037 @item set debug symbol-lookup
27038 @cindex symbol lookup
27039 Turns on or off display of debugging messages related to symbol lookup.
27040 The default is 0 (off).
27041 A value of 1 provides basic information.
27042 A value greater than 1 provides more verbose information.
27043 @item show debug symbol-lookup
27044 Show the current state of symbol lookup debugging messages.
27045
27046 @item set debug symfile
27047 @cindex symbol file functions
27048 Turns on or off display of debugging messages related to symbol file functions.
27049 The default is off. @xref{Files}.
27050 @item show debug symfile
27051 Show the current state of symbol file debugging messages.
27052
27053 @item set debug symtab-create
27054 @cindex symbol table creation
27055 Turns on or off display of debugging messages related to symbol table creation.
27056 The default is 0 (off).
27057 A value of 1 provides basic information.
27058 A value greater than 1 provides more verbose information.
27059 @item show debug symtab-create
27060 Show the current state of symbol table creation debugging.
27061
27062 @item set debug target
27063 @cindex target debugging info
27064 Turns on or off display of @value{GDBN} target debugging info. This info
27065 includes what is going on at the target level of GDB, as it happens. The
27066 default is 0. Set it to 1 to track events, and to 2 to also track the
27067 value of large memory transfers.
27068 @item show debug target
27069 Displays the current state of displaying @value{GDBN} target debugging
27070 info.
27071
27072 @item set debug timestamp
27073 @cindex timestamping debugging info
27074 Turns on or off display of timestamps with @value{GDBN} debugging info.
27075 When enabled, seconds and microseconds are displayed before each debugging
27076 message.
27077 @item show debug timestamp
27078 Displays the current state of displaying timestamps with @value{GDBN}
27079 debugging info.
27080
27081 @item set debug varobj
27082 @cindex variable object debugging info
27083 Turns on or off display of @value{GDBN} variable object debugging
27084 info. The default is off.
27085 @item show debug varobj
27086 Displays the current state of displaying @value{GDBN} variable object
27087 debugging info.
27088
27089 @item set debug xml
27090 @cindex XML parser debugging
27091 Turn on or off debugging messages for built-in XML parsers.
27092 @item show debug xml
27093 Displays the current state of XML debugging messages.
27094 @end table
27095
27096 @node Other Misc Settings
27097 @section Other Miscellaneous Settings
27098 @cindex miscellaneous settings
27099
27100 @table @code
27101 @kindex set interactive-mode
27102 @item set interactive-mode
27103 If @code{on}, forces @value{GDBN} to assume that GDB was started
27104 in a terminal. In practice, this means that @value{GDBN} should wait
27105 for the user to answer queries generated by commands entered at
27106 the command prompt. If @code{off}, forces @value{GDBN} to operate
27107 in the opposite mode, and it uses the default answers to all queries.
27108 If @code{auto} (the default), @value{GDBN} tries to determine whether
27109 its standard input is a terminal, and works in interactive-mode if it
27110 is, non-interactively otherwise.
27111
27112 In the vast majority of cases, the debugger should be able to guess
27113 correctly which mode should be used. But this setting can be useful
27114 in certain specific cases, such as running a MinGW @value{GDBN}
27115 inside a cygwin window.
27116
27117 @kindex show interactive-mode
27118 @item show interactive-mode
27119 Displays whether the debugger is operating in interactive mode or not.
27120 @end table
27121
27122 @node Extending GDB
27123 @chapter Extending @value{GDBN}
27124 @cindex extending GDB
27125
27126 @value{GDBN} provides several mechanisms for extension.
27127 @value{GDBN} also provides the ability to automatically load
27128 extensions when it reads a file for debugging. This allows the
27129 user to automatically customize @value{GDBN} for the program
27130 being debugged.
27131
27132 To facilitate the use of extension languages, @value{GDBN} is capable
27133 of evaluating the contents of a file. When doing so, @value{GDBN}
27134 can recognize which extension language is being used by looking at
27135 the filename extension. Files with an unrecognized filename extension
27136 are always treated as a @value{GDBN} Command Files.
27137 @xref{Command Files,, Command files}.
27138
27139 You can control how @value{GDBN} evaluates these files with the following
27140 setting:
27141
27142 @table @code
27143 @kindex set script-extension
27144 @kindex show script-extension
27145 @item set script-extension off
27146 All scripts are always evaluated as @value{GDBN} Command Files.
27147
27148 @item set script-extension soft
27149 The debugger determines the scripting language based on filename
27150 extension. If this scripting language is supported, @value{GDBN}
27151 evaluates the script using that language. Otherwise, it evaluates
27152 the file as a @value{GDBN} Command File.
27153
27154 @item set script-extension strict
27155 The debugger determines the scripting language based on filename
27156 extension, and evaluates the script using that language. If the
27157 language is not supported, then the evaluation fails.
27158
27159 @item show script-extension
27160 Display the current value of the @code{script-extension} option.
27161
27162 @end table
27163
27164 @ifset SYSTEM_GDBINIT_DIR
27165 This setting is not used for files in the system-wide gdbinit directory.
27166 Files in that directory must have an extension matching their language,
27167 or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
27168 commands. @xref{Startup}.
27169 @end ifset
27170
27171 @menu
27172 * Sequences:: Canned Sequences of @value{GDBN} Commands
27173 * Aliases:: Command Aliases
27174 * Python:: Extending @value{GDBN} using Python
27175 * Guile:: Extending @value{GDBN} using Guile
27176 * Auto-loading extensions:: Automatically loading extensions
27177 * Multiple Extension Languages:: Working with multiple extension languages
27178 @end menu
27179
27180 @node Sequences
27181 @section Canned Sequences of Commands
27182
27183 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
27184 Command Lists}), @value{GDBN} provides two ways to store sequences of
27185 commands for execution as a unit: user-defined commands and command
27186 files.
27187
27188 @menu
27189 * Define:: How to define your own commands
27190 * Hooks:: Hooks for user-defined commands
27191 * Command Files:: How to write scripts of commands to be stored in a file
27192 * Output:: Commands for controlled output
27193 * Auto-loading sequences:: Controlling auto-loaded command files
27194 @end menu
27195
27196 @node Define
27197 @subsection User-defined Commands
27198
27199 @cindex user-defined command
27200 @cindex arguments, to user-defined commands
27201 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
27202 which you assign a new name as a command. This is done with the
27203 @code{define} command. User commands may accept an unlimited number of arguments
27204 separated by whitespace. Arguments are accessed within the user command
27205 via @code{$arg0@dots{}$argN}. A trivial example:
27206
27207 @smallexample
27208 define adder
27209 print $arg0 + $arg1 + $arg2
27210 end
27211 @end smallexample
27212
27213 @noindent
27214 To execute the command use:
27215
27216 @smallexample
27217 adder 1 2 3
27218 @end smallexample
27219
27220 @noindent
27221 This defines the command @code{adder}, which prints the sum of
27222 its three arguments. Note the arguments are text substitutions, so they may
27223 reference variables, use complex expressions, or even perform inferior
27224 functions calls.
27225
27226 @cindex argument count in user-defined commands
27227 @cindex how many arguments (user-defined commands)
27228 In addition, @code{$argc} may be used to find out how many arguments have
27229 been passed.
27230
27231 @smallexample
27232 define adder
27233 if $argc == 2
27234 print $arg0 + $arg1
27235 end
27236 if $argc == 3
27237 print $arg0 + $arg1 + $arg2
27238 end
27239 end
27240 @end smallexample
27241
27242 Combining with the @code{eval} command (@pxref{eval}) makes it easier
27243 to process a variable number of arguments:
27244
27245 @smallexample
27246 define adder
27247 set $i = 0
27248 set $sum = 0
27249 while $i < $argc
27250 eval "set $sum = $sum + $arg%d", $i
27251 set $i = $i + 1
27252 end
27253 print $sum
27254 end
27255 @end smallexample
27256
27257 @table @code
27258
27259 @kindex define
27260 @item define @var{commandname}
27261 Define a command named @var{commandname}. If there is already a command
27262 by that name, you are asked to confirm that you want to redefine it.
27263 The argument @var{commandname} may be a bare command name consisting of letters,
27264 numbers, dashes, dots, and underscores. It may also start with any
27265 predefined or user-defined prefix command.
27266 For example, @samp{define target my-target} creates
27267 a user-defined @samp{target my-target} command.
27268
27269 The definition of the command is made up of other @value{GDBN} command lines,
27270 which are given following the @code{define} command. The end of these
27271 commands is marked by a line containing @code{end}.
27272
27273 @kindex document
27274 @kindex end@r{ (user-defined commands)}
27275 @item document @var{commandname}
27276 Document the user-defined command @var{commandname}, so that it can be
27277 accessed by @code{help}. The command @var{commandname} must already be
27278 defined. This command reads lines of documentation just as @code{define}
27279 reads the lines of the command definition, ending with @code{end}.
27280 After the @code{document} command is finished, @code{help} on command
27281 @var{commandname} displays the documentation you have written.
27282
27283 You may use the @code{document} command again to change the
27284 documentation of a command. Redefining the command with @code{define}
27285 does not change the documentation.
27286
27287 @kindex define-prefix
27288 @item define-prefix @var{commandname}
27289 Define or mark the command @var{commandname} as a user-defined prefix
27290 command. Once marked, @var{commandname} can be used as prefix command
27291 by the @code{define} command.
27292 Note that @code{define-prefix} can be used with a not yet defined
27293 @var{commandname}. In such a case, @var{commandname} is defined as
27294 an empty user-defined command.
27295 In case you redefine a command that was marked as a user-defined
27296 prefix command, the subcommands of the redefined command are kept
27297 (and @value{GDBN} indicates so to the user).
27298
27299 Example:
27300 @example
27301 (gdb) define-prefix abc
27302 (gdb) define-prefix abc def
27303 (gdb) define abc def
27304 Type commands for definition of "abc def".
27305 End with a line saying just "end".
27306 >echo command initial def\n
27307 >end
27308 (gdb) define abc def ghi
27309 Type commands for definition of "abc def ghi".
27310 End with a line saying just "end".
27311 >echo command ghi\n
27312 >end
27313 (gdb) define abc def
27314 Keeping subcommands of prefix command "def".
27315 Redefine command "def"? (y or n) y
27316 Type commands for definition of "abc def".
27317 End with a line saying just "end".
27318 >echo command def\n
27319 >end
27320 (gdb) abc def ghi
27321 command ghi
27322 (gdb) abc def
27323 command def
27324 (gdb)
27325 @end example
27326
27327 @kindex dont-repeat
27328 @cindex don't repeat command
27329 @item dont-repeat
27330 Used inside a user-defined command, this tells @value{GDBN} that this
27331 command should not be repeated when the user hits @key{RET}
27332 (@pxref{Command Syntax, repeat last command}).
27333
27334 @kindex help user-defined
27335 @item help user-defined
27336 List all user-defined commands and all python commands defined in class
27337 COMMAND_USER. The first line of the documentation or docstring is
27338 included (if any).
27339
27340 @kindex show user
27341 @item show user
27342 @itemx show user @var{commandname}
27343 Display the @value{GDBN} commands used to define @var{commandname} (but
27344 not its documentation). If no @var{commandname} is given, display the
27345 definitions for all user-defined commands.
27346 This does not work for user-defined python commands.
27347
27348 @cindex infinite recursion in user-defined commands
27349 @kindex show max-user-call-depth
27350 @kindex set max-user-call-depth
27351 @item show max-user-call-depth
27352 @itemx set max-user-call-depth
27353 The value of @code{max-user-call-depth} controls how many recursion
27354 levels are allowed in user-defined commands before @value{GDBN} suspects an
27355 infinite recursion and aborts the command.
27356 This does not apply to user-defined python commands.
27357 @end table
27358
27359 In addition to the above commands, user-defined commands frequently
27360 use control flow commands, described in @ref{Command Files}.
27361
27362 When user-defined commands are executed, the
27363 commands of the definition are not printed. An error in any command
27364 stops execution of the user-defined command.
27365
27366 If used interactively, commands that would ask for confirmation proceed
27367 without asking when used inside a user-defined command. Many @value{GDBN}
27368 commands that normally print messages to say what they are doing omit the
27369 messages when used in a user-defined command.
27370
27371 @node Hooks
27372 @subsection User-defined Command Hooks
27373 @cindex command hooks
27374 @cindex hooks, for commands
27375 @cindex hooks, pre-command
27376
27377 @kindex hook
27378 You may define @dfn{hooks}, which are a special kind of user-defined
27379 command. Whenever you run the command @samp{foo}, if the user-defined
27380 command @samp{hook-foo} exists, it is executed (with no arguments)
27381 before that command.
27382
27383 @cindex hooks, post-command
27384 @kindex hookpost
27385 A hook may also be defined which is run after the command you executed.
27386 Whenever you run the command @samp{foo}, if the user-defined command
27387 @samp{hookpost-foo} exists, it is executed (with no arguments) after
27388 that command. Post-execution hooks may exist simultaneously with
27389 pre-execution hooks, for the same command.
27390
27391 It is valid for a hook to call the command which it hooks. If this
27392 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
27393
27394 @c It would be nice if hookpost could be passed a parameter indicating
27395 @c if the command it hooks executed properly or not. FIXME!
27396
27397 @kindex stop@r{, a pseudo-command}
27398 In addition, a pseudo-command, @samp{stop} exists. Defining
27399 (@samp{hook-stop}) makes the associated commands execute every time
27400 execution stops in your program: before breakpoint commands are run,
27401 displays are printed, or the stack frame is printed.
27402
27403 For example, to ignore @code{SIGALRM} signals while
27404 single-stepping, but treat them normally during normal execution,
27405 you could define:
27406
27407 @smallexample
27408 define hook-stop
27409 handle SIGALRM nopass
27410 end
27411
27412 define hook-run
27413 handle SIGALRM pass
27414 end
27415
27416 define hook-continue
27417 handle SIGALRM pass
27418 end
27419 @end smallexample
27420
27421 As a further example, to hook at the beginning and end of the @code{echo}
27422 command, and to add extra text to the beginning and end of the message,
27423 you could define:
27424
27425 @smallexample
27426 define hook-echo
27427 echo <<<---
27428 end
27429
27430 define hookpost-echo
27431 echo --->>>\n
27432 end
27433
27434 (@value{GDBP}) echo Hello World
27435 <<<---Hello World--->>>
27436 (@value{GDBP})
27437
27438 @end smallexample
27439
27440 You can define a hook for any single-word command in @value{GDBN}, but
27441 not for command aliases; you should define a hook for the basic command
27442 name, e.g.@: @code{backtrace} rather than @code{bt}.
27443 @c FIXME! So how does Joe User discover whether a command is an alias
27444 @c or not?
27445 You can hook a multi-word command by adding @code{hook-} or
27446 @code{hookpost-} to the last word of the command, e.g.@:
27447 @samp{define target hook-remote} to add a hook to @samp{target remote}.
27448
27449 If an error occurs during the execution of your hook, execution of
27450 @value{GDBN} commands stops and @value{GDBN} issues a prompt
27451 (before the command that you actually typed had a chance to run).
27452
27453 If you try to define a hook which does not match any known command, you
27454 get a warning from the @code{define} command.
27455
27456 @node Command Files
27457 @subsection Command Files
27458
27459 @cindex command files
27460 @cindex scripting commands
27461 A command file for @value{GDBN} is a text file made of lines that are
27462 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
27463 also be included. An empty line in a command file does nothing; it
27464 does not mean to repeat the last command, as it would from the
27465 terminal.
27466
27467 You can request the execution of a command file with the @code{source}
27468 command. Note that the @code{source} command is also used to evaluate
27469 scripts that are not Command Files. The exact behavior can be configured
27470 using the @code{script-extension} setting.
27471 @xref{Extending GDB,, Extending GDB}.
27472
27473 @table @code
27474 @kindex source
27475 @cindex execute commands from a file
27476 @item source [-s] [-v] @var{filename}
27477 Execute the command file @var{filename}.
27478 @end table
27479
27480 The lines in a command file are generally executed sequentially,
27481 unless the order of execution is changed by one of the
27482 @emph{flow-control commands} described below. The commands are not
27483 printed as they are executed. An error in any command terminates
27484 execution of the command file and control is returned to the console.
27485
27486 @value{GDBN} first searches for @var{filename} in the current directory.
27487 If the file is not found there, and @var{filename} does not specify a
27488 directory, then @value{GDBN} also looks for the file on the source search path
27489 (specified with the @samp{directory} command);
27490 except that @file{$cdir} is not searched because the compilation directory
27491 is not relevant to scripts.
27492
27493 If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
27494 on the search path even if @var{filename} specifies a directory.
27495 The search is done by appending @var{filename} to each element of the
27496 search path. So, for example, if @var{filename} is @file{mylib/myscript}
27497 and the search path contains @file{/home/user} then @value{GDBN} will
27498 look for the script @file{/home/user/mylib/myscript}.
27499 The search is also done if @var{filename} is an absolute path.
27500 For example, if @var{filename} is @file{/tmp/myscript} and
27501 the search path contains @file{/home/user} then @value{GDBN} will
27502 look for the script @file{/home/user/tmp/myscript}.
27503 For DOS-like systems, if @var{filename} contains a drive specification,
27504 it is stripped before concatenation. For example, if @var{filename} is
27505 @file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
27506 will look for the script @file{c:/tmp/myscript}.
27507
27508 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
27509 each command as it is executed. The option must be given before
27510 @var{filename}, and is interpreted as part of the filename anywhere else.
27511
27512 Commands that would ask for confirmation if used interactively proceed
27513 without asking when used in a command file. Many @value{GDBN} commands that
27514 normally print messages to say what they are doing omit the messages
27515 when called from command files.
27516
27517 @value{GDBN} also accepts command input from standard input. In this
27518 mode, normal output goes to standard output and error output goes to
27519 standard error. Errors in a command file supplied on standard input do
27520 not terminate execution of the command file---execution continues with
27521 the next command.
27522
27523 @smallexample
27524 gdb < cmds > log 2>&1
27525 @end smallexample
27526
27527 (The syntax above will vary depending on the shell used.) This example
27528 will execute commands from the file @file{cmds}. All output and errors
27529 would be directed to @file{log}.
27530
27531 Since commands stored on command files tend to be more general than
27532 commands typed interactively, they frequently need to deal with
27533 complicated situations, such as different or unexpected values of
27534 variables and symbols, changes in how the program being debugged is
27535 built, etc. @value{GDBN} provides a set of flow-control commands to
27536 deal with these complexities. Using these commands, you can write
27537 complex scripts that loop over data structures, execute commands
27538 conditionally, etc.
27539
27540 @table @code
27541 @kindex if
27542 @kindex else
27543 @item if
27544 @itemx else
27545 This command allows to include in your script conditionally executed
27546 commands. The @code{if} command takes a single argument, which is an
27547 expression to evaluate. It is followed by a series of commands that
27548 are executed only if the expression is true (its value is nonzero).
27549 There can then optionally be an @code{else} line, followed by a series
27550 of commands that are only executed if the expression was false. The
27551 end of the list is marked by a line containing @code{end}.
27552
27553 @kindex while
27554 @item while
27555 This command allows to write loops. Its syntax is similar to
27556 @code{if}: the command takes a single argument, which is an expression
27557 to evaluate, and must be followed by the commands to execute, one per
27558 line, terminated by an @code{end}. These commands are called the
27559 @dfn{body} of the loop. The commands in the body of @code{while} are
27560 executed repeatedly as long as the expression evaluates to true.
27561
27562 @kindex loop_break
27563 @item loop_break
27564 This command exits the @code{while} loop in whose body it is included.
27565 Execution of the script continues after that @code{while}s @code{end}
27566 line.
27567
27568 @kindex loop_continue
27569 @item loop_continue
27570 This command skips the execution of the rest of the body of commands
27571 in the @code{while} loop in whose body it is included. Execution
27572 branches to the beginning of the @code{while} loop, where it evaluates
27573 the controlling expression.
27574
27575 @kindex end@r{ (if/else/while commands)}
27576 @item end
27577 Terminate the block of commands that are the body of @code{if},
27578 @code{else}, or @code{while} flow-control commands.
27579 @end table
27580
27581
27582 @node Output
27583 @subsection Commands for Controlled Output
27584
27585 During the execution of a command file or a user-defined command, normal
27586 @value{GDBN} output is suppressed; the only output that appears is what is
27587 explicitly printed by the commands in the definition. This section
27588 describes three commands useful for generating exactly the output you
27589 want.
27590
27591 @table @code
27592 @kindex echo
27593 @item echo @var{text}
27594 @c I do not consider backslash-space a standard C escape sequence
27595 @c because it is not in ANSI.
27596 Print @var{text}. Nonprinting characters can be included in
27597 @var{text} using C escape sequences, such as @samp{\n} to print a
27598 newline. @strong{No newline is printed unless you specify one.}
27599 In addition to the standard C escape sequences, a backslash followed
27600 by a space stands for a space. This is useful for displaying a
27601 string with spaces at the beginning or the end, since leading and
27602 trailing spaces are otherwise trimmed from all arguments.
27603 To print @samp{@w{ }and foo =@w{ }}, use the command
27604 @samp{echo \@w{ }and foo = \@w{ }}.
27605
27606 A backslash at the end of @var{text} can be used, as in C, to continue
27607 the command onto subsequent lines. For example,
27608
27609 @smallexample
27610 echo This is some text\n\
27611 which is continued\n\
27612 onto several lines.\n
27613 @end smallexample
27614
27615 produces the same output as
27616
27617 @smallexample
27618 echo This is some text\n
27619 echo which is continued\n
27620 echo onto several lines.\n
27621 @end smallexample
27622
27623 @kindex output
27624 @item output @var{expression}
27625 Print the value of @var{expression} and nothing but that value: no
27626 newlines, no @samp{$@var{nn} = }. The value is not entered in the
27627 value history either. @xref{Expressions, ,Expressions}, for more information
27628 on expressions.
27629
27630 @item output/@var{fmt} @var{expression}
27631 Print the value of @var{expression} in format @var{fmt}. You can use
27632 the same formats as for @code{print}. @xref{Output Formats,,Output
27633 Formats}, for more information.
27634
27635 @kindex printf
27636 @item printf @var{template}, @var{expressions}@dots{}
27637 Print the values of one or more @var{expressions} under the control of
27638 the string @var{template}. To print several values, make
27639 @var{expressions} be a comma-separated list of individual expressions,
27640 which may be either numbers or pointers. Their values are printed as
27641 specified by @var{template}, exactly as a C program would do by
27642 executing the code below:
27643
27644 @smallexample
27645 printf (@var{template}, @var{expressions}@dots{});
27646 @end smallexample
27647
27648 As in @code{C} @code{printf}, ordinary characters in @var{template}
27649 are printed verbatim, while @dfn{conversion specification} introduced
27650 by the @samp{%} character cause subsequent @var{expressions} to be
27651 evaluated, their values converted and formatted according to type and
27652 style information encoded in the conversion specifications, and then
27653 printed.
27654
27655 For example, you can print two values in hex like this:
27656
27657 @smallexample
27658 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
27659 @end smallexample
27660
27661 @code{printf} supports all the standard @code{C} conversion
27662 specifications, including the flags and modifiers between the @samp{%}
27663 character and the conversion letter, with the following exceptions:
27664
27665 @itemize @bullet
27666 @item
27667 The argument-ordering modifiers, such as @samp{2$}, are not supported.
27668
27669 @item
27670 The modifier @samp{*} is not supported for specifying precision or
27671 width.
27672
27673 @item
27674 The @samp{'} flag (for separation of digits into groups according to
27675 @code{LC_NUMERIC'}) is not supported.
27676
27677 @item
27678 The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
27679 supported.
27680
27681 @item
27682 The conversion letter @samp{n} (as in @samp{%n}) is not supported.
27683
27684 @item
27685 The conversion letters @samp{a} and @samp{A} are not supported.
27686 @end itemize
27687
27688 @noindent
27689 Note that the @samp{ll} type modifier is supported only if the
27690 underlying @code{C} implementation used to build @value{GDBN} supports
27691 the @code{long long int} type, and the @samp{L} type modifier is
27692 supported only if @code{long double} type is available.
27693
27694 As in @code{C}, @code{printf} supports simple backslash-escape
27695 sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
27696 @samp{\a}, and @samp{\f}, that consist of backslash followed by a
27697 single character. Octal and hexadecimal escape sequences are not
27698 supported.
27699
27700 Additionally, @code{printf} supports conversion specifications for DFP
27701 (@dfn{Decimal Floating Point}) types using the following length modifiers
27702 together with a floating point specifier.
27703 letters:
27704
27705 @itemize @bullet
27706 @item
27707 @samp{H} for printing @code{Decimal32} types.
27708
27709 @item
27710 @samp{D} for printing @code{Decimal64} types.
27711
27712 @item
27713 @samp{DD} for printing @code{Decimal128} types.
27714 @end itemize
27715
27716 If the underlying @code{C} implementation used to build @value{GDBN} has
27717 support for the three length modifiers for DFP types, other modifiers
27718 such as width and precision will also be available for @value{GDBN} to use.
27719
27720 In case there is no such @code{C} support, no additional modifiers will be
27721 available and the value will be printed in the standard way.
27722
27723 Here's an example of printing DFP types using the above conversion letters:
27724 @smallexample
27725 printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
27726 @end smallexample
27727
27728 @anchor{eval}
27729 @kindex eval
27730 @item eval @var{template}, @var{expressions}@dots{}
27731 Convert the values of one or more @var{expressions} under the control of
27732 the string @var{template} to a command line, and call it.
27733
27734 @end table
27735
27736 @node Auto-loading sequences
27737 @subsection Controlling auto-loading native @value{GDBN} scripts
27738 @cindex native script auto-loading
27739
27740 When a new object file is read (for example, due to the @code{file}
27741 command, or because the inferior has loaded a shared library),
27742 @value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
27743 @xref{Auto-loading extensions}.
27744
27745 Auto-loading can be enabled or disabled,
27746 and the list of auto-loaded scripts can be printed.
27747
27748 @table @code
27749 @anchor{set auto-load gdb-scripts}
27750 @kindex set auto-load gdb-scripts
27751 @item set auto-load gdb-scripts [on|off]
27752 Enable or disable the auto-loading of canned sequences of commands scripts.
27753
27754 @anchor{show auto-load gdb-scripts}
27755 @kindex show auto-load gdb-scripts
27756 @item show auto-load gdb-scripts
27757 Show whether auto-loading of canned sequences of commands scripts is enabled or
27758 disabled.
27759
27760 @anchor{info auto-load gdb-scripts}
27761 @kindex info auto-load gdb-scripts
27762 @cindex print list of auto-loaded canned sequences of commands scripts
27763 @item info auto-load gdb-scripts [@var{regexp}]
27764 Print the list of all canned sequences of commands scripts that @value{GDBN}
27765 auto-loaded.
27766 @end table
27767
27768 If @var{regexp} is supplied only canned sequences of commands scripts with
27769 matching names are printed.
27770
27771 @node Aliases
27772 @section Command Aliases
27773 @cindex aliases for commands
27774
27775 Aliases allow you to define alternate spellings for existing commands.
27776 For example, if a new @value{GDBN} command defined in Python
27777 (@pxref{Python}) has a long name, it is handy to have an abbreviated
27778 version of it that involves less typing.
27779
27780 @value{GDBN} itself uses aliases. For example @samp{s} is an alias
27781 of the @samp{step} command even though it is otherwise an ambiguous
27782 abbreviation of other commands like @samp{set} and @samp{show}.
27783
27784 Aliases are also used to provide shortened or more common versions
27785 of multi-word commands. For example, @value{GDBN} provides the
27786 @samp{tty} alias of the @samp{set inferior-tty} command.
27787
27788 You can define a new alias with the @samp{alias} command.
27789
27790 @table @code
27791
27792 @kindex alias
27793 @item alias [-a] [--] @var{alias} = @var{command} [@var{default-args}]
27794
27795 @end table
27796
27797 @var{alias} specifies the name of the new alias. Each word of
27798 @var{alias} must consist of letters, numbers, dashes and underscores.
27799
27800 @var{command} specifies the name of an existing command
27801 that is being aliased.
27802
27803 @var{command} can also be the name of an existing alias. In this
27804 case, @var{command} cannot be an alias that has default arguments.
27805
27806 The @samp{-a} option specifies that the new alias is an abbreviation
27807 of the command. Abbreviations are not used in command completion.
27808
27809 The @samp{--} option specifies the end of options,
27810 and is useful when @var{alias} begins with a dash.
27811
27812 You can specify @var{default-args} for your alias. These
27813 @var{default-args} will be automatically added before the alias
27814 arguments typed explicitly on the command line.
27815
27816 For example, the below defines an alias @code{btfullall} that shows all local
27817 variables and all frame arguments:
27818 @smallexample
27819 (@value{GDBP}) alias btfullall = backtrace -full -frame-arguments all
27820 @end smallexample
27821
27822 For more information about @var{default-args}, see @ref{Command
27823 aliases default args, ,Default Arguments}.
27824
27825 Here is a simple example showing how to make an abbreviation of a
27826 command so that there is less to type. Suppose you were tired of
27827 typing @samp{disas}, the current shortest unambiguous abbreviation of
27828 the @samp{disassemble} command and you wanted an even shorter version
27829 named @samp{di}. The following will accomplish this.
27830
27831 @smallexample
27832 (gdb) alias -a di = disas
27833 @end smallexample
27834
27835 Note that aliases are different from user-defined commands. With a
27836 user-defined command, you also need to write documentation for it with
27837 the @samp{document} command. An alias automatically picks up the
27838 documentation of the existing command.
27839
27840 Here is an example where we make @samp{elms} an abbreviation of
27841 @samp{elements} in the @samp{set print elements} command.
27842 This is to show that you can make an abbreviation of any part
27843 of a command.
27844
27845 @smallexample
27846 (gdb) alias -a set print elms = set print elements
27847 (gdb) alias -a show print elms = show print elements
27848 (gdb) set p elms 20
27849 (gdb) show p elms
27850 Limit on string chars or array elements to print is 200.
27851 @end smallexample
27852
27853 Note that if you are defining an alias of a @samp{set} command,
27854 and you want to have an alias for the corresponding @samp{show}
27855 command, then you need to define the latter separately.
27856
27857 Unambiguously abbreviated commands are allowed in @var{command} and
27858 @var{alias}, just as they are normally.
27859
27860 @smallexample
27861 (gdb) alias -a set pr elms = set p ele
27862 @end smallexample
27863
27864 Finally, here is an example showing the creation of a one word
27865 alias for a more complex command.
27866 This creates alias @samp{spe} of the command @samp{set print elements}.
27867
27868 @smallexample
27869 (gdb) alias spe = set print elements
27870 (gdb) spe 20
27871 @end smallexample
27872
27873 @menu
27874 * Command aliases default args:: Default arguments for aliases
27875 @end menu
27876
27877 @node Command aliases default args
27878 @subsection Default Arguments
27879 @cindex aliases for commands, default arguments
27880
27881 You can tell @value{GDBN} to always prepend some default arguments to
27882 the list of arguments provided explicitly by the user when using a
27883 user-defined alias.
27884
27885 If you repeatedly use the same arguments or options for a command, you
27886 can define an alias for this command and tell @value{GDBN} to
27887 automatically prepend these arguments or options to the list of
27888 arguments you type explicitly when using the alias@footnote{@value{GDBN}
27889 could easily accept default arguments for pre-defined commands and aliases,
27890 but it was deemed this would be confusing, and so is not allowed.}.
27891
27892 For example, if you often use the command @code{thread apply all}
27893 specifying to work on the threads in ascending order and to continue in case it
27894 encounters an error, you can tell @value{GDBN} to automatically preprend
27895 the @code{-ascending} and @code{-c} options by using:
27896
27897 @smallexample
27898 (@value{GDBP}) alias thread apply asc-all = thread apply all -ascending -c
27899 @end smallexample
27900
27901 Once you have defined this alias with its default args, any time you type
27902 the @code{thread apply asc-all} followed by @code{some arguments},
27903 @value{GDBN} will execute @code{thread apply all -ascending -c some arguments}.
27904
27905 To have even less to type, you can also define a one word alias:
27906 @smallexample
27907 (@value{GDBP}) alias t_a_c = thread apply all -ascending -c
27908 @end smallexample
27909
27910 As usual, unambiguous abbreviations can be used for @var{alias}
27911 and @var{default-args}.
27912
27913 The different aliases of a command do not share their default args.
27914 For example, you define a new alias @code{bt_ALL} showing all possible
27915 information and another alias @code{bt_SMALL} showing very limited information
27916 using:
27917 @smallexample
27918 (@value{GDBP}) alias bt_ALL = backtrace -entry-values both -frame-arg all \
27919 -past-main -past-entry -full
27920 (@value{GDBP}) alias bt_SMALL = backtrace -entry-values no -frame-arg none \
27921 -past-main off -past-entry off
27922 @end smallexample
27923
27924 (For more on using the @code{alias} command, see @ref{Aliases}.)
27925
27926 Default args are not limited to the arguments and options of @var{command},
27927 but can specify nested commands if @var{command} accepts such a nested command
27928 as argument.
27929 For example, the below defines @code{faalocalsoftype} that lists the
27930 frames having locals of a certain type, together with the matching
27931 local vars:
27932 @smallexample
27933 (@value{GDBP}) alias faalocalsoftype = frame apply all info locals -q -t
27934 (@value{GDBP}) faalocalsoftype int
27935 #1 0x55554f5e in sleeper_or_burner (v=0xdf50) at sleepers.c:86
27936 i = 0
27937 ret = 21845
27938 @end smallexample
27939
27940 This is also very useful to define an alias for a set of nested @code{with}
27941 commands to have a particular combination of temporary settings. For example,
27942 the below defines the alias @code{pp10} that pretty prints an expression
27943 argument, with a maximum of 10 elements if the expression is a string or
27944 an array:
27945 @smallexample
27946 (@value{GDBP}) alias pp10 = with print pretty -- with print elements 10 -- print
27947 @end smallexample
27948 This defines the alias @code{pp10} as being a sequence of 3 commands.
27949 The first part @code{with print pretty --} temporarily activates the setting
27950 @code{set print pretty}, then launches the command that follows the separator
27951 @code{--}.
27952 The command following the first part is also a @code{with} command that
27953 temporarily changes the setting @code{set print elements} to 10, then
27954 launches the command that follows the second separator @code{--}.
27955 The third part @code{print} is the command the @code{pp10} alias will launch,
27956 using the temporary values of the settings and the arguments explicitly given
27957 by the user.
27958 For more information about the @code{with} command usage,
27959 see @ref{Command Settings}.
27960
27961 @c Python docs live in a separate file.
27962 @include python.texi
27963
27964 @c Guile docs live in a separate file.
27965 @include guile.texi
27966
27967 @node Auto-loading extensions
27968 @section Auto-loading extensions
27969 @cindex auto-loading extensions
27970
27971 @value{GDBN} provides two mechanisms for automatically loading
27972 extensions when a new object file is read (for example, due to the
27973 @code{file} command, or because the inferior has loaded a shared
27974 library): @file{@var{objfile}-gdb.@var{ext}} (@pxref{objfile-gdbdotext
27975 file,,The @file{@var{objfile}-gdb.@var{ext}} file}) and the
27976 @code{.debug_gdb_scripts} section of modern file formats like ELF
27977 (@pxref{dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
27978 section}). For a discussion of the differences between these two
27979 approaches see @ref{Which flavor to choose?}.
27980
27981 The auto-loading feature is useful for supplying application-specific
27982 debugging commands and features.
27983
27984 Auto-loading can be enabled or disabled,
27985 and the list of auto-loaded scripts can be printed.
27986 See the @samp{auto-loading} section of each extension language
27987 for more information.
27988 For @value{GDBN} command files see @ref{Auto-loading sequences}.
27989 For Python files see @ref{Python Auto-loading}.
27990
27991 Note that loading of this script file also requires accordingly configured
27992 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27993
27994 @menu
27995 * objfile-gdbdotext file:: The @file{@var{objfile}-gdb.@var{ext}} file
27996 * dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
27997 * Which flavor to choose?:: Choosing between these approaches
27998 @end menu
27999
28000 @node objfile-gdbdotext file
28001 @subsection The @file{@var{objfile}-gdb.@var{ext}} file
28002 @cindex @file{@var{objfile}-gdb.gdb}
28003 @cindex @file{@var{objfile}-gdb.py}
28004 @cindex @file{@var{objfile}-gdb.scm}
28005
28006 When a new object file is read, @value{GDBN} looks for a file named
28007 @file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
28008 where @var{objfile} is the object file's name and
28009 where @var{ext} is the file extension for the extension language:
28010
28011 @table @code
28012 @item @file{@var{objfile}-gdb.gdb}
28013 GDB's own command language
28014 @item @file{@var{objfile}-gdb.py}
28015 Python
28016 @item @file{@var{objfile}-gdb.scm}
28017 Guile
28018 @end table
28019
28020 @var{script-name} is formed by ensuring that the file name of @var{objfile}
28021 is absolute, following all symlinks, and resolving @code{.} and @code{..}
28022 components, and appending the @file{-gdb.@var{ext}} suffix.
28023 If this file exists and is readable, @value{GDBN} will evaluate it as a
28024 script in the specified extension language.
28025
28026 If this file does not exist, then @value{GDBN} will look for
28027 @var{script-name} file in all of the directories as specified below.
28028 (On MS-Windows/MS-DOS, the drive letter of the executable's leading
28029 directories is converted to a one-letter subdirectory, i.e.@:
28030 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
28031 filesystems disallow colons in file names.)
28032
28033 Note that loading of these files requires an accordingly configured
28034 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28035
28036 For object files using @file{.exe} suffix @value{GDBN} tries to load first the
28037 scripts normally according to its @file{.exe} filename. But if no scripts are
28038 found @value{GDBN} also tries script filenames matching the object file without
28039 its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
28040 is attempted on any platform. This makes the script filenames compatible
28041 between Unix and MS-Windows hosts.
28042
28043 @table @code
28044 @anchor{set auto-load scripts-directory}
28045 @kindex set auto-load scripts-directory
28046 @item set auto-load scripts-directory @r{[}@var{directories}@r{]}
28047 Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
28048 may be delimited by the host platform path separator in use
28049 (@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
28050
28051 Each entry here needs to be covered also by the security setting
28052 @code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
28053
28054 @anchor{with-auto-load-dir}
28055 This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
28056 @code{set auto-load safe-path} value can be also overriden by @value{GDBN}
28057 configuration option @option{--with-auto-load-dir}.
28058
28059 Any reference to @file{$debugdir} will get replaced by
28060 @var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
28061 reference to @file{$datadir} will get replaced by @var{data-directory} which is
28062 determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
28063 @file{$datadir} must be placed as a directory component --- either alone or
28064 delimited by @file{/} or @file{\} directory separators, depending on the host
28065 platform.
28066
28067 The list of directories uses path separator (@samp{:} on GNU and Unix
28068 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
28069 to the @env{PATH} environment variable.
28070
28071 @anchor{show auto-load scripts-directory}
28072 @kindex show auto-load scripts-directory
28073 @item show auto-load scripts-directory
28074 Show @value{GDBN} auto-loaded scripts location.
28075
28076 @anchor{add-auto-load-scripts-directory}
28077 @kindex add-auto-load-scripts-directory
28078 @item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
28079 Add an entry (or list of entries) to the list of auto-loaded scripts locations.
28080 Multiple entries may be delimited by the host platform path separator in use.
28081 @end table
28082
28083 @value{GDBN} does not track which files it has already auto-loaded this way.
28084 @value{GDBN} will load the associated script every time the corresponding
28085 @var{objfile} is opened.
28086 So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
28087 is evaluated more than once.
28088
28089 @node dotdebug_gdb_scripts section
28090 @subsection The @code{.debug_gdb_scripts} section
28091 @cindex @code{.debug_gdb_scripts} section
28092
28093 For systems using file formats like ELF and COFF,
28094 when @value{GDBN} loads a new object file
28095 it will look for a special section named @code{.debug_gdb_scripts}.
28096 If this section exists, its contents is a list of null-terminated entries
28097 specifying scripts to load. Each entry begins with a non-null prefix byte that
28098 specifies the kind of entry, typically the extension language and whether the
28099 script is in a file or inlined in @code{.debug_gdb_scripts}.
28100
28101 The following entries are supported:
28102
28103 @table @code
28104 @item SECTION_SCRIPT_ID_PYTHON_FILE = 1
28105 @item SECTION_SCRIPT_ID_SCHEME_FILE = 3
28106 @item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
28107 @item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
28108 @end table
28109
28110 @subsubsection Script File Entries
28111
28112 If the entry specifies a file, @value{GDBN} will look for the file first
28113 in the current directory and then along the source search path
28114 (@pxref{Source Path, ,Specifying Source Directories}),
28115 except that @file{$cdir} is not searched, since the compilation
28116 directory is not relevant to scripts.
28117
28118 File entries can be placed in section @code{.debug_gdb_scripts} with,
28119 for example, this GCC macro for Python scripts.
28120
28121 @example
28122 /* Note: The "MS" section flags are to remove duplicates. */
28123 #define DEFINE_GDB_PY_SCRIPT(script_name) \
28124 asm("\
28125 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
28126 .byte 1 /* Python */\n\
28127 .asciz \"" script_name "\"\n\
28128 .popsection \n\
28129 ");
28130 @end example
28131
28132 @noindent
28133 For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
28134 Then one can reference the macro in a header or source file like this:
28135
28136 @example
28137 DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
28138 @end example
28139
28140 The script name may include directories if desired.
28141
28142 Note that loading of this script file also requires accordingly configured
28143 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28144
28145 If the macro invocation is put in a header, any application or library
28146 using this header will get a reference to the specified script,
28147 and with the use of @code{"MS"} attributes on the section, the linker
28148 will remove duplicates.
28149
28150 @subsubsection Script Text Entries
28151
28152 Script text entries allow to put the executable script in the entry
28153 itself instead of loading it from a file.
28154 The first line of the entry, everything after the prefix byte and up to
28155 the first newline (@code{0xa}) character, is the script name, and must not
28156 contain any kind of space character, e.g., spaces or tabs.
28157 The rest of the entry, up to the trailing null byte, is the script to
28158 execute in the specified language. The name needs to be unique among
28159 all script names, as @value{GDBN} executes each script only once based
28160 on its name.
28161
28162 Here is an example from file @file{py-section-script.c} in the @value{GDBN}
28163 testsuite.
28164
28165 @example
28166 #include "symcat.h"
28167 #include "gdb/section-scripts.h"
28168 asm(
28169 ".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
28170 ".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
28171 ".ascii \"gdb.inlined-script\\n\"\n"
28172 ".ascii \"class test_cmd (gdb.Command):\\n\"\n"
28173 ".ascii \" def __init__ (self):\\n\"\n"
28174 ".ascii \" super (test_cmd, self).__init__ ("
28175 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
28176 ".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
28177 ".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
28178 ".ascii \"test_cmd ()\\n\"\n"
28179 ".byte 0\n"
28180 ".popsection\n"
28181 );
28182 @end example
28183
28184 Loading of inlined scripts requires a properly configured
28185 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28186 The path to specify in @code{auto-load safe-path} is the path of the file
28187 containing the @code{.debug_gdb_scripts} section.
28188
28189 @node Which flavor to choose?
28190 @subsection Which flavor to choose?
28191
28192 Given the multiple ways of auto-loading extensions, it might not always
28193 be clear which one to choose. This section provides some guidance.
28194
28195 @noindent
28196 Benefits of the @file{-gdb.@var{ext}} way:
28197
28198 @itemize @bullet
28199 @item
28200 Can be used with file formats that don't support multiple sections.
28201
28202 @item
28203 Ease of finding scripts for public libraries.
28204
28205 Scripts specified in the @code{.debug_gdb_scripts} section are searched for
28206 in the source search path.
28207 For publicly installed libraries, e.g., @file{libstdc++}, there typically
28208 isn't a source directory in which to find the script.
28209
28210 @item
28211 Doesn't require source code additions.
28212 @end itemize
28213
28214 @noindent
28215 Benefits of the @code{.debug_gdb_scripts} way:
28216
28217 @itemize @bullet
28218 @item
28219 Works with static linking.
28220
28221 Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
28222 trigger their loading. When an application is statically linked the only
28223 objfile available is the executable, and it is cumbersome to attach all the
28224 scripts from all the input libraries to the executable's
28225 @file{-gdb.@var{ext}} script.
28226
28227 @item
28228 Works with classes that are entirely inlined.
28229
28230 Some classes can be entirely inlined, and thus there may not be an associated
28231 shared library to attach a @file{-gdb.@var{ext}} script to.
28232
28233 @item
28234 Scripts needn't be copied out of the source tree.
28235
28236 In some circumstances, apps can be built out of large collections of internal
28237 libraries, and the build infrastructure necessary to install the
28238 @file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
28239 cumbersome. It may be easier to specify the scripts in the
28240 @code{.debug_gdb_scripts} section as relative paths, and add a path to the
28241 top of the source tree to the source search path.
28242 @end itemize
28243
28244 @node Multiple Extension Languages
28245 @section Multiple Extension Languages
28246
28247 The Guile and Python extension languages do not share any state,
28248 and generally do not interfere with each other.
28249 There are some things to be aware of, however.
28250
28251 @subsection Python comes first
28252
28253 Python was @value{GDBN}'s first extension language, and to avoid breaking
28254 existing behaviour Python comes first. This is generally solved by the
28255 ``first one wins'' principle. @value{GDBN} maintains a list of enabled
28256 extension languages, and when it makes a call to an extension language,
28257 (say to pretty-print a value), it tries each in turn until an extension
28258 language indicates it has performed the request (e.g., has returned the
28259 pretty-printed form of a value).
28260 This extends to errors while performing such requests: If an error happens
28261 while, for example, trying to pretty-print an object then the error is
28262 reported and any following extension languages are not tried.
28263
28264 @node Interpreters
28265 @chapter Command Interpreters
28266 @cindex command interpreters
28267
28268 @value{GDBN} supports multiple command interpreters, and some command
28269 infrastructure to allow users or user interface writers to switch
28270 between interpreters or run commands in other interpreters.
28271
28272 @value{GDBN} currently supports two command interpreters, the console
28273 interpreter (sometimes called the command-line interpreter or @sc{cli})
28274 and the machine interface interpreter (or @sc{gdb/mi}). This manual
28275 describes both of these interfaces in great detail.
28276
28277 By default, @value{GDBN} will start with the console interpreter.
28278 However, the user may choose to start @value{GDBN} with another
28279 interpreter by specifying the @option{-i} or @option{--interpreter}
28280 startup options. Defined interpreters include:
28281
28282 @table @code
28283 @item console
28284 @cindex console interpreter
28285 The traditional console or command-line interpreter. This is the most often
28286 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
28287 @value{GDBN} will use this interpreter.
28288
28289 @item mi
28290 @cindex mi interpreter
28291 The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
28292 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
28293 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
28294 Interface}.
28295
28296 @item mi3
28297 @cindex mi3 interpreter
28298 The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
28299
28300 @item mi2
28301 @cindex mi2 interpreter
28302 The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
28303
28304 @item mi1
28305 @cindex mi1 interpreter
28306 The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
28307
28308 @end table
28309
28310 @cindex invoke another interpreter
28311
28312 @kindex interpreter-exec
28313 You may execute commands in any interpreter from the current
28314 interpreter using the appropriate command. If you are running the
28315 console interpreter, simply use the @code{interpreter-exec} command:
28316
28317 @smallexample
28318 interpreter-exec mi "-data-list-register-names"
28319 @end smallexample
28320
28321 @sc{gdb/mi} has a similar command, although it is only available in versions of
28322 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
28323
28324 Note that @code{interpreter-exec} only changes the interpreter for the
28325 duration of the specified command. It does not change the interpreter
28326 permanently.
28327
28328 @cindex start a new independent interpreter
28329
28330 Although you may only choose a single interpreter at startup, it is
28331 possible to run an independent interpreter on a specified input/output
28332 device (usually a tty).
28333
28334 For example, consider a debugger GUI or IDE that wants to provide a
28335 @value{GDBN} console view. It may do so by embedding a terminal
28336 emulator widget in its GUI, starting @value{GDBN} in the traditional
28337 command-line mode with stdin/stdout/stderr redirected to that
28338 terminal, and then creating an MI interpreter running on a specified
28339 input/output device. The console interpreter created by @value{GDBN}
28340 at startup handles commands the user types in the terminal widget,
28341 while the GUI controls and synchronizes state with @value{GDBN} using
28342 the separate MI interpreter.
28343
28344 To start a new secondary @dfn{user interface} running MI, use the
28345 @code{new-ui} command:
28346
28347 @kindex new-ui
28348 @cindex new user interface
28349 @smallexample
28350 new-ui @var{interpreter} @var{tty}
28351 @end smallexample
28352
28353 The @var{interpreter} parameter specifies the interpreter to run.
28354 This accepts the same values as the @code{interpreter-exec} command.
28355 For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
28356 @var{tty} parameter specifies the name of the bidirectional file the
28357 interpreter uses for input/output, usually the name of a
28358 pseudoterminal slave on Unix systems. For example:
28359
28360 @smallexample
28361 (@value{GDBP}) new-ui mi /dev/pts/9
28362 @end smallexample
28363
28364 @noindent
28365 runs an MI interpreter on @file{/dev/pts/9}.
28366
28367 @node TUI
28368 @chapter @value{GDBN} Text User Interface
28369 @cindex TUI
28370 @cindex Text User Interface
28371
28372 The @value{GDBN} Text User Interface (TUI) is a terminal
28373 interface which uses the @code{curses} library to show the source
28374 file, the assembly output, the program registers and @value{GDBN}
28375 commands in separate text windows. The TUI mode is supported only
28376 on platforms where a suitable version of the @code{curses} library
28377 is available.
28378
28379 The TUI mode is enabled by default when you invoke @value{GDBN} as
28380 @samp{@value{GDBP} -tui}.
28381 You can also switch in and out of TUI mode while @value{GDBN} runs by
28382 using various TUI commands and key bindings, such as @command{tui
28383 enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
28384 @ref{TUI Keys, ,TUI Key Bindings}.
28385
28386 @menu
28387 * TUI Overview:: TUI overview
28388 * TUI Keys:: TUI key bindings
28389 * TUI Single Key Mode:: TUI single key mode
28390 * TUI Mouse Support:: TUI mouse support
28391 * TUI Commands:: TUI-specific commands
28392 * TUI Configuration:: TUI configuration variables
28393 @end menu
28394
28395 @node TUI Overview
28396 @section TUI Overview
28397
28398 In TUI mode, @value{GDBN} can display several text windows:
28399
28400 @table @emph
28401 @item command
28402 This window is the @value{GDBN} command window with the @value{GDBN}
28403 prompt and the @value{GDBN} output. The @value{GDBN} input is still
28404 managed using readline.
28405
28406 @item source
28407 The source window shows the source file of the program. The current
28408 line and active breakpoints are displayed in this window.
28409
28410 @item assembly
28411 The assembly window shows the disassembly output of the program.
28412
28413 @item register
28414 This window shows the processor registers. Registers are highlighted
28415 when their values change.
28416 @end table
28417
28418 The source and assembly windows show the current program position
28419 by highlighting the current line and marking it with a @samp{>} marker.
28420 Breakpoints are indicated with two markers. The first marker
28421 indicates the breakpoint type:
28422
28423 @table @code
28424 @item B
28425 Breakpoint which was hit at least once.
28426
28427 @item b
28428 Breakpoint which was never hit.
28429
28430 @item H
28431 Hardware breakpoint which was hit at least once.
28432
28433 @item h
28434 Hardware breakpoint which was never hit.
28435 @end table
28436
28437 The second marker indicates whether the breakpoint is enabled or not:
28438
28439 @table @code
28440 @item +
28441 Breakpoint is enabled.
28442
28443 @item -
28444 Breakpoint is disabled.
28445 @end table
28446
28447 The source, assembly and register windows are updated when the current
28448 thread changes, when the frame changes, or when the program counter
28449 changes.
28450
28451 These windows are not all visible at the same time. The command
28452 window is always visible. The others can be arranged in several
28453 layouts:
28454
28455 @itemize @bullet
28456 @item
28457 source only,
28458
28459 @item
28460 assembly only,
28461
28462 @item
28463 source and assembly,
28464
28465 @item
28466 source and registers, or
28467
28468 @item
28469 assembly and registers.
28470 @end itemize
28471
28472 These are the standard layouts, but other layouts can be defined.
28473
28474 A status line above the command window shows the following information:
28475
28476 @table @emph
28477 @item target
28478 Indicates the current @value{GDBN} target.
28479 (@pxref{Targets, ,Specifying a Debugging Target}).
28480
28481 @item process
28482 Gives the current process or thread number.
28483 When no process is being debugged, this field is set to @code{No process}.
28484
28485 @item function
28486 Gives the current function name for the selected frame.
28487 The name is demangled if demangling is turned on (@pxref{Print Settings}).
28488 When there is no symbol corresponding to the current program counter,
28489 the string @code{??} is displayed.
28490
28491 @item line
28492 Indicates the current line number for the selected frame.
28493 When the current line number is not known, the string @code{??} is displayed.
28494
28495 @item pc
28496 Indicates the current program counter address.
28497 @end table
28498
28499 @node TUI Keys
28500 @section TUI Key Bindings
28501 @cindex TUI key bindings
28502
28503 The TUI installs several key bindings in the readline keymaps
28504 @ifset SYSTEM_READLINE
28505 (@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
28506 @end ifset
28507 @ifclear SYSTEM_READLINE
28508 (@pxref{Command Line Editing}).
28509 @end ifclear
28510 The following key bindings are installed for both TUI mode and the
28511 @value{GDBN} standard mode.
28512
28513 @table @kbd
28514 @kindex C-x C-a
28515 @item C-x C-a
28516 @kindex C-x a
28517 @itemx C-x a
28518 @kindex C-x A
28519 @itemx C-x A
28520 Enter or leave the TUI mode. When leaving the TUI mode,
28521 the curses window management stops and @value{GDBN} operates using
28522 its standard mode, writing on the terminal directly. When reentering
28523 the TUI mode, control is given back to the curses windows.
28524 The screen is then refreshed.
28525
28526 This key binding uses the bindable Readline function
28527 @code{tui-switch-mode}.
28528
28529 @kindex C-x 1
28530 @item C-x 1
28531 Use a TUI layout with only one window. The layout will
28532 either be @samp{source} or @samp{assembly}. When the TUI mode
28533 is not active, it will switch to the TUI mode.
28534
28535 Think of this key binding as the Emacs @kbd{C-x 1} binding.
28536
28537 This key binding uses the bindable Readline function
28538 @code{tui-delete-other-windows}.
28539
28540 @kindex C-x 2
28541 @item C-x 2
28542 Use a TUI layout with at least two windows. When the current
28543 layout already has two windows, the next layout with two windows is used.
28544 When a new layout is chosen, one window will always be common to the
28545 previous layout and the new one.
28546
28547 Think of it as the Emacs @kbd{C-x 2} binding.
28548
28549 This key binding uses the bindable Readline function
28550 @code{tui-change-windows}.
28551
28552 @kindex C-x o
28553 @item C-x o
28554 Change the active window. The TUI associates several key bindings
28555 (like scrolling and arrow keys) with the active window. This command
28556 gives the focus to the next TUI window.
28557
28558 Think of it as the Emacs @kbd{C-x o} binding.
28559
28560 This key binding uses the bindable Readline function
28561 @code{tui-other-window}.
28562
28563 @kindex C-x s
28564 @item C-x s
28565 Switch in and out of the TUI SingleKey mode that binds single
28566 keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
28567
28568 This key binding uses the bindable Readline function
28569 @code{next-keymap}.
28570 @end table
28571
28572 The following key bindings only work in the TUI mode:
28573
28574 @table @asis
28575 @kindex PgUp
28576 @item @key{PgUp}
28577 Scroll the active window one page up.
28578
28579 @kindex PgDn
28580 @item @key{PgDn}
28581 Scroll the active window one page down.
28582
28583 @kindex Up
28584 @item @key{Up}
28585 Scroll the active window one line up.
28586
28587 @kindex Down
28588 @item @key{Down}
28589 Scroll the active window one line down.
28590
28591 @kindex Left
28592 @item @key{Left}
28593 Scroll the active window one column left.
28594
28595 @kindex Right
28596 @item @key{Right}
28597 Scroll the active window one column right.
28598
28599 @kindex C-L
28600 @item @kbd{C-L}
28601 Refresh the screen.
28602 @end table
28603
28604 Because the arrow keys scroll the active window in the TUI mode, they
28605 are not available for their normal use by readline unless the command
28606 window has the focus. When another window is active, you must use
28607 other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
28608 and @kbd{C-f} to control the command window.
28609
28610 @node TUI Single Key Mode
28611 @section TUI Single Key Mode
28612 @cindex TUI single key mode
28613
28614 The TUI also provides a @dfn{SingleKey} mode, which binds several
28615 frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
28616 switch into this mode, where the following key bindings are used:
28617
28618 @table @kbd
28619 @kindex c @r{(SingleKey TUI key)}
28620 @item c
28621 continue
28622
28623 @kindex d @r{(SingleKey TUI key)}
28624 @item d
28625 down
28626
28627 @kindex f @r{(SingleKey TUI key)}
28628 @item f
28629 finish
28630
28631 @kindex n @r{(SingleKey TUI key)}
28632 @item n
28633 next
28634
28635 @kindex o @r{(SingleKey TUI key)}
28636 @item o
28637 nexti. The shortcut letter @samp{o} stands for ``step Over''.
28638
28639 @kindex q @r{(SingleKey TUI key)}
28640 @item q
28641 exit the SingleKey mode.
28642
28643 @kindex r @r{(SingleKey TUI key)}
28644 @item r
28645 run
28646
28647 @kindex s @r{(SingleKey TUI key)}
28648 @item s
28649 step
28650
28651 @kindex i @r{(SingleKey TUI key)}
28652 @item i
28653 stepi. The shortcut letter @samp{i} stands for ``step Into''.
28654
28655 @kindex u @r{(SingleKey TUI key)}
28656 @item u
28657 up
28658
28659 @kindex v @r{(SingleKey TUI key)}
28660 @item v
28661 info locals
28662
28663 @kindex w @r{(SingleKey TUI key)}
28664 @item w
28665 where
28666 @end table
28667
28668 Other keys temporarily switch to the @value{GDBN} command prompt.
28669 The key that was pressed is inserted in the editing buffer so that
28670 it is possible to type most @value{GDBN} commands without interaction
28671 with the TUI SingleKey mode. Once the command is entered the TUI
28672 SingleKey mode is restored. The only way to permanently leave
28673 this mode is by typing @kbd{q} or @kbd{C-x s}.
28674
28675 @cindex SingleKey keymap name
28676 If @value{GDBN} was built with Readline 8.0 or later, the TUI
28677 SingleKey keymap will be named @samp{SingleKey}. This can be used in
28678 @file{.inputrc} to add additional bindings to this keymap.
28679
28680 @node TUI Mouse Support
28681 @section TUI Mouse Support
28682 @cindex TUI mouse support
28683
28684 If the curses library supports the mouse, the TUI supports mouse
28685 actions.
28686
28687 The mouse wheel scrolls the appropriate window under the mouse cursor.
28688
28689 The TUI itself does not directly support copying/pasting with the
28690 mouse. However, on Unix terminals, you can typically press and hold
28691 the @key{SHIFT} key on your keyboard to temporarily bypass
28692 @value{GDBN}'s TUI and access the terminal's native mouse copy/paste
28693 functionality (commonly, click-drag-release or double-click to select
28694 text, middle-click to paste). This copy/paste works with the
28695 terminal's selection buffer, as opposed to the TUI's buffer.
28696
28697 @node TUI Commands
28698 @section TUI-specific Commands
28699 @cindex TUI commands
28700
28701 The TUI has specific commands to control the text windows.
28702 These commands are always available, even when @value{GDBN} is not in
28703 the TUI mode. When @value{GDBN} is in the standard mode, most
28704 of these commands will automatically switch to the TUI mode.
28705
28706 Note that if @value{GDBN}'s @code{stdout} is not connected to a
28707 terminal, or @value{GDBN} has been started with the machine interface
28708 interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
28709 these commands will fail with an error, because it would not be
28710 possible or desirable to enable curses window management.
28711
28712 @table @code
28713 @item tui enable
28714 @kindex tui enable
28715 Activate TUI mode. The last active TUI window layout will be used if
28716 TUI mode has previously been used in the current debugging session,
28717 otherwise a default layout is used.
28718
28719 @item tui disable
28720 @kindex tui disable
28721 Disable TUI mode, returning to the console interpreter.
28722
28723 @item info win
28724 @kindex info win
28725 List and give the size of all displayed windows.
28726
28727 @item tui new-layout @var{name} @var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}
28728 @kindex tui new-layout
28729 Create a new TUI layout. The new layout will be named @var{name}, and
28730 can be accessed using the @code{layout} command (see below).
28731
28732 Each @var{window} parameter is either the name of a window to display,
28733 or a window description. The windows will be displayed from top to
28734 bottom in the order listed.
28735
28736 The names of the windows are the same as the ones given to the
28737 @code{focus} command (see below); additional, the @code{status}
28738 window can be specified. Note that, because it is of fixed height,
28739 the weight assigned to the status window is of no importance. It is
28740 conventional to use @samp{0} here.
28741
28742 A window description looks a bit like an invocation of @code{tui
28743 new-layout}, and is of the form
28744 @{@r{[}@code{-horizontal}@r{]}@var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}@}.
28745
28746 This specifies a sub-layout. If @code{-horizontal} is given, the
28747 windows in this description will be arranged side-by-side, rather than
28748 top-to-bottom.
28749
28750 Each @var{weight} is an integer. It is the weight of this window
28751 relative to all the other windows in the layout. These numbers are
28752 used to calculate how much of the screen is given to each window.
28753
28754 For example:
28755
28756 @example
28757 (gdb) tui new-layout example src 1 regs 1 status 0 cmd 1
28758 @end example
28759
28760 Here, the new layout is called @samp{example}. It shows the source
28761 and register windows, followed by the status window, and then finally
28762 the command window. The non-status windows all have the same weight,
28763 so the terminal will be split into three roughly equal sections.
28764
28765 Here is a more complex example, showing a horizontal layout:
28766
28767 @example
28768 (gdb) tui new-layout example @{-horizontal src 1 asm 1@} 2 status 0 cmd 1
28769 @end example
28770
28771 This will result in side-by-side source and assembly windows; with the
28772 status and command window being beneath these, filling the entire
28773 width of the terminal. Because they have weight 2, the source and
28774 assembly windows will be twice the height of the command window.
28775
28776 @item layout @var{name}
28777 @kindex layout
28778 Changes which TUI windows are displayed. The @var{name} parameter
28779 controls which layout is shown. It can be either one of the built-in
28780 layout names, or the name of a layout defined by the user using
28781 @code{tui new-layout}.
28782
28783 The built-in layouts are as follows:
28784
28785 @table @code
28786 @item next
28787 Display the next layout.
28788
28789 @item prev
28790 Display the previous layout.
28791
28792 @item src
28793 Display the source and command windows.
28794
28795 @item asm
28796 Display the assembly and command windows.
28797
28798 @item split
28799 Display the source, assembly, and command windows.
28800
28801 @item regs
28802 When in @code{src} layout display the register, source, and command
28803 windows. When in @code{asm} or @code{split} layout display the
28804 register, assembler, and command windows.
28805 @end table
28806
28807 @item focus @var{name}
28808 @kindex focus
28809 Changes which TUI window is currently active for scrolling. The
28810 @var{name} parameter can be any of the following:
28811
28812 @table @code
28813 @item next
28814 Make the next window active for scrolling.
28815
28816 @item prev
28817 Make the previous window active for scrolling.
28818
28819 @item src
28820 Make the source window active for scrolling.
28821
28822 @item asm
28823 Make the assembly window active for scrolling.
28824
28825 @item regs
28826 Make the register window active for scrolling.
28827
28828 @item cmd
28829 Make the command window active for scrolling.
28830 @end table
28831
28832 @item refresh
28833 @kindex refresh
28834 Refresh the screen. This is similar to typing @kbd{C-L}.
28835
28836 @item tui reg @var{group}
28837 @kindex tui reg
28838 Changes the register group displayed in the tui register window to
28839 @var{group}. If the register window is not currently displayed this
28840 command will cause the register window to be displayed. The list of
28841 register groups, as well as their order is target specific. The
28842 following groups are available on most targets:
28843 @table @code
28844 @item next
28845 Repeatedly selecting this group will cause the display to cycle
28846 through all of the available register groups.
28847
28848 @item prev
28849 Repeatedly selecting this group will cause the display to cycle
28850 through all of the available register groups in the reverse order to
28851 @var{next}.
28852
28853 @item general
28854 Display the general registers.
28855 @item float
28856 Display the floating point registers.
28857 @item system
28858 Display the system registers.
28859 @item vector
28860 Display the vector registers.
28861 @item all
28862 Display all registers.
28863 @end table
28864
28865 @item update
28866 @kindex update
28867 Update the source window and the current execution point.
28868
28869 @item winheight @var{name} +@var{count}
28870 @itemx winheight @var{name} -@var{count}
28871 @kindex winheight
28872 Change the height of the window @var{name} by @var{count}
28873 lines. Positive counts increase the height, while negative counts
28874 decrease it. The @var{name} parameter can be one of @code{src} (the
28875 source window), @code{cmd} (the command window), @code{asm} (the
28876 disassembly window), or @code{regs} (the register display window).
28877 @end table
28878
28879 @node TUI Configuration
28880 @section TUI Configuration Variables
28881 @cindex TUI configuration variables
28882
28883 Several configuration variables control the appearance of TUI windows.
28884
28885 @table @code
28886 @item set tui border-kind @var{kind}
28887 @kindex set tui border-kind
28888 Select the border appearance for the source, assembly and register windows.
28889 The possible values are the following:
28890 @table @code
28891 @item space
28892 Use a space character to draw the border.
28893
28894 @item ascii
28895 Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
28896
28897 @item acs
28898 Use the Alternate Character Set to draw the border. The border is
28899 drawn using character line graphics if the terminal supports them.
28900 @end table
28901
28902 @item set tui border-mode @var{mode}
28903 @kindex set tui border-mode
28904 @itemx set tui active-border-mode @var{mode}
28905 @kindex set tui active-border-mode
28906 Select the display attributes for the borders of the inactive windows
28907 or the active window. The @var{mode} can be one of the following:
28908 @table @code
28909 @item normal
28910 Use normal attributes to display the border.
28911
28912 @item standout
28913 Use standout mode.
28914
28915 @item reverse
28916 Use reverse video mode.
28917
28918 @item half
28919 Use half bright mode.
28920
28921 @item half-standout
28922 Use half bright and standout mode.
28923
28924 @item bold
28925 Use extra bright or bold mode.
28926
28927 @item bold-standout
28928 Use extra bright or bold and standout mode.
28929 @end table
28930
28931 @item set tui tab-width @var{nchars}
28932 @kindex set tui tab-width
28933 @kindex tabset
28934 Set the width of tab stops to be @var{nchars} characters. This
28935 setting affects the display of TAB characters in the source and
28936 assembly windows.
28937
28938 @item set tui compact-source @r{[}on@r{|}off@r{]}
28939 @kindex set tui compact-source
28940 Set whether the TUI source window is displayed in ``compact'' form.
28941 The default display uses more space for line numbers and starts the
28942 source text at the next tab stop; the compact display uses only as
28943 much space as is needed for the line numbers in the current file, and
28944 only a single space to separate the line numbers from the source.
28945 @end table
28946
28947 Note that the colors of the TUI borders can be controlled using the
28948 appropriate @code{set style} commands. @xref{Output Styling}.
28949
28950 @node Emacs
28951 @chapter Using @value{GDBN} under @sc{gnu} Emacs
28952
28953 @cindex Emacs
28954 @cindex @sc{gnu} Emacs
28955 A special interface allows you to use @sc{gnu} Emacs to view (and
28956 edit) the source files for the program you are debugging with
28957 @value{GDBN}.
28958
28959 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
28960 executable file you want to debug as an argument. This command starts
28961 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
28962 created Emacs buffer.
28963 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
28964
28965 Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
28966 things:
28967
28968 @itemize @bullet
28969 @item
28970 All ``terminal'' input and output goes through an Emacs buffer, called
28971 the GUD buffer.
28972
28973 This applies both to @value{GDBN} commands and their output, and to the input
28974 and output done by the program you are debugging.
28975
28976 This is useful because it means that you can copy the text of previous
28977 commands and input them again; you can even use parts of the output
28978 in this way.
28979
28980 All the facilities of Emacs' Shell mode are available for interacting
28981 with your program. In particular, you can send signals the usual
28982 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
28983 stop.
28984
28985 @item
28986 @value{GDBN} displays source code through Emacs.
28987
28988 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
28989 source file for that frame and puts an arrow (@samp{=>}) at the
28990 left margin of the current line. Emacs uses a separate buffer for
28991 source display, and splits the screen to show both your @value{GDBN} session
28992 and the source.
28993
28994 Explicit @value{GDBN} @code{list} or search commands still produce output as
28995 usual, but you probably have no reason to use them from Emacs.
28996 @end itemize
28997
28998 We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
28999 a graphical mode, enabled by default, which provides further buffers
29000 that can control the execution and describe the state of your program.
29001 @xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
29002
29003 If you specify an absolute file name when prompted for the @kbd{M-x
29004 gdb} argument, then Emacs sets your current working directory to where
29005 your program resides. If you only specify the file name, then Emacs
29006 sets your current working directory to the directory associated
29007 with the previous buffer. In this case, @value{GDBN} may find your
29008 program by searching your environment's @env{PATH} variable, but on
29009 some operating systems it might not find the source. So, although the
29010 @value{GDBN} input and output session proceeds normally, the auxiliary
29011 buffer does not display the current source and line of execution.
29012
29013 The initial working directory of @value{GDBN} is printed on the top
29014 line of the GUD buffer and this serves as a default for the commands
29015 that specify files for @value{GDBN} to operate on. @xref{Files,
29016 ,Commands to Specify Files}.
29017
29018 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
29019 need to call @value{GDBN} by a different name (for example, if you
29020 keep several configurations around, with different names) you can
29021 customize the Emacs variable @code{gud-gdb-command-name} to run the
29022 one you want.
29023
29024 In the GUD buffer, you can use these special Emacs commands in
29025 addition to the standard Shell mode commands:
29026
29027 @table @kbd
29028 @item C-h m
29029 Describe the features of Emacs' GUD Mode.
29030
29031 @item C-c C-s
29032 Execute to another source line, like the @value{GDBN} @code{step} command; also
29033 update the display window to show the current file and location.
29034
29035 @item C-c C-n
29036 Execute to next source line in this function, skipping all function
29037 calls, like the @value{GDBN} @code{next} command. Then update the display window
29038 to show the current file and location.
29039
29040 @item C-c C-i
29041 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
29042 display window accordingly.
29043
29044 @item C-c C-f
29045 Execute until exit from the selected stack frame, like the @value{GDBN}
29046 @code{finish} command.
29047
29048 @item C-c C-r
29049 Continue execution of your program, like the @value{GDBN} @code{continue}
29050 command.
29051
29052 @item C-c <
29053 Go up the number of frames indicated by the numeric argument
29054 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
29055 like the @value{GDBN} @code{up} command.
29056
29057 @item C-c >
29058 Go down the number of frames indicated by the numeric argument, like the
29059 @value{GDBN} @code{down} command.
29060 @end table
29061
29062 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
29063 tells @value{GDBN} to set a breakpoint on the source line point is on.
29064
29065 In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
29066 separate frame which shows a backtrace when the GUD buffer is current.
29067 Move point to any frame in the stack and type @key{RET} to make it
29068 become the current frame and display the associated source in the
29069 source buffer. Alternatively, click @kbd{Mouse-2} to make the
29070 selected frame become the current one. In graphical mode, the
29071 speedbar displays watch expressions.
29072
29073 If you accidentally delete the source-display buffer, an easy way to get
29074 it back is to type the command @code{f} in the @value{GDBN} buffer, to
29075 request a frame display; when you run under Emacs, this recreates
29076 the source buffer if necessary to show you the context of the current
29077 frame.
29078
29079 The source files displayed in Emacs are in ordinary Emacs buffers
29080 which are visiting the source files in the usual way. You can edit
29081 the files with these buffers if you wish; but keep in mind that @value{GDBN}
29082 communicates with Emacs in terms of line numbers. If you add or
29083 delete lines from the text, the line numbers that @value{GDBN} knows cease
29084 to correspond properly with the code.
29085
29086 A more detailed description of Emacs' interaction with @value{GDBN} is
29087 given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
29088 Emacs Manual}).
29089
29090 @node GDB/MI
29091 @chapter The @sc{gdb/mi} Interface
29092
29093 @unnumberedsec Function and Purpose
29094
29095 @cindex @sc{gdb/mi}, its purpose
29096 @sc{gdb/mi} is a line based machine oriented text interface to
29097 @value{GDBN} and is activated by specifying using the
29098 @option{--interpreter} command line option (@pxref{Mode Options}). It
29099 is specifically intended to support the development of systems which
29100 use the debugger as just one small component of a larger system.
29101
29102 This chapter is a specification of the @sc{gdb/mi} interface. It is written
29103 in the form of a reference manual.
29104
29105 Note that @sc{gdb/mi} is still under construction, so some of the
29106 features described below are incomplete and subject to change
29107 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
29108
29109 @unnumberedsec Notation and Terminology
29110
29111 @cindex notational conventions, for @sc{gdb/mi}
29112 This chapter uses the following notation:
29113
29114 @itemize @bullet
29115 @item
29116 @code{|} separates two alternatives.
29117
29118 @item
29119 @code{[ @var{something} ]} indicates that @var{something} is optional:
29120 it may or may not be given.
29121
29122 @item
29123 @code{( @var{group} )*} means that @var{group} inside the parentheses
29124 may repeat zero or more times.
29125
29126 @item
29127 @code{( @var{group} )+} means that @var{group} inside the parentheses
29128 may repeat one or more times.
29129
29130 @item
29131 @code{"@var{string}"} means a literal @var{string}.
29132 @end itemize
29133
29134 @ignore
29135 @heading Dependencies
29136 @end ignore
29137
29138 @menu
29139 * GDB/MI General Design::
29140 * GDB/MI Command Syntax::
29141 * GDB/MI Compatibility with CLI::
29142 * GDB/MI Development and Front Ends::
29143 * GDB/MI Output Records::
29144 * GDB/MI Simple Examples::
29145 * GDB/MI Command Description Format::
29146 * GDB/MI Breakpoint Commands::
29147 * GDB/MI Catchpoint Commands::
29148 * GDB/MI Program Context::
29149 * GDB/MI Thread Commands::
29150 * GDB/MI Ada Tasking Commands::
29151 * GDB/MI Program Execution::
29152 * GDB/MI Stack Manipulation::
29153 * GDB/MI Variable Objects::
29154 * GDB/MI Data Manipulation::
29155 * GDB/MI Tracepoint Commands::
29156 * GDB/MI Symbol Query::
29157 * GDB/MI File Commands::
29158 @ignore
29159 * GDB/MI Kod Commands::
29160 * GDB/MI Memory Overlay Commands::
29161 * GDB/MI Signal Handling Commands::
29162 @end ignore
29163 * GDB/MI Target Manipulation::
29164 * GDB/MI File Transfer Commands::
29165 * GDB/MI Ada Exceptions Commands::
29166 * GDB/MI Support Commands::
29167 * GDB/MI Miscellaneous Commands::
29168 @end menu
29169
29170 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29171 @node GDB/MI General Design
29172 @section @sc{gdb/mi} General Design
29173 @cindex GDB/MI General Design
29174
29175 Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
29176 parts---commands sent to @value{GDBN}, responses to those commands
29177 and notifications. Each command results in exactly one response,
29178 indicating either successful completion of the command, or an error.
29179 For the commands that do not resume the target, the response contains the
29180 requested information. For the commands that resume the target, the
29181 response only indicates whether the target was successfully resumed.
29182 Notifications is the mechanism for reporting changes in the state of the
29183 target, or in @value{GDBN} state, that cannot conveniently be associated with
29184 a command and reported as part of that command response.
29185
29186 The important examples of notifications are:
29187 @itemize @bullet
29188
29189 @item
29190 Exec notifications. These are used to report changes in
29191 target state---when a target is resumed, or stopped. It would not
29192 be feasible to include this information in response of resuming
29193 commands, because one resume commands can result in multiple events in
29194 different threads. Also, quite some time may pass before any event
29195 happens in the target, while a frontend needs to know whether the resuming
29196 command itself was successfully executed.
29197
29198 @item
29199 Console output, and status notifications. Console output
29200 notifications are used to report output of CLI commands, as well as
29201 diagnostics for other commands. Status notifications are used to
29202 report the progress of a long-running operation. Naturally, including
29203 this information in command response would mean no output is produced
29204 until the command is finished, which is undesirable.
29205
29206 @item
29207 General notifications. Commands may have various side effects on
29208 the @value{GDBN} or target state beyond their official purpose. For example,
29209 a command may change the selected thread. Although such changes can
29210 be included in command response, using notification allows for more
29211 orthogonal frontend design.
29212
29213 @end itemize
29214
29215 There's no guarantee that whenever an MI command reports an error,
29216 @value{GDBN} or the target are in any specific state, and especially,
29217 the state is not reverted to the state before the MI command was
29218 processed. Therefore, whenever an MI command results in an error,
29219 we recommend that the frontend refreshes all the information shown in
29220 the user interface.
29221
29222
29223 @menu
29224 * Context management::
29225 * Asynchronous and non-stop modes::
29226 * Thread groups::
29227 @end menu
29228
29229 @node Context management
29230 @subsection Context management
29231
29232 @subsubsection Threads and Frames
29233
29234 In most cases when @value{GDBN} accesses the target, this access is
29235 done in context of a specific thread and frame (@pxref{Frames}).
29236 Often, even when accessing global data, the target requires that a thread
29237 be specified. The CLI interface maintains the selected thread and frame,
29238 and supplies them to target on each command. This is convenient,
29239 because a command line user would not want to specify that information
29240 explicitly on each command, and because user interacts with
29241 @value{GDBN} via a single terminal, so no confusion is possible as
29242 to what thread and frame are the current ones.
29243
29244 In the case of MI, the concept of selected thread and frame is less
29245 useful. First, a frontend can easily remember this information
29246 itself. Second, a graphical frontend can have more than one window,
29247 each one used for debugging a different thread, and the frontend might
29248 want to access additional threads for internal purposes. This
29249 increases the risk that by relying on implicitly selected thread, the
29250 frontend may be operating on a wrong one. Therefore, each MI command
29251 should explicitly specify which thread and frame to operate on. To
29252 make it possible, each MI command accepts the @samp{--thread} and
29253 @samp{--frame} options, the value to each is @value{GDBN} global
29254 identifier for thread and frame to operate on.
29255
29256 Usually, each top-level window in a frontend allows the user to select
29257 a thread and a frame, and remembers the user selection for further
29258 operations. However, in some cases @value{GDBN} may suggest that the
29259 current thread or frame be changed. For example, when stopping on a
29260 breakpoint it is reasonable to switch to the thread where breakpoint is
29261 hit. For another example, if the user issues the CLI @samp{thread} or
29262 @samp{frame} commands via the frontend, it is desirable to change the
29263 frontend's selection to the one specified by user. @value{GDBN}
29264 communicates the suggestion to change current thread and frame using the
29265 @samp{=thread-selected} notification.
29266
29267 Note that historically, MI shares the selected thread with CLI, so
29268 frontends used the @code{-thread-select} to execute commands in the
29269 right context. However, getting this to work right is cumbersome. The
29270 simplest way is for frontend to emit @code{-thread-select} command
29271 before every command. This doubles the number of commands that need
29272 to be sent. The alternative approach is to suppress @code{-thread-select}
29273 if the selected thread in @value{GDBN} is supposed to be identical to the
29274 thread the frontend wants to operate on. However, getting this
29275 optimization right can be tricky. In particular, if the frontend
29276 sends several commands to @value{GDBN}, and one of the commands changes the
29277 selected thread, then the behaviour of subsequent commands will
29278 change. So, a frontend should either wait for response from such
29279 problematic commands, or explicitly add @code{-thread-select} for
29280 all subsequent commands. No frontend is known to do this exactly
29281 right, so it is suggested to just always pass the @samp{--thread} and
29282 @samp{--frame} options.
29283
29284 @subsubsection Language
29285
29286 The execution of several commands depends on which language is selected.
29287 By default, the current language (@pxref{show language}) is used.
29288 But for commands known to be language-sensitive, it is recommended
29289 to use the @samp{--language} option. This option takes one argument,
29290 which is the name of the language to use while executing the command.
29291 For instance:
29292
29293 @smallexample
29294 -data-evaluate-expression --language c "sizeof (void*)"
29295 ^done,value="4"
29296 (gdb)
29297 @end smallexample
29298
29299 The valid language names are the same names accepted by the
29300 @samp{set language} command (@pxref{Manually}), excluding @samp{auto},
29301 @samp{local} or @samp{unknown}.
29302
29303 @node Asynchronous and non-stop modes
29304 @subsection Asynchronous command execution and non-stop mode
29305
29306 On some targets, @value{GDBN} is capable of processing MI commands
29307 even while the target is running. This is called @dfn{asynchronous
29308 command execution} (@pxref{Background Execution}). The frontend may
29309 specify a preference for asynchronous execution using the
29310 @code{-gdb-set mi-async 1} command, which should be emitted before
29311 either running the executable or attaching to the target. After the
29312 frontend has started the executable or attached to the target, it can
29313 find if asynchronous execution is enabled using the
29314 @code{-list-target-features} command.
29315
29316 @table @code
29317 @item -gdb-set mi-async on
29318 @item -gdb-set mi-async off
29319 Set whether MI is in asynchronous mode.
29320
29321 When @code{off}, which is the default, MI execution commands (e.g.,
29322 @code{-exec-continue}) are foreground commands, and @value{GDBN} waits
29323 for the program to stop before processing further commands.
29324
29325 When @code{on}, MI execution commands are background execution
29326 commands (e.g., @code{-exec-continue} becomes the equivalent of the
29327 @code{c&} CLI command), and so @value{GDBN} is capable of processing
29328 MI commands even while the target is running.
29329
29330 @item -gdb-show mi-async
29331 Show whether MI asynchronous mode is enabled.
29332 @end table
29333
29334 Note: In @value{GDBN} version 7.7 and earlier, this option was called
29335 @code{target-async} instead of @code{mi-async}, and it had the effect
29336 of both putting MI in asynchronous mode and making CLI background
29337 commands possible. CLI background commands are now always possible
29338 ``out of the box'' if the target supports them. The old spelling is
29339 kept as a deprecated alias for backwards compatibility.
29340
29341 Even if @value{GDBN} can accept a command while target is running,
29342 many commands that access the target do not work when the target is
29343 running. Therefore, asynchronous command execution is most useful
29344 when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
29345 it is possible to examine the state of one thread, while other threads
29346 are running.
29347
29348 When a given thread is running, MI commands that try to access the
29349 target in the context of that thread may not work, or may work only on
29350 some targets. In particular, commands that try to operate on thread's
29351 stack will not work, on any target. Commands that read memory, or
29352 modify breakpoints, may work or not work, depending on the target. Note
29353 that even commands that operate on global state, such as @code{print},
29354 @code{set}, and breakpoint commands, still access the target in the
29355 context of a specific thread, so frontend should try to find a
29356 stopped thread and perform the operation on that thread (using the
29357 @samp{--thread} option).
29358
29359 Which commands will work in the context of a running thread is
29360 highly target dependent. However, the two commands
29361 @code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
29362 to find the state of a thread, will always work.
29363
29364 @node Thread groups
29365 @subsection Thread groups
29366 @value{GDBN} may be used to debug several processes at the same time.
29367 On some platforms, @value{GDBN} may support debugging of several
29368 hardware systems, each one having several cores with several different
29369 processes running on each core. This section describes the MI
29370 mechanism to support such debugging scenarios.
29371
29372 The key observation is that regardless of the structure of the
29373 target, MI can have a global list of threads, because most commands that
29374 accept the @samp{--thread} option do not need to know what process that
29375 thread belongs to. Therefore, it is not necessary to introduce
29376 neither additional @samp{--process} option, nor an notion of the
29377 current process in the MI interface. The only strictly new feature
29378 that is required is the ability to find how the threads are grouped
29379 into processes.
29380
29381 To allow the user to discover such grouping, and to support arbitrary
29382 hierarchy of machines/cores/processes, MI introduces the concept of a
29383 @dfn{thread group}. Thread group is a collection of threads and other
29384 thread groups. A thread group always has a string identifier, a type,
29385 and may have additional attributes specific to the type. A new
29386 command, @code{-list-thread-groups}, returns the list of top-level
29387 thread groups, which correspond to processes that @value{GDBN} is
29388 debugging at the moment. By passing an identifier of a thread group
29389 to the @code{-list-thread-groups} command, it is possible to obtain
29390 the members of specific thread group.
29391
29392 To allow the user to easily discover processes, and other objects, he
29393 wishes to debug, a concept of @dfn{available thread group} is
29394 introduced. Available thread group is an thread group that
29395 @value{GDBN} is not debugging, but that can be attached to, using the
29396 @code{-target-attach} command. The list of available top-level thread
29397 groups can be obtained using @samp{-list-thread-groups --available}.
29398 In general, the content of a thread group may be only retrieved only
29399 after attaching to that thread group.
29400
29401 Thread groups are related to inferiors (@pxref{Inferiors Connections and
29402 Programs}). Each inferior corresponds to a thread group of a special
29403 type @samp{process}, and some additional operations are permitted on
29404 such thread groups.
29405
29406 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29407 @node GDB/MI Command Syntax
29408 @section @sc{gdb/mi} Command Syntax
29409
29410 @menu
29411 * GDB/MI Input Syntax::
29412 * GDB/MI Output Syntax::
29413 @end menu
29414
29415 @node GDB/MI Input Syntax
29416 @subsection @sc{gdb/mi} Input Syntax
29417
29418 @cindex input syntax for @sc{gdb/mi}
29419 @cindex @sc{gdb/mi}, input syntax
29420 @table @code
29421 @item @var{command} @expansion{}
29422 @code{@var{cli-command} | @var{mi-command}}
29423
29424 @item @var{cli-command} @expansion{}
29425 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
29426 @var{cli-command} is any existing @value{GDBN} CLI command.
29427
29428 @item @var{mi-command} @expansion{}
29429 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
29430 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
29431
29432 @item @var{token} @expansion{}
29433 "any sequence of digits"
29434
29435 @item @var{option} @expansion{}
29436 @code{"-" @var{parameter} [ " " @var{parameter} ]}
29437
29438 @item @var{parameter} @expansion{}
29439 @code{@var{non-blank-sequence} | @var{c-string}}
29440
29441 @item @var{operation} @expansion{}
29442 @emph{any of the operations described in this chapter}
29443
29444 @item @var{non-blank-sequence} @expansion{}
29445 @emph{anything, provided it doesn't contain special characters such as
29446 "-", @var{nl}, """ and of course " "}
29447
29448 @item @var{c-string} @expansion{}
29449 @code{""" @var{seven-bit-iso-c-string-content} """}
29450
29451 @item @var{nl} @expansion{}
29452 @code{CR | CR-LF}
29453 @end table
29454
29455 @noindent
29456 Notes:
29457
29458 @itemize @bullet
29459 @item
29460 The CLI commands are still handled by the @sc{mi} interpreter; their
29461 output is described below.
29462
29463 @item
29464 The @code{@var{token}}, when present, is passed back when the command
29465 finishes.
29466
29467 @item
29468 Some @sc{mi} commands accept optional arguments as part of the parameter
29469 list. Each option is identified by a leading @samp{-} (dash) and may be
29470 followed by an optional argument parameter. Options occur first in the
29471 parameter list and can be delimited from normal parameters using
29472 @samp{--} (this is useful when some parameters begin with a dash).
29473 @end itemize
29474
29475 Pragmatics:
29476
29477 @itemize @bullet
29478 @item
29479 We want easy access to the existing CLI syntax (for debugging).
29480
29481 @item
29482 We want it to be easy to spot a @sc{mi} operation.
29483 @end itemize
29484
29485 @node GDB/MI Output Syntax
29486 @subsection @sc{gdb/mi} Output Syntax
29487
29488 @cindex output syntax of @sc{gdb/mi}
29489 @cindex @sc{gdb/mi}, output syntax
29490 The output from @sc{gdb/mi} consists of zero or more out-of-band records
29491 followed, optionally, by a single result record. This result record
29492 is for the most recent command. The sequence of output records is
29493 terminated by @samp{(gdb)}.
29494
29495 If an input command was prefixed with a @code{@var{token}} then the
29496 corresponding output for that command will also be prefixed by that same
29497 @var{token}.
29498
29499 @table @code
29500 @item @var{output} @expansion{}
29501 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
29502
29503 @item @var{result-record} @expansion{}
29504 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
29505
29506 @item @var{out-of-band-record} @expansion{}
29507 @code{@var{async-record} | @var{stream-record}}
29508
29509 @item @var{async-record} @expansion{}
29510 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
29511
29512 @item @var{exec-async-output} @expansion{}
29513 @code{[ @var{token} ] "*" @var{async-output nl}}
29514
29515 @item @var{status-async-output} @expansion{}
29516 @code{[ @var{token} ] "+" @var{async-output nl}}
29517
29518 @item @var{notify-async-output} @expansion{}
29519 @code{[ @var{token} ] "=" @var{async-output nl}}
29520
29521 @item @var{async-output} @expansion{}
29522 @code{@var{async-class} ( "," @var{result} )*}
29523
29524 @item @var{result-class} @expansion{}
29525 @code{"done" | "running" | "connected" | "error" | "exit"}
29526
29527 @item @var{async-class} @expansion{}
29528 @code{"stopped" | @var{others}} (where @var{others} will be added
29529 depending on the needs---this is still in development).
29530
29531 @item @var{result} @expansion{}
29532 @code{ @var{variable} "=" @var{value}}
29533
29534 @item @var{variable} @expansion{}
29535 @code{ @var{string} }
29536
29537 @item @var{value} @expansion{}
29538 @code{ @var{const} | @var{tuple} | @var{list} }
29539
29540 @item @var{const} @expansion{}
29541 @code{@var{c-string}}
29542
29543 @item @var{tuple} @expansion{}
29544 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
29545
29546 @item @var{list} @expansion{}
29547 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
29548 @var{result} ( "," @var{result} )* "]" }
29549
29550 @item @var{stream-record} @expansion{}
29551 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
29552
29553 @item @var{console-stream-output} @expansion{}
29554 @code{"~" @var{c-string nl}}
29555
29556 @item @var{target-stream-output} @expansion{}
29557 @code{"@@" @var{c-string nl}}
29558
29559 @item @var{log-stream-output} @expansion{}
29560 @code{"&" @var{c-string nl}}
29561
29562 @item @var{nl} @expansion{}
29563 @code{CR | CR-LF}
29564
29565 @item @var{token} @expansion{}
29566 @emph{any sequence of digits}.
29567 @end table
29568
29569 @noindent
29570 Notes:
29571
29572 @itemize @bullet
29573 @item
29574 All output sequences end in a single line containing a period.
29575
29576 @item
29577 The @code{@var{token}} is from the corresponding request. Note that
29578 for all async output, while the token is allowed by the grammar and
29579 may be output by future versions of @value{GDBN} for select async
29580 output messages, it is generally omitted. Frontends should treat
29581 all async output as reporting general changes in the state of the
29582 target and there should be no need to associate async output to any
29583 prior command.
29584
29585 @item
29586 @cindex status output in @sc{gdb/mi}
29587 @var{status-async-output} contains on-going status information about the
29588 progress of a slow operation. It can be discarded. All status output is
29589 prefixed by @samp{+}.
29590
29591 @item
29592 @cindex async output in @sc{gdb/mi}
29593 @var{exec-async-output} contains asynchronous state change on the target
29594 (stopped, started, disappeared). All async output is prefixed by
29595 @samp{*}.
29596
29597 @item
29598 @cindex notify output in @sc{gdb/mi}
29599 @var{notify-async-output} contains supplementary information that the
29600 client should handle (e.g., a new breakpoint information). All notify
29601 output is prefixed by @samp{=}.
29602
29603 @item
29604 @cindex console output in @sc{gdb/mi}
29605 @var{console-stream-output} is output that should be displayed as is in the
29606 console. It is the textual response to a CLI command. All the console
29607 output is prefixed by @samp{~}.
29608
29609 @item
29610 @cindex target output in @sc{gdb/mi}
29611 @var{target-stream-output} is the output produced by the target program.
29612 All the target output is prefixed by @samp{@@}.
29613
29614 @item
29615 @cindex log output in @sc{gdb/mi}
29616 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
29617 instance messages that should be displayed as part of an error log. All
29618 the log output is prefixed by @samp{&}.
29619
29620 @item
29621 @cindex list output in @sc{gdb/mi}
29622 New @sc{gdb/mi} commands should only output @var{lists} containing
29623 @var{values}.
29624
29625
29626 @end itemize
29627
29628 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
29629 details about the various output records.
29630
29631 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29632 @node GDB/MI Compatibility with CLI
29633 @section @sc{gdb/mi} Compatibility with CLI
29634
29635 @cindex compatibility, @sc{gdb/mi} and CLI
29636 @cindex @sc{gdb/mi}, compatibility with CLI
29637
29638 For the developers convenience CLI commands can be entered directly,
29639 but there may be some unexpected behaviour. For example, commands
29640 that query the user will behave as if the user replied yes, breakpoint
29641 command lists are not executed and some CLI commands, such as
29642 @code{if}, @code{when} and @code{define}, prompt for further input with
29643 @samp{>}, which is not valid MI output.
29644
29645 This feature may be removed at some stage in the future and it is
29646 recommended that front ends use the @code{-interpreter-exec} command
29647 (@pxref{-interpreter-exec}).
29648
29649 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29650 @node GDB/MI Development and Front Ends
29651 @section @sc{gdb/mi} Development and Front Ends
29652 @cindex @sc{gdb/mi} development
29653
29654 The application which takes the MI output and presents the state of the
29655 program being debugged to the user is called a @dfn{front end}.
29656
29657 Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
29658 to the MI interface may break existing usage. This section describes how the
29659 protocol changes and how to request previous version of the protocol when it
29660 does.
29661
29662 Some changes in MI need not break a carefully designed front end, and
29663 for these the MI version will remain unchanged. The following is a
29664 list of changes that may occur within one level, so front ends should
29665 parse MI output in a way that can handle them:
29666
29667 @itemize @bullet
29668 @item
29669 New MI commands may be added.
29670
29671 @item
29672 New fields may be added to the output of any MI command.
29673
29674 @item
29675 The range of values for fields with specified values, e.g.,
29676 @code{in_scope} (@pxref{-var-update}) may be extended.
29677
29678 @c The format of field's content e.g type prefix, may change so parse it
29679 @c at your own risk. Yes, in general?
29680
29681 @c The order of fields may change? Shouldn't really matter but it might
29682 @c resolve inconsistencies.
29683 @end itemize
29684
29685 If the changes are likely to break front ends, the MI version level
29686 will be increased by one. The new versions of the MI protocol are not compatible
29687 with the old versions. Old versions of MI remain available, allowing front ends
29688 to keep using them until they are modified to use the latest MI version.
29689
29690 Since @code{--interpreter=mi} always points to the latest MI version, it is
29691 recommended that front ends request a specific version of MI when launching
29692 @value{GDBN} (e.g.@: @code{--interpreter=mi2}) to make sure they get an
29693 interpreter with the MI version they expect.
29694
29695 The following table gives a summary of the released versions of the MI
29696 interface: the version number, the version of GDB in which it first appeared
29697 and the breaking changes compared to the previous version.
29698
29699 @multitable @columnfractions .05 .05 .9
29700 @headitem MI version @tab GDB version @tab Breaking changes
29701
29702 @item
29703 @center 1
29704 @tab
29705 @center 5.1
29706 @tab
29707 None
29708
29709 @item
29710 @center 2
29711 @tab
29712 @center 6.0
29713 @tab
29714
29715 @itemize
29716 @item
29717 The @code{-environment-pwd}, @code{-environment-directory} and
29718 @code{-environment-path} commands now returns values using the MI output
29719 syntax, rather than CLI output syntax.
29720
29721 @item
29722 @code{-var-list-children}'s @code{children} result field is now a list, rather
29723 than a tuple.
29724
29725 @item
29726 @code{-var-update}'s @code{changelist} result field is now a list, rather than
29727 a tuple.
29728 @end itemize
29729
29730 @item
29731 @center 3
29732 @tab
29733 @center 9.1
29734 @tab
29735
29736 @itemize
29737 @item
29738 The output of information about multi-location breakpoints has changed in the
29739 responses to the @code{-break-insert} and @code{-break-info} commands, as well
29740 as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
29741 The multiple locations are now placed in a @code{locations} field, whose value
29742 is a list.
29743 @end itemize
29744
29745 @end multitable
29746
29747 If your front end cannot yet migrate to a more recent version of the
29748 MI protocol, you can nevertheless selectively enable specific features
29749 available in those recent MI versions, using the following commands:
29750
29751 @table @code
29752
29753 @item -fix-multi-location-breakpoint-output
29754 Use the output for multi-location breakpoints which was introduced by
29755 MI 3, even when using MI versions 2 or 1. This command has no
29756 effect when using MI version 3 or later.
29757
29758 @end table
29759
29760 The best way to avoid unexpected changes in MI that might break your front
29761 end is to make your project known to @value{GDBN} developers and
29762 follow development on @email{gdb@@sourceware.org} and
29763 @email{gdb-patches@@sourceware.org}.
29764 @cindex mailing lists
29765
29766 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29767 @node GDB/MI Output Records
29768 @section @sc{gdb/mi} Output Records
29769
29770 @menu
29771 * GDB/MI Result Records::
29772 * GDB/MI Stream Records::
29773 * GDB/MI Async Records::
29774 * GDB/MI Breakpoint Information::
29775 * GDB/MI Frame Information::
29776 * GDB/MI Thread Information::
29777 * GDB/MI Ada Exception Information::
29778 @end menu
29779
29780 @node GDB/MI Result Records
29781 @subsection @sc{gdb/mi} Result Records
29782
29783 @cindex result records in @sc{gdb/mi}
29784 @cindex @sc{gdb/mi}, result records
29785 In addition to a number of out-of-band notifications, the response to a
29786 @sc{gdb/mi} command includes one of the following result indications:
29787
29788 @table @code
29789 @findex ^done
29790 @item "^done" [ "," @var{results} ]
29791 The synchronous operation was successful, @code{@var{results}} are the return
29792 values.
29793
29794 @item "^running"
29795 @findex ^running
29796 This result record is equivalent to @samp{^done}. Historically, it
29797 was output instead of @samp{^done} if the command has resumed the
29798 target. This behaviour is maintained for backward compatibility, but
29799 all frontends should treat @samp{^done} and @samp{^running}
29800 identically and rely on the @samp{*running} output record to determine
29801 which threads are resumed.
29802
29803 @item "^connected"
29804 @findex ^connected
29805 @value{GDBN} has connected to a remote target.
29806
29807 @item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
29808 @findex ^error
29809 The operation failed. The @code{msg=@var{c-string}} variable contains
29810 the corresponding error message.
29811
29812 If present, the @code{code=@var{c-string}} variable provides an error
29813 code on which consumers can rely on to detect the corresponding
29814 error condition. At present, only one error code is defined:
29815
29816 @table @samp
29817 @item "undefined-command"
29818 Indicates that the command causing the error does not exist.
29819 @end table
29820
29821 @item "^exit"
29822 @findex ^exit
29823 @value{GDBN} has terminated.
29824
29825 @end table
29826
29827 @node GDB/MI Stream Records
29828 @subsection @sc{gdb/mi} Stream Records
29829
29830 @cindex @sc{gdb/mi}, stream records
29831 @cindex stream records in @sc{gdb/mi}
29832 @value{GDBN} internally maintains a number of output streams: the console, the
29833 target, and the log. The output intended for each of these streams is
29834 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
29835
29836 Each stream record begins with a unique @dfn{prefix character} which
29837 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
29838 Syntax}). In addition to the prefix, each stream record contains a
29839 @code{@var{string-output}}. This is either raw text (with an implicit new
29840 line) or a quoted C string (which does not contain an implicit newline).
29841
29842 @table @code
29843 @item "~" @var{string-output}
29844 The console output stream contains text that should be displayed in the
29845 CLI console window. It contains the textual responses to CLI commands.
29846
29847 @item "@@" @var{string-output}
29848 The target output stream contains any textual output from the running
29849 target. This is only present when GDB's event loop is truly
29850 asynchronous, which is currently only the case for remote targets.
29851
29852 @item "&" @var{string-output}
29853 The log stream contains debugging messages being produced by @value{GDBN}'s
29854 internals.
29855 @end table
29856
29857 @node GDB/MI Async Records
29858 @subsection @sc{gdb/mi} Async Records
29859
29860 @cindex async records in @sc{gdb/mi}
29861 @cindex @sc{gdb/mi}, async records
29862 @dfn{Async} records are used to notify the @sc{gdb/mi} client of
29863 additional changes that have occurred. Those changes can either be a
29864 consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
29865 target activity (e.g., target stopped).
29866
29867 The following is the list of possible async records:
29868
29869 @table @code
29870
29871 @item *running,thread-id="@var{thread}"
29872 The target is now running. The @var{thread} field can be the global
29873 thread ID of the thread that is now running, and it can be
29874 @samp{all} if all threads are running. The frontend should assume
29875 that no interaction with a running thread is possible after this
29876 notification is produced. The frontend should not assume that this
29877 notification is output only once for any command. @value{GDBN} may
29878 emit this notification several times, either for different threads,
29879 because it cannot resume all threads together, or even for a single
29880 thread, if the thread must be stepped though some code before letting
29881 it run freely.
29882
29883 @item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
29884 The target has stopped. The @var{reason} field can have one of the
29885 following values:
29886
29887 @table @code
29888 @item breakpoint-hit
29889 A breakpoint was reached.
29890 @item watchpoint-trigger
29891 A watchpoint was triggered.
29892 @item read-watchpoint-trigger
29893 A read watchpoint was triggered.
29894 @item access-watchpoint-trigger
29895 An access watchpoint was triggered.
29896 @item function-finished
29897 An -exec-finish or similar CLI command was accomplished.
29898 @item location-reached
29899 An -exec-until or similar CLI command was accomplished.
29900 @item watchpoint-scope
29901 A watchpoint has gone out of scope.
29902 @item end-stepping-range
29903 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
29904 similar CLI command was accomplished.
29905 @item exited-signalled
29906 The inferior exited because of a signal.
29907 @item exited
29908 The inferior exited.
29909 @item exited-normally
29910 The inferior exited normally.
29911 @item signal-received
29912 A signal was received by the inferior.
29913 @item solib-event
29914 The inferior has stopped due to a library being loaded or unloaded.
29915 This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
29916 set or when a @code{catch load} or @code{catch unload} catchpoint is
29917 in use (@pxref{Set Catchpoints}).
29918 @item fork
29919 The inferior has forked. This is reported when @code{catch fork}
29920 (@pxref{Set Catchpoints}) has been used.
29921 @item vfork
29922 The inferior has vforked. This is reported in when @code{catch vfork}
29923 (@pxref{Set Catchpoints}) has been used.
29924 @item syscall-entry
29925 The inferior entered a system call. This is reported when @code{catch
29926 syscall} (@pxref{Set Catchpoints}) has been used.
29927 @item syscall-return
29928 The inferior returned from a system call. This is reported when
29929 @code{catch syscall} (@pxref{Set Catchpoints}) has been used.
29930 @item exec
29931 The inferior called @code{exec}. This is reported when @code{catch exec}
29932 (@pxref{Set Catchpoints}) has been used.
29933 @end table
29934
29935 The @var{id} field identifies the global thread ID of the thread
29936 that directly caused the stop -- for example by hitting a breakpoint.
29937 Depending on whether all-stop
29938 mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
29939 stop all threads, or only the thread that directly triggered the stop.
29940 If all threads are stopped, the @var{stopped} field will have the
29941 value of @code{"all"}. Otherwise, the value of the @var{stopped}
29942 field will be a list of thread identifiers. Presently, this list will
29943 always include a single thread, but frontend should be prepared to see
29944 several threads in the list. The @var{core} field reports the
29945 processor core on which the stop event has happened. This field may be absent
29946 if such information is not available.
29947
29948 @item =thread-group-added,id="@var{id}"
29949 @itemx =thread-group-removed,id="@var{id}"
29950 A thread group was either added or removed. The @var{id} field
29951 contains the @value{GDBN} identifier of the thread group. When a thread
29952 group is added, it generally might not be associated with a running
29953 process. When a thread group is removed, its id becomes invalid and
29954 cannot be used in any way.
29955
29956 @item =thread-group-started,id="@var{id}",pid="@var{pid}"
29957 A thread group became associated with a running program,
29958 either because the program was just started or the thread group
29959 was attached to a program. The @var{id} field contains the
29960 @value{GDBN} identifier of the thread group. The @var{pid} field
29961 contains process identifier, specific to the operating system.
29962
29963 @item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
29964 A thread group is no longer associated with a running program,
29965 either because the program has exited, or because it was detached
29966 from. The @var{id} field contains the @value{GDBN} identifier of the
29967 thread group. The @var{code} field is the exit code of the inferior; it exists
29968 only when the inferior exited with some code.
29969
29970 @item =thread-created,id="@var{id}",group-id="@var{gid}"
29971 @itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
29972 A thread either was created, or has exited. The @var{id} field
29973 contains the global @value{GDBN} identifier of the thread. The @var{gid}
29974 field identifies the thread group this thread belongs to.
29975
29976 @item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
29977 Informs that the selected thread or frame were changed. This notification
29978 is not emitted as result of the @code{-thread-select} or
29979 @code{-stack-select-frame} commands, but is emitted whenever an MI command
29980 that is not documented to change the selected thread and frame actually
29981 changes them. In particular, invoking, directly or indirectly
29982 (via user-defined command), the CLI @code{thread} or @code{frame} commands,
29983 will generate this notification. Changing the thread or frame from another
29984 user interface (see @ref{Interpreters}) will also generate this notification.
29985
29986 The @var{frame} field is only present if the newly selected thread is
29987 stopped. See @ref{GDB/MI Frame Information} for the format of its value.
29988
29989 We suggest that in response to this notification, front ends
29990 highlight the selected thread and cause subsequent commands to apply to
29991 that thread.
29992
29993 @item =library-loaded,...
29994 Reports that a new library file was loaded by the program. This
29995 notification has 5 fields---@var{id}, @var{target-name},
29996 @var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
29997 opaque identifier of the library. For remote debugging case,
29998 @var{target-name} and @var{host-name} fields give the name of the
29999 library file on the target, and on the host respectively. For native
30000 debugging, both those fields have the same value. The
30001 @var{symbols-loaded} field is emitted only for backward compatibility
30002 and should not be relied on to convey any useful information. The
30003 @var{thread-group} field, if present, specifies the id of the thread
30004 group in whose context the library was loaded. If the field is
30005 absent, it means the library was loaded in the context of all present
30006 thread groups. The @var{ranges} field specifies the ranges of addresses belonging
30007 to this library.
30008
30009 @item =library-unloaded,...
30010 Reports that a library was unloaded by the program. This notification
30011 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
30012 the same meaning as for the @code{=library-loaded} notification.
30013 The @var{thread-group} field, if present, specifies the id of the
30014 thread group in whose context the library was unloaded. If the field is
30015 absent, it means the library was unloaded in the context of all present
30016 thread groups.
30017
30018 @item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
30019 @itemx =traceframe-changed,end
30020 Reports that the trace frame was changed and its new number is
30021 @var{tfnum}. The number of the tracepoint associated with this trace
30022 frame is @var{tpnum}.
30023
30024 @item =tsv-created,name=@var{name},initial=@var{initial}
30025 Reports that the new trace state variable @var{name} is created with
30026 initial value @var{initial}.
30027
30028 @item =tsv-deleted,name=@var{name}
30029 @itemx =tsv-deleted
30030 Reports that the trace state variable @var{name} is deleted or all
30031 trace state variables are deleted.
30032
30033 @item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
30034 Reports that the trace state variable @var{name} is modified with
30035 the initial value @var{initial}. The current value @var{current} of
30036 trace state variable is optional and is reported if the current
30037 value of trace state variable is known.
30038
30039 @item =breakpoint-created,bkpt=@{...@}
30040 @itemx =breakpoint-modified,bkpt=@{...@}
30041 @itemx =breakpoint-deleted,id=@var{number}
30042 Reports that a breakpoint was created, modified, or deleted,
30043 respectively. Only user-visible breakpoints are reported to the MI
30044 user.
30045
30046 The @var{bkpt} argument is of the same form as returned by the various
30047 breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
30048 @var{number} is the ordinal number of the breakpoint.
30049
30050 Note that if a breakpoint is emitted in the result record of a
30051 command, then it will not also be emitted in an async record.
30052
30053 @item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
30054 @itemx =record-stopped,thread-group="@var{id}"
30055 Execution log recording was either started or stopped on an
30056 inferior. The @var{id} is the @value{GDBN} identifier of the thread
30057 group corresponding to the affected inferior.
30058
30059 The @var{method} field indicates the method used to record execution. If the
30060 method in use supports multiple recording formats, @var{format} will be present
30061 and contain the currently used format. @xref{Process Record and Replay},
30062 for existing method and format values.
30063
30064 @item =cmd-param-changed,param=@var{param},value=@var{value}
30065 Reports that a parameter of the command @code{set @var{param}} is
30066 changed to @var{value}. In the multi-word @code{set} command,
30067 the @var{param} is the whole parameter list to @code{set} command.
30068 For example, In command @code{set check type on}, @var{param}
30069 is @code{check type} and @var{value} is @code{on}.
30070
30071 @item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
30072 Reports that bytes from @var{addr} to @var{data} + @var{len} were
30073 written in an inferior. The @var{id} is the identifier of the
30074 thread group corresponding to the affected inferior. The optional
30075 @code{type="code"} part is reported if the memory written to holds
30076 executable code.
30077 @end table
30078
30079 @node GDB/MI Breakpoint Information
30080 @subsection @sc{gdb/mi} Breakpoint Information
30081
30082 When @value{GDBN} reports information about a breakpoint, a
30083 tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
30084 following fields:
30085
30086 @table @code
30087 @item number
30088 The breakpoint number.
30089
30090 @item type
30091 The type of the breakpoint. For ordinary breakpoints this will be
30092 @samp{breakpoint}, but many values are possible.
30093
30094 @item catch-type
30095 If the type of the breakpoint is @samp{catchpoint}, then this
30096 indicates the exact type of catchpoint.
30097
30098 @item disp
30099 This is the breakpoint disposition---either @samp{del}, meaning that
30100 the breakpoint will be deleted at the next stop, or @samp{keep},
30101 meaning that the breakpoint will not be deleted.
30102
30103 @item enabled
30104 This indicates whether the breakpoint is enabled, in which case the
30105 value is @samp{y}, or disabled, in which case the value is @samp{n}.
30106 Note that this is not the same as the field @code{enable}.
30107
30108 @item addr
30109 The address of the breakpoint. This may be a hexidecimal number,
30110 giving the address; or the string @samp{<PENDING>}, for a pending
30111 breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
30112 multiple locations. This field will not be present if no address can
30113 be determined. For example, a watchpoint does not have an address.
30114
30115 @item addr_flags
30116 Optional field containing any flags related to the address. These flags are
30117 architecture-dependent; see @ref{Architectures} for their meaning for a
30118 particular CPU.
30119
30120 @item func
30121 If known, the function in which the breakpoint appears.
30122 If not known, this field is not present.
30123
30124 @item filename
30125 The name of the source file which contains this function, if known.
30126 If not known, this field is not present.
30127
30128 @item fullname
30129 The full file name of the source file which contains this function, if
30130 known. If not known, this field is not present.
30131
30132 @item line
30133 The line number at which this breakpoint appears, if known.
30134 If not known, this field is not present.
30135
30136 @item at
30137 If the source file is not known, this field may be provided. If
30138 provided, this holds the address of the breakpoint, possibly followed
30139 by a symbol name.
30140
30141 @item pending
30142 If this breakpoint is pending, this field is present and holds the
30143 text used to set the breakpoint, as entered by the user.
30144
30145 @item evaluated-by
30146 Where this breakpoint's condition is evaluated, either @samp{host} or
30147 @samp{target}.
30148
30149 @item thread
30150 If this is a thread-specific breakpoint, then this identifies the
30151 thread in which the breakpoint can trigger.
30152
30153 @item task
30154 If this breakpoint is restricted to a particular Ada task, then this
30155 field will hold the task identifier.
30156
30157 @item cond
30158 If the breakpoint is conditional, this is the condition expression.
30159
30160 @item ignore
30161 The ignore count of the breakpoint.
30162
30163 @item enable
30164 The enable count of the breakpoint.
30165
30166 @item traceframe-usage
30167 FIXME.
30168
30169 @item static-tracepoint-marker-string-id
30170 For a static tracepoint, the name of the static tracepoint marker.
30171
30172 @item mask
30173 For a masked watchpoint, this is the mask.
30174
30175 @item pass
30176 A tracepoint's pass count.
30177
30178 @item original-location
30179 The location of the breakpoint as originally specified by the user.
30180 This field is optional.
30181
30182 @item times
30183 The number of times the breakpoint has been hit.
30184
30185 @item installed
30186 This field is only given for tracepoints. This is either @samp{y},
30187 meaning that the tracepoint is installed, or @samp{n}, meaning that it
30188 is not.
30189
30190 @item what
30191 Some extra data, the exact contents of which are type-dependent.
30192
30193 @item locations
30194 This field is present if the breakpoint has multiple locations. It is also
30195 exceptionally present if the breakpoint is enabled and has a single, disabled
30196 location.
30197
30198 The value is a list of locations. The format of a location is described below.
30199
30200 @end table
30201
30202 A location in a multi-location breakpoint is represented as a tuple with the
30203 following fields:
30204
30205 @table @code
30206
30207 @item number
30208 The location number as a dotted pair, like @samp{1.2}. The first digit is the
30209 number of the parent breakpoint. The second digit is the number of the
30210 location within that breakpoint.
30211
30212 @item enabled
30213 There are three possible values, with the following meanings:
30214 @table @code
30215 @item y
30216 The location is enabled.
30217 @item n
30218 The location is disabled by the user.
30219 @item N
30220 The location is disabled because the breakpoint condition is invalid
30221 at this location.
30222 @end table
30223
30224 @item addr
30225 The address of this location as an hexidecimal number.
30226
30227 @item addr_flags
30228 Optional field containing any flags related to the address. These flags are
30229 architecture-dependent; see @ref{Architectures} for their meaning for a
30230 particular CPU.
30231
30232 @item func
30233 If known, the function in which the location appears.
30234 If not known, this field is not present.
30235
30236 @item file
30237 The name of the source file which contains this location, if known.
30238 If not known, this field is not present.
30239
30240 @item fullname
30241 The full file name of the source file which contains this location, if
30242 known. If not known, this field is not present.
30243
30244 @item line
30245 The line number at which this location appears, if known.
30246 If not known, this field is not present.
30247
30248 @item thread-groups
30249 The thread groups this location is in.
30250
30251 @end table
30252
30253 For example, here is what the output of @code{-break-insert}
30254 (@pxref{GDB/MI Breakpoint Commands}) might be:
30255
30256 @smallexample
30257 -> -break-insert main
30258 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30259 enabled="y",addr="0x08048564",func="main",file="myprog.c",
30260 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
30261 times="0"@}
30262 <- (gdb)
30263 @end smallexample
30264
30265 @node GDB/MI Frame Information
30266 @subsection @sc{gdb/mi} Frame Information
30267
30268 Response from many MI commands includes an information about stack
30269 frame. This information is a tuple that may have the following
30270 fields:
30271
30272 @table @code
30273 @item level
30274 The level of the stack frame. The innermost frame has the level of
30275 zero. This field is always present.
30276
30277 @item func
30278 The name of the function corresponding to the frame. This field may
30279 be absent if @value{GDBN} is unable to determine the function name.
30280
30281 @item addr
30282 The code address for the frame. This field is always present.
30283
30284 @item addr_flags
30285 Optional field containing any flags related to the address. These flags are
30286 architecture-dependent; see @ref{Architectures} for their meaning for a
30287 particular CPU.
30288
30289 @item file
30290 The name of the source files that correspond to the frame's code
30291 address. This field may be absent.
30292
30293 @item line
30294 The source line corresponding to the frames' code address. This field
30295 may be absent.
30296
30297 @item from
30298 The name of the binary file (either executable or shared library) the
30299 corresponds to the frame's code address. This field may be absent.
30300
30301 @end table
30302
30303 @node GDB/MI Thread Information
30304 @subsection @sc{gdb/mi} Thread Information
30305
30306 Whenever @value{GDBN} has to report an information about a thread, it
30307 uses a tuple with the following fields. The fields are always present unless
30308 stated otherwise.
30309
30310 @table @code
30311 @item id
30312 The global numeric id assigned to the thread by @value{GDBN}.
30313
30314 @item target-id
30315 The target-specific string identifying the thread.
30316
30317 @item details
30318 Additional information about the thread provided by the target.
30319 It is supposed to be human-readable and not interpreted by the
30320 frontend. This field is optional.
30321
30322 @item name
30323 The name of the thread. If the user specified a name using the
30324 @code{thread name} command, then this name is given. Otherwise, if
30325 @value{GDBN} can extract the thread name from the target, then that
30326 name is given. If @value{GDBN} cannot find the thread name, then this
30327 field is omitted.
30328
30329 @item state
30330 The execution state of the thread, either @samp{stopped} or @samp{running},
30331 depending on whether the thread is presently running.
30332
30333 @item frame
30334 The stack frame currently executing in the thread. This field is only present
30335 if the thread is stopped. Its format is documented in
30336 @ref{GDB/MI Frame Information}.
30337
30338 @item core
30339 The value of this field is an integer number of the processor core the
30340 thread was last seen on. This field is optional.
30341 @end table
30342
30343 @node GDB/MI Ada Exception Information
30344 @subsection @sc{gdb/mi} Ada Exception Information
30345
30346 Whenever a @code{*stopped} record is emitted because the program
30347 stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
30348 @value{GDBN} provides the name of the exception that was raised via
30349 the @code{exception-name} field. Also, for exceptions that were raised
30350 with an exception message, @value{GDBN} provides that message via
30351 the @code{exception-message} field.
30352
30353 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30354 @node GDB/MI Simple Examples
30355 @section Simple Examples of @sc{gdb/mi} Interaction
30356 @cindex @sc{gdb/mi}, simple examples
30357
30358 This subsection presents several simple examples of interaction using
30359 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
30360 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
30361 the output received from @sc{gdb/mi}.
30362
30363 Note the line breaks shown in the examples are here only for
30364 readability, they don't appear in the real output.
30365
30366 @subheading Setting a Breakpoint
30367
30368 Setting a breakpoint generates synchronous output which contains detailed
30369 information of the breakpoint.
30370
30371 @smallexample
30372 -> -break-insert main
30373 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30374 enabled="y",addr="0x08048564",func="main",file="myprog.c",
30375 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
30376 times="0"@}
30377 <- (gdb)
30378 @end smallexample
30379
30380 @subheading Program Execution
30381
30382 Program execution generates asynchronous records and MI gives the
30383 reason that execution stopped.
30384
30385 @smallexample
30386 -> -exec-run
30387 <- ^running
30388 <- (gdb)
30389 <- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
30390 frame=@{addr="0x08048564",func="main",
30391 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
30392 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
30393 arch="i386:x86_64"@}
30394 <- (gdb)
30395 -> -exec-continue
30396 <- ^running
30397 <- (gdb)
30398 <- *stopped,reason="exited-normally"
30399 <- (gdb)
30400 @end smallexample
30401
30402 @subheading Quitting @value{GDBN}
30403
30404 Quitting @value{GDBN} just prints the result class @samp{^exit}.
30405
30406 @smallexample
30407 -> (gdb)
30408 <- -gdb-exit
30409 <- ^exit
30410 @end smallexample
30411
30412 Please note that @samp{^exit} is printed immediately, but it might
30413 take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
30414 performs necessary cleanups, including killing programs being debugged
30415 or disconnecting from debug hardware, so the frontend should wait till
30416 @value{GDBN} exits and should only forcibly kill @value{GDBN} if it
30417 fails to exit in reasonable time.
30418
30419 @subheading A Bad Command
30420
30421 Here's what happens if you pass a non-existent command:
30422
30423 @smallexample
30424 -> -rubbish
30425 <- ^error,msg="Undefined MI command: rubbish"
30426 <- (gdb)
30427 @end smallexample
30428
30429
30430 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30431 @node GDB/MI Command Description Format
30432 @section @sc{gdb/mi} Command Description Format
30433
30434 The remaining sections describe blocks of commands. Each block of
30435 commands is laid out in a fashion similar to this section.
30436
30437 @subheading Motivation
30438
30439 The motivation for this collection of commands.
30440
30441 @subheading Introduction
30442
30443 A brief introduction to this collection of commands as a whole.
30444
30445 @subheading Commands
30446
30447 For each command in the block, the following is described:
30448
30449 @subsubheading Synopsis
30450
30451 @smallexample
30452 -command @var{args}@dots{}
30453 @end smallexample
30454
30455 @subsubheading Result
30456
30457 @subsubheading @value{GDBN} Command
30458
30459 The corresponding @value{GDBN} CLI command(s), if any.
30460
30461 @subsubheading Example
30462
30463 Example(s) formatted for readability. Some of the described commands have
30464 not been implemented yet and these are labeled N.A.@: (not available).
30465
30466
30467 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30468 @node GDB/MI Breakpoint Commands
30469 @section @sc{gdb/mi} Breakpoint Commands
30470
30471 @cindex breakpoint commands for @sc{gdb/mi}
30472 @cindex @sc{gdb/mi}, breakpoint commands
30473 This section documents @sc{gdb/mi} commands for manipulating
30474 breakpoints.
30475
30476 @subheading The @code{-break-after} Command
30477 @findex -break-after
30478
30479 @subsubheading Synopsis
30480
30481 @smallexample
30482 -break-after @var{number} @var{count}
30483 @end smallexample
30484
30485 The breakpoint number @var{number} is not in effect until it has been
30486 hit @var{count} times. To see how this is reflected in the output of
30487 the @samp{-break-list} command, see the description of the
30488 @samp{-break-list} command below.
30489
30490 @subsubheading @value{GDBN} Command
30491
30492 The corresponding @value{GDBN} command is @samp{ignore}.
30493
30494 @subsubheading Example
30495
30496 @smallexample
30497 (gdb)
30498 -break-insert main
30499 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30500 enabled="y",addr="0x000100d0",func="main",file="hello.c",
30501 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30502 times="0"@}
30503 (gdb)
30504 -break-after 1 3
30505 ~
30506 ^done
30507 (gdb)
30508 -break-list
30509 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30510 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30511 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30512 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30513 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30514 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30515 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30516 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30517 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30518 line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
30519 (gdb)
30520 @end smallexample
30521
30522 @ignore
30523 @subheading The @code{-break-catch} Command
30524 @findex -break-catch
30525 @end ignore
30526
30527 @subheading The @code{-break-commands} Command
30528 @findex -break-commands
30529
30530 @subsubheading Synopsis
30531
30532 @smallexample
30533 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
30534 @end smallexample
30535
30536 Specifies the CLI commands that should be executed when breakpoint
30537 @var{number} is hit. The parameters @var{command1} to @var{commandN}
30538 are the commands. If no command is specified, any previously-set
30539 commands are cleared. @xref{Break Commands}. Typical use of this
30540 functionality is tracing a program, that is, printing of values of
30541 some variables whenever breakpoint is hit and then continuing.
30542
30543 @subsubheading @value{GDBN} Command
30544
30545 The corresponding @value{GDBN} command is @samp{commands}.
30546
30547 @subsubheading Example
30548
30549 @smallexample
30550 (gdb)
30551 -break-insert main
30552 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30553 enabled="y",addr="0x000100d0",func="main",file="hello.c",
30554 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30555 times="0"@}
30556 (gdb)
30557 -break-commands 1 "print v" "continue"
30558 ^done
30559 (gdb)
30560 @end smallexample
30561
30562 @subheading The @code{-break-condition} Command
30563 @findex -break-condition
30564
30565 @subsubheading Synopsis
30566
30567 @smallexample
30568 -break-condition [ --force ] @var{number} [ @var{expr} ]
30569 @end smallexample
30570
30571 Breakpoint @var{number} will stop the program only if the condition in
30572 @var{expr} is true. The condition becomes part of the
30573 @samp{-break-list} output (see the description of the @samp{-break-list}
30574 command below). If the @samp{--force} flag is passed, the condition
30575 is forcibly defined even when it is invalid for all locations of
30576 breakpoint @var{number}. If the @var{expr} argument is omitted,
30577 breakpoint @var{number} becomes unconditional.
30578
30579 @subsubheading @value{GDBN} Command
30580
30581 The corresponding @value{GDBN} command is @samp{condition}.
30582
30583 @subsubheading Example
30584
30585 @smallexample
30586 (gdb)
30587 -break-condition 1 1
30588 ^done
30589 (gdb)
30590 -break-list
30591 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30592 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30593 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30594 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30595 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30596 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30597 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30598 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30599 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30600 line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
30601 (gdb)
30602 @end smallexample
30603
30604 @subheading The @code{-break-delete} Command
30605 @findex -break-delete
30606
30607 @subsubheading Synopsis
30608
30609 @smallexample
30610 -break-delete ( @var{breakpoint} )+
30611 @end smallexample
30612
30613 Delete the breakpoint(s) whose number(s) are specified in the argument
30614 list. This is obviously reflected in the breakpoint list.
30615
30616 @subsubheading @value{GDBN} Command
30617
30618 The corresponding @value{GDBN} command is @samp{delete}.
30619
30620 @subsubheading Example
30621
30622 @smallexample
30623 (gdb)
30624 -break-delete 1
30625 ^done
30626 (gdb)
30627 -break-list
30628 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30629 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30630 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30631 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30632 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30633 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30634 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30635 body=[]@}
30636 (gdb)
30637 @end smallexample
30638
30639 @subheading The @code{-break-disable} Command
30640 @findex -break-disable
30641
30642 @subsubheading Synopsis
30643
30644 @smallexample
30645 -break-disable ( @var{breakpoint} )+
30646 @end smallexample
30647
30648 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
30649 break list is now set to @samp{n} for the named @var{breakpoint}(s).
30650
30651 @subsubheading @value{GDBN} Command
30652
30653 The corresponding @value{GDBN} command is @samp{disable}.
30654
30655 @subsubheading Example
30656
30657 @smallexample
30658 (gdb)
30659 -break-disable 2
30660 ^done
30661 (gdb)
30662 -break-list
30663 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30664 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30665 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30666 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30667 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30668 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30669 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30670 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
30671 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30672 line="5",thread-groups=["i1"],times="0"@}]@}
30673 (gdb)
30674 @end smallexample
30675
30676 @subheading The @code{-break-enable} Command
30677 @findex -break-enable
30678
30679 @subsubheading Synopsis
30680
30681 @smallexample
30682 -break-enable ( @var{breakpoint} )+
30683 @end smallexample
30684
30685 Enable (previously disabled) @var{breakpoint}(s).
30686
30687 @subsubheading @value{GDBN} Command
30688
30689 The corresponding @value{GDBN} command is @samp{enable}.
30690
30691 @subsubheading Example
30692
30693 @smallexample
30694 (gdb)
30695 -break-enable 2
30696 ^done
30697 (gdb)
30698 -break-list
30699 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30700 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30701 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30702 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30703 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30704 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30705 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30706 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
30707 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30708 line="5",thread-groups=["i1"],times="0"@}]@}
30709 (gdb)
30710 @end smallexample
30711
30712 @subheading The @code{-break-info} Command
30713 @findex -break-info
30714
30715 @subsubheading Synopsis
30716
30717 @smallexample
30718 -break-info @var{breakpoint}
30719 @end smallexample
30720
30721 @c REDUNDANT???
30722 Get information about a single breakpoint.
30723
30724 The result is a table of breakpoints. @xref{GDB/MI Breakpoint
30725 Information}, for details on the format of each breakpoint in the
30726 table.
30727
30728 @subsubheading @value{GDBN} Command
30729
30730 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
30731
30732 @subsubheading Example
30733 N.A.
30734
30735 @subheading The @code{-break-insert} Command
30736 @findex -break-insert
30737 @anchor{-break-insert}
30738
30739 @subsubheading Synopsis
30740
30741 @smallexample
30742 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ] [ --qualified ]
30743 [ -c @var{condition} ] [ --force-condition ] [ -i @var{ignore-count} ]
30744 [ -p @var{thread-id} ] [ @var{location} ]
30745 @end smallexample
30746
30747 @noindent
30748 If specified, @var{location}, can be one of:
30749
30750 @table @var
30751 @item linespec location
30752 A linespec location. @xref{Linespec Locations}.
30753
30754 @item explicit location
30755 An explicit location. @sc{gdb/mi} explicit locations are
30756 analogous to the CLI's explicit locations using the option names
30757 listed below. @xref{Explicit Locations}.
30758
30759 @table @samp
30760 @item --source @var{filename}
30761 The source file name of the location. This option requires the use
30762 of either @samp{--function} or @samp{--line}.
30763
30764 @item --function @var{function}
30765 The name of a function or method.
30766
30767 @item --label @var{label}
30768 The name of a label.
30769
30770 @item --line @var{lineoffset}
30771 An absolute or relative line offset from the start of the location.
30772 @end table
30773
30774 @item address location
30775 An address location, *@var{address}. @xref{Address Locations}.
30776 @end table
30777
30778 @noindent
30779 The possible optional parameters of this command are:
30780
30781 @table @samp
30782 @item -t
30783 Insert a temporary breakpoint.
30784 @item -h
30785 Insert a hardware breakpoint.
30786 @item -f
30787 If @var{location} cannot be parsed (for example if it
30788 refers to unknown files or functions), create a pending
30789 breakpoint. Without this flag, @value{GDBN} will report
30790 an error, and won't create a breakpoint, if @var{location}
30791 cannot be parsed.
30792 @item -d
30793 Create a disabled breakpoint.
30794 @item -a
30795 Create a tracepoint. @xref{Tracepoints}. When this parameter
30796 is used together with @samp{-h}, a fast tracepoint is created.
30797 @item -c @var{condition}
30798 Make the breakpoint conditional on @var{condition}.
30799 @item --force-condition
30800 Forcibly define the breakpoint even if the condition is invalid at
30801 all of the breakpoint locations.
30802 @item -i @var{ignore-count}
30803 Initialize the @var{ignore-count}.
30804 @item -p @var{thread-id}
30805 Restrict the breakpoint to the thread with the specified global
30806 @var{thread-id}.
30807 @item --qualified
30808 This option makes @value{GDBN} interpret a function name specified as
30809 a complete fully-qualified name.
30810 @end table
30811
30812 @subsubheading Result
30813
30814 @xref{GDB/MI Breakpoint Information}, for details on the format of the
30815 resulting breakpoint.
30816
30817 Note: this format is open to change.
30818 @c An out-of-band breakpoint instead of part of the result?
30819
30820 @subsubheading @value{GDBN} Command
30821
30822 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
30823 @samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
30824
30825 @subsubheading Example
30826
30827 @smallexample
30828 (gdb)
30829 -break-insert main
30830 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
30831 fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
30832 times="0"@}
30833 (gdb)
30834 -break-insert -t foo
30835 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
30836 fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
30837 times="0"@}
30838 (gdb)
30839 -break-list
30840 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30841 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30842 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30843 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30844 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30845 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30846 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30847 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30848 addr="0x0001072c", func="main",file="recursive2.c",
30849 fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
30850 times="0"@},
30851 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
30852 addr="0x00010774",func="foo",file="recursive2.c",
30853 fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30854 times="0"@}]@}
30855 (gdb)
30856 @c -break-insert -r foo.*
30857 @c ~int foo(int, int);
30858 @c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
30859 @c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30860 @c times="0"@}
30861 @c (gdb)
30862 @end smallexample
30863
30864 @subheading The @code{-dprintf-insert} Command
30865 @findex -dprintf-insert
30866
30867 @subsubheading Synopsis
30868
30869 @smallexample
30870 -dprintf-insert [ -t ] [ -f ] [ -d ] [ --qualified ]
30871 [ -c @var{condition} ] [--force-condition] [ -i @var{ignore-count} ]
30872 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
30873 [ @var{argument} ]
30874 @end smallexample
30875
30876 @noindent
30877 If supplied, @var{location} and @code{--qualified} may be specified
30878 the same way as for the @code{-break-insert} command.
30879 @xref{-break-insert}.
30880
30881 The possible optional parameters of this command are:
30882
30883 @table @samp
30884 @item -t
30885 Insert a temporary breakpoint.
30886 @item -f
30887 If @var{location} cannot be parsed (for example, if it
30888 refers to unknown files or functions), create a pending
30889 breakpoint. Without this flag, @value{GDBN} will report
30890 an error, and won't create a breakpoint, if @var{location}
30891 cannot be parsed.
30892 @item -d
30893 Create a disabled breakpoint.
30894 @item -c @var{condition}
30895 Make the breakpoint conditional on @var{condition}.
30896 @item --force-condition
30897 Forcibly define the breakpoint even if the condition is invalid at
30898 all of the breakpoint locations.
30899 @item -i @var{ignore-count}
30900 Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
30901 to @var{ignore-count}.
30902 @item -p @var{thread-id}
30903 Restrict the breakpoint to the thread with the specified global
30904 @var{thread-id}.
30905 @end table
30906
30907 @subsubheading Result
30908
30909 @xref{GDB/MI Breakpoint Information}, for details on the format of the
30910 resulting breakpoint.
30911
30912 @c An out-of-band breakpoint instead of part of the result?
30913
30914 @subsubheading @value{GDBN} Command
30915
30916 The corresponding @value{GDBN} command is @samp{dprintf}.
30917
30918 @subsubheading Example
30919
30920 @smallexample
30921 (gdb)
30922 4-dprintf-insert foo "At foo entry\n"
30923 4^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
30924 addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
30925 fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
30926 times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
30927 original-location="foo"@}
30928 (gdb)
30929 5-dprintf-insert 26 "arg=%d, g=%d\n" arg g
30930 5^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
30931 addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
30932 fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
30933 times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
30934 original-location="mi-dprintf.c:26"@}
30935 (gdb)
30936 @end smallexample
30937
30938 @subheading The @code{-break-list} Command
30939 @findex -break-list
30940
30941 @subsubheading Synopsis
30942
30943 @smallexample
30944 -break-list
30945 @end smallexample
30946
30947 Displays the list of inserted breakpoints, showing the following fields:
30948
30949 @table @samp
30950 @item Number
30951 number of the breakpoint
30952 @item Type
30953 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
30954 @item Disposition
30955 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
30956 or @samp{nokeep}
30957 @item Enabled
30958 is the breakpoint enabled or no: @samp{y} or @samp{n}
30959 @item Address
30960 memory location at which the breakpoint is set
30961 @item What
30962 logical location of the breakpoint, expressed by function name, file
30963 name, line number
30964 @item Thread-groups
30965 list of thread groups to which this breakpoint applies
30966 @item Times
30967 number of times the breakpoint has been hit
30968 @end table
30969
30970 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
30971 @code{body} field is an empty list.
30972
30973 @subsubheading @value{GDBN} Command
30974
30975 The corresponding @value{GDBN} command is @samp{info break}.
30976
30977 @subsubheading Example
30978
30979 @smallexample
30980 (gdb)
30981 -break-list
30982 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30983 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30984 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30985 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30986 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30987 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30988 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30989 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30990 addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
30991 times="0"@},
30992 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
30993 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
30994 line="13",thread-groups=["i1"],times="0"@}]@}
30995 (gdb)
30996 @end smallexample
30997
30998 Here's an example of the result when there are no breakpoints:
30999
31000 @smallexample
31001 (gdb)
31002 -break-list
31003 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31004 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31005 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31006 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31007 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31008 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31009 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
31010 body=[]@}
31011 (gdb)
31012 @end smallexample
31013
31014 @subheading The @code{-break-passcount} Command
31015 @findex -break-passcount
31016
31017 @subsubheading Synopsis
31018
31019 @smallexample
31020 -break-passcount @var{tracepoint-number} @var{passcount}
31021 @end smallexample
31022
31023 Set the passcount for tracepoint @var{tracepoint-number} to
31024 @var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
31025 is not a tracepoint, error is emitted. This corresponds to CLI
31026 command @samp{passcount}.
31027
31028 @subheading The @code{-break-watch} Command
31029 @findex -break-watch
31030
31031 @subsubheading Synopsis
31032
31033 @smallexample
31034 -break-watch [ -a | -r ]
31035 @end smallexample
31036
31037 Create a watchpoint. With the @samp{-a} option it will create an
31038 @dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
31039 read from or on a write to the memory location. With the @samp{-r}
31040 option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
31041 trigger only when the memory location is accessed for reading. Without
31042 either of the options, the watchpoint created is a regular watchpoint,
31043 i.e., it will trigger when the memory location is accessed for writing.
31044 @xref{Set Watchpoints, , Setting Watchpoints}.
31045
31046 Note that @samp{-break-list} will report a single list of watchpoints and
31047 breakpoints inserted.
31048
31049 @subsubheading @value{GDBN} Command
31050
31051 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
31052 @samp{rwatch}.
31053
31054 @subsubheading Example
31055
31056 Setting a watchpoint on a variable in the @code{main} function:
31057
31058 @smallexample
31059 (gdb)
31060 -break-watch x
31061 ^done,wpt=@{number="2",exp="x"@}
31062 (gdb)
31063 -exec-continue
31064 ^running
31065 (gdb)
31066 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
31067 value=@{old="-268439212",new="55"@},
31068 frame=@{func="main",args=[],file="recursive2.c",
31069 fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
31070 (gdb)
31071 @end smallexample
31072
31073 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
31074 the program execution twice: first for the variable changing value, then
31075 for the watchpoint going out of scope.
31076
31077 @smallexample
31078 (gdb)
31079 -break-watch C
31080 ^done,wpt=@{number="5",exp="C"@}
31081 (gdb)
31082 -exec-continue
31083 ^running
31084 (gdb)
31085 *stopped,reason="watchpoint-trigger",
31086 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
31087 frame=@{func="callee4",args=[],
31088 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31089 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31090 arch="i386:x86_64"@}
31091 (gdb)
31092 -exec-continue
31093 ^running
31094 (gdb)
31095 *stopped,reason="watchpoint-scope",wpnum="5",
31096 frame=@{func="callee3",args=[@{name="strarg",
31097 value="0x11940 \"A string argument.\""@}],
31098 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31099 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31100 arch="i386:x86_64"@}
31101 (gdb)
31102 @end smallexample
31103
31104 Listing breakpoints and watchpoints, at different points in the program
31105 execution. Note that once the watchpoint goes out of scope, it is
31106 deleted.
31107
31108 @smallexample
31109 (gdb)
31110 -break-watch C
31111 ^done,wpt=@{number="2",exp="C"@}
31112 (gdb)
31113 -break-list
31114 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31115 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31116 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31117 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31118 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31119 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31120 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
31121 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31122 addr="0x00010734",func="callee4",
31123 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31124 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
31125 times="1"@},
31126 bkpt=@{number="2",type="watchpoint",disp="keep",
31127 enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
31128 (gdb)
31129 -exec-continue
31130 ^running
31131 (gdb)
31132 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
31133 value=@{old="-276895068",new="3"@},
31134 frame=@{func="callee4",args=[],
31135 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31136 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31137 arch="i386:x86_64"@}
31138 (gdb)
31139 -break-list
31140 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31141 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31142 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31143 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31144 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31145 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31146 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
31147 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31148 addr="0x00010734",func="callee4",
31149 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31150 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
31151 times="1"@},
31152 bkpt=@{number="2",type="watchpoint",disp="keep",
31153 enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
31154 (gdb)
31155 -exec-continue
31156 ^running
31157 ^done,reason="watchpoint-scope",wpnum="2",
31158 frame=@{func="callee3",args=[@{name="strarg",
31159 value="0x11940 \"A string argument.\""@}],
31160 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31161 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31162 arch="i386:x86_64"@}
31163 (gdb)
31164 -break-list
31165 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31166 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31167 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31168 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31169 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31170 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31171 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
31172 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31173 addr="0x00010734",func="callee4",
31174 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31175 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
31176 thread-groups=["i1"],times="1"@}]@}
31177 (gdb)
31178 @end smallexample
31179
31180
31181 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31182 @node GDB/MI Catchpoint Commands
31183 @section @sc{gdb/mi} Catchpoint Commands
31184
31185 This section documents @sc{gdb/mi} commands for manipulating
31186 catchpoints.
31187
31188 @menu
31189 * Shared Library GDB/MI Catchpoint Commands::
31190 * Ada Exception GDB/MI Catchpoint Commands::
31191 * C++ Exception GDB/MI Catchpoint Commands::
31192 @end menu
31193
31194 @node Shared Library GDB/MI Catchpoint Commands
31195 @subsection Shared Library @sc{gdb/mi} Catchpoints
31196
31197 @subheading The @code{-catch-load} Command
31198 @findex -catch-load
31199
31200 @subsubheading Synopsis
31201
31202 @smallexample
31203 -catch-load [ -t ] [ -d ] @var{regexp}
31204 @end smallexample
31205
31206 Add a catchpoint for library load events. If the @samp{-t} option is used,
31207 the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
31208 Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
31209 in a disabled state. The @samp{regexp} argument is a regular
31210 expression used to match the name of the loaded library.
31211
31212
31213 @subsubheading @value{GDBN} Command
31214
31215 The corresponding @value{GDBN} command is @samp{catch load}.
31216
31217 @subsubheading Example
31218
31219 @smallexample
31220 -catch-load -t foo.so
31221 ^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
31222 what="load of library matching foo.so",catch-type="load",times="0"@}
31223 (gdb)
31224 @end smallexample
31225
31226
31227 @subheading The @code{-catch-unload} Command
31228 @findex -catch-unload
31229
31230 @subsubheading Synopsis
31231
31232 @smallexample
31233 -catch-unload [ -t ] [ -d ] @var{regexp}
31234 @end smallexample
31235
31236 Add a catchpoint for library unload events. If the @samp{-t} option is
31237 used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
31238 Breakpoints}). If the @samp{-d} option is used, the catchpoint is
31239 created in a disabled state. The @samp{regexp} argument is a regular
31240 expression used to match the name of the unloaded library.
31241
31242 @subsubheading @value{GDBN} Command
31243
31244 The corresponding @value{GDBN} command is @samp{catch unload}.
31245
31246 @subsubheading Example
31247
31248 @smallexample
31249 -catch-unload -d bar.so
31250 ^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
31251 what="load of library matching bar.so",catch-type="unload",times="0"@}
31252 (gdb)
31253 @end smallexample
31254
31255 @node Ada Exception GDB/MI Catchpoint Commands
31256 @subsection Ada Exception @sc{gdb/mi} Catchpoints
31257
31258 The following @sc{gdb/mi} commands can be used to create catchpoints
31259 that stop the execution when Ada exceptions are being raised.
31260
31261 @subheading The @code{-catch-assert} Command
31262 @findex -catch-assert
31263
31264 @subsubheading Synopsis
31265
31266 @smallexample
31267 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
31268 @end smallexample
31269
31270 Add a catchpoint for failed Ada assertions.
31271
31272 The possible optional parameters for this command are:
31273
31274 @table @samp
31275 @item -c @var{condition}
31276 Make the catchpoint conditional on @var{condition}.
31277 @item -d
31278 Create a disabled catchpoint.
31279 @item -t
31280 Create a temporary catchpoint.
31281 @end table
31282
31283 @subsubheading @value{GDBN} Command
31284
31285 The corresponding @value{GDBN} command is @samp{catch assert}.
31286
31287 @subsubheading Example
31288
31289 @smallexample
31290 -catch-assert
31291 ^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
31292 enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
31293 thread-groups=["i1"],times="0",
31294 original-location="__gnat_debug_raise_assert_failure"@}
31295 (gdb)
31296 @end smallexample
31297
31298 @subheading The @code{-catch-exception} Command
31299 @findex -catch-exception
31300
31301 @subsubheading Synopsis
31302
31303 @smallexample
31304 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
31305 [ -t ] [ -u ]
31306 @end smallexample
31307
31308 Add a catchpoint stopping when Ada exceptions are raised.
31309 By default, the command stops the program when any Ada exception
31310 gets raised. But it is also possible, by using some of the
31311 optional parameters described below, to create more selective
31312 catchpoints.
31313
31314 The possible optional parameters for this command are:
31315
31316 @table @samp
31317 @item -c @var{condition}
31318 Make the catchpoint conditional on @var{condition}.
31319 @item -d
31320 Create a disabled catchpoint.
31321 @item -e @var{exception-name}
31322 Only stop when @var{exception-name} is raised. This option cannot
31323 be used combined with @samp{-u}.
31324 @item -t
31325 Create a temporary catchpoint.
31326 @item -u
31327 Stop only when an unhandled exception gets raised. This option
31328 cannot be used combined with @samp{-e}.
31329 @end table
31330
31331 @subsubheading @value{GDBN} Command
31332
31333 The corresponding @value{GDBN} commands are @samp{catch exception}
31334 and @samp{catch exception unhandled}.
31335
31336 @subsubheading Example
31337
31338 @smallexample
31339 -catch-exception -e Program_Error
31340 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31341 enabled="y",addr="0x0000000000404874",
31342 what="`Program_Error' Ada exception", thread-groups=["i1"],
31343 times="0",original-location="__gnat_debug_raise_exception"@}
31344 (gdb)
31345 @end smallexample
31346
31347 @subheading The @code{-catch-handlers} Command
31348 @findex -catch-handlers
31349
31350 @subsubheading Synopsis
31351
31352 @smallexample
31353 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
31354 [ -t ]
31355 @end smallexample
31356
31357 Add a catchpoint stopping when Ada exceptions are handled.
31358 By default, the command stops the program when any Ada exception
31359 gets handled. But it is also possible, by using some of the
31360 optional parameters described below, to create more selective
31361 catchpoints.
31362
31363 The possible optional parameters for this command are:
31364
31365 @table @samp
31366 @item -c @var{condition}
31367 Make the catchpoint conditional on @var{condition}.
31368 @item -d
31369 Create a disabled catchpoint.
31370 @item -e @var{exception-name}
31371 Only stop when @var{exception-name} is handled.
31372 @item -t
31373 Create a temporary catchpoint.
31374 @end table
31375
31376 @subsubheading @value{GDBN} Command
31377
31378 The corresponding @value{GDBN} command is @samp{catch handlers}.
31379
31380 @subsubheading Example
31381
31382 @smallexample
31383 -catch-handlers -e Constraint_Error
31384 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31385 enabled="y",addr="0x0000000000402f68",
31386 what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
31387 times="0",original-location="__gnat_begin_handler"@}
31388 (gdb)
31389 @end smallexample
31390
31391 @node C++ Exception GDB/MI Catchpoint Commands
31392 @subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
31393
31394 The following @sc{gdb/mi} commands can be used to create catchpoints
31395 that stop the execution when C@t{++} exceptions are being throw, rethrown,
31396 or caught.
31397
31398 @subheading The @code{-catch-throw} Command
31399 @findex -catch-throw
31400
31401 @subsubheading Synopsis
31402
31403 @smallexample
31404 -catch-throw [ -t ] [ -r @var{regexp}]
31405 @end smallexample
31406
31407 Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
31408 given, then only exceptions whose type matches the regular expression
31409 will be caught.
31410
31411 If @samp{-t} is given, then the catchpoint is enabled only for one
31412 stop, the catchpoint is automatically deleted after stopping once for
31413 the event.
31414
31415 @subsubheading @value{GDBN} Command
31416
31417 The corresponding @value{GDBN} commands are @samp{catch throw}
31418 and @samp{tcatch throw} (@pxref{Set Catchpoints}).
31419
31420 @subsubheading Example
31421
31422 @smallexample
31423 -catch-throw -r exception_type
31424 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31425 what="exception throw",catch-type="throw",
31426 thread-groups=["i1"],
31427 regexp="exception_type",times="0"@}
31428 (gdb)
31429 -exec-run
31430 ^running
31431 (gdb)
31432 ~"\n"
31433 ~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
31434 in __cxa_throw () from /lib64/libstdc++.so.6\n"
31435 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31436 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
31437 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31438 thread-id="1",stopped-threads="all",core="6"
31439 (gdb)
31440 @end smallexample
31441
31442 @subheading The @code{-catch-rethrow} Command
31443 @findex -catch-rethrow
31444
31445 @subsubheading Synopsis
31446
31447 @smallexample
31448 -catch-rethrow [ -t ] [ -r @var{regexp}]
31449 @end smallexample
31450
31451 Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
31452 then only exceptions whose type matches the regular expression will be
31453 caught.
31454
31455 If @samp{-t} is given, then the catchpoint is enabled only for one
31456 stop, the catchpoint is automatically deleted after the first event is
31457 caught.
31458
31459 @subsubheading @value{GDBN} Command
31460
31461 The corresponding @value{GDBN} commands are @samp{catch rethrow}
31462 and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
31463
31464 @subsubheading Example
31465
31466 @smallexample
31467 -catch-rethrow -r exception_type
31468 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31469 what="exception rethrow",catch-type="rethrow",
31470 thread-groups=["i1"],
31471 regexp="exception_type",times="0"@}
31472 (gdb)
31473 -exec-run
31474 ^running
31475 (gdb)
31476 ~"\n"
31477 ~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
31478 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
31479 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31480 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
31481 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31482 thread-id="1",stopped-threads="all",core="6"
31483 (gdb)
31484 @end smallexample
31485
31486 @subheading The @code{-catch-catch} Command
31487 @findex -catch-catch
31488
31489 @subsubheading Synopsis
31490
31491 @smallexample
31492 -catch-catch [ -t ] [ -r @var{regexp}]
31493 @end smallexample
31494
31495 Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
31496 is given, then only exceptions whose type matches the regular
31497 expression will be caught.
31498
31499 If @samp{-t} is given, then the catchpoint is enabled only for one
31500 stop, the catchpoint is automatically deleted after the first event is
31501 caught.
31502
31503 @subsubheading @value{GDBN} Command
31504
31505 The corresponding @value{GDBN} commands are @samp{catch catch}
31506 and @samp{tcatch catch} (@pxref{Set Catchpoints}).
31507
31508 @subsubheading Example
31509
31510 @smallexample
31511 -catch-catch -r exception_type
31512 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31513 what="exception catch",catch-type="catch",
31514 thread-groups=["i1"],
31515 regexp="exception_type",times="0"@}
31516 (gdb)
31517 -exec-run
31518 ^running
31519 (gdb)
31520 ~"\n"
31521 ~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
31522 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
31523 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31524 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
31525 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31526 thread-id="1",stopped-threads="all",core="6"
31527 (gdb)
31528 @end smallexample
31529
31530 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31531 @node GDB/MI Program Context
31532 @section @sc{gdb/mi} Program Context
31533
31534 @subheading The @code{-exec-arguments} Command
31535 @findex -exec-arguments
31536
31537
31538 @subsubheading Synopsis
31539
31540 @smallexample
31541 -exec-arguments @var{args}
31542 @end smallexample
31543
31544 Set the inferior program arguments, to be used in the next
31545 @samp{-exec-run}.
31546
31547 @subsubheading @value{GDBN} Command
31548
31549 The corresponding @value{GDBN} command is @samp{set args}.
31550
31551 @subsubheading Example
31552
31553 @smallexample
31554 (gdb)
31555 -exec-arguments -v word
31556 ^done
31557 (gdb)
31558 @end smallexample
31559
31560
31561 @ignore
31562 @subheading The @code{-exec-show-arguments} Command
31563 @findex -exec-show-arguments
31564
31565 @subsubheading Synopsis
31566
31567 @smallexample
31568 -exec-show-arguments
31569 @end smallexample
31570
31571 Print the arguments of the program.
31572
31573 @subsubheading @value{GDBN} Command
31574
31575 The corresponding @value{GDBN} command is @samp{show args}.
31576
31577 @subsubheading Example
31578 N.A.
31579 @end ignore
31580
31581
31582 @subheading The @code{-environment-cd} Command
31583 @findex -environment-cd
31584
31585 @subsubheading Synopsis
31586
31587 @smallexample
31588 -environment-cd @var{pathdir}
31589 @end smallexample
31590
31591 Set @value{GDBN}'s working directory.
31592
31593 @subsubheading @value{GDBN} Command
31594
31595 The corresponding @value{GDBN} command is @samp{cd}.
31596
31597 @subsubheading Example
31598
31599 @smallexample
31600 (gdb)
31601 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31602 ^done
31603 (gdb)
31604 @end smallexample
31605
31606
31607 @subheading The @code{-environment-directory} Command
31608 @findex -environment-directory
31609
31610 @subsubheading Synopsis
31611
31612 @smallexample
31613 -environment-directory [ -r ] [ @var{pathdir} ]+
31614 @end smallexample
31615
31616 Add directories @var{pathdir} to beginning of search path for source files.
31617 If the @samp{-r} option is used, the search path is reset to the default
31618 search path. If directories @var{pathdir} are supplied in addition to the
31619 @samp{-r} option, the search path is first reset and then addition
31620 occurs as normal.
31621 Multiple directories may be specified, separated by blanks. Specifying
31622 multiple directories in a single command
31623 results in the directories added to the beginning of the
31624 search path in the same order they were presented in the command.
31625 If blanks are needed as
31626 part of a directory name, double-quotes should be used around
31627 the name. In the command output, the path will show up separated
31628 by the system directory-separator character. The directory-separator
31629 character must not be used
31630 in any directory name.
31631 If no directories are specified, the current search path is displayed.
31632
31633 @subsubheading @value{GDBN} Command
31634
31635 The corresponding @value{GDBN} command is @samp{dir}.
31636
31637 @subsubheading Example
31638
31639 @smallexample
31640 (gdb)
31641 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31642 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
31643 (gdb)
31644 -environment-directory ""
31645 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
31646 (gdb)
31647 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
31648 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
31649 (gdb)
31650 -environment-directory -r
31651 ^done,source-path="$cdir:$cwd"
31652 (gdb)
31653 @end smallexample
31654
31655
31656 @subheading The @code{-environment-path} Command
31657 @findex -environment-path
31658
31659 @subsubheading Synopsis
31660
31661 @smallexample
31662 -environment-path [ -r ] [ @var{pathdir} ]+
31663 @end smallexample
31664
31665 Add directories @var{pathdir} to beginning of search path for object files.
31666 If the @samp{-r} option is used, the search path is reset to the original
31667 search path that existed at gdb start-up. If directories @var{pathdir} are
31668 supplied in addition to the
31669 @samp{-r} option, the search path is first reset and then addition
31670 occurs as normal.
31671 Multiple directories may be specified, separated by blanks. Specifying
31672 multiple directories in a single command
31673 results in the directories added to the beginning of the
31674 search path in the same order they were presented in the command.
31675 If blanks are needed as
31676 part of a directory name, double-quotes should be used around
31677 the name. In the command output, the path will show up separated
31678 by the system directory-separator character. The directory-separator
31679 character must not be used
31680 in any directory name.
31681 If no directories are specified, the current path is displayed.
31682
31683
31684 @subsubheading @value{GDBN} Command
31685
31686 The corresponding @value{GDBN} command is @samp{path}.
31687
31688 @subsubheading Example
31689
31690 @smallexample
31691 (gdb)
31692 -environment-path
31693 ^done,path="/usr/bin"
31694 (gdb)
31695 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
31696 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
31697 (gdb)
31698 -environment-path -r /usr/local/bin
31699 ^done,path="/usr/local/bin:/usr/bin"
31700 (gdb)
31701 @end smallexample
31702
31703
31704 @subheading The @code{-environment-pwd} Command
31705 @findex -environment-pwd
31706
31707 @subsubheading Synopsis
31708
31709 @smallexample
31710 -environment-pwd
31711 @end smallexample
31712
31713 Show the current working directory.
31714
31715 @subsubheading @value{GDBN} Command
31716
31717 The corresponding @value{GDBN} command is @samp{pwd}.
31718
31719 @subsubheading Example
31720
31721 @smallexample
31722 (gdb)
31723 -environment-pwd
31724 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
31725 (gdb)
31726 @end smallexample
31727
31728 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31729 @node GDB/MI Thread Commands
31730 @section @sc{gdb/mi} Thread Commands
31731
31732
31733 @subheading The @code{-thread-info} Command
31734 @findex -thread-info
31735
31736 @subsubheading Synopsis
31737
31738 @smallexample
31739 -thread-info [ @var{thread-id} ]
31740 @end smallexample
31741
31742 Reports information about either a specific thread, if the
31743 @var{thread-id} parameter is present, or about all threads.
31744 @var{thread-id} is the thread's global thread ID. When printing
31745 information about all threads, also reports the global ID of the
31746 current thread.
31747
31748 @subsubheading @value{GDBN} Command
31749
31750 The @samp{info thread} command prints the same information
31751 about all threads.
31752
31753 @subsubheading Result
31754
31755 The result contains the following attributes:
31756
31757 @table @samp
31758 @item threads
31759 A list of threads. The format of the elements of the list is described in
31760 @ref{GDB/MI Thread Information}.
31761
31762 @item current-thread-id
31763 The global id of the currently selected thread. This field is omitted if there
31764 is no selected thread (for example, when the selected inferior is not running,
31765 and therefore has no threads) or if a @var{thread-id} argument was passed to
31766 the command.
31767
31768 @end table
31769
31770 @subsubheading Example
31771
31772 @smallexample
31773 -thread-info
31774 ^done,threads=[
31775 @{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
31776 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
31777 args=[]@},state="running"@},
31778 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
31779 frame=@{level="0",addr="0x0804891f",func="foo",
31780 args=[@{name="i",value="10"@}],
31781 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
31782 state="running"@}],
31783 current-thread-id="1"
31784 (gdb)
31785 @end smallexample
31786
31787 @subheading The @code{-thread-list-ids} Command
31788 @findex -thread-list-ids
31789
31790 @subsubheading Synopsis
31791
31792 @smallexample
31793 -thread-list-ids
31794 @end smallexample
31795
31796 Produces a list of the currently known global @value{GDBN} thread ids.
31797 At the end of the list it also prints the total number of such
31798 threads.
31799
31800 This command is retained for historical reasons, the
31801 @code{-thread-info} command should be used instead.
31802
31803 @subsubheading @value{GDBN} Command
31804
31805 Part of @samp{info threads} supplies the same information.
31806
31807 @subsubheading Example
31808
31809 @smallexample
31810 (gdb)
31811 -thread-list-ids
31812 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31813 current-thread-id="1",number-of-threads="3"
31814 (gdb)
31815 @end smallexample
31816
31817
31818 @subheading The @code{-thread-select} Command
31819 @findex -thread-select
31820
31821 @subsubheading Synopsis
31822
31823 @smallexample
31824 -thread-select @var{thread-id}
31825 @end smallexample
31826
31827 Make thread with global thread number @var{thread-id} the current
31828 thread. It prints the number of the new current thread, and the
31829 topmost frame for that thread.
31830
31831 This command is deprecated in favor of explicitly using the
31832 @samp{--thread} option to each command.
31833
31834 @subsubheading @value{GDBN} Command
31835
31836 The corresponding @value{GDBN} command is @samp{thread}.
31837
31838 @subsubheading Example
31839
31840 @smallexample
31841 (gdb)
31842 -exec-next
31843 ^running
31844 (gdb)
31845 *stopped,reason="end-stepping-range",thread-id="2",line="187",
31846 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
31847 (gdb)
31848 -thread-list-ids
31849 ^done,
31850 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31851 number-of-threads="3"
31852 (gdb)
31853 -thread-select 3
31854 ^done,new-thread-id="3",
31855 frame=@{level="0",func="vprintf",
31856 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
31857 @{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
31858 (gdb)
31859 @end smallexample
31860
31861 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31862 @node GDB/MI Ada Tasking Commands
31863 @section @sc{gdb/mi} Ada Tasking Commands
31864
31865 @subheading The @code{-ada-task-info} Command
31866 @findex -ada-task-info
31867
31868 @subsubheading Synopsis
31869
31870 @smallexample
31871 -ada-task-info [ @var{task-id} ]
31872 @end smallexample
31873
31874 Reports information about either a specific Ada task, if the
31875 @var{task-id} parameter is present, or about all Ada tasks.
31876
31877 @subsubheading @value{GDBN} Command
31878
31879 The @samp{info tasks} command prints the same information
31880 about all Ada tasks (@pxref{Ada Tasks}).
31881
31882 @subsubheading Result
31883
31884 The result is a table of Ada tasks. The following columns are
31885 defined for each Ada task:
31886
31887 @table @samp
31888 @item current
31889 This field exists only for the current thread. It has the value @samp{*}.
31890
31891 @item id
31892 The identifier that @value{GDBN} uses to refer to the Ada task.
31893
31894 @item task-id
31895 The identifier that the target uses to refer to the Ada task.
31896
31897 @item thread-id
31898 The global thread identifier of the thread corresponding to the Ada
31899 task.
31900
31901 This field should always exist, as Ada tasks are always implemented
31902 on top of a thread. But if @value{GDBN} cannot find this corresponding
31903 thread for any reason, the field is omitted.
31904
31905 @item parent-id
31906 This field exists only when the task was created by another task.
31907 In this case, it provides the ID of the parent task.
31908
31909 @item priority
31910 The base priority of the task.
31911
31912 @item state
31913 The current state of the task. For a detailed description of the
31914 possible states, see @ref{Ada Tasks}.
31915
31916 @item name
31917 The name of the task.
31918
31919 @end table
31920
31921 @subsubheading Example
31922
31923 @smallexample
31924 -ada-task-info
31925 ^done,tasks=@{nr_rows="3",nr_cols="8",
31926 hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
31927 @{width="3",alignment="1",col_name="id",colhdr="ID"@},
31928 @{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
31929 @{width="4",alignment="1",col_name="thread-id",colhdr=""@},
31930 @{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
31931 @{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
31932 @{width="22",alignment="-1",col_name="state",colhdr="State"@},
31933 @{width="1",alignment="2",col_name="name",colhdr="Name"@}],
31934 body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
31935 state="Child Termination Wait",name="main_task"@}]@}
31936 (gdb)
31937 @end smallexample
31938
31939 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31940 @node GDB/MI Program Execution
31941 @section @sc{gdb/mi} Program Execution
31942
31943 These are the asynchronous commands which generate the out-of-band
31944 record @samp{*stopped}. Currently @value{GDBN} only really executes
31945 asynchronously with remote targets and this interaction is mimicked in
31946 other cases.
31947
31948 @subheading The @code{-exec-continue} Command
31949 @findex -exec-continue
31950
31951 @subsubheading Synopsis
31952
31953 @smallexample
31954 -exec-continue [--reverse] [--all|--thread-group N]
31955 @end smallexample
31956
31957 Resumes the execution of the inferior program, which will continue
31958 to execute until it reaches a debugger stop event. If the
31959 @samp{--reverse} option is specified, execution resumes in reverse until
31960 it reaches a stop event. Stop events may include
31961 @itemize @bullet
31962 @item
31963 breakpoints or watchpoints
31964 @item
31965 signals or exceptions
31966 @item
31967 the end of the process (or its beginning under @samp{--reverse})
31968 @item
31969 the end or beginning of a replay log if one is being used.
31970 @end itemize
31971 In all-stop mode (@pxref{All-Stop
31972 Mode}), may resume only one thread, or all threads, depending on the
31973 value of the @samp{scheduler-locking} variable. If @samp{--all} is
31974 specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
31975 ignored in all-stop mode. If the @samp{--thread-group} options is
31976 specified, then all threads in that thread group are resumed.
31977
31978 @subsubheading @value{GDBN} Command
31979
31980 The corresponding @value{GDBN} corresponding is @samp{continue}.
31981
31982 @subsubheading Example
31983
31984 @smallexample
31985 -exec-continue
31986 ^running
31987 (gdb)
31988 @@Hello world
31989 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
31990 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
31991 line="13",arch="i386:x86_64"@}
31992 (gdb)
31993 @end smallexample
31994
31995
31996 @subheading The @code{-exec-finish} Command
31997 @findex -exec-finish
31998
31999 @subsubheading Synopsis
32000
32001 @smallexample
32002 -exec-finish [--reverse]
32003 @end smallexample
32004
32005 Resumes the execution of the inferior program until the current
32006 function is exited. Displays the results returned by the function.
32007 If the @samp{--reverse} option is specified, resumes the reverse
32008 execution of the inferior program until the point where current
32009 function was called.
32010
32011 @subsubheading @value{GDBN} Command
32012
32013 The corresponding @value{GDBN} command is @samp{finish}.
32014
32015 @subsubheading Example
32016
32017 Function returning @code{void}.
32018
32019 @smallexample
32020 -exec-finish
32021 ^running
32022 (gdb)
32023 @@hello from foo
32024 *stopped,reason="function-finished",frame=@{func="main",args=[],
32025 file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
32026 (gdb)
32027 @end smallexample
32028
32029 Function returning other than @code{void}. The name of the internal
32030 @value{GDBN} variable storing the result is printed, together with the
32031 value itself.
32032
32033 @smallexample
32034 -exec-finish
32035 ^running
32036 (gdb)
32037 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
32038 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
32039 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32040 arch="i386:x86_64"@},
32041 gdb-result-var="$1",return-value="0"
32042 (gdb)
32043 @end smallexample
32044
32045
32046 @subheading The @code{-exec-interrupt} Command
32047 @findex -exec-interrupt
32048
32049 @subsubheading Synopsis
32050
32051 @smallexample
32052 -exec-interrupt [--all|--thread-group N]
32053 @end smallexample
32054
32055 Interrupts the background execution of the target. Note how the token
32056 associated with the stop message is the one for the execution command
32057 that has been interrupted. The token for the interrupt itself only
32058 appears in the @samp{^done} output. If the user is trying to
32059 interrupt a non-running program, an error message will be printed.
32060
32061 Note that when asynchronous execution is enabled, this command is
32062 asynchronous just like other execution commands. That is, first the
32063 @samp{^done} response will be printed, and the target stop will be
32064 reported after that using the @samp{*stopped} notification.
32065
32066 In non-stop mode, only the context thread is interrupted by default.
32067 All threads (in all inferiors) will be interrupted if the
32068 @samp{--all} option is specified. If the @samp{--thread-group}
32069 option is specified, all threads in that group will be interrupted.
32070
32071 @subsubheading @value{GDBN} Command
32072
32073 The corresponding @value{GDBN} command is @samp{interrupt}.
32074
32075 @subsubheading Example
32076
32077 @smallexample
32078 (gdb)
32079 111-exec-continue
32080 111^running
32081
32082 (gdb)
32083 222-exec-interrupt
32084 222^done
32085 (gdb)
32086 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
32087 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
32088 fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
32089 (gdb)
32090
32091 (gdb)
32092 -exec-interrupt
32093 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
32094 (gdb)
32095 @end smallexample
32096
32097 @subheading The @code{-exec-jump} Command
32098 @findex -exec-jump
32099
32100 @subsubheading Synopsis
32101
32102 @smallexample
32103 -exec-jump @var{location}
32104 @end smallexample
32105
32106 Resumes execution of the inferior program at the location specified by
32107 parameter. @xref{Specify Location}, for a description of the
32108 different forms of @var{location}.
32109
32110 @subsubheading @value{GDBN} Command
32111
32112 The corresponding @value{GDBN} command is @samp{jump}.
32113
32114 @subsubheading Example
32115
32116 @smallexample
32117 -exec-jump foo.c:10
32118 *running,thread-id="all"
32119 ^running
32120 @end smallexample
32121
32122
32123 @subheading The @code{-exec-next} Command
32124 @findex -exec-next
32125
32126 @subsubheading Synopsis
32127
32128 @smallexample
32129 -exec-next [--reverse]
32130 @end smallexample
32131
32132 Resumes execution of the inferior program, stopping when the beginning
32133 of the next source line is reached.
32134
32135 If the @samp{--reverse} option is specified, resumes reverse execution
32136 of the inferior program, stopping at the beginning of the previous
32137 source line. If you issue this command on the first line of a
32138 function, it will take you back to the caller of that function, to the
32139 source line where the function was called.
32140
32141
32142 @subsubheading @value{GDBN} Command
32143
32144 The corresponding @value{GDBN} command is @samp{next}.
32145
32146 @subsubheading Example
32147
32148 @smallexample
32149 -exec-next
32150 ^running
32151 (gdb)
32152 *stopped,reason="end-stepping-range",line="8",file="hello.c"
32153 (gdb)
32154 @end smallexample
32155
32156
32157 @subheading The @code{-exec-next-instruction} Command
32158 @findex -exec-next-instruction
32159
32160 @subsubheading Synopsis
32161
32162 @smallexample
32163 -exec-next-instruction [--reverse]
32164 @end smallexample
32165
32166 Executes one machine instruction. If the instruction is a function
32167 call, continues until the function returns. If the program stops at an
32168 instruction in the middle of a source line, the address will be
32169 printed as well.
32170
32171 If the @samp{--reverse} option is specified, resumes reverse execution
32172 of the inferior program, stopping at the previous instruction. If the
32173 previously executed instruction was a return from another function,
32174 it will continue to execute in reverse until the call to that function
32175 (from the current stack frame) is reached.
32176
32177 @subsubheading @value{GDBN} Command
32178
32179 The corresponding @value{GDBN} command is @samp{nexti}.
32180
32181 @subsubheading Example
32182
32183 @smallexample
32184 (gdb)
32185 -exec-next-instruction
32186 ^running
32187
32188 (gdb)
32189 *stopped,reason="end-stepping-range",
32190 addr="0x000100d4",line="5",file="hello.c"
32191 (gdb)
32192 @end smallexample
32193
32194
32195 @subheading The @code{-exec-return} Command
32196 @findex -exec-return
32197
32198 @subsubheading Synopsis
32199
32200 @smallexample
32201 -exec-return
32202 @end smallexample
32203
32204 Makes current function return immediately. Doesn't execute the inferior.
32205 Displays the new current frame.
32206
32207 @subsubheading @value{GDBN} Command
32208
32209 The corresponding @value{GDBN} command is @samp{return}.
32210
32211 @subsubheading Example
32212
32213 @smallexample
32214 (gdb)
32215 200-break-insert callee4
32216 200^done,bkpt=@{number="1",addr="0x00010734",
32217 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
32218 (gdb)
32219 000-exec-run
32220 000^running
32221 (gdb)
32222 000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
32223 frame=@{func="callee4",args=[],
32224 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32225 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
32226 arch="i386:x86_64"@}
32227 (gdb)
32228 205-break-delete
32229 205^done
32230 (gdb)
32231 111-exec-return
32232 111^done,frame=@{level="0",func="callee3",
32233 args=[@{name="strarg",
32234 value="0x11940 \"A string argument.\""@}],
32235 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32236 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
32237 arch="i386:x86_64"@}
32238 (gdb)
32239 @end smallexample
32240
32241
32242 @subheading The @code{-exec-run} Command
32243 @findex -exec-run
32244
32245 @subsubheading Synopsis
32246
32247 @smallexample
32248 -exec-run [ --all | --thread-group N ] [ --start ]
32249 @end smallexample
32250
32251 Starts execution of the inferior from the beginning. The inferior
32252 executes until either a breakpoint is encountered or the program
32253 exits. In the latter case the output will include an exit code, if
32254 the program has exited exceptionally.
32255
32256 When neither the @samp{--all} nor the @samp{--thread-group} option
32257 is specified, the current inferior is started. If the
32258 @samp{--thread-group} option is specified, it should refer to a thread
32259 group of type @samp{process}, and that thread group will be started.
32260 If the @samp{--all} option is specified, then all inferiors will be started.
32261
32262 Using the @samp{--start} option instructs the debugger to stop
32263 the execution at the start of the inferior's main subprogram,
32264 following the same behavior as the @code{start} command
32265 (@pxref{Starting}).
32266
32267 @subsubheading @value{GDBN} Command
32268
32269 The corresponding @value{GDBN} command is @samp{run}.
32270
32271 @subsubheading Examples
32272
32273 @smallexample
32274 (gdb)
32275 -break-insert main
32276 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
32277 (gdb)
32278 -exec-run
32279 ^running
32280 (gdb)
32281 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
32282 frame=@{func="main",args=[],file="recursive2.c",
32283 fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
32284 (gdb)
32285 @end smallexample
32286
32287 @noindent
32288 Program exited normally:
32289
32290 @smallexample
32291 (gdb)
32292 -exec-run
32293 ^running
32294 (gdb)
32295 x = 55
32296 *stopped,reason="exited-normally"
32297 (gdb)
32298 @end smallexample
32299
32300 @noindent
32301 Program exited exceptionally:
32302
32303 @smallexample
32304 (gdb)
32305 -exec-run
32306 ^running
32307 (gdb)
32308 x = 55
32309 *stopped,reason="exited",exit-code="01"
32310 (gdb)
32311 @end smallexample
32312
32313 Another way the program can terminate is if it receives a signal such as
32314 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
32315
32316 @smallexample
32317 (gdb)
32318 *stopped,reason="exited-signalled",signal-name="SIGINT",
32319 signal-meaning="Interrupt"
32320 @end smallexample
32321
32322
32323 @c @subheading -exec-signal
32324
32325
32326 @subheading The @code{-exec-step} Command
32327 @findex -exec-step
32328
32329 @subsubheading Synopsis
32330
32331 @smallexample
32332 -exec-step [--reverse]
32333 @end smallexample
32334
32335 Resumes execution of the inferior program, stopping when the beginning
32336 of the next source line is reached, if the next source line is not a
32337 function call. If it is, stop at the first instruction of the called
32338 function. If the @samp{--reverse} option is specified, resumes reverse
32339 execution of the inferior program, stopping at the beginning of the
32340 previously executed source line.
32341
32342 @subsubheading @value{GDBN} Command
32343
32344 The corresponding @value{GDBN} command is @samp{step}.
32345
32346 @subsubheading Example
32347
32348 Stepping into a function:
32349
32350 @smallexample
32351 -exec-step
32352 ^running
32353 (gdb)
32354 *stopped,reason="end-stepping-range",
32355 frame=@{func="foo",args=[@{name="a",value="10"@},
32356 @{name="b",value="0"@}],file="recursive2.c",
32357 fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
32358 (gdb)
32359 @end smallexample
32360
32361 Regular stepping:
32362
32363 @smallexample
32364 -exec-step
32365 ^running
32366 (gdb)
32367 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
32368 (gdb)
32369 @end smallexample
32370
32371
32372 @subheading The @code{-exec-step-instruction} Command
32373 @findex -exec-step-instruction
32374
32375 @subsubheading Synopsis
32376
32377 @smallexample
32378 -exec-step-instruction [--reverse]
32379 @end smallexample
32380
32381 Resumes the inferior which executes one machine instruction. If the
32382 @samp{--reverse} option is specified, resumes reverse execution of the
32383 inferior program, stopping at the previously executed instruction.
32384 The output, once @value{GDBN} has stopped, will vary depending on
32385 whether we have stopped in the middle of a source line or not. In the
32386 former case, the address at which the program stopped will be printed
32387 as well.
32388
32389 @subsubheading @value{GDBN} Command
32390
32391 The corresponding @value{GDBN} command is @samp{stepi}.
32392
32393 @subsubheading Example
32394
32395 @smallexample
32396 (gdb)
32397 -exec-step-instruction
32398 ^running
32399
32400 (gdb)
32401 *stopped,reason="end-stepping-range",
32402 frame=@{func="foo",args=[],file="try.c",
32403 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
32404 (gdb)
32405 -exec-step-instruction
32406 ^running
32407
32408 (gdb)
32409 *stopped,reason="end-stepping-range",
32410 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
32411 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
32412 (gdb)
32413 @end smallexample
32414
32415
32416 @subheading The @code{-exec-until} Command
32417 @findex -exec-until
32418
32419 @subsubheading Synopsis
32420
32421 @smallexample
32422 -exec-until [ @var{location} ]
32423 @end smallexample
32424
32425 Executes the inferior until the @var{location} specified in the
32426 argument is reached. If there is no argument, the inferior executes
32427 until a source line greater than the current one is reached. The
32428 reason for stopping in this case will be @samp{location-reached}.
32429
32430 @subsubheading @value{GDBN} Command
32431
32432 The corresponding @value{GDBN} command is @samp{until}.
32433
32434 @subsubheading Example
32435
32436 @smallexample
32437 (gdb)
32438 -exec-until recursive2.c:6
32439 ^running
32440 (gdb)
32441 x = 55
32442 *stopped,reason="location-reached",frame=@{func="main",args=[],
32443 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
32444 arch="i386:x86_64"@}
32445 (gdb)
32446 @end smallexample
32447
32448 @ignore
32449 @subheading -file-clear
32450 Is this going away????
32451 @end ignore
32452
32453 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32454 @node GDB/MI Stack Manipulation
32455 @section @sc{gdb/mi} Stack Manipulation Commands
32456
32457 @subheading The @code{-enable-frame-filters} Command
32458 @findex -enable-frame-filters
32459
32460 @smallexample
32461 -enable-frame-filters
32462 @end smallexample
32463
32464 @value{GDBN} allows Python-based frame filters to affect the output of
32465 the MI commands relating to stack traces. As there is no way to
32466 implement this in a fully backward-compatible way, a front end must
32467 request that this functionality be enabled.
32468
32469 Once enabled, this feature cannot be disabled.
32470
32471 Note that if Python support has not been compiled into @value{GDBN},
32472 this command will still succeed (and do nothing).
32473
32474 @subheading The @code{-stack-info-frame} Command
32475 @findex -stack-info-frame
32476
32477 @subsubheading Synopsis
32478
32479 @smallexample
32480 -stack-info-frame
32481 @end smallexample
32482
32483 Get info on the selected frame.
32484
32485 @subsubheading @value{GDBN} Command
32486
32487 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
32488 (without arguments).
32489
32490 @subsubheading Example
32491
32492 @smallexample
32493 (gdb)
32494 -stack-info-frame
32495 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
32496 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32497 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32498 arch="i386:x86_64"@}
32499 (gdb)
32500 @end smallexample
32501
32502 @subheading The @code{-stack-info-depth} Command
32503 @findex -stack-info-depth
32504
32505 @subsubheading Synopsis
32506
32507 @smallexample
32508 -stack-info-depth [ @var{max-depth} ]
32509 @end smallexample
32510
32511 Return the depth of the stack. If the integer argument @var{max-depth}
32512 is specified, do not count beyond @var{max-depth} frames.
32513
32514 @subsubheading @value{GDBN} Command
32515
32516 There's no equivalent @value{GDBN} command.
32517
32518 @subsubheading Example
32519
32520 For a stack with frame levels 0 through 11:
32521
32522 @smallexample
32523 (gdb)
32524 -stack-info-depth
32525 ^done,depth="12"
32526 (gdb)
32527 -stack-info-depth 4
32528 ^done,depth="4"
32529 (gdb)
32530 -stack-info-depth 12
32531 ^done,depth="12"
32532 (gdb)
32533 -stack-info-depth 11
32534 ^done,depth="11"
32535 (gdb)
32536 -stack-info-depth 13
32537 ^done,depth="12"
32538 (gdb)
32539 @end smallexample
32540
32541 @anchor{-stack-list-arguments}
32542 @subheading The @code{-stack-list-arguments} Command
32543 @findex -stack-list-arguments
32544
32545 @subsubheading Synopsis
32546
32547 @smallexample
32548 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32549 [ @var{low-frame} @var{high-frame} ]
32550 @end smallexample
32551
32552 Display a list of the arguments for the frames between @var{low-frame}
32553 and @var{high-frame} (inclusive). If @var{low-frame} and
32554 @var{high-frame} are not provided, list the arguments for the whole
32555 call stack. If the two arguments are equal, show the single frame
32556 at the corresponding level. It is an error if @var{low-frame} is
32557 larger than the actual number of frames. On the other hand,
32558 @var{high-frame} may be larger than the actual number of frames, in
32559 which case only existing frames will be returned.
32560
32561 If @var{print-values} is 0 or @code{--no-values}, print only the names of
32562 the variables; if it is 1 or @code{--all-values}, print also their
32563 values; and if it is 2 or @code{--simple-values}, print the name,
32564 type and value for simple data types, and the name and type for arrays,
32565 structures and unions. If the option @code{--no-frame-filters} is
32566 supplied, then Python frame filters will not be executed.
32567
32568 If the @code{--skip-unavailable} option is specified, arguments that
32569 are not available are not listed. Partially available arguments
32570 are still displayed, however.
32571
32572 Use of this command to obtain arguments in a single frame is
32573 deprecated in favor of the @samp{-stack-list-variables} command.
32574
32575 @subsubheading @value{GDBN} Command
32576
32577 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
32578 @samp{gdb_get_args} command which partially overlaps with the
32579 functionality of @samp{-stack-list-arguments}.
32580
32581 @subsubheading Example
32582
32583 @smallexample
32584 (gdb)
32585 -stack-list-frames
32586 ^done,
32587 stack=[
32588 frame=@{level="0",addr="0x00010734",func="callee4",
32589 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32590 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
32591 arch="i386:x86_64"@},
32592 frame=@{level="1",addr="0x0001076c",func="callee3",
32593 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32594 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32595 arch="i386:x86_64"@},
32596 frame=@{level="2",addr="0x0001078c",func="callee2",
32597 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32598 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
32599 arch="i386:x86_64"@},
32600 frame=@{level="3",addr="0x000107b4",func="callee1",
32601 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32602 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
32603 arch="i386:x86_64"@},
32604 frame=@{level="4",addr="0x000107e0",func="main",
32605 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32606 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
32607 arch="i386:x86_64"@}]
32608 (gdb)
32609 -stack-list-arguments 0
32610 ^done,
32611 stack-args=[
32612 frame=@{level="0",args=[]@},
32613 frame=@{level="1",args=[name="strarg"]@},
32614 frame=@{level="2",args=[name="intarg",name="strarg"]@},
32615 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
32616 frame=@{level="4",args=[]@}]
32617 (gdb)
32618 -stack-list-arguments 1
32619 ^done,
32620 stack-args=[
32621 frame=@{level="0",args=[]@},
32622 frame=@{level="1",
32623 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32624 frame=@{level="2",args=[
32625 @{name="intarg",value="2"@},
32626 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32627 @{frame=@{level="3",args=[
32628 @{name="intarg",value="2"@},
32629 @{name="strarg",value="0x11940 \"A string argument.\""@},
32630 @{name="fltarg",value="3.5"@}]@},
32631 frame=@{level="4",args=[]@}]
32632 (gdb)
32633 -stack-list-arguments 0 2 2
32634 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
32635 (gdb)
32636 -stack-list-arguments 1 2 2
32637 ^done,stack-args=[frame=@{level="2",
32638 args=[@{name="intarg",value="2"@},
32639 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
32640 (gdb)
32641 @end smallexample
32642
32643 @c @subheading -stack-list-exception-handlers
32644
32645
32646 @anchor{-stack-list-frames}
32647 @subheading The @code{-stack-list-frames} Command
32648 @findex -stack-list-frames
32649
32650 @subsubheading Synopsis
32651
32652 @smallexample
32653 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
32654 @end smallexample
32655
32656 List the frames currently on the stack. For each frame it displays the
32657 following info:
32658
32659 @table @samp
32660 @item @var{level}
32661 The frame number, 0 being the topmost frame, i.e., the innermost function.
32662 @item @var{addr}
32663 The @code{$pc} value for that frame.
32664 @item @var{func}
32665 Function name.
32666 @item @var{file}
32667 File name of the source file where the function lives.
32668 @item @var{fullname}
32669 The full file name of the source file where the function lives.
32670 @item @var{line}
32671 Line number corresponding to the @code{$pc}.
32672 @item @var{from}
32673 The shared library where this function is defined. This is only given
32674 if the frame's function is not known.
32675 @item @var{arch}
32676 Frame's architecture.
32677 @end table
32678
32679 If invoked without arguments, this command prints a backtrace for the
32680 whole stack. If given two integer arguments, it shows the frames whose
32681 levels are between the two arguments (inclusive). If the two arguments
32682 are equal, it shows the single frame at the corresponding level. It is
32683 an error if @var{low-frame} is larger than the actual number of
32684 frames. On the other hand, @var{high-frame} may be larger than the
32685 actual number of frames, in which case only existing frames will be
32686 returned. If the option @code{--no-frame-filters} is supplied, then
32687 Python frame filters will not be executed.
32688
32689 @subsubheading @value{GDBN} Command
32690
32691 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
32692
32693 @subsubheading Example
32694
32695 Full stack backtrace:
32696
32697 @smallexample
32698 (gdb)
32699 -stack-list-frames
32700 ^done,stack=
32701 [frame=@{level="0",addr="0x0001076c",func="foo",
32702 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
32703 arch="i386:x86_64"@},
32704 frame=@{level="1",addr="0x000107a4",func="foo",
32705 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32706 arch="i386:x86_64"@},
32707 frame=@{level="2",addr="0x000107a4",func="foo",
32708 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32709 arch="i386:x86_64"@},
32710 frame=@{level="3",addr="0x000107a4",func="foo",
32711 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32712 arch="i386:x86_64"@},
32713 frame=@{level="4",addr="0x000107a4",func="foo",
32714 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32715 arch="i386:x86_64"@},
32716 frame=@{level="5",addr="0x000107a4",func="foo",
32717 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32718 arch="i386:x86_64"@},
32719 frame=@{level="6",addr="0x000107a4",func="foo",
32720 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32721 arch="i386:x86_64"@},
32722 frame=@{level="7",addr="0x000107a4",func="foo",
32723 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32724 arch="i386:x86_64"@},
32725 frame=@{level="8",addr="0x000107a4",func="foo",
32726 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32727 arch="i386:x86_64"@},
32728 frame=@{level="9",addr="0x000107a4",func="foo",
32729 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32730 arch="i386:x86_64"@},
32731 frame=@{level="10",addr="0x000107a4",func="foo",
32732 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32733 arch="i386:x86_64"@},
32734 frame=@{level="11",addr="0x00010738",func="main",
32735 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
32736 arch="i386:x86_64"@}]
32737 (gdb)
32738 @end smallexample
32739
32740 Show frames between @var{low_frame} and @var{high_frame}:
32741
32742 @smallexample
32743 (gdb)
32744 -stack-list-frames 3 5
32745 ^done,stack=
32746 [frame=@{level="3",addr="0x000107a4",func="foo",
32747 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32748 arch="i386:x86_64"@},
32749 frame=@{level="4",addr="0x000107a4",func="foo",
32750 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32751 arch="i386:x86_64"@},
32752 frame=@{level="5",addr="0x000107a4",func="foo",
32753 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32754 arch="i386:x86_64"@}]
32755 (gdb)
32756 @end smallexample
32757
32758 Show a single frame:
32759
32760 @smallexample
32761 (gdb)
32762 -stack-list-frames 3 3
32763 ^done,stack=
32764 [frame=@{level="3",addr="0x000107a4",func="foo",
32765 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32766 arch="i386:x86_64"@}]
32767 (gdb)
32768 @end smallexample
32769
32770
32771 @subheading The @code{-stack-list-locals} Command
32772 @findex -stack-list-locals
32773 @anchor{-stack-list-locals}
32774
32775 @subsubheading Synopsis
32776
32777 @smallexample
32778 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32779 @end smallexample
32780
32781 Display the local variable names for the selected frame. If
32782 @var{print-values} is 0 or @code{--no-values}, print only the names of
32783 the variables; if it is 1 or @code{--all-values}, print also their
32784 values; and if it is 2 or @code{--simple-values}, print the name,
32785 type and value for simple data types, and the name and type for arrays,
32786 structures and unions. In this last case, a frontend can immediately
32787 display the value of simple data types and create variable objects for
32788 other data types when the user wishes to explore their values in
32789 more detail. If the option @code{--no-frame-filters} is supplied, then
32790 Python frame filters will not be executed.
32791
32792 If the @code{--skip-unavailable} option is specified, local variables
32793 that are not available are not listed. Partially available local
32794 variables are still displayed, however.
32795
32796 This command is deprecated in favor of the
32797 @samp{-stack-list-variables} command.
32798
32799 @subsubheading @value{GDBN} Command
32800
32801 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
32802
32803 @subsubheading Example
32804
32805 @smallexample
32806 (gdb)
32807 -stack-list-locals 0
32808 ^done,locals=[name="A",name="B",name="C"]
32809 (gdb)
32810 -stack-list-locals --all-values
32811 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
32812 @{name="C",value="@{1, 2, 3@}"@}]
32813 -stack-list-locals --simple-values
32814 ^done,locals=[@{name="A",type="int",value="1"@},
32815 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
32816 (gdb)
32817 @end smallexample
32818
32819 @anchor{-stack-list-variables}
32820 @subheading The @code{-stack-list-variables} Command
32821 @findex -stack-list-variables
32822
32823 @subsubheading Synopsis
32824
32825 @smallexample
32826 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32827 @end smallexample
32828
32829 Display the names of local variables and function arguments for the selected frame. If
32830 @var{print-values} is 0 or @code{--no-values}, print only the names of
32831 the variables; if it is 1 or @code{--all-values}, print also their
32832 values; and if it is 2 or @code{--simple-values}, print the name,
32833 type and value for simple data types, and the name and type for arrays,
32834 structures and unions. If the option @code{--no-frame-filters} is
32835 supplied, then Python frame filters will not be executed.
32836
32837 If the @code{--skip-unavailable} option is specified, local variables
32838 and arguments that are not available are not listed. Partially
32839 available arguments and local variables are still displayed, however.
32840
32841 @subsubheading Example
32842
32843 @smallexample
32844 (gdb)
32845 -stack-list-variables --thread 1 --frame 0 --all-values
32846 ^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
32847 (gdb)
32848 @end smallexample
32849
32850
32851 @subheading The @code{-stack-select-frame} Command
32852 @findex -stack-select-frame
32853
32854 @subsubheading Synopsis
32855
32856 @smallexample
32857 -stack-select-frame @var{framenum}
32858 @end smallexample
32859
32860 Change the selected frame. Select a different frame @var{framenum} on
32861 the stack.
32862
32863 This command in deprecated in favor of passing the @samp{--frame}
32864 option to every command.
32865
32866 @subsubheading @value{GDBN} Command
32867
32868 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
32869 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
32870
32871 @subsubheading Example
32872
32873 @smallexample
32874 (gdb)
32875 -stack-select-frame 2
32876 ^done
32877 (gdb)
32878 @end smallexample
32879
32880 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32881 @node GDB/MI Variable Objects
32882 @section @sc{gdb/mi} Variable Objects
32883
32884 @ignore
32885
32886 @subheading Motivation for Variable Objects in @sc{gdb/mi}
32887
32888 For the implementation of a variable debugger window (locals, watched
32889 expressions, etc.), we are proposing the adaptation of the existing code
32890 used by @code{Insight}.
32891
32892 The two main reasons for that are:
32893
32894 @enumerate 1
32895 @item
32896 It has been proven in practice (it is already on its second generation).
32897
32898 @item
32899 It will shorten development time (needless to say how important it is
32900 now).
32901 @end enumerate
32902
32903 The original interface was designed to be used by Tcl code, so it was
32904 slightly changed so it could be used through @sc{gdb/mi}. This section
32905 describes the @sc{gdb/mi} operations that will be available and gives some
32906 hints about their use.
32907
32908 @emph{Note}: In addition to the set of operations described here, we
32909 expect the @sc{gui} implementation of a variable window to require, at
32910 least, the following operations:
32911
32912 @itemize @bullet
32913 @item @code{-gdb-show} @code{output-radix}
32914 @item @code{-stack-list-arguments}
32915 @item @code{-stack-list-locals}
32916 @item @code{-stack-select-frame}
32917 @end itemize
32918
32919 @end ignore
32920
32921 @subheading Introduction to Variable Objects
32922
32923 @cindex variable objects in @sc{gdb/mi}
32924
32925 Variable objects are "object-oriented" MI interface for examining and
32926 changing values of expressions. Unlike some other MI interfaces that
32927 work with expressions, variable objects are specifically designed for
32928 simple and efficient presentation in the frontend. A variable object
32929 is identified by string name. When a variable object is created, the
32930 frontend specifies the expression for that variable object. The
32931 expression can be a simple variable, or it can be an arbitrary complex
32932 expression, and can even involve CPU registers. After creating a
32933 variable object, the frontend can invoke other variable object
32934 operations---for example to obtain or change the value of a variable
32935 object, or to change display format.
32936
32937 Variable objects have hierarchical tree structure. Any variable object
32938 that corresponds to a composite type, such as structure in C, has
32939 a number of child variable objects, for example corresponding to each
32940 element of a structure. A child variable object can itself have
32941 children, recursively. Recursion ends when we reach
32942 leaf variable objects, which always have built-in types. Child variable
32943 objects are created only by explicit request, so if a frontend
32944 is not interested in the children of a particular variable object, no
32945 child will be created.
32946
32947 For a leaf variable object it is possible to obtain its value as a
32948 string, or set the value from a string. String value can be also
32949 obtained for a non-leaf variable object, but it's generally a string
32950 that only indicates the type of the object, and does not list its
32951 contents. Assignment to a non-leaf variable object is not allowed.
32952
32953 A frontend does not need to read the values of all variable objects each time
32954 the program stops. Instead, MI provides an update command that lists all
32955 variable objects whose values has changed since the last update
32956 operation. This considerably reduces the amount of data that must
32957 be transferred to the frontend. As noted above, children variable
32958 objects are created on demand, and only leaf variable objects have a
32959 real value. As result, gdb will read target memory only for leaf
32960 variables that frontend has created.
32961
32962 The automatic update is not always desirable. For example, a frontend
32963 might want to keep a value of some expression for future reference,
32964 and never update it. For another example, fetching memory is
32965 relatively slow for embedded targets, so a frontend might want
32966 to disable automatic update for the variables that are either not
32967 visible on the screen, or ``closed''. This is possible using so
32968 called ``frozen variable objects''. Such variable objects are never
32969 implicitly updated.
32970
32971 Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
32972 fixed variable object, the expression is parsed when the variable
32973 object is created, including associating identifiers to specific
32974 variables. The meaning of expression never changes. For a floating
32975 variable object the values of variables whose names appear in the
32976 expressions are re-evaluated every time in the context of the current
32977 frame. Consider this example:
32978
32979 @smallexample
32980 void do_work(...)
32981 @{
32982 struct work_state state;
32983
32984 if (...)
32985 do_work(...);
32986 @}
32987 @end smallexample
32988
32989 If a fixed variable object for the @code{state} variable is created in
32990 this function, and we enter the recursive call, the variable
32991 object will report the value of @code{state} in the top-level
32992 @code{do_work} invocation. On the other hand, a floating variable
32993 object will report the value of @code{state} in the current frame.
32994
32995 If an expression specified when creating a fixed variable object
32996 refers to a local variable, the variable object becomes bound to the
32997 thread and frame in which the variable object is created. When such
32998 variable object is updated, @value{GDBN} makes sure that the
32999 thread/frame combination the variable object is bound to still exists,
33000 and re-evaluates the variable object in context of that thread/frame.
33001
33002 The following is the complete set of @sc{gdb/mi} operations defined to
33003 access this functionality:
33004
33005 @multitable @columnfractions .4 .6
33006 @item @strong{Operation}
33007 @tab @strong{Description}
33008
33009 @item @code{-enable-pretty-printing}
33010 @tab enable Python-based pretty-printing
33011 @item @code{-var-create}
33012 @tab create a variable object
33013 @item @code{-var-delete}
33014 @tab delete the variable object and/or its children
33015 @item @code{-var-set-format}
33016 @tab set the display format of this variable
33017 @item @code{-var-show-format}
33018 @tab show the display format of this variable
33019 @item @code{-var-info-num-children}
33020 @tab tells how many children this object has
33021 @item @code{-var-list-children}
33022 @tab return a list of the object's children
33023 @item @code{-var-info-type}
33024 @tab show the type of this variable object
33025 @item @code{-var-info-expression}
33026 @tab print parent-relative expression that this variable object represents
33027 @item @code{-var-info-path-expression}
33028 @tab print full expression that this variable object represents
33029 @item @code{-var-show-attributes}
33030 @tab is this variable editable? does it exist here?
33031 @item @code{-var-evaluate-expression}
33032 @tab get the value of this variable
33033 @item @code{-var-assign}
33034 @tab set the value of this variable
33035 @item @code{-var-update}
33036 @tab update the variable and its children
33037 @item @code{-var-set-frozen}
33038 @tab set frozenness attribute
33039 @item @code{-var-set-update-range}
33040 @tab set range of children to display on update
33041 @end multitable
33042
33043 In the next subsection we describe each operation in detail and suggest
33044 how it can be used.
33045
33046 @subheading Description And Use of Operations on Variable Objects
33047
33048 @subheading The @code{-enable-pretty-printing} Command
33049 @findex -enable-pretty-printing
33050
33051 @smallexample
33052 -enable-pretty-printing
33053 @end smallexample
33054
33055 @value{GDBN} allows Python-based visualizers to affect the output of the
33056 MI variable object commands. However, because there was no way to
33057 implement this in a fully backward-compatible way, a front end must
33058 request that this functionality be enabled.
33059
33060 Once enabled, this feature cannot be disabled.
33061
33062 Note that if Python support has not been compiled into @value{GDBN},
33063 this command will still succeed (and do nothing).
33064
33065 This feature is currently (as of @value{GDBN} 7.0) experimental, and
33066 may work differently in future versions of @value{GDBN}.
33067
33068 @subheading The @code{-var-create} Command
33069 @findex -var-create
33070
33071 @subsubheading Synopsis
33072
33073 @smallexample
33074 -var-create @{@var{name} | "-"@}
33075 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
33076 @end smallexample
33077
33078 This operation creates a variable object, which allows the monitoring of
33079 a variable, the result of an expression, a memory cell or a CPU
33080 register.
33081
33082 The @var{name} parameter is the string by which the object can be
33083 referenced. It must be unique. If @samp{-} is specified, the varobj
33084 system will generate a string ``varNNNNNN'' automatically. It will be
33085 unique provided that one does not specify @var{name} of that format.
33086 The command fails if a duplicate name is found.
33087
33088 The frame under which the expression should be evaluated can be
33089 specified by @var{frame-addr}. A @samp{*} indicates that the current
33090 frame should be used. A @samp{@@} indicates that a floating variable
33091 object must be created.
33092
33093 @var{expression} is any expression valid on the current language set (must not
33094 begin with a @samp{*}), or one of the following:
33095
33096 @itemize @bullet
33097 @item
33098 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
33099
33100 @item
33101 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
33102
33103 @item
33104 @samp{$@var{regname}} --- a CPU register name
33105 @end itemize
33106
33107 @cindex dynamic varobj
33108 A varobj's contents may be provided by a Python-based pretty-printer. In this
33109 case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
33110 have slightly different semantics in some cases. If the
33111 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}
33112 will never create a dynamic varobj. This ensures backward
33113 compatibility for existing clients.
33114
33115 @subsubheading Result
33116
33117 This operation returns attributes of the newly-created varobj. These
33118 are:
33119
33120 @table @samp
33121 @item name
33122 The name of the varobj.
33123
33124 @item numchild
33125 The number of children of the varobj. This number is not necessarily
33126 reliable for a dynamic varobj. Instead, you must examine the
33127 @samp{has_more} attribute.
33128
33129 @item value
33130 The varobj's scalar value. For a varobj whose type is some sort of
33131 aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
33132 will not be interesting.
33133
33134 @item type
33135 The varobj's type. This is a string representation of the type, as
33136 would be printed by the @value{GDBN} CLI. If @samp{print object}
33137 (@pxref{Print Settings, set print object}) is set to @code{on}, the
33138 @emph{actual} (derived) type of the object is shown rather than the
33139 @emph{declared} one.
33140
33141 @item thread-id
33142 If a variable object is bound to a specific thread, then this is the
33143 thread's global identifier.
33144
33145 @item has_more
33146 For a dynamic varobj, this indicates whether there appear to be any
33147 children available. For a non-dynamic varobj, this will be 0.
33148
33149 @item dynamic
33150 This attribute will be present and have the value @samp{1} if the
33151 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33152 then this attribute will not be present.
33153
33154 @item displayhint
33155 A dynamic varobj can supply a display hint to the front end. The
33156 value comes directly from the Python pretty-printer object's
33157 @code{display_hint} method. @xref{Pretty Printing API}.
33158 @end table
33159
33160 Typical output will look like this:
33161
33162 @smallexample
33163 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
33164 has_more="@var{has_more}"
33165 @end smallexample
33166
33167
33168 @subheading The @code{-var-delete} Command
33169 @findex -var-delete
33170
33171 @subsubheading Synopsis
33172
33173 @smallexample
33174 -var-delete [ -c ] @var{name}
33175 @end smallexample
33176
33177 Deletes a previously created variable object and all of its children.
33178 With the @samp{-c} option, just deletes the children.
33179
33180 Returns an error if the object @var{name} is not found.
33181
33182
33183 @subheading The @code{-var-set-format} Command
33184 @findex -var-set-format
33185
33186 @subsubheading Synopsis
33187
33188 @smallexample
33189 -var-set-format @var{name} @var{format-spec}
33190 @end smallexample
33191
33192 Sets the output format for the value of the object @var{name} to be
33193 @var{format-spec}.
33194
33195 @anchor{-var-set-format}
33196 The syntax for the @var{format-spec} is as follows:
33197
33198 @smallexample
33199 @var{format-spec} @expansion{}
33200 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
33201 @end smallexample
33202
33203 The natural format is the default format choosen automatically
33204 based on the variable type (like decimal for an @code{int}, hex
33205 for pointers, etc.).
33206
33207 The zero-hexadecimal format has a representation similar to hexadecimal
33208 but with padding zeroes to the left of the value. For example, a 32-bit
33209 hexadecimal value of 0x1234 would be represented as 0x00001234 in the
33210 zero-hexadecimal format.
33211
33212 For a variable with children, the format is set only on the
33213 variable itself, and the children are not affected.
33214
33215 @subheading The @code{-var-show-format} Command
33216 @findex -var-show-format
33217
33218 @subsubheading Synopsis
33219
33220 @smallexample
33221 -var-show-format @var{name}
33222 @end smallexample
33223
33224 Returns the format used to display the value of the object @var{name}.
33225
33226 @smallexample
33227 @var{format} @expansion{}
33228 @var{format-spec}
33229 @end smallexample
33230
33231
33232 @subheading The @code{-var-info-num-children} Command
33233 @findex -var-info-num-children
33234
33235 @subsubheading Synopsis
33236
33237 @smallexample
33238 -var-info-num-children @var{name}
33239 @end smallexample
33240
33241 Returns the number of children of a variable object @var{name}:
33242
33243 @smallexample
33244 numchild=@var{n}
33245 @end smallexample
33246
33247 Note that this number is not completely reliable for a dynamic varobj.
33248 It will return the current number of children, but more children may
33249 be available.
33250
33251
33252 @subheading The @code{-var-list-children} Command
33253 @findex -var-list-children
33254
33255 @subsubheading Synopsis
33256
33257 @smallexample
33258 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
33259 @end smallexample
33260 @anchor{-var-list-children}
33261
33262 Return a list of the children of the specified variable object and
33263 create variable objects for them, if they do not already exist. With
33264 a single argument or if @var{print-values} has a value of 0 or
33265 @code{--no-values}, print only the names of the variables; if
33266 @var{print-values} is 1 or @code{--all-values}, also print their
33267 values; and if it is 2 or @code{--simple-values} print the name and
33268 value for simple data types and just the name for arrays, structures
33269 and unions.
33270
33271 @var{from} and @var{to}, if specified, indicate the range of children
33272 to report. If @var{from} or @var{to} is less than zero, the range is
33273 reset and all children will be reported. Otherwise, children starting
33274 at @var{from} (zero-based) and up to and excluding @var{to} will be
33275 reported.
33276
33277 If a child range is requested, it will only affect the current call to
33278 @code{-var-list-children}, but not future calls to @code{-var-update}.
33279 For this, you must instead use @code{-var-set-update-range}. The
33280 intent of this approach is to enable a front end to implement any
33281 update approach it likes; for example, scrolling a view may cause the
33282 front end to request more children with @code{-var-list-children}, and
33283 then the front end could call @code{-var-set-update-range} with a
33284 different range to ensure that future updates are restricted to just
33285 the visible items.
33286
33287 For each child the following results are returned:
33288
33289 @table @var
33290
33291 @item name
33292 Name of the variable object created for this child.
33293
33294 @item exp
33295 The expression to be shown to the user by the front end to designate this child.
33296 For example this may be the name of a structure member.
33297
33298 For a dynamic varobj, this value cannot be used to form an
33299 expression. There is no way to do this at all with a dynamic varobj.
33300
33301 For C/C@t{++} structures there are several pseudo children returned to
33302 designate access qualifiers. For these pseudo children @var{exp} is
33303 @samp{public}, @samp{private}, or @samp{protected}. In this case the
33304 type and value are not present.
33305
33306 A dynamic varobj will not report the access qualifying
33307 pseudo-children, regardless of the language. This information is not
33308 available at all with a dynamic varobj.
33309
33310 @item numchild
33311 Number of children this child has. For a dynamic varobj, this will be
33312 0.
33313
33314 @item type
33315 The type of the child. If @samp{print object}
33316 (@pxref{Print Settings, set print object}) is set to @code{on}, the
33317 @emph{actual} (derived) type of the object is shown rather than the
33318 @emph{declared} one.
33319
33320 @item value
33321 If values were requested, this is the value.
33322
33323 @item thread-id
33324 If this variable object is associated with a thread, this is the
33325 thread's global thread id. Otherwise this result is not present.
33326
33327 @item frozen
33328 If the variable object is frozen, this variable will be present with a value of 1.
33329
33330 @item displayhint
33331 A dynamic varobj can supply a display hint to the front end. The
33332 value comes directly from the Python pretty-printer object's
33333 @code{display_hint} method. @xref{Pretty Printing API}.
33334
33335 @item dynamic
33336 This attribute will be present and have the value @samp{1} if the
33337 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33338 then this attribute will not be present.
33339
33340 @end table
33341
33342 The result may have its own attributes:
33343
33344 @table @samp
33345 @item displayhint
33346 A dynamic varobj can supply a display hint to the front end. The
33347 value comes directly from the Python pretty-printer object's
33348 @code{display_hint} method. @xref{Pretty Printing API}.
33349
33350 @item has_more
33351 This is an integer attribute which is nonzero if there are children
33352 remaining after the end of the selected range.
33353 @end table
33354
33355 @subsubheading Example
33356
33357 @smallexample
33358 (gdb)
33359 -var-list-children n
33360 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
33361 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
33362 (gdb)
33363 -var-list-children --all-values n
33364 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
33365 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
33366 @end smallexample
33367
33368
33369 @subheading The @code{-var-info-type} Command
33370 @findex -var-info-type
33371
33372 @subsubheading Synopsis
33373
33374 @smallexample
33375 -var-info-type @var{name}
33376 @end smallexample
33377
33378 Returns the type of the specified variable @var{name}. The type is
33379 returned as a string in the same format as it is output by the
33380 @value{GDBN} CLI:
33381
33382 @smallexample
33383 type=@var{typename}
33384 @end smallexample
33385
33386
33387 @subheading The @code{-var-info-expression} Command
33388 @findex -var-info-expression
33389
33390 @subsubheading Synopsis
33391
33392 @smallexample
33393 -var-info-expression @var{name}
33394 @end smallexample
33395
33396 Returns a string that is suitable for presenting this
33397 variable object in user interface. The string is generally
33398 not valid expression in the current language, and cannot be evaluated.
33399
33400 For example, if @code{a} is an array, and variable object
33401 @code{A} was created for @code{a}, then we'll get this output:
33402
33403 @smallexample
33404 (gdb) -var-info-expression A.1
33405 ^done,lang="C",exp="1"
33406 @end smallexample
33407
33408 @noindent
33409 Here, the value of @code{lang} is the language name, which can be
33410 found in @ref{Supported Languages}.
33411
33412 Note that the output of the @code{-var-list-children} command also
33413 includes those expressions, so the @code{-var-info-expression} command
33414 is of limited use.
33415
33416 @subheading The @code{-var-info-path-expression} Command
33417 @findex -var-info-path-expression
33418
33419 @subsubheading Synopsis
33420
33421 @smallexample
33422 -var-info-path-expression @var{name}
33423 @end smallexample
33424
33425 Returns an expression that can be evaluated in the current
33426 context and will yield the same value that a variable object has.
33427 Compare this with the @code{-var-info-expression} command, which
33428 result can be used only for UI presentation. Typical use of
33429 the @code{-var-info-path-expression} command is creating a
33430 watchpoint from a variable object.
33431
33432 This command is currently not valid for children of a dynamic varobj,
33433 and will give an error when invoked on one.
33434
33435 For example, suppose @code{C} is a C@t{++} class, derived from class
33436 @code{Base}, and that the @code{Base} class has a member called
33437 @code{m_size}. Assume a variable @code{c} is has the type of
33438 @code{C} and a variable object @code{C} was created for variable
33439 @code{c}. Then, we'll get this output:
33440 @smallexample
33441 (gdb) -var-info-path-expression C.Base.public.m_size
33442 ^done,path_expr=((Base)c).m_size)
33443 @end smallexample
33444
33445 @subheading The @code{-var-show-attributes} Command
33446 @findex -var-show-attributes
33447
33448 @subsubheading Synopsis
33449
33450 @smallexample
33451 -var-show-attributes @var{name}
33452 @end smallexample
33453
33454 List attributes of the specified variable object @var{name}:
33455
33456 @smallexample
33457 status=@var{attr} [ ( ,@var{attr} )* ]
33458 @end smallexample
33459
33460 @noindent
33461 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
33462
33463 @subheading The @code{-var-evaluate-expression} Command
33464 @findex -var-evaluate-expression
33465
33466 @subsubheading Synopsis
33467
33468 @smallexample
33469 -var-evaluate-expression [-f @var{format-spec}] @var{name}
33470 @end smallexample
33471
33472 Evaluates the expression that is represented by the specified variable
33473 object and returns its value as a string. The format of the string
33474 can be specified with the @samp{-f} option. The possible values of
33475 this option are the same as for @code{-var-set-format}
33476 (@pxref{-var-set-format}). If the @samp{-f} option is not specified,
33477 the current display format will be used. The current display format
33478 can be changed using the @code{-var-set-format} command.
33479
33480 @smallexample
33481 value=@var{value}
33482 @end smallexample
33483
33484 Note that one must invoke @code{-var-list-children} for a variable
33485 before the value of a child variable can be evaluated.
33486
33487 @subheading The @code{-var-assign} Command
33488 @findex -var-assign
33489
33490 @subsubheading Synopsis
33491
33492 @smallexample
33493 -var-assign @var{name} @var{expression}
33494 @end smallexample
33495
33496 Assigns the value of @var{expression} to the variable object specified
33497 by @var{name}. The object must be @samp{editable}. If the variable's
33498 value is altered by the assign, the variable will show up in any
33499 subsequent @code{-var-update} list.
33500
33501 @subsubheading Example
33502
33503 @smallexample
33504 (gdb)
33505 -var-assign var1 3
33506 ^done,value="3"
33507 (gdb)
33508 -var-update *
33509 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
33510 (gdb)
33511 @end smallexample
33512
33513 @subheading The @code{-var-update} Command
33514 @findex -var-update
33515
33516 @subsubheading Synopsis
33517
33518 @smallexample
33519 -var-update [@var{print-values}] @{@var{name} | "*"@}
33520 @end smallexample
33521
33522 Reevaluate the expressions corresponding to the variable object
33523 @var{name} and all its direct and indirect children, and return the
33524 list of variable objects whose values have changed; @var{name} must
33525 be a root variable object. Here, ``changed'' means that the result of
33526 @code{-var-evaluate-expression} before and after the
33527 @code{-var-update} is different. If @samp{*} is used as the variable
33528 object names, all existing variable objects are updated, except
33529 for frozen ones (@pxref{-var-set-frozen}). The option
33530 @var{print-values} determines whether both names and values, or just
33531 names are printed. The possible values of this option are the same
33532 as for @code{-var-list-children} (@pxref{-var-list-children}). It is
33533 recommended to use the @samp{--all-values} option, to reduce the
33534 number of MI commands needed on each program stop.
33535
33536 With the @samp{*} parameter, if a variable object is bound to a
33537 currently running thread, it will not be updated, without any
33538 diagnostic.
33539
33540 If @code{-var-set-update-range} was previously used on a varobj, then
33541 only the selected range of children will be reported.
33542
33543 @code{-var-update} reports all the changed varobjs in a tuple named
33544 @samp{changelist}.
33545
33546 Each item in the change list is itself a tuple holding:
33547
33548 @table @samp
33549 @item name
33550 The name of the varobj.
33551
33552 @item value
33553 If values were requested for this update, then this field will be
33554 present and will hold the value of the varobj.
33555
33556 @item in_scope
33557 @anchor{-var-update}
33558 This field is a string which may take one of three values:
33559
33560 @table @code
33561 @item "true"
33562 The variable object's current value is valid.
33563
33564 @item "false"
33565 The variable object does not currently hold a valid value but it may
33566 hold one in the future if its associated expression comes back into
33567 scope.
33568
33569 @item "invalid"
33570 The variable object no longer holds a valid value.
33571 This can occur when the executable file being debugged has changed,
33572 either through recompilation or by using the @value{GDBN} @code{file}
33573 command. The front end should normally choose to delete these variable
33574 objects.
33575 @end table
33576
33577 In the future new values may be added to this list so the front should
33578 be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
33579
33580 @item type_changed
33581 This is only present if the varobj is still valid. If the type
33582 changed, then this will be the string @samp{true}; otherwise it will
33583 be @samp{false}.
33584
33585 When a varobj's type changes, its children are also likely to have
33586 become incorrect. Therefore, the varobj's children are automatically
33587 deleted when this attribute is @samp{true}. Also, the varobj's update
33588 range, when set using the @code{-var-set-update-range} command, is
33589 unset.
33590
33591 @item new_type
33592 If the varobj's type changed, then this field will be present and will
33593 hold the new type.
33594
33595 @item new_num_children
33596 For a dynamic varobj, if the number of children changed, or if the
33597 type changed, this will be the new number of children.
33598
33599 The @samp{numchild} field in other varobj responses is generally not
33600 valid for a dynamic varobj -- it will show the number of children that
33601 @value{GDBN} knows about, but because dynamic varobjs lazily
33602 instantiate their children, this will not reflect the number of
33603 children which may be available.
33604
33605 The @samp{new_num_children} attribute only reports changes to the
33606 number of children known by @value{GDBN}. This is the only way to
33607 detect whether an update has removed children (which necessarily can
33608 only happen at the end of the update range).
33609
33610 @item displayhint
33611 The display hint, if any.
33612
33613 @item has_more
33614 This is an integer value, which will be 1 if there are more children
33615 available outside the varobj's update range.
33616
33617 @item dynamic
33618 This attribute will be present and have the value @samp{1} if the
33619 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33620 then this attribute will not be present.
33621
33622 @item new_children
33623 If new children were added to a dynamic varobj within the selected
33624 update range (as set by @code{-var-set-update-range}), then they will
33625 be listed in this attribute.
33626 @end table
33627
33628 @subsubheading Example
33629
33630 @smallexample
33631 (gdb)
33632 -var-assign var1 3
33633 ^done,value="3"
33634 (gdb)
33635 -var-update --all-values var1
33636 ^done,changelist=[@{name="var1",value="3",in_scope="true",
33637 type_changed="false"@}]
33638 (gdb)
33639 @end smallexample
33640
33641 @subheading The @code{-var-set-frozen} Command
33642 @findex -var-set-frozen
33643 @anchor{-var-set-frozen}
33644
33645 @subsubheading Synopsis
33646
33647 @smallexample
33648 -var-set-frozen @var{name} @var{flag}
33649 @end smallexample
33650
33651 Set the frozenness flag on the variable object @var{name}. The
33652 @var{flag} parameter should be either @samp{1} to make the variable
33653 frozen or @samp{0} to make it unfrozen. If a variable object is
33654 frozen, then neither itself, nor any of its children, are
33655 implicitly updated by @code{-var-update} of
33656 a parent variable or by @code{-var-update *}. Only
33657 @code{-var-update} of the variable itself will update its value and
33658 values of its children. After a variable object is unfrozen, it is
33659 implicitly updated by all subsequent @code{-var-update} operations.
33660 Unfreezing a variable does not update it, only subsequent
33661 @code{-var-update} does.
33662
33663 @subsubheading Example
33664
33665 @smallexample
33666 (gdb)
33667 -var-set-frozen V 1
33668 ^done
33669 (gdb)
33670 @end smallexample
33671
33672 @subheading The @code{-var-set-update-range} command
33673 @findex -var-set-update-range
33674 @anchor{-var-set-update-range}
33675
33676 @subsubheading Synopsis
33677
33678 @smallexample
33679 -var-set-update-range @var{name} @var{from} @var{to}
33680 @end smallexample
33681
33682 Set the range of children to be returned by future invocations of
33683 @code{-var-update}.
33684
33685 @var{from} and @var{to} indicate the range of children to report. If
33686 @var{from} or @var{to} is less than zero, the range is reset and all
33687 children will be reported. Otherwise, children starting at @var{from}
33688 (zero-based) and up to and excluding @var{to} will be reported.
33689
33690 @subsubheading Example
33691
33692 @smallexample
33693 (gdb)
33694 -var-set-update-range V 1 2
33695 ^done
33696 @end smallexample
33697
33698 @subheading The @code{-var-set-visualizer} command
33699 @findex -var-set-visualizer
33700 @anchor{-var-set-visualizer}
33701
33702 @subsubheading Synopsis
33703
33704 @smallexample
33705 -var-set-visualizer @var{name} @var{visualizer}
33706 @end smallexample
33707
33708 Set a visualizer for the variable object @var{name}.
33709
33710 @var{visualizer} is the visualizer to use. The special value
33711 @samp{None} means to disable any visualizer in use.
33712
33713 If not @samp{None}, @var{visualizer} must be a Python expression.
33714 This expression must evaluate to a callable object which accepts a
33715 single argument. @value{GDBN} will call this object with the value of
33716 the varobj @var{name} as an argument (this is done so that the same
33717 Python pretty-printing code can be used for both the CLI and MI).
33718 When called, this object must return an object which conforms to the
33719 pretty-printing interface (@pxref{Pretty Printing API}).
33720
33721 The pre-defined function @code{gdb.default_visualizer} may be used to
33722 select a visualizer by following the built-in process
33723 (@pxref{Selecting Pretty-Printers}). This is done automatically when
33724 a varobj is created, and so ordinarily is not needed.
33725
33726 This feature is only available if Python support is enabled. The MI
33727 command @code{-list-features} (@pxref{GDB/MI Support Commands})
33728 can be used to check this.
33729
33730 @subsubheading Example
33731
33732 Resetting the visualizer:
33733
33734 @smallexample
33735 (gdb)
33736 -var-set-visualizer V None
33737 ^done
33738 @end smallexample
33739
33740 Reselecting the default (type-based) visualizer:
33741
33742 @smallexample
33743 (gdb)
33744 -var-set-visualizer V gdb.default_visualizer
33745 ^done
33746 @end smallexample
33747
33748 Suppose @code{SomeClass} is a visualizer class. A lambda expression
33749 can be used to instantiate this class for a varobj:
33750
33751 @smallexample
33752 (gdb)
33753 -var-set-visualizer V "lambda val: SomeClass()"
33754 ^done
33755 @end smallexample
33756
33757 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33758 @node GDB/MI Data Manipulation
33759 @section @sc{gdb/mi} Data Manipulation
33760
33761 @cindex data manipulation, in @sc{gdb/mi}
33762 @cindex @sc{gdb/mi}, data manipulation
33763 This section describes the @sc{gdb/mi} commands that manipulate data:
33764 examine memory and registers, evaluate expressions, etc.
33765
33766 For details about what an addressable memory unit is,
33767 @pxref{addressable memory unit}.
33768
33769 @c REMOVED FROM THE INTERFACE.
33770 @c @subheading -data-assign
33771 @c Change the value of a program variable. Plenty of side effects.
33772 @c @subsubheading GDB Command
33773 @c set variable
33774 @c @subsubheading Example
33775 @c N.A.
33776
33777 @subheading The @code{-data-disassemble} Command
33778 @findex -data-disassemble
33779
33780 @subsubheading Synopsis
33781
33782 @smallexample
33783 -data-disassemble
33784 [ -s @var{start-addr} -e @var{end-addr} ]
33785 | [ -a @var{addr} ]
33786 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
33787 -- @var{mode}
33788 @end smallexample
33789
33790 @noindent
33791 Where:
33792
33793 @table @samp
33794 @item @var{start-addr}
33795 is the beginning address (or @code{$pc})
33796 @item @var{end-addr}
33797 is the end address
33798 @item @var{addr}
33799 is an address anywhere within (or the name of) the function to
33800 disassemble. If an address is specified, the whole function
33801 surrounding that address will be disassembled. If a name is
33802 specified, the whole function with that name will be disassembled.
33803 @item @var{filename}
33804 is the name of the file to disassemble
33805 @item @var{linenum}
33806 is the line number to disassemble around
33807 @item @var{lines}
33808 is the number of disassembly lines to be produced. If it is -1,
33809 the whole function will be disassembled, in case no @var{end-addr} is
33810 specified. If @var{end-addr} is specified as a non-zero value, and
33811 @var{lines} is lower than the number of disassembly lines between
33812 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
33813 displayed; if @var{lines} is higher than the number of lines between
33814 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
33815 are displayed.
33816 @item @var{mode}
33817 is one of:
33818 @itemize @bullet
33819 @item 0 disassembly only
33820 @item 1 mixed source and disassembly (deprecated)
33821 @item 2 disassembly with raw opcodes
33822 @item 3 mixed source and disassembly with raw opcodes (deprecated)
33823 @item 4 mixed source and disassembly
33824 @item 5 mixed source and disassembly with raw opcodes
33825 @end itemize
33826
33827 Modes 1 and 3 are deprecated. The output is ``source centric''
33828 which hasn't proved useful in practice.
33829 @xref{Machine Code}, for a discussion of the difference between
33830 @code{/m} and @code{/s} output of the @code{disassemble} command.
33831 @end table
33832
33833 @subsubheading Result
33834
33835 The result of the @code{-data-disassemble} command will be a list named
33836 @samp{asm_insns}, the contents of this list depend on the @var{mode}
33837 used with the @code{-data-disassemble} command.
33838
33839 For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
33840 following fields:
33841
33842 @table @code
33843 @item address
33844 The address at which this instruction was disassembled.
33845
33846 @item func-name
33847 The name of the function this instruction is within.
33848
33849 @item offset
33850 The decimal offset in bytes from the start of @samp{func-name}.
33851
33852 @item inst
33853 The text disassembly for this @samp{address}.
33854
33855 @item opcodes
33856 This field is only present for modes 2, 3 and 5. This contains the raw opcode
33857 bytes for the @samp{inst} field.
33858
33859 @end table
33860
33861 For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
33862 @samp{src_and_asm_line}, each of which has the following fields:
33863
33864 @table @code
33865 @item line
33866 The line number within @samp{file}.
33867
33868 @item file
33869 The file name from the compilation unit. This might be an absolute
33870 file name or a relative file name depending on the compile command
33871 used.
33872
33873 @item fullname
33874 Absolute file name of @samp{file}. It is converted to a canonical form
33875 using the source file search path
33876 (@pxref{Source Path, ,Specifying Source Directories})
33877 and after resolving all the symbolic links.
33878
33879 If the source file is not found this field will contain the path as
33880 present in the debug information.
33881
33882 @item line_asm_insn
33883 This is a list of tuples containing the disassembly for @samp{line} in
33884 @samp{file}. The fields of each tuple are the same as for
33885 @code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
33886 @samp{func-name}, @samp{offset}, @samp{inst}, and optionally
33887 @samp{opcodes}.
33888
33889 @end table
33890
33891 Note that whatever included in the @samp{inst} field, is not
33892 manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
33893 adjust its format.
33894
33895 @subsubheading @value{GDBN} Command
33896
33897 The corresponding @value{GDBN} command is @samp{disassemble}.
33898
33899 @subsubheading Example
33900
33901 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
33902
33903 @smallexample
33904 (gdb)
33905 -data-disassemble -s $pc -e "$pc + 20" -- 0
33906 ^done,
33907 asm_insns=[
33908 @{address="0x000107c0",func-name="main",offset="4",
33909 inst="mov 2, %o0"@},
33910 @{address="0x000107c4",func-name="main",offset="8",
33911 inst="sethi %hi(0x11800), %o2"@},
33912 @{address="0x000107c8",func-name="main",offset="12",
33913 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
33914 @{address="0x000107cc",func-name="main",offset="16",
33915 inst="sethi %hi(0x11800), %o2"@},
33916 @{address="0x000107d0",func-name="main",offset="20",
33917 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
33918 (gdb)
33919 @end smallexample
33920
33921 Disassemble the whole @code{main} function. Line 32 is part of
33922 @code{main}.
33923
33924 @smallexample
33925 -data-disassemble -f basics.c -l 32 -- 0
33926 ^done,asm_insns=[
33927 @{address="0x000107bc",func-name="main",offset="0",
33928 inst="save %sp, -112, %sp"@},
33929 @{address="0x000107c0",func-name="main",offset="4",
33930 inst="mov 2, %o0"@},
33931 @{address="0x000107c4",func-name="main",offset="8",
33932 inst="sethi %hi(0x11800), %o2"@},
33933 [@dots{}]
33934 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
33935 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
33936 (gdb)
33937 @end smallexample
33938
33939 Disassemble 3 instructions from the start of @code{main}:
33940
33941 @smallexample
33942 (gdb)
33943 -data-disassemble -f basics.c -l 32 -n 3 -- 0
33944 ^done,asm_insns=[
33945 @{address="0x000107bc",func-name="main",offset="0",
33946 inst="save %sp, -112, %sp"@},
33947 @{address="0x000107c0",func-name="main",offset="4",
33948 inst="mov 2, %o0"@},
33949 @{address="0x000107c4",func-name="main",offset="8",
33950 inst="sethi %hi(0x11800), %o2"@}]
33951 (gdb)
33952 @end smallexample
33953
33954 Disassemble 3 instructions from the start of @code{main} in mixed mode:
33955
33956 @smallexample
33957 (gdb)
33958 -data-disassemble -f basics.c -l 32 -n 3 -- 1
33959 ^done,asm_insns=[
33960 src_and_asm_line=@{line="31",
33961 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33962 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33963 line_asm_insn=[@{address="0x000107bc",
33964 func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
33965 src_and_asm_line=@{line="32",
33966 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33967 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33968 line_asm_insn=[@{address="0x000107c0",
33969 func-name="main",offset="4",inst="mov 2, %o0"@},
33970 @{address="0x000107c4",func-name="main",offset="8",
33971 inst="sethi %hi(0x11800), %o2"@}]@}]
33972 (gdb)
33973 @end smallexample
33974
33975
33976 @subheading The @code{-data-evaluate-expression} Command
33977 @findex -data-evaluate-expression
33978
33979 @subsubheading Synopsis
33980
33981 @smallexample
33982 -data-evaluate-expression @var{expr}
33983 @end smallexample
33984
33985 Evaluate @var{expr} as an expression. The expression could contain an
33986 inferior function call. The function call will execute synchronously.
33987 If the expression contains spaces, it must be enclosed in double quotes.
33988
33989 @subsubheading @value{GDBN} Command
33990
33991 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
33992 @samp{call}. In @code{gdbtk} only, there's a corresponding
33993 @samp{gdb_eval} command.
33994
33995 @subsubheading Example
33996
33997 In the following example, the numbers that precede the commands are the
33998 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
33999 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
34000 output.
34001
34002 @smallexample
34003 211-data-evaluate-expression A
34004 211^done,value="1"
34005 (gdb)
34006 311-data-evaluate-expression &A
34007 311^done,value="0xefffeb7c"
34008 (gdb)
34009 411-data-evaluate-expression A+3
34010 411^done,value="4"
34011 (gdb)
34012 511-data-evaluate-expression "A + 3"
34013 511^done,value="4"
34014 (gdb)
34015 @end smallexample
34016
34017
34018 @subheading The @code{-data-list-changed-registers} Command
34019 @findex -data-list-changed-registers
34020
34021 @subsubheading Synopsis
34022
34023 @smallexample
34024 -data-list-changed-registers
34025 @end smallexample
34026
34027 Display a list of the registers that have changed.
34028
34029 @subsubheading @value{GDBN} Command
34030
34031 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
34032 has the corresponding command @samp{gdb_changed_register_list}.
34033
34034 @subsubheading Example
34035
34036 On a PPC MBX board:
34037
34038 @smallexample
34039 (gdb)
34040 -exec-continue
34041 ^running
34042
34043 (gdb)
34044 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
34045 func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
34046 line="5",arch="powerpc"@}
34047 (gdb)
34048 -data-list-changed-registers
34049 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
34050 "10","11","13","14","15","16","17","18","19","20","21","22","23",
34051 "24","25","26","27","28","30","31","64","65","66","67","69"]
34052 (gdb)
34053 @end smallexample
34054
34055
34056 @subheading The @code{-data-list-register-names} Command
34057 @findex -data-list-register-names
34058
34059 @subsubheading Synopsis
34060
34061 @smallexample
34062 -data-list-register-names [ ( @var{regno} )+ ]
34063 @end smallexample
34064
34065 Show a list of register names for the current target. If no arguments
34066 are given, it shows a list of the names of all the registers. If
34067 integer numbers are given as arguments, it will print a list of the
34068 names of the registers corresponding to the arguments. To ensure
34069 consistency between a register name and its number, the output list may
34070 include empty register names.
34071
34072 @subsubheading @value{GDBN} Command
34073
34074 @value{GDBN} does not have a command which corresponds to
34075 @samp{-data-list-register-names}. In @code{gdbtk} there is a
34076 corresponding command @samp{gdb_regnames}.
34077
34078 @subsubheading Example
34079
34080 For the PPC MBX board:
34081 @smallexample
34082 (gdb)
34083 -data-list-register-names
34084 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
34085 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
34086 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
34087 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
34088 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
34089 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
34090 "", "pc","ps","cr","lr","ctr","xer"]
34091 (gdb)
34092 -data-list-register-names 1 2 3
34093 ^done,register-names=["r1","r2","r3"]
34094 (gdb)
34095 @end smallexample
34096
34097 @subheading The @code{-data-list-register-values} Command
34098 @findex -data-list-register-values
34099
34100 @subsubheading Synopsis
34101
34102 @smallexample
34103 -data-list-register-values
34104 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
34105 @end smallexample
34106
34107 Display the registers' contents. The format according to which the
34108 registers' contents are to be returned is given by @var{fmt}, followed
34109 by an optional list of numbers specifying the registers to display. A
34110 missing list of numbers indicates that the contents of all the
34111 registers must be returned. The @code{--skip-unavailable} option
34112 indicates that only the available registers are to be returned.
34113
34114 Allowed formats for @var{fmt} are:
34115
34116 @table @code
34117 @item x
34118 Hexadecimal
34119 @item o
34120 Octal
34121 @item t
34122 Binary
34123 @item d
34124 Decimal
34125 @item r
34126 Raw
34127 @item N
34128 Natural
34129 @end table
34130
34131 @subsubheading @value{GDBN} Command
34132
34133 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
34134 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
34135
34136 @subsubheading Example
34137
34138 For a PPC MBX board (note: line breaks are for readability only, they
34139 don't appear in the actual output):
34140
34141 @smallexample
34142 (gdb)
34143 -data-list-register-values r 64 65
34144 ^done,register-values=[@{number="64",value="0xfe00a300"@},
34145 @{number="65",value="0x00029002"@}]
34146 (gdb)
34147 -data-list-register-values x
34148 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
34149 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
34150 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
34151 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
34152 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
34153 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
34154 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
34155 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
34156 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
34157 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
34158 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
34159 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
34160 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
34161 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
34162 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
34163 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
34164 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
34165 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
34166 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
34167 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
34168 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
34169 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
34170 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
34171 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
34172 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
34173 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
34174 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
34175 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
34176 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
34177 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
34178 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
34179 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
34180 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
34181 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
34182 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
34183 @{number="69",value="0x20002b03"@}]
34184 (gdb)
34185 @end smallexample
34186
34187
34188 @subheading The @code{-data-read-memory} Command
34189 @findex -data-read-memory
34190
34191 This command is deprecated, use @code{-data-read-memory-bytes} instead.
34192
34193 @subsubheading Synopsis
34194
34195 @smallexample
34196 -data-read-memory [ -o @var{byte-offset} ]
34197 @var{address} @var{word-format} @var{word-size}
34198 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
34199 @end smallexample
34200
34201 @noindent
34202 where:
34203
34204 @table @samp
34205 @item @var{address}
34206 An expression specifying the address of the first memory word to be
34207 read. Complex expressions containing embedded white space should be
34208 quoted using the C convention.
34209
34210 @item @var{word-format}
34211 The format to be used to print the memory words. The notation is the
34212 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
34213 ,Output Formats}).
34214
34215 @item @var{word-size}
34216 The size of each memory word in bytes.
34217
34218 @item @var{nr-rows}
34219 The number of rows in the output table.
34220
34221 @item @var{nr-cols}
34222 The number of columns in the output table.
34223
34224 @item @var{aschar}
34225 If present, indicates that each row should include an @sc{ascii} dump. The
34226 value of @var{aschar} is used as a padding character when a byte is not a
34227 member of the printable @sc{ascii} character set (printable @sc{ascii}
34228 characters are those whose code is between 32 and 126, inclusively).
34229
34230 @item @var{byte-offset}
34231 An offset to add to the @var{address} before fetching memory.
34232 @end table
34233
34234 This command displays memory contents as a table of @var{nr-rows} by
34235 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
34236 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
34237 (returned as @samp{total-bytes}). Should less than the requested number
34238 of bytes be returned by the target, the missing words are identified
34239 using @samp{N/A}. The number of bytes read from the target is returned
34240 in @samp{nr-bytes} and the starting address used to read memory in
34241 @samp{addr}.
34242
34243 The address of the next/previous row or page is available in
34244 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
34245 @samp{prev-page}.
34246
34247 @subsubheading @value{GDBN} Command
34248
34249 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
34250 @samp{gdb_get_mem} memory read command.
34251
34252 @subsubheading Example
34253
34254 Read six bytes of memory starting at @code{bytes+6} but then offset by
34255 @code{-6} bytes. Format as three rows of two columns. One byte per
34256 word. Display each word in hex.
34257
34258 @smallexample
34259 (gdb)
34260 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
34261 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
34262 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
34263 prev-page="0x0000138a",memory=[
34264 @{addr="0x00001390",data=["0x00","0x01"]@},
34265 @{addr="0x00001392",data=["0x02","0x03"]@},
34266 @{addr="0x00001394",data=["0x04","0x05"]@}]
34267 (gdb)
34268 @end smallexample
34269
34270 Read two bytes of memory starting at address @code{shorts + 64} and
34271 display as a single word formatted in decimal.
34272
34273 @smallexample
34274 (gdb)
34275 5-data-read-memory shorts+64 d 2 1 1
34276 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
34277 next-row="0x00001512",prev-row="0x0000150e",
34278 next-page="0x00001512",prev-page="0x0000150e",memory=[
34279 @{addr="0x00001510",data=["128"]@}]
34280 (gdb)
34281 @end smallexample
34282
34283 Read thirty two bytes of memory starting at @code{bytes+16} and format
34284 as eight rows of four columns. Include a string encoding with @samp{x}
34285 used as the non-printable character.
34286
34287 @smallexample
34288 (gdb)
34289 4-data-read-memory bytes+16 x 1 8 4 x
34290 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
34291 next-row="0x000013c0",prev-row="0x0000139c",
34292 next-page="0x000013c0",prev-page="0x00001380",memory=[
34293 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
34294 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
34295 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
34296 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
34297 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
34298 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
34299 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
34300 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
34301 (gdb)
34302 @end smallexample
34303
34304 @subheading The @code{-data-read-memory-bytes} Command
34305 @findex -data-read-memory-bytes
34306
34307 @subsubheading Synopsis
34308
34309 @smallexample
34310 -data-read-memory-bytes [ -o @var{offset} ]
34311 @var{address} @var{count}
34312 @end smallexample
34313
34314 @noindent
34315 where:
34316
34317 @table @samp
34318 @item @var{address}
34319 An expression specifying the address of the first addressable memory unit
34320 to be read. Complex expressions containing embedded white space should be
34321 quoted using the C convention.
34322
34323 @item @var{count}
34324 The number of addressable memory units to read. This should be an integer
34325 literal.
34326
34327 @item @var{offset}
34328 The offset relative to @var{address} at which to start reading. This
34329 should be an integer literal. This option is provided so that a frontend
34330 is not required to first evaluate address and then perform address
34331 arithmetics itself.
34332
34333 @end table
34334
34335 This command attempts to read all accessible memory regions in the
34336 specified range. First, all regions marked as unreadable in the memory
34337 map (if one is defined) will be skipped. @xref{Memory Region
34338 Attributes}. Second, @value{GDBN} will attempt to read the remaining
34339 regions. For each one, if reading full region results in an errors,
34340 @value{GDBN} will try to read a subset of the region.
34341
34342 In general, every single memory unit in the region may be readable or not,
34343 and the only way to read every readable unit is to try a read at
34344 every address, which is not practical. Therefore, @value{GDBN} will
34345 attempt to read all accessible memory units at either beginning or the end
34346 of the region, using a binary division scheme. This heuristic works
34347 well for reading across a memory map boundary. Note that if a region
34348 has a readable range that is neither at the beginning or the end,
34349 @value{GDBN} will not read it.
34350
34351 The result record (@pxref{GDB/MI Result Records}) that is output of
34352 the command includes a field named @samp{memory} whose content is a
34353 list of tuples. Each tuple represent a successfully read memory block
34354 and has the following fields:
34355
34356 @table @code
34357 @item begin
34358 The start address of the memory block, as hexadecimal literal.
34359
34360 @item end
34361 The end address of the memory block, as hexadecimal literal.
34362
34363 @item offset
34364 The offset of the memory block, as hexadecimal literal, relative to
34365 the start address passed to @code{-data-read-memory-bytes}.
34366
34367 @item contents
34368 The contents of the memory block, in hex.
34369
34370 @end table
34371
34372
34373
34374 @subsubheading @value{GDBN} Command
34375
34376 The corresponding @value{GDBN} command is @samp{x}.
34377
34378 @subsubheading Example
34379
34380 @smallexample
34381 (gdb)
34382 -data-read-memory-bytes &a 10
34383 ^done,memory=[@{begin="0xbffff154",offset="0x00000000",
34384 end="0xbffff15e",
34385 contents="01000000020000000300"@}]
34386 (gdb)
34387 @end smallexample
34388
34389
34390 @subheading The @code{-data-write-memory-bytes} Command
34391 @findex -data-write-memory-bytes
34392
34393 @subsubheading Synopsis
34394
34395 @smallexample
34396 -data-write-memory-bytes @var{address} @var{contents}
34397 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
34398 @end smallexample
34399
34400 @noindent
34401 where:
34402
34403 @table @samp
34404 @item @var{address}
34405 An expression specifying the address of the first addressable memory unit
34406 to be written. Complex expressions containing embedded white space should
34407 be quoted using the C convention.
34408
34409 @item @var{contents}
34410 The hex-encoded data to write. It is an error if @var{contents} does
34411 not represent an integral number of addressable memory units.
34412
34413 @item @var{count}
34414 Optional argument indicating the number of addressable memory units to be
34415 written. If @var{count} is greater than @var{contents}' length,
34416 @value{GDBN} will repeatedly write @var{contents} until it fills
34417 @var{count} memory units.
34418
34419 @end table
34420
34421 @subsubheading @value{GDBN} Command
34422
34423 There's no corresponding @value{GDBN} command.
34424
34425 @subsubheading Example
34426
34427 @smallexample
34428 (gdb)
34429 -data-write-memory-bytes &a "aabbccdd"
34430 ^done
34431 (gdb)
34432 @end smallexample
34433
34434 @smallexample
34435 (gdb)
34436 -data-write-memory-bytes &a "aabbccdd" 16e
34437 ^done
34438 (gdb)
34439 @end smallexample
34440
34441 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34442 @node GDB/MI Tracepoint Commands
34443 @section @sc{gdb/mi} Tracepoint Commands
34444
34445 The commands defined in this section implement MI support for
34446 tracepoints. For detailed introduction, see @ref{Tracepoints}.
34447
34448 @subheading The @code{-trace-find} Command
34449 @findex -trace-find
34450
34451 @subsubheading Synopsis
34452
34453 @smallexample
34454 -trace-find @var{mode} [@var{parameters}@dots{}]
34455 @end smallexample
34456
34457 Find a trace frame using criteria defined by @var{mode} and
34458 @var{parameters}. The following table lists permissible
34459 modes and their parameters. For details of operation, see @ref{tfind}.
34460
34461 @table @samp
34462
34463 @item none
34464 No parameters are required. Stops examining trace frames.
34465
34466 @item frame-number
34467 An integer is required as parameter. Selects tracepoint frame with
34468 that index.
34469
34470 @item tracepoint-number
34471 An integer is required as parameter. Finds next
34472 trace frame that corresponds to tracepoint with the specified number.
34473
34474 @item pc
34475 An address is required as parameter. Finds
34476 next trace frame that corresponds to any tracepoint at the specified
34477 address.
34478
34479 @item pc-inside-range
34480 Two addresses are required as parameters. Finds next trace
34481 frame that corresponds to a tracepoint at an address inside the
34482 specified range. Both bounds are considered to be inside the range.
34483
34484 @item pc-outside-range
34485 Two addresses are required as parameters. Finds
34486 next trace frame that corresponds to a tracepoint at an address outside
34487 the specified range. Both bounds are considered to be inside the range.
34488
34489 @item line
34490 Line specification is required as parameter. @xref{Specify Location}.
34491 Finds next trace frame that corresponds to a tracepoint at
34492 the specified location.
34493
34494 @end table
34495
34496 If @samp{none} was passed as @var{mode}, the response does not
34497 have fields. Otherwise, the response may have the following fields:
34498
34499 @table @samp
34500 @item found
34501 This field has either @samp{0} or @samp{1} as the value, depending
34502 on whether a matching tracepoint was found.
34503
34504 @item traceframe
34505 The index of the found traceframe. This field is present iff
34506 the @samp{found} field has value of @samp{1}.
34507
34508 @item tracepoint
34509 The index of the found tracepoint. This field is present iff
34510 the @samp{found} field has value of @samp{1}.
34511
34512 @item frame
34513 The information about the frame corresponding to the found trace
34514 frame. This field is present only if a trace frame was found.
34515 @xref{GDB/MI Frame Information}, for description of this field.
34516
34517 @end table
34518
34519 @subsubheading @value{GDBN} Command
34520
34521 The corresponding @value{GDBN} command is @samp{tfind}.
34522
34523 @subheading -trace-define-variable
34524 @findex -trace-define-variable
34525
34526 @subsubheading Synopsis
34527
34528 @smallexample
34529 -trace-define-variable @var{name} [ @var{value} ]
34530 @end smallexample
34531
34532 Create trace variable @var{name} if it does not exist. If
34533 @var{value} is specified, sets the initial value of the specified
34534 trace variable to that value. Note that the @var{name} should start
34535 with the @samp{$} character.
34536
34537 @subsubheading @value{GDBN} Command
34538
34539 The corresponding @value{GDBN} command is @samp{tvariable}.
34540
34541 @subheading The @code{-trace-frame-collected} Command
34542 @findex -trace-frame-collected
34543
34544 @subsubheading Synopsis
34545
34546 @smallexample
34547 -trace-frame-collected
34548 [--var-print-values @var{var_pval}]
34549 [--comp-print-values @var{comp_pval}]
34550 [--registers-format @var{regformat}]
34551 [--memory-contents]
34552 @end smallexample
34553
34554 This command returns the set of collected objects, register names,
34555 trace state variable names, memory ranges and computed expressions
34556 that have been collected at a particular trace frame. The optional
34557 parameters to the command affect the output format in different ways.
34558 See the output description table below for more details.
34559
34560 The reported names can be used in the normal manner to create
34561 varobjs and inspect the objects themselves. The items returned by
34562 this command are categorized so that it is clear which is a variable,
34563 which is a register, which is a trace state variable, which is a
34564 memory range and which is a computed expression.
34565
34566 For instance, if the actions were
34567 @smallexample
34568 collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
34569 collect *(int*)0xaf02bef0@@40
34570 @end smallexample
34571
34572 @noindent
34573 the object collected in its entirety would be @code{myVar}. The
34574 object @code{myArray} would be partially collected, because only the
34575 element at index @code{myIndex} would be collected. The remaining
34576 objects would be computed expressions.
34577
34578 An example output would be:
34579
34580 @smallexample
34581 (gdb)
34582 -trace-frame-collected
34583 ^done,
34584 explicit-variables=[@{name="myVar",value="1"@}],
34585 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
34586 @{name="myObj.field",value="0"@},
34587 @{name="myPtr->field",value="1"@},
34588 @{name="myCount + 2",value="3"@},
34589 @{name="$tvar1 + 1",value="43970027"@}],
34590 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
34591 @{number="1",value="0x0"@},
34592 @{number="2",value="0x4"@},
34593 ...
34594 @{number="125",value="0x0"@}],
34595 tvars=[@{name="$tvar1",current="43970026"@}],
34596 memory=[@{address="0x0000000000602264",length="4"@},
34597 @{address="0x0000000000615bc0",length="4"@}]
34598 (gdb)
34599 @end smallexample
34600
34601 Where:
34602
34603 @table @code
34604 @item explicit-variables
34605 The set of objects that have been collected in their entirety (as
34606 opposed to collecting just a few elements of an array or a few struct
34607 members). For each object, its name and value are printed.
34608 The @code{--var-print-values} option affects how or whether the value
34609 field is output. If @var{var_pval} is 0, then print only the names;
34610 if it is 1, print also their values; and if it is 2, print the name,
34611 type and value for simple data types, and the name and type for
34612 arrays, structures and unions.
34613
34614 @item computed-expressions
34615 The set of computed expressions that have been collected at the
34616 current trace frame. The @code{--comp-print-values} option affects
34617 this set like the @code{--var-print-values} option affects the
34618 @code{explicit-variables} set. See above.
34619
34620 @item registers
34621 The registers that have been collected at the current trace frame.
34622 For each register collected, the name and current value are returned.
34623 The value is formatted according to the @code{--registers-format}
34624 option. See the @command{-data-list-register-values} command for a
34625 list of the allowed formats. The default is @samp{x}.
34626
34627 @item tvars
34628 The trace state variables that have been collected at the current
34629 trace frame. For each trace state variable collected, the name and
34630 current value are returned.
34631
34632 @item memory
34633 The set of memory ranges that have been collected at the current trace
34634 frame. Its content is a list of tuples. Each tuple represents a
34635 collected memory range and has the following fields:
34636
34637 @table @code
34638 @item address
34639 The start address of the memory range, as hexadecimal literal.
34640
34641 @item length
34642 The length of the memory range, as decimal literal.
34643
34644 @item contents
34645 The contents of the memory block, in hex. This field is only present
34646 if the @code{--memory-contents} option is specified.
34647
34648 @end table
34649
34650 @end table
34651
34652 @subsubheading @value{GDBN} Command
34653
34654 There is no corresponding @value{GDBN} command.
34655
34656 @subsubheading Example
34657
34658 @subheading -trace-list-variables
34659 @findex -trace-list-variables
34660
34661 @subsubheading Synopsis
34662
34663 @smallexample
34664 -trace-list-variables
34665 @end smallexample
34666
34667 Return a table of all defined trace variables. Each element of the
34668 table has the following fields:
34669
34670 @table @samp
34671 @item name
34672 The name of the trace variable. This field is always present.
34673
34674 @item initial
34675 The initial value. This is a 64-bit signed integer. This
34676 field is always present.
34677
34678 @item current
34679 The value the trace variable has at the moment. This is a 64-bit
34680 signed integer. This field is absent iff current value is
34681 not defined, for example if the trace was never run, or is
34682 presently running.
34683
34684 @end table
34685
34686 @subsubheading @value{GDBN} Command
34687
34688 The corresponding @value{GDBN} command is @samp{tvariables}.
34689
34690 @subsubheading Example
34691
34692 @smallexample
34693 (gdb)
34694 -trace-list-variables
34695 ^done,trace-variables=@{nr_rows="1",nr_cols="3",
34696 hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
34697 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
34698 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
34699 body=[variable=@{name="$trace_timestamp",initial="0"@}
34700 variable=@{name="$foo",initial="10",current="15"@}]@}
34701 (gdb)
34702 @end smallexample
34703
34704 @subheading -trace-save
34705 @findex -trace-save
34706
34707 @subsubheading Synopsis
34708
34709 @smallexample
34710 -trace-save [ -r ] [ -ctf ] @var{filename}
34711 @end smallexample
34712
34713 Saves the collected trace data to @var{filename}. Without the
34714 @samp{-r} option, the data is downloaded from the target and saved
34715 in a local file. With the @samp{-r} option the target is asked
34716 to perform the save.
34717
34718 By default, this command will save the trace in the tfile format. You can
34719 supply the optional @samp{-ctf} argument to save it the CTF format. See
34720 @ref{Trace Files} for more information about CTF.
34721
34722 @subsubheading @value{GDBN} Command
34723
34724 The corresponding @value{GDBN} command is @samp{tsave}.
34725
34726
34727 @subheading -trace-start
34728 @findex -trace-start
34729
34730 @subsubheading Synopsis
34731
34732 @smallexample
34733 -trace-start
34734 @end smallexample
34735
34736 Starts a tracing experiment. The result of this command does not
34737 have any fields.
34738
34739 @subsubheading @value{GDBN} Command
34740
34741 The corresponding @value{GDBN} command is @samp{tstart}.
34742
34743 @subheading -trace-status
34744 @findex -trace-status
34745
34746 @subsubheading Synopsis
34747
34748 @smallexample
34749 -trace-status
34750 @end smallexample
34751
34752 Obtains the status of a tracing experiment. The result may include
34753 the following fields:
34754
34755 @table @samp
34756
34757 @item supported
34758 May have a value of either @samp{0}, when no tracing operations are
34759 supported, @samp{1}, when all tracing operations are supported, or
34760 @samp{file} when examining trace file. In the latter case, examining
34761 of trace frame is possible but new tracing experiement cannot be
34762 started. This field is always present.
34763
34764 @item running
34765 May have a value of either @samp{0} or @samp{1} depending on whether
34766 tracing experiement is in progress on target. This field is present
34767 if @samp{supported} field is not @samp{0}.
34768
34769 @item stop-reason
34770 Report the reason why the tracing was stopped last time. This field
34771 may be absent iff tracing was never stopped on target yet. The
34772 value of @samp{request} means the tracing was stopped as result of
34773 the @code{-trace-stop} command. The value of @samp{overflow} means
34774 the tracing buffer is full. The value of @samp{disconnection} means
34775 tracing was automatically stopped when @value{GDBN} has disconnected.
34776 The value of @samp{passcount} means tracing was stopped when a
34777 tracepoint was passed a maximal number of times for that tracepoint.
34778 This field is present if @samp{supported} field is not @samp{0}.
34779
34780 @item stopping-tracepoint
34781 The number of tracepoint whose passcount as exceeded. This field is
34782 present iff the @samp{stop-reason} field has the value of
34783 @samp{passcount}.
34784
34785 @item frames
34786 @itemx frames-created
34787 The @samp{frames} field is a count of the total number of trace frames
34788 in the trace buffer, while @samp{frames-created} is the total created
34789 during the run, including ones that were discarded, such as when a
34790 circular trace buffer filled up. Both fields are optional.
34791
34792 @item buffer-size
34793 @itemx buffer-free
34794 These fields tell the current size of the tracing buffer and the
34795 remaining space. These fields are optional.
34796
34797 @item circular
34798 The value of the circular trace buffer flag. @code{1} means that the
34799 trace buffer is circular and old trace frames will be discarded if
34800 necessary to make room, @code{0} means that the trace buffer is linear
34801 and may fill up.
34802
34803 @item disconnected
34804 The value of the disconnected tracing flag. @code{1} means that
34805 tracing will continue after @value{GDBN} disconnects, @code{0} means
34806 that the trace run will stop.
34807
34808 @item trace-file
34809 The filename of the trace file being examined. This field is
34810 optional, and only present when examining a trace file.
34811
34812 @end table
34813
34814 @subsubheading @value{GDBN} Command
34815
34816 The corresponding @value{GDBN} command is @samp{tstatus}.
34817
34818 @subheading -trace-stop
34819 @findex -trace-stop
34820
34821 @subsubheading Synopsis
34822
34823 @smallexample
34824 -trace-stop
34825 @end smallexample
34826
34827 Stops a tracing experiment. The result of this command has the same
34828 fields as @code{-trace-status}, except that the @samp{supported} and
34829 @samp{running} fields are not output.
34830
34831 @subsubheading @value{GDBN} Command
34832
34833 The corresponding @value{GDBN} command is @samp{tstop}.
34834
34835
34836 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34837 @node GDB/MI Symbol Query
34838 @section @sc{gdb/mi} Symbol Query Commands
34839
34840
34841 @ignore
34842 @subheading The @code{-symbol-info-address} Command
34843 @findex -symbol-info-address
34844
34845 @subsubheading Synopsis
34846
34847 @smallexample
34848 -symbol-info-address @var{symbol}
34849 @end smallexample
34850
34851 Describe where @var{symbol} is stored.
34852
34853 @subsubheading @value{GDBN} Command
34854
34855 The corresponding @value{GDBN} command is @samp{info address}.
34856
34857 @subsubheading Example
34858 N.A.
34859
34860
34861 @subheading The @code{-symbol-info-file} Command
34862 @findex -symbol-info-file
34863
34864 @subsubheading Synopsis
34865
34866 @smallexample
34867 -symbol-info-file
34868 @end smallexample
34869
34870 Show the file for the symbol.
34871
34872 @subsubheading @value{GDBN} Command
34873
34874 There's no equivalent @value{GDBN} command. @code{gdbtk} has
34875 @samp{gdb_find_file}.
34876
34877 @subsubheading Example
34878 N.A.
34879 @end ignore
34880
34881 @subheading The @code{-symbol-info-functions} Command
34882 @findex -symbol-info-functions
34883 @anchor{-symbol-info-functions}
34884
34885 @subsubheading Synopsis
34886
34887 @smallexample
34888 -symbol-info-functions [--include-nondebug]
34889 [--type @var{type_regexp}]
34890 [--name @var{name_regexp}]
34891 [--max-results @var{limit}]
34892 @end smallexample
34893
34894 @noindent
34895 Return a list containing the names and types for all global functions
34896 taken from the debug information. The functions are grouped by source
34897 file, and shown with the line number on which each function is
34898 defined.
34899
34900 The @code{--include-nondebug} option causes the output to include
34901 code symbols from the symbol table.
34902
34903 The options @code{--type} and @code{--name} allow the symbols returned
34904 to be filtered based on either the name of the function, or the type
34905 signature of the function.
34906
34907 The option @code{--max-results} restricts the command to return no
34908 more than @var{limit} results. If exactly @var{limit} results are
34909 returned then there might be additional results available if a higher
34910 limit is used.
34911
34912 @subsubheading @value{GDBN} Command
34913
34914 The corresponding @value{GDBN} command is @samp{info functions}.
34915
34916 @subsubheading Example
34917 @smallexample
34918 @group
34919 (gdb)
34920 -symbol-info-functions
34921 ^done,symbols=
34922 @{debug=
34923 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34924 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34925 symbols=[@{line="36", name="f4", type="void (int *)",
34926 description="void f4(int *);"@},
34927 @{line="42", name="main", type="int ()",
34928 description="int main();"@},
34929 @{line="30", name="f1", type="my_int_t (int, int)",
34930 description="static my_int_t f1(int, int);"@}]@},
34931 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34932 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34933 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34934 description="float f2(another_float_t);"@},
34935 @{line="39", name="f3", type="int (another_int_t)",
34936 description="int f3(another_int_t);"@},
34937 @{line="27", name="f1", type="another_float_t (int)",
34938 description="static another_float_t f1(int);"@}]@}]@}
34939 @end group
34940 @group
34941 (gdb)
34942 -symbol-info-functions --name f1
34943 ^done,symbols=
34944 @{debug=
34945 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34946 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34947 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
34948 description="static my_int_t f1(int, int);"@}]@},
34949 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34950 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34951 symbols=[@{line="27", name="f1", type="another_float_t (int)",
34952 description="static another_float_t f1(int);"@}]@}]@}
34953 @end group
34954 @group
34955 (gdb)
34956 -symbol-info-functions --type void
34957 ^done,symbols=
34958 @{debug=
34959 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34960 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34961 symbols=[@{line="36", name="f4", type="void (int *)",
34962 description="void f4(int *);"@}]@}]@}
34963 @end group
34964 @group
34965 (gdb)
34966 -symbol-info-functions --include-nondebug
34967 ^done,symbols=
34968 @{debug=
34969 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34970 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34971 symbols=[@{line="36", name="f4", type="void (int *)",
34972 description="void f4(int *);"@},
34973 @{line="42", name="main", type="int ()",
34974 description="int main();"@},
34975 @{line="30", name="f1", type="my_int_t (int, int)",
34976 description="static my_int_t f1(int, int);"@}]@},
34977 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34978 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34979 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34980 description="float f2(another_float_t);"@},
34981 @{line="39", name="f3", type="int (another_int_t)",
34982 description="int f3(another_int_t);"@},
34983 @{line="27", name="f1", type="another_float_t (int)",
34984 description="static another_float_t f1(int);"@}]@}],
34985 nondebug=
34986 [@{address="0x0000000000400398",name="_init"@},
34987 @{address="0x00000000004003b0",name="_start"@},
34988 ...
34989 ]@}
34990 @end group
34991 @end smallexample
34992
34993 @subheading The @code{-symbol-info-module-functions} Command
34994 @findex -symbol-info-module-functions
34995 @anchor{-symbol-info-module-functions}
34996
34997 @subsubheading Synopsis
34998
34999 @smallexample
35000 -symbol-info-module-functions [--module @var{module_regexp}]
35001 [--name @var{name_regexp}]
35002 [--type @var{type_regexp}]
35003 @end smallexample
35004
35005 @noindent
35006 Return a list containing the names of all known functions within all
35007 know Fortran modules. The functions are grouped by source file and
35008 containing module, and shown with the line number on which each
35009 function is defined.
35010
35011 The option @code{--module} only returns results for modules matching
35012 @var{module_regexp}. The option @code{--name} only returns functions
35013 whose name matches @var{name_regexp}, and @code{--type} only returns
35014 functions whose type matches @var{type_regexp}.
35015
35016 @subsubheading @value{GDBN} Command
35017
35018 The corresponding @value{GDBN} command is @samp{info module functions}.
35019
35020 @subsubheading Example
35021
35022 @smallexample
35023 @group
35024 (gdb)
35025 -symbol-info-module-functions
35026 ^done,symbols=
35027 [@{module="mod1",
35028 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35029 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35030 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
35031 description="void mod1::check_all(void);"@}]@}]@},
35032 @{module="mod2",
35033 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35034 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35035 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
35036 description="void mod2::check_var_i(void);"@}]@}]@},
35037 @{module="mod3",
35038 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35039 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35040 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
35041 description="void mod3::check_all(void);"@},
35042 @{line="27",name="mod3::check_mod2",type="void (void)",
35043 description="void mod3::check_mod2(void);"@}]@}]@},
35044 @{module="modmany",
35045 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35046 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35047 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
35048 description="void modmany::check_some(void);"@}]@}]@},
35049 @{module="moduse",
35050 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35051 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35052 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
35053 description="void moduse::check_all(void);"@},
35054 @{line="49",name="moduse::check_var_x",type="void (void)",
35055 description="void moduse::check_var_x(void);"@}]@}]@}]
35056 @end group
35057 @end smallexample
35058
35059 @subheading The @code{-symbol-info-module-variables} Command
35060 @findex -symbol-info-module-variables
35061 @anchor{-symbol-info-module-variables}
35062
35063 @subsubheading Synopsis
35064
35065 @smallexample
35066 -symbol-info-module-variables [--module @var{module_regexp}]
35067 [--name @var{name_regexp}]
35068 [--type @var{type_regexp}]
35069 @end smallexample
35070
35071 @noindent
35072 Return a list containing the names of all known variables within all
35073 know Fortran modules. The variables are grouped by source file and
35074 containing module, and shown with the line number on which each
35075 variable is defined.
35076
35077 The option @code{--module} only returns results for modules matching
35078 @var{module_regexp}. The option @code{--name} only returns variables
35079 whose name matches @var{name_regexp}, and @code{--type} only returns
35080 variables whose type matches @var{type_regexp}.
35081
35082 @subsubheading @value{GDBN} Command
35083
35084 The corresponding @value{GDBN} command is @samp{info module variables}.
35085
35086 @subsubheading Example
35087
35088 @smallexample
35089 @group
35090 (gdb)
35091 -symbol-info-module-variables
35092 ^done,symbols=
35093 [@{module="mod1",
35094 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35095 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35096 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
35097 description="integer(kind=4) mod1::var_const;"@},
35098 @{line="17",name="mod1::var_i",type="integer(kind=4)",
35099 description="integer(kind=4) mod1::var_i;"@}]@}]@},
35100 @{module="mod2",
35101 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35102 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35103 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
35104 description="integer(kind=4) mod2::var_i;"@}]@}]@},
35105 @{module="mod3",
35106 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35107 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35108 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
35109 description="integer(kind=4) mod3::mod1;"@},
35110 @{line="17",name="mod3::mod2",type="integer(kind=4)",
35111 description="integer(kind=4) mod3::mod2;"@},
35112 @{line="19",name="mod3::var_i",type="integer(kind=4)",
35113 description="integer(kind=4) mod3::var_i;"@}]@}]@},
35114 @{module="modmany",
35115 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35116 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35117 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
35118 description="integer(kind=4) modmany::var_a;"@},
35119 @{line="33",name="modmany::var_b",type="integer(kind=4)",
35120 description="integer(kind=4) modmany::var_b;"@},
35121 @{line="33",name="modmany::var_c",type="integer(kind=4)",
35122 description="integer(kind=4) modmany::var_c;"@},
35123 @{line="33",name="modmany::var_i",type="integer(kind=4)",
35124 description="integer(kind=4) modmany::var_i;"@}]@}]@},
35125 @{module="moduse",
35126 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35127 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35128 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
35129 description="integer(kind=4) moduse::var_x;"@},
35130 @{line="42",name="moduse::var_y",type="integer(kind=4)",
35131 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
35132 @end group
35133 @end smallexample
35134
35135 @subheading The @code{-symbol-info-modules} Command
35136 @findex -symbol-info-modules
35137 @anchor{-symbol-info-modules}
35138
35139 @subsubheading Synopsis
35140
35141 @smallexample
35142 -symbol-info-modules [--name @var{name_regexp}]
35143 [--max-results @var{limit}]
35144
35145 @end smallexample
35146
35147 @noindent
35148 Return a list containing the names of all known Fortran modules. The
35149 modules are grouped by source file, and shown with the line number on
35150 which each modules is defined.
35151
35152 The option @code{--name} allows the modules returned to be filtered
35153 based the name of the module.
35154
35155 The option @code{--max-results} restricts the command to return no
35156 more than @var{limit} results. If exactly @var{limit} results are
35157 returned then there might be additional results available if a higher
35158 limit is used.
35159
35160 @subsubheading @value{GDBN} Command
35161
35162 The corresponding @value{GDBN} command is @samp{info modules}.
35163
35164 @subsubheading Example
35165 @smallexample
35166 @group
35167 (gdb)
35168 -symbol-info-modules
35169 ^done,symbols=
35170 @{debug=
35171 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35172 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35173 symbols=[@{line="16",name="mod1"@},
35174 @{line="22",name="mod2"@}]@},
35175 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35176 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35177 symbols=[@{line="16",name="mod3"@},
35178 @{line="22",name="modmany"@},
35179 @{line="26",name="moduse"@}]@}]@}
35180 @end group
35181 @group
35182 (gdb)
35183 -symbol-info-modules --name mod[123]
35184 ^done,symbols=
35185 @{debug=
35186 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35187 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35188 symbols=[@{line="16",name="mod1"@},
35189 @{line="22",name="mod2"@}]@},
35190 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35191 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35192 symbols=[@{line="16",name="mod3"@}]@}]@}
35193 @end group
35194 @end smallexample
35195
35196 @subheading The @code{-symbol-info-types} Command
35197 @findex -symbol-info-types
35198 @anchor{-symbol-info-types}
35199
35200 @subsubheading Synopsis
35201
35202 @smallexample
35203 -symbol-info-types [--name @var{name_regexp}]
35204 [--max-results @var{limit}]
35205
35206 @end smallexample
35207
35208 @noindent
35209 Return a list of all defined types. The types are grouped by source
35210 file, and shown with the line number on which each user defined type
35211 is defined. Some base types are not defined in the source code but
35212 are added to the debug information by the compiler, for example
35213 @code{int}, @code{float}, etc.; these types do not have an associated
35214 line number.
35215
35216 The option @code{--name} allows the list of types returned to be
35217 filtered by name.
35218
35219 The option @code{--max-results} restricts the command to return no
35220 more than @var{limit} results. If exactly @var{limit} results are
35221 returned then there might be additional results available if a higher
35222 limit is used.
35223
35224 @subsubheading @value{GDBN} Command
35225
35226 The corresponding @value{GDBN} command is @samp{info types}.
35227
35228 @subsubheading Example
35229 @smallexample
35230 @group
35231 (gdb)
35232 -symbol-info-types
35233 ^done,symbols=
35234 @{debug=
35235 [@{filename="gdb.mi/mi-sym-info-1.c",
35236 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35237 symbols=[@{name="float"@},
35238 @{name="int"@},
35239 @{line="27",name="typedef int my_int_t;"@}]@},
35240 @{filename="gdb.mi/mi-sym-info-2.c",
35241 fullname="/project/gdb.mi/mi-sym-info-2.c",
35242 symbols=[@{line="24",name="typedef float another_float_t;"@},
35243 @{line="23",name="typedef int another_int_t;"@},
35244 @{name="float"@},
35245 @{name="int"@}]@}]@}
35246 @end group
35247 @group
35248 (gdb)
35249 -symbol-info-types --name _int_
35250 ^done,symbols=
35251 @{debug=
35252 [@{filename="gdb.mi/mi-sym-info-1.c",
35253 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35254 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
35255 @{filename="gdb.mi/mi-sym-info-2.c",
35256 fullname="/project/gdb.mi/mi-sym-info-2.c",
35257 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
35258 @end group
35259 @end smallexample
35260
35261 @subheading The @code{-symbol-info-variables} Command
35262 @findex -symbol-info-variables
35263 @anchor{-symbol-info-variables}
35264
35265 @subsubheading Synopsis
35266
35267 @smallexample
35268 -symbol-info-variables [--include-nondebug]
35269 [--type @var{type_regexp}]
35270 [--name @var{name_regexp}]
35271 [--max-results @var{limit}]
35272
35273 @end smallexample
35274
35275 @noindent
35276 Return a list containing the names and types for all global variables
35277 taken from the debug information. The variables are grouped by source
35278 file, and shown with the line number on which each variable is
35279 defined.
35280
35281 The @code{--include-nondebug} option causes the output to include
35282 data symbols from the symbol table.
35283
35284 The options @code{--type} and @code{--name} allow the symbols returned
35285 to be filtered based on either the name of the variable, or the type
35286 of the variable.
35287
35288 The option @code{--max-results} restricts the command to return no
35289 more than @var{limit} results. If exactly @var{limit} results are
35290 returned then there might be additional results available if a higher
35291 limit is used.
35292
35293 @subsubheading @value{GDBN} Command
35294
35295 The corresponding @value{GDBN} command is @samp{info variables}.
35296
35297 @subsubheading Example
35298 @smallexample
35299 @group
35300 (gdb)
35301 -symbol-info-variables
35302 ^done,symbols=
35303 @{debug=
35304 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35305 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35306 symbols=[@{line="25",name="global_f1",type="float",
35307 description="static float global_f1;"@},
35308 @{line="24",name="global_i1",type="int",
35309 description="static int global_i1;"@}]@},
35310 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35311 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35312 symbols=[@{line="21",name="global_f2",type="int",
35313 description="int global_f2;"@},
35314 @{line="20",name="global_i2",type="int",
35315 description="int global_i2;"@},
35316 @{line="19",name="global_f1",type="float",
35317 description="static float global_f1;"@},
35318 @{line="18",name="global_i1",type="int",
35319 description="static int global_i1;"@}]@}]@}
35320 @end group
35321 @group
35322 (gdb)
35323 -symbol-info-variables --name f1
35324 ^done,symbols=
35325 @{debug=
35326 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35327 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35328 symbols=[@{line="25",name="global_f1",type="float",
35329 description="static float global_f1;"@}]@},
35330 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35331 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35332 symbols=[@{line="19",name="global_f1",type="float",
35333 description="static float global_f1;"@}]@}]@}
35334 @end group
35335 @group
35336 (gdb)
35337 -symbol-info-variables --type float
35338 ^done,symbols=
35339 @{debug=
35340 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35341 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35342 symbols=[@{line="25",name="global_f1",type="float",
35343 description="static float global_f1;"@}]@},
35344 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35345 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35346 symbols=[@{line="19",name="global_f1",type="float",
35347 description="static float global_f1;"@}]@}]@}
35348 @end group
35349 @group
35350 (gdb)
35351 -symbol-info-variables --include-nondebug
35352 ^done,symbols=
35353 @{debug=
35354 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35355 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35356 symbols=[@{line="25",name="global_f1",type="float",
35357 description="static float global_f1;"@},
35358 @{line="24",name="global_i1",type="int",
35359 description="static int global_i1;"@}]@},
35360 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35361 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35362 symbols=[@{line="21",name="global_f2",type="int",
35363 description="int global_f2;"@},
35364 @{line="20",name="global_i2",type="int",
35365 description="int global_i2;"@},
35366 @{line="19",name="global_f1",type="float",
35367 description="static float global_f1;"@},
35368 @{line="18",name="global_i1",type="int",
35369 description="static int global_i1;"@}]@}],
35370 nondebug=
35371 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
35372 @{address="0x00000000004005d8",name="__dso_handle"@}
35373 ...
35374 ]@}
35375 @end group
35376 @end smallexample
35377
35378 @ignore
35379 @subheading The @code{-symbol-info-line} Command
35380 @findex -symbol-info-line
35381
35382 @subsubheading Synopsis
35383
35384 @smallexample
35385 -symbol-info-line
35386 @end smallexample
35387
35388 Show the core addresses of the code for a source line.
35389
35390 @subsubheading @value{GDBN} Command
35391
35392 The corresponding @value{GDBN} command is @samp{info line}.
35393 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
35394
35395 @subsubheading Example
35396 N.A.
35397
35398
35399 @subheading The @code{-symbol-info-symbol} Command
35400 @findex -symbol-info-symbol
35401
35402 @subsubheading Synopsis
35403
35404 @smallexample
35405 -symbol-info-symbol @var{addr}
35406 @end smallexample
35407
35408 Describe what symbol is at location @var{addr}.
35409
35410 @subsubheading @value{GDBN} Command
35411
35412 The corresponding @value{GDBN} command is @samp{info symbol}.
35413
35414 @subsubheading Example
35415 N.A.
35416
35417
35418 @subheading The @code{-symbol-list-functions} Command
35419 @findex -symbol-list-functions
35420
35421 @subsubheading Synopsis
35422
35423 @smallexample
35424 -symbol-list-functions
35425 @end smallexample
35426
35427 List the functions in the executable.
35428
35429 @subsubheading @value{GDBN} Command
35430
35431 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
35432 @samp{gdb_search} in @code{gdbtk}.
35433
35434 @subsubheading Example
35435 N.A.
35436 @end ignore
35437
35438
35439 @subheading The @code{-symbol-list-lines} Command
35440 @findex -symbol-list-lines
35441
35442 @subsubheading Synopsis
35443
35444 @smallexample
35445 -symbol-list-lines @var{filename}
35446 @end smallexample
35447
35448 Print the list of lines that contain code and their associated program
35449 addresses for the given source filename. The entries are sorted in
35450 ascending PC order.
35451
35452 @subsubheading @value{GDBN} Command
35453
35454 There is no corresponding @value{GDBN} command.
35455
35456 @subsubheading Example
35457 @smallexample
35458 (gdb)
35459 -symbol-list-lines basics.c
35460 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
35461 (gdb)
35462 @end smallexample
35463
35464
35465 @ignore
35466 @subheading The @code{-symbol-list-types} Command
35467 @findex -symbol-list-types
35468
35469 @subsubheading Synopsis
35470
35471 @smallexample
35472 -symbol-list-types
35473 @end smallexample
35474
35475 List all the type names.
35476
35477 @subsubheading @value{GDBN} Command
35478
35479 The corresponding commands are @samp{info types} in @value{GDBN},
35480 @samp{gdb_search} in @code{gdbtk}.
35481
35482 @subsubheading Example
35483 N.A.
35484
35485
35486 @subheading The @code{-symbol-list-variables} Command
35487 @findex -symbol-list-variables
35488
35489 @subsubheading Synopsis
35490
35491 @smallexample
35492 -symbol-list-variables
35493 @end smallexample
35494
35495 List all the global and static variable names.
35496
35497 @subsubheading @value{GDBN} Command
35498
35499 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
35500
35501 @subsubheading Example
35502 N.A.
35503
35504
35505 @subheading The @code{-symbol-locate} Command
35506 @findex -symbol-locate
35507
35508 @subsubheading Synopsis
35509
35510 @smallexample
35511 -symbol-locate
35512 @end smallexample
35513
35514 @subsubheading @value{GDBN} Command
35515
35516 @samp{gdb_loc} in @code{gdbtk}.
35517
35518 @subsubheading Example
35519 N.A.
35520
35521
35522 @subheading The @code{-symbol-type} Command
35523 @findex -symbol-type
35524
35525 @subsubheading Synopsis
35526
35527 @smallexample
35528 -symbol-type @var{variable}
35529 @end smallexample
35530
35531 Show type of @var{variable}.
35532
35533 @subsubheading @value{GDBN} Command
35534
35535 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
35536 @samp{gdb_obj_variable}.
35537
35538 @subsubheading Example
35539 N.A.
35540 @end ignore
35541
35542
35543 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35544 @node GDB/MI File Commands
35545 @section @sc{gdb/mi} File Commands
35546
35547 This section describes the GDB/MI commands to specify executable file names
35548 and to read in and obtain symbol table information.
35549
35550 @subheading The @code{-file-exec-and-symbols} Command
35551 @findex -file-exec-and-symbols
35552
35553 @subsubheading Synopsis
35554
35555 @smallexample
35556 -file-exec-and-symbols @var{file}
35557 @end smallexample
35558
35559 Specify the executable file to be debugged. This file is the one from
35560 which the symbol table is also read. If no file is specified, the
35561 command clears the executable and symbol information. If breakpoints
35562 are set when using this command with no arguments, @value{GDBN} will produce
35563 error messages. Otherwise, no output is produced, except a completion
35564 notification.
35565
35566 @subsubheading @value{GDBN} Command
35567
35568 The corresponding @value{GDBN} command is @samp{file}.
35569
35570 @subsubheading Example
35571
35572 @smallexample
35573 (gdb)
35574 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35575 ^done
35576 (gdb)
35577 @end smallexample
35578
35579
35580 @subheading The @code{-file-exec-file} Command
35581 @findex -file-exec-file
35582
35583 @subsubheading Synopsis
35584
35585 @smallexample
35586 -file-exec-file @var{file}
35587 @end smallexample
35588
35589 Specify the executable file to be debugged. Unlike
35590 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
35591 from this file. If used without argument, @value{GDBN} clears the information
35592 about the executable file. No output is produced, except a completion
35593 notification.
35594
35595 @subsubheading @value{GDBN} Command
35596
35597 The corresponding @value{GDBN} command is @samp{exec-file}.
35598
35599 @subsubheading Example
35600
35601 @smallexample
35602 (gdb)
35603 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35604 ^done
35605 (gdb)
35606 @end smallexample
35607
35608
35609 @ignore
35610 @subheading The @code{-file-list-exec-sections} Command
35611 @findex -file-list-exec-sections
35612
35613 @subsubheading Synopsis
35614
35615 @smallexample
35616 -file-list-exec-sections
35617 @end smallexample
35618
35619 List the sections of the current executable file.
35620
35621 @subsubheading @value{GDBN} Command
35622
35623 The @value{GDBN} command @samp{info file} shows, among the rest, the same
35624 information as this command. @code{gdbtk} has a corresponding command
35625 @samp{gdb_load_info}.
35626
35627 @subsubheading Example
35628 N.A.
35629 @end ignore
35630
35631
35632 @subheading The @code{-file-list-exec-source-file} Command
35633 @findex -file-list-exec-source-file
35634
35635 @subsubheading Synopsis
35636
35637 @smallexample
35638 -file-list-exec-source-file
35639 @end smallexample
35640
35641 List the line number, the current source file, and the absolute path
35642 to the current source file for the current executable. The macro
35643 information field has a value of @samp{1} or @samp{0} depending on
35644 whether or not the file includes preprocessor macro information.
35645
35646 @subsubheading @value{GDBN} Command
35647
35648 The @value{GDBN} equivalent is @samp{info source}
35649
35650 @subsubheading Example
35651
35652 @smallexample
35653 (gdb)
35654 123-file-list-exec-source-file
35655 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
35656 (gdb)
35657 @end smallexample
35658
35659
35660 @subheading The @code{-file-list-exec-source-files} Command
35661 @kindex info sources
35662 @findex -file-list-exec-source-files
35663
35664 @subsubheading Synopsis
35665
35666 @smallexample
35667 -file-list-exec-source-files @r{[} @var{--group-by-objfile} @r{]}
35668 @r{[} @var{--dirname} @r{|} @var{--basename} @r{]}
35669 @r{[} -- @r{]}
35670 @r{[} @var{regexp} @r{]}
35671 @end smallexample
35672
35673 This command returns information about the source files @value{GDBN}
35674 knows about, it will output both the filename and fullname (absolute
35675 file name) of a source file, though the fullname can be elided if this
35676 information is not known to @value{GDBN}.
35677
35678 With no arguments this command returns a list of source files. Each
35679 source file is represented by a tuple with the fields; @var{file},
35680 @var{fullname}, and @var{debug-fully-read}. The @var{file} is the
35681 display name for the file, while @var{fullname} is the absolute name
35682 of the file. The @var{fullname} field can be elided if the absolute
35683 name of the source file can't be computed. The field
35684 @var{debug-fully-read} will be a string, either @code{true} or
35685 @code{false}. When @code{true}, this indicates the full debug
35686 information for the compilation unit describing this file has been
35687 read in. When @code{false}, the full debug information has not yet
35688 been read in. While reading in the full debug information it is
35689 possible that @value{GDBN} could become aware of additional source
35690 files.
35691
35692 The optional @var{regexp} can be used to filter the list of source
35693 files returned. The @var{regexp} will be matched against the full
35694 source file name. The matching is case-sensitive, except on operating
35695 systems that have case-insensitive filesystem (e.g.,
35696 MS-Windows). @samp{--} can be used before @var{regexp} to prevent
35697 @value{GDBN} interpreting @var{regexp} as a command option (e.g.@: if
35698 @var{regexp} starts with @samp{-}).
35699
35700 If @code{--dirname} is provided, then @var{regexp} is matched only
35701 against the directory name of each source file. If @code{--basename}
35702 is provided, then @var{regexp} is matched against the basename of each
35703 source file. Only one of @code{--dirname} or @code{--basename} may be
35704 given, and if either is given then @var{regexp} is required.
35705
35706 If @code{--group-by-objfile} is used then the format of the results is
35707 changed. The results will now be a list of tuples, with each tuple
35708 representing an object file (executable or shared library) loaded into
35709 @value{GDBN}. The fields of these tuples are; @var{filename},
35710 @var{debug-info}, and @var{sources}. The @var{filename} is the
35711 absolute name of the object file, @var{debug-info} is a string with
35712 one of the following values:
35713
35714 @table @code
35715 @item none
35716 This object file has no debug information.
35717 @item partially-read
35718 This object file has debug information, but it is not fully read in
35719 yet. When it is read in later, GDB might become aware of additional
35720 source files.
35721 @item fully-read
35722 This object file has debug information, and this information is fully
35723 read into GDB. The list of source files is complete.
35724 @end table
35725
35726 The @var{sources} is a list or tuples, with each tuple describing a
35727 single source file with the same fields as described previously. The
35728 @var{sources} list can be empty for object files that have no debug
35729 information.
35730
35731 @subsubheading @value{GDBN} Command
35732
35733 The @value{GDBN} equivalent is @samp{info sources}.
35734 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
35735
35736 @subsubheading Example
35737 @smallexample
35738 (@value{GDBP})
35739 -file-list-exec-source-files
35740 ^done,files=[@{file="foo.c",fullname="/home/foo.c",debug-fully-read="true"@},
35741 @{file="/home/bar.c",fullname="/home/bar.c",debug-fully-read="true"@},
35742 @{file="gdb_could_not_find_fullpath.c",debug-fully-read="true"@}]
35743 (@value{GDBP})
35744 -file-list-exec-source-files
35745 ^done,files=[@{file="test.c",
35746 fullname="/tmp/info-sources/test.c",
35747 debug-fully-read="true"@},
35748 @{file="/usr/include/stdc-predef.h",
35749 fullname="/usr/include/stdc-predef.h",
35750 debug-fully-read="true"@},
35751 @{file="header.h",
35752 fullname="/tmp/info-sources/header.h",
35753 debug-fully-read="true"@},
35754 @{file="helper.c",
35755 fullname="/tmp/info-sources/helper.c",
35756 debug-fully-read="true"@}]
35757 (@value{GDBP})
35758 -file-list-exec-source-files -- \\.c
35759 ^done,files=[@{file="test.c",
35760 fullname="/tmp/info-sources/test.c",
35761 debug-fully-read="true"@},
35762 @{file="helper.c",
35763 fullname="/tmp/info-sources/helper.c",
35764 debug-fully-read="true"@}]
35765 (@value{GDBP})
35766 -file-list-exec-source-files --group-by-objfile
35767 ^done,files=[@{filename="/tmp/info-sources/test.x",
35768 debug-info="fully-read",
35769 sources=[@{file="test.c",
35770 fullname="/tmp/info-sources/test.c",
35771 debug-fully-read="true"@},
35772 @{file="/usr/include/stdc-predef.h",
35773 fullname="/usr/include/stdc-predef.h",
35774 debug-fully-read="true"@},
35775 @{file="header.h",
35776 fullname="/tmp/info-sources/header.h",
35777 debug-fully-read="true"@}]@},
35778 @{filename="/lib64/ld-linux-x86-64.so.2",
35779 debug-info="none",
35780 sources=[]@},
35781 @{filename="system-supplied DSO at 0x7ffff7fcf000",
35782 debug-info="none",
35783 sources=[]@},
35784 @{filename="/tmp/info-sources/libhelper.so",
35785 debug-info="fully-read",
35786 sources=[@{file="helper.c",
35787 fullname="/tmp/info-sources/helper.c",
35788 debug-fully-read="true"@},
35789 @{file="/usr/include/stdc-predef.h",
35790 fullname="/usr/include/stdc-predef.h",
35791 debug-fully-read="true"@},
35792 @{file="header.h",
35793 fullname="/tmp/info-sources/header.h",
35794 debug-fully-read="true"@}]@},
35795 @{filename="/lib64/libc.so.6",
35796 debug-info="none",
35797 sources=[]@}]
35798 @end smallexample
35799
35800 @subheading The @code{-file-list-shared-libraries} Command
35801 @findex -file-list-shared-libraries
35802
35803 @subsubheading Synopsis
35804
35805 @smallexample
35806 -file-list-shared-libraries [ @var{regexp} ]
35807 @end smallexample
35808
35809 List the shared libraries in the program.
35810 With a regular expression @var{regexp}, only those libraries whose
35811 names match @var{regexp} are listed.
35812
35813 @subsubheading @value{GDBN} Command
35814
35815 The corresponding @value{GDBN} command is @samp{info shared}. The fields
35816 have a similar meaning to the @code{=library-loaded} notification.
35817 The @code{ranges} field specifies the multiple segments belonging to this
35818 library. Each range has the following fields:
35819
35820 @table @samp
35821 @item from
35822 The address defining the inclusive lower bound of the segment.
35823 @item to
35824 The address defining the exclusive upper bound of the segment.
35825 @end table
35826
35827 @subsubheading Example
35828 @smallexample
35829 (gdb)
35830 -file-list-exec-source-files
35831 ^done,shared-libraries=[
35832 @{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"@}]@},
35833 @{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"@}]@}]
35834 (gdb)
35835 @end smallexample
35836
35837
35838 @ignore
35839 @subheading The @code{-file-list-symbol-files} Command
35840 @findex -file-list-symbol-files
35841
35842 @subsubheading Synopsis
35843
35844 @smallexample
35845 -file-list-symbol-files
35846 @end smallexample
35847
35848 List symbol files.
35849
35850 @subsubheading @value{GDBN} Command
35851
35852 The corresponding @value{GDBN} command is @samp{info file} (part of it).
35853
35854 @subsubheading Example
35855 N.A.
35856 @end ignore
35857
35858
35859 @subheading The @code{-file-symbol-file} Command
35860 @findex -file-symbol-file
35861
35862 @subsubheading Synopsis
35863
35864 @smallexample
35865 -file-symbol-file @var{file}
35866 @end smallexample
35867
35868 Read symbol table info from the specified @var{file} argument. When
35869 used without arguments, clears @value{GDBN}'s symbol table info. No output is
35870 produced, except for a completion notification.
35871
35872 @subsubheading @value{GDBN} Command
35873
35874 The corresponding @value{GDBN} command is @samp{symbol-file}.
35875
35876 @subsubheading Example
35877
35878 @smallexample
35879 (gdb)
35880 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35881 ^done
35882 (gdb)
35883 @end smallexample
35884
35885 @ignore
35886 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35887 @node GDB/MI Memory Overlay Commands
35888 @section @sc{gdb/mi} Memory Overlay Commands
35889
35890 The memory overlay commands are not implemented.
35891
35892 @c @subheading -overlay-auto
35893
35894 @c @subheading -overlay-list-mapping-state
35895
35896 @c @subheading -overlay-list-overlays
35897
35898 @c @subheading -overlay-map
35899
35900 @c @subheading -overlay-off
35901
35902 @c @subheading -overlay-on
35903
35904 @c @subheading -overlay-unmap
35905
35906 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35907 @node GDB/MI Signal Handling Commands
35908 @section @sc{gdb/mi} Signal Handling Commands
35909
35910 Signal handling commands are not implemented.
35911
35912 @c @subheading -signal-handle
35913
35914 @c @subheading -signal-list-handle-actions
35915
35916 @c @subheading -signal-list-signal-types
35917 @end ignore
35918
35919
35920 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35921 @node GDB/MI Target Manipulation
35922 @section @sc{gdb/mi} Target Manipulation Commands
35923
35924
35925 @subheading The @code{-target-attach} Command
35926 @findex -target-attach
35927
35928 @subsubheading Synopsis
35929
35930 @smallexample
35931 -target-attach @var{pid} | @var{gid} | @var{file}
35932 @end smallexample
35933
35934 Attach to a process @var{pid} or a file @var{file} outside of
35935 @value{GDBN}, or a thread group @var{gid}. If attaching to a thread
35936 group, the id previously returned by
35937 @samp{-list-thread-groups --available} must be used.
35938
35939 @subsubheading @value{GDBN} Command
35940
35941 The corresponding @value{GDBN} command is @samp{attach}.
35942
35943 @subsubheading Example
35944 @smallexample
35945 (gdb)
35946 -target-attach 34
35947 =thread-created,id="1"
35948 *stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
35949 ^done
35950 (gdb)
35951 @end smallexample
35952
35953 @ignore
35954 @subheading The @code{-target-compare-sections} Command
35955 @findex -target-compare-sections
35956
35957 @subsubheading Synopsis
35958
35959 @smallexample
35960 -target-compare-sections [ @var{section} ]
35961 @end smallexample
35962
35963 Compare data of section @var{section} on target to the exec file.
35964 Without the argument, all sections are compared.
35965
35966 @subsubheading @value{GDBN} Command
35967
35968 The @value{GDBN} equivalent is @samp{compare-sections}.
35969
35970 @subsubheading Example
35971 N.A.
35972 @end ignore
35973
35974
35975 @subheading The @code{-target-detach} Command
35976 @findex -target-detach
35977
35978 @subsubheading Synopsis
35979
35980 @smallexample
35981 -target-detach [ @var{pid} | @var{gid} ]
35982 @end smallexample
35983
35984 Detach from the remote target which normally resumes its execution.
35985 If either @var{pid} or @var{gid} is specified, detaches from either
35986 the specified process, or specified thread group. There's no output.
35987
35988 @subsubheading @value{GDBN} Command
35989
35990 The corresponding @value{GDBN} command is @samp{detach}.
35991
35992 @subsubheading Example
35993
35994 @smallexample
35995 (gdb)
35996 -target-detach
35997 ^done
35998 (gdb)
35999 @end smallexample
36000
36001
36002 @subheading The @code{-target-disconnect} Command
36003 @findex -target-disconnect
36004
36005 @subsubheading Synopsis
36006
36007 @smallexample
36008 -target-disconnect
36009 @end smallexample
36010
36011 Disconnect from the remote target. There's no output and the target is
36012 generally not resumed.
36013
36014 @subsubheading @value{GDBN} Command
36015
36016 The corresponding @value{GDBN} command is @samp{disconnect}.
36017
36018 @subsubheading Example
36019
36020 @smallexample
36021 (gdb)
36022 -target-disconnect
36023 ^done
36024 (gdb)
36025 @end smallexample
36026
36027
36028 @subheading The @code{-target-download} Command
36029 @findex -target-download
36030
36031 @subsubheading Synopsis
36032
36033 @smallexample
36034 -target-download
36035 @end smallexample
36036
36037 Loads the executable onto the remote target.
36038 It prints out an update message every half second, which includes the fields:
36039
36040 @table @samp
36041 @item section
36042 The name of the section.
36043 @item section-sent
36044 The size of what has been sent so far for that section.
36045 @item section-size
36046 The size of the section.
36047 @item total-sent
36048 The total size of what was sent so far (the current and the previous sections).
36049 @item total-size
36050 The size of the overall executable to download.
36051 @end table
36052
36053 @noindent
36054 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
36055 @sc{gdb/mi} Output Syntax}).
36056
36057 In addition, it prints the name and size of the sections, as they are
36058 downloaded. These messages include the following fields:
36059
36060 @table @samp
36061 @item section
36062 The name of the section.
36063 @item section-size
36064 The size of the section.
36065 @item total-size
36066 The size of the overall executable to download.
36067 @end table
36068
36069 @noindent
36070 At the end, a summary is printed.
36071
36072 @subsubheading @value{GDBN} Command
36073
36074 The corresponding @value{GDBN} command is @samp{load}.
36075
36076 @subsubheading Example
36077
36078 Note: each status message appears on a single line. Here the messages
36079 have been broken down so that they can fit onto a page.
36080
36081 @smallexample
36082 (gdb)
36083 -target-download
36084 +download,@{section=".text",section-size="6668",total-size="9880"@}
36085 +download,@{section=".text",section-sent="512",section-size="6668",
36086 total-sent="512",total-size="9880"@}
36087 +download,@{section=".text",section-sent="1024",section-size="6668",
36088 total-sent="1024",total-size="9880"@}
36089 +download,@{section=".text",section-sent="1536",section-size="6668",
36090 total-sent="1536",total-size="9880"@}
36091 +download,@{section=".text",section-sent="2048",section-size="6668",
36092 total-sent="2048",total-size="9880"@}
36093 +download,@{section=".text",section-sent="2560",section-size="6668",
36094 total-sent="2560",total-size="9880"@}
36095 +download,@{section=".text",section-sent="3072",section-size="6668",
36096 total-sent="3072",total-size="9880"@}
36097 +download,@{section=".text",section-sent="3584",section-size="6668",
36098 total-sent="3584",total-size="9880"@}
36099 +download,@{section=".text",section-sent="4096",section-size="6668",
36100 total-sent="4096",total-size="9880"@}
36101 +download,@{section=".text",section-sent="4608",section-size="6668",
36102 total-sent="4608",total-size="9880"@}
36103 +download,@{section=".text",section-sent="5120",section-size="6668",
36104 total-sent="5120",total-size="9880"@}
36105 +download,@{section=".text",section-sent="5632",section-size="6668",
36106 total-sent="5632",total-size="9880"@}
36107 +download,@{section=".text",section-sent="6144",section-size="6668",
36108 total-sent="6144",total-size="9880"@}
36109 +download,@{section=".text",section-sent="6656",section-size="6668",
36110 total-sent="6656",total-size="9880"@}
36111 +download,@{section=".init",section-size="28",total-size="9880"@}
36112 +download,@{section=".fini",section-size="28",total-size="9880"@}
36113 +download,@{section=".data",section-size="3156",total-size="9880"@}
36114 +download,@{section=".data",section-sent="512",section-size="3156",
36115 total-sent="7236",total-size="9880"@}
36116 +download,@{section=".data",section-sent="1024",section-size="3156",
36117 total-sent="7748",total-size="9880"@}
36118 +download,@{section=".data",section-sent="1536",section-size="3156",
36119 total-sent="8260",total-size="9880"@}
36120 +download,@{section=".data",section-sent="2048",section-size="3156",
36121 total-sent="8772",total-size="9880"@}
36122 +download,@{section=".data",section-sent="2560",section-size="3156",
36123 total-sent="9284",total-size="9880"@}
36124 +download,@{section=".data",section-sent="3072",section-size="3156",
36125 total-sent="9796",total-size="9880"@}
36126 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
36127 write-rate="429"
36128 (gdb)
36129 @end smallexample
36130
36131
36132 @ignore
36133 @subheading The @code{-target-exec-status} Command
36134 @findex -target-exec-status
36135
36136 @subsubheading Synopsis
36137
36138 @smallexample
36139 -target-exec-status
36140 @end smallexample
36141
36142 Provide information on the state of the target (whether it is running or
36143 not, for instance).
36144
36145 @subsubheading @value{GDBN} Command
36146
36147 There's no equivalent @value{GDBN} command.
36148
36149 @subsubheading Example
36150 N.A.
36151
36152
36153 @subheading The @code{-target-list-available-targets} Command
36154 @findex -target-list-available-targets
36155
36156 @subsubheading Synopsis
36157
36158 @smallexample
36159 -target-list-available-targets
36160 @end smallexample
36161
36162 List the possible targets to connect to.
36163
36164 @subsubheading @value{GDBN} Command
36165
36166 The corresponding @value{GDBN} command is @samp{help target}.
36167
36168 @subsubheading Example
36169 N.A.
36170
36171
36172 @subheading The @code{-target-list-current-targets} Command
36173 @findex -target-list-current-targets
36174
36175 @subsubheading Synopsis
36176
36177 @smallexample
36178 -target-list-current-targets
36179 @end smallexample
36180
36181 Describe the current target.
36182
36183 @subsubheading @value{GDBN} Command
36184
36185 The corresponding information is printed by @samp{info file} (among
36186 other things).
36187
36188 @subsubheading Example
36189 N.A.
36190
36191
36192 @subheading The @code{-target-list-parameters} Command
36193 @findex -target-list-parameters
36194
36195 @subsubheading Synopsis
36196
36197 @smallexample
36198 -target-list-parameters
36199 @end smallexample
36200
36201 @c ????
36202 @end ignore
36203
36204 @subsubheading @value{GDBN} Command
36205
36206 No equivalent.
36207
36208 @subsubheading Example
36209 N.A.
36210
36211 @subheading The @code{-target-flash-erase} Command
36212 @findex -target-flash-erase
36213
36214 @subsubheading Synopsis
36215
36216 @smallexample
36217 -target-flash-erase
36218 @end smallexample
36219
36220 Erases all known flash memory regions on the target.
36221
36222 The corresponding @value{GDBN} command is @samp{flash-erase}.
36223
36224 The output is a list of flash regions that have been erased, with starting
36225 addresses and memory region sizes.
36226
36227 @smallexample
36228 (gdb)
36229 -target-flash-erase
36230 ^done,erased-regions=@{address="0x0",size="0x40000"@}
36231 (gdb)
36232 @end smallexample
36233
36234 @subheading The @code{-target-select} Command
36235 @findex -target-select
36236
36237 @subsubheading Synopsis
36238
36239 @smallexample
36240 -target-select @var{type} @var{parameters @dots{}}
36241 @end smallexample
36242
36243 Connect @value{GDBN} to the remote target. This command takes two args:
36244
36245 @table @samp
36246 @item @var{type}
36247 The type of target, for instance @samp{remote}, etc.
36248 @item @var{parameters}
36249 Device names, host names and the like. @xref{Target Commands, ,
36250 Commands for Managing Targets}, for more details.
36251 @end table
36252
36253 The output is a connection notification, followed by the address at
36254 which the target program is, in the following form:
36255
36256 @smallexample
36257 ^connected,addr="@var{address}",func="@var{function name}",
36258 args=[@var{arg list}]
36259 @end smallexample
36260
36261 @subsubheading @value{GDBN} Command
36262
36263 The corresponding @value{GDBN} command is @samp{target}.
36264
36265 @subsubheading Example
36266
36267 @smallexample
36268 (gdb)
36269 -target-select remote /dev/ttya
36270 ^connected,addr="0xfe00a300",func="??",args=[]
36271 (gdb)
36272 @end smallexample
36273
36274 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36275 @node GDB/MI File Transfer Commands
36276 @section @sc{gdb/mi} File Transfer Commands
36277
36278
36279 @subheading The @code{-target-file-put} Command
36280 @findex -target-file-put
36281
36282 @subsubheading Synopsis
36283
36284 @smallexample
36285 -target-file-put @var{hostfile} @var{targetfile}
36286 @end smallexample
36287
36288 Copy file @var{hostfile} from the host system (the machine running
36289 @value{GDBN}) to @var{targetfile} on the target system.
36290
36291 @subsubheading @value{GDBN} Command
36292
36293 The corresponding @value{GDBN} command is @samp{remote put}.
36294
36295 @subsubheading Example
36296
36297 @smallexample
36298 (gdb)
36299 -target-file-put localfile remotefile
36300 ^done
36301 (gdb)
36302 @end smallexample
36303
36304
36305 @subheading The @code{-target-file-get} Command
36306 @findex -target-file-get
36307
36308 @subsubheading Synopsis
36309
36310 @smallexample
36311 -target-file-get @var{targetfile} @var{hostfile}
36312 @end smallexample
36313
36314 Copy file @var{targetfile} from the target system to @var{hostfile}
36315 on the host system.
36316
36317 @subsubheading @value{GDBN} Command
36318
36319 The corresponding @value{GDBN} command is @samp{remote get}.
36320
36321 @subsubheading Example
36322
36323 @smallexample
36324 (gdb)
36325 -target-file-get remotefile localfile
36326 ^done
36327 (gdb)
36328 @end smallexample
36329
36330
36331 @subheading The @code{-target-file-delete} Command
36332 @findex -target-file-delete
36333
36334 @subsubheading Synopsis
36335
36336 @smallexample
36337 -target-file-delete @var{targetfile}
36338 @end smallexample
36339
36340 Delete @var{targetfile} from the target system.
36341
36342 @subsubheading @value{GDBN} Command
36343
36344 The corresponding @value{GDBN} command is @samp{remote delete}.
36345
36346 @subsubheading Example
36347
36348 @smallexample
36349 (gdb)
36350 -target-file-delete remotefile
36351 ^done
36352 (gdb)
36353 @end smallexample
36354
36355
36356 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36357 @node GDB/MI Ada Exceptions Commands
36358 @section Ada Exceptions @sc{gdb/mi} Commands
36359
36360 @subheading The @code{-info-ada-exceptions} Command
36361 @findex -info-ada-exceptions
36362
36363 @subsubheading Synopsis
36364
36365 @smallexample
36366 -info-ada-exceptions [ @var{regexp}]
36367 @end smallexample
36368
36369 List all Ada exceptions defined within the program being debugged.
36370 With a regular expression @var{regexp}, only those exceptions whose
36371 names match @var{regexp} are listed.
36372
36373 @subsubheading @value{GDBN} Command
36374
36375 The corresponding @value{GDBN} command is @samp{info exceptions}.
36376
36377 @subsubheading Result
36378
36379 The result is a table of Ada exceptions. The following columns are
36380 defined for each exception:
36381
36382 @table @samp
36383 @item name
36384 The name of the exception.
36385
36386 @item address
36387 The address of the exception.
36388
36389 @end table
36390
36391 @subsubheading Example
36392
36393 @smallexample
36394 -info-ada-exceptions aint
36395 ^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
36396 hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
36397 @{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
36398 body=[@{name="constraint_error",address="0x0000000000613da0"@},
36399 @{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
36400 @end smallexample
36401
36402 @subheading Catching Ada Exceptions
36403
36404 The commands describing how to ask @value{GDBN} to stop when a program
36405 raises an exception are described at @ref{Ada Exception GDB/MI
36406 Catchpoint Commands}.
36407
36408
36409 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36410 @node GDB/MI Support Commands
36411 @section @sc{gdb/mi} Support Commands
36412
36413 Since new commands and features get regularly added to @sc{gdb/mi},
36414 some commands are available to help front-ends query the debugger
36415 about support for these capabilities. Similarly, it is also possible
36416 to query @value{GDBN} about target support of certain features.
36417
36418 @subheading The @code{-info-gdb-mi-command} Command
36419 @cindex @code{-info-gdb-mi-command}
36420 @findex -info-gdb-mi-command
36421
36422 @subsubheading Synopsis
36423
36424 @smallexample
36425 -info-gdb-mi-command @var{cmd_name}
36426 @end smallexample
36427
36428 Query support for the @sc{gdb/mi} command named @var{cmd_name}.
36429
36430 Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
36431 is technically not part of the command name (@pxref{GDB/MI Input
36432 Syntax}), and thus should be omitted in @var{cmd_name}. However,
36433 for ease of use, this command also accepts the form with the leading
36434 dash.
36435
36436 @subsubheading @value{GDBN} Command
36437
36438 There is no corresponding @value{GDBN} command.
36439
36440 @subsubheading Result
36441
36442 The result is a tuple. There is currently only one field:
36443
36444 @table @samp
36445 @item exists
36446 This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
36447 @code{"false"} otherwise.
36448
36449 @end table
36450
36451 @subsubheading Example
36452
36453 Here is an example where the @sc{gdb/mi} command does not exist:
36454
36455 @smallexample
36456 -info-gdb-mi-command unsupported-command
36457 ^done,command=@{exists="false"@}
36458 @end smallexample
36459
36460 @noindent
36461 And here is an example where the @sc{gdb/mi} command is known
36462 to the debugger:
36463
36464 @smallexample
36465 -info-gdb-mi-command symbol-list-lines
36466 ^done,command=@{exists="true"@}
36467 @end smallexample
36468
36469 @subheading The @code{-list-features} Command
36470 @findex -list-features
36471 @cindex supported @sc{gdb/mi} features, list
36472
36473 Returns a list of particular features of the MI protocol that
36474 this version of gdb implements. A feature can be a command,
36475 or a new field in an output of some command, or even an
36476 important bugfix. While a frontend can sometimes detect presence
36477 of a feature at runtime, it is easier to perform detection at debugger
36478 startup.
36479
36480 The command returns a list of strings, with each string naming an
36481 available feature. Each returned string is just a name, it does not
36482 have any internal structure. The list of possible feature names
36483 is given below.
36484
36485 Example output:
36486
36487 @smallexample
36488 (gdb) -list-features
36489 ^done,result=["feature1","feature2"]
36490 @end smallexample
36491
36492 The current list of features is:
36493
36494 @ftable @samp
36495 @item frozen-varobjs
36496 Indicates support for the @code{-var-set-frozen} command, as well
36497 as possible presence of the @code{frozen} field in the output
36498 of @code{-varobj-create}.
36499 @item pending-breakpoints
36500 Indicates support for the @option{-f} option to the @code{-break-insert}
36501 command.
36502 @item python
36503 Indicates Python scripting support, Python-based
36504 pretty-printing commands, and possible presence of the
36505 @samp{display_hint} field in the output of @code{-var-list-children}
36506 @item thread-info
36507 Indicates support for the @code{-thread-info} command.
36508 @item data-read-memory-bytes
36509 Indicates support for the @code{-data-read-memory-bytes} and the
36510 @code{-data-write-memory-bytes} commands.
36511 @item breakpoint-notifications
36512 Indicates that changes to breakpoints and breakpoints created via the
36513 CLI will be announced via async records.
36514 @item ada-task-info
36515 Indicates support for the @code{-ada-task-info} command.
36516 @item language-option
36517 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
36518 option (@pxref{Context management}).
36519 @item info-gdb-mi-command
36520 Indicates support for the @code{-info-gdb-mi-command} command.
36521 @item undefined-command-error-code
36522 Indicates support for the "undefined-command" error code in error result
36523 records, produced when trying to execute an undefined @sc{gdb/mi} command
36524 (@pxref{GDB/MI Result Records}).
36525 @item exec-run-start-option
36526 Indicates that the @code{-exec-run} command supports the @option{--start}
36527 option (@pxref{GDB/MI Program Execution}).
36528 @item data-disassemble-a-option
36529 Indicates that the @code{-data-disassemble} command supports the @option{-a}
36530 option (@pxref{GDB/MI Data Manipulation}).
36531 @end ftable
36532
36533 @subheading The @code{-list-target-features} Command
36534 @findex -list-target-features
36535
36536 Returns a list of particular features that are supported by the
36537 target. Those features affect the permitted MI commands, but
36538 unlike the features reported by the @code{-list-features} command, the
36539 features depend on which target GDB is using at the moment. Whenever
36540 a target can change, due to commands such as @code{-target-select},
36541 @code{-target-attach} or @code{-exec-run}, the list of target features
36542 may change, and the frontend should obtain it again.
36543 Example output:
36544
36545 @smallexample
36546 (gdb) -list-target-features
36547 ^done,result=["async"]
36548 @end smallexample
36549
36550 The current list of features is:
36551
36552 @table @samp
36553 @item async
36554 Indicates that the target is capable of asynchronous command
36555 execution, which means that @value{GDBN} will accept further commands
36556 while the target is running.
36557
36558 @item reverse
36559 Indicates that the target is capable of reverse execution.
36560 @xref{Reverse Execution}, for more information.
36561
36562 @end table
36563
36564 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36565 @node GDB/MI Miscellaneous Commands
36566 @section Miscellaneous @sc{gdb/mi} Commands
36567
36568 @c @subheading -gdb-complete
36569
36570 @subheading The @code{-gdb-exit} Command
36571 @findex -gdb-exit
36572
36573 @subsubheading Synopsis
36574
36575 @smallexample
36576 -gdb-exit
36577 @end smallexample
36578
36579 Exit @value{GDBN} immediately.
36580
36581 @subsubheading @value{GDBN} Command
36582
36583 Approximately corresponds to @samp{quit}.
36584
36585 @subsubheading Example
36586
36587 @smallexample
36588 (gdb)
36589 -gdb-exit
36590 ^exit
36591 @end smallexample
36592
36593
36594 @ignore
36595 @subheading The @code{-exec-abort} Command
36596 @findex -exec-abort
36597
36598 @subsubheading Synopsis
36599
36600 @smallexample
36601 -exec-abort
36602 @end smallexample
36603
36604 Kill the inferior running program.
36605
36606 @subsubheading @value{GDBN} Command
36607
36608 The corresponding @value{GDBN} command is @samp{kill}.
36609
36610 @subsubheading Example
36611 N.A.
36612 @end ignore
36613
36614
36615 @subheading The @code{-gdb-set} Command
36616 @findex -gdb-set
36617
36618 @subsubheading Synopsis
36619
36620 @smallexample
36621 -gdb-set
36622 @end smallexample
36623
36624 Set an internal @value{GDBN} variable.
36625 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
36626
36627 @subsubheading @value{GDBN} Command
36628
36629 The corresponding @value{GDBN} command is @samp{set}.
36630
36631 @subsubheading Example
36632
36633 @smallexample
36634 (gdb)
36635 -gdb-set $foo=3
36636 ^done
36637 (gdb)
36638 @end smallexample
36639
36640
36641 @subheading The @code{-gdb-show} Command
36642 @findex -gdb-show
36643
36644 @subsubheading Synopsis
36645
36646 @smallexample
36647 -gdb-show
36648 @end smallexample
36649
36650 Show the current value of a @value{GDBN} variable.
36651
36652 @subsubheading @value{GDBN} Command
36653
36654 The corresponding @value{GDBN} command is @samp{show}.
36655
36656 @subsubheading Example
36657
36658 @smallexample
36659 (gdb)
36660 -gdb-show annotate
36661 ^done,value="0"
36662 (gdb)
36663 @end smallexample
36664
36665 @c @subheading -gdb-source
36666
36667
36668 @subheading The @code{-gdb-version} Command
36669 @findex -gdb-version
36670
36671 @subsubheading Synopsis
36672
36673 @smallexample
36674 -gdb-version
36675 @end smallexample
36676
36677 Show version information for @value{GDBN}. Used mostly in testing.
36678
36679 @subsubheading @value{GDBN} Command
36680
36681 The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
36682 default shows this information when you start an interactive session.
36683
36684 @subsubheading Example
36685
36686 @c This example modifies the actual output from GDB to avoid overfull
36687 @c box in TeX.
36688 @smallexample
36689 (gdb)
36690 -gdb-version
36691 ~GNU gdb 5.2.1
36692 ~Copyright 2000 Free Software Foundation, Inc.
36693 ~GDB is free software, covered by the GNU General Public License, and
36694 ~you are welcome to change it and/or distribute copies of it under
36695 ~ certain conditions.
36696 ~Type "show copying" to see the conditions.
36697 ~There is absolutely no warranty for GDB. Type "show warranty" for
36698 ~ details.
36699 ~This GDB was configured as
36700 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
36701 ^done
36702 (gdb)
36703 @end smallexample
36704
36705 @subheading The @code{-list-thread-groups} Command
36706 @findex -list-thread-groups
36707
36708 @subheading Synopsis
36709
36710 @smallexample
36711 -list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
36712 @end smallexample
36713
36714 Lists thread groups (@pxref{Thread groups}). When a single thread
36715 group is passed as the argument, lists the children of that group.
36716 When several thread group are passed, lists information about those
36717 thread groups. Without any parameters, lists information about all
36718 top-level thread groups.
36719
36720 Normally, thread groups that are being debugged are reported.
36721 With the @samp{--available} option, @value{GDBN} reports thread groups
36722 available on the target.
36723
36724 The output of this command may have either a @samp{threads} result or
36725 a @samp{groups} result. The @samp{thread} result has a list of tuples
36726 as value, with each tuple describing a thread (@pxref{GDB/MI Thread
36727 Information}). The @samp{groups} result has a list of tuples as value,
36728 each tuple describing a thread group. If top-level groups are
36729 requested (that is, no parameter is passed), or when several groups
36730 are passed, the output always has a @samp{groups} result. The format
36731 of the @samp{group} result is described below.
36732
36733 To reduce the number of roundtrips it's possible to list thread groups
36734 together with their children, by passing the @samp{--recurse} option
36735 and the recursion depth. Presently, only recursion depth of 1 is
36736 permitted. If this option is present, then every reported thread group
36737 will also include its children, either as @samp{group} or
36738 @samp{threads} field.
36739
36740 In general, any combination of option and parameters is permitted, with
36741 the following caveats:
36742
36743 @itemize @bullet
36744 @item
36745 When a single thread group is passed, the output will typically
36746 be the @samp{threads} result. Because threads may not contain
36747 anything, the @samp{recurse} option will be ignored.
36748
36749 @item
36750 When the @samp{--available} option is passed, limited information may
36751 be available. In particular, the list of threads of a process might
36752 be inaccessible. Further, specifying specific thread groups might
36753 not give any performance advantage over listing all thread groups.
36754 The frontend should assume that @samp{-list-thread-groups --available}
36755 is always an expensive operation and cache the results.
36756
36757 @end itemize
36758
36759 The @samp{groups} result is a list of tuples, where each tuple may
36760 have the following fields:
36761
36762 @table @code
36763 @item id
36764 Identifier of the thread group. This field is always present.
36765 The identifier is an opaque string; frontends should not try to
36766 convert it to an integer, even though it might look like one.
36767
36768 @item type
36769 The type of the thread group. At present, only @samp{process} is a
36770 valid type.
36771
36772 @item pid
36773 The target-specific process identifier. This field is only present
36774 for thread groups of type @samp{process} and only if the process exists.
36775
36776 @item exit-code
36777 The exit code of this group's last exited thread, formatted in octal.
36778 This field is only present for thread groups of type @samp{process} and
36779 only if the process is not running.
36780
36781 @item num_children
36782 The number of children this thread group has. This field may be
36783 absent for an available thread group.
36784
36785 @item threads
36786 This field has a list of tuples as value, each tuple describing a
36787 thread. It may be present if the @samp{--recurse} option is
36788 specified, and it's actually possible to obtain the threads.
36789
36790 @item cores
36791 This field is a list of integers, each identifying a core that one
36792 thread of the group is running on. This field may be absent if
36793 such information is not available.
36794
36795 @item executable
36796 The name of the executable file that corresponds to this thread group.
36797 The field is only present for thread groups of type @samp{process},
36798 and only if there is a corresponding executable file.
36799
36800 @end table
36801
36802 @subheading Example
36803
36804 @smallexample
36805 (@value{GDBP})
36806 -list-thread-groups
36807 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
36808 -list-thread-groups 17
36809 ^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
36810 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
36811 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
36812 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
36813 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
36814 -list-thread-groups --available
36815 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
36816 -list-thread-groups --available --recurse 1
36817 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36818 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36819 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
36820 -list-thread-groups --available --recurse 1 17 18
36821 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36822 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36823 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
36824 @end smallexample
36825
36826 @subheading The @code{-info-os} Command
36827 @findex -info-os
36828
36829 @subsubheading Synopsis
36830
36831 @smallexample
36832 -info-os [ @var{type} ]
36833 @end smallexample
36834
36835 If no argument is supplied, the command returns a table of available
36836 operating-system-specific information types. If one of these types is
36837 supplied as an argument @var{type}, then the command returns a table
36838 of data of that type.
36839
36840 The types of information available depend on the target operating
36841 system.
36842
36843 @subsubheading @value{GDBN} Command
36844
36845 The corresponding @value{GDBN} command is @samp{info os}.
36846
36847 @subsubheading Example
36848
36849 When run on a @sc{gnu}/Linux system, the output will look something
36850 like this:
36851
36852 @smallexample
36853 (@value{GDBP})
36854 -info-os
36855 ^done,OSDataTable=@{nr_rows="10",nr_cols="3",
36856 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
36857 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
36858 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
36859 body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
36860 col2="CPUs"@},
36861 item=@{col0="files",col1="Listing of all file descriptors",
36862 col2="File descriptors"@},
36863 item=@{col0="modules",col1="Listing of all loaded kernel modules",
36864 col2="Kernel modules"@},
36865 item=@{col0="msg",col1="Listing of all message queues",
36866 col2="Message queues"@},
36867 item=@{col0="processes",col1="Listing of all processes",
36868 col2="Processes"@},
36869 item=@{col0="procgroups",col1="Listing of all process groups",
36870 col2="Process groups"@},
36871 item=@{col0="semaphores",col1="Listing of all semaphores",
36872 col2="Semaphores"@},
36873 item=@{col0="shm",col1="Listing of all shared-memory regions",
36874 col2="Shared-memory regions"@},
36875 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
36876 col2="Sockets"@},
36877 item=@{col0="threads",col1="Listing of all threads",
36878 col2="Threads"@}]
36879 (@value{GDBP})
36880 -info-os processes
36881 ^done,OSDataTable=@{nr_rows="190",nr_cols="4",
36882 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
36883 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
36884 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
36885 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
36886 body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
36887 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
36888 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
36889 ...
36890 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
36891 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
36892 (@value{GDBP})
36893 @end smallexample
36894
36895 (Note that the MI output here includes a @code{"Title"} column that
36896 does not appear in command-line @code{info os}; this column is useful
36897 for MI clients that want to enumerate the types of data, such as in a
36898 popup menu, but is needless clutter on the command line, and
36899 @code{info os} omits it.)
36900
36901 @subheading The @code{-add-inferior} Command
36902 @findex -add-inferior
36903
36904 @subheading Synopsis
36905
36906 @smallexample
36907 -add-inferior
36908 @end smallexample
36909
36910 Creates a new inferior (@pxref{Inferiors Connections and Programs}). The created
36911 inferior is not associated with any executable. Such association may
36912 be established with the @samp{-file-exec-and-symbols} command
36913 (@pxref{GDB/MI File Commands}). The command response has a single
36914 field, @samp{inferior}, whose value is the identifier of the
36915 thread group corresponding to the new inferior.
36916
36917 @subheading Example
36918
36919 @smallexample
36920 (@value{GDBP})
36921 -add-inferior
36922 ^done,inferior="i3"
36923 @end smallexample
36924
36925 @subheading The @code{-interpreter-exec} Command
36926 @findex -interpreter-exec
36927
36928 @subheading Synopsis
36929
36930 @smallexample
36931 -interpreter-exec @var{interpreter} @var{command}
36932 @end smallexample
36933 @anchor{-interpreter-exec}
36934
36935 Execute the specified @var{command} in the given @var{interpreter}.
36936
36937 @subheading @value{GDBN} Command
36938
36939 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
36940
36941 @subheading Example
36942
36943 @smallexample
36944 (gdb)
36945 -interpreter-exec console "break main"
36946 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
36947 &"During symbol reading, bad structure-type format.\n"
36948 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
36949 ^done
36950 (gdb)
36951 @end smallexample
36952
36953 @subheading The @code{-inferior-tty-set} Command
36954 @findex -inferior-tty-set
36955
36956 @subheading Synopsis
36957
36958 @smallexample
36959 -inferior-tty-set /dev/pts/1
36960 @end smallexample
36961
36962 Set terminal for future runs of the program being debugged.
36963
36964 @subheading @value{GDBN} Command
36965
36966 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
36967
36968 @subheading Example
36969
36970 @smallexample
36971 (gdb)
36972 -inferior-tty-set /dev/pts/1
36973 ^done
36974 (gdb)
36975 @end smallexample
36976
36977 @subheading The @code{-inferior-tty-show} Command
36978 @findex -inferior-tty-show
36979
36980 @subheading Synopsis
36981
36982 @smallexample
36983 -inferior-tty-show
36984 @end smallexample
36985
36986 Show terminal for future runs of program being debugged.
36987
36988 @subheading @value{GDBN} Command
36989
36990 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
36991
36992 @subheading Example
36993
36994 @smallexample
36995 (gdb)
36996 -inferior-tty-set /dev/pts/1
36997 ^done
36998 (gdb)
36999 -inferior-tty-show
37000 ^done,inferior_tty_terminal="/dev/pts/1"
37001 (gdb)
37002 @end smallexample
37003
37004 @subheading The @code{-enable-timings} Command
37005 @findex -enable-timings
37006
37007 @subheading Synopsis
37008
37009 @smallexample
37010 -enable-timings [yes | no]
37011 @end smallexample
37012
37013 Toggle the printing of the wallclock, user and system times for an MI
37014 command as a field in its output. This command is to help frontend
37015 developers optimize the performance of their code. No argument is
37016 equivalent to @samp{yes}.
37017
37018 @subheading @value{GDBN} Command
37019
37020 No equivalent.
37021
37022 @subheading Example
37023
37024 @smallexample
37025 (gdb)
37026 -enable-timings
37027 ^done
37028 (gdb)
37029 -break-insert main
37030 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
37031 addr="0x080484ed",func="main",file="myprog.c",
37032 fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
37033 times="0"@},
37034 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
37035 (gdb)
37036 -enable-timings no
37037 ^done
37038 (gdb)
37039 -exec-run
37040 ^running
37041 (gdb)
37042 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
37043 frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
37044 @{name="argv",value="0xbfb60364"@}],file="myprog.c",
37045 fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
37046 (gdb)
37047 @end smallexample
37048
37049 @subheading The @code{-complete} Command
37050 @findex -complete
37051
37052 @subheading Synopsis
37053
37054 @smallexample
37055 -complete @var{command}
37056 @end smallexample
37057
37058 Show a list of completions for partially typed CLI @var{command}.
37059
37060 This command is intended for @sc{gdb/mi} frontends that cannot use two separate
37061 CLI and MI channels --- for example: because of lack of PTYs like on Windows or
37062 because @value{GDBN} is used remotely via a SSH connection.
37063
37064 @subheading Result
37065
37066 The result consists of two or three fields:
37067
37068 @table @samp
37069 @item completion
37070 This field contains the completed @var{command}. If @var{command}
37071 has no known completions, this field is omitted.
37072
37073 @item matches
37074 This field contains a (possibly empty) array of matches. It is always present.
37075
37076 @item max_completions_reached
37077 This field contains @code{1} if number of known completions is above
37078 @code{max-completions} limit (@pxref{Completion}), otherwise it contains
37079 @code{0}. It is always present.
37080
37081 @end table
37082
37083 @subheading @value{GDBN} Command
37084
37085 The corresponding @value{GDBN} command is @samp{complete}.
37086
37087 @subheading Example
37088
37089 @smallexample
37090 (gdb)
37091 -complete br
37092 ^done,completion="break",
37093 matches=["break","break-range"],
37094 max_completions_reached="0"
37095 (gdb)
37096 -complete "b ma"
37097 ^done,completion="b ma",
37098 matches=["b madvise","b main"],max_completions_reached="0"
37099 (gdb)
37100 -complete "b push_b"
37101 ^done,completion="b push_back(",
37102 matches=[
37103 "b A::push_back(void*)",
37104 "b std::string::push_back(char)",
37105 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
37106 max_completions_reached="0"
37107 (gdb)
37108 -complete "nonexist"
37109 ^done,matches=[],max_completions_reached="0"
37110 (gdb)
37111
37112 @end smallexample
37113
37114 @node Annotations
37115 @chapter @value{GDBN} Annotations
37116
37117 This chapter describes annotations in @value{GDBN}. Annotations were
37118 designed to interface @value{GDBN} to graphical user interfaces or other
37119 similar programs which want to interact with @value{GDBN} at a
37120 relatively high level.
37121
37122 The annotation mechanism has largely been superseded by @sc{gdb/mi}
37123 (@pxref{GDB/MI}).
37124
37125 @ignore
37126 This is Edition @value{EDITION}, @value{DATE}.
37127 @end ignore
37128
37129 @menu
37130 * Annotations Overview:: What annotations are; the general syntax.
37131 * Server Prefix:: Issuing a command without affecting user state.
37132 * Prompting:: Annotations marking @value{GDBN}'s need for input.
37133 * Errors:: Annotations for error messages.
37134 * Invalidation:: Some annotations describe things now invalid.
37135 * Annotations for Running::
37136 Whether the program is running, how it stopped, etc.
37137 * Source Annotations:: Annotations describing source code.
37138 @end menu
37139
37140 @node Annotations Overview
37141 @section What is an Annotation?
37142 @cindex annotations
37143
37144 Annotations start with a newline character, two @samp{control-z}
37145 characters, and the name of the annotation. If there is no additional
37146 information associated with this annotation, the name of the annotation
37147 is followed immediately by a newline. If there is additional
37148 information, the name of the annotation is followed by a space, the
37149 additional information, and a newline. The additional information
37150 cannot contain newline characters.
37151
37152 Any output not beginning with a newline and two @samp{control-z}
37153 characters denotes literal output from @value{GDBN}. Currently there is
37154 no need for @value{GDBN} to output a newline followed by two
37155 @samp{control-z} characters, but if there was such a need, the
37156 annotations could be extended with an @samp{escape} annotation which
37157 means those three characters as output.
37158
37159 The annotation @var{level}, which is specified using the
37160 @option{--annotate} command line option (@pxref{Mode Options}), controls
37161 how much information @value{GDBN} prints together with its prompt,
37162 values of expressions, source lines, and other types of output. Level 0
37163 is for no annotations, level 1 is for use when @value{GDBN} is run as a
37164 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
37165 for programs that control @value{GDBN}, and level 2 annotations have
37166 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
37167 Interface, annotate, GDB's Obsolete Annotations}).
37168
37169 @table @code
37170 @kindex set annotate
37171 @item set annotate @var{level}
37172 The @value{GDBN} command @code{set annotate} sets the level of
37173 annotations to the specified @var{level}.
37174
37175 @item show annotate
37176 @kindex show annotate
37177 Show the current annotation level.
37178 @end table
37179
37180 This chapter describes level 3 annotations.
37181
37182 A simple example of starting up @value{GDBN} with annotations is:
37183
37184 @smallexample
37185 $ @kbd{gdb --annotate=3}
37186 GNU gdb 6.0
37187 Copyright 2003 Free Software Foundation, Inc.
37188 GDB is free software, covered by the GNU General Public License,
37189 and you are welcome to change it and/or distribute copies of it
37190 under certain conditions.
37191 Type "show copying" to see the conditions.
37192 There is absolutely no warranty for GDB. Type "show warranty"
37193 for details.
37194 This GDB was configured as "i386-pc-linux-gnu"
37195
37196 ^Z^Zpre-prompt
37197 (@value{GDBP})
37198 ^Z^Zprompt
37199 @kbd{quit}
37200
37201 ^Z^Zpost-prompt
37202 $
37203 @end smallexample
37204
37205 Here @samp{quit} is input to @value{GDBN}; the rest is output from
37206 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
37207 denotes a @samp{control-z} character) are annotations; the rest is
37208 output from @value{GDBN}.
37209
37210 @node Server Prefix
37211 @section The Server Prefix
37212 @cindex server prefix
37213
37214 If you prefix a command with @samp{server } then it will not affect
37215 the command history, nor will it affect @value{GDBN}'s notion of which
37216 command to repeat if @key{RET} is pressed on a line by itself. This
37217 means that commands can be run behind a user's back by a front-end in
37218 a transparent manner.
37219
37220 The @code{server } prefix does not affect the recording of values into
37221 the value history; to print a value without recording it into the
37222 value history, use the @code{output} command instead of the
37223 @code{print} command.
37224
37225 Using this prefix also disables confirmation requests
37226 (@pxref{confirmation requests}).
37227
37228 @node Prompting
37229 @section Annotation for @value{GDBN} Input
37230
37231 @cindex annotations for prompts
37232 When @value{GDBN} prompts for input, it annotates this fact so it is possible
37233 to know when to send output, when the output from a given command is
37234 over, etc.
37235
37236 Different kinds of input each have a different @dfn{input type}. Each
37237 input type has three annotations: a @code{pre-} annotation, which
37238 denotes the beginning of any prompt which is being output, a plain
37239 annotation, which denotes the end of the prompt, and then a @code{post-}
37240 annotation which denotes the end of any echo which may (or may not) be
37241 associated with the input. For example, the @code{prompt} input type
37242 features the following annotations:
37243
37244 @smallexample
37245 ^Z^Zpre-prompt
37246 ^Z^Zprompt
37247 ^Z^Zpost-prompt
37248 @end smallexample
37249
37250 The input types are
37251
37252 @table @code
37253 @findex pre-prompt annotation
37254 @findex prompt annotation
37255 @findex post-prompt annotation
37256 @item prompt
37257 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
37258
37259 @findex pre-commands annotation
37260 @findex commands annotation
37261 @findex post-commands annotation
37262 @item commands
37263 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
37264 command. The annotations are repeated for each command which is input.
37265
37266 @findex pre-overload-choice annotation
37267 @findex overload-choice annotation
37268 @findex post-overload-choice annotation
37269 @item overload-choice
37270 When @value{GDBN} wants the user to select between various overloaded functions.
37271
37272 @findex pre-query annotation
37273 @findex query annotation
37274 @findex post-query annotation
37275 @item query
37276 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
37277
37278 @findex pre-prompt-for-continue annotation
37279 @findex prompt-for-continue annotation
37280 @findex post-prompt-for-continue annotation
37281 @item prompt-for-continue
37282 When @value{GDBN} is asking the user to press return to continue. Note: Don't
37283 expect this to work well; instead use @code{set height 0} to disable
37284 prompting. This is because the counting of lines is buggy in the
37285 presence of annotations.
37286 @end table
37287
37288 @node Errors
37289 @section Errors
37290 @cindex annotations for errors, warnings and interrupts
37291
37292 @findex quit annotation
37293 @smallexample
37294 ^Z^Zquit
37295 @end smallexample
37296
37297 This annotation occurs right before @value{GDBN} responds to an interrupt.
37298
37299 @findex error annotation
37300 @smallexample
37301 ^Z^Zerror
37302 @end smallexample
37303
37304 This annotation occurs right before @value{GDBN} responds to an error.
37305
37306 Quit and error annotations indicate that any annotations which @value{GDBN} was
37307 in the middle of may end abruptly. For example, if a
37308 @code{value-history-begin} annotation is followed by a @code{error}, one
37309 cannot expect to receive the matching @code{value-history-end}. One
37310 cannot expect not to receive it either, however; an error annotation
37311 does not necessarily mean that @value{GDBN} is immediately returning all the way
37312 to the top level.
37313
37314 @findex error-begin annotation
37315 A quit or error annotation may be preceded by
37316
37317 @smallexample
37318 ^Z^Zerror-begin
37319 @end smallexample
37320
37321 Any output between that and the quit or error annotation is the error
37322 message.
37323
37324 Warning messages are not yet annotated.
37325 @c If we want to change that, need to fix warning(), type_error(),
37326 @c range_error(), and possibly other places.
37327
37328 @node Invalidation
37329 @section Invalidation Notices
37330
37331 @cindex annotations for invalidation messages
37332 The following annotations say that certain pieces of state may have
37333 changed.
37334
37335 @table @code
37336 @findex frames-invalid annotation
37337 @item ^Z^Zframes-invalid
37338
37339 The frames (for example, output from the @code{backtrace} command) may
37340 have changed.
37341
37342 @findex breakpoints-invalid annotation
37343 @item ^Z^Zbreakpoints-invalid
37344
37345 The breakpoints may have changed. For example, the user just added or
37346 deleted a breakpoint.
37347 @end table
37348
37349 @node Annotations for Running
37350 @section Running the Program
37351 @cindex annotations for running programs
37352
37353 @findex starting annotation
37354 @findex stopping annotation
37355 When the program starts executing due to a @value{GDBN} command such as
37356 @code{step} or @code{continue},
37357
37358 @smallexample
37359 ^Z^Zstarting
37360 @end smallexample
37361
37362 is output. When the program stops,
37363
37364 @smallexample
37365 ^Z^Zstopped
37366 @end smallexample
37367
37368 is output. Before the @code{stopped} annotation, a variety of
37369 annotations describe how the program stopped.
37370
37371 @table @code
37372 @findex exited annotation
37373 @item ^Z^Zexited @var{exit-status}
37374 The program exited, and @var{exit-status} is the exit status (zero for
37375 successful exit, otherwise nonzero).
37376
37377 @findex signalled annotation
37378 @findex signal-name annotation
37379 @findex signal-name-end annotation
37380 @findex signal-string annotation
37381 @findex signal-string-end annotation
37382 @item ^Z^Zsignalled
37383 The program exited with a signal. After the @code{^Z^Zsignalled}, the
37384 annotation continues:
37385
37386 @smallexample
37387 @var{intro-text}
37388 ^Z^Zsignal-name
37389 @var{name}
37390 ^Z^Zsignal-name-end
37391 @var{middle-text}
37392 ^Z^Zsignal-string
37393 @var{string}
37394 ^Z^Zsignal-string-end
37395 @var{end-text}
37396 @end smallexample
37397
37398 @noindent
37399 where @var{name} is the name of the signal, such as @code{SIGILL} or
37400 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
37401 as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
37402 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
37403 user's benefit and have no particular format.
37404
37405 @findex signal annotation
37406 @item ^Z^Zsignal
37407 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
37408 just saying that the program received the signal, not that it was
37409 terminated with it.
37410
37411 @findex breakpoint annotation
37412 @item ^Z^Zbreakpoint @var{number}
37413 The program hit breakpoint number @var{number}.
37414
37415 @findex watchpoint annotation
37416 @item ^Z^Zwatchpoint @var{number}
37417 The program hit watchpoint number @var{number}.
37418 @end table
37419
37420 @node Source Annotations
37421 @section Displaying Source
37422 @cindex annotations for source display
37423
37424 @findex source annotation
37425 The following annotation is used instead of displaying source code:
37426
37427 @smallexample
37428 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
37429 @end smallexample
37430
37431 where @var{filename} is an absolute file name indicating which source
37432 file, @var{line} is the line number within that file (where 1 is the
37433 first line in the file), @var{character} is the character position
37434 within the file (where 0 is the first character in the file) (for most
37435 debug formats this will necessarily point to the beginning of a line),
37436 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
37437 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
37438 @var{addr} is the address in the target program associated with the
37439 source which is being displayed. The @var{addr} is in the form @samp{0x}
37440 followed by one or more lowercase hex digits (note that this does not
37441 depend on the language).
37442
37443 @node JIT Interface
37444 @chapter JIT Compilation Interface
37445 @cindex just-in-time compilation
37446 @cindex JIT compilation interface
37447
37448 This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
37449 interface. A JIT compiler is a program or library that generates native
37450 executable code at runtime and executes it, usually in order to achieve good
37451 performance while maintaining platform independence.
37452
37453 Programs that use JIT compilation are normally difficult to debug because
37454 portions of their code are generated at runtime, instead of being loaded from
37455 object files, which is where @value{GDBN} normally finds the program's symbols
37456 and debug information. In order to debug programs that use JIT compilation,
37457 @value{GDBN} has an interface that allows the program to register in-memory
37458 symbol files with @value{GDBN} at runtime.
37459
37460 If you are using @value{GDBN} to debug a program that uses this interface, then
37461 it should work transparently so long as you have not stripped the binary. If
37462 you are developing a JIT compiler, then the interface is documented in the rest
37463 of this chapter. At this time, the only known client of this interface is the
37464 LLVM JIT.
37465
37466 Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
37467 JIT compiler communicates with @value{GDBN} by writing data into a global
37468 variable and calling a function at a well-known symbol. When @value{GDBN}
37469 attaches, it reads a linked list of symbol files from the global variable to
37470 find existing code, and puts a breakpoint in the function so that it can find
37471 out about additional code.
37472
37473 @menu
37474 * Declarations:: Relevant C struct declarations
37475 * Registering Code:: Steps to register code
37476 * Unregistering Code:: Steps to unregister code
37477 * Custom Debug Info:: Emit debug information in a custom format
37478 @end menu
37479
37480 @node Declarations
37481 @section JIT Declarations
37482
37483 These are the relevant struct declarations that a C program should include to
37484 implement the interface:
37485
37486 @smallexample
37487 typedef enum
37488 @{
37489 JIT_NOACTION = 0,
37490 JIT_REGISTER_FN,
37491 JIT_UNREGISTER_FN
37492 @} jit_actions_t;
37493
37494 struct jit_code_entry
37495 @{
37496 struct jit_code_entry *next_entry;
37497 struct jit_code_entry *prev_entry;
37498 const char *symfile_addr;
37499 uint64_t symfile_size;
37500 @};
37501
37502 struct jit_descriptor
37503 @{
37504 uint32_t version;
37505 /* This type should be jit_actions_t, but we use uint32_t
37506 to be explicit about the bitwidth. */
37507 uint32_t action_flag;
37508 struct jit_code_entry *relevant_entry;
37509 struct jit_code_entry *first_entry;
37510 @};
37511
37512 /* GDB puts a breakpoint in this function. */
37513 void __attribute__((noinline)) __jit_debug_register_code() @{ @};
37514
37515 /* Make sure to specify the version statically, because the
37516 debugger may check the version before we can set it. */
37517 struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
37518 @end smallexample
37519
37520 If the JIT is multi-threaded, then it is important that the JIT synchronize any
37521 modifications to this global data properly, which can easily be done by putting
37522 a global mutex around modifications to these structures.
37523
37524 @node Registering Code
37525 @section Registering Code
37526
37527 To register code with @value{GDBN}, the JIT should follow this protocol:
37528
37529 @itemize @bullet
37530 @item
37531 Generate an object file in memory with symbols and other desired debug
37532 information. The file must include the virtual addresses of the sections.
37533
37534 @item
37535 Create a code entry for the file, which gives the start and size of the symbol
37536 file.
37537
37538 @item
37539 Add it to the linked list in the JIT descriptor.
37540
37541 @item
37542 Point the relevant_entry field of the descriptor at the entry.
37543
37544 @item
37545 Set @code{action_flag} to @code{JIT_REGISTER} and call
37546 @code{__jit_debug_register_code}.
37547 @end itemize
37548
37549 When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
37550 @code{relevant_entry} pointer so it doesn't have to walk the list looking for
37551 new code. However, the linked list must still be maintained in order to allow
37552 @value{GDBN} to attach to a running process and still find the symbol files.
37553
37554 @node Unregistering Code
37555 @section Unregistering Code
37556
37557 If code is freed, then the JIT should use the following protocol:
37558
37559 @itemize @bullet
37560 @item
37561 Remove the code entry corresponding to the code from the linked list.
37562
37563 @item
37564 Point the @code{relevant_entry} field of the descriptor at the code entry.
37565
37566 @item
37567 Set @code{action_flag} to @code{JIT_UNREGISTER} and call
37568 @code{__jit_debug_register_code}.
37569 @end itemize
37570
37571 If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
37572 and the JIT will leak the memory used for the associated symbol files.
37573
37574 @node Custom Debug Info
37575 @section Custom Debug Info
37576 @cindex custom JIT debug info
37577 @cindex JIT debug info reader
37578
37579 Generating debug information in platform-native file formats (like ELF
37580 or COFF) may be an overkill for JIT compilers; especially if all the
37581 debug info is used for is displaying a meaningful backtrace. The
37582 issue can be resolved by having the JIT writers decide on a debug info
37583 format and also provide a reader that parses the debug info generated
37584 by the JIT compiler. This section gives a brief overview on writing
37585 such a parser. More specific details can be found in the source file
37586 @file{gdb/jit-reader.in}, which is also installed as a header at
37587 @file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
37588
37589 The reader is implemented as a shared object (so this functionality is
37590 not available on platforms which don't allow loading shared objects at
37591 runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
37592 @code{jit-reader-unload} are provided, to be used to load and unload
37593 the readers from a preconfigured directory. Once loaded, the shared
37594 object is used the parse the debug information emitted by the JIT
37595 compiler.
37596
37597 @menu
37598 * Using JIT Debug Info Readers:: How to use supplied readers correctly
37599 * Writing JIT Debug Info Readers:: Creating a debug-info reader
37600 @end menu
37601
37602 @node Using JIT Debug Info Readers
37603 @subsection Using JIT Debug Info Readers
37604 @kindex jit-reader-load
37605 @kindex jit-reader-unload
37606
37607 Readers can be loaded and unloaded using the @code{jit-reader-load}
37608 and @code{jit-reader-unload} commands.
37609
37610 @table @code
37611 @item jit-reader-load @var{reader}
37612 Load the JIT reader named @var{reader}, which is a shared
37613 object specified as either an absolute or a relative file name. In
37614 the latter case, @value{GDBN} will try to load the reader from a
37615 pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
37616 system (here @var{libdir} is the system library directory, often
37617 @file{/usr/local/lib}).
37618
37619 Only one reader can be active at a time; trying to load a second
37620 reader when one is already loaded will result in @value{GDBN}
37621 reporting an error. A new JIT reader can be loaded by first unloading
37622 the current one using @code{jit-reader-unload} and then invoking
37623 @code{jit-reader-load}.
37624
37625 @item jit-reader-unload
37626 Unload the currently loaded JIT reader.
37627
37628 @end table
37629
37630 @node Writing JIT Debug Info Readers
37631 @subsection Writing JIT Debug Info Readers
37632 @cindex writing JIT debug info readers
37633
37634 As mentioned, a reader is essentially a shared object conforming to a
37635 certain ABI. This ABI is described in @file{jit-reader.h}.
37636
37637 @file{jit-reader.h} defines the structures, macros and functions
37638 required to write a reader. It is installed (along with
37639 @value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
37640 the system include directory.
37641
37642 Readers need to be released under a GPL compatible license. A reader
37643 can be declared as released under such a license by placing the macro
37644 @code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
37645
37646 The entry point for readers is the symbol @code{gdb_init_reader},
37647 which is expected to be a function with the prototype
37648
37649 @findex gdb_init_reader
37650 @smallexample
37651 extern struct gdb_reader_funcs *gdb_init_reader (void);
37652 @end smallexample
37653
37654 @cindex @code{struct gdb_reader_funcs}
37655
37656 @code{struct gdb_reader_funcs} contains a set of pointers to callback
37657 functions. These functions are executed to read the debug info
37658 generated by the JIT compiler (@code{read}), to unwind stack frames
37659 (@code{unwind}) and to create canonical frame IDs
37660 (@code{get_frame_id}). It also has a callback that is called when the
37661 reader is being unloaded (@code{destroy}). The struct looks like this
37662
37663 @smallexample
37664 struct gdb_reader_funcs
37665 @{
37666 /* Must be set to GDB_READER_INTERFACE_VERSION. */
37667 int reader_version;
37668
37669 /* For use by the reader. */
37670 void *priv_data;
37671
37672 gdb_read_debug_info *read;
37673 gdb_unwind_frame *unwind;
37674 gdb_get_frame_id *get_frame_id;
37675 gdb_destroy_reader *destroy;
37676 @};
37677 @end smallexample
37678
37679 @cindex @code{struct gdb_symbol_callbacks}
37680 @cindex @code{struct gdb_unwind_callbacks}
37681
37682 The callbacks are provided with another set of callbacks by
37683 @value{GDBN} to do their job. For @code{read}, these callbacks are
37684 passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
37685 and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
37686 @code{struct gdb_symbol_callbacks} has callbacks to create new object
37687 files and new symbol tables inside those object files. @code{struct
37688 gdb_unwind_callbacks} has callbacks to read registers off the current
37689 frame and to write out the values of the registers in the previous
37690 frame. Both have a callback (@code{target_read}) to read bytes off the
37691 target's address space.
37692
37693 @node In-Process Agent
37694 @chapter In-Process Agent
37695 @cindex debugging agent
37696 The traditional debugging model is conceptually low-speed, but works fine,
37697 because most bugs can be reproduced in debugging-mode execution. However,
37698 as multi-core or many-core processors are becoming mainstream, and
37699 multi-threaded programs become more and more popular, there should be more
37700 and more bugs that only manifest themselves at normal-mode execution, for
37701 example, thread races, because debugger's interference with the program's
37702 timing may conceal the bugs. On the other hand, in some applications,
37703 it is not feasible for the debugger to interrupt the program's execution
37704 long enough for the developer to learn anything helpful about its behavior.
37705 If the program's correctness depends on its real-time behavior, delays
37706 introduced by a debugger might cause the program to fail, even when the
37707 code itself is correct. It is useful to be able to observe the program's
37708 behavior without interrupting it.
37709
37710 Therefore, traditional debugging model is too intrusive to reproduce
37711 some bugs. In order to reduce the interference with the program, we can
37712 reduce the number of operations performed by debugger. The
37713 @dfn{In-Process Agent}, a shared library, is running within the same
37714 process with inferior, and is able to perform some debugging operations
37715 itself. As a result, debugger is only involved when necessary, and
37716 performance of debugging can be improved accordingly. Note that
37717 interference with program can be reduced but can't be removed completely,
37718 because the in-process agent will still stop or slow down the program.
37719
37720 The in-process agent can interpret and execute Agent Expressions
37721 (@pxref{Agent Expressions}) during performing debugging operations. The
37722 agent expressions can be used for different purposes, such as collecting
37723 data in tracepoints, and condition evaluation in breakpoints.
37724
37725 @anchor{Control Agent}
37726 You can control whether the in-process agent is used as an aid for
37727 debugging with the following commands:
37728
37729 @table @code
37730 @kindex set agent on
37731 @item set agent on
37732 Causes the in-process agent to perform some operations on behalf of the
37733 debugger. Just which operations requested by the user will be done
37734 by the in-process agent depends on the its capabilities. For example,
37735 if you request to evaluate breakpoint conditions in the in-process agent,
37736 and the in-process agent has such capability as well, then breakpoint
37737 conditions will be evaluated in the in-process agent.
37738
37739 @kindex set agent off
37740 @item set agent off
37741 Disables execution of debugging operations by the in-process agent. All
37742 of the operations will be performed by @value{GDBN}.
37743
37744 @kindex show agent
37745 @item show agent
37746 Display the current setting of execution of debugging operations by
37747 the in-process agent.
37748 @end table
37749
37750 @menu
37751 * In-Process Agent Protocol::
37752 @end menu
37753
37754 @node In-Process Agent Protocol
37755 @section In-Process Agent Protocol
37756 @cindex in-process agent protocol
37757
37758 The in-process agent is able to communicate with both @value{GDBN} and
37759 GDBserver (@pxref{In-Process Agent}). This section documents the protocol
37760 used for communications between @value{GDBN} or GDBserver and the IPA.
37761 In general, @value{GDBN} or GDBserver sends commands
37762 (@pxref{IPA Protocol Commands}) and data to in-process agent, and then
37763 in-process agent replies back with the return result of the command, or
37764 some other information. The data sent to in-process agent is composed
37765 of primitive data types, such as 4-byte or 8-byte type, and composite
37766 types, which are called objects (@pxref{IPA Protocol Objects}).
37767
37768 @menu
37769 * IPA Protocol Objects::
37770 * IPA Protocol Commands::
37771 @end menu
37772
37773 @node IPA Protocol Objects
37774 @subsection IPA Protocol Objects
37775 @cindex ipa protocol objects
37776
37777 The commands sent to and results received from agent may contain some
37778 complex data types called @dfn{objects}.
37779
37780 The in-process agent is running on the same machine with @value{GDBN}
37781 or GDBserver, so it doesn't have to handle as much differences between
37782 two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
37783 However, there are still some differences of two ends in two processes:
37784
37785 @enumerate
37786 @item
37787 word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
37788 compiled as a 64-bit executable, while in-process agent is a 32-bit one.
37789 @item
37790 ABI. Some machines may have multiple types of ABI, @value{GDBN} or
37791 GDBserver is compiled with one, and in-process agent is compiled with
37792 the other one.
37793 @end enumerate
37794
37795 Here are the IPA Protocol Objects:
37796
37797 @enumerate
37798 @item
37799 agent expression object. It represents an agent expression
37800 (@pxref{Agent Expressions}).
37801 @anchor{agent expression object}
37802 @item
37803 tracepoint action object. It represents a tracepoint action
37804 (@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
37805 memory, static trace data and to evaluate expression.
37806 @anchor{tracepoint action object}
37807 @item
37808 tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
37809 @anchor{tracepoint object}
37810
37811 @end enumerate
37812
37813 The following table describes important attributes of each IPA protocol
37814 object:
37815
37816 @multitable @columnfractions .30 .20 .50
37817 @headitem Name @tab Size @tab Description
37818 @item @emph{agent expression object} @tab @tab
37819 @item length @tab 4 @tab length of bytes code
37820 @item byte code @tab @var{length} @tab contents of byte code
37821 @item @emph{tracepoint action for collecting memory} @tab @tab
37822 @item 'M' @tab 1 @tab type of tracepoint action
37823 @item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
37824 address of the lowest byte to collect, otherwise @var{addr} is the offset
37825 of @var{basereg} for memory collecting.
37826 @item len @tab 8 @tab length of memory for collecting
37827 @item basereg @tab 4 @tab the register number containing the starting
37828 memory address for collecting.
37829 @item @emph{tracepoint action for collecting registers} @tab @tab
37830 @item 'R' @tab 1 @tab type of tracepoint action
37831 @item @emph{tracepoint action for collecting static trace data} @tab @tab
37832 @item 'L' @tab 1 @tab type of tracepoint action
37833 @item @emph{tracepoint action for expression evaluation} @tab @tab
37834 @item 'X' @tab 1 @tab type of tracepoint action
37835 @item agent expression @tab length of @tab @ref{agent expression object}
37836 @item @emph{tracepoint object} @tab @tab
37837 @item number @tab 4 @tab number of tracepoint
37838 @item address @tab 8 @tab address of tracepoint inserted on
37839 @item type @tab 4 @tab type of tracepoint
37840 @item enabled @tab 1 @tab enable or disable of tracepoint
37841 @item step_count @tab 8 @tab step
37842 @item pass_count @tab 8 @tab pass
37843 @item numactions @tab 4 @tab number of tracepoint actions
37844 @item hit count @tab 8 @tab hit count
37845 @item trace frame usage @tab 8 @tab trace frame usage
37846 @item compiled_cond @tab 8 @tab compiled condition
37847 @item orig_size @tab 8 @tab orig size
37848 @item condition @tab 4 if condition is NULL otherwise length of
37849 @ref{agent expression object}
37850 @tab zero if condition is NULL, otherwise is
37851 @ref{agent expression object}
37852 @item actions @tab variable
37853 @tab numactions number of @ref{tracepoint action object}
37854 @end multitable
37855
37856 @node IPA Protocol Commands
37857 @subsection IPA Protocol Commands
37858 @cindex ipa protocol commands
37859
37860 The spaces in each command are delimiters to ease reading this commands
37861 specification. They don't exist in real commands.
37862
37863 @table @samp
37864
37865 @item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
37866 Installs a new fast tracepoint described by @var{tracepoint_object}
37867 (@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
37868 head of @dfn{jumppad}, which is used to jump to data collection routine
37869 in IPA finally.
37870
37871 Replies:
37872 @table @samp
37873 @item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
37874 @var{target_address} is address of tracepoint in the inferior.
37875 The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
37876 @var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
37877 The @var{fjump} contains a sequence of instructions jump to jumppad entry.
37878 The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
37879 @item E @var{NN}
37880 for an error
37881
37882 @end table
37883
37884 @item close
37885 Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
37886 is about to kill inferiors.
37887
37888 @item qTfSTM
37889 @xref{qTfSTM}.
37890 @item qTsSTM
37891 @xref{qTsSTM}.
37892 @item qTSTMat
37893 @xref{qTSTMat}.
37894 @item probe_marker_at:@var{address}
37895 Asks in-process agent to probe the marker at @var{address}.
37896
37897 Replies:
37898 @table @samp
37899 @item E @var{NN}
37900 for an error
37901 @end table
37902 @item unprobe_marker_at:@var{address}
37903 Asks in-process agent to unprobe the marker at @var{address}.
37904 @end table
37905
37906 @node GDB Bugs
37907 @chapter Reporting Bugs in @value{GDBN}
37908 @cindex bugs in @value{GDBN}
37909 @cindex reporting bugs in @value{GDBN}
37910
37911 Your bug reports play an essential role in making @value{GDBN} reliable.
37912
37913 Reporting a bug may help you by bringing a solution to your problem, or it
37914 may not. But in any case the principal function of a bug report is to help
37915 the entire community by making the next version of @value{GDBN} work better. Bug
37916 reports are your contribution to the maintenance of @value{GDBN}.
37917
37918 In order for a bug report to serve its purpose, you must include the
37919 information that enables us to fix the bug.
37920
37921 @menu
37922 * Bug Criteria:: Have you found a bug?
37923 * Bug Reporting:: How to report bugs
37924 @end menu
37925
37926 @node Bug Criteria
37927 @section Have You Found a Bug?
37928 @cindex bug criteria
37929
37930 If you are not sure whether you have found a bug, here are some guidelines:
37931
37932 @itemize @bullet
37933 @cindex fatal signal
37934 @cindex debugger crash
37935 @cindex crash of debugger
37936 @item
37937 If the debugger gets a fatal signal, for any input whatever, that is a
37938 @value{GDBN} bug. Reliable debuggers never crash.
37939
37940 @cindex error on valid input
37941 @item
37942 If @value{GDBN} produces an error message for valid input, that is a
37943 bug. (Note that if you're cross debugging, the problem may also be
37944 somewhere in the connection to the target.)
37945
37946 @cindex invalid input
37947 @item
37948 If @value{GDBN} does not produce an error message for invalid input,
37949 that is a bug. However, you should note that your idea of
37950 ``invalid input'' might be our idea of ``an extension'' or ``support
37951 for traditional practice''.
37952
37953 @item
37954 If you are an experienced user of debugging tools, your suggestions
37955 for improvement of @value{GDBN} are welcome in any case.
37956 @end itemize
37957
37958 @node Bug Reporting
37959 @section How to Report Bugs
37960 @cindex bug reports
37961 @cindex @value{GDBN} bugs, reporting
37962
37963 A number of companies and individuals offer support for @sc{gnu} products.
37964 If you obtained @value{GDBN} from a support organization, we recommend you
37965 contact that organization first.
37966
37967 You can find contact information for many support companies and
37968 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
37969 distribution.
37970 @c should add a web page ref...
37971
37972 @ifset BUGURL
37973 @ifset BUGURL_DEFAULT
37974 In any event, we also recommend that you submit bug reports for
37975 @value{GDBN}. The preferred method is to submit them directly using
37976 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
37977 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
37978 be used.
37979
37980 @strong{Do not send bug reports to @samp{info-gdb}, or to
37981 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
37982 not want to receive bug reports. Those that do have arranged to receive
37983 @samp{bug-gdb}.
37984
37985 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
37986 serves as a repeater. The mailing list and the newsgroup carry exactly
37987 the same messages. Often people think of posting bug reports to the
37988 newsgroup instead of mailing them. This appears to work, but it has one
37989 problem which can be crucial: a newsgroup posting often lacks a mail
37990 path back to the sender. Thus, if we need to ask for more information,
37991 we may be unable to reach you. For this reason, it is better to send
37992 bug reports to the mailing list.
37993 @end ifset
37994 @ifclear BUGURL_DEFAULT
37995 In any event, we also recommend that you submit bug reports for
37996 @value{GDBN} to @value{BUGURL}.
37997 @end ifclear
37998 @end ifset
37999
38000 The fundamental principle of reporting bugs usefully is this:
38001 @strong{report all the facts}. If you are not sure whether to state a
38002 fact or leave it out, state it!
38003
38004 Often people omit facts because they think they know what causes the
38005 problem and assume that some details do not matter. Thus, you might
38006 assume that the name of the variable you use in an example does not matter.
38007 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
38008 stray memory reference which happens to fetch from the location where that
38009 name is stored in memory; perhaps, if the name were different, the contents
38010 of that location would fool the debugger into doing the right thing despite
38011 the bug. Play it safe and give a specific, complete example. That is the
38012 easiest thing for you to do, and the most helpful.
38013
38014 Keep in mind that the purpose of a bug report is to enable us to fix the
38015 bug. It may be that the bug has been reported previously, but neither
38016 you nor we can know that unless your bug report is complete and
38017 self-contained.
38018
38019 Sometimes people give a few sketchy facts and ask, ``Does this ring a
38020 bell?'' Those bug reports are useless, and we urge everyone to
38021 @emph{refuse to respond to them} except to chide the sender to report
38022 bugs properly.
38023
38024 To enable us to fix the bug, you should include all these things:
38025
38026 @itemize @bullet
38027 @item
38028 The version of @value{GDBN}. @value{GDBN} announces it if you start
38029 with no arguments; you can also print it at any time using @code{show
38030 version}.
38031
38032 Without this, we will not know whether there is any point in looking for
38033 the bug in the current version of @value{GDBN}.
38034
38035 @item
38036 The type of machine you are using, and the operating system name and
38037 version number.
38038
38039 @item
38040 The details of the @value{GDBN} build-time configuration.
38041 @value{GDBN} shows these details if you invoke it with the
38042 @option{--configuration} command-line option, or if you type
38043 @code{show configuration} at @value{GDBN}'s prompt.
38044
38045 @item
38046 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
38047 ``@value{GCC}--2.8.1''.
38048
38049 @item
38050 What compiler (and its version) was used to compile the program you are
38051 debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
38052 C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
38053 to get this information; for other compilers, see the documentation for
38054 those compilers.
38055
38056 @item
38057 The command arguments you gave the compiler to compile your example and
38058 observe the bug. For example, did you use @samp{-O}? To guarantee
38059 you will not omit something important, list them all. A copy of the
38060 Makefile (or the output from make) is sufficient.
38061
38062 If we were to try to guess the arguments, we would probably guess wrong
38063 and then we might not encounter the bug.
38064
38065 @item
38066 A complete input script, and all necessary source files, that will
38067 reproduce the bug.
38068
38069 @item
38070 A description of what behavior you observe that you believe is
38071 incorrect. For example, ``It gets a fatal signal.''
38072
38073 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
38074 will certainly notice it. But if the bug is incorrect output, we might
38075 not notice unless it is glaringly wrong. You might as well not give us
38076 a chance to make a mistake.
38077
38078 Even if the problem you experience is a fatal signal, you should still
38079 say so explicitly. Suppose something strange is going on, such as, your
38080 copy of @value{GDBN} is out of synch, or you have encountered a bug in
38081 the C library on your system. (This has happened!) Your copy might
38082 crash and ours would not. If you told us to expect a crash, then when
38083 ours fails to crash, we would know that the bug was not happening for
38084 us. If you had not told us to expect a crash, then we would not be able
38085 to draw any conclusion from our observations.
38086
38087 @pindex script
38088 @cindex recording a session script
38089 To collect all this information, you can use a session recording program
38090 such as @command{script}, which is available on many Unix systems.
38091 Just run your @value{GDBN} session inside @command{script} and then
38092 include the @file{typescript} file with your bug report.
38093
38094 Another way to record a @value{GDBN} session is to run @value{GDBN}
38095 inside Emacs and then save the entire buffer to a file.
38096
38097 @item
38098 If you wish to suggest changes to the @value{GDBN} source, send us context
38099 diffs. If you even discuss something in the @value{GDBN} source, refer to
38100 it by context, not by line number.
38101
38102 The line numbers in our development sources will not match those in your
38103 sources. Your line numbers would convey no useful information to us.
38104
38105 @end itemize
38106
38107 Here are some things that are not necessary:
38108
38109 @itemize @bullet
38110 @item
38111 A description of the envelope of the bug.
38112
38113 Often people who encounter a bug spend a lot of time investigating
38114 which changes to the input file will make the bug go away and which
38115 changes will not affect it.
38116
38117 This is often time consuming and not very useful, because the way we
38118 will find the bug is by running a single example under the debugger
38119 with breakpoints, not by pure deduction from a series of examples.
38120 We recommend that you save your time for something else.
38121
38122 Of course, if you can find a simpler example to report @emph{instead}
38123 of the original one, that is a convenience for us. Errors in the
38124 output will be easier to spot, running under the debugger will take
38125 less time, and so on.
38126
38127 However, simplification is not vital; if you do not want to do this,
38128 report the bug anyway and send us the entire test case you used.
38129
38130 @item
38131 A patch for the bug.
38132
38133 A patch for the bug does help us if it is a good one. But do not omit
38134 the necessary information, such as the test case, on the assumption that
38135 a patch is all we need. We might see problems with your patch and decide
38136 to fix the problem another way, or we might not understand it at all.
38137
38138 Sometimes with a program as complicated as @value{GDBN} it is very hard to
38139 construct an example that will make the program follow a certain path
38140 through the code. If you do not send us the example, we will not be able
38141 to construct one, so we will not be able to verify that the bug is fixed.
38142
38143 And if we cannot understand what bug you are trying to fix, or why your
38144 patch should be an improvement, we will not install it. A test case will
38145 help us to understand.
38146
38147 @item
38148 A guess about what the bug is or what it depends on.
38149
38150 Such guesses are usually wrong. Even we cannot guess right about such
38151 things without first using the debugger to find the facts.
38152 @end itemize
38153
38154 @c The readline documentation is distributed with the readline code
38155 @c and consists of the two following files:
38156 @c rluser.texi
38157 @c hsuser.texi
38158 @c Use -I with makeinfo to point to the appropriate directory,
38159 @c environment var TEXINPUTS with TeX.
38160 @ifclear SYSTEM_READLINE
38161 @include rluser.texi
38162 @include hsuser.texi
38163 @end ifclear
38164
38165 @node In Memoriam
38166 @appendix In Memoriam
38167
38168 The @value{GDBN} project mourns the loss of the following long-time
38169 contributors:
38170
38171 @table @code
38172 @item Fred Fish
38173 Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
38174 to Free Software in general. Outside of @value{GDBN}, he was known in
38175 the Amiga world for his series of Fish Disks, and the GeekGadget project.
38176
38177 @item Michael Snyder
38178 Michael was one of the Global Maintainers of the @value{GDBN} project,
38179 with contributions recorded as early as 1996, until 2011. In addition
38180 to his day to day participation, he was a large driving force behind
38181 adding Reverse Debugging to @value{GDBN}.
38182 @end table
38183
38184 Beyond their technical contributions to the project, they were also
38185 enjoyable members of the Free Software Community. We will miss them.
38186
38187 @node Formatting Documentation
38188 @appendix Formatting Documentation
38189
38190 @cindex @value{GDBN} reference card
38191 @cindex reference card
38192 The @value{GDBN} 4 release includes an already-formatted reference card, ready
38193 for printing with PostScript or Ghostscript, in the @file{gdb}
38194 subdirectory of the main source directory@footnote{In
38195 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
38196 release.}. If you can use PostScript or Ghostscript with your printer,
38197 you can print the reference card immediately with @file{refcard.ps}.
38198
38199 The release also includes the source for the reference card. You
38200 can format it, using @TeX{}, by typing:
38201
38202 @smallexample
38203 make refcard.dvi
38204 @end smallexample
38205
38206 The @value{GDBN} reference card is designed to print in @dfn{landscape}
38207 mode on US ``letter'' size paper;
38208 that is, on a sheet 11 inches wide by 8.5 inches
38209 high. You will need to specify this form of printing as an option to
38210 your @sc{dvi} output program.
38211
38212 @cindex documentation
38213
38214 All the documentation for @value{GDBN} comes as part of the machine-readable
38215 distribution. The documentation is written in Texinfo format, which is
38216 a documentation system that uses a single source file to produce both
38217 on-line information and a printed manual. You can use one of the Info
38218 formatting commands to create the on-line version of the documentation
38219 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
38220
38221 @value{GDBN} includes an already formatted copy of the on-line Info
38222 version of this manual in the @file{gdb} subdirectory. The main Info
38223 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
38224 subordinate files matching @samp{gdb.info*} in the same directory. If
38225 necessary, you can print out these files, or read them with any editor;
38226 but they are easier to read using the @code{info} subsystem in @sc{gnu}
38227 Emacs or the standalone @code{info} program, available as part of the
38228 @sc{gnu} Texinfo distribution.
38229
38230 If you want to format these Info files yourself, you need one of the
38231 Info formatting programs, such as @code{texinfo-format-buffer} or
38232 @code{makeinfo}.
38233
38234 If you have @code{makeinfo} installed, and are in the top level
38235 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
38236 version @value{GDBVN}), you can make the Info file by typing:
38237
38238 @smallexample
38239 cd gdb
38240 make gdb.info
38241 @end smallexample
38242
38243 If you want to typeset and print copies of this manual, you need @TeX{},
38244 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
38245 Texinfo definitions file.
38246
38247 @TeX{} is a typesetting program; it does not print files directly, but
38248 produces output files called @sc{dvi} files. To print a typeset
38249 document, you need a program to print @sc{dvi} files. If your system
38250 has @TeX{} installed, chances are it has such a program. The precise
38251 command to use depends on your system; @kbd{lpr -d} is common; another
38252 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
38253 require a file name without any extension or a @samp{.dvi} extension.
38254
38255 @TeX{} also requires a macro definitions file called
38256 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
38257 written in Texinfo format. On its own, @TeX{} cannot either read or
38258 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
38259 and is located in the @file{gdb-@var{version-number}/texinfo}
38260 directory.
38261
38262 If you have @TeX{} and a @sc{dvi} printer program installed, you can
38263 typeset and print this manual. First switch to the @file{gdb}
38264 subdirectory of the main source directory (for example, to
38265 @file{gdb-@value{GDBVN}/gdb}) and type:
38266
38267 @smallexample
38268 make gdb.dvi
38269 @end smallexample
38270
38271 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
38272
38273 @node Installing GDB
38274 @appendix Installing @value{GDBN}
38275 @cindex installation
38276
38277 @menu
38278 * Requirements:: Requirements for building @value{GDBN}
38279 * Running Configure:: Invoking the @value{GDBN} @file{configure} script
38280 * Separate Objdir:: Compiling @value{GDBN} in another directory
38281 * Config Names:: Specifying names for hosts and targets
38282 * Configure Options:: Summary of options for configure
38283 * System-wide configuration:: Having a system-wide init file
38284 @end menu
38285
38286 @node Requirements
38287 @section Requirements for Building @value{GDBN}
38288 @cindex building @value{GDBN}, requirements for
38289
38290 Building @value{GDBN} requires various tools and packages to be available.
38291 Other packages will be used only if they are found.
38292
38293 @heading Tools/Packages Necessary for Building @value{GDBN}
38294 @table @asis
38295 @item C@t{++}11 compiler
38296 @value{GDBN} is written in C@t{++}11. It should be buildable with any
38297 recent C@t{++}11 compiler, e.g.@: GCC.
38298
38299 @item GNU make
38300 @value{GDBN}'s build system relies on features only found in the GNU
38301 make program. Other variants of @code{make} will not work.
38302
38303 @item GMP (The GNU Multiple Precision Arithmetic Library)
38304 @value{GDBN} now uses GMP to perform some of its arithmetics.
38305 This library may be included with your operating system distribution;
38306 if it is not, you can get the latest version from
38307 @url{https://gmplib.org/}. If GMP is installed at an unusual path,
38308 you can use the @option{--with-libgmp-prefix} option to specify
38309 its location.
38310
38311 @end table
38312
38313 @heading Tools/Packages Optional for Building @value{GDBN}
38314 @table @asis
38315 @item Expat
38316 @anchor{Expat}
38317 @value{GDBN} can use the Expat XML parsing library. This library may be
38318 included with your operating system distribution; if it is not, you
38319 can get the latest version from @url{http://expat.sourceforge.net}.
38320 The @file{configure} script will search for this library in several
38321 standard locations; if it is installed in an unusual path, you can
38322 use the @option{--with-libexpat-prefix} option to specify its location.
38323
38324 Expat is used for:
38325
38326 @itemize @bullet
38327 @item
38328 Remote protocol memory maps (@pxref{Memory Map Format})
38329 @item
38330 Target descriptions (@pxref{Target Descriptions})
38331 @item
38332 Remote shared library lists (@xref{Library List Format},
38333 or alternatively @pxref{Library List Format for SVR4 Targets})
38334 @item
38335 MS-Windows shared libraries (@pxref{Shared Libraries})
38336 @item
38337 Traceframe info (@pxref{Traceframe Info Format})
38338 @item
38339 Branch trace (@pxref{Branch Trace Format},
38340 @pxref{Branch Trace Configuration Format})
38341 @end itemize
38342
38343 @item Guile
38344 @value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
38345 default, @value{GDBN} will be compiled if the Guile libraries are
38346 installed and are found by @file{configure}. You can use the
38347 @code{--with-guile} option to request Guile, and pass either the Guile
38348 version number or the file name of the relevant @code{pkg-config}
38349 program to choose a particular version of Guile.
38350
38351 @item iconv
38352 @value{GDBN}'s features related to character sets (@pxref{Character
38353 Sets}) require a functioning @code{iconv} implementation. If you are
38354 on a GNU system, then this is provided by the GNU C Library. Some
38355 other systems also provide a working @code{iconv}.
38356
38357 If @value{GDBN} is using the @code{iconv} program which is installed
38358 in a non-standard place, you will need to tell @value{GDBN} where to
38359 find it. This is done with @option{--with-iconv-bin} which specifies
38360 the directory that contains the @code{iconv} program. This program is
38361 run in order to make a list of the available character sets.
38362
38363 On systems without @code{iconv}, you can install GNU Libiconv. If
38364 Libiconv is installed in a standard place, @value{GDBN} will
38365 automatically use it if it is needed. If you have previously
38366 installed Libiconv in a non-standard place, you can use the
38367 @option{--with-libiconv-prefix} option to @file{configure}.
38368
38369 @value{GDBN}'s top-level @file{configure} and @file{Makefile} will
38370 arrange to build Libiconv if a directory named @file{libiconv} appears
38371 in the top-most source directory. If Libiconv is built this way, and
38372 if the operating system does not provide a suitable @code{iconv}
38373 implementation, then the just-built library will automatically be used
38374 by @value{GDBN}. One easy way to set this up is to download GNU
38375 Libiconv, unpack it inside the top-level directory of the @value{GDBN}
38376 source tree, and then rename the directory holding the Libiconv source
38377 code to @samp{libiconv}.
38378
38379 @item lzma
38380 @value{GDBN} can support debugging sections that are compressed with
38381 the LZMA library. @xref{MiniDebugInfo}. If this library is not
38382 included with your operating system, you can find it in the xz package
38383 at @url{http://tukaani.org/xz/}. If the LZMA library is available in
38384 the usual place, then the @file{configure} script will use it
38385 automatically. If it is installed in an unusual path, you can use the
38386 @option{--with-lzma-prefix} option to specify its location.
38387
38388 @item MPFR
38389 @anchor{MPFR}
38390 @value{GDBN} can use the GNU MPFR multiple-precision floating-point
38391 library. This library may be included with your operating system
38392 distribution; if it is not, you can get the latest version from
38393 @url{http://www.mpfr.org}. The @file{configure} script will search
38394 for this library in several standard locations; if it is installed
38395 in an unusual path, you can use the @option{--with-libmpfr-prefix}
38396 option to specify its location.
38397
38398 GNU MPFR is used to emulate target floating-point arithmetic during
38399 expression evaluation when the target uses different floating-point
38400 formats than the host. If GNU MPFR it is not available, @value{GDBN}
38401 will fall back to using host floating-point arithmetic.
38402
38403 @item Python
38404 @value{GDBN} can be scripted using Python language. @xref{Python}.
38405 By default, @value{GDBN} will be compiled if the Python libraries are
38406 installed and are found by @file{configure}. You can use the
38407 @code{--with-python} option to request Python, and pass either the
38408 file name of the relevant @code{python} executable, or the name of the
38409 directory in which Python is installed, to choose a particular
38410 installation of Python.
38411
38412 @item zlib
38413 @cindex compressed debug sections
38414 @value{GDBN} will use the @samp{zlib} library, if available, to read
38415 compressed debug sections. Some linkers, such as GNU gold, are capable
38416 of producing binaries with compressed debug sections. If @value{GDBN}
38417 is compiled with @samp{zlib}, it will be able to read the debug
38418 information in such binaries.
38419
38420 The @samp{zlib} library is likely included with your operating system
38421 distribution; if it is not, you can get the latest version from
38422 @url{http://zlib.net}.
38423 @end table
38424
38425 @node Running Configure
38426 @section Invoking the @value{GDBN} @file{configure} Script
38427 @cindex configuring @value{GDBN}
38428 @value{GDBN} comes with a @file{configure} script that automates the process
38429 of preparing @value{GDBN} for installation; you can then use @code{make} to
38430 build the @code{gdb} program.
38431 @iftex
38432 @c irrelevant in info file; it's as current as the code it lives with.
38433 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
38434 look at the @file{README} file in the sources; we may have improved the
38435 installation procedures since publishing this manual.}
38436 @end iftex
38437
38438 The @value{GDBN} distribution includes all the source code you need for
38439 @value{GDBN} in a single directory, whose name is usually composed by
38440 appending the version number to @samp{gdb}.
38441
38442 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
38443 @file{gdb-@value{GDBVN}} directory. That directory contains:
38444
38445 @table @code
38446 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
38447 script for configuring @value{GDBN} and all its supporting libraries
38448
38449 @item gdb-@value{GDBVN}/gdb
38450 the source specific to @value{GDBN} itself
38451
38452 @item gdb-@value{GDBVN}/bfd
38453 source for the Binary File Descriptor library
38454
38455 @item gdb-@value{GDBVN}/include
38456 @sc{gnu} include files
38457
38458 @item gdb-@value{GDBVN}/libiberty
38459 source for the @samp{-liberty} free software library
38460
38461 @item gdb-@value{GDBVN}/opcodes
38462 source for the library of opcode tables and disassemblers
38463
38464 @item gdb-@value{GDBVN}/readline
38465 source for the @sc{gnu} command-line interface
38466 @end table
38467
38468 There may be other subdirectories as well.
38469
38470 The simplest way to configure and build @value{GDBN} is to run @file{configure}
38471 from the @file{gdb-@var{version-number}} source directory, which in
38472 this example is the @file{gdb-@value{GDBVN}} directory.
38473
38474 First switch to the @file{gdb-@var{version-number}} source directory
38475 if you are not already in it; then run @file{configure}. Pass the
38476 identifier for the platform on which @value{GDBN} will run as an
38477 argument.
38478
38479 For example:
38480
38481 @smallexample
38482 cd gdb-@value{GDBVN}
38483 ./configure
38484 make
38485 @end smallexample
38486
38487 Running @samp{configure} and then running @code{make} builds the
38488 included supporting libraries, then @code{gdb} itself. The configured
38489 source files, and the binaries, are left in the corresponding source
38490 directories.
38491
38492 @need 750
38493 @file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
38494 system does not recognize this automatically when you run a different
38495 shell, you may need to run @code{sh} on it explicitly:
38496
38497 @smallexample
38498 sh configure
38499 @end smallexample
38500
38501 You should run the @file{configure} script from the top directory in the
38502 source tree, the @file{gdb-@var{version-number}} directory. If you run
38503 @file{configure} from one of the subdirectories, you will configure only
38504 that subdirectory. That is usually not what you want. In particular,
38505 if you run the first @file{configure} from the @file{gdb} subdirectory
38506 of the @file{gdb-@var{version-number}} directory, you will omit the
38507 configuration of @file{bfd}, @file{readline}, and other sibling
38508 directories of the @file{gdb} subdirectory. This leads to build errors
38509 about missing include files such as @file{bfd/bfd.h}.
38510
38511 You can install @code{@value{GDBN}} anywhere. The best way to do this
38512 is to pass the @code{--prefix} option to @code{configure}, and then
38513 install it with @code{make install}.
38514
38515 @node Separate Objdir
38516 @section Compiling @value{GDBN} in Another Directory
38517
38518 If you want to run @value{GDBN} versions for several host or target machines,
38519 you need a different @code{gdb} compiled for each combination of
38520 host and target. @file{configure} is designed to make this easy by
38521 allowing you to generate each configuration in a separate subdirectory,
38522 rather than in the source directory. If your @code{make} program
38523 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
38524 @code{make} in each of these directories builds the @code{gdb}
38525 program specified there.
38526
38527 To build @code{gdb} in a separate directory, run @file{configure}
38528 with the @samp{--srcdir} option to specify where to find the source.
38529 (You also need to specify a path to find @file{configure}
38530 itself from your working directory. If the path to @file{configure}
38531 would be the same as the argument to @samp{--srcdir}, you can leave out
38532 the @samp{--srcdir} option; it is assumed.)
38533
38534 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
38535 separate directory for a Sun 4 like this:
38536
38537 @smallexample
38538 @group
38539 cd gdb-@value{GDBVN}
38540 mkdir ../gdb-sun4
38541 cd ../gdb-sun4
38542 ../gdb-@value{GDBVN}/configure
38543 make
38544 @end group
38545 @end smallexample
38546
38547 When @file{configure} builds a configuration using a remote source
38548 directory, it creates a tree for the binaries with the same structure
38549 (and using the same names) as the tree under the source directory. In
38550 the example, you'd find the Sun 4 library @file{libiberty.a} in the
38551 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
38552 @file{gdb-sun4/gdb}.
38553
38554 Make sure that your path to the @file{configure} script has just one
38555 instance of @file{gdb} in it. If your path to @file{configure} looks
38556 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
38557 one subdirectory of @value{GDBN}, not the whole package. This leads to
38558 build errors about missing include files such as @file{bfd/bfd.h}.
38559
38560 One popular reason to build several @value{GDBN} configurations in separate
38561 directories is to configure @value{GDBN} for cross-compiling (where
38562 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
38563 programs that run on another machine---the @dfn{target}).
38564 You specify a cross-debugging target by
38565 giving the @samp{--target=@var{target}} option to @file{configure}.
38566
38567 When you run @code{make} to build a program or library, you must run
38568 it in a configured directory---whatever directory you were in when you
38569 called @file{configure} (or one of its subdirectories).
38570
38571 The @code{Makefile} that @file{configure} generates in each source
38572 directory also runs recursively. If you type @code{make} in a source
38573 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
38574 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
38575 will build all the required libraries, and then build GDB.
38576
38577 When you have multiple hosts or targets configured in separate
38578 directories, you can run @code{make} on them in parallel (for example,
38579 if they are NFS-mounted on each of the hosts); they will not interfere
38580 with each other.
38581
38582 @node Config Names
38583 @section Specifying Names for Hosts and Targets
38584
38585 The specifications used for hosts and targets in the @file{configure}
38586 script are based on a three-part naming scheme, but some short predefined
38587 aliases are also supported. The full naming scheme encodes three pieces
38588 of information in the following pattern:
38589
38590 @smallexample
38591 @var{architecture}-@var{vendor}-@var{os}
38592 @end smallexample
38593
38594 For example, you can use the alias @code{sun4} as a @var{host} argument,
38595 or as the value for @var{target} in a @code{--target=@var{target}}
38596 option. The equivalent full name is @samp{sparc-sun-sunos4}.
38597
38598 The @file{configure} script accompanying @value{GDBN} does not provide
38599 any query facility to list all supported host and target names or
38600 aliases. @file{configure} calls the Bourne shell script
38601 @code{config.sub} to map abbreviations to full names; you can read the
38602 script, if you wish, or you can use it to test your guesses on
38603 abbreviations---for example:
38604
38605 @smallexample
38606 % sh config.sub i386-linux
38607 i386-pc-linux-gnu
38608 % sh config.sub alpha-linux
38609 alpha-unknown-linux-gnu
38610 % sh config.sub hp9k700
38611 hppa1.1-hp-hpux
38612 % sh config.sub sun4
38613 sparc-sun-sunos4.1.1
38614 % sh config.sub sun3
38615 m68k-sun-sunos4.1.1
38616 % sh config.sub i986v
38617 Invalid configuration `i986v': machine `i986v' not recognized
38618 @end smallexample
38619
38620 @noindent
38621 @code{config.sub} is also distributed in the @value{GDBN} source
38622 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
38623
38624 @node Configure Options
38625 @section @file{configure} Options
38626
38627 Here is a summary of the @file{configure} options and arguments that
38628 are most often useful for building @value{GDBN}. @file{configure}
38629 also has several other options not listed here. @inforef{Running
38630 configure scripts,,autoconf.info}, for a full
38631 explanation of @file{configure}.
38632
38633 @smallexample
38634 configure @r{[}--help@r{]}
38635 @r{[}--prefix=@var{dir}@r{]}
38636 @r{[}--exec-prefix=@var{dir}@r{]}
38637 @r{[}--srcdir=@var{dirname}@r{]}
38638 @r{[}--target=@var{target}@r{]}
38639 @end smallexample
38640
38641 @noindent
38642 You may introduce options with a single @samp{-} rather than
38643 @samp{--} if you prefer; but you may abbreviate option names if you use
38644 @samp{--}.
38645
38646 @table @code
38647 @item --help
38648 Display a quick summary of how to invoke @file{configure}.
38649
38650 @item --prefix=@var{dir}
38651 Configure the source to install programs and files under directory
38652 @file{@var{dir}}.
38653
38654 @item --exec-prefix=@var{dir}
38655 Configure the source to install programs under directory
38656 @file{@var{dir}}.
38657
38658 @c avoid splitting the warning from the explanation:
38659 @need 2000
38660 @item --srcdir=@var{dirname}
38661 Use this option to make configurations in directories separate from the
38662 @value{GDBN} source directories. Among other things, you can use this to
38663 build (or maintain) several configurations simultaneously, in separate
38664 directories. @file{configure} writes configuration-specific files in
38665 the current directory, but arranges for them to use the source in the
38666 directory @var{dirname}. @file{configure} creates directories under
38667 the working directory in parallel to the source directories below
38668 @var{dirname}.
38669
38670 @item --target=@var{target}
38671 Configure @value{GDBN} for cross-debugging programs running on the specified
38672 @var{target}. Without this option, @value{GDBN} is configured to debug
38673 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
38674
38675 There is no convenient way to generate a list of all available
38676 targets. Also see the @code{--enable-targets} option, below.
38677 @end table
38678
38679 There are many other options that are specific to @value{GDBN}. This
38680 lists just the most common ones; there are some very specialized
38681 options not described here.
38682
38683 @table @code
38684 @item --enable-targets=@r{[}@var{target}@r{]}@dots{}
38685 @itemx --enable-targets=all
38686 Configure @value{GDBN} for cross-debugging programs running on the
38687 specified list of targets. The special value @samp{all} configures
38688 @value{GDBN} for debugging programs running on any target it supports.
38689
38690 @item --with-gdb-datadir=@var{path}
38691 Set the @value{GDBN}-specific data directory. @value{GDBN} will look
38692 here for certain supporting files or scripts. This defaults to the
38693 @file{gdb} subdirectory of @samp{datadir} (which can be set using
38694 @code{--datadir}).
38695
38696 @item --with-relocated-sources=@var{dir}
38697 Sets up the default source path substitution rule so that directory
38698 names recorded in debug information will be automatically adjusted for
38699 any directory under @var{dir}. @var{dir} should be a subdirectory of
38700 @value{GDBN}'s configured prefix, the one mentioned in the
38701 @code{--prefix} or @code{--exec-prefix} options to configure. This
38702 option is useful if GDB is supposed to be moved to a different place
38703 after it is built.
38704
38705 @item --enable-64-bit-bfd
38706 Enable 64-bit support in BFD on 32-bit hosts.
38707
38708 @item --disable-gdbmi
38709 Build @value{GDBN} without the GDB/MI machine interface
38710 (@pxref{GDB/MI}).
38711
38712 @item --enable-tui
38713 Build @value{GDBN} with the text-mode full-screen user interface
38714 (TUI). Requires a curses library (ncurses and cursesX are also
38715 supported).
38716
38717 @item --with-curses
38718 Use the curses library instead of the termcap library, for text-mode
38719 terminal operations.
38720
38721 @item --with-debuginfod
38722 Build @value{GDBN} with libdebuginfod, the debuginfod client library.
38723 Used to automatically fetch source files and separate debug files from
38724 debuginfod servers using the associated executable's build ID. Enabled
38725 by default if libdebuginfod is installed and found at configure time.
38726 debuginfod is packaged with elfutils, starting with version 0.178. You
38727 can get the latest version from `https://sourceware.org/elfutils/'.
38728
38729 @item --with-libunwind-ia64
38730 Use the libunwind library for unwinding function call stack on ia64
38731 target platforms. See http://www.nongnu.org/libunwind/index.html for
38732 details.
38733
38734 @item --with-system-readline
38735 Use the readline library installed on the host, rather than the
38736 library supplied as part of @value{GDBN}. Readline 7 or newer is
38737 required; this is enforced by the build system.
38738
38739 @item --with-system-zlib
38740 Use the zlib library installed on the host, rather than the library
38741 supplied as part of @value{GDBN}.
38742
38743 @item --with-expat
38744 Build @value{GDBN} with Expat, a library for XML parsing. (Done by
38745 default if libexpat is installed and found at configure time.) This
38746 library is used to read XML files supplied with @value{GDBN}. If it
38747 is unavailable, some features, such as remote protocol memory maps,
38748 target descriptions, and shared library lists, that are based on XML
38749 files, will not be available in @value{GDBN}. If your host does not
38750 have libexpat installed, you can get the latest version from
38751 `http://expat.sourceforge.net'.
38752
38753 @item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
38754
38755 Build @value{GDBN} with GNU libiconv, a character set encoding
38756 conversion library. This is not done by default, as on GNU systems
38757 the @code{iconv} that is built in to the C library is sufficient. If
38758 your host does not have a working @code{iconv}, you can get the latest
38759 version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
38760
38761 @value{GDBN}'s build system also supports building GNU libiconv as
38762 part of the overall build. @xref{Requirements}.
38763
38764 @item --with-lzma
38765 Build @value{GDBN} with LZMA, a compression library. (Done by default
38766 if liblzma is installed and found at configure time.) LZMA is used by
38767 @value{GDBN}'s "mini debuginfo" feature, which is only useful on
38768 platforms using the ELF object file format. If your host does not
38769 have liblzma installed, you can get the latest version from
38770 `https://tukaani.org/xz/'.
38771
38772 @item --with-mpfr
38773 Build @value{GDBN} with GNU MPFR, a library for multiple-precision
38774 floating-point computation with correct rounding. (Done by default if
38775 GNU MPFR is installed and found at configure time.) This library is
38776 used to emulate target floating-point arithmetic during expression
38777 evaluation when the target uses different floating-point formats than
38778 the host. If GNU MPFR is not available, @value{GDBN} will fall back
38779 to using host floating-point arithmetic. If your host does not have
38780 GNU MPFR installed, you can get the latest version from
38781 `http://www.mpfr.org'.
38782
38783 @item --with-python@r{[}=@var{python}@r{]}
38784 Build @value{GDBN} with Python scripting support. (Done by default if
38785 libpython is present and found at configure time.) Python makes
38786 @value{GDBN} scripting much more powerful than the restricted CLI
38787 scripting language. If your host does not have Python installed, you
38788 can find it on `http://www.python.org/download/'. The oldest version
38789 of Python supported by GDB is 2.6. The optional argument @var{python}
38790 is used to find the Python headers and libraries. It can be either
38791 the name of a Python executable, or the name of the directory in which
38792 Python is installed.
38793
38794 @item --with-guile[=GUILE]'
38795 Build @value{GDBN} with GNU Guile scripting support. (Done by default
38796 if libguile is present and found at configure time.) If your host
38797 does not have Guile installed, you can find it at
38798 `https://www.gnu.org/software/guile/'. The optional argument GUILE
38799 can be a version number, which will cause @code{configure} to try to
38800 use that version of Guile; or the file name of a @code{pkg-config}
38801 executable, which will be queried to find the information needed to
38802 compile and link against Guile.
38803
38804 @item --without-included-regex
38805 Don't use the regex library included with @value{GDBN} (as part of the
38806 libiberty library). This is the default on hosts with version 2 of
38807 the GNU C library.
38808
38809 @item --with-sysroot=@var{dir}
38810 Use @var{dir} as the default system root directory for libraries whose
38811 file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
38812 @var{dir} can be modified at run time by using the @command{set
38813 sysroot} command.) If @var{dir} is under the @value{GDBN} configured
38814 prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
38815 default system root will be automatically adjusted if and when
38816 @value{GDBN} is moved to a different location.
38817
38818 @item --with-system-gdbinit=@var{file}
38819 Configure @value{GDBN} to automatically load a system-wide init file.
38820 @var{file} should be an absolute file name. If @var{file} is in a
38821 directory under the configured prefix, and @value{GDBN} is moved to
38822 another location after being built, the location of the system-wide
38823 init file will be adjusted accordingly.
38824
38825 @item --with-system-gdbinit-dir=@var{directory}
38826 Configure @value{GDBN} to automatically load init files from a
38827 system-wide directory. @var{directory} should be an absolute directory
38828 name. If @var{directory} is in a directory under the configured
38829 prefix, and @value{GDBN} is moved to another location after being
38830 built, the location of the system-wide init directory will be
38831 adjusted accordingly.
38832
38833 @item --enable-build-warnings
38834 When building the @value{GDBN} sources, ask the compiler to warn about
38835 any code which looks even vaguely suspicious. It passes many
38836 different warning flags, depending on the exact version of the
38837 compiler you are using.
38838
38839 @item --enable-werror
38840 Treat compiler warnings as werrors. It adds the @code{-Werror} flag
38841 to the compiler, which will fail the compilation if the compiler
38842 outputs any warning messages.
38843
38844 @item --enable-ubsan
38845 Enable the GCC undefined behavior sanitizer. This is disabled by
38846 default, but passing @code{--enable-ubsan=yes} or
38847 @code{--enable-ubsan=auto} to @code{configure} will enable it. The
38848 undefined behavior sanitizer checks for C@t{++} undefined behavior.
38849 It has a performance cost, so if you are looking at @value{GDBN}'s
38850 performance, you should disable it. The undefined behavior sanitizer
38851 was first introduced in GCC 4.9.
38852 @end table
38853
38854 @node System-wide configuration
38855 @section System-wide configuration and settings
38856 @cindex system-wide init file
38857
38858 @value{GDBN} can be configured to have a system-wide init file and a
38859 system-wide init file directory; this file and files in that directory
38860 (if they have a recognized file extension) will be read and executed at
38861 startup (@pxref{Startup, , What @value{GDBN} does during startup}).
38862
38863 Here are the corresponding configure options:
38864
38865 @table @code
38866 @item --with-system-gdbinit=@var{file}
38867 Specify that the default location of the system-wide init file is
38868 @var{file}.
38869 @item --with-system-gdbinit-dir=@var{directory}
38870 Specify that the default location of the system-wide init file directory
38871 is @var{directory}.
38872 @end table
38873
38874 If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
38875 they may be subject to relocation. Two possible cases:
38876
38877 @itemize @bullet
38878 @item
38879 If the default location of this init file/directory contains @file{$prefix},
38880 it will be subject to relocation. Suppose that the configure options
38881 are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
38882 if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
38883 init file is looked for as @file{$install/etc/gdbinit} instead of
38884 @file{$prefix/etc/gdbinit}.
38885
38886 @item
38887 By contrast, if the default location does not contain the prefix,
38888 it will not be relocated. E.g.@: if @value{GDBN} has been configured with
38889 @option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
38890 then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
38891 wherever @value{GDBN} is installed.
38892 @end itemize
38893
38894 If the configured location of the system-wide init file (as given by the
38895 @option{--with-system-gdbinit} option at configure time) is in the
38896 data-directory (as specified by @option{--with-gdb-datadir} at configure
38897 time) or in one of its subdirectories, then @value{GDBN} will look for the
38898 system-wide init file in the directory specified by the
38899 @option{--data-directory} command-line option.
38900 Note that the system-wide init file is only read once, during @value{GDBN}
38901 initialization. If the data-directory is changed after @value{GDBN} has
38902 started with the @code{set data-directory} command, the file will not be
38903 reread.
38904
38905 This applies similarly to the system-wide directory specified in
38906 @option{--with-system-gdbinit-dir}.
38907
38908 Any supported scripting language can be used for these init files, as long
38909 as the file extension matches the scripting language. To be interpreted
38910 as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
38911 extension.
38912
38913 @menu
38914 * System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
38915 @end menu
38916
38917 @node System-wide Configuration Scripts
38918 @subsection Installed System-wide Configuration Scripts
38919 @cindex system-wide configuration scripts
38920
38921 The @file{system-gdbinit} directory, located inside the data-directory
38922 (as specified by @option{--with-gdb-datadir} at configure time) contains
38923 a number of scripts which can be used as system-wide init files. To
38924 automatically source those scripts at startup, @value{GDBN} should be
38925 configured with @option{--with-system-gdbinit}. Otherwise, any user
38926 should be able to source them by hand as needed.
38927
38928 The following scripts are currently available:
38929 @itemize @bullet
38930
38931 @item @file{elinos.py}
38932 @pindex elinos.py
38933 @cindex ELinOS system-wide configuration script
38934 This script is useful when debugging a program on an ELinOS target.
38935 It takes advantage of the environment variables defined in a standard
38936 ELinOS environment in order to determine the location of the system
38937 shared libraries, and then sets the @samp{solib-absolute-prefix}
38938 and @samp{solib-search-path} variables appropriately.
38939
38940 @item @file{wrs-linux.py}
38941 @pindex wrs-linux.py
38942 @cindex Wind River Linux system-wide configuration script
38943 This script is useful when debugging a program on a target running
38944 Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
38945 the host-side sysroot used by the target system.
38946
38947 @end itemize
38948
38949 @node Maintenance Commands
38950 @appendix Maintenance Commands
38951 @cindex maintenance commands
38952 @cindex internal commands
38953
38954 In addition to commands intended for @value{GDBN} users, @value{GDBN}
38955 includes a number of commands intended for @value{GDBN} developers,
38956 that are not documented elsewhere in this manual. These commands are
38957 provided here for reference. (For commands that turn on debugging
38958 messages, see @ref{Debugging Output}.)
38959
38960 @table @code
38961 @kindex maint agent
38962 @kindex maint agent-eval
38963 @item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38964 @itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38965 Translate the given @var{expression} into remote agent bytecodes.
38966 This command is useful for debugging the Agent Expression mechanism
38967 (@pxref{Agent Expressions}). The @samp{agent} version produces an
38968 expression useful for data collection, such as by tracepoints, while
38969 @samp{maint agent-eval} produces an expression that evaluates directly
38970 to a result. For instance, a collection expression for @code{globa +
38971 globb} will include bytecodes to record four bytes of memory at each
38972 of the addresses of @code{globa} and @code{globb}, while discarding
38973 the result of the addition, while an evaluation expression will do the
38974 addition and return the sum.
38975 If @code{-at} is given, generate remote agent bytecode for @var{location}.
38976 If not, generate remote agent bytecode for current frame PC address.
38977
38978 @kindex maint agent-printf
38979 @item maint agent-printf @var{format},@var{expr},...
38980 Translate the given format string and list of argument expressions
38981 into remote agent bytecodes and display them as a disassembled list.
38982 This command is useful for debugging the agent version of dynamic
38983 printf (@pxref{Dynamic Printf}).
38984
38985 @kindex maint info breakpoints
38986 @item @anchor{maint info breakpoints}maint info breakpoints
38987 Using the same format as @samp{info breakpoints}, display both the
38988 breakpoints you've set explicitly, and those @value{GDBN} is using for
38989 internal purposes. Internal breakpoints are shown with negative
38990 breakpoint numbers. The type column identifies what kind of breakpoint
38991 is shown:
38992
38993 @table @code
38994 @item breakpoint
38995 Normal, explicitly set breakpoint.
38996
38997 @item watchpoint
38998 Normal, explicitly set watchpoint.
38999
39000 @item longjmp
39001 Internal breakpoint, used to handle correctly stepping through
39002 @code{longjmp} calls.
39003
39004 @item longjmp resume
39005 Internal breakpoint at the target of a @code{longjmp}.
39006
39007 @item until
39008 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
39009
39010 @item finish
39011 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
39012
39013 @item shlib events
39014 Shared library events.
39015
39016 @end table
39017
39018 @kindex maint info btrace
39019 @item maint info btrace
39020 Pint information about raw branch tracing data.
39021
39022 @kindex maint btrace packet-history
39023 @item maint btrace packet-history
39024 Print the raw branch trace packets that are used to compute the
39025 execution history for the @samp{record btrace} command. Both the
39026 information and the format in which it is printed depend on the btrace
39027 recording format.
39028
39029 @table @code
39030 @item bts
39031 For the BTS recording format, print a list of blocks of sequential
39032 code. For each block, the following information is printed:
39033
39034 @table @asis
39035 @item Block number
39036 Newer blocks have higher numbers. The oldest block has number zero.
39037 @item Lowest @samp{PC}
39038 @item Highest @samp{PC}
39039 @end table
39040
39041 @item pt
39042 For the Intel Processor Trace recording format, print a list of
39043 Intel Processor Trace packets. For each packet, the following
39044 information is printed:
39045
39046 @table @asis
39047 @item Packet number
39048 Newer packets have higher numbers. The oldest packet has number zero.
39049 @item Trace offset
39050 The packet's offset in the trace stream.
39051 @item Packet opcode and payload
39052 @end table
39053 @end table
39054
39055 @kindex maint btrace clear-packet-history
39056 @item maint btrace clear-packet-history
39057 Discards the cached packet history printed by the @samp{maint btrace
39058 packet-history} command. The history will be computed again when
39059 needed.
39060
39061 @kindex maint btrace clear
39062 @item maint btrace clear
39063 Discard the branch trace data. The data will be fetched anew and the
39064 branch trace will be recomputed when needed.
39065
39066 This implicitly truncates the branch trace to a single branch trace
39067 buffer. When updating branch trace incrementally, the branch trace
39068 available to @value{GDBN} may be bigger than a single branch trace
39069 buffer.
39070
39071 @kindex maint set btrace pt skip-pad
39072 @item maint set btrace pt skip-pad
39073 @kindex maint show btrace pt skip-pad
39074 @item maint show btrace pt skip-pad
39075 Control whether @value{GDBN} will skip PAD packets when computing the
39076 packet history.
39077
39078 @kindex set displaced-stepping
39079 @kindex show displaced-stepping
39080 @cindex displaced stepping support
39081 @cindex out-of-line single-stepping
39082 @item set displaced-stepping
39083 @itemx show displaced-stepping
39084 Control whether or not @value{GDBN} will do @dfn{displaced stepping}
39085 if the target supports it. Displaced stepping is a way to single-step
39086 over breakpoints without removing them from the inferior, by executing
39087 an out-of-line copy of the instruction that was originally at the
39088 breakpoint location. It is also known as out-of-line single-stepping.
39089
39090 @table @code
39091 @item set displaced-stepping on
39092 If the target architecture supports it, @value{GDBN} will use
39093 displaced stepping to step over breakpoints.
39094
39095 @item set displaced-stepping off
39096 @value{GDBN} will not use displaced stepping to step over breakpoints,
39097 even if such is supported by the target architecture.
39098
39099 @cindex non-stop mode, and @samp{set displaced-stepping}
39100 @item set displaced-stepping auto
39101 This is the default mode. @value{GDBN} will use displaced stepping
39102 only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
39103 architecture supports displaced stepping.
39104 @end table
39105
39106 @kindex maint check-psymtabs
39107 @item maint check-psymtabs
39108 Check the consistency of currently expanded psymtabs versus symtabs.
39109 Use this to check, for example, whether a symbol is in one but not the other.
39110
39111 @kindex maint check-symtabs
39112 @item maint check-symtabs
39113 Check the consistency of currently expanded symtabs.
39114
39115 @kindex maint expand-symtabs
39116 @item maint expand-symtabs [@var{regexp}]
39117 Expand symbol tables.
39118 If @var{regexp} is specified, only expand symbol tables for file
39119 names matching @var{regexp}.
39120
39121 @kindex maint set catch-demangler-crashes
39122 @kindex maint show catch-demangler-crashes
39123 @cindex demangler crashes
39124 @item maint set catch-demangler-crashes [on|off]
39125 @itemx maint show catch-demangler-crashes
39126 Control whether @value{GDBN} should attempt to catch crashes in the
39127 symbol name demangler. The default is to attempt to catch crashes.
39128 If enabled, the first time a crash is caught, a core file is created,
39129 the offending symbol is displayed and the user is presented with the
39130 option to terminate the current session.
39131
39132 @kindex maint cplus first_component
39133 @item maint cplus first_component @var{name}
39134 Print the first C@t{++} class/namespace component of @var{name}.
39135
39136 @kindex maint cplus namespace
39137 @item maint cplus namespace
39138 Print the list of possible C@t{++} namespaces.
39139
39140 @kindex maint deprecate
39141 @kindex maint undeprecate
39142 @cindex deprecated commands
39143 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
39144 @itemx maint undeprecate @var{command}
39145 Deprecate or undeprecate the named @var{command}. Deprecated commands
39146 cause @value{GDBN} to issue a warning when you use them. The optional
39147 argument @var{replacement} says which newer command should be used in
39148 favor of the deprecated one; if it is given, @value{GDBN} will mention
39149 the replacement as part of the warning.
39150
39151 @kindex maint dump-me
39152 @item maint dump-me
39153 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
39154 Cause a fatal signal in the debugger and force it to dump its core.
39155 This is supported only on systems which support aborting a program
39156 with the @code{SIGQUIT} signal.
39157
39158 @kindex maint internal-error
39159 @kindex maint internal-warning
39160 @kindex maint demangler-warning
39161 @cindex demangler crashes
39162 @item maint internal-error @r{[}@var{message-text}@r{]}
39163 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
39164 @itemx maint demangler-warning @r{[}@var{message-text}@r{]}
39165
39166 Cause @value{GDBN} to call the internal function @code{internal_error},
39167 @code{internal_warning} or @code{demangler_warning} and hence behave
39168 as though an internal problem has been detected. In addition to
39169 reporting the internal problem, these functions give the user the
39170 opportunity to either quit @value{GDBN} or (for @code{internal_error}
39171 and @code{internal_warning}) create a core file of the current
39172 @value{GDBN} session.
39173
39174 These commands take an optional parameter @var{message-text} that is
39175 used as the text of the error or warning message.
39176
39177 Here's an example of using @code{internal-error}:
39178
39179 @smallexample
39180 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
39181 @dots{}/maint.c:121: internal-error: testing, 1, 2
39182 A problem internal to GDB has been detected. Further
39183 debugging may prove unreliable.
39184 Quit this debugging session? (y or n) @kbd{n}
39185 Create a core file? (y or n) @kbd{n}
39186 (@value{GDBP})
39187 @end smallexample
39188
39189 @cindex @value{GDBN} internal error
39190 @cindex internal errors, control of @value{GDBN} behavior
39191 @cindex demangler crashes
39192
39193 @kindex maint set internal-error
39194 @kindex maint show internal-error
39195 @kindex maint set internal-warning
39196 @kindex maint show internal-warning
39197 @kindex maint set demangler-warning
39198 @kindex maint show demangler-warning
39199 @item maint set internal-error @var{action} [ask|yes|no]
39200 @itemx maint show internal-error @var{action}
39201 @itemx maint set internal-warning @var{action} [ask|yes|no]
39202 @itemx maint show internal-warning @var{action}
39203 @itemx maint set demangler-warning @var{action} [ask|yes|no]
39204 @itemx maint show demangler-warning @var{action}
39205 When @value{GDBN} reports an internal problem (error or warning) it
39206 gives the user the opportunity to both quit @value{GDBN} and create a
39207 core file of the current @value{GDBN} session. These commands let you
39208 override the default behaviour for each particular @var{action},
39209 described in the table below.
39210
39211 @table @samp
39212 @item quit
39213 You can specify that @value{GDBN} should always (yes) or never (no)
39214 quit. The default is to ask the user what to do.
39215
39216 @item corefile
39217 You can specify that @value{GDBN} should always (yes) or never (no)
39218 create a core file. The default is to ask the user what to do. Note
39219 that there is no @code{corefile} option for @code{demangler-warning}:
39220 demangler warnings always create a core file and this cannot be
39221 disabled.
39222 @end table
39223
39224 @kindex maint packet
39225 @item maint packet @var{text}
39226 If @value{GDBN} is talking to an inferior via the serial protocol,
39227 then this command sends the string @var{text} to the inferior, and
39228 displays the response packet. @value{GDBN} supplies the initial
39229 @samp{$} character, the terminating @samp{#} character, and the
39230 checksum.
39231
39232 @kindex maint print architecture
39233 @item maint print architecture @r{[}@var{file}@r{]}
39234 Print the entire architecture configuration. The optional argument
39235 @var{file} names the file where the output goes.
39236
39237 @kindex maint print c-tdesc
39238 @item maint print c-tdesc @r{[}-single-feature@r{]} @r{[}@var{file}@r{]}
39239 Print the target description (@pxref{Target Descriptions}) as
39240 a C source file. By default, the target description is for the current
39241 target, but if the optional argument @var{file} is provided, that file
39242 is used to produce the description. The @var{file} should be an XML
39243 document, of the form described in @ref{Target Description Format}.
39244 The created source file is built into @value{GDBN} when @value{GDBN} is
39245 built again. This command is used by developers after they add or
39246 modify XML target descriptions.
39247
39248 When the optional flag @samp{-single-feature} is provided then the
39249 target description being processed (either the default, or from
39250 @var{file}) must only contain a single feature. The source file
39251 produced is different in this case.
39252
39253 @kindex maint print xml-tdesc
39254 @item maint print xml-tdesc @r{[}@var{file}@r{]}
39255 Print the target description (@pxref{Target Descriptions}) as an XML
39256 file. By default print the target description for the current target,
39257 but if the optional argument @var{file} is provided, then that file is
39258 read in by GDB and then used to produce the description. The
39259 @var{file} should be an XML document, of the form described in
39260 @ref{Target Description Format}.
39261
39262 @kindex maint check xml-descriptions
39263 @item maint check xml-descriptions @var{dir}
39264 Check that the target descriptions dynamically created by @value{GDBN}
39265 equal the descriptions created from XML files found in @var{dir}.
39266
39267 @anchor{maint check libthread-db}
39268 @kindex maint check libthread-db
39269 @item maint check libthread-db
39270 Run integrity checks on the current inferior's thread debugging
39271 library. This exercises all @code{libthread_db} functionality used by
39272 @value{GDBN} on GNU/Linux systems, and by extension also exercises the
39273 @code{proc_service} functions provided by @value{GDBN} that
39274 @code{libthread_db} uses. Note that parts of the test may be skipped
39275 on some platforms when debugging core files.
39276
39277 @kindex maint print core-file-backed-mappings
39278 @cindex memory address space mappings
39279 @item maint print core-file-backed-mappings
39280 Print the file-backed mappings which were loaded from a core file note.
39281 This output represents state internal to @value{GDBN} and should be
39282 similar to the mappings displayed by the @code{info proc mappings}
39283 command.
39284
39285 @kindex maint print dummy-frames
39286 @item maint print dummy-frames
39287 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
39288
39289 @smallexample
39290 (@value{GDBP}) @kbd{b add}
39291 @dots{}
39292 (@value{GDBP}) @kbd{print add(2,3)}
39293 Breakpoint 2, add (a=2, b=3) at @dots{}
39294 58 return (a + b);
39295 The program being debugged stopped while in a function called from GDB.
39296 @dots{}
39297 (@value{GDBP}) @kbd{maint print dummy-frames}
39298 0xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
39299 (@value{GDBP})
39300 @end smallexample
39301
39302 Takes an optional file parameter.
39303
39304 @kindex maint print registers
39305 @kindex maint print raw-registers
39306 @kindex maint print cooked-registers
39307 @kindex maint print register-groups
39308 @kindex maint print remote-registers
39309 @item maint print registers @r{[}@var{file}@r{]}
39310 @itemx maint print raw-registers @r{[}@var{file}@r{]}
39311 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
39312 @itemx maint print register-groups @r{[}@var{file}@r{]}
39313 @itemx maint print remote-registers @r{[}@var{file}@r{]}
39314 Print @value{GDBN}'s internal register data structures.
39315
39316 The command @code{maint print raw-registers} includes the contents of
39317 the raw register cache; the command @code{maint print
39318 cooked-registers} includes the (cooked) value of all registers,
39319 including registers which aren't available on the target nor visible
39320 to user; the command @code{maint print register-groups} includes the
39321 groups that each register is a member of; and the command @code{maint
39322 print remote-registers} includes the remote target's register numbers
39323 and offsets in the `G' packets.
39324
39325 These commands take an optional parameter, a file name to which to
39326 write the information.
39327
39328 @kindex maint print reggroups
39329 @item maint print reggroups @r{[}@var{file}@r{]}
39330 Print @value{GDBN}'s internal register group data structures. The
39331 optional argument @var{file} tells to what file to write the
39332 information.
39333
39334 The register groups info looks like this:
39335
39336 @smallexample
39337 (@value{GDBP}) @kbd{maint print reggroups}
39338 Group Type
39339 general user
39340 float user
39341 all user
39342 vector user
39343 system user
39344 save internal
39345 restore internal
39346 @end smallexample
39347
39348 @kindex maint flush register-cache
39349 @kindex flushregs
39350 @cindex register cache, flushing
39351 @item maint flush register-cache
39352 @itemx flushregs
39353 Flush the contents of the register cache and as a consequence the
39354 frame cache. This command is useful when debugging issues related to
39355 register fetching, or frame unwinding. The command @code{flushregs}
39356 is deprecated in favor of @code{maint flush register-cache}.
39357
39358 @kindex maint print objfiles
39359 @cindex info for known object files
39360 @item maint print objfiles @r{[}@var{regexp}@r{]}
39361 Print a dump of all known object files.
39362 If @var{regexp} is specified, only print object files whose names
39363 match @var{regexp}. For each object file, this command prints its name,
39364 address in memory, and all of its psymtabs and symtabs.
39365
39366 @kindex maint print user-registers
39367 @cindex user registers
39368 @item maint print user-registers
39369 List all currently available @dfn{user registers}. User registers
39370 typically provide alternate names for actual hardware registers. They
39371 include the four ``standard'' registers @code{$fp}, @code{$pc},
39372 @code{$sp}, and @code{$ps}. @xref{standard registers}. User
39373 registers can be used in expressions in the same way as the canonical
39374 register names, but only the latter are listed by the @code{info
39375 registers} and @code{maint print registers} commands.
39376
39377 @kindex maint print section-scripts
39378 @cindex info for known .debug_gdb_scripts-loaded scripts
39379 @item maint print section-scripts [@var{regexp}]
39380 Print a dump of scripts specified in the @code{.debug_gdb_section} section.
39381 If @var{regexp} is specified, only print scripts loaded by object files
39382 matching @var{regexp}.
39383 For each script, this command prints its name as specified in the objfile,
39384 and the full path if known.
39385 @xref{dotdebug_gdb_scripts section}.
39386
39387 @kindex maint print statistics
39388 @cindex bcache statistics
39389 @item maint print statistics
39390 This command prints, for each object file in the program, various data
39391 about that object file followed by the byte cache (@dfn{bcache})
39392 statistics for the object file. The objfile data includes the number
39393 of minimal, partial, full, and stabs symbols, the number of types
39394 defined by the objfile, the number of as yet unexpanded psym tables,
39395 the number of line tables and string tables, and the amount of memory
39396 used by the various tables. The bcache statistics include the counts,
39397 sizes, and counts of duplicates of all and unique objects, max,
39398 average, and median entry size, total memory used and its overhead and
39399 savings, and various measures of the hash table size and chain
39400 lengths.
39401
39402 @kindex maint print target-stack
39403 @cindex target stack description
39404 @item maint print target-stack
39405 A @dfn{target} is an interface between the debugger and a particular
39406 kind of file or process. Targets can be stacked in @dfn{strata},
39407 so that more than one target can potentially respond to a request.
39408 In particular, memory accesses will walk down the stack of targets
39409 until they find a target that is interested in handling that particular
39410 address.
39411
39412 This command prints a short description of each layer that was pushed on
39413 the @dfn{target stack}, starting from the top layer down to the bottom one.
39414
39415 @kindex maint print type
39416 @cindex type chain of a data type
39417 @item maint print type @var{expr}
39418 Print the type chain for a type specified by @var{expr}. The argument
39419 can be either a type name or a symbol. If it is a symbol, the type of
39420 that symbol is described. The type chain produced by this command is
39421 a recursive definition of the data type as stored in @value{GDBN}'s
39422 data structures, including its flags and contained types.
39423
39424 @kindex maint selftest
39425 @cindex self tests
39426 @item maint selftest @r{[}@var{filter}@r{]}
39427 Run any self tests that were compiled in to @value{GDBN}. This will
39428 print a message showing how many tests were run, and how many failed.
39429 If a @var{filter} is passed, only the tests with @var{filter} in their
39430 name will by ran.
39431
39432 @kindex maint info selftests
39433 @cindex self tests
39434 @item maint info selftests
39435 List the selftests compiled in to @value{GDBN}.
39436
39437 @kindex maint set dwarf always-disassemble
39438 @kindex maint show dwarf always-disassemble
39439 @item maint set dwarf always-disassemble
39440 @item maint show dwarf always-disassemble
39441 Control the behavior of @code{info address} when using DWARF debugging
39442 information.
39443
39444 The default is @code{off}, which means that @value{GDBN} should try to
39445 describe a variable's location in an easily readable format. When
39446 @code{on}, @value{GDBN} will instead display the DWARF location
39447 expression in an assembly-like format. Note that some locations are
39448 too complex for @value{GDBN} to describe simply; in this case you will
39449 always see the disassembly form.
39450
39451 Here is an example of the resulting disassembly:
39452
39453 @smallexample
39454 (gdb) info addr argc
39455 Symbol "argc" is a complex DWARF expression:
39456 1: DW_OP_fbreg 0
39457 @end smallexample
39458
39459 For more information on these expressions, see
39460 @uref{http://www.dwarfstd.org/, the DWARF standard}.
39461
39462 @kindex maint set dwarf max-cache-age
39463 @kindex maint show dwarf max-cache-age
39464 @item maint set dwarf max-cache-age
39465 @itemx maint show dwarf max-cache-age
39466 Control the DWARF compilation unit cache.
39467
39468 @cindex DWARF compilation units cache
39469 In object files with inter-compilation-unit references, such as those
39470 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
39471 reader needs to frequently refer to previously read compilation units.
39472 This setting controls how long a compilation unit will remain in the
39473 cache if it is not referenced. A higher limit means that cached
39474 compilation units will be stored in memory longer, and more total
39475 memory will be used. Setting it to zero disables caching, which will
39476 slow down @value{GDBN} startup, but reduce memory consumption.
39477
39478 @kindex maint set dwarf unwinders
39479 @kindex maint show dwarf unwinders
39480 @item maint set dwarf unwinders
39481 @itemx maint show dwarf unwinders
39482 Control use of the DWARF frame unwinders.
39483
39484 @cindex DWARF frame unwinders
39485 Many targets that support DWARF debugging use @value{GDBN}'s DWARF
39486 frame unwinders to build the backtrace. Many of these targets will
39487 also have a second mechanism for building the backtrace for use in
39488 cases where DWARF information is not available, this second mechanism
39489 is often an analysis of a function's prologue.
39490
39491 In order to extend testing coverage of the second level stack
39492 unwinding mechanisms it is helpful to be able to disable the DWARF
39493 stack unwinders, this can be done with this switch.
39494
39495 In normal use of @value{GDBN} disabling the DWARF unwinders is not
39496 advisable, there are cases that are better handled through DWARF than
39497 prologue analysis, and the debug experience is likely to be better
39498 with the DWARF frame unwinders enabled.
39499
39500 If DWARF frame unwinders are not supported for a particular target
39501 architecture, then enabling this flag does not cause them to be used.
39502
39503 @kindex maint set worker-threads
39504 @kindex maint show worker-threads
39505 @item maint set worker-threads
39506 @item maint show worker-threads
39507 Control the number of worker threads that may be used by @value{GDBN}.
39508 On capable hosts, @value{GDBN} may use multiple threads to speed up
39509 certain CPU-intensive operations, such as demangling symbol names.
39510 While the number of threads used by @value{GDBN} may vary, this
39511 command can be used to set an upper bound on this number. The default
39512 is @code{unlimited}, which lets @value{GDBN} choose a reasonable
39513 number. Note that this only controls worker threads started by
39514 @value{GDBN} itself; libraries used by @value{GDBN} may start threads
39515 of their own.
39516
39517 @kindex maint set profile
39518 @kindex maint show profile
39519 @cindex profiling GDB
39520 @item maint set profile
39521 @itemx maint show profile
39522 Control profiling of @value{GDBN}.
39523
39524 Profiling will be disabled until you use the @samp{maint set profile}
39525 command to enable it. When you enable profiling, the system will begin
39526 collecting timing and execution count data; when you disable profiling or
39527 exit @value{GDBN}, the results will be written to a log file. Remember that
39528 if you use profiling, @value{GDBN} will overwrite the profiling log file
39529 (often called @file{gmon.out}). If you have a record of important profiling
39530 data in a @file{gmon.out} file, be sure to move it to a safe location.
39531
39532 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
39533 compiled with the @samp{-pg} compiler option.
39534
39535 @kindex maint set show-debug-regs
39536 @kindex maint show show-debug-regs
39537 @cindex hardware debug registers
39538 @item maint set show-debug-regs
39539 @itemx maint show show-debug-regs
39540 Control whether to show variables that mirror the hardware debug
39541 registers. Use @code{on} to enable, @code{off} to disable. If
39542 enabled, the debug registers values are shown when @value{GDBN} inserts or
39543 removes a hardware breakpoint or watchpoint, and when the inferior
39544 triggers a hardware-assisted breakpoint or watchpoint.
39545
39546 @kindex maint set show-all-tib
39547 @kindex maint show show-all-tib
39548 @item maint set show-all-tib
39549 @itemx maint show show-all-tib
39550 Control whether to show all non zero areas within a 1k block starting
39551 at thread local base, when using the @samp{info w32 thread-information-block}
39552 command.
39553
39554 @kindex maint set target-async
39555 @kindex maint show target-async
39556 @item maint set target-async
39557 @itemx maint show target-async
39558 This controls whether @value{GDBN} targets operate in synchronous or
39559 asynchronous mode (@pxref{Background Execution}). Normally the
39560 default is asynchronous, if it is available; but this can be changed
39561 to more easily debug problems occurring only in synchronous mode.
39562
39563 @kindex maint set target-non-stop @var{mode} [on|off|auto]
39564 @kindex maint show target-non-stop
39565 @item maint set target-non-stop
39566 @itemx maint show target-non-stop
39567
39568 This controls whether @value{GDBN} targets always operate in non-stop
39569 mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
39570 Mode}). The default is @code{auto}, meaning non-stop mode is enabled
39571 if supported by the target.
39572
39573 @table @code
39574 @item maint set target-non-stop auto
39575 This is the default mode. @value{GDBN} controls the target in
39576 non-stop mode if the target supports it.
39577
39578 @item maint set target-non-stop on
39579 @value{GDBN} controls the target in non-stop mode even if the target
39580 does not indicate support.
39581
39582 @item maint set target-non-stop off
39583 @value{GDBN} does not control the target in non-stop mode even if the
39584 target supports it.
39585 @end table
39586
39587 @kindex maint set tui-resize-message
39588 @kindex maint show tui-resize-message
39589 @item maint set tui-resize-message
39590 @item maint show tui-resize-message
39591 Control whether @value{GDBN} displays a message each time the terminal
39592 is resized when in TUI mode. The default is @code{off}, which means
39593 that @value{GDBN} is silent during resizes. When @code{on},
39594 @value{GDBN} will display a message after a resize is completed; the
39595 message will include a number indicating how many times the terminal
39596 has been resized. This setting is intended for use by the test suite,
39597 where it would otherwise be difficult to determine when a resize and
39598 refresh has been completed.
39599
39600 @kindex maint set per-command
39601 @kindex maint show per-command
39602 @item maint set per-command
39603 @itemx maint show per-command
39604 @cindex resources used by commands
39605
39606 @value{GDBN} can display the resources used by each command.
39607 This is useful in debugging performance problems.
39608
39609 @table @code
39610 @item maint set per-command space [on|off]
39611 @itemx maint show per-command space
39612 Enable or disable the printing of the memory used by GDB for each command.
39613 If enabled, @value{GDBN} will display how much memory each command
39614 took, following the command's own output.
39615 This can also be requested by invoking @value{GDBN} with the
39616 @option{--statistics} command-line switch (@pxref{Mode Options}).
39617
39618 @item maint set per-command time [on|off]
39619 @itemx maint show per-command time
39620 Enable or disable the printing of the execution time of @value{GDBN}
39621 for each command.
39622 If enabled, @value{GDBN} will display how much time it
39623 took to execute each command, following the command's own output.
39624 Both CPU time and wallclock time are printed.
39625 Printing both is useful when trying to determine whether the cost is
39626 CPU or, e.g., disk/network latency.
39627 Note that the CPU time printed is for @value{GDBN} only, it does not include
39628 the execution time of the inferior because there's no mechanism currently
39629 to compute how much time was spent by @value{GDBN} and how much time was
39630 spent by the program been debugged.
39631 This can also be requested by invoking @value{GDBN} with the
39632 @option{--statistics} command-line switch (@pxref{Mode Options}).
39633
39634 @item maint set per-command symtab [on|off]
39635 @itemx maint show per-command symtab
39636 Enable or disable the printing of basic symbol table statistics
39637 for each command.
39638 If enabled, @value{GDBN} will display the following information:
39639
39640 @enumerate a
39641 @item
39642 number of symbol tables
39643 @item
39644 number of primary symbol tables
39645 @item
39646 number of blocks in the blockvector
39647 @end enumerate
39648 @end table
39649
39650 @kindex maint set check-libthread-db
39651 @kindex maint show check-libthread-db
39652 @item maint set check-libthread-db [on|off]
39653 @itemx maint show check-libthread-db
39654 Control whether @value{GDBN} should run integrity checks on inferior
39655 specific thread debugging libraries as they are loaded. The default
39656 is not to perform such checks. If any check fails @value{GDBN} will
39657 unload the library and continue searching for a suitable candidate as
39658 described in @ref{set libthread-db-search-path}. For more information
39659 about the tests, see @ref{maint check libthread-db}.
39660
39661 @kindex maint space
39662 @cindex memory used by commands
39663 @item maint space @var{value}
39664 An alias for @code{maint set per-command space}.
39665 A non-zero value enables it, zero disables it.
39666
39667 @kindex maint time
39668 @cindex time of command execution
39669 @item maint time @var{value}
39670 An alias for @code{maint set per-command time}.
39671 A non-zero value enables it, zero disables it.
39672
39673 @kindex maint translate-address
39674 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
39675 Find the symbol stored at the location specified by the address
39676 @var{addr} and an optional section name @var{section}. If found,
39677 @value{GDBN} prints the name of the closest symbol and an offset from
39678 the symbol's location to the specified address. This is similar to
39679 the @code{info address} command (@pxref{Symbols}), except that this
39680 command also allows to find symbols in other sections.
39681
39682 If section was not specified, the section in which the symbol was found
39683 is also printed. For dynamically linked executables, the name of
39684 executable or shared library containing the symbol is printed as well.
39685
39686 @kindex maint test-options
39687 @item maint test-options require-delimiter
39688 @itemx maint test-options unknown-is-error
39689 @itemx maint test-options unknown-is-operand
39690 These commands are used by the testsuite to validate the command
39691 options framework. The @code{require-delimiter} variant requires a
39692 double-dash delimiter to indicate end of options. The
39693 @code{unknown-is-error} and @code{unknown-is-operand} do not. The
39694 @code{unknown-is-error} variant throws an error on unknown option,
39695 while @code{unknown-is-operand} treats unknown options as the start of
39696 the command's operands. When run, the commands output the result of
39697 the processed options. When completed, the commands store the
39698 internal result of completion in a variable exposed by the @code{maint
39699 show test-options-completion-result} command.
39700
39701 @kindex maint show test-options-completion-result
39702 @item maint show test-options-completion-result
39703 Shows the result of completing the @code{maint test-options}
39704 subcommands. This is used by the testsuite to validate completion
39705 support in the command options framework.
39706
39707 @kindex maint set test-settings
39708 @kindex maint show test-settings
39709 @item maint set test-settings @var{kind}
39710 @itemx maint show test-settings @var{kind}
39711 These are representative commands for each @var{kind} of setting type
39712 @value{GDBN} supports. They are used by the testsuite for exercising
39713 the settings infrastructure.
39714
39715 @kindex maint with
39716 @item maint with @var{setting} [@var{value}] [-- @var{command}]
39717 Like the @code{with} command, but works with @code{maintenance set}
39718 variables. This is used by the testsuite to exercise the @code{with}
39719 command's infrastructure.
39720
39721 @end table
39722
39723 The following command is useful for non-interactive invocations of
39724 @value{GDBN}, such as in the test suite.
39725
39726 @table @code
39727 @item set watchdog @var{nsec}
39728 @kindex set watchdog
39729 @cindex watchdog timer
39730 @cindex timeout for commands
39731 Set the maximum number of seconds @value{GDBN} will wait for the
39732 target operation to finish. If this time expires, @value{GDBN}
39733 reports and error and the command is aborted.
39734
39735 @item show watchdog
39736 Show the current setting of the target wait timeout.
39737 @end table
39738
39739 @node Remote Protocol
39740 @appendix @value{GDBN} Remote Serial Protocol
39741
39742 @menu
39743 * Overview::
39744 * Packets::
39745 * Stop Reply Packets::
39746 * General Query Packets::
39747 * Architecture-Specific Protocol Details::
39748 * Tracepoint Packets::
39749 * Host I/O Packets::
39750 * Interrupts::
39751 * Notification Packets::
39752 * Remote Non-Stop::
39753 * Packet Acknowledgment::
39754 * Examples::
39755 * File-I/O Remote Protocol Extension::
39756 * Library List Format::
39757 * Library List Format for SVR4 Targets::
39758 * Memory Map Format::
39759 * Thread List Format::
39760 * Traceframe Info Format::
39761 * Branch Trace Format::
39762 * Branch Trace Configuration Format::
39763 @end menu
39764
39765 @node Overview
39766 @section Overview
39767
39768 There may be occasions when you need to know something about the
39769 protocol---for example, if there is only one serial port to your target
39770 machine, you might want your program to do something special if it
39771 recognizes a packet meant for @value{GDBN}.
39772
39773 In the examples below, @samp{->} and @samp{<-} are used to indicate
39774 transmitted and received data, respectively.
39775
39776 @cindex protocol, @value{GDBN} remote serial
39777 @cindex serial protocol, @value{GDBN} remote
39778 @cindex remote serial protocol
39779 All @value{GDBN} commands and responses (other than acknowledgments
39780 and notifications, see @ref{Notification Packets}) are sent as a
39781 @var{packet}. A @var{packet} is introduced with the character
39782 @samp{$}, the actual @var{packet-data}, and the terminating character
39783 @samp{#} followed by a two-digit @var{checksum}:
39784
39785 @smallexample
39786 @code{$}@var{packet-data}@code{#}@var{checksum}
39787 @end smallexample
39788 @noindent
39789
39790 @cindex checksum, for @value{GDBN} remote
39791 @noindent
39792 The two-digit @var{checksum} is computed as the modulo 256 sum of all
39793 characters between the leading @samp{$} and the trailing @samp{#} (an
39794 eight bit unsigned checksum).
39795
39796 Implementors should note that prior to @value{GDBN} 5.0 the protocol
39797 specification also included an optional two-digit @var{sequence-id}:
39798
39799 @smallexample
39800 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
39801 @end smallexample
39802
39803 @cindex sequence-id, for @value{GDBN} remote
39804 @noindent
39805 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
39806 has never output @var{sequence-id}s. Stubs that handle packets added
39807 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
39808
39809 When either the host or the target machine receives a packet, the first
39810 response expected is an acknowledgment: either @samp{+} (to indicate
39811 the package was received correctly) or @samp{-} (to request
39812 retransmission):
39813
39814 @smallexample
39815 -> @code{$}@var{packet-data}@code{#}@var{checksum}
39816 <- @code{+}
39817 @end smallexample
39818 @noindent
39819
39820 The @samp{+}/@samp{-} acknowledgments can be disabled
39821 once a connection is established.
39822 @xref{Packet Acknowledgment}, for details.
39823
39824 The host (@value{GDBN}) sends @var{command}s, and the target (the
39825 debugging stub incorporated in your program) sends a @var{response}. In
39826 the case of step and continue @var{command}s, the response is only sent
39827 when the operation has completed, and the target has again stopped all
39828 threads in all attached processes. This is the default all-stop mode
39829 behavior, but the remote protocol also supports @value{GDBN}'s non-stop
39830 execution mode; see @ref{Remote Non-Stop}, for details.
39831
39832 @var{packet-data} consists of a sequence of characters with the
39833 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
39834 exceptions).
39835
39836 @cindex remote protocol, field separator
39837 Fields within the packet should be separated using @samp{,} @samp{;} or
39838 @samp{:}. Except where otherwise noted all numbers are represented in
39839 @sc{hex} with leading zeros suppressed.
39840
39841 Implementors should note that prior to @value{GDBN} 5.0, the character
39842 @samp{:} could not appear as the third character in a packet (as it
39843 would potentially conflict with the @var{sequence-id}).
39844
39845 @cindex remote protocol, binary data
39846 @anchor{Binary Data}
39847 Binary data in most packets is encoded either as two hexadecimal
39848 digits per byte of binary data. This allowed the traditional remote
39849 protocol to work over connections which were only seven-bit clean.
39850 Some packets designed more recently assume an eight-bit clean
39851 connection, and use a more efficient encoding to send and receive
39852 binary data.
39853
39854 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
39855 as an escape character. Any escaped byte is transmitted as the escape
39856 character followed by the original character XORed with @code{0x20}.
39857 For example, the byte @code{0x7d} would be transmitted as the two
39858 bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
39859 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
39860 @samp{@}}) must always be escaped. Responses sent by the stub
39861 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
39862 is not interpreted as the start of a run-length encoded sequence
39863 (described next).
39864
39865 Response @var{data} can be run-length encoded to save space.
39866 Run-length encoding replaces runs of identical characters with one
39867 instance of the repeated character, followed by a @samp{*} and a
39868 repeat count. The repeat count is itself sent encoded, to avoid
39869 binary characters in @var{data}: a value of @var{n} is sent as
39870 @code{@var{n}+29}. For a repeat count greater or equal to 3, this
39871 produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
39872 code 32) for a repeat count of 3. (This is because run-length
39873 encoding starts to win for counts 3 or more.) Thus, for example,
39874 @samp{0* } is a run-length encoding of ``0000'': the space character
39875 after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
39876 3}} more times.
39877
39878 The printable characters @samp{#} and @samp{$} or with a numeric value
39879 greater than 126 must not be used. Runs of six repeats (@samp{#}) or
39880 seven repeats (@samp{$}) can be expanded using a repeat count of only
39881 five (@samp{"}). For example, @samp{00000000} can be encoded as
39882 @samp{0*"00}.
39883
39884 The error response returned for some packets includes a two character
39885 error number. That number is not well defined.
39886
39887 @cindex empty response, for unsupported packets
39888 For any @var{command} not supported by the stub, an empty response
39889 (@samp{$#00}) should be returned. That way it is possible to extend the
39890 protocol. A newer @value{GDBN} can tell if a packet is supported based
39891 on that response.
39892
39893 At a minimum, a stub is required to support the @samp{?} command to
39894 tell @value{GDBN} the reason for halting, @samp{g} and @samp{G}
39895 commands for register access, and the @samp{m} and @samp{M} commands
39896 for memory access. Stubs that only control single-threaded targets
39897 can implement run control with the @samp{c} (continue) command, and if
39898 the target architecture supports hardware-assisted single-stepping,
39899 the @samp{s} (step) command. Stubs that support multi-threading
39900 targets should support the @samp{vCont} command. All other commands
39901 are optional.
39902
39903 @node Packets
39904 @section Packets
39905
39906 The following table provides a complete list of all currently defined
39907 @var{command}s and their corresponding response @var{data}.
39908 @xref{File-I/O Remote Protocol Extension}, for details about the File
39909 I/O extension of the remote protocol.
39910
39911 Each packet's description has a template showing the packet's overall
39912 syntax, followed by an explanation of the packet's meaning. We
39913 include spaces in some of the templates for clarity; these are not
39914 part of the packet's syntax. No @value{GDBN} packet uses spaces to
39915 separate its components. For example, a template like @samp{foo
39916 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
39917 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
39918 @var{baz}. @value{GDBN} does not transmit a space character between the
39919 @samp{foo} and the @var{bar}, or between the @var{bar} and the
39920 @var{baz}.
39921
39922 @cindex @var{thread-id}, in remote protocol
39923 @anchor{thread-id syntax}
39924 Several packets and replies include a @var{thread-id} field to identify
39925 a thread. Normally these are positive numbers with a target-specific
39926 interpretation, formatted as big-endian hex strings. A @var{thread-id}
39927 can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
39928 pick any thread.
39929
39930 In addition, the remote protocol supports a multiprocess feature in
39931 which the @var{thread-id} syntax is extended to optionally include both
39932 process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
39933 The @var{pid} (process) and @var{tid} (thread) components each have the
39934 format described above: a positive number with target-specific
39935 interpretation formatted as a big-endian hex string, literal @samp{-1}
39936 to indicate all processes or threads (respectively), or @samp{0} to
39937 indicate an arbitrary process or thread. Specifying just a process, as
39938 @samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
39939 error to specify all processes but a specific thread, such as
39940 @samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
39941 for those packets and replies explicitly documented to include a process
39942 ID, rather than a @var{thread-id}.
39943
39944 The multiprocess @var{thread-id} syntax extensions are only used if both
39945 @value{GDBN} and the stub report support for the @samp{multiprocess}
39946 feature using @samp{qSupported}. @xref{multiprocess extensions}, for
39947 more information.
39948
39949 Note that all packet forms beginning with an upper- or lower-case
39950 letter, other than those described here, are reserved for future use.
39951
39952 Here are the packet descriptions.
39953
39954 @table @samp
39955
39956 @item !
39957 @cindex @samp{!} packet
39958 @anchor{extended mode}
39959 Enable extended mode. In extended mode, the remote server is made
39960 persistent. The @samp{R} packet is used to restart the program being
39961 debugged.
39962
39963 Reply:
39964 @table @samp
39965 @item OK
39966 The remote target both supports and has enabled extended mode.
39967 @end table
39968
39969 @item ?
39970 @cindex @samp{?} packet
39971 @anchor{? packet}
39972 This is sent when connection is first established to query the reason
39973 the target halted. The reply is the same as for step and continue.
39974 This packet has a special interpretation when the target is in
39975 non-stop mode; see @ref{Remote Non-Stop}.
39976
39977 Reply:
39978 @xref{Stop Reply Packets}, for the reply specifications.
39979
39980 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
39981 @cindex @samp{A} packet
39982 Initialized @code{argv[]} array passed into program. @var{arglen}
39983 specifies the number of bytes in the hex encoded byte stream
39984 @var{arg}. See @code{gdbserver} for more details.
39985
39986 Reply:
39987 @table @samp
39988 @item OK
39989 The arguments were set.
39990 @item E @var{NN}
39991 An error occurred.
39992 @end table
39993
39994 @item b @var{baud}
39995 @cindex @samp{b} packet
39996 (Don't use this packet; its behavior is not well-defined.)
39997 Change the serial line speed to @var{baud}.
39998
39999 JTC: @emph{When does the transport layer state change? When it's
40000 received, or after the ACK is transmitted. In either case, there are
40001 problems if the command or the acknowledgment packet is dropped.}
40002
40003 Stan: @emph{If people really wanted to add something like this, and get
40004 it working for the first time, they ought to modify ser-unix.c to send
40005 some kind of out-of-band message to a specially-setup stub and have the
40006 switch happen "in between" packets, so that from remote protocol's point
40007 of view, nothing actually happened.}
40008
40009 @item B @var{addr},@var{mode}
40010 @cindex @samp{B} packet
40011 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
40012 breakpoint at @var{addr}.
40013
40014 Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
40015 (@pxref{insert breakpoint or watchpoint packet}).
40016
40017 @cindex @samp{bc} packet
40018 @anchor{bc}
40019 @item bc
40020 Backward continue. Execute the target system in reverse. No parameter.
40021 @xref{Reverse Execution}, for more information.
40022
40023 Reply:
40024 @xref{Stop Reply Packets}, for the reply specifications.
40025
40026 @cindex @samp{bs} packet
40027 @anchor{bs}
40028 @item bs
40029 Backward single step. Execute one instruction in reverse. No parameter.
40030 @xref{Reverse Execution}, for more information.
40031
40032 Reply:
40033 @xref{Stop Reply Packets}, for the reply specifications.
40034
40035 @item c @r{[}@var{addr}@r{]}
40036 @cindex @samp{c} packet
40037 Continue at @var{addr}, which is the address to resume. If @var{addr}
40038 is omitted, resume at current address.
40039
40040 This packet is deprecated for multi-threading support. @xref{vCont
40041 packet}.
40042
40043 Reply:
40044 @xref{Stop Reply Packets}, for the reply specifications.
40045
40046 @item C @var{sig}@r{[};@var{addr}@r{]}
40047 @cindex @samp{C} packet
40048 Continue with signal @var{sig} (hex signal number). If
40049 @samp{;@var{addr}} is omitted, resume at same address.
40050
40051 This packet is deprecated for multi-threading support. @xref{vCont
40052 packet}.
40053
40054 Reply:
40055 @xref{Stop Reply Packets}, for the reply specifications.
40056
40057 @item d
40058 @cindex @samp{d} packet
40059 Toggle debug flag.
40060
40061 Don't use this packet; instead, define a general set packet
40062 (@pxref{General Query Packets}).
40063
40064 @item D
40065 @itemx D;@var{pid}
40066 @cindex @samp{D} packet
40067 The first form of the packet is used to detach @value{GDBN} from the
40068 remote system. It is sent to the remote target
40069 before @value{GDBN} disconnects via the @code{detach} command.
40070
40071 The second form, including a process ID, is used when multiprocess
40072 protocol extensions are enabled (@pxref{multiprocess extensions}), to
40073 detach only a specific process. The @var{pid} is specified as a
40074 big-endian hex string.
40075
40076 Reply:
40077 @table @samp
40078 @item OK
40079 for success
40080 @item E @var{NN}
40081 for an error
40082 @end table
40083
40084 @item F @var{RC},@var{EE},@var{CF};@var{XX}
40085 @cindex @samp{F} packet
40086 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
40087 This is part of the File-I/O protocol extension. @xref{File-I/O
40088 Remote Protocol Extension}, for the specification.
40089
40090 @item g
40091 @anchor{read registers packet}
40092 @cindex @samp{g} packet
40093 Read general registers.
40094
40095 Reply:
40096 @table @samp
40097 @item @var{XX@dots{}}
40098 Each byte of register data is described by two hex digits. The bytes
40099 with the register are transmitted in target byte order. The size of
40100 each register and their position within the @samp{g} packet are
40101 determined by the @value{GDBN} internal gdbarch functions
40102 @code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
40103
40104 When reading registers from a trace frame (@pxref{Analyze Collected
40105 Data,,Using the Collected Data}), the stub may also return a string of
40106 literal @samp{x}'s in place of the register data digits, to indicate
40107 that the corresponding register has not been collected, thus its value
40108 is unavailable. For example, for an architecture with 4 registers of
40109 4 bytes each, the following reply indicates to @value{GDBN} that
40110 registers 0 and 2 have not been collected, while registers 1 and 3
40111 have been collected, and both have zero value:
40112
40113 @smallexample
40114 -> @code{g}
40115 <- @code{xxxxxxxx00000000xxxxxxxx00000000}
40116 @end smallexample
40117
40118 @item E @var{NN}
40119 for an error.
40120 @end table
40121
40122 @item G @var{XX@dots{}}
40123 @cindex @samp{G} packet
40124 Write general registers. @xref{read registers packet}, for a
40125 description of the @var{XX@dots{}} data.
40126
40127 Reply:
40128 @table @samp
40129 @item OK
40130 for success
40131 @item E @var{NN}
40132 for an error
40133 @end table
40134
40135 @item H @var{op} @var{thread-id}
40136 @cindex @samp{H} packet
40137 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
40138 @samp{G}, et.al.). Depending on the operation to be performed, @var{op}
40139 should be @samp{c} for step and continue operations (note that this
40140 is deprecated, supporting the @samp{vCont} command is a better
40141 option), and @samp{g} for other operations. The thread designator
40142 @var{thread-id} has the format and interpretation described in
40143 @ref{thread-id syntax}.
40144
40145 Reply:
40146 @table @samp
40147 @item OK
40148 for success
40149 @item E @var{NN}
40150 for an error
40151 @end table
40152
40153 @c FIXME: JTC:
40154 @c 'H': How restrictive (or permissive) is the thread model. If a
40155 @c thread is selected and stopped, are other threads allowed
40156 @c to continue to execute? As I mentioned above, I think the
40157 @c semantics of each command when a thread is selected must be
40158 @c described. For example:
40159 @c
40160 @c 'g': If the stub supports threads and a specific thread is
40161 @c selected, returns the register block from that thread;
40162 @c otherwise returns current registers.
40163 @c
40164 @c 'G' If the stub supports threads and a specific thread is
40165 @c selected, sets the registers of the register block of
40166 @c that thread; otherwise sets current registers.
40167
40168 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
40169 @anchor{cycle step packet}
40170 @cindex @samp{i} packet
40171 Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
40172 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
40173 step starting at that address.
40174
40175 @item I
40176 @cindex @samp{I} packet
40177 Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
40178 step packet}.
40179
40180 @item k
40181 @cindex @samp{k} packet
40182 Kill request.
40183
40184 The exact effect of this packet is not specified.
40185
40186 For a bare-metal target, it may power cycle or reset the target
40187 system. For that reason, the @samp{k} packet has no reply.
40188
40189 For a single-process target, it may kill that process if possible.
40190
40191 A multiple-process target may choose to kill just one process, or all
40192 that are under @value{GDBN}'s control. For more precise control, use
40193 the vKill packet (@pxref{vKill packet}).
40194
40195 If the target system immediately closes the connection in response to
40196 @samp{k}, @value{GDBN} does not consider the lack of packet
40197 acknowledgment to be an error, and assumes the kill was successful.
40198
40199 If connected using @kbd{target extended-remote}, and the target does
40200 not close the connection in response to a kill request, @value{GDBN}
40201 probes the target state as if a new connection was opened
40202 (@pxref{? packet}).
40203
40204 @item m @var{addr},@var{length}
40205 @cindex @samp{m} packet
40206 Read @var{length} addressable memory units starting at address @var{addr}
40207 (@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
40208 any particular boundary.
40209
40210 The stub need not use any particular size or alignment when gathering
40211 data from memory for the response; even if @var{addr} is word-aligned
40212 and @var{length} is a multiple of the word size, the stub is free to
40213 use byte accesses, or not. For this reason, this packet may not be
40214 suitable for accessing memory-mapped I/O devices.
40215 @cindex alignment of remote memory accesses
40216 @cindex size of remote memory accesses
40217 @cindex memory, alignment and size of remote accesses
40218
40219 Reply:
40220 @table @samp
40221 @item @var{XX@dots{}}
40222 Memory contents; each byte is transmitted as a two-digit hexadecimal number.
40223 The reply may contain fewer addressable memory units than requested if the
40224 server was able to read only part of the region of memory.
40225 @item E @var{NN}
40226 @var{NN} is errno
40227 @end table
40228
40229 @item M @var{addr},@var{length}:@var{XX@dots{}}
40230 @cindex @samp{M} packet
40231 Write @var{length} addressable memory units starting at address @var{addr}
40232 (@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
40233 byte is transmitted as a two-digit hexadecimal number.
40234
40235 Reply:
40236 @table @samp
40237 @item OK
40238 for success
40239 @item E @var{NN}
40240 for an error (this includes the case where only part of the data was
40241 written).
40242 @end table
40243
40244 @item p @var{n}
40245 @cindex @samp{p} packet
40246 Read the value of register @var{n}; @var{n} is in hex.
40247 @xref{read registers packet}, for a description of how the returned
40248 register value is encoded.
40249
40250 Reply:
40251 @table @samp
40252 @item @var{XX@dots{}}
40253 the register's value
40254 @item E @var{NN}
40255 for an error
40256 @item @w{}
40257 Indicating an unrecognized @var{query}.
40258 @end table
40259
40260 @item P @var{n@dots{}}=@var{r@dots{}}
40261 @anchor{write register packet}
40262 @cindex @samp{P} packet
40263 Write register @var{n@dots{}} with value @var{r@dots{}}. The register
40264 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
40265 digits for each byte in the register (target byte order).
40266
40267 Reply:
40268 @table @samp
40269 @item OK
40270 for success
40271 @item E @var{NN}
40272 for an error
40273 @end table
40274
40275 @item q @var{name} @var{params}@dots{}
40276 @itemx Q @var{name} @var{params}@dots{}
40277 @cindex @samp{q} packet
40278 @cindex @samp{Q} packet
40279 General query (@samp{q}) and set (@samp{Q}). These packets are
40280 described fully in @ref{General Query Packets}.
40281
40282 @item r
40283 @cindex @samp{r} packet
40284 Reset the entire system.
40285
40286 Don't use this packet; use the @samp{R} packet instead.
40287
40288 @item R @var{XX}
40289 @cindex @samp{R} packet
40290 Restart the program being debugged. The @var{XX}, while needed, is ignored.
40291 This packet is only available in extended mode (@pxref{extended mode}).
40292
40293 The @samp{R} packet has no reply.
40294
40295 @item s @r{[}@var{addr}@r{]}
40296 @cindex @samp{s} packet
40297 Single step, resuming at @var{addr}. If
40298 @var{addr} is omitted, resume at same address.
40299
40300 This packet is deprecated for multi-threading support. @xref{vCont
40301 packet}.
40302
40303 Reply:
40304 @xref{Stop Reply Packets}, for the reply specifications.
40305
40306 @item S @var{sig}@r{[};@var{addr}@r{]}
40307 @anchor{step with signal packet}
40308 @cindex @samp{S} packet
40309 Step with signal. This is analogous to the @samp{C} packet, but
40310 requests a single-step, rather than a normal resumption of execution.
40311
40312 This packet is deprecated for multi-threading support. @xref{vCont
40313 packet}.
40314
40315 Reply:
40316 @xref{Stop Reply Packets}, for the reply specifications.
40317
40318 @item t @var{addr}:@var{PP},@var{MM}
40319 @cindex @samp{t} packet
40320 Search backwards starting at address @var{addr} for a match with pattern
40321 @var{PP} and mask @var{MM}, both of which are are 4 byte long.
40322 There must be at least 3 digits in @var{addr}.
40323
40324 @item T @var{thread-id}
40325 @cindex @samp{T} packet
40326 Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
40327
40328 Reply:
40329 @table @samp
40330 @item OK
40331 thread is still alive
40332 @item E @var{NN}
40333 thread is dead
40334 @end table
40335
40336 @item v
40337 Packets starting with @samp{v} are identified by a multi-letter name,
40338 up to the first @samp{;} or @samp{?} (or the end of the packet).
40339
40340 @item vAttach;@var{pid}
40341 @cindex @samp{vAttach} packet
40342 Attach to a new process with the specified process ID @var{pid}.
40343 The process ID is a
40344 hexadecimal integer identifying the process. In all-stop mode, all
40345 threads in the attached process are stopped; in non-stop mode, it may be
40346 attached without being stopped if that is supported by the target.
40347
40348 @c In non-stop mode, on a successful vAttach, the stub should set the
40349 @c current thread to a thread of the newly-attached process. After
40350 @c attaching, GDB queries for the attached process's thread ID with qC.
40351 @c Also note that, from a user perspective, whether or not the
40352 @c target is stopped on attach in non-stop mode depends on whether you
40353 @c use the foreground or background version of the attach command, not
40354 @c on what vAttach does; GDB does the right thing with respect to either
40355 @c stopping or restarting threads.
40356
40357 This packet is only available in extended mode (@pxref{extended mode}).
40358
40359 Reply:
40360 @table @samp
40361 @item E @var{nn}
40362 for an error
40363 @item @r{Any stop packet}
40364 for success in all-stop mode (@pxref{Stop Reply Packets})
40365 @item OK
40366 for success in non-stop mode (@pxref{Remote Non-Stop})
40367 @end table
40368
40369 @item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
40370 @cindex @samp{vCont} packet
40371 @anchor{vCont packet}
40372 Resume the inferior, specifying different actions for each thread.
40373
40374 For each inferior thread, the leftmost action with a matching
40375 @var{thread-id} is applied. Threads that don't match any action
40376 remain in their current state. Thread IDs are specified using the
40377 syntax described in @ref{thread-id syntax}. If multiprocess
40378 extensions (@pxref{multiprocess extensions}) are supported, actions
40379 can be specified to match all threads in a process by using the
40380 @samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
40381 @var{thread-id} matches all threads. Specifying no actions is an
40382 error.
40383
40384 Currently supported actions are:
40385
40386 @table @samp
40387 @item c
40388 Continue.
40389 @item C @var{sig}
40390 Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
40391 @item s
40392 Step.
40393 @item S @var{sig}
40394 Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
40395 @item t
40396 Stop.
40397 @item r @var{start},@var{end}
40398 Step once, and then keep stepping as long as the thread stops at
40399 addresses between @var{start} (inclusive) and @var{end} (exclusive).
40400 The remote stub reports a stop reply when either the thread goes out
40401 of the range or is stopped due to an unrelated reason, such as hitting
40402 a breakpoint. @xref{range stepping}.
40403
40404 If the range is empty (@var{start} == @var{end}), then the action
40405 becomes equivalent to the @samp{s} action. In other words,
40406 single-step once, and report the stop (even if the stepped instruction
40407 jumps to @var{start}).
40408
40409 (A stop reply may be sent at any point even if the PC is still within
40410 the stepping range; for example, it is valid to implement this packet
40411 in a degenerate way as a single instruction step operation.)
40412
40413 @end table
40414
40415 The optional argument @var{addr} normally associated with the
40416 @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
40417 not supported in @samp{vCont}.
40418
40419 The @samp{t} action is only relevant in non-stop mode
40420 (@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
40421 A stop reply should be generated for any affected thread not already stopped.
40422 When a thread is stopped by means of a @samp{t} action,
40423 the corresponding stop reply should indicate that the thread has stopped with
40424 signal @samp{0}, regardless of whether the target uses some other signal
40425 as an implementation detail.
40426
40427 The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
40428 @samp{r} actions for threads that are already running. Conversely,
40429 the server must ignore @samp{t} actions for threads that are already
40430 stopped.
40431
40432 @emph{Note:} In non-stop mode, a thread is considered running until
40433 @value{GDBN} acknowledges an asynchronous stop notification for it with
40434 the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
40435
40436 The stub must support @samp{vCont} if it reports support for
40437 multiprocess extensions (@pxref{multiprocess extensions}).
40438
40439 Reply:
40440 @xref{Stop Reply Packets}, for the reply specifications.
40441
40442 @item vCont?
40443 @cindex @samp{vCont?} packet
40444 Request a list of actions supported by the @samp{vCont} packet.
40445
40446 Reply:
40447 @table @samp
40448 @item vCont@r{[};@var{action}@dots{}@r{]}
40449 The @samp{vCont} packet is supported. Each @var{action} is a supported
40450 command in the @samp{vCont} packet.
40451 @item @w{}
40452 The @samp{vCont} packet is not supported.
40453 @end table
40454
40455 @anchor{vCtrlC packet}
40456 @item vCtrlC
40457 @cindex @samp{vCtrlC} packet
40458 Interrupt remote target as if a control-C was pressed on the remote
40459 terminal. This is the equivalent to reacting to the @code{^C}
40460 (@samp{\003}, the control-C character) character in all-stop mode
40461 while the target is running, except this works in non-stop mode.
40462 @xref{interrupting remote targets}, for more info on the all-stop
40463 variant.
40464
40465 Reply:
40466 @table @samp
40467 @item E @var{nn}
40468 for an error
40469 @item OK
40470 for success
40471 @end table
40472
40473 @item vFile:@var{operation}:@var{parameter}@dots{}
40474 @cindex @samp{vFile} packet
40475 Perform a file operation on the target system. For details,
40476 see @ref{Host I/O Packets}.
40477
40478 @item vFlashErase:@var{addr},@var{length}
40479 @cindex @samp{vFlashErase} packet
40480 Direct the stub to erase @var{length} bytes of flash starting at
40481 @var{addr}. The region may enclose any number of flash blocks, but
40482 its start and end must fall on block boundaries, as indicated by the
40483 flash block size appearing in the memory map (@pxref{Memory Map
40484 Format}). @value{GDBN} groups flash memory programming operations
40485 together, and sends a @samp{vFlashDone} request after each group; the
40486 stub is allowed to delay erase operation until the @samp{vFlashDone}
40487 packet is received.
40488
40489 Reply:
40490 @table @samp
40491 @item OK
40492 for success
40493 @item E @var{NN}
40494 for an error
40495 @end table
40496
40497 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
40498 @cindex @samp{vFlashWrite} packet
40499 Direct the stub to write data to flash address @var{addr}. The data
40500 is passed in binary form using the same encoding as for the @samp{X}
40501 packet (@pxref{Binary Data}). The memory ranges specified by
40502 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
40503 not overlap, and must appear in order of increasing addresses
40504 (although @samp{vFlashErase} packets for higher addresses may already
40505 have been received; the ordering is guaranteed only between
40506 @samp{vFlashWrite} packets). If a packet writes to an address that was
40507 neither erased by a preceding @samp{vFlashErase} packet nor by some other
40508 target-specific method, the results are unpredictable.
40509
40510
40511 Reply:
40512 @table @samp
40513 @item OK
40514 for success
40515 @item E.memtype
40516 for vFlashWrite addressing non-flash memory
40517 @item E @var{NN}
40518 for an error
40519 @end table
40520
40521 @item vFlashDone
40522 @cindex @samp{vFlashDone} packet
40523 Indicate to the stub that flash programming operation is finished.
40524 The stub is permitted to delay or batch the effects of a group of
40525 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
40526 @samp{vFlashDone} packet is received. The contents of the affected
40527 regions of flash memory are unpredictable until the @samp{vFlashDone}
40528 request is completed.
40529
40530 @item vKill;@var{pid}
40531 @cindex @samp{vKill} packet
40532 @anchor{vKill packet}
40533 Kill the process with the specified process ID @var{pid}, which is a
40534 hexadecimal integer identifying the process. This packet is used in
40535 preference to @samp{k} when multiprocess protocol extensions are
40536 supported; see @ref{multiprocess extensions}.
40537
40538 Reply:
40539 @table @samp
40540 @item E @var{nn}
40541 for an error
40542 @item OK
40543 for success
40544 @end table
40545
40546 @item vMustReplyEmpty
40547 @cindex @samp{vMustReplyEmpty} packet
40548 The correct reply to an unknown @samp{v} packet is to return the empty
40549 string, however, some older versions of @command{gdbserver} would
40550 incorrectly return @samp{OK} for unknown @samp{v} packets.
40551
40552 The @samp{vMustReplyEmpty} is used as a feature test to check how
40553 @command{gdbserver} handles unknown packets, it is important that this
40554 packet be handled in the same way as other unknown @samp{v} packets.
40555 If this packet is handled differently to other unknown @samp{v}
40556 packets then it is possible that @value{GDBN} may run into problems in
40557 other areas, specifically around use of @samp{vFile:setfs:}.
40558
40559 @item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
40560 @cindex @samp{vRun} packet
40561 Run the program @var{filename}, passing it each @var{argument} on its
40562 command line. The file and arguments are hex-encoded strings. If
40563 @var{filename} is an empty string, the stub may use a default program
40564 (e.g.@: the last program run). The program is created in the stopped
40565 state.
40566
40567 @c FIXME: What about non-stop mode?
40568
40569 This packet is only available in extended mode (@pxref{extended mode}).
40570
40571 Reply:
40572 @table @samp
40573 @item E @var{nn}
40574 for an error
40575 @item @r{Any stop packet}
40576 for success (@pxref{Stop Reply Packets})
40577 @end table
40578
40579 @item vStopped
40580 @cindex @samp{vStopped} packet
40581 @xref{Notification Packets}.
40582
40583 @item X @var{addr},@var{length}:@var{XX@dots{}}
40584 @anchor{X packet}
40585 @cindex @samp{X} packet
40586 Write data to memory, where the data is transmitted in binary.
40587 Memory is specified by its address @var{addr} and number of addressable memory
40588 units @var{length} (@pxref{addressable memory unit});
40589 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
40590
40591 Reply:
40592 @table @samp
40593 @item OK
40594 for success
40595 @item E @var{NN}
40596 for an error
40597 @end table
40598
40599 @item z @var{type},@var{addr},@var{kind}
40600 @itemx Z @var{type},@var{addr},@var{kind}
40601 @anchor{insert breakpoint or watchpoint packet}
40602 @cindex @samp{z} packet
40603 @cindex @samp{Z} packets
40604 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
40605 watchpoint starting at address @var{address} of kind @var{kind}.
40606
40607 Each breakpoint and watchpoint packet @var{type} is documented
40608 separately.
40609
40610 @emph{Implementation notes: A remote target shall return an empty string
40611 for an unrecognized breakpoint or watchpoint packet @var{type}. A
40612 remote target shall support either both or neither of a given
40613 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
40614 avoid potential problems with duplicate packets, the operations should
40615 be implemented in an idempotent way.}
40616
40617 @item z0,@var{addr},@var{kind}
40618 @itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
40619 @cindex @samp{z0} packet
40620 @cindex @samp{Z0} packet
40621 Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
40622 @var{addr} of type @var{kind}.
40623
40624 A software breakpoint is implemented by replacing the instruction at
40625 @var{addr} with a software breakpoint or trap instruction. The
40626 @var{kind} is target-specific and typically indicates the size of the
40627 breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
40628 @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
40629 architectures have additional meanings for @var{kind}
40630 (@pxref{Architecture-Specific Protocol Details}); if no
40631 architecture-specific value is being used, it should be @samp{0}.
40632 @var{kind} is hex-encoded. @var{cond_list} is an optional list of
40633 conditional expressions in bytecode form that should be evaluated on
40634 the target's side. These are the conditions that should be taken into
40635 consideration when deciding if the breakpoint trigger should be
40636 reported back to @value{GDBN}.
40637
40638 See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
40639 for how to best report a software breakpoint event to @value{GDBN}.
40640
40641 The @var{cond_list} parameter is comprised of a series of expressions,
40642 concatenated without separators. Each expression has the following form:
40643
40644 @table @samp
40645
40646 @item X @var{len},@var{expr}
40647 @var{len} is the length of the bytecode expression and @var{expr} is the
40648 actual conditional expression in bytecode form.
40649
40650 @end table
40651
40652 The optional @var{cmd_list} parameter introduces commands that may be
40653 run on the target, rather than being reported back to @value{GDBN}.
40654 The parameter starts with a numeric flag @var{persist}; if the flag is
40655 nonzero, then the breakpoint may remain active and the commands
40656 continue to be run even when @value{GDBN} disconnects from the target.
40657 Following this flag is a series of expressions concatenated with no
40658 separators. Each expression has the following form:
40659
40660 @table @samp
40661
40662 @item X @var{len},@var{expr}
40663 @var{len} is the length of the bytecode expression and @var{expr} is the
40664 actual commands expression in bytecode form.
40665
40666 @end table
40667
40668 @emph{Implementation note: It is possible for a target to copy or move
40669 code that contains software breakpoints (e.g., when implementing
40670 overlays). The behavior of this packet, in the presence of such a
40671 target, is not defined.}
40672
40673 Reply:
40674 @table @samp
40675 @item OK
40676 success
40677 @item @w{}
40678 not supported
40679 @item E @var{NN}
40680 for an error
40681 @end table
40682
40683 @item z1,@var{addr},@var{kind}
40684 @itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
40685 @cindex @samp{z1} packet
40686 @cindex @samp{Z1} packet
40687 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
40688 address @var{addr}.
40689
40690 A hardware breakpoint is implemented using a mechanism that is not
40691 dependent on being able to modify the target's memory. The
40692 @var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
40693 same meaning as in @samp{Z0} packets.
40694
40695 @emph{Implementation note: A hardware breakpoint is not affected by code
40696 movement.}
40697
40698 Reply:
40699 @table @samp
40700 @item OK
40701 success
40702 @item @w{}
40703 not supported
40704 @item E @var{NN}
40705 for an error
40706 @end table
40707
40708 @item z2,@var{addr},@var{kind}
40709 @itemx Z2,@var{addr},@var{kind}
40710 @cindex @samp{z2} packet
40711 @cindex @samp{Z2} packet
40712 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
40713 The number of bytes to watch is specified by @var{kind}.
40714
40715 Reply:
40716 @table @samp
40717 @item OK
40718 success
40719 @item @w{}
40720 not supported
40721 @item E @var{NN}
40722 for an error
40723 @end table
40724
40725 @item z3,@var{addr},@var{kind}
40726 @itemx Z3,@var{addr},@var{kind}
40727 @cindex @samp{z3} packet
40728 @cindex @samp{Z3} packet
40729 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
40730 The number of bytes to watch is specified by @var{kind}.
40731
40732 Reply:
40733 @table @samp
40734 @item OK
40735 success
40736 @item @w{}
40737 not supported
40738 @item E @var{NN}
40739 for an error
40740 @end table
40741
40742 @item z4,@var{addr},@var{kind}
40743 @itemx Z4,@var{addr},@var{kind}
40744 @cindex @samp{z4} packet
40745 @cindex @samp{Z4} packet
40746 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
40747 The number of bytes to watch is specified by @var{kind}.
40748
40749 Reply:
40750 @table @samp
40751 @item OK
40752 success
40753 @item @w{}
40754 not supported
40755 @item E @var{NN}
40756 for an error
40757 @end table
40758
40759 @end table
40760
40761 @node Stop Reply Packets
40762 @section Stop Reply Packets
40763 @cindex stop reply packets
40764
40765 The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
40766 @samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
40767 receive any of the below as a reply. Except for @samp{?}
40768 and @samp{vStopped}, that reply is only returned
40769 when the target halts. In the below the exact meaning of @dfn{signal
40770 number} is defined by the header @file{include/gdb/signals.h} in the
40771 @value{GDBN} source code.
40772
40773 In non-stop mode, the server will simply reply @samp{OK} to commands
40774 such as @samp{vCont}; any stop will be the subject of a future
40775 notification. @xref{Remote Non-Stop}.
40776
40777 As in the description of request packets, we include spaces in the
40778 reply templates for clarity; these are not part of the reply packet's
40779 syntax. No @value{GDBN} stop reply packet uses spaces to separate its
40780 components.
40781
40782 @table @samp
40783
40784 @item S @var{AA}
40785 The program received signal number @var{AA} (a two-digit hexadecimal
40786 number). This is equivalent to a @samp{T} response with no
40787 @var{n}:@var{r} pairs.
40788
40789 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
40790 @cindex @samp{T} packet reply
40791 The program received signal number @var{AA} (a two-digit hexadecimal
40792 number). This is equivalent to an @samp{S} response, except that the
40793 @samp{@var{n}:@var{r}} pairs can carry values of important registers
40794 and other information directly in the stop reply packet, reducing
40795 round-trip latency. Single-step and breakpoint traps are reported
40796 this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
40797
40798 @itemize @bullet
40799 @item
40800 If @var{n} is a hexadecimal number, it is a register number, and the
40801 corresponding @var{r} gives that register's value. The data @var{r} is a
40802 series of bytes in target byte order, with each byte given by a
40803 two-digit hex number.
40804
40805 @item
40806 If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
40807 the stopped thread, as specified in @ref{thread-id syntax}.
40808
40809 @item
40810 If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
40811 the core on which the stop event was detected.
40812
40813 @item
40814 If @var{n} is a recognized @dfn{stop reason}, it describes a more
40815 specific event that stopped the target. The currently defined stop
40816 reasons are listed below. The @var{aa} should be @samp{05}, the trap
40817 signal. At most one stop reason should be present.
40818
40819 @item
40820 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
40821 and go on to the next; this allows us to extend the protocol in the
40822 future.
40823 @end itemize
40824
40825 The currently defined stop reasons are:
40826
40827 @table @samp
40828 @item watch
40829 @itemx rwatch
40830 @itemx awatch
40831 The packet indicates a watchpoint hit, and @var{r} is the data address, in
40832 hex.
40833
40834 @item syscall_entry
40835 @itemx syscall_return
40836 The packet indicates a syscall entry or return, and @var{r} is the
40837 syscall number, in hex.
40838
40839 @cindex shared library events, remote reply
40840 @item library
40841 The packet indicates that the loaded libraries have changed.
40842 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
40843 list of loaded libraries. The @var{r} part is ignored.
40844
40845 @cindex replay log events, remote reply
40846 @item replaylog
40847 The packet indicates that the target cannot continue replaying
40848 logged execution events, because it has reached the end (or the
40849 beginning when executing backward) of the log. The value of @var{r}
40850 will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
40851 for more information.
40852
40853 @item swbreak
40854 @anchor{swbreak stop reason}
40855 The packet indicates a software breakpoint instruction was executed,
40856 irrespective of whether it was @value{GDBN} that planted the
40857 breakpoint or the breakpoint is hardcoded in the program. The @var{r}
40858 part must be left empty.
40859
40860 On some architectures, such as x86, at the architecture level, when a
40861 breakpoint instruction executes the program counter points at the
40862 breakpoint address plus an offset. On such targets, the stub is
40863 responsible for adjusting the PC to point back at the breakpoint
40864 address.
40865
40866 This packet should not be sent by default; older @value{GDBN} versions
40867 did not support it. @value{GDBN} requests it, by supplying an
40868 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40869 remote stub must also supply the appropriate @samp{qSupported} feature
40870 indicating support.
40871
40872 This packet is required for correct non-stop mode operation.
40873
40874 @item hwbreak
40875 The packet indicates the target stopped for a hardware breakpoint.
40876 The @var{r} part must be left empty.
40877
40878 The same remarks about @samp{qSupported} and non-stop mode above
40879 apply.
40880
40881 @cindex fork events, remote reply
40882 @item fork
40883 The packet indicates that @code{fork} was called, and @var{r}
40884 is the thread ID of the new child process. Refer to
40885 @ref{thread-id syntax} for the format of the @var{thread-id}
40886 field. This packet is only applicable to targets that support
40887 fork events.
40888
40889 This packet should not be sent by default; older @value{GDBN} versions
40890 did not support it. @value{GDBN} requests it, by supplying an
40891 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40892 remote stub must also supply the appropriate @samp{qSupported} feature
40893 indicating support.
40894
40895 @cindex vfork events, remote reply
40896 @item vfork
40897 The packet indicates that @code{vfork} was called, and @var{r}
40898 is the thread ID of the new child process. Refer to
40899 @ref{thread-id syntax} for the format of the @var{thread-id}
40900 field. This packet is only applicable to targets that support
40901 vfork events.
40902
40903 This packet should not be sent by default; older @value{GDBN} versions
40904 did not support it. @value{GDBN} requests it, by supplying an
40905 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40906 remote stub must also supply the appropriate @samp{qSupported} feature
40907 indicating support.
40908
40909 @cindex vforkdone events, remote reply
40910 @item vforkdone
40911 The packet indicates that a child process created by a vfork
40912 has either called @code{exec} or terminated, so that the
40913 address spaces of the parent and child process are no longer
40914 shared. The @var{r} part is ignored. This packet is only
40915 applicable to targets that support vforkdone events.
40916
40917 This packet should not be sent by default; older @value{GDBN} versions
40918 did not support it. @value{GDBN} requests it, by supplying an
40919 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40920 remote stub must also supply the appropriate @samp{qSupported} feature
40921 indicating support.
40922
40923 @cindex exec events, remote reply
40924 @item exec
40925 The packet indicates that @code{execve} was called, and @var{r}
40926 is the absolute pathname of the file that was executed, in hex.
40927 This packet is only applicable to targets that support exec events.
40928
40929 This packet should not be sent by default; older @value{GDBN} versions
40930 did not support it. @value{GDBN} requests it, by supplying an
40931 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40932 remote stub must also supply the appropriate @samp{qSupported} feature
40933 indicating support.
40934
40935 @cindex thread create event, remote reply
40936 @anchor{thread create event}
40937 @item create
40938 The packet indicates that the thread was just created. The new thread
40939 is stopped until @value{GDBN} sets it running with a resumption packet
40940 (@pxref{vCont packet}). This packet should not be sent by default;
40941 @value{GDBN} requests it with the @ref{QThreadEvents} packet. See
40942 also the @samp{w} (@pxref{thread exit event}) remote reply below. The
40943 @var{r} part is ignored.
40944
40945 @end table
40946
40947 @item W @var{AA}
40948 @itemx W @var{AA} ; process:@var{pid}
40949 The process exited, and @var{AA} is the exit status. This is only
40950 applicable to certain targets.
40951
40952 The second form of the response, including the process ID of the
40953 exited process, can be used only when @value{GDBN} has reported
40954 support for multiprocess protocol extensions; see @ref{multiprocess
40955 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40956 hex strings.
40957
40958 @item X @var{AA}
40959 @itemx X @var{AA} ; process:@var{pid}
40960 The process terminated with signal @var{AA}.
40961
40962 The second form of the response, including the process ID of the
40963 terminated process, can be used only when @value{GDBN} has reported
40964 support for multiprocess protocol extensions; see @ref{multiprocess
40965 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40966 hex strings.
40967
40968 @anchor{thread exit event}
40969 @cindex thread exit event, remote reply
40970 @item w @var{AA} ; @var{tid}
40971
40972 The thread exited, and @var{AA} is the exit status. This response
40973 should not be sent by default; @value{GDBN} requests it with the
40974 @ref{QThreadEvents} packet. See also @ref{thread create event} above.
40975 @var{AA} is formatted as a big-endian hex string.
40976
40977 @item N
40978 There are no resumed threads left in the target. In other words, even
40979 though the process is alive, the last resumed thread has exited. For
40980 example, say the target process has two threads: thread 1 and thread
40981 2. The client leaves thread 1 stopped, and resumes thread 2, which
40982 subsequently exits. At this point, even though the process is still
40983 alive, and thus no @samp{W} stop reply is sent, no thread is actually
40984 executing either. The @samp{N} stop reply thus informs the client
40985 that it can stop waiting for stop replies. This packet should not be
40986 sent by default; older @value{GDBN} versions did not support it.
40987 @value{GDBN} requests it, by supplying an appropriate
40988 @samp{qSupported} feature (@pxref{qSupported}). The remote stub must
40989 also supply the appropriate @samp{qSupported} feature indicating
40990 support.
40991
40992 @item O @var{XX}@dots{}
40993 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
40994 written as the program's console output. This can happen at any time
40995 while the program is running and the debugger should continue to wait
40996 for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
40997
40998 @item F @var{call-id},@var{parameter}@dots{}
40999 @var{call-id} is the identifier which says which host system call should
41000 be called. This is just the name of the function. Translation into the
41001 correct system call is only applicable as it's defined in @value{GDBN}.
41002 @xref{File-I/O Remote Protocol Extension}, for a list of implemented
41003 system calls.
41004
41005 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
41006 this very system call.
41007
41008 The target replies with this packet when it expects @value{GDBN} to
41009 call a host system call on behalf of the target. @value{GDBN} replies
41010 with an appropriate @samp{F} packet and keeps up waiting for the next
41011 reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
41012 or @samp{s} action is expected to be continued. @xref{File-I/O Remote
41013 Protocol Extension}, for more details.
41014
41015 @end table
41016
41017 @node General Query Packets
41018 @section General Query Packets
41019 @cindex remote query requests
41020
41021 Packets starting with @samp{q} are @dfn{general query packets};
41022 packets starting with @samp{Q} are @dfn{general set packets}. General
41023 query and set packets are a semi-unified form for retrieving and
41024 sending information to and from the stub.
41025
41026 The initial letter of a query or set packet is followed by a name
41027 indicating what sort of thing the packet applies to. For example,
41028 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
41029 definitions with the stub. These packet names follow some
41030 conventions:
41031
41032 @itemize @bullet
41033 @item
41034 The name must not contain commas, colons or semicolons.
41035 @item
41036 Most @value{GDBN} query and set packets have a leading upper case
41037 letter.
41038 @item
41039 The names of custom vendor packets should use a company prefix, in
41040 lower case, followed by a period. For example, packets designed at
41041 the Acme Corporation might begin with @samp{qacme.foo} (for querying
41042 foos) or @samp{Qacme.bar} (for setting bars).
41043 @end itemize
41044
41045 The name of a query or set packet should be separated from any
41046 parameters by a @samp{:}; the parameters themselves should be
41047 separated by @samp{,} or @samp{;}. Stubs must be careful to match the
41048 full packet name, and check for a separator or the end of the packet,
41049 in case two packet names share a common prefix. New packets should not begin
41050 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
41051 packets predate these conventions, and have arguments without any terminator
41052 for the packet name; we suspect they are in widespread use in places that
41053 are difficult to upgrade. The @samp{qC} packet has no arguments, but some
41054 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
41055 packet.}.
41056
41057 Like the descriptions of the other packets, each description here
41058 has a template showing the packet's overall syntax, followed by an
41059 explanation of the packet's meaning. We include spaces in some of the
41060 templates for clarity; these are not part of the packet's syntax. No
41061 @value{GDBN} packet uses spaces to separate its components.
41062
41063 Here are the currently defined query and set packets:
41064
41065 @table @samp
41066
41067 @item QAgent:1
41068 @itemx QAgent:0
41069 Turn on or off the agent as a helper to perform some debugging operations
41070 delegated from @value{GDBN} (@pxref{Control Agent}).
41071
41072 @item QAllow:@var{op}:@var{val}@dots{}
41073 @cindex @samp{QAllow} packet
41074 Specify which operations @value{GDBN} expects to request of the
41075 target, as a semicolon-separated list of operation name and value
41076 pairs. Possible values for @var{op} include @samp{WriteReg},
41077 @samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
41078 @samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
41079 indicating that @value{GDBN} will not request the operation, or 1,
41080 indicating that it may. (The target can then use this to set up its
41081 own internals optimally, for instance if the debugger never expects to
41082 insert breakpoints, it may not need to install its own trap handler.)
41083
41084 @item qC
41085 @cindex current thread, remote request
41086 @cindex @samp{qC} packet
41087 Return the current thread ID.
41088
41089 Reply:
41090 @table @samp
41091 @item QC @var{thread-id}
41092 Where @var{thread-id} is a thread ID as documented in
41093 @ref{thread-id syntax}.
41094 @item @r{(anything else)}
41095 Any other reply implies the old thread ID.
41096 @end table
41097
41098 @item qCRC:@var{addr},@var{length}
41099 @cindex CRC of memory block, remote request
41100 @cindex @samp{qCRC} packet
41101 @anchor{qCRC packet}
41102 Compute the CRC checksum of a block of memory using CRC-32 defined in
41103 IEEE 802.3. The CRC is computed byte at a time, taking the most
41104 significant bit of each byte first. The initial pattern code
41105 @code{0xffffffff} is used to ensure leading zeros affect the CRC.
41106
41107 @emph{Note:} This is the same CRC used in validating separate debug
41108 files (@pxref{Separate Debug Files, , Debugging Information in Separate
41109 Files}). However the algorithm is slightly different. When validating
41110 separate debug files, the CRC is computed taking the @emph{least}
41111 significant bit of each byte first, and the final result is inverted to
41112 detect trailing zeros.
41113
41114 Reply:
41115 @table @samp
41116 @item E @var{NN}
41117 An error (such as memory fault)
41118 @item C @var{crc32}
41119 The specified memory region's checksum is @var{crc32}.
41120 @end table
41121
41122 @item QDisableRandomization:@var{value}
41123 @cindex disable address space randomization, remote request
41124 @cindex @samp{QDisableRandomization} packet
41125 Some target operating systems will randomize the virtual address space
41126 of the inferior process as a security feature, but provide a feature
41127 to disable such randomization, e.g.@: to allow for a more deterministic
41128 debugging experience. On such systems, this packet with a @var{value}
41129 of 1 directs the target to disable address space randomization for
41130 processes subsequently started via @samp{vRun} packets, while a packet
41131 with a @var{value} of 0 tells the target to enable address space
41132 randomization.
41133
41134 This packet is only available in extended mode (@pxref{extended mode}).
41135
41136 Reply:
41137 @table @samp
41138 @item OK
41139 The request succeeded.
41140
41141 @item E @var{nn}
41142 An error occurred. The error number @var{nn} is given as hex digits.
41143
41144 @item @w{}
41145 An empty reply indicates that @samp{QDisableRandomization} is not supported
41146 by the stub.
41147 @end table
41148
41149 This packet is not probed by default; the remote stub must request it,
41150 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41151 This should only be done on targets that actually support disabling
41152 address space randomization.
41153
41154 @item QStartupWithShell:@var{value}
41155 @cindex startup with shell, remote request
41156 @cindex @samp{QStartupWithShell} packet
41157 On UNIX-like targets, it is possible to start the inferior using a
41158 shell program. This is the default behavior on both @value{GDBN} and
41159 @command{gdbserver} (@pxref{set startup-with-shell}). This packet is
41160 used to inform @command{gdbserver} whether it should start the
41161 inferior using a shell or not.
41162
41163 If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
41164 to start the inferior. If @var{value} is @samp{1},
41165 @command{gdbserver} will use a shell to start the inferior. All other
41166 values are considered an error.
41167
41168 This packet is only available in extended mode (@pxref{extended
41169 mode}).
41170
41171 Reply:
41172 @table @samp
41173 @item OK
41174 The request succeeded.
41175
41176 @item E @var{nn}
41177 An error occurred. The error number @var{nn} is given as hex digits.
41178 @end table
41179
41180 This packet is not probed by default; the remote stub must request it,
41181 by supplying an appropriate @samp{qSupported} response
41182 (@pxref{qSupported}). This should only be done on targets that
41183 actually support starting the inferior using a shell.
41184
41185 Use of this packet is controlled by the @code{set startup-with-shell}
41186 command; @pxref{set startup-with-shell}.
41187
41188 @item QEnvironmentHexEncoded:@var{hex-value}
41189 @anchor{QEnvironmentHexEncoded}
41190 @cindex set environment variable, remote request
41191 @cindex @samp{QEnvironmentHexEncoded} packet
41192 On UNIX-like targets, it is possible to set environment variables that
41193 will be passed to the inferior during the startup process. This
41194 packet is used to inform @command{gdbserver} of an environment
41195 variable that has been defined by the user on @value{GDBN} (@pxref{set
41196 environment}).
41197
41198 The packet is composed by @var{hex-value}, an hex encoded
41199 representation of the @var{name=value} format representing an
41200 environment variable. The name of the environment variable is
41201 represented by @var{name}, and the value to be assigned to the
41202 environment variable is represented by @var{value}. If the variable
41203 has no value (i.e., the value is @code{null}), then @var{value} will
41204 not be present.
41205
41206 This packet is only available in extended mode (@pxref{extended
41207 mode}).
41208
41209 Reply:
41210 @table @samp
41211 @item OK
41212 The request succeeded.
41213 @end table
41214
41215 This packet is not probed by default; the remote stub must request it,
41216 by supplying an appropriate @samp{qSupported} response
41217 (@pxref{qSupported}). This should only be done on targets that
41218 actually support passing environment variables to the starting
41219 inferior.
41220
41221 This packet is related to the @code{set environment} command;
41222 @pxref{set environment}.
41223
41224 @item QEnvironmentUnset:@var{hex-value}
41225 @anchor{QEnvironmentUnset}
41226 @cindex unset environment variable, remote request
41227 @cindex @samp{QEnvironmentUnset} packet
41228 On UNIX-like targets, it is possible to unset environment variables
41229 before starting the inferior in the remote target. This packet is
41230 used to inform @command{gdbserver} of an environment variable that has
41231 been unset by the user on @value{GDBN} (@pxref{unset environment}).
41232
41233 The packet is composed by @var{hex-value}, an hex encoded
41234 representation of the name of the environment variable to be unset.
41235
41236 This packet is only available in extended mode (@pxref{extended
41237 mode}).
41238
41239 Reply:
41240 @table @samp
41241 @item OK
41242 The request succeeded.
41243 @end table
41244
41245 This packet is not probed by default; the remote stub must request it,
41246 by supplying an appropriate @samp{qSupported} response
41247 (@pxref{qSupported}). This should only be done on targets that
41248 actually support passing environment variables to the starting
41249 inferior.
41250
41251 This packet is related to the @code{unset environment} command;
41252 @pxref{unset environment}.
41253
41254 @item QEnvironmentReset
41255 @anchor{QEnvironmentReset}
41256 @cindex reset environment, remote request
41257 @cindex @samp{QEnvironmentReset} packet
41258 On UNIX-like targets, this packet is used to reset the state of
41259 environment variables in the remote target before starting the
41260 inferior. In this context, reset means unsetting all environment
41261 variables that were previously set by the user (i.e., were not
41262 initially present in the environment). It is sent to
41263 @command{gdbserver} before the @samp{QEnvironmentHexEncoded}
41264 (@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
41265 (@pxref{QEnvironmentUnset}) packets.
41266
41267 This packet is only available in extended mode (@pxref{extended
41268 mode}).
41269
41270 Reply:
41271 @table @samp
41272 @item OK
41273 The request succeeded.
41274 @end table
41275
41276 This packet is not probed by default; the remote stub must request it,
41277 by supplying an appropriate @samp{qSupported} response
41278 (@pxref{qSupported}). This should only be done on targets that
41279 actually support passing environment variables to the starting
41280 inferior.
41281
41282 @item QSetWorkingDir:@r{[}@var{directory}@r{]}
41283 @anchor{QSetWorkingDir packet}
41284 @cindex set working directory, remote request
41285 @cindex @samp{QSetWorkingDir} packet
41286 This packet is used to inform the remote server of the intended
41287 current working directory for programs that are going to be executed.
41288
41289 The packet is composed by @var{directory}, an hex encoded
41290 representation of the directory that the remote inferior will use as
41291 its current working directory. If @var{directory} is an empty string,
41292 the remote server should reset the inferior's current working
41293 directory to its original, empty value.
41294
41295 This packet is only available in extended mode (@pxref{extended
41296 mode}).
41297
41298 Reply:
41299 @table @samp
41300 @item OK
41301 The request succeeded.
41302 @end table
41303
41304 @item qfThreadInfo
41305 @itemx qsThreadInfo
41306 @cindex list active threads, remote request
41307 @cindex @samp{qfThreadInfo} packet
41308 @cindex @samp{qsThreadInfo} packet
41309 Obtain a list of all active thread IDs from the target (OS). Since there
41310 may be too many active threads to fit into one reply packet, this query
41311 works iteratively: it may require more than one query/reply sequence to
41312 obtain the entire list of threads. The first query of the sequence will
41313 be the @samp{qfThreadInfo} query; subsequent queries in the
41314 sequence will be the @samp{qsThreadInfo} query.
41315
41316 NOTE: This packet replaces the @samp{qL} query (see below).
41317
41318 Reply:
41319 @table @samp
41320 @item m @var{thread-id}
41321 A single thread ID
41322 @item m @var{thread-id},@var{thread-id}@dots{}
41323 a comma-separated list of thread IDs
41324 @item l
41325 (lower case letter @samp{L}) denotes end of list.
41326 @end table
41327
41328 In response to each query, the target will reply with a list of one or
41329 more thread IDs, separated by commas.
41330 @value{GDBN} will respond to each reply with a request for more thread
41331 ids (using the @samp{qs} form of the query), until the target responds
41332 with @samp{l} (lower-case ell, for @dfn{last}).
41333 Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
41334 fields.
41335
41336 @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
41337 initial connection with the remote target, and the very first thread ID
41338 mentioned in the reply will be stopped by @value{GDBN} in a subsequent
41339 message. Therefore, the stub should ensure that the first thread ID in
41340 the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
41341
41342 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
41343 @cindex get thread-local storage address, remote request
41344 @cindex @samp{qGetTLSAddr} packet
41345 Fetch the address associated with thread local storage specified
41346 by @var{thread-id}, @var{offset}, and @var{lm}.
41347
41348 @var{thread-id} is the thread ID associated with the
41349 thread for which to fetch the TLS address. @xref{thread-id syntax}.
41350
41351 @var{offset} is the (big endian, hex encoded) offset associated with the
41352 thread local variable. (This offset is obtained from the debug
41353 information associated with the variable.)
41354
41355 @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
41356 load module associated with the thread local storage. For example,
41357 a @sc{gnu}/Linux system will pass the link map address of the shared
41358 object associated with the thread local storage under consideration.
41359 Other operating environments may choose to represent the load module
41360 differently, so the precise meaning of this parameter will vary.
41361
41362 Reply:
41363 @table @samp
41364 @item @var{XX}@dots{}
41365 Hex encoded (big endian) bytes representing the address of the thread
41366 local storage requested.
41367
41368 @item E @var{nn}
41369 An error occurred. The error number @var{nn} is given as hex digits.
41370
41371 @item @w{}
41372 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
41373 @end table
41374
41375 @item qGetTIBAddr:@var{thread-id}
41376 @cindex get thread information block address
41377 @cindex @samp{qGetTIBAddr} packet
41378 Fetch address of the Windows OS specific Thread Information Block.
41379
41380 @var{thread-id} is the thread ID associated with the thread.
41381
41382 Reply:
41383 @table @samp
41384 @item @var{XX}@dots{}
41385 Hex encoded (big endian) bytes representing the linear address of the
41386 thread information block.
41387
41388 @item E @var{nn}
41389 An error occured. This means that either the thread was not found, or the
41390 address could not be retrieved.
41391
41392 @item @w{}
41393 An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
41394 @end table
41395
41396 @item qL @var{startflag} @var{threadcount} @var{nextthread}
41397 Obtain thread information from RTOS. Where: @var{startflag} (one hex
41398 digit) is one to indicate the first query and zero to indicate a
41399 subsequent query; @var{threadcount} (two hex digits) is the maximum
41400 number of threads the response packet can contain; and @var{nextthread}
41401 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
41402 returned in the response as @var{argthread}.
41403
41404 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
41405
41406 Reply:
41407 @table @samp
41408 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
41409 Where: @var{count} (two hex digits) is the number of threads being
41410 returned; @var{done} (one hex digit) is zero to indicate more threads
41411 and one indicates no further threads; @var{argthreadid} (eight hex
41412 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
41413 is a sequence of thread IDs, @var{threadid} (eight hex
41414 digits), from the target. See @code{remote.c:parse_threadlist_response()}.
41415 @end table
41416
41417 @item qMemTags:@var{start address},@var{length}:@var{type}
41418 @anchor{qMemTags}
41419 @cindex fetch memory tags
41420 @cindex @samp{qMemTags} packet
41421 Fetch memory tags of type @var{type} from the address range
41422 @w{@r{[}@var{start address}, @var{start address} + @var{length}@r{)}}. The
41423 target is responsible for calculating how many tags will be returned, as this
41424 is architecture-specific.
41425
41426 @var{start address} is the starting address of the memory range.
41427
41428 @var{length} is the length, in bytes, of the memory range.
41429
41430 @var{type} is the type of tag the request wants to fetch. The type is a signed
41431 integer.
41432
41433 Reply:
41434 @table @samp
41435 @item @var{mxx}@dots{}
41436 Hex encoded sequence of uninterpreted bytes, @var{xx}@dots{}, representing the
41437 tags found in the requested memory range.
41438
41439 @item E @var{nn}
41440 An error occured. This means that fetching of memory tags failed for some
41441 reason.
41442
41443 @item @w{}
41444 An empty reply indicates that @samp{qMemTags} is not supported by the stub,
41445 although this should not happen given @value{GDBN} will only send this packet
41446 if the stub has advertised support for memory tagging via @samp{qSupported}.
41447 @end table
41448
41449 @item QMemTags:@var{start address},@var{length}:@var{type}:@var{tag bytes}
41450 @anchor{QMemTags}
41451 @cindex store memory tags
41452 @cindex @samp{QMemTags} packet
41453 Store memory tags of type @var{type} to the address range
41454 @w{@r{[}@var{start address}, @var{start address} + @var{length}@r{)}}. The
41455 target is responsible for interpreting the type, the tag bytes and modifying
41456 the memory tag granules accordingly, given this is architecture-specific.
41457
41458 The interpretation of how many tags (@var{nt}) should be written to how many
41459 memory tag granules (@var{ng}) is also architecture-specific. The behavior is
41460 implementation-specific, but the following is suggested.
41461
41462 If the number of memory tags, @var{nt}, is greater than or equal to the
41463 number of memory tag granules, @var{ng}, only @var{ng} tags will be
41464 stored.
41465
41466 If @var{nt} is less than @var{ng}, the behavior is that of a fill operation,
41467 and the tag bytes will be used as a pattern that will get repeated until
41468 @var{ng} tags are stored.
41469
41470 @var{start address} is the starting address of the memory range. The address
41471 does not have any restriction on alignment or size.
41472
41473 @var{length} is the length, in bytes, of the memory range.
41474
41475 @var{type} is the type of tag the request wants to fetch. The type is a signed
41476 integer.
41477
41478 @var{tag bytes} is a sequence of hex encoded uninterpreted bytes which will be
41479 interpreted by the target. Each pair of hex digits is interpreted as a
41480 single byte.
41481
41482 Reply:
41483 @table @samp
41484 @item OK
41485 The request was successful and the memory tag granules were modified
41486 accordingly.
41487
41488 @item E @var{nn}
41489 An error occured. This means that modifying the memory tag granules failed
41490 for some reason.
41491
41492 @item @w{}
41493 An empty reply indicates that @samp{QMemTags} is not supported by the stub,
41494 although this should not happen given @value{GDBN} will only send this packet
41495 if the stub has advertised support for memory tagging via @samp{qSupported}.
41496 @end table
41497
41498 @item qOffsets
41499 @cindex section offsets, remote request
41500 @cindex @samp{qOffsets} packet
41501 Get section offsets that the target used when relocating the downloaded
41502 image.
41503
41504 Reply:
41505 @table @samp
41506 @item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
41507 Relocate the @code{Text} section by @var{xxx} from its original address.
41508 Relocate the @code{Data} section by @var{yyy} from its original address.
41509 If the object file format provides segment information (e.g.@: @sc{elf}
41510 @samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
41511 segments by the supplied offsets.
41512
41513 @emph{Note: while a @code{Bss} offset may be included in the response,
41514 @value{GDBN} ignores this and instead applies the @code{Data} offset
41515 to the @code{Bss} section.}
41516
41517 @item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
41518 Relocate the first segment of the object file, which conventionally
41519 contains program code, to a starting address of @var{xxx}. If
41520 @samp{DataSeg} is specified, relocate the second segment, which
41521 conventionally contains modifiable data, to a starting address of
41522 @var{yyy}. @value{GDBN} will report an error if the object file
41523 does not contain segment information, or does not contain at least
41524 as many segments as mentioned in the reply. Extra segments are
41525 kept at fixed offsets relative to the last relocated segment.
41526 @end table
41527
41528 @item qP @var{mode} @var{thread-id}
41529 @cindex thread information, remote request
41530 @cindex @samp{qP} packet
41531 Returns information on @var{thread-id}. Where: @var{mode} is a hex
41532 encoded 32 bit mode; @var{thread-id} is a thread ID
41533 (@pxref{thread-id syntax}).
41534
41535 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
41536 (see below).
41537
41538 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
41539
41540 @item QNonStop:1
41541 @itemx QNonStop:0
41542 @cindex non-stop mode, remote request
41543 @cindex @samp{QNonStop} packet
41544 @anchor{QNonStop}
41545 Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
41546 @xref{Remote Non-Stop}, for more information.
41547
41548 Reply:
41549 @table @samp
41550 @item OK
41551 The request succeeded.
41552
41553 @item E @var{nn}
41554 An error occurred. The error number @var{nn} is given as hex digits.
41555
41556 @item @w{}
41557 An empty reply indicates that @samp{QNonStop} is not supported by
41558 the stub.
41559 @end table
41560
41561 This packet is not probed by default; the remote stub must request it,
41562 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41563 Use of this packet is controlled by the @code{set non-stop} command;
41564 @pxref{Non-Stop Mode}.
41565
41566 @item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
41567 @itemx QCatchSyscalls:0
41568 @cindex catch syscalls from inferior, remote request
41569 @cindex @samp{QCatchSyscalls} packet
41570 @anchor{QCatchSyscalls}
41571 Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
41572 catching syscalls from the inferior process.
41573
41574 For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
41575 in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
41576 is listed, every system call should be reported.
41577
41578 Note that if a syscall not in the list is reported, @value{GDBN} will
41579 still filter the event according to its own list from all corresponding
41580 @code{catch syscall} commands. However, it is more efficient to only
41581 report the requested syscalls.
41582
41583 Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
41584 @samp{QCatchSyscalls:1} list is completely replaced by the new list.
41585
41586 If the inferior process execs, the state of @samp{QCatchSyscalls} is
41587 kept for the new process too. On targets where exec may affect syscall
41588 numbers, for example with exec between 32 and 64-bit processes, the
41589 client should send a new packet with the new syscall list.
41590
41591 Reply:
41592 @table @samp
41593 @item OK
41594 The request succeeded.
41595
41596 @item E @var{nn}
41597 An error occurred. @var{nn} are hex digits.
41598
41599 @item @w{}
41600 An empty reply indicates that @samp{QCatchSyscalls} is not supported by
41601 the stub.
41602 @end table
41603
41604 Use of this packet is controlled by the @code{set remote catch-syscalls}
41605 command (@pxref{Remote Configuration, set remote catch-syscalls}).
41606 This packet is not probed by default; the remote stub must request it,
41607 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41608
41609 @item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41610 @cindex pass signals to inferior, remote request
41611 @cindex @samp{QPassSignals} packet
41612 @anchor{QPassSignals}
41613 Each listed @var{signal} should be passed directly to the inferior process.
41614 Signals are numbered identically to continue packets and stop replies
41615 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41616 strictly greater than the previous item. These signals do not need to stop
41617 the inferior, or be reported to @value{GDBN}. All other signals should be
41618 reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
41619 combine; any earlier @samp{QPassSignals} list is completely replaced by the
41620 new list. This packet improves performance when using @samp{handle
41621 @var{signal} nostop noprint pass}.
41622
41623 Reply:
41624 @table @samp
41625 @item OK
41626 The request succeeded.
41627
41628 @item E @var{nn}
41629 An error occurred. The error number @var{nn} is given as hex digits.
41630
41631 @item @w{}
41632 An empty reply indicates that @samp{QPassSignals} is not supported by
41633 the stub.
41634 @end table
41635
41636 Use of this packet is controlled by the @code{set remote pass-signals}
41637 command (@pxref{Remote Configuration, set remote pass-signals}).
41638 This packet is not probed by default; the remote stub must request it,
41639 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41640
41641 @item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41642 @cindex signals the inferior may see, remote request
41643 @cindex @samp{QProgramSignals} packet
41644 @anchor{QProgramSignals}
41645 Each listed @var{signal} may be delivered to the inferior process.
41646 Others should be silently discarded.
41647
41648 In some cases, the remote stub may need to decide whether to deliver a
41649 signal to the program or not without @value{GDBN} involvement. One
41650 example of that is while detaching --- the program's threads may have
41651 stopped for signals that haven't yet had a chance of being reported to
41652 @value{GDBN}, and so the remote stub can use the signal list specified
41653 by this packet to know whether to deliver or ignore those pending
41654 signals.
41655
41656 This does not influence whether to deliver a signal as requested by a
41657 resumption packet (@pxref{vCont packet}).
41658
41659 Signals are numbered identically to continue packets and stop replies
41660 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41661 strictly greater than the previous item. Multiple
41662 @samp{QProgramSignals} packets do not combine; any earlier
41663 @samp{QProgramSignals} list is completely replaced by the new list.
41664
41665 Reply:
41666 @table @samp
41667 @item OK
41668 The request succeeded.
41669
41670 @item E @var{nn}
41671 An error occurred. The error number @var{nn} is given as hex digits.
41672
41673 @item @w{}
41674 An empty reply indicates that @samp{QProgramSignals} is not supported
41675 by the stub.
41676 @end table
41677
41678 Use of this packet is controlled by the @code{set remote program-signals}
41679 command (@pxref{Remote Configuration, set remote program-signals}).
41680 This packet is not probed by default; the remote stub must request it,
41681 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41682
41683 @anchor{QThreadEvents}
41684 @item QThreadEvents:1
41685 @itemx QThreadEvents:0
41686 @cindex thread create/exit events, remote request
41687 @cindex @samp{QThreadEvents} packet
41688
41689 Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
41690 reporting of thread create and exit events. @xref{thread create
41691 event}, for the reply specifications. For example, this is used in
41692 non-stop mode when @value{GDBN} stops a set of threads and
41693 synchronously waits for the their corresponding stop replies. Without
41694 exit events, if one of the threads exits, @value{GDBN} would hang
41695 forever not knowing that it should no longer expect a stop for that
41696 same thread. @value{GDBN} does not enable this feature unless the
41697 stub reports that it supports it by including @samp{QThreadEvents+} in
41698 its @samp{qSupported} reply.
41699
41700 Reply:
41701 @table @samp
41702 @item OK
41703 The request succeeded.
41704
41705 @item E @var{nn}
41706 An error occurred. The error number @var{nn} is given as hex digits.
41707
41708 @item @w{}
41709 An empty reply indicates that @samp{QThreadEvents} is not supported by
41710 the stub.
41711 @end table
41712
41713 Use of this packet is controlled by the @code{set remote thread-events}
41714 command (@pxref{Remote Configuration, set remote thread-events}).
41715
41716 @item qRcmd,@var{command}
41717 @cindex execute remote command, remote request
41718 @cindex @samp{qRcmd} packet
41719 @var{command} (hex encoded) is passed to the local interpreter for
41720 execution. Invalid commands should be reported using the output
41721 string. Before the final result packet, the target may also respond
41722 with a number of intermediate @samp{O@var{output}} console output
41723 packets. @emph{Implementors should note that providing access to a
41724 stubs's interpreter may have security implications}.
41725
41726 Reply:
41727 @table @samp
41728 @item OK
41729 A command response with no output.
41730 @item @var{OUTPUT}
41731 A command response with the hex encoded output string @var{OUTPUT}.
41732 @item E @var{NN}
41733 Indicate a badly formed request.
41734 @item @w{}
41735 An empty reply indicates that @samp{qRcmd} is not recognized.
41736 @end table
41737
41738 (Note that the @code{qRcmd} packet's name is separated from the
41739 command by a @samp{,}, not a @samp{:}, contrary to the naming
41740 conventions above. Please don't use this packet as a model for new
41741 packets.)
41742
41743 @item qSearch:memory:@var{address};@var{length};@var{search-pattern}
41744 @cindex searching memory, in remote debugging
41745 @ifnotinfo
41746 @cindex @samp{qSearch:memory} packet
41747 @end ifnotinfo
41748 @cindex @samp{qSearch memory} packet
41749 @anchor{qSearch memory}
41750 Search @var{length} bytes at @var{address} for @var{search-pattern}.
41751 Both @var{address} and @var{length} are encoded in hex;
41752 @var{search-pattern} is a sequence of bytes, also hex encoded.
41753
41754 Reply:
41755 @table @samp
41756 @item 0
41757 The pattern was not found.
41758 @item 1,address
41759 The pattern was found at @var{address}.
41760 @item E @var{NN}
41761 A badly formed request or an error was encountered while searching memory.
41762 @item @w{}
41763 An empty reply indicates that @samp{qSearch:memory} is not recognized.
41764 @end table
41765
41766 @item QStartNoAckMode
41767 @cindex @samp{QStartNoAckMode} packet
41768 @anchor{QStartNoAckMode}
41769 Request that the remote stub disable the normal @samp{+}/@samp{-}
41770 protocol acknowledgments (@pxref{Packet Acknowledgment}).
41771
41772 Reply:
41773 @table @samp
41774 @item OK
41775 The stub has switched to no-acknowledgment mode.
41776 @value{GDBN} acknowledges this response,
41777 but neither the stub nor @value{GDBN} shall send or expect further
41778 @samp{+}/@samp{-} acknowledgments in the current connection.
41779 @item @w{}
41780 An empty reply indicates that the stub does not support no-acknowledgment mode.
41781 @end table
41782
41783 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
41784 @cindex supported packets, remote query
41785 @cindex features of the remote protocol
41786 @cindex @samp{qSupported} packet
41787 @anchor{qSupported}
41788 Tell the remote stub about features supported by @value{GDBN}, and
41789 query the stub for features it supports. This packet allows
41790 @value{GDBN} and the remote stub to take advantage of each others'
41791 features. @samp{qSupported} also consolidates multiple feature probes
41792 at startup, to improve @value{GDBN} performance---a single larger
41793 packet performs better than multiple smaller probe packets on
41794 high-latency links. Some features may enable behavior which must not
41795 be on by default, e.g.@: because it would confuse older clients or
41796 stubs. Other features may describe packets which could be
41797 automatically probed for, but are not. These features must be
41798 reported before @value{GDBN} will use them. This ``default
41799 unsupported'' behavior is not appropriate for all packets, but it
41800 helps to keep the initial connection time under control with new
41801 versions of @value{GDBN} which support increasing numbers of packets.
41802
41803 Reply:
41804 @table @samp
41805 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
41806 The stub supports or does not support each returned @var{stubfeature},
41807 depending on the form of each @var{stubfeature} (see below for the
41808 possible forms).
41809 @item @w{}
41810 An empty reply indicates that @samp{qSupported} is not recognized,
41811 or that no features needed to be reported to @value{GDBN}.
41812 @end table
41813
41814 The allowed forms for each feature (either a @var{gdbfeature} in the
41815 @samp{qSupported} packet, or a @var{stubfeature} in the response)
41816 are:
41817
41818 @table @samp
41819 @item @var{name}=@var{value}
41820 The remote protocol feature @var{name} is supported, and associated
41821 with the specified @var{value}. The format of @var{value} depends
41822 on the feature, but it must not include a semicolon.
41823 @item @var{name}+
41824 The remote protocol feature @var{name} is supported, and does not
41825 need an associated value.
41826 @item @var{name}-
41827 The remote protocol feature @var{name} is not supported.
41828 @item @var{name}?
41829 The remote protocol feature @var{name} may be supported, and
41830 @value{GDBN} should auto-detect support in some other way when it is
41831 needed. This form will not be used for @var{gdbfeature} notifications,
41832 but may be used for @var{stubfeature} responses.
41833 @end table
41834
41835 Whenever the stub receives a @samp{qSupported} request, the
41836 supplied set of @value{GDBN} features should override any previous
41837 request. This allows @value{GDBN} to put the stub in a known
41838 state, even if the stub had previously been communicating with
41839 a different version of @value{GDBN}.
41840
41841 The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
41842 are defined:
41843
41844 @table @samp
41845 @item multiprocess
41846 This feature indicates whether @value{GDBN} supports multiprocess
41847 extensions to the remote protocol. @value{GDBN} does not use such
41848 extensions unless the stub also reports that it supports them by
41849 including @samp{multiprocess+} in its @samp{qSupported} reply.
41850 @xref{multiprocess extensions}, for details.
41851
41852 @item xmlRegisters
41853 This feature indicates that @value{GDBN} supports the XML target
41854 description. If the stub sees @samp{xmlRegisters=} with target
41855 specific strings separated by a comma, it will report register
41856 description.
41857
41858 @item qRelocInsn
41859 This feature indicates whether @value{GDBN} supports the
41860 @samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
41861 instruction reply packet}).
41862
41863 @item swbreak
41864 This feature indicates whether @value{GDBN} supports the swbreak stop
41865 reason in stop replies. @xref{swbreak stop reason}, for details.
41866
41867 @item hwbreak
41868 This feature indicates whether @value{GDBN} supports the hwbreak stop
41869 reason in stop replies. @xref{swbreak stop reason}, for details.
41870
41871 @item fork-events
41872 This feature indicates whether @value{GDBN} supports fork event
41873 extensions to the remote protocol. @value{GDBN} does not use such
41874 extensions unless the stub also reports that it supports them by
41875 including @samp{fork-events+} in its @samp{qSupported} reply.
41876
41877 @item vfork-events
41878 This feature indicates whether @value{GDBN} supports vfork event
41879 extensions to the remote protocol. @value{GDBN} does not use such
41880 extensions unless the stub also reports that it supports them by
41881 including @samp{vfork-events+} in its @samp{qSupported} reply.
41882
41883 @item exec-events
41884 This feature indicates whether @value{GDBN} supports exec event
41885 extensions to the remote protocol. @value{GDBN} does not use such
41886 extensions unless the stub also reports that it supports them by
41887 including @samp{exec-events+} in its @samp{qSupported} reply.
41888
41889 @item vContSupported
41890 This feature indicates whether @value{GDBN} wants to know the
41891 supported actions in the reply to @samp{vCont?} packet.
41892 @end table
41893
41894 Stubs should ignore any unknown values for
41895 @var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
41896 packet supports receiving packets of unlimited length (earlier
41897 versions of @value{GDBN} may reject overly long responses). Additional values
41898 for @var{gdbfeature} may be defined in the future to let the stub take
41899 advantage of new features in @value{GDBN}, e.g.@: incompatible
41900 improvements in the remote protocol---the @samp{multiprocess} feature is
41901 an example of such a feature. The stub's reply should be independent
41902 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
41903 describes all the features it supports, and then the stub replies with
41904 all the features it supports.
41905
41906 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
41907 responses, as long as each response uses one of the standard forms.
41908
41909 Some features are flags. A stub which supports a flag feature
41910 should respond with a @samp{+} form response. Other features
41911 require values, and the stub should respond with an @samp{=}
41912 form response.
41913
41914 Each feature has a default value, which @value{GDBN} will use if
41915 @samp{qSupported} is not available or if the feature is not mentioned
41916 in the @samp{qSupported} response. The default values are fixed; a
41917 stub is free to omit any feature responses that match the defaults.
41918
41919 Not all features can be probed, but for those which can, the probing
41920 mechanism is useful: in some cases, a stub's internal
41921 architecture may not allow the protocol layer to know some information
41922 about the underlying target in advance. This is especially common in
41923 stubs which may be configured for multiple targets.
41924
41925 These are the currently defined stub features and their properties:
41926
41927 @multitable @columnfractions 0.35 0.2 0.12 0.2
41928 @c NOTE: The first row should be @headitem, but we do not yet require
41929 @c a new enough version of Texinfo (4.7) to use @headitem.
41930 @item Feature Name
41931 @tab Value Required
41932 @tab Default
41933 @tab Probe Allowed
41934
41935 @item @samp{PacketSize}
41936 @tab Yes
41937 @tab @samp{-}
41938 @tab No
41939
41940 @item @samp{qXfer:auxv:read}
41941 @tab No
41942 @tab @samp{-}
41943 @tab Yes
41944
41945 @item @samp{qXfer:btrace:read}
41946 @tab No
41947 @tab @samp{-}
41948 @tab Yes
41949
41950 @item @samp{qXfer:btrace-conf:read}
41951 @tab No
41952 @tab @samp{-}
41953 @tab Yes
41954
41955 @item @samp{qXfer:exec-file:read}
41956 @tab No
41957 @tab @samp{-}
41958 @tab Yes
41959
41960 @item @samp{qXfer:features:read}
41961 @tab No
41962 @tab @samp{-}
41963 @tab Yes
41964
41965 @item @samp{qXfer:libraries:read}
41966 @tab No
41967 @tab @samp{-}
41968 @tab Yes
41969
41970 @item @samp{qXfer:libraries-svr4:read}
41971 @tab No
41972 @tab @samp{-}
41973 @tab Yes
41974
41975 @item @samp{augmented-libraries-svr4-read}
41976 @tab No
41977 @tab @samp{-}
41978 @tab No
41979
41980 @item @samp{qXfer:memory-map:read}
41981 @tab No
41982 @tab @samp{-}
41983 @tab Yes
41984
41985 @item @samp{qXfer:sdata:read}
41986 @tab No
41987 @tab @samp{-}
41988 @tab Yes
41989
41990 @item @samp{qXfer:siginfo:read}
41991 @tab No
41992 @tab @samp{-}
41993 @tab Yes
41994
41995 @item @samp{qXfer:siginfo:write}
41996 @tab No
41997 @tab @samp{-}
41998 @tab Yes
41999
42000 @item @samp{qXfer:threads:read}
42001 @tab No
42002 @tab @samp{-}
42003 @tab Yes
42004
42005 @item @samp{qXfer:traceframe-info:read}
42006 @tab No
42007 @tab @samp{-}
42008 @tab Yes
42009
42010 @item @samp{qXfer:uib:read}
42011 @tab No
42012 @tab @samp{-}
42013 @tab Yes
42014
42015 @item @samp{qXfer:fdpic:read}
42016 @tab No
42017 @tab @samp{-}
42018 @tab Yes
42019
42020 @item @samp{Qbtrace:off}
42021 @tab Yes
42022 @tab @samp{-}
42023 @tab Yes
42024
42025 @item @samp{Qbtrace:bts}
42026 @tab Yes
42027 @tab @samp{-}
42028 @tab Yes
42029
42030 @item @samp{Qbtrace:pt}
42031 @tab Yes
42032 @tab @samp{-}
42033 @tab Yes
42034
42035 @item @samp{Qbtrace-conf:bts:size}
42036 @tab Yes
42037 @tab @samp{-}
42038 @tab Yes
42039
42040 @item @samp{Qbtrace-conf:pt:size}
42041 @tab Yes
42042 @tab @samp{-}
42043 @tab Yes
42044
42045 @item @samp{QNonStop}
42046 @tab No
42047 @tab @samp{-}
42048 @tab Yes
42049
42050 @item @samp{QCatchSyscalls}
42051 @tab No
42052 @tab @samp{-}
42053 @tab Yes
42054
42055 @item @samp{QPassSignals}
42056 @tab No
42057 @tab @samp{-}
42058 @tab Yes
42059
42060 @item @samp{QStartNoAckMode}
42061 @tab No
42062 @tab @samp{-}
42063 @tab Yes
42064
42065 @item @samp{multiprocess}
42066 @tab No
42067 @tab @samp{-}
42068 @tab No
42069
42070 @item @samp{ConditionalBreakpoints}
42071 @tab No
42072 @tab @samp{-}
42073 @tab No
42074
42075 @item @samp{ConditionalTracepoints}
42076 @tab No
42077 @tab @samp{-}
42078 @tab No
42079
42080 @item @samp{ReverseContinue}
42081 @tab No
42082 @tab @samp{-}
42083 @tab No
42084
42085 @item @samp{ReverseStep}
42086 @tab No
42087 @tab @samp{-}
42088 @tab No
42089
42090 @item @samp{TracepointSource}
42091 @tab No
42092 @tab @samp{-}
42093 @tab No
42094
42095 @item @samp{QAgent}
42096 @tab No
42097 @tab @samp{-}
42098 @tab No
42099
42100 @item @samp{QAllow}
42101 @tab No
42102 @tab @samp{-}
42103 @tab No
42104
42105 @item @samp{QDisableRandomization}
42106 @tab No
42107 @tab @samp{-}
42108 @tab No
42109
42110 @item @samp{EnableDisableTracepoints}
42111 @tab No
42112 @tab @samp{-}
42113 @tab No
42114
42115 @item @samp{QTBuffer:size}
42116 @tab No
42117 @tab @samp{-}
42118 @tab No
42119
42120 @item @samp{tracenz}
42121 @tab No
42122 @tab @samp{-}
42123 @tab No
42124
42125 @item @samp{BreakpointCommands}
42126 @tab No
42127 @tab @samp{-}
42128 @tab No
42129
42130 @item @samp{swbreak}
42131 @tab No
42132 @tab @samp{-}
42133 @tab No
42134
42135 @item @samp{hwbreak}
42136 @tab No
42137 @tab @samp{-}
42138 @tab No
42139
42140 @item @samp{fork-events}
42141 @tab No
42142 @tab @samp{-}
42143 @tab No
42144
42145 @item @samp{vfork-events}
42146 @tab No
42147 @tab @samp{-}
42148 @tab No
42149
42150 @item @samp{exec-events}
42151 @tab No
42152 @tab @samp{-}
42153 @tab No
42154
42155 @item @samp{QThreadEvents}
42156 @tab No
42157 @tab @samp{-}
42158 @tab No
42159
42160 @item @samp{no-resumed}
42161 @tab No
42162 @tab @samp{-}
42163 @tab No
42164
42165 @item @samp{memory-tagging}
42166 @tab No
42167 @tab @samp{-}
42168 @tab No
42169
42170 @end multitable
42171
42172 These are the currently defined stub features, in more detail:
42173
42174 @table @samp
42175 @cindex packet size, remote protocol
42176 @item PacketSize=@var{bytes}
42177 The remote stub can accept packets up to at least @var{bytes} in
42178 length. @value{GDBN} will send packets up to this size for bulk
42179 transfers, and will never send larger packets. This is a limit on the
42180 data characters in the packet, including the frame and checksum.
42181 There is no trailing NUL byte in a remote protocol packet; if the stub
42182 stores packets in a NUL-terminated format, it should allow an extra
42183 byte in its buffer for the NUL. If this stub feature is not supported,
42184 @value{GDBN} guesses based on the size of the @samp{g} packet response.
42185
42186 @item qXfer:auxv:read
42187 The remote stub understands the @samp{qXfer:auxv:read} packet
42188 (@pxref{qXfer auxiliary vector read}).
42189
42190 @item qXfer:btrace:read
42191 The remote stub understands the @samp{qXfer:btrace:read}
42192 packet (@pxref{qXfer btrace read}).
42193
42194 @item qXfer:btrace-conf:read
42195 The remote stub understands the @samp{qXfer:btrace-conf:read}
42196 packet (@pxref{qXfer btrace-conf read}).
42197
42198 @item qXfer:exec-file:read
42199 The remote stub understands the @samp{qXfer:exec-file:read} packet
42200 (@pxref{qXfer executable filename read}).
42201
42202 @item qXfer:features:read
42203 The remote stub understands the @samp{qXfer:features:read} packet
42204 (@pxref{qXfer target description read}).
42205
42206 @item qXfer:libraries:read
42207 The remote stub understands the @samp{qXfer:libraries:read} packet
42208 (@pxref{qXfer library list read}).
42209
42210 @item qXfer:libraries-svr4:read
42211 The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
42212 (@pxref{qXfer svr4 library list read}).
42213
42214 @item augmented-libraries-svr4-read
42215 The remote stub understands the augmented form of the
42216 @samp{qXfer:libraries-svr4:read} packet
42217 (@pxref{qXfer svr4 library list read}).
42218
42219 @item qXfer:memory-map:read
42220 The remote stub understands the @samp{qXfer:memory-map:read} packet
42221 (@pxref{qXfer memory map read}).
42222
42223 @item qXfer:sdata:read
42224 The remote stub understands the @samp{qXfer:sdata:read} packet
42225 (@pxref{qXfer sdata read}).
42226
42227 @item qXfer:siginfo:read
42228 The remote stub understands the @samp{qXfer:siginfo:read} packet
42229 (@pxref{qXfer siginfo read}).
42230
42231 @item qXfer:siginfo:write
42232 The remote stub understands the @samp{qXfer:siginfo:write} packet
42233 (@pxref{qXfer siginfo write}).
42234
42235 @item qXfer:threads:read
42236 The remote stub understands the @samp{qXfer:threads:read} packet
42237 (@pxref{qXfer threads read}).
42238
42239 @item qXfer:traceframe-info:read
42240 The remote stub understands the @samp{qXfer:traceframe-info:read}
42241 packet (@pxref{qXfer traceframe info read}).
42242
42243 @item qXfer:uib:read
42244 The remote stub understands the @samp{qXfer:uib:read}
42245 packet (@pxref{qXfer unwind info block}).
42246
42247 @item qXfer:fdpic:read
42248 The remote stub understands the @samp{qXfer:fdpic:read}
42249 packet (@pxref{qXfer fdpic loadmap read}).
42250
42251 @item QNonStop
42252 The remote stub understands the @samp{QNonStop} packet
42253 (@pxref{QNonStop}).
42254
42255 @item QCatchSyscalls
42256 The remote stub understands the @samp{QCatchSyscalls} packet
42257 (@pxref{QCatchSyscalls}).
42258
42259 @item QPassSignals
42260 The remote stub understands the @samp{QPassSignals} packet
42261 (@pxref{QPassSignals}).
42262
42263 @item QStartNoAckMode
42264 The remote stub understands the @samp{QStartNoAckMode} packet and
42265 prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
42266
42267 @item multiprocess
42268 @anchor{multiprocess extensions}
42269 @cindex multiprocess extensions, in remote protocol
42270 The remote stub understands the multiprocess extensions to the remote
42271 protocol syntax. The multiprocess extensions affect the syntax of
42272 thread IDs in both packets and replies (@pxref{thread-id syntax}), and
42273 add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
42274 replies. Note that reporting this feature indicates support for the
42275 syntactic extensions only, not that the stub necessarily supports
42276 debugging of more than one process at a time. The stub must not use
42277 multiprocess extensions in packet replies unless @value{GDBN} has also
42278 indicated it supports them in its @samp{qSupported} request.
42279
42280 @item qXfer:osdata:read
42281 The remote stub understands the @samp{qXfer:osdata:read} packet
42282 ((@pxref{qXfer osdata read}).
42283
42284 @item ConditionalBreakpoints
42285 The target accepts and implements evaluation of conditional expressions
42286 defined for breakpoints. The target will only report breakpoint triggers
42287 when such conditions are true (@pxref{Conditions, ,Break Conditions}).
42288
42289 @item ConditionalTracepoints
42290 The remote stub accepts and implements conditional expressions defined
42291 for tracepoints (@pxref{Tracepoint Conditions}).
42292
42293 @item ReverseContinue
42294 The remote stub accepts and implements the reverse continue packet
42295 (@pxref{bc}).
42296
42297 @item ReverseStep
42298 The remote stub accepts and implements the reverse step packet
42299 (@pxref{bs}).
42300
42301 @item TracepointSource
42302 The remote stub understands the @samp{QTDPsrc} packet that supplies
42303 the source form of tracepoint definitions.
42304
42305 @item QAgent
42306 The remote stub understands the @samp{QAgent} packet.
42307
42308 @item QAllow
42309 The remote stub understands the @samp{QAllow} packet.
42310
42311 @item QDisableRandomization
42312 The remote stub understands the @samp{QDisableRandomization} packet.
42313
42314 @item StaticTracepoint
42315 @cindex static tracepoints, in remote protocol
42316 The remote stub supports static tracepoints.
42317
42318 @item InstallInTrace
42319 @anchor{install tracepoint in tracing}
42320 The remote stub supports installing tracepoint in tracing.
42321
42322 @item EnableDisableTracepoints
42323 The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
42324 @samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
42325 to be enabled and disabled while a trace experiment is running.
42326
42327 @item QTBuffer:size
42328 The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
42329 packet that allows to change the size of the trace buffer.
42330
42331 @item tracenz
42332 @cindex string tracing, in remote protocol
42333 The remote stub supports the @samp{tracenz} bytecode for collecting strings.
42334 See @ref{Bytecode Descriptions} for details about the bytecode.
42335
42336 @item BreakpointCommands
42337 @cindex breakpoint commands, in remote protocol
42338 The remote stub supports running a breakpoint's command list itself,
42339 rather than reporting the hit to @value{GDBN}.
42340
42341 @item Qbtrace:off
42342 The remote stub understands the @samp{Qbtrace:off} packet.
42343
42344 @item Qbtrace:bts
42345 The remote stub understands the @samp{Qbtrace:bts} packet.
42346
42347 @item Qbtrace:pt
42348 The remote stub understands the @samp{Qbtrace:pt} packet.
42349
42350 @item Qbtrace-conf:bts:size
42351 The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
42352
42353 @item Qbtrace-conf:pt:size
42354 The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
42355
42356 @item swbreak
42357 The remote stub reports the @samp{swbreak} stop reason for memory
42358 breakpoints.
42359
42360 @item hwbreak
42361 The remote stub reports the @samp{hwbreak} stop reason for hardware
42362 breakpoints.
42363
42364 @item fork-events
42365 The remote stub reports the @samp{fork} stop reason for fork events.
42366
42367 @item vfork-events
42368 The remote stub reports the @samp{vfork} stop reason for vfork events
42369 and vforkdone events.
42370
42371 @item exec-events
42372 The remote stub reports the @samp{exec} stop reason for exec events.
42373
42374 @item vContSupported
42375 The remote stub reports the supported actions in the reply to
42376 @samp{vCont?} packet.
42377
42378 @item QThreadEvents
42379 The remote stub understands the @samp{QThreadEvents} packet.
42380
42381 @item no-resumed
42382 The remote stub reports the @samp{N} stop reply.
42383
42384
42385 @item memory-tagging
42386 The remote stub supports and implements the required memory tagging
42387 functionality and understands the @samp{qMemTags} (@pxref{qMemTags}) and
42388 @samp{QMemTags} (@pxref{QMemTags}) packets.
42389
42390 For AArch64 GNU/Linux systems, this feature also requires access to the
42391 @file{/proc/@var{pid}/smaps} file so memory mapping page flags can be inspected.
42392 This is done via the @samp{vFile} requests.
42393
42394 @end table
42395
42396 @item qSymbol::
42397 @cindex symbol lookup, remote request
42398 @cindex @samp{qSymbol} packet
42399 Notify the target that @value{GDBN} is prepared to serve symbol lookup
42400 requests. Accept requests from the target for the values of symbols.
42401
42402 Reply:
42403 @table @samp
42404 @item OK
42405 The target does not need to look up any (more) symbols.
42406 @item qSymbol:@var{sym_name}
42407 The target requests the value of symbol @var{sym_name} (hex encoded).
42408 @value{GDBN} may provide the value by using the
42409 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
42410 below.
42411 @end table
42412
42413 @item qSymbol:@var{sym_value}:@var{sym_name}
42414 Set the value of @var{sym_name} to @var{sym_value}.
42415
42416 @var{sym_name} (hex encoded) is the name of a symbol whose value the
42417 target has previously requested.
42418
42419 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
42420 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
42421 will be empty.
42422
42423 Reply:
42424 @table @samp
42425 @item OK
42426 The target does not need to look up any (more) symbols.
42427 @item qSymbol:@var{sym_name}
42428 The target requests the value of a new symbol @var{sym_name} (hex
42429 encoded). @value{GDBN} will continue to supply the values of symbols
42430 (if available), until the target ceases to request them.
42431 @end table
42432
42433 @item qTBuffer
42434 @itemx QTBuffer
42435 @itemx QTDisconnected
42436 @itemx QTDP
42437 @itemx QTDPsrc
42438 @itemx QTDV
42439 @itemx qTfP
42440 @itemx qTfV
42441 @itemx QTFrame
42442 @itemx qTMinFTPILen
42443
42444 @xref{Tracepoint Packets}.
42445
42446 @item qThreadExtraInfo,@var{thread-id}
42447 @cindex thread attributes info, remote request
42448 @cindex @samp{qThreadExtraInfo} packet
42449 Obtain from the target OS a printable string description of thread
42450 attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
42451 for the forms of @var{thread-id}. This
42452 string may contain anything that the target OS thinks is interesting
42453 for @value{GDBN} to tell the user about the thread. The string is
42454 displayed in @value{GDBN}'s @code{info threads} display. Some
42455 examples of possible thread extra info strings are @samp{Runnable}, or
42456 @samp{Blocked on Mutex}.
42457
42458 Reply:
42459 @table @samp
42460 @item @var{XX}@dots{}
42461 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
42462 comprising the printable string containing the extra information about
42463 the thread's attributes.
42464 @end table
42465
42466 (Note that the @code{qThreadExtraInfo} packet's name is separated from
42467 the command by a @samp{,}, not a @samp{:}, contrary to the naming
42468 conventions above. Please don't use this packet as a model for new
42469 packets.)
42470
42471 @item QTNotes
42472 @itemx qTP
42473 @itemx QTSave
42474 @itemx qTsP
42475 @itemx qTsV
42476 @itemx QTStart
42477 @itemx QTStop
42478 @itemx QTEnable
42479 @itemx QTDisable
42480 @itemx QTinit
42481 @itemx QTro
42482 @itemx qTStatus
42483 @itemx qTV
42484 @itemx qTfSTM
42485 @itemx qTsSTM
42486 @itemx qTSTMat
42487 @xref{Tracepoint Packets}.
42488
42489 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
42490 @cindex read special object, remote request
42491 @cindex @samp{qXfer} packet
42492 @anchor{qXfer read}
42493 Read uninterpreted bytes from the target's special data area
42494 identified by the keyword @var{object}. Request @var{length} bytes
42495 starting at @var{offset} bytes into the data. The content and
42496 encoding of @var{annex} is specific to @var{object}; it can supply
42497 additional details about what data to access.
42498
42499 Reply:
42500 @table @samp
42501 @item m @var{data}
42502 Data @var{data} (@pxref{Binary Data}) has been read from the
42503 target. There may be more data at a higher address (although
42504 it is permitted to return @samp{m} even for the last valid
42505 block of data, as long as at least one byte of data was read).
42506 It is possible for @var{data} to have fewer bytes than the @var{length} in the
42507 request.
42508
42509 @item l @var{data}
42510 Data @var{data} (@pxref{Binary Data}) has been read from the target.
42511 There is no more data to be read. It is possible for @var{data} to
42512 have fewer bytes than the @var{length} in the request.
42513
42514 @item l
42515 The @var{offset} in the request is at the end of the data.
42516 There is no more data to be read.
42517
42518 @item E00
42519 The request was malformed, or @var{annex} was invalid.
42520
42521 @item E @var{nn}
42522 The offset was invalid, or there was an error encountered reading the data.
42523 The @var{nn} part is a hex-encoded @code{errno} value.
42524
42525 @item @w{}
42526 An empty reply indicates the @var{object} string was not recognized by
42527 the stub, or that the object does not support reading.
42528 @end table
42529
42530 Here are the specific requests of this form defined so far. All the
42531 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
42532 formats, listed above.
42533
42534 @table @samp
42535 @item qXfer:auxv:read::@var{offset},@var{length}
42536 @anchor{qXfer auxiliary vector read}
42537 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
42538 auxiliary vector}. Note @var{annex} must be empty.
42539
42540 This packet is not probed by default; the remote stub must request it,
42541 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42542
42543 @item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
42544 @anchor{qXfer btrace read}
42545
42546 Return a description of the current branch trace.
42547 @xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
42548 packet may have one of the following values:
42549
42550 @table @code
42551 @item all
42552 Returns all available branch trace.
42553
42554 @item new
42555 Returns all available branch trace if the branch trace changed since
42556 the last read request.
42557
42558 @item delta
42559 Returns the new branch trace since the last read request. Adds a new
42560 block to the end of the trace that begins at zero and ends at the source
42561 location of the first branch in the trace buffer. This extra block is
42562 used to stitch traces together.
42563
42564 If the trace buffer overflowed, returns an error indicating the overflow.
42565 @end table
42566
42567 This packet is not probed by default; the remote stub must request it
42568 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42569
42570 @item qXfer:btrace-conf:read::@var{offset},@var{length}
42571 @anchor{qXfer btrace-conf read}
42572
42573 Return a description of the current branch trace configuration.
42574 @xref{Branch Trace Configuration Format}.
42575
42576 This packet is not probed by default; the remote stub must request it
42577 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42578
42579 @item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
42580 @anchor{qXfer executable filename read}
42581 Return the full absolute name of the file that was executed to create
42582 a process running on the remote system. The annex specifies the
42583 numeric process ID of the process to query, encoded as a hexadecimal
42584 number. If the annex part is empty the remote stub should return the
42585 filename corresponding to the currently executing process.
42586
42587 This packet is not probed by default; the remote stub must request it,
42588 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42589
42590 @item qXfer:features:read:@var{annex}:@var{offset},@var{length}
42591 @anchor{qXfer target description read}
42592 Access the @dfn{target description}. @xref{Target Descriptions}. The
42593 annex specifies which XML document to access. The main description is
42594 always loaded from the @samp{target.xml} annex.
42595
42596 This packet is not probed by default; the remote stub must request it,
42597 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42598
42599 @item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
42600 @anchor{qXfer library list read}
42601 Access the target's list of loaded libraries. @xref{Library List Format}.
42602 The annex part of the generic @samp{qXfer} packet must be empty
42603 (@pxref{qXfer read}).
42604
42605 Targets which maintain a list of libraries in the program's memory do
42606 not need to implement this packet; it is designed for platforms where
42607 the operating system manages the list of loaded libraries.
42608
42609 This packet is not probed by default; the remote stub must request it,
42610 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42611
42612 @item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
42613 @anchor{qXfer svr4 library list read}
42614 Access the target's list of loaded libraries when the target is an SVR4
42615 platform. @xref{Library List Format for SVR4 Targets}. The annex part
42616 of the generic @samp{qXfer} packet must be empty unless the remote
42617 stub indicated it supports the augmented form of this packet
42618 by supplying an appropriate @samp{qSupported} response
42619 (@pxref{qXfer read}, @ref{qSupported}).
42620
42621 This packet is optional for better performance on SVR4 targets.
42622 @value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
42623
42624 This packet is not probed by default; the remote stub must request it,
42625 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42626
42627 If the remote stub indicates it supports the augmented form of this
42628 packet then the annex part of the generic @samp{qXfer} packet may
42629 contain a semicolon-separated list of @samp{@var{name}=@var{value}}
42630 arguments. The currently supported arguments are:
42631
42632 @table @code
42633 @item start=@var{address}
42634 A hexadecimal number specifying the address of the @samp{struct
42635 link_map} to start reading the library list from. If unset or zero
42636 then the first @samp{struct link_map} in the library list will be
42637 chosen as the starting point.
42638
42639 @item prev=@var{address}
42640 A hexadecimal number specifying the address of the @samp{struct
42641 link_map} immediately preceding the @samp{struct link_map}
42642 specified by the @samp{start} argument. If unset or zero then
42643 the remote stub will expect that no @samp{struct link_map}
42644 exists prior to the starting point.
42645
42646 @end table
42647
42648 Arguments that are not understood by the remote stub will be silently
42649 ignored.
42650
42651 @item qXfer:memory-map:read::@var{offset},@var{length}
42652 @anchor{qXfer memory map read}
42653 Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
42654 annex part of the generic @samp{qXfer} packet must be empty
42655 (@pxref{qXfer read}).
42656
42657 This packet is not probed by default; the remote stub must request it,
42658 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42659
42660 @item qXfer:sdata:read::@var{offset},@var{length}
42661 @anchor{qXfer sdata read}
42662
42663 Read contents of the extra collected static tracepoint marker
42664 information. The annex part of the generic @samp{qXfer} packet must
42665 be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
42666 Action Lists}.
42667
42668 This packet is not probed by default; the remote stub must request it,
42669 by supplying an appropriate @samp{qSupported} response
42670 (@pxref{qSupported}).
42671
42672 @item qXfer:siginfo:read::@var{offset},@var{length}
42673 @anchor{qXfer siginfo read}
42674 Read contents of the extra signal information on the target
42675 system. The annex part of the generic @samp{qXfer} packet must be
42676 empty (@pxref{qXfer read}).
42677
42678 This packet is not probed by default; the remote stub must request it,
42679 by supplying an appropriate @samp{qSupported} response
42680 (@pxref{qSupported}).
42681
42682 @item qXfer:threads:read::@var{offset},@var{length}
42683 @anchor{qXfer threads read}
42684 Access the list of threads on target. @xref{Thread List Format}. The
42685 annex part of the generic @samp{qXfer} packet must be empty
42686 (@pxref{qXfer read}).
42687
42688 This packet is not probed by default; the remote stub must request it,
42689 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42690
42691 @item qXfer:traceframe-info:read::@var{offset},@var{length}
42692 @anchor{qXfer traceframe info read}
42693
42694 Return a description of the current traceframe's contents.
42695 @xref{Traceframe Info Format}. The annex part of the generic
42696 @samp{qXfer} packet must be empty (@pxref{qXfer read}).
42697
42698 This packet is not probed by default; the remote stub must request it,
42699 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42700
42701 @item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
42702 @anchor{qXfer unwind info block}
42703
42704 Return the unwind information block for @var{pc}. This packet is used
42705 on OpenVMS/ia64 to ask the kernel unwind information.
42706
42707 This packet is not probed by default.
42708
42709 @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
42710 @anchor{qXfer fdpic loadmap read}
42711 Read contents of @code{loadmap}s on the target system. The
42712 annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
42713 executable @code{loadmap} or interpreter @code{loadmap} to read.
42714
42715 This packet is not probed by default; the remote stub must request it,
42716 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42717
42718 @item qXfer:osdata:read::@var{offset},@var{length}
42719 @anchor{qXfer osdata read}
42720 Access the target's @dfn{operating system information}.
42721 @xref{Operating System Information}.
42722
42723 @end table
42724
42725 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
42726 @cindex write data into object, remote request
42727 @anchor{qXfer write}
42728 Write uninterpreted bytes into the target's special data area
42729 identified by the keyword @var{object}, starting at @var{offset} bytes
42730 into the data. The binary-encoded data (@pxref{Binary Data}) to be
42731 written is given by @var{data}@dots{}. The content and encoding of @var{annex}
42732 is specific to @var{object}; it can supply additional details about what data
42733 to access.
42734
42735 Reply:
42736 @table @samp
42737 @item @var{nn}
42738 @var{nn} (hex encoded) is the number of bytes written.
42739 This may be fewer bytes than supplied in the request.
42740
42741 @item E00
42742 The request was malformed, or @var{annex} was invalid.
42743
42744 @item E @var{nn}
42745 The offset was invalid, or there was an error encountered writing the data.
42746 The @var{nn} part is a hex-encoded @code{errno} value.
42747
42748 @item @w{}
42749 An empty reply indicates the @var{object} string was not
42750 recognized by the stub, or that the object does not support writing.
42751 @end table
42752
42753 Here are the specific requests of this form defined so far. All the
42754 @samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
42755 formats, listed above.
42756
42757 @table @samp
42758 @item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
42759 @anchor{qXfer siginfo write}
42760 Write @var{data} to the extra signal information on the target system.
42761 The annex part of the generic @samp{qXfer} packet must be
42762 empty (@pxref{qXfer write}).
42763
42764 This packet is not probed by default; the remote stub must request it,
42765 by supplying an appropriate @samp{qSupported} response
42766 (@pxref{qSupported}).
42767 @end table
42768
42769 @item qXfer:@var{object}:@var{operation}:@dots{}
42770 Requests of this form may be added in the future. When a stub does
42771 not recognize the @var{object} keyword, or its support for
42772 @var{object} does not recognize the @var{operation} keyword, the stub
42773 must respond with an empty packet.
42774
42775 @item qAttached:@var{pid}
42776 @cindex query attached, remote request
42777 @cindex @samp{qAttached} packet
42778 Return an indication of whether the remote server attached to an
42779 existing process or created a new process. When the multiprocess
42780 protocol extensions are supported (@pxref{multiprocess extensions}),
42781 @var{pid} is an integer in hexadecimal format identifying the target
42782 process. Otherwise, @value{GDBN} will omit the @var{pid} field and
42783 the query packet will be simplified as @samp{qAttached}.
42784
42785 This query is used, for example, to know whether the remote process
42786 should be detached or killed when a @value{GDBN} session is ended with
42787 the @code{quit} command.
42788
42789 Reply:
42790 @table @samp
42791 @item 1
42792 The remote server attached to an existing process.
42793 @item 0
42794 The remote server created a new process.
42795 @item E @var{NN}
42796 A badly formed request or an error was encountered.
42797 @end table
42798
42799 @item Qbtrace:bts
42800 Enable branch tracing for the current thread using Branch Trace Store.
42801
42802 Reply:
42803 @table @samp
42804 @item OK
42805 Branch tracing has been enabled.
42806 @item E.errtext
42807 A badly formed request or an error was encountered.
42808 @end table
42809
42810 @item Qbtrace:pt
42811 Enable branch tracing for the current thread using Intel Processor Trace.
42812
42813 Reply:
42814 @table @samp
42815 @item OK
42816 Branch tracing has been enabled.
42817 @item E.errtext
42818 A badly formed request or an error was encountered.
42819 @end table
42820
42821 @item Qbtrace:off
42822 Disable branch tracing for the current thread.
42823
42824 Reply:
42825 @table @samp
42826 @item OK
42827 Branch tracing has been disabled.
42828 @item E.errtext
42829 A badly formed request or an error was encountered.
42830 @end table
42831
42832 @item Qbtrace-conf:bts:size=@var{value}
42833 Set the requested ring buffer size for new threads that use the
42834 btrace recording method in bts format.
42835
42836 Reply:
42837 @table @samp
42838 @item OK
42839 The ring buffer size has been set.
42840 @item E.errtext
42841 A badly formed request or an error was encountered.
42842 @end table
42843
42844 @item Qbtrace-conf:pt:size=@var{value}
42845 Set the requested ring buffer size for new threads that use the
42846 btrace recording method in pt format.
42847
42848 Reply:
42849 @table @samp
42850 @item OK
42851 The ring buffer size has been set.
42852 @item E.errtext
42853 A badly formed request or an error was encountered.
42854 @end table
42855
42856 @end table
42857
42858 @node Architecture-Specific Protocol Details
42859 @section Architecture-Specific Protocol Details
42860
42861 This section describes how the remote protocol is applied to specific
42862 target architectures. Also see @ref{Standard Target Features}, for
42863 details of XML target descriptions for each architecture.
42864
42865 @menu
42866 * ARM-Specific Protocol Details::
42867 * MIPS-Specific Protocol Details::
42868 @end menu
42869
42870 @node ARM-Specific Protocol Details
42871 @subsection @acronym{ARM}-specific Protocol Details
42872
42873 @menu
42874 * ARM Breakpoint Kinds::
42875 * ARM Memory Tag Types::
42876 @end menu
42877
42878 @node ARM Breakpoint Kinds
42879 @subsubsection @acronym{ARM} Breakpoint Kinds
42880 @cindex breakpoint kinds, @acronym{ARM}
42881
42882 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42883
42884 @table @r
42885
42886 @item 2
42887 16-bit Thumb mode breakpoint.
42888
42889 @item 3
42890 32-bit Thumb mode (Thumb-2) breakpoint.
42891
42892 @item 4
42893 32-bit @acronym{ARM} mode breakpoint.
42894
42895 @end table
42896
42897 @node ARM Memory Tag Types
42898 @subsubsection @acronym{ARM} Memory Tag Types
42899 @cindex memory tag types, @acronym{ARM}
42900
42901 These memory tag types are defined for the @samp{qMemTag} and @samp{QMemTag}
42902 packets.
42903
42904 @table @r
42905
42906 @item 0
42907 MTE logical tag
42908
42909 @item 1
42910 MTE allocation tag
42911
42912 @end table
42913
42914 @node MIPS-Specific Protocol Details
42915 @subsection @acronym{MIPS}-specific Protocol Details
42916
42917 @menu
42918 * MIPS Register packet Format::
42919 * MIPS Breakpoint Kinds::
42920 @end menu
42921
42922 @node MIPS Register packet Format
42923 @subsubsection @acronym{MIPS} Register Packet Format
42924 @cindex register packet format, @acronym{MIPS}
42925
42926 The following @code{g}/@code{G} packets have previously been defined.
42927 In the below, some thirty-two bit registers are transferred as
42928 sixty-four bits. Those registers should be zero/sign extended (which?)
42929 to fill the space allocated. Register bytes are transferred in target
42930 byte order. The two nibbles within a register byte are transferred
42931 most-significant -- least-significant.
42932
42933 @table @r
42934
42935 @item MIPS32
42936 All registers are transferred as thirty-two bit quantities in the order:
42937 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
42938 registers; fsr; fir; fp.
42939
42940 @item MIPS64
42941 All registers are transferred as sixty-four bit quantities (including
42942 thirty-two bit registers such as @code{sr}). The ordering is the same
42943 as @code{MIPS32}.
42944
42945 @end table
42946
42947 @node MIPS Breakpoint Kinds
42948 @subsubsection @acronym{MIPS} Breakpoint Kinds
42949 @cindex breakpoint kinds, @acronym{MIPS}
42950
42951 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42952
42953 @table @r
42954
42955 @item 2
42956 16-bit @acronym{MIPS16} mode breakpoint.
42957
42958 @item 3
42959 16-bit @acronym{microMIPS} mode breakpoint.
42960
42961 @item 4
42962 32-bit standard @acronym{MIPS} mode breakpoint.
42963
42964 @item 5
42965 32-bit @acronym{microMIPS} mode breakpoint.
42966
42967 @end table
42968
42969 @node Tracepoint Packets
42970 @section Tracepoint Packets
42971 @cindex tracepoint packets
42972 @cindex packets, tracepoint
42973
42974 Here we describe the packets @value{GDBN} uses to implement
42975 tracepoints (@pxref{Tracepoints}).
42976
42977 @table @samp
42978
42979 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
42980 @cindex @samp{QTDP} packet
42981 Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
42982 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
42983 the tracepoint is disabled. The @var{step} gives the tracepoint's step
42984 count, and @var{pass} gives its pass count. If an @samp{F} is present,
42985 then the tracepoint is to be a fast tracepoint, and the @var{flen} is
42986 the number of bytes that the target should copy elsewhere to make room
42987 for the tracepoint. If an @samp{X} is present, it introduces a
42988 tracepoint condition, which consists of a hexadecimal length, followed
42989 by a comma and hex-encoded bytes, in a manner similar to action
42990 encodings as described below. If the trailing @samp{-} is present,
42991 further @samp{QTDP} packets will follow to specify this tracepoint's
42992 actions.
42993
42994 Replies:
42995 @table @samp
42996 @item OK
42997 The packet was understood and carried out.
42998 @item qRelocInsn
42999 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
43000 @item @w{}
43001 The packet was not recognized.
43002 @end table
43003
43004 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
43005 Define actions to be taken when a tracepoint is hit. The @var{n} and
43006 @var{addr} must be the same as in the initial @samp{QTDP} packet for
43007 this tracepoint. This packet may only be sent immediately after
43008 another @samp{QTDP} packet that ended with a @samp{-}. If the
43009 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
43010 specifying more actions for this tracepoint.
43011
43012 In the series of action packets for a given tracepoint, at most one
43013 can have an @samp{S} before its first @var{action}. If such a packet
43014 is sent, it and the following packets define ``while-stepping''
43015 actions. Any prior packets define ordinary actions --- that is, those
43016 taken when the tracepoint is first hit. If no action packet has an
43017 @samp{S}, then all the packets in the series specify ordinary
43018 tracepoint actions.
43019
43020 The @samp{@var{action}@dots{}} portion of the packet is a series of
43021 actions, concatenated without separators. Each action has one of the
43022 following forms:
43023
43024 @table @samp
43025
43026 @item R @var{mask}
43027 Collect the registers whose bits are set in @var{mask},
43028 a hexadecimal number whose @var{i}'th bit is set if register number
43029 @var{i} should be collected. (The least significant bit is numbered
43030 zero.) Note that @var{mask} may be any number of digits long; it may
43031 not fit in a 32-bit word.
43032
43033 @item M @var{basereg},@var{offset},@var{len}
43034 Collect @var{len} bytes of memory starting at the address in register
43035 number @var{basereg}, plus @var{offset}. If @var{basereg} is
43036 @samp{-1}, then the range has a fixed address: @var{offset} is the
43037 address of the lowest byte to collect. The @var{basereg},
43038 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
43039 values (the @samp{-1} value for @var{basereg} is a special case).
43040
43041 @item X @var{len},@var{expr}
43042 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
43043 it directs. The agent expression @var{expr} is as described in
43044 @ref{Agent Expressions}. Each byte of the expression is encoded as a
43045 two-digit hex number in the packet; @var{len} is the number of bytes
43046 in the expression (and thus one-half the number of hex digits in the
43047 packet).
43048
43049 @end table
43050
43051 Any number of actions may be packed together in a single @samp{QTDP}
43052 packet, as long as the packet does not exceed the maximum packet
43053 length (400 bytes, for many stubs). There may be only one @samp{R}
43054 action per tracepoint, and it must precede any @samp{M} or @samp{X}
43055 actions. Any registers referred to by @samp{M} and @samp{X} actions
43056 must be collected by a preceding @samp{R} action. (The
43057 ``while-stepping'' actions are treated as if they were attached to a
43058 separate tracepoint, as far as these restrictions are concerned.)
43059
43060 Replies:
43061 @table @samp
43062 @item OK
43063 The packet was understood and carried out.
43064 @item qRelocInsn
43065 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
43066 @item @w{}
43067 The packet was not recognized.
43068 @end table
43069
43070 @item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
43071 @cindex @samp{QTDPsrc} packet
43072 Specify a source string of tracepoint @var{n} at address @var{addr}.
43073 This is useful to get accurate reproduction of the tracepoints
43074 originally downloaded at the beginning of the trace run. The @var{type}
43075 is the name of the tracepoint part, such as @samp{cond} for the
43076 tracepoint's conditional expression (see below for a list of types), while
43077 @var{bytes} is the string, encoded in hexadecimal.
43078
43079 @var{start} is the offset of the @var{bytes} within the overall source
43080 string, while @var{slen} is the total length of the source string.
43081 This is intended for handling source strings that are longer than will
43082 fit in a single packet.
43083 @c Add detailed example when this info is moved into a dedicated
43084 @c tracepoint descriptions section.
43085
43086 The available string types are @samp{at} for the location,
43087 @samp{cond} for the conditional, and @samp{cmd} for an action command.
43088 @value{GDBN} sends a separate packet for each command in the action
43089 list, in the same order in which the commands are stored in the list.
43090
43091 The target does not need to do anything with source strings except
43092 report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
43093 query packets.
43094
43095 Although this packet is optional, and @value{GDBN} will only send it
43096 if the target replies with @samp{TracepointSource} @xref{General
43097 Query Packets}, it makes both disconnected tracing and trace files
43098 much easier to use. Otherwise the user must be careful that the
43099 tracepoints in effect while looking at trace frames are identical to
43100 the ones in effect during the trace run; even a small discrepancy
43101 could cause @samp{tdump} not to work, or a particular trace frame not
43102 be found.
43103
43104 @item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
43105 @cindex define trace state variable, remote request
43106 @cindex @samp{QTDV} packet
43107 Create a new trace state variable, number @var{n}, with an initial
43108 value of @var{value}, which is a 64-bit signed integer. Both @var{n}
43109 and @var{value} are encoded as hexadecimal values. @value{GDBN} has
43110 the option of not using this packet for initial values of zero; the
43111 target should simply create the trace state variables as they are
43112 mentioned in expressions. The value @var{builtin} should be 1 (one)
43113 if the trace state variable is builtin and 0 (zero) if it is not builtin.
43114 @value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
43115 @samp{qTsV} packet had it set. The contents of @var{name} is the
43116 hex-encoded name (without the leading @samp{$}) of the trace state
43117 variable.
43118
43119 @item QTFrame:@var{n}
43120 @cindex @samp{QTFrame} packet
43121 Select the @var{n}'th tracepoint frame from the buffer, and use the
43122 register and memory contents recorded there to answer subsequent
43123 request packets from @value{GDBN}.
43124
43125 A successful reply from the stub indicates that the stub has found the
43126 requested frame. The response is a series of parts, concatenated
43127 without separators, describing the frame we selected. Each part has
43128 one of the following forms:
43129
43130 @table @samp
43131 @item F @var{f}
43132 The selected frame is number @var{n} in the trace frame buffer;
43133 @var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
43134 was no frame matching the criteria in the request packet.
43135
43136 @item T @var{t}
43137 The selected trace frame records a hit of tracepoint number @var{t};
43138 @var{t} is a hexadecimal number.
43139
43140 @end table
43141
43142 @item QTFrame:pc:@var{addr}
43143 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43144 currently selected frame whose PC is @var{addr};
43145 @var{addr} is a hexadecimal number.
43146
43147 @item QTFrame:tdp:@var{t}
43148 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43149 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
43150 is a hexadecimal number.
43151
43152 @item QTFrame:range:@var{start}:@var{end}
43153 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43154 currently selected frame whose PC is between @var{start} (inclusive)
43155 and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
43156 numbers.
43157
43158 @item QTFrame:outside:@var{start}:@var{end}
43159 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
43160 frame @emph{outside} the given range of addresses (exclusive).
43161
43162 @item qTMinFTPILen
43163 @cindex @samp{qTMinFTPILen} packet
43164 This packet requests the minimum length of instruction at which a fast
43165 tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
43166 the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
43167 it depends on the target system being able to create trampolines in
43168 the first 64K of memory, which might or might not be possible for that
43169 system. So the reply to this packet will be 4 if it is able to
43170 arrange for that.
43171
43172 Replies:
43173
43174 @table @samp
43175 @item 0
43176 The minimum instruction length is currently unknown.
43177 @item @var{length}
43178 The minimum instruction length is @var{length}, where @var{length}
43179 is a hexadecimal number greater or equal to 1. A reply
43180 of 1 means that a fast tracepoint may be placed on any instruction
43181 regardless of size.
43182 @item E
43183 An error has occurred.
43184 @item @w{}
43185 An empty reply indicates that the request is not supported by the stub.
43186 @end table
43187
43188 @item QTStart
43189 @cindex @samp{QTStart} packet
43190 Begin the tracepoint experiment. Begin collecting data from
43191 tracepoint hits in the trace frame buffer. This packet supports the
43192 @samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
43193 instruction reply packet}).
43194
43195 @item QTStop
43196 @cindex @samp{QTStop} packet
43197 End the tracepoint experiment. Stop collecting trace frames.
43198
43199 @item QTEnable:@var{n}:@var{addr}
43200 @anchor{QTEnable}
43201 @cindex @samp{QTEnable} packet
43202 Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
43203 experiment. If the tracepoint was previously disabled, then collection
43204 of data from it will resume.
43205
43206 @item QTDisable:@var{n}:@var{addr}
43207 @anchor{QTDisable}
43208 @cindex @samp{QTDisable} packet
43209 Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
43210 experiment. No more data will be collected from the tracepoint unless
43211 @samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
43212
43213 @item QTinit
43214 @cindex @samp{QTinit} packet
43215 Clear the table of tracepoints, and empty the trace frame buffer.
43216
43217 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
43218 @cindex @samp{QTro} packet
43219 Establish the given ranges of memory as ``transparent''. The stub
43220 will answer requests for these ranges from memory's current contents,
43221 if they were not collected as part of the tracepoint hit.
43222
43223 @value{GDBN} uses this to mark read-only regions of memory, like those
43224 containing program code. Since these areas never change, they should
43225 still have the same contents they did when the tracepoint was hit, so
43226 there's no reason for the stub to refuse to provide their contents.
43227
43228 @item QTDisconnected:@var{value}
43229 @cindex @samp{QTDisconnected} packet
43230 Set the choice to what to do with the tracing run when @value{GDBN}
43231 disconnects from the target. A @var{value} of 1 directs the target to
43232 continue the tracing run, while 0 tells the target to stop tracing if
43233 @value{GDBN} is no longer in the picture.
43234
43235 @item qTStatus
43236 @cindex @samp{qTStatus} packet
43237 Ask the stub if there is a trace experiment running right now.
43238
43239 The reply has the form:
43240
43241 @table @samp
43242
43243 @item T@var{running}@r{[};@var{field}@r{]}@dots{}
43244 @var{running} is a single digit @code{1} if the trace is presently
43245 running, or @code{0} if not. It is followed by semicolon-separated
43246 optional fields that an agent may use to report additional status.
43247
43248 @end table
43249
43250 If the trace is not running, the agent may report any of several
43251 explanations as one of the optional fields:
43252
43253 @table @samp
43254
43255 @item tnotrun:0
43256 No trace has been run yet.
43257
43258 @item tstop[:@var{text}]:0
43259 The trace was stopped by a user-originated stop command. The optional
43260 @var{text} field is a user-supplied string supplied as part of the
43261 stop command (for instance, an explanation of why the trace was
43262 stopped manually). It is hex-encoded.
43263
43264 @item tfull:0
43265 The trace stopped because the trace buffer filled up.
43266
43267 @item tdisconnected:0
43268 The trace stopped because @value{GDBN} disconnected from the target.
43269
43270 @item tpasscount:@var{tpnum}
43271 The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
43272
43273 @item terror:@var{text}:@var{tpnum}
43274 The trace stopped because tracepoint @var{tpnum} had an error. The
43275 string @var{text} is available to describe the nature of the error
43276 (for instance, a divide by zero in the condition expression); it
43277 is hex encoded.
43278
43279 @item tunknown:0
43280 The trace stopped for some other reason.
43281
43282 @end table
43283
43284 Additional optional fields supply statistical and other information.
43285 Although not required, they are extremely useful for users monitoring
43286 the progress of a trace run. If a trace has stopped, and these
43287 numbers are reported, they must reflect the state of the just-stopped
43288 trace.
43289
43290 @table @samp
43291
43292 @item tframes:@var{n}
43293 The number of trace frames in the buffer.
43294
43295 @item tcreated:@var{n}
43296 The total number of trace frames created during the run. This may
43297 be larger than the trace frame count, if the buffer is circular.
43298
43299 @item tsize:@var{n}
43300 The total size of the trace buffer, in bytes.
43301
43302 @item tfree:@var{n}
43303 The number of bytes still unused in the buffer.
43304
43305 @item circular:@var{n}
43306 The value of the circular trace buffer flag. @code{1} means that the
43307 trace buffer is circular and old trace frames will be discarded if
43308 necessary to make room, @code{0} means that the trace buffer is linear
43309 and may fill up.
43310
43311 @item disconn:@var{n}
43312 The value of the disconnected tracing flag. @code{1} means that
43313 tracing will continue after @value{GDBN} disconnects, @code{0} means
43314 that the trace run will stop.
43315
43316 @end table
43317
43318 @item qTP:@var{tp}:@var{addr}
43319 @cindex tracepoint status, remote request
43320 @cindex @samp{qTP} packet
43321 Ask the stub for the current state of tracepoint number @var{tp} at
43322 address @var{addr}.
43323
43324 Replies:
43325 @table @samp
43326 @item V@var{hits}:@var{usage}
43327 The tracepoint has been hit @var{hits} times so far during the trace
43328 run, and accounts for @var{usage} in the trace buffer. Note that
43329 @code{while-stepping} steps are not counted as separate hits, but the
43330 steps' space consumption is added into the usage number.
43331
43332 @end table
43333
43334 @item qTV:@var{var}
43335 @cindex trace state variable value, remote request
43336 @cindex @samp{qTV} packet
43337 Ask the stub for the value of the trace state variable number @var{var}.
43338
43339 Replies:
43340 @table @samp
43341 @item V@var{value}
43342 The value of the variable is @var{value}. This will be the current
43343 value of the variable if the user is examining a running target, or a
43344 saved value if the variable was collected in the trace frame that the
43345 user is looking at. Note that multiple requests may result in
43346 different reply values, such as when requesting values while the
43347 program is running.
43348
43349 @item U
43350 The value of the variable is unknown. This would occur, for example,
43351 if the user is examining a trace frame in which the requested variable
43352 was not collected.
43353 @end table
43354
43355 @item qTfP
43356 @cindex @samp{qTfP} packet
43357 @itemx qTsP
43358 @cindex @samp{qTsP} packet
43359 These packets request data about tracepoints that are being used by
43360 the target. @value{GDBN} sends @code{qTfP} to get the first piece
43361 of data, and multiple @code{qTsP} to get additional pieces. Replies
43362 to these packets generally take the form of the @code{QTDP} packets
43363 that define tracepoints. (FIXME add detailed syntax)
43364
43365 @item qTfV
43366 @cindex @samp{qTfV} packet
43367 @itemx qTsV
43368 @cindex @samp{qTsV} packet
43369 These packets request data about trace state variables that are on the
43370 target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
43371 and multiple @code{qTsV} to get additional variables. Replies to
43372 these packets follow the syntax of the @code{QTDV} packets that define
43373 trace state variables.
43374
43375 @item qTfSTM
43376 @itemx qTsSTM
43377 @anchor{qTfSTM}
43378 @anchor{qTsSTM}
43379 @cindex @samp{qTfSTM} packet
43380 @cindex @samp{qTsSTM} packet
43381 These packets request data about static tracepoint markers that exist
43382 in the target program. @value{GDBN} sends @code{qTfSTM} to get the
43383 first piece of data, and multiple @code{qTsSTM} to get additional
43384 pieces. Replies to these packets take the following form:
43385
43386 Reply:
43387 @table @samp
43388 @item m @var{address}:@var{id}:@var{extra}
43389 A single marker
43390 @item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
43391 a comma-separated list of markers
43392 @item l
43393 (lower case letter @samp{L}) denotes end of list.
43394 @item E @var{nn}
43395 An error occurred. The error number @var{nn} is given as hex digits.
43396 @item @w{}
43397 An empty reply indicates that the request is not supported by the
43398 stub.
43399 @end table
43400
43401 The @var{address} is encoded in hex;
43402 @var{id} and @var{extra} are strings encoded in hex.
43403
43404 In response to each query, the target will reply with a list of one or
43405 more markers, separated by commas. @value{GDBN} will respond to each
43406 reply with a request for more markers (using the @samp{qs} form of the
43407 query), until the target responds with @samp{l} (lower-case ell, for
43408 @dfn{last}).
43409
43410 @item qTSTMat:@var{address}
43411 @anchor{qTSTMat}
43412 @cindex @samp{qTSTMat} packet
43413 This packets requests data about static tracepoint markers in the
43414 target program at @var{address}. Replies to this packet follow the
43415 syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
43416 tracepoint markers.
43417
43418 @item QTSave:@var{filename}
43419 @cindex @samp{QTSave} packet
43420 This packet directs the target to save trace data to the file name
43421 @var{filename} in the target's filesystem. The @var{filename} is encoded
43422 as a hex string; the interpretation of the file name (relative vs
43423 absolute, wild cards, etc) is up to the target.
43424
43425 @item qTBuffer:@var{offset},@var{len}
43426 @cindex @samp{qTBuffer} packet
43427 Return up to @var{len} bytes of the current contents of trace buffer,
43428 starting at @var{offset}. The trace buffer is treated as if it were
43429 a contiguous collection of traceframes, as per the trace file format.
43430 The reply consists as many hex-encoded bytes as the target can deliver
43431 in a packet; it is not an error to return fewer than were asked for.
43432 A reply consisting of just @code{l} indicates that no bytes are
43433 available.
43434
43435 @item QTBuffer:circular:@var{value}
43436 This packet directs the target to use a circular trace buffer if
43437 @var{value} is 1, or a linear buffer if the value is 0.
43438
43439 @item QTBuffer:size:@var{size}
43440 @anchor{QTBuffer-size}
43441 @cindex @samp{QTBuffer size} packet
43442 This packet directs the target to make the trace buffer be of size
43443 @var{size} if possible. A value of @code{-1} tells the target to
43444 use whatever size it prefers.
43445
43446 @item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
43447 @cindex @samp{QTNotes} packet
43448 This packet adds optional textual notes to the trace run. Allowable
43449 types include @code{user}, @code{notes}, and @code{tstop}, the
43450 @var{text} fields are arbitrary strings, hex-encoded.
43451
43452 @end table
43453
43454 @subsection Relocate instruction reply packet
43455 When installing fast tracepoints in memory, the target may need to
43456 relocate the instruction currently at the tracepoint address to a
43457 different address in memory. For most instructions, a simple copy is
43458 enough, but, for example, call instructions that implicitly push the
43459 return address on the stack, and relative branches or other
43460 PC-relative instructions require offset adjustment, so that the effect
43461 of executing the instruction at a different address is the same as if
43462 it had executed in the original location.
43463
43464 In response to several of the tracepoint packets, the target may also
43465 respond with a number of intermediate @samp{qRelocInsn} request
43466 packets before the final result packet, to have @value{GDBN} handle
43467 this relocation operation. If a packet supports this mechanism, its
43468 documentation will explicitly say so. See for example the above
43469 descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
43470 format of the request is:
43471
43472 @table @samp
43473 @item qRelocInsn:@var{from};@var{to}
43474
43475 This requests @value{GDBN} to copy instruction at address @var{from}
43476 to address @var{to}, possibly adjusted so that executing the
43477 instruction at @var{to} has the same effect as executing it at
43478 @var{from}. @value{GDBN} writes the adjusted instruction to target
43479 memory starting at @var{to}.
43480 @end table
43481
43482 Replies:
43483 @table @samp
43484 @item qRelocInsn:@var{adjusted_size}
43485 Informs the stub the relocation is complete. The @var{adjusted_size} is
43486 the length in bytes of resulting relocated instruction sequence.
43487 @item E @var{NN}
43488 A badly formed request was detected, or an error was encountered while
43489 relocating the instruction.
43490 @end table
43491
43492 @node Host I/O Packets
43493 @section Host I/O Packets
43494 @cindex Host I/O, remote protocol
43495 @cindex file transfer, remote protocol
43496
43497 The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
43498 operations on the far side of a remote link. For example, Host I/O is
43499 used to upload and download files to a remote target with its own
43500 filesystem. Host I/O uses the same constant values and data structure
43501 layout as the target-initiated File-I/O protocol. However, the
43502 Host I/O packets are structured differently. The target-initiated
43503 protocol relies on target memory to store parameters and buffers.
43504 Host I/O requests are initiated by @value{GDBN}, and the
43505 target's memory is not involved. @xref{File-I/O Remote Protocol
43506 Extension}, for more details on the target-initiated protocol.
43507
43508 The Host I/O request packets all encode a single operation along with
43509 its arguments. They have this format:
43510
43511 @table @samp
43512
43513 @item vFile:@var{operation}: @var{parameter}@dots{}
43514 @var{operation} is the name of the particular request; the target
43515 should compare the entire packet name up to the second colon when checking
43516 for a supported operation. The format of @var{parameter} depends on
43517 the operation. Numbers are always passed in hexadecimal. Negative
43518 numbers have an explicit minus sign (i.e.@: two's complement is not
43519 used). Strings (e.g.@: filenames) are encoded as a series of
43520 hexadecimal bytes. The last argument to a system call may be a
43521 buffer of escaped binary data (@pxref{Binary Data}).
43522
43523 @end table
43524
43525 The valid responses to Host I/O packets are:
43526
43527 @table @samp
43528
43529 @item F @var{result} [, @var{errno}] [; @var{attachment}]
43530 @var{result} is the integer value returned by this operation, usually
43531 non-negative for success and -1 for errors. If an error has occured,
43532 @var{errno} will be included in the result specifying a
43533 value defined by the File-I/O protocol (@pxref{Errno Values}). For
43534 operations which return data, @var{attachment} supplies the data as a
43535 binary buffer. Binary buffers in response packets are escaped in the
43536 normal way (@pxref{Binary Data}). See the individual packet
43537 documentation for the interpretation of @var{result} and
43538 @var{attachment}.
43539
43540 @item @w{}
43541 An empty response indicates that this operation is not recognized.
43542
43543 @end table
43544
43545 These are the supported Host I/O operations:
43546
43547 @table @samp
43548 @item vFile:open: @var{filename}, @var{flags}, @var{mode}
43549 Open a file at @var{filename} and return a file descriptor for it, or
43550 return -1 if an error occurs. The @var{filename} is a string,
43551 @var{flags} is an integer indicating a mask of open flags
43552 (@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
43553 of mode bits to use if the file is created (@pxref{mode_t Values}).
43554 @xref{open}, for details of the open flags and mode values.
43555
43556 @item vFile:close: @var{fd}
43557 Close the open file corresponding to @var{fd} and return 0, or
43558 -1 if an error occurs.
43559
43560 @item vFile:pread: @var{fd}, @var{count}, @var{offset}
43561 Read data from the open file corresponding to @var{fd}. Up to
43562 @var{count} bytes will be read from the file, starting at @var{offset}
43563 relative to the start of the file. The target may read fewer bytes;
43564 common reasons include packet size limits and an end-of-file
43565 condition. The number of bytes read is returned. Zero should only be
43566 returned for a successful read at the end of the file, or if
43567 @var{count} was zero.
43568
43569 The data read should be returned as a binary attachment on success.
43570 If zero bytes were read, the response should include an empty binary
43571 attachment (i.e.@: a trailing semicolon). The return value is the
43572 number of target bytes read; the binary attachment may be longer if
43573 some characters were escaped.
43574
43575 @item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
43576 Write @var{data} (a binary buffer) to the open file corresponding
43577 to @var{fd}. Start the write at @var{offset} from the start of the
43578 file. Unlike many @code{write} system calls, there is no
43579 separate @var{count} argument; the length of @var{data} in the
43580 packet is used. @samp{vFile:pwrite} returns the number of bytes written,
43581 which may be shorter than the length of @var{data}, or -1 if an
43582 error occurred.
43583
43584 @item vFile:fstat: @var{fd}
43585 Get information about the open file corresponding to @var{fd}.
43586 On success the information is returned as a binary attachment
43587 and the return value is the size of this attachment in bytes.
43588 If an error occurs the return value is -1. The format of the
43589 returned binary attachment is as described in @ref{struct stat}.
43590
43591 @item vFile:unlink: @var{filename}
43592 Delete the file at @var{filename} on the target. Return 0,
43593 or -1 if an error occurs. The @var{filename} is a string.
43594
43595 @item vFile:readlink: @var{filename}
43596 Read value of symbolic link @var{filename} on the target. Return
43597 the number of bytes read, or -1 if an error occurs.
43598
43599 The data read should be returned as a binary attachment on success.
43600 If zero bytes were read, the response should include an empty binary
43601 attachment (i.e.@: a trailing semicolon). The return value is the
43602 number of target bytes read; the binary attachment may be longer if
43603 some characters were escaped.
43604
43605 @item vFile:setfs: @var{pid}
43606 Select the filesystem on which @code{vFile} operations with
43607 @var{filename} arguments will operate. This is required for
43608 @value{GDBN} to be able to access files on remote targets where
43609 the remote stub does not share a common filesystem with the
43610 inferior(s).
43611
43612 If @var{pid} is nonzero, select the filesystem as seen by process
43613 @var{pid}. If @var{pid} is zero, select the filesystem as seen by
43614 the remote stub. Return 0 on success, or -1 if an error occurs.
43615 If @code{vFile:setfs:} indicates success, the selected filesystem
43616 remains selected until the next successful @code{vFile:setfs:}
43617 operation.
43618
43619 @end table
43620
43621 @node Interrupts
43622 @section Interrupts
43623 @cindex interrupts (remote protocol)
43624 @anchor{interrupting remote targets}
43625
43626 In all-stop mode, when a program on the remote target is running,
43627 @value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
43628 @code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
43629 is specified via @value{GDBN}'s @samp{interrupt-sequence}.
43630
43631 The precise meaning of @code{BREAK} is defined by the transport
43632 mechanism and may, in fact, be undefined. @value{GDBN} does not
43633 currently define a @code{BREAK} mechanism for any of the network
43634 interfaces except for TCP, in which case @value{GDBN} sends the
43635 @code{telnet} BREAK sequence.
43636
43637 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
43638 transport mechanisms. It is represented by sending the single byte
43639 @code{0x03} without any of the usual packet overhead described in
43640 the Overview section (@pxref{Overview}). When a @code{0x03} byte is
43641 transmitted as part of a packet, it is considered to be packet data
43642 and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
43643 (@pxref{X packet}), used for binary downloads, may include an unescaped
43644 @code{0x03} as part of its packet.
43645
43646 @code{BREAK} followed by @code{g} is also known as Magic SysRq g.
43647 When Linux kernel receives this sequence from serial port,
43648 it stops execution and connects to gdb.
43649
43650 In non-stop mode, because packet resumptions are asynchronous
43651 (@pxref{vCont packet}), @value{GDBN} is always free to send a remote
43652 command to the remote stub, even when the target is running. For that
43653 reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
43654 packet}) with the usual packet framing instead of the single byte
43655 @code{0x03}.
43656
43657 Stubs are not required to recognize these interrupt mechanisms and the
43658 precise meaning associated with receipt of the interrupt is
43659 implementation defined. If the target supports debugging of multiple
43660 threads and/or processes, it should attempt to interrupt all
43661 currently-executing threads and processes.
43662 If the stub is successful at interrupting the
43663 running program, it should send one of the stop
43664 reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
43665 of successfully stopping the program in all-stop mode, and a stop reply
43666 for each stopped thread in non-stop mode.
43667 Interrupts received while the
43668 program is stopped are queued and the program will be interrupted when
43669 it is resumed next time.
43670
43671 @node Notification Packets
43672 @section Notification Packets
43673 @cindex notification packets
43674 @cindex packets, notification
43675
43676 The @value{GDBN} remote serial protocol includes @dfn{notifications},
43677 packets that require no acknowledgment. Both the GDB and the stub
43678 may send notifications (although the only notifications defined at
43679 present are sent by the stub). Notifications carry information
43680 without incurring the round-trip latency of an acknowledgment, and so
43681 are useful for low-impact communications where occasional packet loss
43682 is not a problem.
43683
43684 A notification packet has the form @samp{% @var{data} #
43685 @var{checksum}}, where @var{data} is the content of the notification,
43686 and @var{checksum} is a checksum of @var{data}, computed and formatted
43687 as for ordinary @value{GDBN} packets. A notification's @var{data}
43688 never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
43689 receiving a notification, the recipient sends no @samp{+} or @samp{-}
43690 to acknowledge the notification's receipt or to report its corruption.
43691
43692 Every notification's @var{data} begins with a name, which contains no
43693 colon characters, followed by a colon character.
43694
43695 Recipients should silently ignore corrupted notifications and
43696 notifications they do not understand. Recipients should restart
43697 timeout periods on receipt of a well-formed notification, whether or
43698 not they understand it.
43699
43700 Senders should only send the notifications described here when this
43701 protocol description specifies that they are permitted. In the
43702 future, we may extend the protocol to permit existing notifications in
43703 new contexts; this rule helps older senders avoid confusing newer
43704 recipients.
43705
43706 (Older versions of @value{GDBN} ignore bytes received until they see
43707 the @samp{$} byte that begins an ordinary packet, so new stubs may
43708 transmit notifications without fear of confusing older clients. There
43709 are no notifications defined for @value{GDBN} to send at the moment, but we
43710 assume that most older stubs would ignore them, as well.)
43711
43712 Each notification is comprised of three parts:
43713 @table @samp
43714 @item @var{name}:@var{event}
43715 The notification packet is sent by the side that initiates the
43716 exchange (currently, only the stub does that), with @var{event}
43717 carrying the specific information about the notification, and
43718 @var{name} specifying the name of the notification.
43719 @item @var{ack}
43720 The acknowledge sent by the other side, usually @value{GDBN}, to
43721 acknowledge the exchange and request the event.
43722 @end table
43723
43724 The purpose of an asynchronous notification mechanism is to report to
43725 @value{GDBN} that something interesting happened in the remote stub.
43726
43727 The remote stub may send notification @var{name}:@var{event}
43728 at any time, but @value{GDBN} acknowledges the notification when
43729 appropriate. The notification event is pending before @value{GDBN}
43730 acknowledges. Only one notification at a time may be pending; if
43731 additional events occur before @value{GDBN} has acknowledged the
43732 previous notification, they must be queued by the stub for later
43733 synchronous transmission in response to @var{ack} packets from
43734 @value{GDBN}. Because the notification mechanism is unreliable,
43735 the stub is permitted to resend a notification if it believes
43736 @value{GDBN} may not have received it.
43737
43738 Specifically, notifications may appear when @value{GDBN} is not
43739 otherwise reading input from the stub, or when @value{GDBN} is
43740 expecting to read a normal synchronous response or a
43741 @samp{+}/@samp{-} acknowledgment to a packet it has sent.
43742 Notification packets are distinct from any other communication from
43743 the stub so there is no ambiguity.
43744
43745 After receiving a notification, @value{GDBN} shall acknowledge it by
43746 sending a @var{ack} packet as a regular, synchronous request to the
43747 stub. Such acknowledgment is not required to happen immediately, as
43748 @value{GDBN} is permitted to send other, unrelated packets to the
43749 stub first, which the stub should process normally.
43750
43751 Upon receiving a @var{ack} packet, if the stub has other queued
43752 events to report to @value{GDBN}, it shall respond by sending a
43753 normal @var{event}. @value{GDBN} shall then send another @var{ack}
43754 packet to solicit further responses; again, it is permitted to send
43755 other, unrelated packets as well which the stub should process
43756 normally.
43757
43758 If the stub receives a @var{ack} packet and there are no additional
43759 @var{event} to report, the stub shall return an @samp{OK} response.
43760 At this point, @value{GDBN} has finished processing a notification
43761 and the stub has completed sending any queued events. @value{GDBN}
43762 won't accept any new notifications until the final @samp{OK} is
43763 received . If further notification events occur, the stub shall send
43764 a new notification, @value{GDBN} shall accept the notification, and
43765 the process shall be repeated.
43766
43767 The process of asynchronous notification can be illustrated by the
43768 following example:
43769 @smallexample
43770 <- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
43771 @code{...}
43772 -> @code{vStopped}
43773 <- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
43774 -> @code{vStopped}
43775 <- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
43776 -> @code{vStopped}
43777 <- @code{OK}
43778 @end smallexample
43779
43780 The following notifications are defined:
43781 @multitable @columnfractions 0.12 0.12 0.38 0.38
43782
43783 @item Notification
43784 @tab Ack
43785 @tab Event
43786 @tab Description
43787
43788 @item Stop
43789 @tab vStopped
43790 @tab @var{reply}. The @var{reply} has the form of a stop reply, as
43791 described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
43792 for information on how these notifications are acknowledged by
43793 @value{GDBN}.
43794 @tab Report an asynchronous stop event in non-stop mode.
43795
43796 @end multitable
43797
43798 @node Remote Non-Stop
43799 @section Remote Protocol Support for Non-Stop Mode
43800
43801 @value{GDBN}'s remote protocol supports non-stop debugging of
43802 multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
43803 supports non-stop mode, it should report that to @value{GDBN} by including
43804 @samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
43805
43806 @value{GDBN} typically sends a @samp{QNonStop} packet only when
43807 establishing a new connection with the stub. Entering non-stop mode
43808 does not alter the state of any currently-running threads, but targets
43809 must stop all threads in any already-attached processes when entering
43810 all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
43811 probe the target state after a mode change.
43812
43813 In non-stop mode, when an attached process encounters an event that
43814 would otherwise be reported with a stop reply, it uses the
43815 asynchronous notification mechanism (@pxref{Notification Packets}) to
43816 inform @value{GDBN}. In contrast to all-stop mode, where all threads
43817 in all processes are stopped when a stop reply is sent, in non-stop
43818 mode only the thread reporting the stop event is stopped. That is,
43819 when reporting a @samp{S} or @samp{T} response to indicate completion
43820 of a step operation, hitting a breakpoint, or a fault, only the
43821 affected thread is stopped; any other still-running threads continue
43822 to run. When reporting a @samp{W} or @samp{X} response, all running
43823 threads belonging to other attached processes continue to run.
43824
43825 In non-stop mode, the target shall respond to the @samp{?} packet as
43826 follows. First, any incomplete stop reply notification/@samp{vStopped}
43827 sequence in progress is abandoned. The target must begin a new
43828 sequence reporting stop events for all stopped threads, whether or not
43829 it has previously reported those events to @value{GDBN}. The first
43830 stop reply is sent as a synchronous reply to the @samp{?} packet, and
43831 subsequent stop replies are sent as responses to @samp{vStopped} packets
43832 using the mechanism described above. The target must not send
43833 asynchronous stop reply notifications until the sequence is complete.
43834 If all threads are running when the target receives the @samp{?} packet,
43835 or if the target is not attached to any process, it shall respond
43836 @samp{OK}.
43837
43838 If the stub supports non-stop mode, it should also support the
43839 @samp{swbreak} stop reason if software breakpoints are supported, and
43840 the @samp{hwbreak} stop reason if hardware breakpoints are supported
43841 (@pxref{swbreak stop reason}). This is because given the asynchronous
43842 nature of non-stop mode, between the time a thread hits a breakpoint
43843 and the time the event is finally processed by @value{GDBN}, the
43844 breakpoint may have already been removed from the target. Due to
43845 this, @value{GDBN} needs to be able to tell whether a trap stop was
43846 caused by a delayed breakpoint event, which should be ignored, as
43847 opposed to a random trap signal, which should be reported to the user.
43848 Note the @samp{swbreak} feature implies that the target is responsible
43849 for adjusting the PC when a software breakpoint triggers, if
43850 necessary, such as on the x86 architecture.
43851
43852 @node Packet Acknowledgment
43853 @section Packet Acknowledgment
43854
43855 @cindex acknowledgment, for @value{GDBN} remote
43856 @cindex packet acknowledgment, for @value{GDBN} remote
43857 By default, when either the host or the target machine receives a packet,
43858 the first response expected is an acknowledgment: either @samp{+} (to indicate
43859 the package was received correctly) or @samp{-} (to request retransmission).
43860 This mechanism allows the @value{GDBN} remote protocol to operate over
43861 unreliable transport mechanisms, such as a serial line.
43862
43863 In cases where the transport mechanism is itself reliable (such as a pipe or
43864 TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
43865 It may be desirable to disable them in that case to reduce communication
43866 overhead, or for other reasons. This can be accomplished by means of the
43867 @samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
43868
43869 When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
43870 expect @samp{+}/@samp{-} protocol acknowledgments. The packet
43871 and response format still includes the normal checksum, as described in
43872 @ref{Overview}, but the checksum may be ignored by the receiver.
43873
43874 If the stub supports @samp{QStartNoAckMode} and prefers to operate in
43875 no-acknowledgment mode, it should report that to @value{GDBN}
43876 by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
43877 @pxref{qSupported}.
43878 If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
43879 disabled via the @code{set remote noack-packet off} command
43880 (@pxref{Remote Configuration}),
43881 @value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
43882 Only then may the stub actually turn off packet acknowledgments.
43883 @value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
43884 response, which can be safely ignored by the stub.
43885
43886 Note that @code{set remote noack-packet} command only affects negotiation
43887 between @value{GDBN} and the stub when subsequent connections are made;
43888 it does not affect the protocol acknowledgment state for any current
43889 connection.
43890 Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
43891 new connection is established,
43892 there is also no protocol request to re-enable the acknowledgments
43893 for the current connection, once disabled.
43894
43895 @node Examples
43896 @section Examples
43897
43898 Example sequence of a target being re-started. Notice how the restart
43899 does not get any direct output:
43900
43901 @smallexample
43902 -> @code{R00}
43903 <- @code{+}
43904 @emph{target restarts}
43905 -> @code{?}
43906 <- @code{+}
43907 <- @code{T001:1234123412341234}
43908 -> @code{+}
43909 @end smallexample
43910
43911 Example sequence of a target being stepped by a single instruction:
43912
43913 @smallexample
43914 -> @code{G1445@dots{}}
43915 <- @code{+}
43916 -> @code{s}
43917 <- @code{+}
43918 @emph{time passes}
43919 <- @code{T001:1234123412341234}
43920 -> @code{+}
43921 -> @code{g}
43922 <- @code{+}
43923 <- @code{1455@dots{}}
43924 -> @code{+}
43925 @end smallexample
43926
43927 @node File-I/O Remote Protocol Extension
43928 @section File-I/O Remote Protocol Extension
43929 @cindex File-I/O remote protocol extension
43930
43931 @menu
43932 * File-I/O Overview::
43933 * Protocol Basics::
43934 * The F Request Packet::
43935 * The F Reply Packet::
43936 * The Ctrl-C Message::
43937 * Console I/O::
43938 * List of Supported Calls::
43939 * Protocol-specific Representation of Datatypes::
43940 * Constants::
43941 * File-I/O Examples::
43942 @end menu
43943
43944 @node File-I/O Overview
43945 @subsection File-I/O Overview
43946 @cindex file-i/o overview
43947
43948 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
43949 target to use the host's file system and console I/O to perform various
43950 system calls. System calls on the target system are translated into a
43951 remote protocol packet to the host system, which then performs the needed
43952 actions and returns a response packet to the target system.
43953 This simulates file system operations even on targets that lack file systems.
43954
43955 The protocol is defined to be independent of both the host and target systems.
43956 It uses its own internal representation of datatypes and values. Both
43957 @value{GDBN} and the target's @value{GDBN} stub are responsible for
43958 translating the system-dependent value representations into the internal
43959 protocol representations when data is transmitted.
43960
43961 The communication is synchronous. A system call is possible only when
43962 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
43963 or @samp{s} packets. While @value{GDBN} handles the request for a system call,
43964 the target is stopped to allow deterministic access to the target's
43965 memory. Therefore File-I/O is not interruptible by target signals. On
43966 the other hand, it is possible to interrupt File-I/O by a user interrupt
43967 (@samp{Ctrl-C}) within @value{GDBN}.
43968
43969 The target's request to perform a host system call does not finish
43970 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
43971 after finishing the system call, the target returns to continuing the
43972 previous activity (continue, step). No additional continue or step
43973 request from @value{GDBN} is required.
43974
43975 @smallexample
43976 (@value{GDBP}) continue
43977 <- target requests 'system call X'
43978 target is stopped, @value{GDBN} executes system call
43979 -> @value{GDBN} returns result
43980 ... target continues, @value{GDBN} returns to wait for the target
43981 <- target hits breakpoint and sends a Txx packet
43982 @end smallexample
43983
43984 The protocol only supports I/O on the console and to regular files on
43985 the host file system. Character or block special devices, pipes,
43986 named pipes, sockets or any other communication method on the host
43987 system are not supported by this protocol.
43988
43989 File I/O is not supported in non-stop mode.
43990
43991 @node Protocol Basics
43992 @subsection Protocol Basics
43993 @cindex protocol basics, file-i/o
43994
43995 The File-I/O protocol uses the @code{F} packet as the request as well
43996 as reply packet. Since a File-I/O system call can only occur when
43997 @value{GDBN} is waiting for a response from the continuing or stepping target,
43998 the File-I/O request is a reply that @value{GDBN} has to expect as a result
43999 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
44000 This @code{F} packet contains all information needed to allow @value{GDBN}
44001 to call the appropriate host system call:
44002
44003 @itemize @bullet
44004 @item
44005 A unique identifier for the requested system call.
44006
44007 @item
44008 All parameters to the system call. Pointers are given as addresses
44009 in the target memory address space. Pointers to strings are given as
44010 pointer/length pair. Numerical values are given as they are.
44011 Numerical control flags are given in a protocol-specific representation.
44012
44013 @end itemize
44014
44015 At this point, @value{GDBN} has to perform the following actions.
44016
44017 @itemize @bullet
44018 @item
44019 If the parameters include pointer values to data needed as input to a
44020 system call, @value{GDBN} requests this data from the target with a
44021 standard @code{m} packet request. This additional communication has to be
44022 expected by the target implementation and is handled as any other @code{m}
44023 packet.
44024
44025 @item
44026 @value{GDBN} translates all value from protocol representation to host
44027 representation as needed. Datatypes are coerced into the host types.
44028
44029 @item
44030 @value{GDBN} calls the system call.
44031
44032 @item
44033 It then coerces datatypes back to protocol representation.
44034
44035 @item
44036 If the system call is expected to return data in buffer space specified
44037 by pointer parameters to the call, the data is transmitted to the
44038 target using a @code{M} or @code{X} packet. This packet has to be expected
44039 by the target implementation and is handled as any other @code{M} or @code{X}
44040 packet.
44041
44042 @end itemize
44043
44044 Eventually @value{GDBN} replies with another @code{F} packet which contains all
44045 necessary information for the target to continue. This at least contains
44046
44047 @itemize @bullet
44048 @item
44049 Return value.
44050
44051 @item
44052 @code{errno}, if has been changed by the system call.
44053
44054 @item
44055 ``Ctrl-C'' flag.
44056
44057 @end itemize
44058
44059 After having done the needed type and value coercion, the target continues
44060 the latest continue or step action.
44061
44062 @node The F Request Packet
44063 @subsection The @code{F} Request Packet
44064 @cindex file-i/o request packet
44065 @cindex @code{F} request packet
44066
44067 The @code{F} request packet has the following format:
44068
44069 @table @samp
44070 @item F@var{call-id},@var{parameter@dots{}}
44071
44072 @var{call-id} is the identifier to indicate the host system call to be called.
44073 This is just the name of the function.
44074
44075 @var{parameter@dots{}} are the parameters to the system call.
44076 Parameters are hexadecimal integer values, either the actual values in case
44077 of scalar datatypes, pointers to target buffer space in case of compound
44078 datatypes and unspecified memory areas, or pointer/length pairs in case
44079 of string parameters. These are appended to the @var{call-id} as a
44080 comma-delimited list. All values are transmitted in ASCII
44081 string representation, pointer/length pairs separated by a slash.
44082
44083 @end table
44084
44085
44086
44087 @node The F Reply Packet
44088 @subsection The @code{F} Reply Packet
44089 @cindex file-i/o reply packet
44090 @cindex @code{F} reply packet
44091
44092 The @code{F} reply packet has the following format:
44093
44094 @table @samp
44095
44096 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
44097
44098 @var{retcode} is the return code of the system call as hexadecimal value.
44099
44100 @var{errno} is the @code{errno} set by the call, in protocol-specific
44101 representation.
44102 This parameter can be omitted if the call was successful.
44103
44104 @var{Ctrl-C flag} is only sent if the user requested a break. In this
44105 case, @var{errno} must be sent as well, even if the call was successful.
44106 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
44107
44108 @smallexample
44109 F0,0,C
44110 @end smallexample
44111
44112 @noindent
44113 or, if the call was interrupted before the host call has been performed:
44114
44115 @smallexample
44116 F-1,4,C
44117 @end smallexample
44118
44119 @noindent
44120 assuming 4 is the protocol-specific representation of @code{EINTR}.
44121
44122 @end table
44123
44124
44125 @node The Ctrl-C Message
44126 @subsection The @samp{Ctrl-C} Message
44127 @cindex ctrl-c message, in file-i/o protocol
44128
44129 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
44130 reply packet (@pxref{The F Reply Packet}),
44131 the target should behave as if it had
44132 gotten a break message. The meaning for the target is ``system call
44133 interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
44134 (as with a break message) and return to @value{GDBN} with a @code{T02}
44135 packet.
44136
44137 It's important for the target to know in which
44138 state the system call was interrupted. There are two possible cases:
44139
44140 @itemize @bullet
44141 @item
44142 The system call hasn't been performed on the host yet.
44143
44144 @item
44145 The system call on the host has been finished.
44146
44147 @end itemize
44148
44149 These two states can be distinguished by the target by the value of the
44150 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
44151 call hasn't been performed. This is equivalent to the @code{EINTR} handling
44152 on POSIX systems. In any other case, the target may presume that the
44153 system call has been finished --- successfully or not --- and should behave
44154 as if the break message arrived right after the system call.
44155
44156 @value{GDBN} must behave reliably. If the system call has not been called
44157 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
44158 @code{errno} in the packet. If the system call on the host has been finished
44159 before the user requests a break, the full action must be finished by
44160 @value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
44161 The @code{F} packet may only be sent when either nothing has happened
44162 or the full action has been completed.
44163
44164 @node Console I/O
44165 @subsection Console I/O
44166 @cindex console i/o as part of file-i/o
44167
44168 By default and if not explicitly closed by the target system, the file
44169 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
44170 on the @value{GDBN} console is handled as any other file output operation
44171 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
44172 by @value{GDBN} so that after the target read request from file descriptor
44173 0 all following typing is buffered until either one of the following
44174 conditions is met:
44175
44176 @itemize @bullet
44177 @item
44178 The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
44179 @code{read}
44180 system call is treated as finished.
44181
44182 @item
44183 The user presses @key{RET}. This is treated as end of input with a trailing
44184 newline.
44185
44186 @item
44187 The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
44188 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
44189
44190 @end itemize
44191
44192 If the user has typed more characters than fit in the buffer given to
44193 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
44194 either another @code{read(0, @dots{})} is requested by the target, or debugging
44195 is stopped at the user's request.
44196
44197
44198 @node List of Supported Calls
44199 @subsection List of Supported Calls
44200 @cindex list of supported file-i/o calls
44201
44202 @menu
44203 * open::
44204 * close::
44205 * read::
44206 * write::
44207 * lseek::
44208 * rename::
44209 * unlink::
44210 * stat/fstat::
44211 * gettimeofday::
44212 * isatty::
44213 * system::
44214 @end menu
44215
44216 @node open
44217 @unnumberedsubsubsec open
44218 @cindex open, file-i/o system call
44219
44220 @table @asis
44221 @item Synopsis:
44222 @smallexample
44223 int open(const char *pathname, int flags);
44224 int open(const char *pathname, int flags, mode_t mode);
44225 @end smallexample
44226
44227 @item Request:
44228 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
44229
44230 @noindent
44231 @var{flags} is the bitwise @code{OR} of the following values:
44232
44233 @table @code
44234 @item O_CREAT
44235 If the file does not exist it will be created. The host
44236 rules apply as far as file ownership and time stamps
44237 are concerned.
44238
44239 @item O_EXCL
44240 When used with @code{O_CREAT}, if the file already exists it is
44241 an error and open() fails.
44242
44243 @item O_TRUNC
44244 If the file already exists and the open mode allows
44245 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
44246 truncated to zero length.
44247
44248 @item O_APPEND
44249 The file is opened in append mode.
44250
44251 @item O_RDONLY
44252 The file is opened for reading only.
44253
44254 @item O_WRONLY
44255 The file is opened for writing only.
44256
44257 @item O_RDWR
44258 The file is opened for reading and writing.
44259 @end table
44260
44261 @noindent
44262 Other bits are silently ignored.
44263
44264
44265 @noindent
44266 @var{mode} is the bitwise @code{OR} of the following values:
44267
44268 @table @code
44269 @item S_IRUSR
44270 User has read permission.
44271
44272 @item S_IWUSR
44273 User has write permission.
44274
44275 @item S_IRGRP
44276 Group has read permission.
44277
44278 @item S_IWGRP
44279 Group has write permission.
44280
44281 @item S_IROTH
44282 Others have read permission.
44283
44284 @item S_IWOTH
44285 Others have write permission.
44286 @end table
44287
44288 @noindent
44289 Other bits are silently ignored.
44290
44291
44292 @item Return value:
44293 @code{open} returns the new file descriptor or -1 if an error
44294 occurred.
44295
44296 @item Errors:
44297
44298 @table @code
44299 @item EEXIST
44300 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
44301
44302 @item EISDIR
44303 @var{pathname} refers to a directory.
44304
44305 @item EACCES
44306 The requested access is not allowed.
44307
44308 @item ENAMETOOLONG
44309 @var{pathname} was too long.
44310
44311 @item ENOENT
44312 A directory component in @var{pathname} does not exist.
44313
44314 @item ENODEV
44315 @var{pathname} refers to a device, pipe, named pipe or socket.
44316
44317 @item EROFS
44318 @var{pathname} refers to a file on a read-only filesystem and
44319 write access was requested.
44320
44321 @item EFAULT
44322 @var{pathname} is an invalid pointer value.
44323
44324 @item ENOSPC
44325 No space on device to create the file.
44326
44327 @item EMFILE
44328 The process already has the maximum number of files open.
44329
44330 @item ENFILE
44331 The limit on the total number of files open on the system
44332 has been reached.
44333
44334 @item EINTR
44335 The call was interrupted by the user.
44336 @end table
44337
44338 @end table
44339
44340 @node close
44341 @unnumberedsubsubsec close
44342 @cindex close, file-i/o system call
44343
44344 @table @asis
44345 @item Synopsis:
44346 @smallexample
44347 int close(int fd);
44348 @end smallexample
44349
44350 @item Request:
44351 @samp{Fclose,@var{fd}}
44352
44353 @item Return value:
44354 @code{close} returns zero on success, or -1 if an error occurred.
44355
44356 @item Errors:
44357
44358 @table @code
44359 @item EBADF
44360 @var{fd} isn't a valid open file descriptor.
44361
44362 @item EINTR
44363 The call was interrupted by the user.
44364 @end table
44365
44366 @end table
44367
44368 @node read
44369 @unnumberedsubsubsec read
44370 @cindex read, file-i/o system call
44371
44372 @table @asis
44373 @item Synopsis:
44374 @smallexample
44375 int read(int fd, void *buf, unsigned int count);
44376 @end smallexample
44377
44378 @item Request:
44379 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
44380
44381 @item Return value:
44382 On success, the number of bytes read is returned.
44383 Zero indicates end of file. If count is zero, read
44384 returns zero as well. On error, -1 is returned.
44385
44386 @item Errors:
44387
44388 @table @code
44389 @item EBADF
44390 @var{fd} is not a valid file descriptor or is not open for
44391 reading.
44392
44393 @item EFAULT
44394 @var{bufptr} is an invalid pointer value.
44395
44396 @item EINTR
44397 The call was interrupted by the user.
44398 @end table
44399
44400 @end table
44401
44402 @node write
44403 @unnumberedsubsubsec write
44404 @cindex write, file-i/o system call
44405
44406 @table @asis
44407 @item Synopsis:
44408 @smallexample
44409 int write(int fd, const void *buf, unsigned int count);
44410 @end smallexample
44411
44412 @item Request:
44413 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
44414
44415 @item Return value:
44416 On success, the number of bytes written are returned.
44417 Zero indicates nothing was written. On error, -1
44418 is returned.
44419
44420 @item Errors:
44421
44422 @table @code
44423 @item EBADF
44424 @var{fd} is not a valid file descriptor or is not open for
44425 writing.
44426
44427 @item EFAULT
44428 @var{bufptr} is an invalid pointer value.
44429
44430 @item EFBIG
44431 An attempt was made to write a file that exceeds the
44432 host-specific maximum file size allowed.
44433
44434 @item ENOSPC
44435 No space on device to write the data.
44436
44437 @item EINTR
44438 The call was interrupted by the user.
44439 @end table
44440
44441 @end table
44442
44443 @node lseek
44444 @unnumberedsubsubsec lseek
44445 @cindex lseek, file-i/o system call
44446
44447 @table @asis
44448 @item Synopsis:
44449 @smallexample
44450 long lseek (int fd, long offset, int flag);
44451 @end smallexample
44452
44453 @item Request:
44454 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
44455
44456 @var{flag} is one of:
44457
44458 @table @code
44459 @item SEEK_SET
44460 The offset is set to @var{offset} bytes.
44461
44462 @item SEEK_CUR
44463 The offset is set to its current location plus @var{offset}
44464 bytes.
44465
44466 @item SEEK_END
44467 The offset is set to the size of the file plus @var{offset}
44468 bytes.
44469 @end table
44470
44471 @item Return value:
44472 On success, the resulting unsigned offset in bytes from
44473 the beginning of the file is returned. Otherwise, a
44474 value of -1 is returned.
44475
44476 @item Errors:
44477
44478 @table @code
44479 @item EBADF
44480 @var{fd} is not a valid open file descriptor.
44481
44482 @item ESPIPE
44483 @var{fd} is associated with the @value{GDBN} console.
44484
44485 @item EINVAL
44486 @var{flag} is not a proper value.
44487
44488 @item EINTR
44489 The call was interrupted by the user.
44490 @end table
44491
44492 @end table
44493
44494 @node rename
44495 @unnumberedsubsubsec rename
44496 @cindex rename, file-i/o system call
44497
44498 @table @asis
44499 @item Synopsis:
44500 @smallexample
44501 int rename(const char *oldpath, const char *newpath);
44502 @end smallexample
44503
44504 @item Request:
44505 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
44506
44507 @item Return value:
44508 On success, zero is returned. On error, -1 is returned.
44509
44510 @item Errors:
44511
44512 @table @code
44513 @item EISDIR
44514 @var{newpath} is an existing directory, but @var{oldpath} is not a
44515 directory.
44516
44517 @item EEXIST
44518 @var{newpath} is a non-empty directory.
44519
44520 @item EBUSY
44521 @var{oldpath} or @var{newpath} is a directory that is in use by some
44522 process.
44523
44524 @item EINVAL
44525 An attempt was made to make a directory a subdirectory
44526 of itself.
44527
44528 @item ENOTDIR
44529 A component used as a directory in @var{oldpath} or new
44530 path is not a directory. Or @var{oldpath} is a directory
44531 and @var{newpath} exists but is not a directory.
44532
44533 @item EFAULT
44534 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
44535
44536 @item EACCES
44537 No access to the file or the path of the file.
44538
44539 @item ENAMETOOLONG
44540
44541 @var{oldpath} or @var{newpath} was too long.
44542
44543 @item ENOENT
44544 A directory component in @var{oldpath} or @var{newpath} does not exist.
44545
44546 @item EROFS
44547 The file is on a read-only filesystem.
44548
44549 @item ENOSPC
44550 The device containing the file has no room for the new
44551 directory entry.
44552
44553 @item EINTR
44554 The call was interrupted by the user.
44555 @end table
44556
44557 @end table
44558
44559 @node unlink
44560 @unnumberedsubsubsec unlink
44561 @cindex unlink, file-i/o system call
44562
44563 @table @asis
44564 @item Synopsis:
44565 @smallexample
44566 int unlink(const char *pathname);
44567 @end smallexample
44568
44569 @item Request:
44570 @samp{Funlink,@var{pathnameptr}/@var{len}}
44571
44572 @item Return value:
44573 On success, zero is returned. On error, -1 is returned.
44574
44575 @item Errors:
44576
44577 @table @code
44578 @item EACCES
44579 No access to the file or the path of the file.
44580
44581 @item EPERM
44582 The system does not allow unlinking of directories.
44583
44584 @item EBUSY
44585 The file @var{pathname} cannot be unlinked because it's
44586 being used by another process.
44587
44588 @item EFAULT
44589 @var{pathnameptr} is an invalid pointer value.
44590
44591 @item ENAMETOOLONG
44592 @var{pathname} was too long.
44593
44594 @item ENOENT
44595 A directory component in @var{pathname} does not exist.
44596
44597 @item ENOTDIR
44598 A component of the path is not a directory.
44599
44600 @item EROFS
44601 The file is on a read-only filesystem.
44602
44603 @item EINTR
44604 The call was interrupted by the user.
44605 @end table
44606
44607 @end table
44608
44609 @node stat/fstat
44610 @unnumberedsubsubsec stat/fstat
44611 @cindex fstat, file-i/o system call
44612 @cindex stat, file-i/o system call
44613
44614 @table @asis
44615 @item Synopsis:
44616 @smallexample
44617 int stat(const char *pathname, struct stat *buf);
44618 int fstat(int fd, struct stat *buf);
44619 @end smallexample
44620
44621 @item Request:
44622 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
44623 @samp{Ffstat,@var{fd},@var{bufptr}}
44624
44625 @item Return value:
44626 On success, zero is returned. On error, -1 is returned.
44627
44628 @item Errors:
44629
44630 @table @code
44631 @item EBADF
44632 @var{fd} is not a valid open file.
44633
44634 @item ENOENT
44635 A directory component in @var{pathname} does not exist or the
44636 path is an empty string.
44637
44638 @item ENOTDIR
44639 A component of the path is not a directory.
44640
44641 @item EFAULT
44642 @var{pathnameptr} is an invalid pointer value.
44643
44644 @item EACCES
44645 No access to the file or the path of the file.
44646
44647 @item ENAMETOOLONG
44648 @var{pathname} was too long.
44649
44650 @item EINTR
44651 The call was interrupted by the user.
44652 @end table
44653
44654 @end table
44655
44656 @node gettimeofday
44657 @unnumberedsubsubsec gettimeofday
44658 @cindex gettimeofday, file-i/o system call
44659
44660 @table @asis
44661 @item Synopsis:
44662 @smallexample
44663 int gettimeofday(struct timeval *tv, void *tz);
44664 @end smallexample
44665
44666 @item Request:
44667 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
44668
44669 @item Return value:
44670 On success, 0 is returned, -1 otherwise.
44671
44672 @item Errors:
44673
44674 @table @code
44675 @item EINVAL
44676 @var{tz} is a non-NULL pointer.
44677
44678 @item EFAULT
44679 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
44680 @end table
44681
44682 @end table
44683
44684 @node isatty
44685 @unnumberedsubsubsec isatty
44686 @cindex isatty, file-i/o system call
44687
44688 @table @asis
44689 @item Synopsis:
44690 @smallexample
44691 int isatty(int fd);
44692 @end smallexample
44693
44694 @item Request:
44695 @samp{Fisatty,@var{fd}}
44696
44697 @item Return value:
44698 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
44699
44700 @item Errors:
44701
44702 @table @code
44703 @item EINTR
44704 The call was interrupted by the user.
44705 @end table
44706
44707 @end table
44708
44709 Note that the @code{isatty} call is treated as a special case: it returns
44710 1 to the target if the file descriptor is attached
44711 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
44712 would require implementing @code{ioctl} and would be more complex than
44713 needed.
44714
44715
44716 @node system
44717 @unnumberedsubsubsec system
44718 @cindex system, file-i/o system call
44719
44720 @table @asis
44721 @item Synopsis:
44722 @smallexample
44723 int system(const char *command);
44724 @end smallexample
44725
44726 @item Request:
44727 @samp{Fsystem,@var{commandptr}/@var{len}}
44728
44729 @item Return value:
44730 If @var{len} is zero, the return value indicates whether a shell is
44731 available. A zero return value indicates a shell is not available.
44732 For non-zero @var{len}, the value returned is -1 on error and the
44733 return status of the command otherwise. Only the exit status of the
44734 command is returned, which is extracted from the host's @code{system}
44735 return value by calling @code{WEXITSTATUS(retval)}. In case
44736 @file{/bin/sh} could not be executed, 127 is returned.
44737
44738 @item Errors:
44739
44740 @table @code
44741 @item EINTR
44742 The call was interrupted by the user.
44743 @end table
44744
44745 @end table
44746
44747 @value{GDBN} takes over the full task of calling the necessary host calls
44748 to perform the @code{system} call. The return value of @code{system} on
44749 the host is simplified before it's returned
44750 to the target. Any termination signal information from the child process
44751 is discarded, and the return value consists
44752 entirely of the exit status of the called command.
44753
44754 Due to security concerns, the @code{system} call is by default refused
44755 by @value{GDBN}. The user has to allow this call explicitly with the
44756 @code{set remote system-call-allowed 1} command.
44757
44758 @table @code
44759 @item set remote system-call-allowed
44760 @kindex set remote system-call-allowed
44761 Control whether to allow the @code{system} calls in the File I/O
44762 protocol for the remote target. The default is zero (disabled).
44763
44764 @item show remote system-call-allowed
44765 @kindex show remote system-call-allowed
44766 Show whether the @code{system} calls are allowed in the File I/O
44767 protocol.
44768 @end table
44769
44770 @node Protocol-specific Representation of Datatypes
44771 @subsection Protocol-specific Representation of Datatypes
44772 @cindex protocol-specific representation of datatypes, in file-i/o protocol
44773
44774 @menu
44775 * Integral Datatypes::
44776 * Pointer Values::
44777 * Memory Transfer::
44778 * struct stat::
44779 * struct timeval::
44780 @end menu
44781
44782 @node Integral Datatypes
44783 @unnumberedsubsubsec Integral Datatypes
44784 @cindex integral datatypes, in file-i/o protocol
44785
44786 The integral datatypes used in the system calls are @code{int},
44787 @code{unsigned int}, @code{long}, @code{unsigned long},
44788 @code{mode_t}, and @code{time_t}.
44789
44790 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
44791 implemented as 32 bit values in this protocol.
44792
44793 @code{long} and @code{unsigned long} are implemented as 64 bit types.
44794
44795 @xref{Limits}, for corresponding MIN and MAX values (similar to those
44796 in @file{limits.h}) to allow range checking on host and target.
44797
44798 @code{time_t} datatypes are defined as seconds since the Epoch.
44799
44800 All integral datatypes transferred as part of a memory read or write of a
44801 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
44802 byte order.
44803
44804 @node Pointer Values
44805 @unnumberedsubsubsec Pointer Values
44806 @cindex pointer values, in file-i/o protocol
44807
44808 Pointers to target data are transmitted as they are. An exception
44809 is made for pointers to buffers for which the length isn't
44810 transmitted as part of the function call, namely strings. Strings
44811 are transmitted as a pointer/length pair, both as hex values, e.g.@:
44812
44813 @smallexample
44814 @code{1aaf/12}
44815 @end smallexample
44816
44817 @noindent
44818 which is a pointer to data of length 18 bytes at position 0x1aaf.
44819 The length is defined as the full string length in bytes, including
44820 the trailing null byte. For example, the string @code{"hello world"}
44821 at address 0x123456 is transmitted as
44822
44823 @smallexample
44824 @code{123456/d}
44825 @end smallexample
44826
44827 @node Memory Transfer
44828 @unnumberedsubsubsec Memory Transfer
44829 @cindex memory transfer, in file-i/o protocol
44830
44831 Structured data which is transferred using a memory read or write (for
44832 example, a @code{struct stat}) is expected to be in a protocol-specific format
44833 with all scalar multibyte datatypes being big endian. Translation to
44834 this representation needs to be done both by the target before the @code{F}
44835 packet is sent, and by @value{GDBN} before
44836 it transfers memory to the target. Transferred pointers to structured
44837 data should point to the already-coerced data at any time.
44838
44839
44840 @node struct stat
44841 @unnumberedsubsubsec struct stat
44842 @cindex struct stat, in file-i/o protocol
44843
44844 The buffer of type @code{struct stat} used by the target and @value{GDBN}
44845 is defined as follows:
44846
44847 @smallexample
44848 struct stat @{
44849 unsigned int st_dev; /* device */
44850 unsigned int st_ino; /* inode */
44851 mode_t st_mode; /* protection */
44852 unsigned int st_nlink; /* number of hard links */
44853 unsigned int st_uid; /* user ID of owner */
44854 unsigned int st_gid; /* group ID of owner */
44855 unsigned int st_rdev; /* device type (if inode device) */
44856 unsigned long st_size; /* total size, in bytes */
44857 unsigned long st_blksize; /* blocksize for filesystem I/O */
44858 unsigned long st_blocks; /* number of blocks allocated */
44859 time_t st_atime; /* time of last access */
44860 time_t st_mtime; /* time of last modification */
44861 time_t st_ctime; /* time of last change */
44862 @};
44863 @end smallexample
44864
44865 The integral datatypes conform to the definitions given in the
44866 appropriate section (see @ref{Integral Datatypes}, for details) so this
44867 structure is of size 64 bytes.
44868
44869 The values of several fields have a restricted meaning and/or
44870 range of values.
44871
44872 @table @code
44873
44874 @item st_dev
44875 A value of 0 represents a file, 1 the console.
44876
44877 @item st_ino
44878 No valid meaning for the target. Transmitted unchanged.
44879
44880 @item st_mode
44881 Valid mode bits are described in @ref{Constants}. Any other
44882 bits have currently no meaning for the target.
44883
44884 @item st_uid
44885 @itemx st_gid
44886 @itemx st_rdev
44887 No valid meaning for the target. Transmitted unchanged.
44888
44889 @item st_atime
44890 @itemx st_mtime
44891 @itemx st_ctime
44892 These values have a host and file system dependent
44893 accuracy. Especially on Windows hosts, the file system may not
44894 support exact timing values.
44895 @end table
44896
44897 The target gets a @code{struct stat} of the above representation and is
44898 responsible for coercing it to the target representation before
44899 continuing.
44900
44901 Note that due to size differences between the host, target, and protocol
44902 representations of @code{struct stat} members, these members could eventually
44903 get truncated on the target.
44904
44905 @node struct timeval
44906 @unnumberedsubsubsec struct timeval
44907 @cindex struct timeval, in file-i/o protocol
44908
44909 The buffer of type @code{struct timeval} used by the File-I/O protocol
44910 is defined as follows:
44911
44912 @smallexample
44913 struct timeval @{
44914 time_t tv_sec; /* second */
44915 long tv_usec; /* microsecond */
44916 @};
44917 @end smallexample
44918
44919 The integral datatypes conform to the definitions given in the
44920 appropriate section (see @ref{Integral Datatypes}, for details) so this
44921 structure is of size 8 bytes.
44922
44923 @node Constants
44924 @subsection Constants
44925 @cindex constants, in file-i/o protocol
44926
44927 The following values are used for the constants inside of the
44928 protocol. @value{GDBN} and target are responsible for translating these
44929 values before and after the call as needed.
44930
44931 @menu
44932 * Open Flags::
44933 * mode_t Values::
44934 * Errno Values::
44935 * Lseek Flags::
44936 * Limits::
44937 @end menu
44938
44939 @node Open Flags
44940 @unnumberedsubsubsec Open Flags
44941 @cindex open flags, in file-i/o protocol
44942
44943 All values are given in hexadecimal representation.
44944
44945 @smallexample
44946 O_RDONLY 0x0
44947 O_WRONLY 0x1
44948 O_RDWR 0x2
44949 O_APPEND 0x8
44950 O_CREAT 0x200
44951 O_TRUNC 0x400
44952 O_EXCL 0x800
44953 @end smallexample
44954
44955 @node mode_t Values
44956 @unnumberedsubsubsec mode_t Values
44957 @cindex mode_t values, in file-i/o protocol
44958
44959 All values are given in octal representation.
44960
44961 @smallexample
44962 S_IFREG 0100000
44963 S_IFDIR 040000
44964 S_IRUSR 0400
44965 S_IWUSR 0200
44966 S_IXUSR 0100
44967 S_IRGRP 040
44968 S_IWGRP 020
44969 S_IXGRP 010
44970 S_IROTH 04
44971 S_IWOTH 02
44972 S_IXOTH 01
44973 @end smallexample
44974
44975 @node Errno Values
44976 @unnumberedsubsubsec Errno Values
44977 @cindex errno values, in file-i/o protocol
44978
44979 All values are given in decimal representation.
44980
44981 @smallexample
44982 EPERM 1
44983 ENOENT 2
44984 EINTR 4
44985 EBADF 9
44986 EACCES 13
44987 EFAULT 14
44988 EBUSY 16
44989 EEXIST 17
44990 ENODEV 19
44991 ENOTDIR 20
44992 EISDIR 21
44993 EINVAL 22
44994 ENFILE 23
44995 EMFILE 24
44996 EFBIG 27
44997 ENOSPC 28
44998 ESPIPE 29
44999 EROFS 30
45000 ENAMETOOLONG 91
45001 EUNKNOWN 9999
45002 @end smallexample
45003
45004 @code{EUNKNOWN} is used as a fallback error value if a host system returns
45005 any error value not in the list of supported error numbers.
45006
45007 @node Lseek Flags
45008 @unnumberedsubsubsec Lseek Flags
45009 @cindex lseek flags, in file-i/o protocol
45010
45011 @smallexample
45012 SEEK_SET 0
45013 SEEK_CUR 1
45014 SEEK_END 2
45015 @end smallexample
45016
45017 @node Limits
45018 @unnumberedsubsubsec Limits
45019 @cindex limits, in file-i/o protocol
45020
45021 All values are given in decimal representation.
45022
45023 @smallexample
45024 INT_MIN -2147483648
45025 INT_MAX 2147483647
45026 UINT_MAX 4294967295
45027 LONG_MIN -9223372036854775808
45028 LONG_MAX 9223372036854775807
45029 ULONG_MAX 18446744073709551615
45030 @end smallexample
45031
45032 @node File-I/O Examples
45033 @subsection File-I/O Examples
45034 @cindex file-i/o examples
45035
45036 Example sequence of a write call, file descriptor 3, buffer is at target
45037 address 0x1234, 6 bytes should be written:
45038
45039 @smallexample
45040 <- @code{Fwrite,3,1234,6}
45041 @emph{request memory read from target}
45042 -> @code{m1234,6}
45043 <- XXXXXX
45044 @emph{return "6 bytes written"}
45045 -> @code{F6}
45046 @end smallexample
45047
45048 Example sequence of a read call, file descriptor 3, buffer is at target
45049 address 0x1234, 6 bytes should be read:
45050
45051 @smallexample
45052 <- @code{Fread,3,1234,6}
45053 @emph{request memory write to target}
45054 -> @code{X1234,6:XXXXXX}
45055 @emph{return "6 bytes read"}
45056 -> @code{F6}
45057 @end smallexample
45058
45059 Example sequence of a read call, call fails on the host due to invalid
45060 file descriptor (@code{EBADF}):
45061
45062 @smallexample
45063 <- @code{Fread,3,1234,6}
45064 -> @code{F-1,9}
45065 @end smallexample
45066
45067 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
45068 host is called:
45069
45070 @smallexample
45071 <- @code{Fread,3,1234,6}
45072 -> @code{F-1,4,C}
45073 <- @code{T02}
45074 @end smallexample
45075
45076 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
45077 host is called:
45078
45079 @smallexample
45080 <- @code{Fread,3,1234,6}
45081 -> @code{X1234,6:XXXXXX}
45082 <- @code{T02}
45083 @end smallexample
45084
45085 @node Library List Format
45086 @section Library List Format
45087 @cindex library list format, remote protocol
45088
45089 On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
45090 same process as your application to manage libraries. In this case,
45091 @value{GDBN} can use the loader's symbol table and normal memory
45092 operations to maintain a list of shared libraries. On other
45093 platforms, the operating system manages loaded libraries.
45094 @value{GDBN} can not retrieve the list of currently loaded libraries
45095 through memory operations, so it uses the @samp{qXfer:libraries:read}
45096 packet (@pxref{qXfer library list read}) instead. The remote stub
45097 queries the target's operating system and reports which libraries
45098 are loaded.
45099
45100 The @samp{qXfer:libraries:read} packet returns an XML document which
45101 lists loaded libraries and their offsets. Each library has an
45102 associated name and one or more segment or section base addresses,
45103 which report where the library was loaded in memory.
45104
45105 For the common case of libraries that are fully linked binaries, the
45106 library should have a list of segments. If the target supports
45107 dynamic linking of a relocatable object file, its library XML element
45108 should instead include a list of allocated sections. The segment or
45109 section bases are start addresses, not relocation offsets; they do not
45110 depend on the library's link-time base addresses.
45111
45112 @value{GDBN} must be linked with the Expat library to support XML
45113 library lists. @xref{Expat}.
45114
45115 A simple memory map, with one loaded library relocated by a single
45116 offset, looks like this:
45117
45118 @smallexample
45119 <library-list>
45120 <library name="/lib/libc.so.6">
45121 <segment address="0x10000000"/>
45122 </library>
45123 </library-list>
45124 @end smallexample
45125
45126 Another simple memory map, with one loaded library with three
45127 allocated sections (.text, .data, .bss), looks like this:
45128
45129 @smallexample
45130 <library-list>
45131 <library name="sharedlib.o">
45132 <section address="0x10000000"/>
45133 <section address="0x20000000"/>
45134 <section address="0x30000000"/>
45135 </library>
45136 </library-list>
45137 @end smallexample
45138
45139 The format of a library list is described by this DTD:
45140
45141 @smallexample
45142 <!-- library-list: Root element with versioning -->
45143 <!ELEMENT library-list (library)*>
45144 <!ATTLIST library-list version CDATA #FIXED "1.0">
45145 <!ELEMENT library (segment*, section*)>
45146 <!ATTLIST library name CDATA #REQUIRED>
45147 <!ELEMENT segment EMPTY>
45148 <!ATTLIST segment address CDATA #REQUIRED>
45149 <!ELEMENT section EMPTY>
45150 <!ATTLIST section address CDATA #REQUIRED>
45151 @end smallexample
45152
45153 In addition, segments and section descriptors cannot be mixed within a
45154 single library element, and you must supply at least one segment or
45155 section for each library.
45156
45157 @node Library List Format for SVR4 Targets
45158 @section Library List Format for SVR4 Targets
45159 @cindex library list format, remote protocol
45160
45161 On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
45162 (e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
45163 shared libraries. Still a special library list provided by this packet is
45164 more efficient for the @value{GDBN} remote protocol.
45165
45166 The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
45167 loaded libraries and their SVR4 linker parameters. For each library on SVR4
45168 target, the following parameters are reported:
45169
45170 @itemize @minus
45171 @item
45172 @code{name}, the absolute file name from the @code{l_name} field of
45173 @code{struct link_map}.
45174 @item
45175 @code{lm} with address of @code{struct link_map} used for TLS
45176 (Thread Local Storage) access.
45177 @item
45178 @code{l_addr}, the displacement as read from the field @code{l_addr} of
45179 @code{struct link_map}. For prelinked libraries this is not an absolute
45180 memory address. It is a displacement of absolute memory address against
45181 address the file was prelinked to during the library load.
45182 @item
45183 @code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
45184 @end itemize
45185
45186 Additionally the single @code{main-lm} attribute specifies address of
45187 @code{struct link_map} used for the main executable. This parameter is used
45188 for TLS access and its presence is optional.
45189
45190 @value{GDBN} must be linked with the Expat library to support XML
45191 SVR4 library lists. @xref{Expat}.
45192
45193 A simple memory map, with two loaded libraries (which do not use prelink),
45194 looks like this:
45195
45196 @smallexample
45197 <library-list-svr4 version="1.0" main-lm="0xe4f8f8">
45198 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
45199 l_ld="0xe4eefc"/>
45200 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
45201 l_ld="0x152350"/>
45202 </library-list-svr>
45203 @end smallexample
45204
45205 The format of an SVR4 library list is described by this DTD:
45206
45207 @smallexample
45208 <!-- library-list-svr4: Root element with versioning -->
45209 <!ELEMENT library-list-svr4 (library)*>
45210 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
45211 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
45212 <!ELEMENT library EMPTY>
45213 <!ATTLIST library name CDATA #REQUIRED>
45214 <!ATTLIST library lm CDATA #REQUIRED>
45215 <!ATTLIST library l_addr CDATA #REQUIRED>
45216 <!ATTLIST library l_ld CDATA #REQUIRED>
45217 @end smallexample
45218
45219 @node Memory Map Format
45220 @section Memory Map Format
45221 @cindex memory map format
45222
45223 To be able to write into flash memory, @value{GDBN} needs to obtain a
45224 memory map from the target. This section describes the format of the
45225 memory map.
45226
45227 The memory map is obtained using the @samp{qXfer:memory-map:read}
45228 (@pxref{qXfer memory map read}) packet and is an XML document that
45229 lists memory regions.
45230
45231 @value{GDBN} must be linked with the Expat library to support XML
45232 memory maps. @xref{Expat}.
45233
45234 The top-level structure of the document is shown below:
45235
45236 @smallexample
45237 <?xml version="1.0"?>
45238 <!DOCTYPE memory-map
45239 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45240 "http://sourceware.org/gdb/gdb-memory-map.dtd">
45241 <memory-map>
45242 region...
45243 </memory-map>
45244 @end smallexample
45245
45246 Each region can be either:
45247
45248 @itemize
45249
45250 @item
45251 A region of RAM starting at @var{addr} and extending for @var{length}
45252 bytes from there:
45253
45254 @smallexample
45255 <memory type="ram" start="@var{addr}" length="@var{length}"/>
45256 @end smallexample
45257
45258
45259 @item
45260 A region of read-only memory:
45261
45262 @smallexample
45263 <memory type="rom" start="@var{addr}" length="@var{length}"/>
45264 @end smallexample
45265
45266
45267 @item
45268 A region of flash memory, with erasure blocks @var{blocksize}
45269 bytes in length:
45270
45271 @smallexample
45272 <memory type="flash" start="@var{addr}" length="@var{length}">
45273 <property name="blocksize">@var{blocksize}</property>
45274 </memory>
45275 @end smallexample
45276
45277 @end itemize
45278
45279 Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
45280 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
45281 packets to write to addresses in such ranges.
45282
45283 The formal DTD for memory map format is given below:
45284
45285 @smallexample
45286 <!-- ................................................... -->
45287 <!-- Memory Map XML DTD ................................ -->
45288 <!-- File: memory-map.dtd .............................. -->
45289 <!-- .................................... .............. -->
45290 <!-- memory-map.dtd -->
45291 <!-- memory-map: Root element with versioning -->
45292 <!ELEMENT memory-map (memory)*>
45293 <!ATTLIST memory-map version CDATA #FIXED "1.0.0">
45294 <!ELEMENT memory (property)*>
45295 <!-- memory: Specifies a memory region,
45296 and its type, or device. -->
45297 <!ATTLIST memory type (ram|rom|flash) #REQUIRED
45298 start CDATA #REQUIRED
45299 length CDATA #REQUIRED>
45300 <!-- property: Generic attribute tag -->
45301 <!ELEMENT property (#PCDATA | property)*>
45302 <!ATTLIST property name (blocksize) #REQUIRED>
45303 @end smallexample
45304
45305 @node Thread List Format
45306 @section Thread List Format
45307 @cindex thread list format
45308
45309 To efficiently update the list of threads and their attributes,
45310 @value{GDBN} issues the @samp{qXfer:threads:read} packet
45311 (@pxref{qXfer threads read}) and obtains the XML document with
45312 the following structure:
45313
45314 @smallexample
45315 <?xml version="1.0"?>
45316 <threads>
45317 <thread id="id" core="0" name="name">
45318 ... description ...
45319 </thread>
45320 </threads>
45321 @end smallexample
45322
45323 Each @samp{thread} element must have the @samp{id} attribute that
45324 identifies the thread (@pxref{thread-id syntax}). The
45325 @samp{core} attribute, if present, specifies which processor core
45326 the thread was last executing on. The @samp{name} attribute, if
45327 present, specifies the human-readable name of the thread. The content
45328 of the of @samp{thread} element is interpreted as human-readable
45329 auxiliary information. The @samp{handle} attribute, if present,
45330 is a hex encoded representation of the thread handle.
45331
45332
45333 @node Traceframe Info Format
45334 @section Traceframe Info Format
45335 @cindex traceframe info format
45336
45337 To be able to know which objects in the inferior can be examined when
45338 inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
45339 memory ranges, registers and trace state variables that have been
45340 collected in a traceframe.
45341
45342 This list is obtained using the @samp{qXfer:traceframe-info:read}
45343 (@pxref{qXfer traceframe info read}) packet and is an XML document.
45344
45345 @value{GDBN} must be linked with the Expat library to support XML
45346 traceframe info discovery. @xref{Expat}.
45347
45348 The top-level structure of the document is shown below:
45349
45350 @smallexample
45351 <?xml version="1.0"?>
45352 <!DOCTYPE traceframe-info
45353 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45354 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
45355 <traceframe-info>
45356 block...
45357 </traceframe-info>
45358 @end smallexample
45359
45360 Each traceframe block can be either:
45361
45362 @itemize
45363
45364 @item
45365 A region of collected memory starting at @var{addr} and extending for
45366 @var{length} bytes from there:
45367
45368 @smallexample
45369 <memory start="@var{addr}" length="@var{length}"/>
45370 @end smallexample
45371
45372 @item
45373 A block indicating trace state variable numbered @var{number} has been
45374 collected:
45375
45376 @smallexample
45377 <tvar id="@var{number}"/>
45378 @end smallexample
45379
45380 @end itemize
45381
45382 The formal DTD for the traceframe info format is given below:
45383
45384 @smallexample
45385 <!ELEMENT traceframe-info (memory | tvar)* >
45386 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
45387
45388 <!ELEMENT memory EMPTY>
45389 <!ATTLIST memory start CDATA #REQUIRED
45390 length CDATA #REQUIRED>
45391 <!ELEMENT tvar>
45392 <!ATTLIST tvar id CDATA #REQUIRED>
45393 @end smallexample
45394
45395 @node Branch Trace Format
45396 @section Branch Trace Format
45397 @cindex branch trace format
45398
45399 In order to display the branch trace of an inferior thread,
45400 @value{GDBN} needs to obtain the list of branches. This list is
45401 represented as list of sequential code blocks that are connected via
45402 branches. The code in each block has been executed sequentially.
45403
45404 This list is obtained using the @samp{qXfer:btrace:read}
45405 (@pxref{qXfer btrace read}) packet and is an XML document.
45406
45407 @value{GDBN} must be linked with the Expat library to support XML
45408 traceframe info discovery. @xref{Expat}.
45409
45410 The top-level structure of the document is shown below:
45411
45412 @smallexample
45413 <?xml version="1.0"?>
45414 <!DOCTYPE btrace
45415 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
45416 "http://sourceware.org/gdb/gdb-btrace.dtd">
45417 <btrace>
45418 block...
45419 </btrace>
45420 @end smallexample
45421
45422 @itemize
45423
45424 @item
45425 A block of sequentially executed instructions starting at @var{begin}
45426 and ending at @var{end}:
45427
45428 @smallexample
45429 <block begin="@var{begin}" end="@var{end}"/>
45430 @end smallexample
45431
45432 @end itemize
45433
45434 The formal DTD for the branch trace format is given below:
45435
45436 @smallexample
45437 <!ELEMENT btrace (block* | pt) >
45438 <!ATTLIST btrace version CDATA #FIXED "1.0">
45439
45440 <!ELEMENT block EMPTY>
45441 <!ATTLIST block begin CDATA #REQUIRED
45442 end CDATA #REQUIRED>
45443
45444 <!ELEMENT pt (pt-config?, raw?)>
45445
45446 <!ELEMENT pt-config (cpu?)>
45447
45448 <!ELEMENT cpu EMPTY>
45449 <!ATTLIST cpu vendor CDATA #REQUIRED
45450 family CDATA #REQUIRED
45451 model CDATA #REQUIRED
45452 stepping CDATA #REQUIRED>
45453
45454 <!ELEMENT raw (#PCDATA)>
45455 @end smallexample
45456
45457 @node Branch Trace Configuration Format
45458 @section Branch Trace Configuration Format
45459 @cindex branch trace configuration format
45460
45461 For each inferior thread, @value{GDBN} can obtain the branch trace
45462 configuration using the @samp{qXfer:btrace-conf:read}
45463 (@pxref{qXfer btrace-conf read}) packet.
45464
45465 The configuration describes the branch trace format and configuration
45466 settings for that format. The following information is described:
45467
45468 @table @code
45469 @item bts
45470 This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
45471 @table @code
45472 @item size
45473 The size of the @acronym{BTS} ring buffer in bytes.
45474 @end table
45475 @item pt
45476 This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
45477 PT}) format.
45478 @table @code
45479 @item size
45480 The size of the @acronym{Intel PT} ring buffer in bytes.
45481 @end table
45482 @end table
45483
45484 @value{GDBN} must be linked with the Expat library to support XML
45485 branch trace configuration discovery. @xref{Expat}.
45486
45487 The formal DTD for the branch trace configuration format is given below:
45488
45489 @smallexample
45490 <!ELEMENT btrace-conf (bts?, pt?)>
45491 <!ATTLIST btrace-conf version CDATA #FIXED "1.0">
45492
45493 <!ELEMENT bts EMPTY>
45494 <!ATTLIST bts size CDATA #IMPLIED>
45495
45496 <!ELEMENT pt EMPTY>
45497 <!ATTLIST pt size CDATA #IMPLIED>
45498 @end smallexample
45499
45500 @include agentexpr.texi
45501
45502 @node Target Descriptions
45503 @appendix Target Descriptions
45504 @cindex target descriptions
45505
45506 One of the challenges of using @value{GDBN} to debug embedded systems
45507 is that there are so many minor variants of each processor
45508 architecture in use. It is common practice for vendors to start with
45509 a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
45510 and then make changes to adapt it to a particular market niche. Some
45511 architectures have hundreds of variants, available from dozens of
45512 vendors. This leads to a number of problems:
45513
45514 @itemize @bullet
45515 @item
45516 With so many different customized processors, it is difficult for
45517 the @value{GDBN} maintainers to keep up with the changes.
45518 @item
45519 Since individual variants may have short lifetimes or limited
45520 audiences, it may not be worthwhile to carry information about every
45521 variant in the @value{GDBN} source tree.
45522 @item
45523 When @value{GDBN} does support the architecture of the embedded system
45524 at hand, the task of finding the correct architecture name to give the
45525 @command{set architecture} command can be error-prone.
45526 @end itemize
45527
45528 To address these problems, the @value{GDBN} remote protocol allows a
45529 target system to not only identify itself to @value{GDBN}, but to
45530 actually describe its own features. This lets @value{GDBN} support
45531 processor variants it has never seen before --- to the extent that the
45532 descriptions are accurate, and that @value{GDBN} understands them.
45533
45534 @value{GDBN} must be linked with the Expat library to support XML
45535 target descriptions. @xref{Expat}.
45536
45537 @menu
45538 * Retrieving Descriptions:: How descriptions are fetched from a target.
45539 * Target Description Format:: The contents of a target description.
45540 * Predefined Target Types:: Standard types available for target
45541 descriptions.
45542 * Enum Target Types:: How to define enum target types.
45543 * Standard Target Features:: Features @value{GDBN} knows about.
45544 @end menu
45545
45546 @node Retrieving Descriptions
45547 @section Retrieving Descriptions
45548
45549 Target descriptions can be read from the target automatically, or
45550 specified by the user manually. The default behavior is to read the
45551 description from the target. @value{GDBN} retrieves it via the remote
45552 protocol using @samp{qXfer} requests (@pxref{General Query Packets,
45553 qXfer}). The @var{annex} in the @samp{qXfer} packet will be
45554 @samp{target.xml}. The contents of the @samp{target.xml} annex are an
45555 XML document, of the form described in @ref{Target Description
45556 Format}.
45557
45558 Alternatively, you can specify a file to read for the target description.
45559 If a file is set, the target will not be queried. The commands to
45560 specify a file are:
45561
45562 @table @code
45563 @cindex set tdesc filename
45564 @item set tdesc filename @var{path}
45565 Read the target description from @var{path}.
45566
45567 @cindex unset tdesc filename
45568 @item unset tdesc filename
45569 Do not read the XML target description from a file. @value{GDBN}
45570 will use the description supplied by the current target.
45571
45572 @cindex show tdesc filename
45573 @item show tdesc filename
45574 Show the filename to read for a target description, if any.
45575 @end table
45576
45577
45578 @node Target Description Format
45579 @section Target Description Format
45580 @cindex target descriptions, XML format
45581
45582 A target description annex is an @uref{http://www.w3.org/XML/, XML}
45583 document which complies with the Document Type Definition provided in
45584 the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
45585 means you can use generally available tools like @command{xmllint} to
45586 check that your feature descriptions are well-formed and valid.
45587 However, to help people unfamiliar with XML write descriptions for
45588 their targets, we also describe the grammar here.
45589
45590 Target descriptions can identify the architecture of the remote target
45591 and (for some architectures) provide information about custom register
45592 sets. They can also identify the OS ABI of the remote target.
45593 @value{GDBN} can use this information to autoconfigure for your
45594 target, or to warn you if you connect to an unsupported target.
45595
45596 Here is a simple target description:
45597
45598 @smallexample
45599 <target version="1.0">
45600 <architecture>i386:x86-64</architecture>
45601 </target>
45602 @end smallexample
45603
45604 @noindent
45605 This minimal description only says that the target uses
45606 the x86-64 architecture.
45607
45608 A target description has the following overall form, with [ ] marking
45609 optional elements and @dots{} marking repeatable elements. The elements
45610 are explained further below.
45611
45612 @smallexample
45613 <?xml version="1.0"?>
45614 <!DOCTYPE target SYSTEM "gdb-target.dtd">
45615 <target version="1.0">
45616 @r{[}@var{architecture}@r{]}
45617 @r{[}@var{osabi}@r{]}
45618 @r{[}@var{compatible}@r{]}
45619 @r{[}@var{feature}@dots{}@r{]}
45620 </target>
45621 @end smallexample
45622
45623 @noindent
45624 The description is generally insensitive to whitespace and line
45625 breaks, under the usual common-sense rules. The XML version
45626 declaration and document type declaration can generally be omitted
45627 (@value{GDBN} does not require them), but specifying them may be
45628 useful for XML validation tools. The @samp{version} attribute for
45629 @samp{<target>} may also be omitted, but we recommend
45630 including it; if future versions of @value{GDBN} use an incompatible
45631 revision of @file{gdb-target.dtd}, they will detect and report
45632 the version mismatch.
45633
45634 @subsection Inclusion
45635 @cindex target descriptions, inclusion
45636 @cindex XInclude
45637 @ifnotinfo
45638 @cindex <xi:include>
45639 @end ifnotinfo
45640
45641 It can sometimes be valuable to split a target description up into
45642 several different annexes, either for organizational purposes, or to
45643 share files between different possible target descriptions. You can
45644 divide a description into multiple files by replacing any element of
45645 the target description with an inclusion directive of the form:
45646
45647 @smallexample
45648 <xi:include href="@var{document}"/>
45649 @end smallexample
45650
45651 @noindent
45652 When @value{GDBN} encounters an element of this form, it will retrieve
45653 the named XML @var{document}, and replace the inclusion directive with
45654 the contents of that document. If the current description was read
45655 using @samp{qXfer}, then so will be the included document;
45656 @var{document} will be interpreted as the name of an annex. If the
45657 current description was read from a file, @value{GDBN} will look for
45658 @var{document} as a file in the same directory where it found the
45659 original description.
45660
45661 @subsection Architecture
45662 @cindex <architecture>
45663
45664 An @samp{<architecture>} element has this form:
45665
45666 @smallexample
45667 <architecture>@var{arch}</architecture>
45668 @end smallexample
45669
45670 @var{arch} is one of the architectures from the set accepted by
45671 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45672
45673 @subsection OS ABI
45674 @cindex @code{<osabi>}
45675
45676 This optional field was introduced in @value{GDBN} version 7.0.
45677 Previous versions of @value{GDBN} ignore it.
45678
45679 An @samp{<osabi>} element has this form:
45680
45681 @smallexample
45682 <osabi>@var{abi-name}</osabi>
45683 @end smallexample
45684
45685 @var{abi-name} is an OS ABI name from the same selection accepted by
45686 @w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
45687
45688 @subsection Compatible Architecture
45689 @cindex @code{<compatible>}
45690
45691 This optional field was introduced in @value{GDBN} version 7.0.
45692 Previous versions of @value{GDBN} ignore it.
45693
45694 A @samp{<compatible>} element has this form:
45695
45696 @smallexample
45697 <compatible>@var{arch}</compatible>
45698 @end smallexample
45699
45700 @var{arch} is one of the architectures from the set accepted by
45701 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45702
45703 A @samp{<compatible>} element is used to specify that the target
45704 is able to run binaries in some other than the main target architecture
45705 given by the @samp{<architecture>} element. For example, on the
45706 Cell Broadband Engine, the main architecture is @code{powerpc:common}
45707 or @code{powerpc:common64}, but the system is able to run binaries
45708 in the @code{spu} architecture as well. The way to describe this
45709 capability with @samp{<compatible>} is as follows:
45710
45711 @smallexample
45712 <architecture>powerpc:common</architecture>
45713 <compatible>spu</compatible>
45714 @end smallexample
45715
45716 @subsection Features
45717 @cindex <feature>
45718
45719 Each @samp{<feature>} describes some logical portion of the target
45720 system. Features are currently used to describe available CPU
45721 registers and the types of their contents. A @samp{<feature>} element
45722 has this form:
45723
45724 @smallexample
45725 <feature name="@var{name}">
45726 @r{[}@var{type}@dots{}@r{]}
45727 @var{reg}@dots{}
45728 </feature>
45729 @end smallexample
45730
45731 @noindent
45732 Each feature's name should be unique within the description. The name
45733 of a feature does not matter unless @value{GDBN} has some special
45734 knowledge of the contents of that feature; if it does, the feature
45735 should have its standard name. @xref{Standard Target Features}.
45736
45737 @subsection Types
45738
45739 Any register's value is a collection of bits which @value{GDBN} must
45740 interpret. The default interpretation is a two's complement integer,
45741 but other types can be requested by name in the register description.
45742 Some predefined types are provided by @value{GDBN} (@pxref{Predefined
45743 Target Types}), and the description can define additional composite
45744 and enum types.
45745
45746 Each type element must have an @samp{id} attribute, which gives
45747 a unique (within the containing @samp{<feature>}) name to the type.
45748 Types must be defined before they are used.
45749
45750 @cindex <vector>
45751 Some targets offer vector registers, which can be treated as arrays
45752 of scalar elements. These types are written as @samp{<vector>} elements,
45753 specifying the array element type, @var{type}, and the number of elements,
45754 @var{count}:
45755
45756 @smallexample
45757 <vector id="@var{id}" type="@var{type}" count="@var{count}"/>
45758 @end smallexample
45759
45760 @cindex <union>
45761 If a register's value is usefully viewed in multiple ways, define it
45762 with a union type containing the useful representations. The
45763 @samp{<union>} element contains one or more @samp{<field>} elements,
45764 each of which has a @var{name} and a @var{type}:
45765
45766 @smallexample
45767 <union id="@var{id}">
45768 <field name="@var{name}" type="@var{type}"/>
45769 @dots{}
45770 </union>
45771 @end smallexample
45772
45773 @cindex <struct>
45774 @cindex <flags>
45775 If a register's value is composed from several separate values, define
45776 it with either a structure type or a flags type.
45777 A flags type may only contain bitfields.
45778 A structure type may either contain only bitfields or contain no bitfields.
45779 If the value contains only bitfields, its total size in bytes must be
45780 specified.
45781
45782 Non-bitfield values have a @var{name} and @var{type}.
45783
45784 @smallexample
45785 <struct id="@var{id}">
45786 <field name="@var{name}" type="@var{type}"/>
45787 @dots{}
45788 </struct>
45789 @end smallexample
45790
45791 Both @var{name} and @var{type} values are required.
45792 No implicit padding is added.
45793
45794 Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
45795
45796 @smallexample
45797 <struct id="@var{id}" size="@var{size}">
45798 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
45799 @dots{}
45800 </struct>
45801 @end smallexample
45802
45803 @smallexample
45804 <flags id="@var{id}" size="@var{size}">
45805 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
45806 @dots{}
45807 </flags>
45808 @end smallexample
45809
45810 The @var{name} value is required.
45811 Bitfield values may be named with the empty string, @samp{""},
45812 in which case the field is ``filler'' and its value is not printed.
45813 Not all bits need to be specified, so ``filler'' fields are optional.
45814
45815 The @var{start} and @var{end} values are required, and @var{type}
45816 is optional.
45817 The field's @var{start} must be less than or equal to its @var{end},
45818 and zero represents the least significant bit.
45819
45820 The default value of @var{type} is @code{bool} for single bit fields,
45821 and an unsigned integer otherwise.
45822
45823 Which to choose? Structures or flags?
45824
45825 Registers defined with @samp{flags} have these advantages over
45826 defining them with @samp{struct}:
45827
45828 @itemize @bullet
45829 @item
45830 Arithmetic may be performed on them as if they were integers.
45831 @item
45832 They are printed in a more readable fashion.
45833 @end itemize
45834
45835 Registers defined with @samp{struct} have one advantage over
45836 defining them with @samp{flags}:
45837
45838 @itemize @bullet
45839 @item
45840 One can fetch individual fields like in @samp{C}.
45841
45842 @smallexample
45843 (gdb) print $my_struct_reg.field3
45844 $1 = 42
45845 @end smallexample
45846
45847 @end itemize
45848
45849 @subsection Registers
45850 @cindex <reg>
45851
45852 Each register is represented as an element with this form:
45853
45854 @smallexample
45855 <reg name="@var{name}"
45856 bitsize="@var{size}"
45857 @r{[}regnum="@var{num}"@r{]}
45858 @r{[}save-restore="@var{save-restore}"@r{]}
45859 @r{[}type="@var{type}"@r{]}
45860 @r{[}group="@var{group}"@r{]}/>
45861 @end smallexample
45862
45863 @noindent
45864 The components are as follows:
45865
45866 @table @var
45867
45868 @item name
45869 The register's name; it must be unique within the target description.
45870
45871 @item bitsize
45872 The register's size, in bits.
45873
45874 @item regnum
45875 The register's number. If omitted, a register's number is one greater
45876 than that of the previous register (either in the current feature or in
45877 a preceding feature); the first register in the target description
45878 defaults to zero. This register number is used to read or write
45879 the register; e.g.@: it is used in the remote @code{p} and @code{P}
45880 packets, and registers appear in the @code{g} and @code{G} packets
45881 in order of increasing register number.
45882
45883 @item save-restore
45884 Whether the register should be preserved across inferior function
45885 calls; this must be either @code{yes} or @code{no}. The default is
45886 @code{yes}, which is appropriate for most registers except for
45887 some system control registers; this is not related to the target's
45888 ABI.
45889
45890 @item type
45891 The type of the register. It may be a predefined type, a type
45892 defined in the current feature, or one of the special types @code{int}
45893 and @code{float}. @code{int} is an integer type of the correct size
45894 for @var{bitsize}, and @code{float} is a floating point type (in the
45895 architecture's normal floating point format) of the correct size for
45896 @var{bitsize}. The default is @code{int}.
45897
45898 @item group
45899 The register group to which this register belongs. It can be one of the
45900 standard register groups @code{general}, @code{float}, @code{vector} or an
45901 arbitrary string. Group names should be limited to alphanumeric characters.
45902 If a group name is made up of multiple words the words may be separated by
45903 hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
45904 @var{group} is specified, @value{GDBN} will not display the register in
45905 @code{info registers}.
45906
45907 @end table
45908
45909 @node Predefined Target Types
45910 @section Predefined Target Types
45911 @cindex target descriptions, predefined types
45912
45913 Type definitions in the self-description can build up composite types
45914 from basic building blocks, but can not define fundamental types. Instead,
45915 standard identifiers are provided by @value{GDBN} for the fundamental
45916 types. The currently supported types are:
45917
45918 @table @code
45919
45920 @item bool
45921 Boolean type, occupying a single bit.
45922
45923 @item int8
45924 @itemx int16
45925 @itemx int24
45926 @itemx int32
45927 @itemx int64
45928 @itemx int128
45929 Signed integer types holding the specified number of bits.
45930
45931 @item uint8
45932 @itemx uint16
45933 @itemx uint24
45934 @itemx uint32
45935 @itemx uint64
45936 @itemx uint128
45937 Unsigned integer types holding the specified number of bits.
45938
45939 @item code_ptr
45940 @itemx data_ptr
45941 Pointers to unspecified code and data. The program counter and
45942 any dedicated return address register may be marked as code
45943 pointers; printing a code pointer converts it into a symbolic
45944 address. The stack pointer and any dedicated address registers
45945 may be marked as data pointers.
45946
45947 @item ieee_single
45948 Single precision IEEE floating point.
45949
45950 @item ieee_double
45951 Double precision IEEE floating point.
45952
45953 @item arm_fpa_ext
45954 The 12-byte extended precision format used by ARM FPA registers.
45955
45956 @item i387_ext
45957 The 10-byte extended precision format used by x87 registers.
45958
45959 @item i386_eflags
45960 32bit @sc{eflags} register used by x86.
45961
45962 @item i386_mxcsr
45963 32bit @sc{mxcsr} register used by x86.
45964
45965 @end table
45966
45967 @node Enum Target Types
45968 @section Enum Target Types
45969 @cindex target descriptions, enum types
45970
45971 Enum target types are useful in @samp{struct} and @samp{flags}
45972 register descriptions. @xref{Target Description Format}.
45973
45974 Enum types have a name, size and a list of name/value pairs.
45975
45976 @smallexample
45977 <enum id="@var{id}" size="@var{size}">
45978 <evalue name="@var{name}" value="@var{value}"/>
45979 @dots{}
45980 </enum>
45981 @end smallexample
45982
45983 Enums must be defined before they are used.
45984
45985 @smallexample
45986 <enum id="levels_type" size="4">
45987 <evalue name="low" value="0"/>
45988 <evalue name="high" value="1"/>
45989 </enum>
45990 <flags id="flags_type" size="4">
45991 <field name="X" start="0"/>
45992 <field name="LEVEL" start="1" end="1" type="levels_type"/>
45993 </flags>
45994 <reg name="flags" bitsize="32" type="flags_type"/>
45995 @end smallexample
45996
45997 Given that description, a value of 3 for the @samp{flags} register
45998 would be printed as:
45999
46000 @smallexample
46001 (gdb) info register flags
46002 flags 0x3 [ X LEVEL=high ]
46003 @end smallexample
46004
46005 @node Standard Target Features
46006 @section Standard Target Features
46007 @cindex target descriptions, standard features
46008
46009 A target description must contain either no registers or all the
46010 target's registers. If the description contains no registers, then
46011 @value{GDBN} will assume a default register layout, selected based on
46012 the architecture. If the description contains any registers, the
46013 default layout will not be used; the standard registers must be
46014 described in the target description, in such a way that @value{GDBN}
46015 can recognize them.
46016
46017 This is accomplished by giving specific names to feature elements
46018 which contain standard registers. @value{GDBN} will look for features
46019 with those names and verify that they contain the expected registers;
46020 if any known feature is missing required registers, or if any required
46021 feature is missing, @value{GDBN} will reject the target
46022 description. You can add additional registers to any of the
46023 standard features --- @value{GDBN} will display them just as if
46024 they were added to an unrecognized feature.
46025
46026 This section lists the known features and their expected contents.
46027 Sample XML documents for these features are included in the
46028 @value{GDBN} source tree, in the directory @file{gdb/features}.
46029
46030 Names recognized by @value{GDBN} should include the name of the
46031 company or organization which selected the name, and the overall
46032 architecture to which the feature applies; so e.g.@: the feature
46033 containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
46034
46035 The names of registers are not case sensitive for the purpose
46036 of recognizing standard features, but @value{GDBN} will only display
46037 registers using the capitalization used in the description.
46038
46039 @menu
46040 * AArch64 Features::
46041 * ARC Features::
46042 * ARM Features::
46043 * i386 Features::
46044 * MicroBlaze Features::
46045 * MIPS Features::
46046 * M68K Features::
46047 * NDS32 Features::
46048 * Nios II Features::
46049 * OpenRISC 1000 Features::
46050 * PowerPC Features::
46051 * RISC-V Features::
46052 * RX Features::
46053 * S/390 and System z Features::
46054 * Sparc Features::
46055 * TIC6x Features::
46056 @end menu
46057
46058
46059 @node AArch64 Features
46060 @subsection AArch64 Features
46061 @cindex target descriptions, AArch64 features
46062
46063 The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
46064 targets. It should contain registers @samp{x0} through @samp{x30},
46065 @samp{sp}, @samp{pc}, and @samp{cpsr}.
46066
46067 The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
46068 it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
46069 and @samp{fpcr}.
46070
46071 The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
46072 it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
46073 through @samp{p15}, @samp{ffr} and @samp{vg}.
46074
46075 The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
46076 it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
46077
46078 @node ARC Features
46079 @subsection ARC Features
46080 @cindex target descriptions, ARC Features
46081
46082 ARC processors are so configurable that even core registers and their numbers
46083 are not predetermined completely. Moreover, @emph{flags} and @emph{PC}
46084 registers, which are important to @value{GDBN}, are not ``core'' registers in
46085 ARC. Therefore, there are two features that their presence is mandatory:
46086 @samp{org.gnu.gdb.arc.core} and @samp{org.gnu.gdb.arc.aux}.
46087
46088 The @samp{org.gnu.gdb.arc.core} feature is required for all targets. It must
46089 contain registers:
46090
46091 @itemize @minus
46092 @item
46093 @samp{r0} through @samp{r25} for normal register file targets.
46094 @item
46095 @samp{r0} through @samp{r3}, and @samp{r10} through @samp{r15} for reduced
46096 register file targets.
46097 @item
46098 @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}@footnote{Not necessary for ARCv1.},
46099 @samp{blink}, @samp{lp_count}, @samp{pcl}.
46100 @end itemize
46101
46102 In case of an ARCompact target (ARCv1 ISA), the @samp{org.gnu.gdb.arc.core}
46103 feature may contain registers @samp{ilink1} and @samp{ilink2}. While in case
46104 of ARC EM and ARC HS targets (ARCv2 ISA), register @samp{ilink} may be present.
46105 The difference between ARCv1 and ARCv2 is the naming of registers @emph{29th}
46106 and @emph{30th}. They are called @samp{ilink1} and @samp{ilink2} for ARCv1 and
46107 are optional. For ARCv2, they are called @samp{ilink} and @samp{r30} and only
46108 @samp{ilink} is optional. The optionality of @samp{ilink*} registers is
46109 because of their inaccessibility during user space debugging sessions.
46110
46111 Extension core registers @samp{r32} through @samp{r59} are optional and their
46112 existence depends on the configuration. When debugging GNU/Linux applications,
46113 i.e.@: user space debugging, these core registers are not available.
46114
46115 The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets. Here
46116 is the list of registers pertinent to this feature:
46117
46118 @itemize @minus
46119 @item
46120 mandatory: @samp{pc} and @samp{status32}.
46121 @item
46122 optional: @samp{lp_start}, @samp{lp_end}, and @samp{bta}.
46123 @end itemize
46124
46125 @node ARM Features
46126 @subsection ARM Features
46127 @cindex target descriptions, ARM features
46128
46129 The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
46130 ARM targets.
46131 It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
46132 @samp{lr}, @samp{pc}, and @samp{cpsr}.
46133
46134 For M-profile targets (e.g.@: Cortex-M3), the @samp{org.gnu.gdb.arm.core}
46135 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
46136 registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
46137 and @samp{xpsr}.
46138
46139 The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
46140 should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
46141
46142 The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
46143 it should contain at least registers @samp{wR0} through @samp{wR15} and
46144 @samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
46145 @samp{wCSSF}, and @samp{wCASF} registers are optional.
46146
46147 The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
46148 should contain at least registers @samp{d0} through @samp{d15}. If
46149 they are present, @samp{d16} through @samp{d31} should also be included.
46150 @value{GDBN} will synthesize the single-precision registers from
46151 halves of the double-precision registers.
46152
46153 The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
46154 need to contain registers; it instructs @value{GDBN} to display the
46155 VFP double-precision registers as vectors and to synthesize the
46156 quad-precision registers from pairs of double-precision registers.
46157 If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
46158 be present and include 32 double-precision registers.
46159
46160 @node i386 Features
46161 @subsection i386 Features
46162 @cindex target descriptions, i386 features
46163
46164 The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
46165 targets. It should describe the following registers:
46166
46167 @itemize @minus
46168 @item
46169 @samp{eax} through @samp{edi} plus @samp{eip} for i386
46170 @item
46171 @samp{rax} through @samp{r15} plus @samp{rip} for amd64
46172 @item
46173 @samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
46174 @samp{fs}, @samp{gs}
46175 @item
46176 @samp{st0} through @samp{st7}
46177 @item
46178 @samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
46179 @samp{foseg}, @samp{fooff} and @samp{fop}
46180 @end itemize
46181
46182 The register sets may be different, depending on the target.
46183
46184 The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
46185 describe registers:
46186
46187 @itemize @minus
46188 @item
46189 @samp{xmm0} through @samp{xmm7} for i386
46190 @item
46191 @samp{xmm0} through @samp{xmm15} for amd64
46192 @item
46193 @samp{mxcsr}
46194 @end itemize
46195
46196 The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
46197 @samp{org.gnu.gdb.i386.sse} feature. It should
46198 describe the upper 128 bits of @sc{ymm} registers:
46199
46200 @itemize @minus
46201 @item
46202 @samp{ymm0h} through @samp{ymm7h} for i386
46203 @item
46204 @samp{ymm0h} through @samp{ymm15h} for amd64
46205 @end itemize
46206
46207 The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
46208 Memory Protection Extension (MPX). It should describe the following registers:
46209
46210 @itemize @minus
46211 @item
46212 @samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
46213 @item
46214 @samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
46215 @end itemize
46216
46217 The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
46218 describe a single register, @samp{orig_eax}.
46219
46220 The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
46221 describe two system registers: @samp{fs_base} and @samp{gs_base}.
46222
46223 The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
46224 @samp{org.gnu.gdb.i386.avx} feature. It should
46225 describe additional @sc{xmm} registers:
46226
46227 @itemize @minus
46228 @item
46229 @samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
46230 @end itemize
46231
46232 It should describe the upper 128 bits of additional @sc{ymm} registers:
46233
46234 @itemize @minus
46235 @item
46236 @samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
46237 @end itemize
46238
46239 It should
46240 describe the upper 256 bits of @sc{zmm} registers:
46241
46242 @itemize @minus
46243 @item
46244 @samp{zmm0h} through @samp{zmm7h} for i386.
46245 @item
46246 @samp{zmm0h} through @samp{zmm15h} for amd64.
46247 @end itemize
46248
46249 It should
46250 describe the additional @sc{zmm} registers:
46251
46252 @itemize @minus
46253 @item
46254 @samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
46255 @end itemize
46256
46257 The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
46258 describe a single register, @samp{pkru}. It is a 32-bit register
46259 valid for i386 and amd64.
46260
46261 @node MicroBlaze Features
46262 @subsection MicroBlaze Features
46263 @cindex target descriptions, MicroBlaze features
46264
46265 The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
46266 targets. It should contain registers @samp{r0} through @samp{r31},
46267 @samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
46268 @samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
46269 @samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
46270
46271 The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
46272 If present, it should contain registers @samp{rshr} and @samp{rslr}
46273
46274 @node MIPS Features
46275 @subsection @acronym{MIPS} Features
46276 @cindex target descriptions, @acronym{MIPS} features
46277
46278 The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
46279 It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
46280 @samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
46281 on the target.
46282
46283 The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
46284 contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
46285 registers. They may be 32-bit or 64-bit depending on the target.
46286
46287 The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
46288 it may be optional in a future version of @value{GDBN}. It should
46289 contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
46290 @samp{fir}. They may be 32-bit or 64-bit depending on the target.
46291
46292 The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
46293 contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
46294 @samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
46295 be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
46296
46297 The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
46298 contain a single register, @samp{restart}, which is used by the
46299 Linux kernel to control restartable syscalls.
46300
46301 @node M68K Features
46302 @subsection M68K Features
46303 @cindex target descriptions, M68K features
46304
46305 @table @code
46306 @item @samp{org.gnu.gdb.m68k.core}
46307 @itemx @samp{org.gnu.gdb.coldfire.core}
46308 @itemx @samp{org.gnu.gdb.fido.core}
46309 One of those features must be always present.
46310 The feature that is present determines which flavor of m68k is
46311 used. The feature that is present should contain registers
46312 @samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
46313 @samp{sp}, @samp{ps} and @samp{pc}.
46314
46315 @item @samp{org.gnu.gdb.coldfire.fp}
46316 This feature is optional. If present, it should contain registers
46317 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
46318 @samp{fpiaddr}.
46319
46320 Note that, despite the fact that this feature's name says
46321 @samp{coldfire}, it is used to describe any floating point registers.
46322 The size of the registers must match the main m68k flavor; so, for
46323 example, if the primary feature is reported as @samp{coldfire}, then
46324 64-bit floating point registers are required.
46325 @end table
46326
46327 @node NDS32 Features
46328 @subsection NDS32 Features
46329 @cindex target descriptions, NDS32 features
46330
46331 The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
46332 targets. It should contain at least registers @samp{r0} through
46333 @samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
46334 and @samp{pc}.
46335
46336 The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
46337 it should contain 64-bit double-precision floating-point registers
46338 @samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
46339 @samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
46340
46341 @emph{Note:} The first sixteen 64-bit double-precision floating-point
46342 registers are overlapped with the thirty-two 32-bit single-precision
46343 floating-point registers. The 32-bit single-precision registers, if
46344 not being listed explicitly, will be synthesized from halves of the
46345 overlapping 64-bit double-precision registers. Listing 32-bit
46346 single-precision registers explicitly is deprecated, and the
46347 support to it could be totally removed some day.
46348
46349 @node Nios II Features
46350 @subsection Nios II Features
46351 @cindex target descriptions, Nios II features
46352
46353 The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
46354 targets. It should contain the 32 core registers (@samp{zero},
46355 @samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
46356 @samp{pc}, and the 16 control registers (@samp{status} through
46357 @samp{mpuacc}).
46358
46359 @node OpenRISC 1000 Features
46360 @subsection Openrisc 1000 Features
46361 @cindex target descriptions, OpenRISC 1000 features
46362
46363 The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
46364 targets. It should contain the 32 general purpose registers (@samp{r0}
46365 through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
46366
46367 @node PowerPC Features
46368 @subsection PowerPC Features
46369 @cindex target descriptions, PowerPC features
46370
46371 The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
46372 targets. It should contain registers @samp{r0} through @samp{r31},
46373 @samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
46374 @samp{xer}. They may be 32-bit or 64-bit depending on the target.
46375
46376 The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
46377 contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
46378
46379 The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
46380 contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
46381 @samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
46382 through @samp{v31} as aliases for the corresponding @samp{vrX}
46383 registers.
46384
46385 The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
46386 contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
46387 combine these registers with the floating point registers (@samp{f0}
46388 through @samp{f31}) and the altivec registers (@samp{vr0} through
46389 @samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
46390 @samp{vs63}, the set of vector-scalar registers for POWER7.
46391 Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
46392 @samp{org.gnu.gdb.power.altivec}.
46393
46394 The @samp{org.gnu.gdb.power.spe} feature is optional. It should
46395 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
46396 @samp{spefscr}. SPE targets should provide 32-bit registers in
46397 @samp{org.gnu.gdb.power.core} and provide the upper halves in
46398 @samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
46399 these to present registers @samp{ev0} through @samp{ev31} to the
46400 user.
46401
46402 The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
46403 contain the 64-bit register @samp{ppr}.
46404
46405 The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
46406 contain the 64-bit register @samp{dscr}.
46407
46408 The @samp{org.gnu.gdb.power.tar} feature is optional. It should
46409 contain the 64-bit register @samp{tar}.
46410
46411 The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
46412 contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
46413 64-bit wide.
46414
46415 The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
46416 contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
46417 and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
46418 server PMU registers provided by @sc{gnu}/Linux.
46419
46420 The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
46421 contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
46422 64-bit wide.
46423
46424 The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
46425 contain the checkpointed general-purpose registers @samp{cr0} through
46426 @samp{cr31}, as well as the checkpointed registers @samp{clr} and
46427 @samp{cctr}. These registers may all be either 32-bit or 64-bit
46428 depending on the target. It should also contain the checkpointed
46429 registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
46430 wide.
46431
46432 The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
46433 contain the checkpointed 64-bit floating-point registers @samp{cf0}
46434 through @samp{cf31}, as well as the checkpointed 64-bit register
46435 @samp{cfpscr}.
46436
46437 The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
46438 should contain the checkpointed altivec registers @samp{cvr0} through
46439 @samp{cvr31}, all 128-bit wide. It should also contain the
46440 checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
46441 wide.
46442
46443 The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
46444 contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
46445 will combine these registers with the checkpointed floating point
46446 registers (@samp{cf0} through @samp{cf31}) and the checkpointed
46447 altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
46448 128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
46449 @samp{cvs63}. Therefore, this feature requires both
46450 @samp{org.gnu.gdb.power.htm.altivec} and
46451 @samp{org.gnu.gdb.power.htm.fpu}.
46452
46453 The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
46454 contain the 64-bit checkpointed register @samp{cppr}.
46455
46456 The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
46457 contain the 64-bit checkpointed register @samp{cdscr}.
46458
46459 The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
46460 contain the 64-bit checkpointed register @samp{ctar}.
46461
46462
46463 @node RISC-V Features
46464 @subsection RISC-V Features
46465 @cindex target descriptions, RISC-V Features
46466
46467 The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
46468 targets. It should contain the registers @samp{x0} through
46469 @samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
46470 @samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
46471 etc).
46472
46473 The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
46474 should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
46475 @samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
46476 architectural register names, or the ABI names can be used.
46477
46478 The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
46479 it should contain registers that are not backed by real registers on
46480 the target, but are instead virtual, where the register value is
46481 derived from other target state. In many ways these are like
46482 @value{GDBN}s pseudo-registers, except implemented by the target.
46483 Currently the only register expected in this set is the one byte
46484 @samp{priv} register that contains the target's privilege level in the
46485 least significant two bits.
46486
46487 The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
46488 should contain all of the target's standard CSRs. Standard CSRs are
46489 those defined in the RISC-V specification documents. There is some
46490 overlap between this feature and the fpu feature; the @samp{fflags},
46491 @samp{frm}, and @samp{fcsr} registers could be in either feature. The
46492 expectation is that these registers will be in the fpu feature if the
46493 target has floating point hardware, but can be moved into the csr
46494 feature if the target has the floating point control registers, but no
46495 other floating point hardware.
46496
46497 The @samp{org.gnu.gdb.riscv.vector} feature is optional. If present,
46498 it should contain registers @samp{v0} through @samp{v31}, all of which
46499 must be the same size. These requirements are based on the v0.10
46500 draft vector extension, as the vector extension is not yet final. In
46501 the event that the register set of the vector extension changes for
46502 the final specification, the requirements given here could change for
46503 future releases of @value{GDBN}.
46504
46505 @node RX Features
46506 @subsection RX Features
46507 @cindex target descriptions, RX Features
46508
46509 The @samp{org.gnu.gdb.rx.core} feature is required for RX
46510 targets. It should contain the registers @samp{r0} through
46511 @samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
46512 @samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
46513
46514 @node S/390 and System z Features
46515 @subsection S/390 and System z Features
46516 @cindex target descriptions, S/390 features
46517 @cindex target descriptions, System z features
46518
46519 The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
46520 System z targets. It should contain the PSW and the 16 general
46521 registers. In particular, System z targets should provide the 64-bit
46522 registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
46523 S/390 targets should provide the 32-bit versions of these registers.
46524 A System z target that runs in 31-bit addressing mode should provide
46525 32-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
46526 register's upper halves @samp{r0h} through @samp{r15h}, and their
46527 lower halves @samp{r0l} through @samp{r15l}.
46528
46529 The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
46530 contain the 64-bit registers @samp{f0} through @samp{f15}, and
46531 @samp{fpc}.
46532
46533 The @samp{org.gnu.gdb.s390.acr} feature is required. It should
46534 contain the 32-bit registers @samp{acr0} through @samp{acr15}.
46535
46536 The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
46537 contain the register @samp{orig_r2}, which is 64-bit wide on System z
46538 targets and 32-bit otherwise. In addition, the feature may contain
46539 the @samp{last_break} register, whose width depends on the addressing
46540 mode, as well as the @samp{system_call} register, which is always
46541 32-bit wide.
46542
46543 The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
46544 contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
46545 @samp{atia}, and @samp{tr0} through @samp{tr15}.
46546
46547 The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
46548 64-bit wide registers @samp{v0l} through @samp{v15l}, which will be
46549 combined by @value{GDBN} with the floating point registers @samp{f0}
46550 through @samp{f15} to present the 128-bit wide vector registers
46551 @samp{v0} through @samp{v15}. In addition, this feature should
46552 contain the 128-bit wide vector registers @samp{v16} through
46553 @samp{v31}.
46554
46555 The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
46556 the 64-bit wide guarded-storage-control registers @samp{gsd},
46557 @samp{gssm}, and @samp{gsepla}.
46558
46559 The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
46560 the 64-bit wide guarded-storage broadcast control registers
46561 @samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
46562
46563 @node Sparc Features
46564 @subsection Sparc Features
46565 @cindex target descriptions, sparc32 features
46566 @cindex target descriptions, sparc64 features
46567 The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
46568 targets. It should describe the following registers:
46569
46570 @itemize @minus
46571 @item
46572 @samp{g0} through @samp{g7}
46573 @item
46574 @samp{o0} through @samp{o7}
46575 @item
46576 @samp{l0} through @samp{l7}
46577 @item
46578 @samp{i0} through @samp{i7}
46579 @end itemize
46580
46581 They may be 32-bit or 64-bit depending on the target.
46582
46583 Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
46584 targets. It should describe the following registers:
46585
46586 @itemize @minus
46587 @item
46588 @samp{f0} through @samp{f31}
46589 @item
46590 @samp{f32} through @samp{f62} for sparc64
46591 @end itemize
46592
46593 The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
46594 targets. It should describe the following registers:
46595
46596 @itemize @minus
46597 @item
46598 @samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
46599 @samp{fsr}, and @samp{csr} for sparc32
46600 @item
46601 @samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
46602 for sparc64
46603 @end itemize
46604
46605 @node TIC6x Features
46606 @subsection TMS320C6x Features
46607 @cindex target descriptions, TIC6x features
46608 @cindex target descriptions, TMS320C6x features
46609 The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
46610 targets. It should contain registers @samp{A0} through @samp{A15},
46611 registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
46612
46613 The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
46614 contain registers @samp{A16} through @samp{A31} and @samp{B16}
46615 through @samp{B31}.
46616
46617 The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
46618 contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
46619
46620 @node Operating System Information
46621 @appendix Operating System Information
46622 @cindex operating system information
46623
46624 Users of @value{GDBN} often wish to obtain information about the state of
46625 the operating system running on the target---for example the list of
46626 processes, or the list of open files. This section describes the
46627 mechanism that makes it possible. This mechanism is similar to the
46628 target features mechanism (@pxref{Target Descriptions}), but focuses
46629 on a different aspect of target.
46630
46631 Operating system information is retrieved from the target via the
46632 remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
46633 read}). The object name in the request should be @samp{osdata}, and
46634 the @var{annex} identifies the data to be fetched.
46635
46636 @menu
46637 * Process list::
46638 @end menu
46639
46640 @node Process list
46641 @appendixsection Process list
46642 @cindex operating system information, process list
46643
46644 When requesting the process list, the @var{annex} field in the
46645 @samp{qXfer} request should be @samp{processes}. The returned data is
46646 an XML document. The formal syntax of this document is defined in
46647 @file{gdb/features/osdata.dtd}.
46648
46649 An example document is:
46650
46651 @smallexample
46652 <?xml version="1.0"?>
46653 <!DOCTYPE target SYSTEM "osdata.dtd">
46654 <osdata type="processes">
46655 <item>
46656 <column name="pid">1</column>
46657 <column name="user">root</column>
46658 <column name="command">/sbin/init</column>
46659 <column name="cores">1,2,3</column>
46660 </item>
46661 </osdata>
46662 @end smallexample
46663
46664 Each item should include a column whose name is @samp{pid}. The value
46665 of that column should identify the process on the target. The
46666 @samp{user} and @samp{command} columns are optional, and will be
46667 displayed by @value{GDBN}. The @samp{cores} column, if present,
46668 should contain a comma-separated list of cores that this process
46669 is running on. Target may provide additional columns,
46670 which @value{GDBN} currently ignores.
46671
46672 @node Trace File Format
46673 @appendix Trace File Format
46674 @cindex trace file format
46675
46676 The trace file comes in three parts: a header, a textual description
46677 section, and a trace frame section with binary data.
46678
46679 The header has the form @code{\x7fTRACE0\n}. The first byte is
46680 @code{0x7f} so as to indicate that the file contains binary data,
46681 while the @code{0} is a version number that may have different values
46682 in the future.
46683
46684 The description section consists of multiple lines of @sc{ascii} text
46685 separated by newline characters (@code{0xa}). The lines may include a
46686 variety of optional descriptive or context-setting information, such
46687 as tracepoint definitions or register set size. @value{GDBN} will
46688 ignore any line that it does not recognize. An empty line marks the end
46689 of this section.
46690
46691 @table @code
46692 @item R @var{size}
46693 Specifies the size of a register block in bytes. This is equal to the
46694 size of a @code{g} packet payload in the remote protocol. @var{size}
46695 is an ascii decimal number. There should be only one such line in
46696 a single trace file.
46697
46698 @item status @var{status}
46699 Trace status. @var{status} has the same format as a @code{qTStatus}
46700 remote packet reply. There should be only one such line in a single trace
46701 file.
46702
46703 @item tp @var{payload}
46704 Tracepoint definition. The @var{payload} has the same format as
46705 @code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
46706 may take multiple lines of definition, corresponding to the multiple
46707 reply packets.
46708
46709 @item tsv @var{payload}
46710 Trace state variable definition. The @var{payload} has the same format as
46711 @code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
46712 may take multiple lines of definition, corresponding to the multiple
46713 reply packets.
46714
46715 @item tdesc @var{payload}
46716 Target description in XML format. The @var{payload} is a single line of
46717 the XML file. All such lines should be concatenated together to get
46718 the original XML file. This file is in the same format as @code{qXfer}
46719 @code{features} payload, and corresponds to the main @code{target.xml}
46720 file. Includes are not allowed.
46721
46722 @end table
46723
46724 The trace frame section consists of a number of consecutive frames.
46725 Each frame begins with a two-byte tracepoint number, followed by a
46726 four-byte size giving the amount of data in the frame. The data in
46727 the frame consists of a number of blocks, each introduced by a
46728 character indicating its type (at least register, memory, and trace
46729 state variable). The data in this section is raw binary, not a
46730 hexadecimal or other encoding; its endianness matches the target's
46731 endianness.
46732
46733 @c FIXME bi-arch may require endianness/arch info in description section
46734
46735 @table @code
46736 @item R @var{bytes}
46737 Register block. The number and ordering of bytes matches that of a
46738 @code{g} packet in the remote protocol. Note that these are the
46739 actual bytes, in target order, not a hexadecimal encoding.
46740
46741 @item M @var{address} @var{length} @var{bytes}...
46742 Memory block. This is a contiguous block of memory, at the 8-byte
46743 address @var{address}, with a 2-byte length @var{length}, followed by
46744 @var{length} bytes.
46745
46746 @item V @var{number} @var{value}
46747 Trace state variable block. This records the 8-byte signed value
46748 @var{value} of trace state variable numbered @var{number}.
46749
46750 @end table
46751
46752 Future enhancements of the trace file format may include additional types
46753 of blocks.
46754
46755 @node Index Section Format
46756 @appendix @code{.gdb_index} section format
46757 @cindex .gdb_index section format
46758 @cindex index section format
46759
46760 This section documents the index section that is created by @code{save
46761 gdb-index} (@pxref{Index Files}). The index section is
46762 DWARF-specific; some knowledge of DWARF is assumed in this
46763 description.
46764
46765 The mapped index file format is designed to be directly
46766 @code{mmap}able on any architecture. In most cases, a datum is
46767 represented using a little-endian 32-bit integer value, called an
46768 @code{offset_type}. Big endian machines must byte-swap the values
46769 before using them. Exceptions to this rule are noted. The data is
46770 laid out such that alignment is always respected.
46771
46772 A mapped index consists of several areas, laid out in order.
46773
46774 @enumerate
46775 @item
46776 The file header. This is a sequence of values, of @code{offset_type}
46777 unless otherwise noted:
46778
46779 @enumerate
46780 @item
46781 The version number, currently 8. Versions 1, 2 and 3 are obsolete.
46782 Version 4 uses a different hashing function from versions 5 and 6.
46783 Version 6 includes symbols for inlined functions, whereas versions 4
46784 and 5 do not. Version 7 adds attributes to the CU indices in the
46785 symbol table. Version 8 specifies that symbols from DWARF type units
46786 (@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
46787 compilation unit (@samp{DW_TAG_comp_unit}) using the type.
46788
46789 @value{GDBN} will only read version 4, 5, or 6 indices
46790 by specifying @code{set use-deprecated-index-sections on}.
46791 GDB has a workaround for potentially broken version 7 indices so it is
46792 currently not flagged as deprecated.
46793
46794 @item
46795 The offset, from the start of the file, of the CU list.
46796
46797 @item
46798 The offset, from the start of the file, of the types CU list. Note
46799 that this area can be empty, in which case this offset will be equal
46800 to the next offset.
46801
46802 @item
46803 The offset, from the start of the file, of the address area.
46804
46805 @item
46806 The offset, from the start of the file, of the symbol table.
46807
46808 @item
46809 The offset, from the start of the file, of the constant pool.
46810 @end enumerate
46811
46812 @item
46813 The CU list. This is a sequence of pairs of 64-bit little-endian
46814 values, sorted by the CU offset. The first element in each pair is
46815 the offset of a CU in the @code{.debug_info} section. The second
46816 element in each pair is the length of that CU. References to a CU
46817 elsewhere in the map are done using a CU index, which is just the
46818 0-based index into this table. Note that if there are type CUs, then
46819 conceptually CUs and type CUs form a single list for the purposes of
46820 CU indices.
46821
46822 @item
46823 The types CU list. This is a sequence of triplets of 64-bit
46824 little-endian values. In a triplet, the first value is the CU offset,
46825 the second value is the type offset in the CU, and the third value is
46826 the type signature. The types CU list is not sorted.
46827
46828 @item
46829 The address area. The address area consists of a sequence of address
46830 entries. Each address entry has three elements:
46831
46832 @enumerate
46833 @item
46834 The low address. This is a 64-bit little-endian value.
46835
46836 @item
46837 The high address. This is a 64-bit little-endian value. Like
46838 @code{DW_AT_high_pc}, the value is one byte beyond the end.
46839
46840 @item
46841 The CU index. This is an @code{offset_type} value.
46842 @end enumerate
46843
46844 @item
46845 The symbol table. This is an open-addressed hash table. The size of
46846 the hash table is always a power of 2.
46847
46848 Each slot in the hash table consists of a pair of @code{offset_type}
46849 values. The first value is the offset of the symbol's name in the
46850 constant pool. The second value is the offset of the CU vector in the
46851 constant pool.
46852
46853 If both values are 0, then this slot in the hash table is empty. This
46854 is ok because while 0 is a valid constant pool index, it cannot be a
46855 valid index for both a string and a CU vector.
46856
46857 The hash value for a table entry is computed by applying an
46858 iterative hash function to the symbol's name. Starting with an
46859 initial value of @code{r = 0}, each (unsigned) character @samp{c} in
46860 the string is incorporated into the hash using the formula depending on the
46861 index version:
46862
46863 @table @asis
46864 @item Version 4
46865 The formula is @code{r = r * 67 + c - 113}.
46866
46867 @item Versions 5 to 7
46868 The formula is @code{r = r * 67 + tolower (c) - 113}.
46869 @end table
46870
46871 The terminating @samp{\0} is not incorporated into the hash.
46872
46873 The step size used in the hash table is computed via
46874 @code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
46875 value, and @samp{size} is the size of the hash table. The step size
46876 is used to find the next candidate slot when handling a hash
46877 collision.
46878
46879 The names of C@t{++} symbols in the hash table are canonicalized. We
46880 don't currently have a simple description of the canonicalization
46881 algorithm; if you intend to create new index sections, you must read
46882 the code.
46883
46884 @item
46885 The constant pool. This is simply a bunch of bytes. It is organized
46886 so that alignment is correct: CU vectors are stored first, followed by
46887 strings.
46888
46889 A CU vector in the constant pool is a sequence of @code{offset_type}
46890 values. The first value is the number of CU indices in the vector.
46891 Each subsequent value is the index and symbol attributes of a CU in
46892 the CU list. This element in the hash table is used to indicate which
46893 CUs define the symbol and how the symbol is used.
46894 See below for the format of each CU index+attributes entry.
46895
46896 A string in the constant pool is zero-terminated.
46897 @end enumerate
46898
46899 Attributes were added to CU index values in @code{.gdb_index} version 7.
46900 If a symbol has multiple uses within a CU then there is one
46901 CU index+attributes value for each use.
46902
46903 The format of each CU index+attributes entry is as follows
46904 (bit 0 = LSB):
46905
46906 @table @asis
46907
46908 @item Bits 0-23
46909 This is the index of the CU in the CU list.
46910 @item Bits 24-27
46911 These bits are reserved for future purposes and must be zero.
46912 @item Bits 28-30
46913 The kind of the symbol in the CU.
46914
46915 @table @asis
46916 @item 0
46917 This value is reserved and should not be used.
46918 By reserving zero the full @code{offset_type} value is backwards compatible
46919 with previous versions of the index.
46920 @item 1
46921 The symbol is a type.
46922 @item 2
46923 The symbol is a variable or an enum value.
46924 @item 3
46925 The symbol is a function.
46926 @item 4
46927 Any other kind of symbol.
46928 @item 5,6,7
46929 These values are reserved.
46930 @end table
46931
46932 @item Bit 31
46933 This bit is zero if the value is global and one if it is static.
46934
46935 The determination of whether a symbol is global or static is complicated.
46936 The authorative reference is the file @file{dwarf2read.c} in
46937 @value{GDBN} sources.
46938
46939 @end table
46940
46941 This pseudo-code describes the computation of a symbol's kind and
46942 global/static attributes in the index.
46943
46944 @smallexample
46945 is_external = get_attribute (die, DW_AT_external);
46946 language = get_attribute (cu_die, DW_AT_language);
46947 switch (die->tag)
46948 @{
46949 case DW_TAG_typedef:
46950 case DW_TAG_base_type:
46951 case DW_TAG_subrange_type:
46952 kind = TYPE;
46953 is_static = 1;
46954 break;
46955 case DW_TAG_enumerator:
46956 kind = VARIABLE;
46957 is_static = language != CPLUS;
46958 break;
46959 case DW_TAG_subprogram:
46960 kind = FUNCTION;
46961 is_static = ! (is_external || language == ADA);
46962 break;
46963 case DW_TAG_constant:
46964 kind = VARIABLE;
46965 is_static = ! is_external;
46966 break;
46967 case DW_TAG_variable:
46968 kind = VARIABLE;
46969 is_static = ! is_external;
46970 break;
46971 case DW_TAG_namespace:
46972 kind = TYPE;
46973 is_static = 0;
46974 break;
46975 case DW_TAG_class_type:
46976 case DW_TAG_interface_type:
46977 case DW_TAG_structure_type:
46978 case DW_TAG_union_type:
46979 case DW_TAG_enumeration_type:
46980 kind = TYPE;
46981 is_static = language != CPLUS;
46982 break;
46983 default:
46984 assert (0);
46985 @}
46986 @end smallexample
46987
46988 @node Man Pages
46989 @appendix Manual pages
46990 @cindex Man pages
46991
46992 @menu
46993 * gdb man:: The GNU Debugger man page
46994 * gdbserver man:: Remote Server for the GNU Debugger man page
46995 * gcore man:: Generate a core file of a running program
46996 * gdbinit man:: gdbinit scripts
46997 * gdb-add-index man:: Add index files to speed up GDB
46998 @end menu
46999
47000 @node gdb man
47001 @heading gdb man
47002
47003 @c man title gdb The GNU Debugger
47004
47005 @c man begin SYNOPSIS gdb
47006 gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
47007 [@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
47008 [@option{-b}@w{ }@var{bps}]
47009 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
47010 [@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
47011 [@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
47012 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
47013 [@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
47014 @c man end
47015
47016 @c man begin DESCRIPTION gdb
47017 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
47018 going on ``inside'' another program while it executes -- or what another
47019 program was doing at the moment it crashed.
47020
47021 @value{GDBN} can do four main kinds of things (plus other things in support of
47022 these) to help you catch bugs in the act:
47023
47024 @itemize @bullet
47025 @item
47026 Start your program, specifying anything that might affect its behavior.
47027
47028 @item
47029 Make your program stop on specified conditions.
47030
47031 @item
47032 Examine what has happened, when your program has stopped.
47033
47034 @item
47035 Change things in your program, so you can experiment with correcting the
47036 effects of one bug and go on to learn about another.
47037 @end itemize
47038
47039 You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
47040 Modula-2.
47041
47042 @value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
47043 commands from the terminal until you tell it to exit with the @value{GDBN}
47044 command @code{quit}. You can get online help from @value{GDBN} itself
47045 by using the command @code{help}.
47046
47047 You can run @code{gdb} with no arguments or options; but the most
47048 usual way to start @value{GDBN} is with one argument or two, specifying an
47049 executable program as the argument:
47050
47051 @smallexample
47052 gdb program
47053 @end smallexample
47054
47055 You can also start with both an executable program and a core file specified:
47056
47057 @smallexample
47058 gdb program core
47059 @end smallexample
47060
47061 You can, instead, specify a process ID as a second argument or use option
47062 @code{-p}, if you want to debug a running process:
47063
47064 @smallexample
47065 gdb program 1234
47066 gdb -p 1234
47067 @end smallexample
47068
47069 @noindent
47070 would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
47071 can omit the @var{program} filename.
47072
47073 Here are some of the most frequently needed @value{GDBN} commands:
47074
47075 @c pod2man highlights the right hand side of the @item lines.
47076 @table @env
47077 @item break [@var{file}:]@var{function}
47078 Set a breakpoint at @var{function} (in @var{file}).
47079
47080 @item run [@var{arglist}]
47081 Start your program (with @var{arglist}, if specified).
47082
47083 @item bt
47084 Backtrace: display the program stack.
47085
47086 @item print @var{expr}
47087 Display the value of an expression.
47088
47089 @item c
47090 Continue running your program (after stopping, e.g.@: at a breakpoint).
47091
47092 @item next
47093 Execute next program line (after stopping); step @emph{over} any
47094 function calls in the line.
47095
47096 @item edit [@var{file}:]@var{function}
47097 look at the program line where it is presently stopped.
47098
47099 @item list [@var{file}:]@var{function}
47100 type the text of the program in the vicinity of where it is presently stopped.
47101
47102 @item step
47103 Execute next program line (after stopping); step @emph{into} any
47104 function calls in the line.
47105
47106 @item help [@var{name}]
47107 Show information about @value{GDBN} command @var{name}, or general information
47108 about using @value{GDBN}.
47109
47110 @item quit
47111 Exit from @value{GDBN}.
47112 @end table
47113
47114 @ifset man
47115 For full details on @value{GDBN},
47116 see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47117 by Richard M. Stallman and Roland H. Pesch. The same text is available online
47118 as the @code{gdb} entry in the @code{info} program.
47119 @end ifset
47120 @c man end
47121
47122 @c man begin OPTIONS gdb
47123 Any arguments other than options specify an executable
47124 file and core file (or process ID); that is, the first argument
47125 encountered with no
47126 associated option flag is equivalent to a @option{-se} option, and the second,
47127 if any, is equivalent to a @option{-c} option if it's the name of a file.
47128 Many options have
47129 both long and short forms; both are shown here. The long forms are also
47130 recognized if you truncate them, so long as enough of the option is
47131 present to be unambiguous. (If you prefer, you can flag option
47132 arguments with @option{+} rather than @option{-}, though we illustrate the
47133 more usual convention.)
47134
47135 All the options and command line arguments you give are processed
47136 in sequential order. The order makes a difference when the @option{-x}
47137 option is used.
47138
47139 @table @env
47140 @item -help
47141 @itemx -h
47142 List all options, with brief explanations.
47143
47144 @item -symbols=@var{file}
47145 @itemx -s @var{file}
47146 Read symbol table from file @var{file}.
47147
47148 @item -write
47149 Enable writing into executable and core files.
47150
47151 @item -exec=@var{file}
47152 @itemx -e @var{file}
47153 Use file @var{file} as the executable file to execute when
47154 appropriate, and for examining pure data in conjunction with a core
47155 dump.
47156
47157 @item -se=@var{file}
47158 Read symbol table from file @var{file} and use it as the executable
47159 file.
47160
47161 @item -core=@var{file}
47162 @itemx -c @var{file}
47163 Use file @var{file} as a core dump to examine.
47164
47165 @item -command=@var{file}
47166 @itemx -x @var{file}
47167 Execute @value{GDBN} commands from file @var{file}.
47168
47169 @item -ex @var{command}
47170 Execute given @value{GDBN} @var{command}.
47171
47172 @item -directory=@var{directory}
47173 @itemx -d @var{directory}
47174 Add @var{directory} to the path to search for source files.
47175
47176 @item -nh
47177 Do not execute commands from @file{~/.config/gdb/gdbinit},
47178 @file{~/.gdbinit}, @file{~/.config/gdb/gdbearlyinit}, or
47179 @file{~/.gdbearlyinit}
47180
47181 @item -nx
47182 @itemx -n
47183 Do not execute commands from any @file{.gdbinit} or
47184 @file{.gdbearlyinit} initialization files.
47185
47186 @item -quiet
47187 @itemx -q
47188 ``Quiet''. Do not print the introductory and copyright messages. These
47189 messages are also suppressed in batch mode.
47190
47191 @item -batch
47192 Run in batch mode. Exit with status @code{0} after processing all the command
47193 files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
47194 Exit with nonzero status if an error occurs in executing the @value{GDBN}
47195 commands in the command files.
47196
47197 Batch mode may be useful for running @value{GDBN} as a filter, for example to
47198 download and run a program on another computer; in order to make this
47199 more useful, the message
47200
47201 @smallexample
47202 Program exited normally.
47203 @end smallexample
47204
47205 @noindent
47206 (which is ordinarily issued whenever a program running under @value{GDBN} control
47207 terminates) is not issued when running in batch mode.
47208
47209 @item -cd=@var{directory}
47210 Run @value{GDBN} using @var{directory} as its working directory,
47211 instead of the current directory.
47212
47213 @item -fullname
47214 @itemx -f
47215 Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
47216 @value{GDBN} to output the full file name and line number in a standard,
47217 recognizable fashion each time a stack frame is displayed (which
47218 includes each time the program stops). This recognizable format looks
47219 like two @samp{\032} characters, followed by the file name, line number
47220 and character position separated by colons, and a newline. The
47221 Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
47222 characters as a signal to display the source code for the frame.
47223
47224 @item -b @var{bps}
47225 Set the line speed (baud rate or bits per second) of any serial
47226 interface used by @value{GDBN} for remote debugging.
47227
47228 @item -tty=@var{device}
47229 Run using @var{device} for your program's standard input and output.
47230 @end table
47231 @c man end
47232
47233 @c man begin SEEALSO gdb
47234 @ifset man
47235 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47236 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47237 documentation are properly installed at your site, the command
47238
47239 @smallexample
47240 info gdb
47241 @end smallexample
47242
47243 @noindent
47244 should give you access to the complete manual.
47245
47246 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47247 Richard M. Stallman and Roland H. Pesch, July 1991.
47248 @end ifset
47249 @c man end
47250
47251 @node gdbserver man
47252 @heading gdbserver man
47253
47254 @c man title gdbserver Remote Server for the GNU Debugger
47255 @format
47256 @c man begin SYNOPSIS gdbserver
47257 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
47258
47259 gdbserver --attach @var{comm} @var{pid}
47260
47261 gdbserver --multi @var{comm}
47262 @c man end
47263 @end format
47264
47265 @c man begin DESCRIPTION gdbserver
47266 @command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
47267 than the one which is running the program being debugged.
47268
47269 @ifclear man
47270 @subheading Usage (server (target) side)
47271 @end ifclear
47272 @ifset man
47273 Usage (server (target) side):
47274 @end ifset
47275
47276 First, you need to have a copy of the program you want to debug put onto
47277 the target system. The program can be stripped to save space if needed, as
47278 @command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
47279 the @value{GDBN} running on the host system.
47280
47281 To use the server, you log on to the target system, and run the @command{gdbserver}
47282 program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
47283 your program, and (c) its arguments. The general syntax is:
47284
47285 @smallexample
47286 target> gdbserver @var{comm} @var{program} [@var{args} ...]
47287 @end smallexample
47288
47289 For example, using a serial port, you might say:
47290
47291 @smallexample
47292 @ifset man
47293 @c @file would wrap it as F</dev/com1>.
47294 target> gdbserver /dev/com1 emacs foo.txt
47295 @end ifset
47296 @ifclear man
47297 target> gdbserver @file{/dev/com1} emacs foo.txt
47298 @end ifclear
47299 @end smallexample
47300
47301 This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
47302 to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
47303 waits patiently for the host @value{GDBN} to communicate with it.
47304
47305 To use a TCP connection, you could say:
47306
47307 @smallexample
47308 target> gdbserver host:2345 emacs foo.txt
47309 @end smallexample
47310
47311 This says pretty much the same thing as the last example, except that we are
47312 going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
47313 that we are expecting to see a TCP connection from @code{host} to local TCP port
47314 2345. (Currently, the @code{host} part is ignored.) You can choose any number you
47315 want for the port number as long as it does not conflict with any existing TCP
47316 ports on the target system. This same port number must be used in the host
47317 @value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
47318 you chose a port number that conflicts with another service, @command{gdbserver} will
47319 print an error message and exit.
47320
47321 @command{gdbserver} can also attach to running programs.
47322 This is accomplished via the @option{--attach} argument. The syntax is:
47323
47324 @smallexample
47325 target> gdbserver --attach @var{comm} @var{pid}
47326 @end smallexample
47327
47328 @var{pid} is the process ID of a currently running process. It isn't
47329 necessary to point @command{gdbserver} at a binary for the running process.
47330
47331 To start @code{gdbserver} without supplying an initial command to run
47332 or process ID to attach, use the @option{--multi} command line option.
47333 In such case you should connect using @kbd{target extended-remote} to start
47334 the program you want to debug.
47335
47336 @smallexample
47337 target> gdbserver --multi @var{comm}
47338 @end smallexample
47339
47340 @ifclear man
47341 @subheading Usage (host side)
47342 @end ifclear
47343 @ifset man
47344 Usage (host side):
47345 @end ifset
47346
47347 You need an unstripped copy of the target program on your host system, since
47348 @value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
47349 would, with the target program as the first argument. (You may need to use the
47350 @option{--baud} option if the serial line is running at anything except 9600 baud.)
47351 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
47352 new command you need to know about is @code{target remote}
47353 (or @code{target extended-remote}). Its argument is either
47354 a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
47355 descriptor. For example:
47356
47357 @smallexample
47358 @ifset man
47359 @c @file would wrap it as F</dev/ttyb>.
47360 (gdb) target remote /dev/ttyb
47361 @end ifset
47362 @ifclear man
47363 (gdb) target remote @file{/dev/ttyb}
47364 @end ifclear
47365 @end smallexample
47366
47367 @noindent
47368 communicates with the server via serial line @file{/dev/ttyb}, and:
47369
47370 @smallexample
47371 (gdb) target remote the-target:2345
47372 @end smallexample
47373
47374 @noindent
47375 communicates via a TCP connection to port 2345 on host `the-target', where
47376 you previously started up @command{gdbserver} with the same port number. Note that for
47377 TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
47378 command, otherwise you may get an error that looks something like
47379 `Connection refused'.
47380
47381 @command{gdbserver} can also debug multiple inferiors at once,
47382 described in
47383 @ifset man
47384 the @value{GDBN} manual in node @code{Inferiors Connections and Programs}
47385 -- shell command @code{info -f gdb -n 'Inferiors Connections and Programs'}.
47386 @end ifset
47387 @ifclear man
47388 @ref{Inferiors Connections and Programs}.
47389 @end ifclear
47390 In such case use the @code{extended-remote} @value{GDBN} command variant:
47391
47392 @smallexample
47393 (gdb) target extended-remote the-target:2345
47394 @end smallexample
47395
47396 The @command{gdbserver} option @option{--multi} may or may not be used in such
47397 case.
47398 @c man end
47399
47400 @c man begin OPTIONS gdbserver
47401 There are three different modes for invoking @command{gdbserver}:
47402
47403 @itemize @bullet
47404
47405 @item
47406 Debug a specific program specified by its program name:
47407
47408 @smallexample
47409 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
47410 @end smallexample
47411
47412 The @var{comm} parameter specifies how should the server communicate
47413 with @value{GDBN}; it is either a device name (to use a serial line),
47414 a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
47415 stdin/stdout of @code{gdbserver}. Specify the name of the program to
47416 debug in @var{prog}. Any remaining arguments will be passed to the
47417 program verbatim. When the program exits, @value{GDBN} will close the
47418 connection, and @code{gdbserver} will exit.
47419
47420 @item
47421 Debug a specific program by specifying the process ID of a running
47422 program:
47423
47424 @smallexample
47425 gdbserver --attach @var{comm} @var{pid}
47426 @end smallexample
47427
47428 The @var{comm} parameter is as described above. Supply the process ID
47429 of a running program in @var{pid}; @value{GDBN} will do everything
47430 else. Like with the previous mode, when the process @var{pid} exits,
47431 @value{GDBN} will close the connection, and @code{gdbserver} will exit.
47432
47433 @item
47434 Multi-process mode -- debug more than one program/process:
47435
47436 @smallexample
47437 gdbserver --multi @var{comm}
47438 @end smallexample
47439
47440 In this mode, @value{GDBN} can instruct @command{gdbserver} which
47441 command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
47442 close the connection when a process being debugged exits, so you can
47443 debug several processes in the same session.
47444 @end itemize
47445
47446 In each of the modes you may specify these options:
47447
47448 @table @env
47449
47450 @item --help
47451 List all options, with brief explanations.
47452
47453 @item --version
47454 This option causes @command{gdbserver} to print its version number and exit.
47455
47456 @item --attach
47457 @command{gdbserver} will attach to a running program. The syntax is:
47458
47459 @smallexample
47460 target> gdbserver --attach @var{comm} @var{pid}
47461 @end smallexample
47462
47463 @var{pid} is the process ID of a currently running process. It isn't
47464 necessary to point @command{gdbserver} at a binary for the running process.
47465
47466 @item --multi
47467 To start @code{gdbserver} without supplying an initial command to run
47468 or process ID to attach, use this command line option.
47469 Then you can connect using @kbd{target extended-remote} and start
47470 the program you want to debug. The syntax is:
47471
47472 @smallexample
47473 target> gdbserver --multi @var{comm}
47474 @end smallexample
47475
47476 @item --debug
47477 Instruct @code{gdbserver} to display extra status information about the debugging
47478 process.
47479 This option is intended for @code{gdbserver} development and for bug reports to
47480 the developers.
47481
47482 @item --remote-debug
47483 Instruct @code{gdbserver} to display remote protocol debug output.
47484 This option is intended for @code{gdbserver} development and for bug reports to
47485 the developers.
47486
47487 @item --debug-file=@var{filename}
47488 Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
47489 This option is intended for @code{gdbserver} development and for bug reports to
47490 the developers.
47491
47492 @item --debug-format=option1@r{[},option2,...@r{]}
47493 Instruct @code{gdbserver} to include extra information in each line
47494 of debugging output.
47495 @xref{Other Command-Line Arguments for gdbserver}.
47496
47497 @item --wrapper
47498 Specify a wrapper to launch programs
47499 for debugging. The option should be followed by the name of the
47500 wrapper, then any command-line arguments to pass to the wrapper, then
47501 @kbd{--} indicating the end of the wrapper arguments.
47502
47503 @item --once
47504 By default, @command{gdbserver} keeps the listening TCP port open, so that
47505 additional connections are possible. However, if you start @code{gdbserver}
47506 with the @option{--once} option, it will stop listening for any further
47507 connection attempts after connecting to the first @value{GDBN} session.
47508
47509 @c --disable-packet is not documented for users.
47510
47511 @c --disable-randomization and --no-disable-randomization are superseded by
47512 @c QDisableRandomization.
47513
47514 @end table
47515 @c man end
47516
47517 @c man begin SEEALSO gdbserver
47518 @ifset man
47519 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47520 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47521 documentation are properly installed at your site, the command
47522
47523 @smallexample
47524 info gdb
47525 @end smallexample
47526
47527 should give you access to the complete manual.
47528
47529 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47530 Richard M. Stallman and Roland H. Pesch, July 1991.
47531 @end ifset
47532 @c man end
47533
47534 @node gcore man
47535 @heading gcore
47536
47537 @c man title gcore Generate a core file of a running program
47538
47539 @format
47540 @c man begin SYNOPSIS gcore
47541 gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
47542 @c man end
47543 @end format
47544
47545 @c man begin DESCRIPTION gcore
47546 Generate core dumps of one or more running programs with process IDs
47547 @var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
47548 is equivalent to one produced by the kernel when the process crashes
47549 (and when @kbd{ulimit -c} was used to set up an appropriate core dump
47550 limit). However, unlike after a crash, after @command{gcore} finishes
47551 its job the program remains running without any change.
47552 @c man end
47553
47554 @c man begin OPTIONS gcore
47555 @table @env
47556 @item -a
47557 Dump all memory mappings. The actual effect of this option depends on
47558 the Operating System. On @sc{gnu}/Linux, it will disable
47559 @code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
47560 enable @code{dump-excluded-mappings} (@pxref{set
47561 dump-excluded-mappings}).
47562
47563 @item -o @var{prefix}
47564 The optional argument @var{prefix} specifies the prefix to be used
47565 when composing the file names of the core dumps. The file name is
47566 composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
47567 process ID of the running program being analyzed by @command{gcore}.
47568 If not specified, @var{prefix} defaults to @var{gcore}.
47569 @end table
47570 @c man end
47571
47572 @c man begin SEEALSO gcore
47573 @ifset man
47574 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47575 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47576 documentation are properly installed at your site, the command
47577
47578 @smallexample
47579 info gdb
47580 @end smallexample
47581
47582 @noindent
47583 should give you access to the complete manual.
47584
47585 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47586 Richard M. Stallman and Roland H. Pesch, July 1991.
47587 @end ifset
47588 @c man end
47589
47590 @node gdbinit man
47591 @heading gdbinit
47592
47593 @c man title gdbinit GDB initialization scripts
47594
47595 @format
47596 @c man begin SYNOPSIS gdbinit
47597 @ifset SYSTEM_GDBINIT
47598 @value{SYSTEM_GDBINIT}
47599 @end ifset
47600
47601 @ifset SYSTEM_GDBINIT_DIR
47602 @value{SYSTEM_GDBINIT_DIR}/*
47603 @end ifset
47604
47605 ~/.config/gdb/gdbinit
47606
47607 ~/.gdbinit
47608
47609 ./.gdbinit
47610 @c man end
47611 @end format
47612
47613 @c man begin DESCRIPTION gdbinit
47614 These files contain @value{GDBN} commands to automatically execute during
47615 @value{GDBN} startup. The lines of contents are canned sequences of commands,
47616 described in
47617 @ifset man
47618 the @value{GDBN} manual in node @code{Sequences}
47619 -- shell command @code{info -f gdb -n Sequences}.
47620 @end ifset
47621 @ifclear man
47622 @ref{Sequences}.
47623 @end ifclear
47624
47625 Please read more in
47626 @ifset man
47627 the @value{GDBN} manual in node @code{Startup}
47628 -- shell command @code{info -f gdb -n Startup}.
47629 @end ifset
47630 @ifclear man
47631 @ref{Startup}.
47632 @end ifclear
47633
47634 @table @env
47635 @ifset SYSTEM_GDBINIT
47636 @item @value{SYSTEM_GDBINIT}
47637 @end ifset
47638 @ifclear SYSTEM_GDBINIT
47639 @item (not enabled with @code{--with-system-gdbinit} during compilation)
47640 @end ifclear
47641 System-wide initialization file. It is executed unless user specified
47642 @value{GDBN} option @code{-nx} or @code{-n}.
47643 See more in
47644 @ifset man
47645 the @value{GDBN} manual in node @code{System-wide configuration}
47646 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
47647 @end ifset
47648 @ifset SYSTEM_GDBINIT_DIR
47649 @item @value{SYSTEM_GDBINIT_DIR}
47650 @end ifset
47651 @ifclear SYSTEM_GDBINIT_DIR
47652 @item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
47653 @end ifclear
47654 System-wide initialization directory. All files in this directory are
47655 executed on startup unless user specified @value{GDBN} option @code{-nx} or
47656 @code{-n}, as long as they have a recognized file extension.
47657 See more in
47658 @ifset man
47659 the @value{GDBN} manual in node @code{System-wide configuration}
47660 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
47661 @end ifset
47662 @ifclear man
47663 @ref{System-wide configuration}.
47664 @end ifclear
47665
47666 @item @file{~/.config/gdb/gdbinit} or @file{~/.gdbinit}
47667 User initialization file. It is executed unless user specified
47668 @value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
47669
47670 @item @file{.gdbinit}
47671 Initialization file for current directory. It may need to be enabled with
47672 @value{GDBN} security command @code{set auto-load local-gdbinit}.
47673 See more in
47674 @ifset man
47675 the @value{GDBN} manual in node @code{Init File in the Current Directory}
47676 -- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
47677 @end ifset
47678 @ifclear man
47679 @ref{Init File in the Current Directory}.
47680 @end ifclear
47681 @end table
47682 @c man end
47683
47684 @c man begin SEEALSO gdbinit
47685 @ifset man
47686 gdb(1), @code{info -f gdb -n Startup}
47687
47688 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47689 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47690 documentation are properly installed at your site, the command
47691
47692 @smallexample
47693 info gdb
47694 @end smallexample
47695
47696 should give you access to the complete manual.
47697
47698 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47699 Richard M. Stallman and Roland H. Pesch, July 1991.
47700 @end ifset
47701 @c man end
47702
47703 @node gdb-add-index man
47704 @heading gdb-add-index
47705 @pindex gdb-add-index
47706 @anchor{gdb-add-index}
47707
47708 @c man title gdb-add-index Add index files to speed up GDB
47709
47710 @c man begin SYNOPSIS gdb-add-index
47711 gdb-add-index @var{filename}
47712 @c man end
47713
47714 @c man begin DESCRIPTION gdb-add-index
47715 When @value{GDBN} finds a symbol file, it scans the symbols in the
47716 file in order to construct an internal symbol table. This lets most
47717 @value{GDBN} operations work quickly--at the cost of a delay early on.
47718 For large programs, this delay can be quite lengthy, so @value{GDBN}
47719 provides a way to build an index, which speeds up startup.
47720
47721 To determine whether a file contains such an index, use the command
47722 @kbd{readelf -S filename}: the index is stored in a section named
47723 @code{.gdb_index}. The index file can only be produced on systems
47724 which use ELF binaries and DWARF debug information (i.e., sections
47725 named @code{.debug_*}).
47726
47727 @command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
47728 in the @env{PATH} environment variable. If you want to use different
47729 versions of these programs, you can specify them through the
47730 @env{GDB} and @env{OBJDUMP} environment variables.
47731
47732 See more in
47733 @ifset man
47734 the @value{GDBN} manual in node @code{Index Files}
47735 -- shell command @kbd{info -f gdb -n "Index Files"}.
47736 @end ifset
47737 @ifclear man
47738 @ref{Index Files}.
47739 @end ifclear
47740 @c man end
47741
47742 @c man begin SEEALSO gdb-add-index
47743 @ifset man
47744 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47745 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47746 documentation are properly installed at your site, the command
47747
47748 @smallexample
47749 info gdb
47750 @end smallexample
47751
47752 should give you access to the complete manual.
47753
47754 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47755 Richard M. Stallman and Roland H. Pesch, July 1991.
47756 @end ifset
47757 @c man end
47758
47759 @include gpl.texi
47760
47761 @node GNU Free Documentation License
47762 @appendix GNU Free Documentation License
47763 @include fdl.texi
47764
47765 @node Concept Index
47766 @unnumbered Concept Index
47767
47768 @printindex cp
47769
47770 @node Command and Variable Index
47771 @unnumbered Command, Variable, and Function Index
47772
47773 @printindex fn
47774
47775 @tex
47776 % I think something like @@colophon should be in texinfo. In the
47777 % meantime:
47778 \long\def\colophon{\hbox to0pt{}\vfill
47779 \centerline{The body of this manual is set in}
47780 \centerline{\fontname\tenrm,}
47781 \centerline{with headings in {\bf\fontname\tenbf}}
47782 \centerline{and examples in {\tt\fontname\tentt}.}
47783 \centerline{{\it\fontname\tenit\/},}
47784 \centerline{{\bf\fontname\tenbf}, and}
47785 \centerline{{\sl\fontname\tensl\/}}
47786 \centerline{are used for emphasis.}\vfill}
47787 \page\colophon
47788 % Blame: doc@@cygnus.com, 1991.
47789 @end tex
47790
47791 @bye
This page took 1.065699 seconds and 4 git commands to generate.