gdb: change 'maint info section' to use command options
[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 -directory @var{directory}
1044 @itemx -d @var{directory}
1045 @cindex @code{--directory}
1046 @cindex @code{-d}
1047 Add @var{directory} to the path to search for source and script files.
1048
1049 @item -r
1050 @itemx -readnow
1051 @cindex @code{--readnow}
1052 @cindex @code{-r}
1053 Read each symbol file's entire symbol table immediately, rather than
1054 the default, which is to read it incrementally as it is needed.
1055 This makes startup slower, but makes future operations faster.
1056
1057 @item --readnever
1058 @anchor{--readnever}
1059 @cindex @code{--readnever}, command-line option
1060 Do not read each symbol file's symbolic debug information. This makes
1061 startup faster but at the expense of not being able to perform
1062 symbolic debugging. DWARF unwind information is also not read,
1063 meaning backtraces may become incomplete or inaccurate. One use of
1064 this is when a user simply wants to do the following sequence: attach,
1065 dump core, detach. Loading the debugging information in this case is
1066 an unnecessary cause of delay.
1067 @end table
1068
1069 @node Mode Options
1070 @subsection Choosing Modes
1071
1072 You can run @value{GDBN} in various alternative modes---for example, in
1073 batch mode or quiet mode.
1074
1075 @table @code
1076 @anchor{-nx}
1077 @item -nx
1078 @itemx -n
1079 @cindex @code{--nx}
1080 @cindex @code{-n}
1081 Do not execute commands found in any initialization files
1082 (@pxref{Initialization Files}).
1083
1084 @anchor{-nh}
1085 @item -nh
1086 @cindex @code{--nh}
1087 Do not execute commands found in any home directory initialization
1088 file (@pxref{Initialization Files,,Home directory initialization
1089 file}). The system wide and current directory initialization files
1090 are still loaded.
1091
1092 @item -quiet
1093 @itemx -silent
1094 @itemx -q
1095 @cindex @code{--quiet}
1096 @cindex @code{--silent}
1097 @cindex @code{-q}
1098 ``Quiet''. Do not print the introductory and copyright messages. These
1099 messages are also suppressed in batch mode.
1100
1101 @item -batch
1102 @cindex @code{--batch}
1103 Run in batch mode. Exit with status @code{0} after processing all the
1104 command files specified with @samp{-x} (and all commands from
1105 initialization files, if not inhibited with @samp{-n}). Exit with
1106 nonzero status if an error occurs in executing the @value{GDBN} commands
1107 in the command files. Batch mode also disables pagination, sets unlimited
1108 terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1109 off} were in effect (@pxref{Messages/Warnings}).
1110
1111 Batch mode may be useful for running @value{GDBN} as a filter, for
1112 example to download and run a program on another computer; in order to
1113 make this more useful, the message
1114
1115 @smallexample
1116 Program exited normally.
1117 @end smallexample
1118
1119 @noindent
1120 (which is ordinarily issued whenever a program running under
1121 @value{GDBN} control terminates) is not issued when running in batch
1122 mode.
1123
1124 @item -batch-silent
1125 @cindex @code{--batch-silent}
1126 Run in batch mode exactly like @samp{-batch}, but totally silently. All
1127 @value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1128 unaffected). This is much quieter than @samp{-silent} and would be useless
1129 for an interactive session.
1130
1131 This is particularly useful when using targets that give @samp{Loading section}
1132 messages, for example.
1133
1134 Note that targets that give their output via @value{GDBN}, as opposed to
1135 writing directly to @code{stdout}, will also be made silent.
1136
1137 @item -return-child-result
1138 @cindex @code{--return-child-result}
1139 The return code from @value{GDBN} will be the return code from the child
1140 process (the process being debugged), with the following exceptions:
1141
1142 @itemize @bullet
1143 @item
1144 @value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1145 internal error. In this case the exit code is the same as it would have been
1146 without @samp{-return-child-result}.
1147 @item
1148 The user quits with an explicit value. E.g., @samp{quit 1}.
1149 @item
1150 The child process never runs, or is not allowed to terminate, in which case
1151 the exit code will be -1.
1152 @end itemize
1153
1154 This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1155 when @value{GDBN} is being used as a remote program loader or simulator
1156 interface.
1157
1158 @item -nowindows
1159 @itemx -nw
1160 @cindex @code{--nowindows}
1161 @cindex @code{-nw}
1162 ``No windows''. If @value{GDBN} comes with a graphical user interface
1163 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1164 interface. If no GUI is available, this option has no effect.
1165
1166 @item -windows
1167 @itemx -w
1168 @cindex @code{--windows}
1169 @cindex @code{-w}
1170 If @value{GDBN} includes a GUI, then this option requires it to be
1171 used if possible.
1172
1173 @item -cd @var{directory}
1174 @cindex @code{--cd}
1175 Run @value{GDBN} using @var{directory} as its working directory,
1176 instead of the current directory.
1177
1178 @item -data-directory @var{directory}
1179 @itemx -D @var{directory}
1180 @cindex @code{--data-directory}
1181 @cindex @code{-D}
1182 Run @value{GDBN} using @var{directory} as its data directory.
1183 The data directory is where @value{GDBN} searches for its
1184 auxiliary files. @xref{Data Files}.
1185
1186 @item -fullname
1187 @itemx -f
1188 @cindex @code{--fullname}
1189 @cindex @code{-f}
1190 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1191 subprocess. It tells @value{GDBN} to output the full file name and line
1192 number in a standard, recognizable fashion each time a stack frame is
1193 displayed (which includes each time your program stops). This
1194 recognizable format looks like two @samp{\032} characters, followed by
1195 the file name, line number and character position separated by colons,
1196 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1197 @samp{\032} characters as a signal to display the source code for the
1198 frame.
1199
1200 @item -annotate @var{level}
1201 @cindex @code{--annotate}
1202 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1203 effect is identical to using @samp{set annotate @var{level}}
1204 (@pxref{Annotations}). The annotation @var{level} controls how much
1205 information @value{GDBN} prints together with its prompt, values of
1206 expressions, source lines, and other types of output. Level 0 is the
1207 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1208 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1209 that control @value{GDBN}, and level 2 has been deprecated.
1210
1211 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1212 (@pxref{GDB/MI}).
1213
1214 @item --args
1215 @cindex @code{--args}
1216 Change interpretation of command line so that arguments following the
1217 executable file are passed as command line arguments to the inferior.
1218 This option stops option processing.
1219
1220 @item -baud @var{bps}
1221 @itemx -b @var{bps}
1222 @cindex @code{--baud}
1223 @cindex @code{-b}
1224 Set the line speed (baud rate or bits per second) of any serial
1225 interface used by @value{GDBN} for remote debugging.
1226
1227 @item -l @var{timeout}
1228 @cindex @code{-l}
1229 Set the timeout (in seconds) of any communication used by @value{GDBN}
1230 for remote debugging.
1231
1232 @item -tty @var{device}
1233 @itemx -t @var{device}
1234 @cindex @code{--tty}
1235 @cindex @code{-t}
1236 Run using @var{device} for your program's standard input and output.
1237 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1238
1239 @c resolve the situation of these eventually
1240 @item -tui
1241 @cindex @code{--tui}
1242 Activate the @dfn{Text User Interface} when starting. The Text User
1243 Interface manages several text windows on the terminal, showing
1244 source, assembly, registers and @value{GDBN} command outputs
1245 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1246 option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1247 Using @value{GDBN} under @sc{gnu} Emacs}).
1248
1249 @item -interpreter @var{interp}
1250 @cindex @code{--interpreter}
1251 Use the interpreter @var{interp} for interface with the controlling
1252 program or device. This option is meant to be set by programs which
1253 communicate with @value{GDBN} using it as a back end.
1254 @xref{Interpreters, , Command Interpreters}.
1255
1256 @samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1257 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1258 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1259 version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1260 included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1261 interfaces are no longer supported.
1262
1263 @item -write
1264 @cindex @code{--write}
1265 Open the executable and core files for both reading and writing. This
1266 is equivalent to the @samp{set write on} command inside @value{GDBN}
1267 (@pxref{Patching}).
1268
1269 @item -statistics
1270 @cindex @code{--statistics}
1271 This option causes @value{GDBN} to print statistics about time and
1272 memory usage after it completes each command and returns to the prompt.
1273
1274 @item -version
1275 @cindex @code{--version}
1276 This option causes @value{GDBN} to print its version number and
1277 no-warranty blurb, and exit.
1278
1279 @item -configuration
1280 @cindex @code{--configuration}
1281 This option causes @value{GDBN} to print details about its build-time
1282 configuration parameters, and then exit. These details can be
1283 important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1284
1285 @end table
1286
1287 @node Startup
1288 @subsection What @value{GDBN} Does During Startup
1289 @cindex @value{GDBN} startup
1290
1291 Here's the description of what @value{GDBN} does during session startup:
1292
1293 @enumerate
1294 @item
1295 Sets up the command interpreter as specified by the command line
1296 (@pxref{Mode Options, interpreter}).
1297
1298 @item
1299 @cindex init file
1300 Reads the system wide initialization file and the files from the
1301 system wide initialization directory, @pxref{System Wide Init Files}.
1302
1303 @item
1304 Reads the initialization file (if any) in your home directory and
1305 executes all the commands in that file, @pxref{Home Directory Init
1306 File}.
1307
1308 @anchor{Option -init-eval-command}
1309 @item
1310 Executes commands and command files specified by the @samp{-iex} and
1311 @samp{-ix} options in their specified order. Usually you should use the
1312 @samp{-ex} and @samp{-x} options instead, but this way you can apply
1313 settings before @value{GDBN} init files get executed and before inferior
1314 gets loaded.
1315
1316 @item
1317 Processes command line options and operands.
1318
1319 @item
1320 Reads and executes the commands from the initialization file (if any)
1321 in the current working directory as long as @samp{set auto-load
1322 local-gdbinit} is set to @samp{on} (@pxref{Init File in the Current
1323 Directory}). This is only done if the current directory is different
1324 from your home directory. Thus, you can have more than one init file,
1325 one generic in your home directory, and another, specific to the
1326 program you are debugging, in the directory where you invoke
1327 @value{GDBN}. @xref{Init File in the Current Directory during
1328 Startup}.
1329
1330 @item
1331 If the command line specified a program to debug, or a process to
1332 attach to, or a core file, @value{GDBN} loads any auto-loaded
1333 scripts provided for the program or for its loaded shared libraries.
1334 @xref{Auto-loading}.
1335
1336 If you wish to disable the auto-loading during startup,
1337 you must do something like the following:
1338
1339 @smallexample
1340 $ gdb -iex "set auto-load python-scripts off" myprogram
1341 @end smallexample
1342
1343 Option @samp{-ex} does not work because the auto-loading is then turned
1344 off too late.
1345
1346 @item
1347 Executes commands and command files specified by the @samp{-ex} and
1348 @samp{-x} options in their specified order. @xref{Command Files}, for
1349 more details about @value{GDBN} command files.
1350
1351 @item
1352 Reads the command history recorded in the @dfn{history file}.
1353 @xref{Command History}, for more details about the command history and the
1354 files where @value{GDBN} records it.
1355 @end enumerate
1356
1357 @node Initialization Files
1358 @subsection Initialization Files
1359 @cindex init file name
1360
1361 During startup (@pxref{Startup}) @value{GDBN} will execute commands
1362 from several initialization files. These initialization files use the
1363 same syntax as @dfn{command files} (@pxref{Command Files}) and are
1364 processed by @value{GDBN} in the same way.
1365
1366 To display the list of initialization files loaded by @value{GDBN} at
1367 startup, in the order they will be loaded, you can use @kbd{gdb
1368 --help}.
1369
1370 As the system wide and home directory initialization files are
1371 processed before most command line options, changes to settings
1372 (e.g. @samp{set complaints}) can affect subsequent processing of
1373 command line options and operands.
1374
1375 The following sections describe where @value{GDBN} looks for the
1376 initialization and the order that the files are searched for.
1377
1378 @anchor{System Wide Init Files}
1379 @subsubsection System wide initialization files
1380
1381 There are two locations that are searched for system wide
1382 initialization files. Both of these locations are always checked:
1383
1384 @table @code
1385
1386 @item @file{system.gdbinit}
1387 This is a single system-wide initialization file. Its location is
1388 specified with the @code{--with-system-gdbinit} configure option
1389 (@pxref{System-wide configuration}). It is loaded first when
1390 @value{GDBN} starts, before command line options have been processed.
1391
1392 @item @file{system.gdbinit.d}
1393 This is the system-wide initialization directory. Its location is
1394 specified with the @code{--with-system-gdbinit-dir} configure option
1395 (@pxref{System-wide configuration}). Files in this directory are
1396 loaded in alphabetical order immediately after @file{system.gdbinit}
1397 (if enabled) when @value{GDBN} starts, before command line options
1398 have been processed. Files need to have a recognized scripting
1399 language extension (@file{.py}/@file{.scm}) or be named with a
1400 @file{.gdb} extension to be interpreted as regular @value{GDBN}
1401 commands. @value{GDBN} will not recurse into any subdirectories of
1402 this directory.
1403
1404 @end table
1405
1406 It is possible to prevent the system wide initialization files from
1407 being loaded using the @samp{-nx} command line option, @pxref{Mode
1408 Options,,Choosing Modes}.
1409
1410 @anchor{Home Directory Init File}
1411 @subsubsection Home directory initialization file
1412 @cindex @file{gdbinit}
1413 @cindex @file{.gdbinit}
1414 @cindex @file{gdb.ini}
1415
1416 After loading the system wide initialization files @value{GDBN} will
1417 look for an initialization file in the users home
1418 directory@footnote{On DOS/Windows systems, the home directory is the
1419 one pointed to by the @code{HOME} environment variable.}. There are a
1420 number of locations that @value{GDBN} will search in the home
1421 directory, these locations are searched in order and @value{GDBN} will
1422 load the first file that it finds, and subsequent locations will not
1423 be checked.
1424
1425 On non-Apple hosts the locations searched are:
1426 @table @file
1427 @item $XDG_CONFIG_HOME/gdb/gdbinit
1428 @item $HOME/.config/gdb/gdbinit
1429 @item $HOME/.gdbinit
1430 @end table
1431
1432 While on Apple hosts the locations searched are:
1433 @table @file
1434 @item $HOME/Library/Preferences/gdb/gdbinit
1435 @item $HOME/.gdbinit
1436 @end table
1437
1438 It is possible to prevent the home directory initialization file from
1439 being loaded using the @samp{-nx} or @samp{-nh} command line options,
1440 @pxref{Mode Options,,Choosing Modes}.
1441
1442 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini} instead of
1443 @file{.gdbinit} or @file{gdbinit}, due to the limitations of file
1444 names imposed by DOS filesystems. The Windows port of @value{GDBN}
1445 uses the standard name, but if it finds a @file{gdb.ini} file in your
1446 home directory, it warns you about that and suggests to rename the
1447 file to the standard name.
1448
1449 @anchor{Init File in the Current Directory during Startup}
1450 @subsubsection Local directory initialization file
1451
1452 @value{GDBN} will check the current directory for a file called
1453 @file{.gdbinit}. It is loaded last, after command line options
1454 other than @samp{-x} and @samp{-ex} have been processed. The command
1455 line options @samp{-x} and @samp{-ex} are processed last, after
1456 @file{.gdbinit} has been loaded, @pxref{File Options,,Choosing
1457 Files}.
1458
1459 If the file in the current directory was already loaded as the home
1460 directory initialization file then it will not be loaded a second
1461 time.
1462
1463 It is possible to prevent the local directory initialization file from
1464 being loaded using the @samp{-nx} command line option, @pxref{Mode
1465 Options,,Choosing Modes}.
1466
1467 @node Quitting GDB
1468 @section Quitting @value{GDBN}
1469 @cindex exiting @value{GDBN}
1470 @cindex leaving @value{GDBN}
1471
1472 @table @code
1473 @kindex quit @r{[}@var{expression}@r{]}
1474 @kindex q @r{(@code{quit})}
1475 @item quit @r{[}@var{expression}@r{]}
1476 @itemx q
1477 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1478 @code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
1479 do not supply @var{expression}, @value{GDBN} will terminate normally;
1480 otherwise it will terminate using the result of @var{expression} as the
1481 error code.
1482 @end table
1483
1484 @cindex interrupt
1485 An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1486 terminates the action of any @value{GDBN} command that is in progress and
1487 returns to @value{GDBN} command level. It is safe to type the interrupt
1488 character at any time because @value{GDBN} does not allow it to take effect
1489 until a time when it is safe.
1490
1491 If you have been using @value{GDBN} to control an attached process or
1492 device, you can release it with the @code{detach} command
1493 (@pxref{Attach, ,Debugging an Already-running Process}).
1494
1495 @node Shell Commands
1496 @section Shell Commands
1497
1498 If you need to execute occasional shell commands during your
1499 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1500 just use the @code{shell} command.
1501
1502 @table @code
1503 @kindex shell
1504 @kindex !
1505 @cindex shell escape
1506 @item shell @var{command-string}
1507 @itemx !@var{command-string}
1508 Invoke a standard shell to execute @var{command-string}.
1509 Note that no space is needed between @code{!} and @var{command-string}.
1510 On GNU and Unix systems, the environment variable @code{SHELL}, if it
1511 exists, determines which shell to run. Otherwise @value{GDBN} uses
1512 the default shell (@file{/bin/sh} on GNU and Unix systems,
1513 @file{cmd.exe} on MS-Windows, @file{COMMAND.COM} on MS-DOS, etc.).
1514 @end table
1515
1516 The utility @code{make} is often needed in development environments.
1517 You do not have to use the @code{shell} command for this purpose in
1518 @value{GDBN}:
1519
1520 @table @code
1521 @kindex make
1522 @cindex calling make
1523 @item make @var{make-args}
1524 Execute the @code{make} program with the specified
1525 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1526 @end table
1527
1528 @table @code
1529 @kindex pipe
1530 @kindex |
1531 @cindex send the output of a gdb command to a shell command
1532 @anchor{pipe}
1533 @item pipe [@var{command}] | @var{shell_command}
1534 @itemx | [@var{command}] | @var{shell_command}
1535 @itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1536 @itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1537 Executes @var{command} and sends its output to @var{shell_command}.
1538 Note that no space is needed around @code{|}.
1539 If no @var{command} is provided, the last command executed is repeated.
1540
1541 In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1542 can be used to specify an alternate delimiter string @var{delim} that separates
1543 the @var{command} from the @var{shell_command}.
1544
1545 Example:
1546 @smallexample
1547 @group
1548 (gdb) p var
1549 $1 = @{
1550 black = 144,
1551 red = 233,
1552 green = 377,
1553 blue = 610,
1554 white = 987
1555 @}
1556 @end group
1557 @group
1558 (gdb) pipe p var|wc
1559 7 19 80
1560 (gdb) |p var|wc -l
1561 7
1562 @end group
1563 @group
1564 (gdb) p /x var
1565 $4 = @{
1566 black = 0x90,
1567 red = 0xe9,
1568 green = 0x179,
1569 blue = 0x262,
1570 white = 0x3db
1571 @}
1572 (gdb) ||grep red
1573 red => 0xe9,
1574 @end group
1575 @group
1576 (gdb) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1577 this contains a PIPE char
1578 (gdb) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1579 this contains a PIPE char!
1580 (gdb)
1581 @end group
1582 @end smallexample
1583 @end table
1584
1585 The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1586 can be used to examine the exit status of the last shell command launched
1587 by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1588 @xref{Convenience Vars,, Convenience Variables}.
1589
1590 @node Logging Output
1591 @section Logging Output
1592 @cindex logging @value{GDBN} output
1593 @cindex save @value{GDBN} output to a file
1594
1595 You may want to save the output of @value{GDBN} commands to a file.
1596 There are several commands to control @value{GDBN}'s logging.
1597
1598 @table @code
1599 @kindex set logging
1600 @item set logging on
1601 Enable logging.
1602 @item set logging off
1603 Disable logging.
1604 @cindex logging file name
1605 @item set logging file @var{file}
1606 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1607 @item set logging overwrite [on|off]
1608 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1609 you want @code{set logging on} to overwrite the logfile instead.
1610 @item set logging redirect [on|off]
1611 By default, @value{GDBN} output will go to both the terminal and the logfile.
1612 Set @code{redirect} if you want output to go only to the log file.
1613 @item set logging debugredirect [on|off]
1614 By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1615 Set @code{debugredirect} if you want debug output to go only to the log file.
1616 @kindex show logging
1617 @item show logging
1618 Show the current values of the logging settings.
1619 @end table
1620
1621 You can also redirect the output of a @value{GDBN} command to a
1622 shell command. @xref{pipe}.
1623 @node Commands
1624 @chapter @value{GDBN} Commands
1625
1626 You can abbreviate a @value{GDBN} command to the first few letters of the command
1627 name, if that abbreviation is unambiguous; and you can repeat certain
1628 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1629 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1630 show you the alternatives available, if there is more than one possibility).
1631
1632 @menu
1633 * Command Syntax:: How to give commands to @value{GDBN}
1634 * Command Settings:: How to change default behavior of commands
1635 * Completion:: Command completion
1636 * Command Options:: Command options
1637 * Help:: How to ask @value{GDBN} for help
1638 @end menu
1639
1640 @node Command Syntax
1641 @section Command Syntax
1642
1643 A @value{GDBN} command is a single line of input. There is no limit on
1644 how long it can be. It starts with a command name, which is followed by
1645 arguments whose meaning depends on the command name. For example, the
1646 command @code{step} accepts an argument which is the number of times to
1647 step, as in @samp{step 5}. You can also use the @code{step} command
1648 with no arguments. Some commands do not allow any arguments.
1649
1650 @cindex abbreviation
1651 @value{GDBN} command names may always be truncated if that abbreviation is
1652 unambiguous. Other possible command abbreviations are listed in the
1653 documentation for individual commands. In some cases, even ambiguous
1654 abbreviations are allowed; for example, @code{s} is specially defined as
1655 equivalent to @code{step} even though there are other commands whose
1656 names start with @code{s}. You can test abbreviations by using them as
1657 arguments to the @code{help} command.
1658
1659 @cindex repeating commands
1660 @kindex RET @r{(repeat last command)}
1661 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1662 repeat the previous command. Certain commands (for example, @code{run})
1663 will not repeat this way; these are commands whose unintentional
1664 repetition might cause trouble and which you are unlikely to want to
1665 repeat. User-defined commands can disable this feature; see
1666 @ref{Define, dont-repeat}.
1667
1668 The @code{list} and @code{x} commands, when you repeat them with
1669 @key{RET}, construct new arguments rather than repeating
1670 exactly as typed. This permits easy scanning of source or memory.
1671
1672 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1673 output, in a way similar to the common utility @code{more}
1674 (@pxref{Screen Size,,Screen Size}). Since it is easy to press one
1675 @key{RET} too many in this situation, @value{GDBN} disables command
1676 repetition after any command that generates this sort of display.
1677
1678 @kindex # @r{(a comment)}
1679 @cindex comment
1680 Any text from a @kbd{#} to the end of the line is a comment; it does
1681 nothing. This is useful mainly in command files (@pxref{Command
1682 Files,,Command Files}).
1683
1684 @cindex repeating command sequences
1685 @kindex Ctrl-o @r{(operate-and-get-next)}
1686 The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1687 commands. This command accepts the current line, like @key{RET}, and
1688 then fetches the next line relative to the current line from the history
1689 for editing.
1690
1691
1692 @node Command Settings
1693 @section Command Settings
1694 @cindex default behavior of commands, changing
1695 @cindex default settings, changing
1696
1697 Many commands change their behavior according to command-specific
1698 variables or settings. These settings can be changed with the
1699 @code{set} subcommands. For example, the @code{print} command
1700 (@pxref{Data, ,Examining Data}) prints arrays differently depending on
1701 settings changeable with the commands @code{set print elements
1702 NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1703
1704 You can change these settings to your preference in the gdbinit files
1705 loaded at @value{GDBN} startup. @xref{Startup}.
1706
1707 The settings can also be changed interactively during the debugging
1708 session. For example, to change the limit of array elements to print,
1709 you can do the following:
1710 @smallexample
1711 (@value{GDBN}) set print elements 10
1712 (@value{GDBN}) print some_array
1713 $1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1714 @end smallexample
1715
1716 The above @code{set print elements 10} command changes the number of
1717 elements to print from the default of 200 to 10. If you only intend
1718 this limit of 10 to be used for printing @code{some_array}, then you
1719 must restore the limit back to 200, with @code{set print elements
1720 200}.
1721
1722 Some commands allow overriding settings with command options. For
1723 example, the @code{print} command supports a number of options that
1724 allow overriding relevant global print settings as set by @code{set
1725 print} subcommands. @xref{print options}. The example above could be
1726 rewritten as:
1727 @smallexample
1728 (@value{GDBN}) print -elements 10 -- some_array
1729 $1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1730 @end smallexample
1731
1732 Alternatively, you can use the @code{with} command to change a setting
1733 temporarily, for the duration of a command invocation.
1734
1735 @table @code
1736 @kindex with command
1737 @kindex w @r{(@code{with})}
1738 @cindex settings
1739 @cindex temporarily change settings
1740 @item with @var{setting} [@var{value}] [-- @var{command}]
1741 @itemx w @var{setting} [@var{value}] [-- @var{command}]
1742 Temporarily set @var{setting} to @var{value} for the duration of
1743 @var{command}.
1744
1745 @var{setting} is any setting you can change with the @code{set}
1746 subcommands. @var{value} is the value to assign to @code{setting}
1747 while running @code{command}.
1748
1749 If no @var{command} is provided, the last command executed is
1750 repeated.
1751
1752 If a @var{command} is provided, it must be preceded by a double dash
1753 (@code{--}) separator. This is required because some settings accept
1754 free-form arguments, such as expressions or filenames.
1755
1756 For example, the command
1757 @smallexample
1758 (@value{GDBN}) with print array on -- print some_array
1759 @end smallexample
1760 @noindent
1761 is equivalent to the following 3 commands:
1762 @smallexample
1763 (@value{GDBN}) set print array on
1764 (@value{GDBN}) print some_array
1765 (@value{GDBN}) set print array off
1766 @end smallexample
1767
1768 The @code{with} command is particularly useful when you want to
1769 override a setting while running user-defined commands, or commands
1770 defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1771
1772 @smallexample
1773 (@value{GDBN}) with print pretty on -- my_complex_command
1774 @end smallexample
1775
1776 To change several settings for the same command, you can nest
1777 @code{with} commands. For example, @code{with language ada -- with
1778 print elements 10} temporarily changes the language to Ada and sets a
1779 limit of 10 elements to print for arrays and strings.
1780
1781 @end table
1782
1783 @node Completion
1784 @section Command Completion
1785
1786 @cindex completion
1787 @cindex word completion
1788 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1789 only one possibility; it can also show you what the valid possibilities
1790 are for the next word in a command, at any time. This works for @value{GDBN}
1791 commands, @value{GDBN} subcommands, command options, and the names of symbols
1792 in your program.
1793
1794 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1795 of a word. If there is only one possibility, @value{GDBN} fills in the
1796 word, and waits for you to finish the command (or press @key{RET} to
1797 enter it). For example, if you type
1798
1799 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1800 @c complete accuracy in these examples; space introduced for clarity.
1801 @c If texinfo enhancements make it unnecessary, it would be nice to
1802 @c replace " @key" by "@key" in the following...
1803 @smallexample
1804 (@value{GDBP}) info bre @key{TAB}
1805 @end smallexample
1806
1807 @noindent
1808 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1809 the only @code{info} subcommand beginning with @samp{bre}:
1810
1811 @smallexample
1812 (@value{GDBP}) info breakpoints
1813 @end smallexample
1814
1815 @noindent
1816 You can either press @key{RET} at this point, to run the @code{info
1817 breakpoints} command, or backspace and enter something else, if
1818 @samp{breakpoints} does not look like the command you expected. (If you
1819 were sure you wanted @code{info breakpoints} in the first place, you
1820 might as well just type @key{RET} immediately after @samp{info bre},
1821 to exploit command abbreviations rather than command completion).
1822
1823 If there is more than one possibility for the next word when you press
1824 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1825 characters and try again, or just press @key{TAB} a second time;
1826 @value{GDBN} displays all the possible completions for that word. For
1827 example, you might want to set a breakpoint on a subroutine whose name
1828 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1829 just sounds the bell. Typing @key{TAB} again displays all the
1830 function names in your program that begin with those characters, for
1831 example:
1832
1833 @smallexample
1834 (@value{GDBP}) b make_ @key{TAB}
1835 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1836 make_a_section_from_file make_environ
1837 make_abs_section make_function_type
1838 make_blockvector make_pointer_type
1839 make_cleanup make_reference_type
1840 make_command make_symbol_completion_list
1841 (@value{GDBP}) b make_
1842 @end smallexample
1843
1844 @noindent
1845 After displaying the available possibilities, @value{GDBN} copies your
1846 partial input (@samp{b make_} in the example) so you can finish the
1847 command.
1848
1849 If you just want to see the list of alternatives in the first place, you
1850 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1851 means @kbd{@key{META} ?}. You can type this either by holding down a
1852 key designated as the @key{META} shift on your keyboard (if there is
1853 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1854
1855 If the number of possible completions is large, @value{GDBN} will
1856 print as much of the list as it has collected, as well as a message
1857 indicating that the list may be truncated.
1858
1859 @smallexample
1860 (@value{GDBP}) b m@key{TAB}@key{TAB}
1861 main
1862 <... the rest of the possible completions ...>
1863 *** List may be truncated, max-completions reached. ***
1864 (@value{GDBP}) b m
1865 @end smallexample
1866
1867 @noindent
1868 This behavior can be controlled with the following commands:
1869
1870 @table @code
1871 @kindex set max-completions
1872 @item set max-completions @var{limit}
1873 @itemx set max-completions unlimited
1874 Set the maximum number of completion candidates. @value{GDBN} will
1875 stop looking for more completions once it collects this many candidates.
1876 This is useful when completing on things like function names as collecting
1877 all the possible candidates can be time consuming.
1878 The default value is 200. A value of zero disables tab-completion.
1879 Note that setting either no limit or a very large limit can make
1880 completion slow.
1881 @kindex show max-completions
1882 @item show max-completions
1883 Show the maximum number of candidates that @value{GDBN} will collect and show
1884 during completion.
1885 @end table
1886
1887 @cindex quotes in commands
1888 @cindex completion of quoted strings
1889 Sometimes the string you need, while logically a ``word'', may contain
1890 parentheses or other characters that @value{GDBN} normally excludes from
1891 its notion of a word. To permit word completion to work in this
1892 situation, you may enclose words in @code{'} (single quote marks) in
1893 @value{GDBN} commands.
1894
1895 A likely situation where you might need this is in typing an
1896 expression that involves a C@t{++} symbol name with template
1897 parameters. This is because when completing expressions, GDB treats
1898 the @samp{<} character as word delimiter, assuming that it's the
1899 less-than comparison operator (@pxref{C Operators, , C and C@t{++}
1900 Operators}).
1901
1902 For example, when you want to call a C@t{++} template function
1903 interactively using the @code{print} or @code{call} commands, you may
1904 need to distinguish whether you mean the version of @code{name} that
1905 was specialized for @code{int}, @code{name<int>()}, or the version
1906 that was specialized for @code{float}, @code{name<float>()}. To use
1907 the word-completion facilities in this situation, type a single quote
1908 @code{'} at the beginning of the function name. This alerts
1909 @value{GDBN} that it may need to consider more information than usual
1910 when you press @key{TAB} or @kbd{M-?} to request word completion:
1911
1912 @smallexample
1913 (@value{GDBP}) p 'func< @kbd{M-?}
1914 func<int>() func<float>()
1915 (@value{GDBP}) p 'func<
1916 @end smallexample
1917
1918 When setting breakpoints however (@pxref{Specify Location}), you don't
1919 usually need to type a quote before the function name, because
1920 @value{GDBN} understands that you want to set a breakpoint on a
1921 function:
1922
1923 @smallexample
1924 (@value{GDBP}) b func< @kbd{M-?}
1925 func<int>() func<float>()
1926 (@value{GDBP}) b func<
1927 @end smallexample
1928
1929 This is true even in the case of typing the name of C@t{++} overloaded
1930 functions (multiple definitions of the same function, distinguished by
1931 argument type). For example, when you want to set a breakpoint you
1932 don't need to distinguish whether you mean the version of @code{name}
1933 that takes an @code{int} parameter, @code{name(int)}, or the version
1934 that takes a @code{float} parameter, @code{name(float)}.
1935
1936 @smallexample
1937 (@value{GDBP}) b bubble( @kbd{M-?}
1938 bubble(int) bubble(double)
1939 (@value{GDBP}) b bubble(dou @kbd{M-?}
1940 bubble(double)
1941 @end smallexample
1942
1943 See @ref{quoting names} for a description of other scenarios that
1944 require quoting.
1945
1946 For more information about overloaded functions, see @ref{C Plus Plus
1947 Expressions, ,C@t{++} Expressions}. You can use the command @code{set
1948 overload-resolution off} to disable overload resolution;
1949 see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
1950
1951 @cindex completion of structure field names
1952 @cindex structure field name completion
1953 @cindex completion of union field names
1954 @cindex union field name completion
1955 When completing in an expression which looks up a field in a
1956 structure, @value{GDBN} also tries@footnote{The completer can be
1957 confused by certain kinds of invalid expressions. Also, it only
1958 examines the static type of the expression, not the dynamic type.} to
1959 limit completions to the field names available in the type of the
1960 left-hand-side:
1961
1962 @smallexample
1963 (@value{GDBP}) p gdb_stdout.@kbd{M-?}
1964 magic to_fputs to_rewind
1965 to_data to_isatty to_write
1966 to_delete to_put to_write_async_safe
1967 to_flush to_read
1968 @end smallexample
1969
1970 @noindent
1971 This is because the @code{gdb_stdout} is a variable of the type
1972 @code{struct ui_file} that is defined in @value{GDBN} sources as
1973 follows:
1974
1975 @smallexample
1976 struct ui_file
1977 @{
1978 int *magic;
1979 ui_file_flush_ftype *to_flush;
1980 ui_file_write_ftype *to_write;
1981 ui_file_write_async_safe_ftype *to_write_async_safe;
1982 ui_file_fputs_ftype *to_fputs;
1983 ui_file_read_ftype *to_read;
1984 ui_file_delete_ftype *to_delete;
1985 ui_file_isatty_ftype *to_isatty;
1986 ui_file_rewind_ftype *to_rewind;
1987 ui_file_put_ftype *to_put;
1988 void *to_data;
1989 @}
1990 @end smallexample
1991
1992 @node Command Options
1993 @section Command options
1994
1995 @cindex command options
1996 Some commands accept options starting with a leading dash. For
1997 example, @code{print -pretty}. Similarly to command names, you can
1998 abbreviate a @value{GDBN} option to the first few letters of the
1999 option name, if that abbreviation is unambiguous, and you can also use
2000 the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
2001 in an option (or to show you the alternatives available, if there is
2002 more than one possibility).
2003
2004 @cindex command options, raw input
2005 Some commands take raw input as argument. For example, the print
2006 command processes arbitrary expressions in any of the languages
2007 supported by @value{GDBN}. With such commands, because raw input may
2008 start with a leading dash that would be confused with an option or any
2009 of its abbreviations, e.g.@: @code{print -p} (short for @code{print
2010 -pretty} or printing negative @code{p}?), if you specify any command
2011 option, then you must use a double-dash (@code{--}) delimiter to
2012 indicate the end of options.
2013
2014 @cindex command options, boolean
2015
2016 Some options are described as accepting an argument which can be
2017 either @code{on} or @code{off}. These are known as @dfn{boolean
2018 options}. Similarly to boolean settings commands---@code{on} and
2019 @code{off} are the typical values, but any of @code{1}, @code{yes} and
2020 @code{enable} can also be used as ``true'' value, and any of @code{0},
2021 @code{no} and @code{disable} can also be used as ``false'' value. You
2022 can also omit a ``true'' value, as it is implied by default.
2023
2024 For example, these are equivalent:
2025
2026 @smallexample
2027 (@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
2028 (@value{GDBP}) p -o -p 0 -e u -- *myptr
2029 @end smallexample
2030
2031 You can discover the set of options some command accepts by completing
2032 on @code{-} after the command name. For example:
2033
2034 @smallexample
2035 (@value{GDBP}) print -@key{TAB}@key{TAB}
2036 -address -max-depth -raw-values -union
2037 -array -null-stop -repeats -vtbl
2038 -array-indexes -object -static-members
2039 -elements -pretty -symbol
2040 @end smallexample
2041
2042 Completion will in some cases guide you with a suggestion of what kind
2043 of argument an option expects. For example:
2044
2045 @smallexample
2046 (@value{GDBP}) print -elements @key{TAB}@key{TAB}
2047 NUMBER unlimited
2048 @end smallexample
2049
2050 Here, the option expects a number (e.g., @code{100}), not literal
2051 @code{NUMBER}. Such metasyntactical arguments are always presented in
2052 uppercase.
2053
2054 (For more on using the @code{print} command, see @ref{Data, ,Examining
2055 Data}.)
2056
2057 @node Help
2058 @section Getting Help
2059 @cindex online documentation
2060 @kindex help
2061
2062 You can always ask @value{GDBN} itself for information on its commands,
2063 using the command @code{help}.
2064
2065 @table @code
2066 @kindex h @r{(@code{help})}
2067 @item help
2068 @itemx h
2069 You can use @code{help} (abbreviated @code{h}) with no arguments to
2070 display a short list of named classes of commands:
2071
2072 @smallexample
2073 (@value{GDBP}) help
2074 List of classes of commands:
2075
2076 aliases -- User-defined aliases of other commands
2077 breakpoints -- Making program stop at certain points
2078 data -- Examining data
2079 files -- Specifying and examining files
2080 internals -- Maintenance commands
2081 obscure -- Obscure features
2082 running -- Running the program
2083 stack -- Examining the stack
2084 status -- Status inquiries
2085 support -- Support facilities
2086 tracepoints -- Tracing of program execution without
2087 stopping the program
2088 user-defined -- User-defined commands
2089
2090 Type "help" followed by a class name for a list of
2091 commands in that class.
2092 Type "help" followed by command name for full
2093 documentation.
2094 Command name abbreviations are allowed if unambiguous.
2095 (@value{GDBP})
2096 @end smallexample
2097 @c the above line break eliminates huge line overfull...
2098
2099 @item help @var{class}
2100 Using one of the general help classes as an argument, you can get a
2101 list of the individual commands in that class. If a command has
2102 aliases, the aliases are given after the command name, separated by
2103 commas. If an alias has default arguments, the full definition of
2104 the alias is given after the first line.
2105 For example, here is the help display for the class @code{status}:
2106
2107 @smallexample
2108 (@value{GDBP}) help status
2109 Status inquiries.
2110
2111 List of commands:
2112
2113 @c Line break in "show" line falsifies real output, but needed
2114 @c to fit in smallbook page size.
2115 info, inf, i -- Generic command for showing things
2116 about the program being debugged
2117 info address, iamain -- Describe where symbol SYM is stored.
2118 alias iamain = info address main
2119 info all-registers -- List of all registers and their contents,
2120 for selected stack frame.
2121 ...
2122 show, info set -- Generic command for showing things
2123 about the debugger
2124
2125 Type "help" followed by command name for full
2126 documentation.
2127 Command name abbreviations are allowed if unambiguous.
2128 (@value{GDBP})
2129 @end smallexample
2130
2131 @item help @var{command}
2132 With a command name as @code{help} argument, @value{GDBN} displays a
2133 short paragraph on how to use that command. If that command has
2134 one or more aliases, @value{GDBN} will display a first line with
2135 the command name and all its aliases separated by commas.
2136 This first line will be followed by the full definition of all aliases
2137 having default arguments.
2138
2139 @kindex apropos
2140 @item apropos [-v] @var{regexp}
2141 The @code{apropos} command searches through all of the @value{GDBN}
2142 commands, and their documentation, for the regular expression specified in
2143 @var{args}. It prints out all matches found. The optional flag @samp{-v},
2144 which stands for @samp{verbose}, indicates to output the full documentation
2145 of the matching commands and highlight the parts of the documentation
2146 matching @var{regexp}. For example:
2147
2148 @smallexample
2149 apropos alias
2150 @end smallexample
2151
2152 @noindent
2153 results in:
2154
2155 @smallexample
2156 @group
2157 alias -- Define a new command that is an alias of an existing command
2158 aliases -- User-defined aliases of other commands
2159 @end group
2160 @end smallexample
2161
2162 @noindent
2163 while
2164
2165 @smallexample
2166 apropos -v cut.*thread apply
2167 @end smallexample
2168
2169 @noindent
2170 results in the below output, where @samp{cut for 'thread apply}
2171 is highlighted if styling is enabled.
2172
2173 @smallexample
2174 @group
2175 taas -- Apply a command to all threads (ignoring errors
2176 and empty output).
2177 Usage: taas COMMAND
2178 shortcut for 'thread apply all -s COMMAND'
2179
2180 tfaas -- Apply a command to all frames of all threads
2181 (ignoring errors and empty output).
2182 Usage: tfaas COMMAND
2183 shortcut for 'thread apply all -s frame apply all -s COMMAND'
2184 @end group
2185 @end smallexample
2186
2187 @kindex complete
2188 @item complete @var{args}
2189 The @code{complete @var{args}} command lists all the possible completions
2190 for the beginning of a command. Use @var{args} to specify the beginning of the
2191 command you want completed. For example:
2192
2193 @smallexample
2194 complete i
2195 @end smallexample
2196
2197 @noindent results in:
2198
2199 @smallexample
2200 @group
2201 if
2202 ignore
2203 info
2204 inspect
2205 @end group
2206 @end smallexample
2207
2208 @noindent This is intended for use by @sc{gnu} Emacs.
2209 @end table
2210
2211 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2212 and @code{show} to inquire about the state of your program, or the state
2213 of @value{GDBN} itself. Each command supports many topics of inquiry; this
2214 manual introduces each of them in the appropriate context. The listings
2215 under @code{info} and under @code{show} in the Command, Variable, and
2216 Function Index point to all the sub-commands. @xref{Command and Variable
2217 Index}.
2218
2219 @c @group
2220 @table @code
2221 @kindex info
2222 @kindex i @r{(@code{info})}
2223 @item info
2224 This command (abbreviated @code{i}) is for describing the state of your
2225 program. For example, you can show the arguments passed to a function
2226 with @code{info args}, list the registers currently in use with @code{info
2227 registers}, or list the breakpoints you have set with @code{info breakpoints}.
2228 You can get a complete list of the @code{info} sub-commands with
2229 @w{@code{help info}}.
2230
2231 @kindex set
2232 @item set
2233 You can assign the result of an expression to an environment variable with
2234 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2235 @code{set prompt $}.
2236
2237 @kindex show
2238 @item show
2239 In contrast to @code{info}, @code{show} is for describing the state of
2240 @value{GDBN} itself.
2241 You can change most of the things you can @code{show}, by using the
2242 related command @code{set}; for example, you can control what number
2243 system is used for displays with @code{set radix}, or simply inquire
2244 which is currently in use with @code{show radix}.
2245
2246 @kindex info set
2247 To display all the settable parameters and their current
2248 values, you can use @code{show} with no arguments; you may also use
2249 @code{info set}. Both commands produce the same display.
2250 @c FIXME: "info set" violates the rule that "info" is for state of
2251 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2252 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2253 @end table
2254 @c @end group
2255
2256 Here are several miscellaneous @code{show} subcommands, all of which are
2257 exceptional in lacking corresponding @code{set} commands:
2258
2259 @table @code
2260 @kindex show version
2261 @cindex @value{GDBN} version number
2262 @item show version
2263 Show what version of @value{GDBN} is running. You should include this
2264 information in @value{GDBN} bug-reports. If multiple versions of
2265 @value{GDBN} are in use at your site, you may need to determine which
2266 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2267 commands are introduced, and old ones may wither away. Also, many
2268 system vendors ship variant versions of @value{GDBN}, and there are
2269 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2270 The version number is the same as the one announced when you start
2271 @value{GDBN}.
2272
2273 @kindex show copying
2274 @kindex info copying
2275 @cindex display @value{GDBN} copyright
2276 @item show copying
2277 @itemx info copying
2278 Display information about permission for copying @value{GDBN}.
2279
2280 @kindex show warranty
2281 @kindex info warranty
2282 @item show warranty
2283 @itemx info warranty
2284 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
2285 if your version of @value{GDBN} comes with one.
2286
2287 @kindex show configuration
2288 @item show configuration
2289 Display detailed information about the way @value{GDBN} was configured
2290 when it was built. This displays the optional arguments passed to the
2291 @file{configure} script and also configuration parameters detected
2292 automatically by @command{configure}. When reporting a @value{GDBN}
2293 bug (@pxref{GDB Bugs}), it is important to include this information in
2294 your report.
2295
2296 @end table
2297
2298 @node Running
2299 @chapter Running Programs Under @value{GDBN}
2300
2301 When you run a program under @value{GDBN}, you must first generate
2302 debugging information when you compile it.
2303
2304 You may start @value{GDBN} with its arguments, if any, in an environment
2305 of your choice. If you are doing native debugging, you may redirect
2306 your program's input and output, debug an already running process, or
2307 kill a child process.
2308
2309 @menu
2310 * Compilation:: Compiling for debugging
2311 * Starting:: Starting your program
2312 * Arguments:: Your program's arguments
2313 * Environment:: Your program's environment
2314
2315 * Working Directory:: Your program's working directory
2316 * Input/Output:: Your program's input and output
2317 * Attach:: Debugging an already-running process
2318 * Kill Process:: Killing the child process
2319 * Inferiors Connections and Programs:: Debugging multiple inferiors
2320 connections and programs
2321 * Threads:: Debugging programs with multiple threads
2322 * Forks:: Debugging forks
2323 * Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
2324 @end menu
2325
2326 @node Compilation
2327 @section Compiling for Debugging
2328
2329 In order to debug a program effectively, you need to generate
2330 debugging information when you compile it. This debugging information
2331 is stored in the object file; it describes the data type of each
2332 variable or function and the correspondence between source line numbers
2333 and addresses in the executable code.
2334
2335 To request debugging information, specify the @samp{-g} option when you run
2336 the compiler.
2337
2338 Programs that are to be shipped to your customers are compiled with
2339 optimizations, using the @samp{-O} compiler option. However, some
2340 compilers are unable to handle the @samp{-g} and @samp{-O} options
2341 together. Using those compilers, you cannot generate optimized
2342 executables containing debugging information.
2343
2344 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
2345 without @samp{-O}, making it possible to debug optimized code. We
2346 recommend that you @emph{always} use @samp{-g} whenever you compile a
2347 program. You may think your program is correct, but there is no sense
2348 in pushing your luck. For more information, see @ref{Optimized Code}.
2349
2350 Older versions of the @sc{gnu} C compiler permitted a variant option
2351 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
2352 format; if your @sc{gnu} C compiler has this option, do not use it.
2353
2354 @value{GDBN} knows about preprocessor macros and can show you their
2355 expansion (@pxref{Macros}). Most compilers do not include information
2356 about preprocessor macros in the debugging information if you specify
2357 the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2358 the @sc{gnu} C compiler, provides macro information if you are using
2359 the DWARF debugging format, and specify the option @option{-g3}.
2360
2361 @xref{Debugging Options,,Options for Debugging Your Program or GCC,
2362 gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
2363 information on @value{NGCC} options affecting debug information.
2364
2365 You will have the best debugging experience if you use the latest
2366 version of the DWARF debugging format that your compiler supports.
2367 DWARF is currently the most expressive and best supported debugging
2368 format in @value{GDBN}.
2369
2370 @need 2000
2371 @node Starting
2372 @section Starting your Program
2373 @cindex starting
2374 @cindex running
2375
2376 @table @code
2377 @kindex run
2378 @kindex r @r{(@code{run})}
2379 @item run
2380 @itemx r
2381 Use the @code{run} command to start your program under @value{GDBN}.
2382 You must first specify the program name with an argument to
2383 @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2384 @value{GDBN}}), or by using the @code{file} or @code{exec-file}
2385 command (@pxref{Files, ,Commands to Specify Files}).
2386
2387 @end table
2388
2389 If you are running your program in an execution environment that
2390 supports processes, @code{run} creates an inferior process and makes
2391 that process run your program. In some environments without processes,
2392 @code{run} jumps to the start of your program. Other targets,
2393 like @samp{remote}, are always running. If you get an error
2394 message like this one:
2395
2396 @smallexample
2397 The "remote" target does not support "run".
2398 Try "help target" or "continue".
2399 @end smallexample
2400
2401 @noindent
2402 then use @code{continue} to run your program. You may need @code{load}
2403 first (@pxref{load}).
2404
2405 The execution of a program is affected by certain information it
2406 receives from its superior. @value{GDBN} provides ways to specify this
2407 information, which you must do @emph{before} starting your program. (You
2408 can change it after starting your program, but such changes only affect
2409 your program the next time you start it.) This information may be
2410 divided into four categories:
2411
2412 @table @asis
2413 @item The @emph{arguments.}
2414 Specify the arguments to give your program as the arguments of the
2415 @code{run} command. If a shell is available on your target, the shell
2416 is used to pass the arguments, so that you may use normal conventions
2417 (such as wildcard expansion or variable substitution) in describing
2418 the arguments.
2419 In Unix systems, you can control which shell is used with the
2420 @code{SHELL} environment variable. If you do not define @code{SHELL},
2421 @value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2422 use of any shell with the @code{set startup-with-shell} command (see
2423 below for details).
2424
2425 @item The @emph{environment.}
2426 Your program normally inherits its environment from @value{GDBN}, but you can
2427 use the @value{GDBN} commands @code{set environment} and @code{unset
2428 environment} to change parts of the environment that affect
2429 your program. @xref{Environment, ,Your Program's Environment}.
2430
2431 @item The @emph{working directory.}
2432 You can set your program's working directory with the command
2433 @kbd{set cwd}. If you do not set any working directory with this
2434 command, your program will inherit @value{GDBN}'s working directory if
2435 native debugging, or the remote server's working directory if remote
2436 debugging. @xref{Working Directory, ,Your Program's Working
2437 Directory}.
2438
2439 @item The @emph{standard input and output.}
2440 Your program normally uses the same device for standard input and
2441 standard output as @value{GDBN} is using. You can redirect input and output
2442 in the @code{run} command line, or you can use the @code{tty} command to
2443 set a different device for your program.
2444 @xref{Input/Output, ,Your Program's Input and Output}.
2445
2446 @cindex pipes
2447 @emph{Warning:} While input and output redirection work, you cannot use
2448 pipes to pass the output of the program you are debugging to another
2449 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2450 wrong program.
2451 @end table
2452
2453 When you issue the @code{run} command, your program begins to execute
2454 immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
2455 of how to arrange for your program to stop. Once your program has
2456 stopped, you may call functions in your program, using the @code{print}
2457 or @code{call} commands. @xref{Data, ,Examining Data}.
2458
2459 If the modification time of your symbol file has changed since the last
2460 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2461 table, and reads it again. When it does this, @value{GDBN} tries to retain
2462 your current breakpoints.
2463
2464 @table @code
2465 @kindex start
2466 @item start
2467 @cindex run to main procedure
2468 The name of the main procedure can vary from language to language.
2469 With C or C@t{++}, the main procedure name is always @code{main}, but
2470 other languages such as Ada do not require a specific name for their
2471 main procedure. The debugger provides a convenient way to start the
2472 execution of the program and to stop at the beginning of the main
2473 procedure, depending on the language used.
2474
2475 The @samp{start} command does the equivalent of setting a temporary
2476 breakpoint at the beginning of the main procedure and then invoking
2477 the @samp{run} command.
2478
2479 @cindex elaboration phase
2480 Some programs contain an @dfn{elaboration} phase where some startup code is
2481 executed before the main procedure is called. This depends on the
2482 languages used to write your program. In C@t{++}, for instance,
2483 constructors for static and global objects are executed before
2484 @code{main} is called. It is therefore possible that the debugger stops
2485 before reaching the main procedure. However, the temporary breakpoint
2486 will remain to halt execution.
2487
2488 Specify the arguments to give to your program as arguments to the
2489 @samp{start} command. These arguments will be given verbatim to the
2490 underlying @samp{run} command. Note that the same arguments will be
2491 reused if no argument is provided during subsequent calls to
2492 @samp{start} or @samp{run}.
2493
2494 It is sometimes necessary to debug the program during elaboration. In
2495 these cases, using the @code{start} command would stop the execution
2496 of your program too late, as the program would have already completed
2497 the elaboration phase. Under these circumstances, either insert
2498 breakpoints in your elaboration code before running your program or
2499 use the @code{starti} command.
2500
2501 @kindex starti
2502 @item starti
2503 @cindex run to first instruction
2504 The @samp{starti} command does the equivalent of setting a temporary
2505 breakpoint at the first instruction of a program's execution and then
2506 invoking the @samp{run} command. For programs containing an
2507 elaboration phase, the @code{starti} command will stop execution at
2508 the start of the elaboration phase.
2509
2510 @anchor{set exec-wrapper}
2511 @kindex set exec-wrapper
2512 @item set exec-wrapper @var{wrapper}
2513 @itemx show exec-wrapper
2514 @itemx unset exec-wrapper
2515 When @samp{exec-wrapper} is set, the specified wrapper is used to
2516 launch programs for debugging. @value{GDBN} starts your program
2517 with a shell command of the form @kbd{exec @var{wrapper}
2518 @var{program}}. Quoting is added to @var{program} and its
2519 arguments, but not to @var{wrapper}, so you should add quotes if
2520 appropriate for your shell. The wrapper runs until it executes
2521 your program, and then @value{GDBN} takes control.
2522
2523 You can use any program that eventually calls @code{execve} with
2524 its arguments as a wrapper. Several standard Unix utilities do
2525 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2526 with @code{exec "$@@"} will also work.
2527
2528 For example, you can use @code{env} to pass an environment variable to
2529 the debugged program, without setting the variable in your shell's
2530 environment:
2531
2532 @smallexample
2533 (@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2534 (@value{GDBP}) run
2535 @end smallexample
2536
2537 This command is available when debugging locally on most targets, excluding
2538 @sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2539
2540 @kindex set startup-with-shell
2541 @anchor{set startup-with-shell}
2542 @item set startup-with-shell
2543 @itemx set startup-with-shell on
2544 @itemx set startup-with-shell off
2545 @itemx show startup-with-shell
2546 On Unix systems, by default, if a shell is available on your target,
2547 @value{GDBN}) uses it to start your program. Arguments of the
2548 @code{run} command are passed to the shell, which does variable
2549 substitution, expands wildcard characters and performs redirection of
2550 I/O. In some circumstances, it may be useful to disable such use of a
2551 shell, for example, when debugging the shell itself or diagnosing
2552 startup failures such as:
2553
2554 @smallexample
2555 (@value{GDBP}) run
2556 Starting program: ./a.out
2557 During startup program terminated with signal SIGSEGV, Segmentation fault.
2558 @end smallexample
2559
2560 @noindent
2561 which indicates the shell or the wrapper specified with
2562 @samp{exec-wrapper} crashed, not your program. Most often, this is
2563 caused by something odd in your shell's non-interactive mode
2564 initialization file---such as @file{.cshrc} for C-shell,
2565 $@file{.zshenv} for the Z shell, or the file specified in the
2566 @samp{BASH_ENV} environment variable for BASH.
2567
2568 @anchor{set auto-connect-native-target}
2569 @kindex set auto-connect-native-target
2570 @item set auto-connect-native-target
2571 @itemx set auto-connect-native-target on
2572 @itemx set auto-connect-native-target off
2573 @itemx show auto-connect-native-target
2574
2575 By default, if the current inferior is not connected to any target yet
2576 (e.g., with @code{target remote}), the @code{run} command starts your
2577 program as a native process under @value{GDBN}, on your local machine.
2578 If you're sure you don't want to debug programs on your local machine,
2579 you can tell @value{GDBN} to not connect to the native target
2580 automatically with the @code{set auto-connect-native-target off}
2581 command.
2582
2583 If @code{on}, which is the default, and if the current inferior is not
2584 connected to a target already, the @code{run} command automaticaly
2585 connects to the native target, if one is available.
2586
2587 If @code{off}, and if the current inferior is not connected to a
2588 target already, the @code{run} command fails with an error:
2589
2590 @smallexample
2591 (@value{GDBP}) run
2592 Don't know how to run. Try "help target".
2593 @end smallexample
2594
2595 If the current inferior is already connected to a target, @value{GDBN}
2596 always uses it with the @code{run} command.
2597
2598 In any case, you can explicitly connect to the native target with the
2599 @code{target native} command. For example,
2600
2601 @smallexample
2602 (@value{GDBP}) set auto-connect-native-target off
2603 (@value{GDBP}) run
2604 Don't know how to run. Try "help target".
2605 (@value{GDBP}) target native
2606 (@value{GDBP}) run
2607 Starting program: ./a.out
2608 [Inferior 1 (process 10421) exited normally]
2609 @end smallexample
2610
2611 In case you connected explicitly to the @code{native} target,
2612 @value{GDBN} remains connected even if all inferiors exit, ready for
2613 the next @code{run} command. Use the @code{disconnect} command to
2614 disconnect.
2615
2616 Examples of other commands that likewise respect the
2617 @code{auto-connect-native-target} setting: @code{attach}, @code{info
2618 proc}, @code{info os}.
2619
2620 @kindex set disable-randomization
2621 @item set disable-randomization
2622 @itemx set disable-randomization on
2623 This option (enabled by default in @value{GDBN}) will turn off the native
2624 randomization of the virtual address space of the started program. This option
2625 is useful for multiple debugging sessions to make the execution better
2626 reproducible and memory addresses reusable across debugging sessions.
2627
2628 This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2629 On @sc{gnu}/Linux you can get the same behavior using
2630
2631 @smallexample
2632 (@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2633 @end smallexample
2634
2635 @item set disable-randomization off
2636 Leave the behavior of the started executable unchanged. Some bugs rear their
2637 ugly heads only when the program is loaded at certain addresses. If your bug
2638 disappears when you run the program under @value{GDBN}, that might be because
2639 @value{GDBN} by default disables the address randomization on platforms, such
2640 as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2641 disable-randomization off} to try to reproduce such elusive bugs.
2642
2643 On targets where it is available, virtual address space randomization
2644 protects the programs against certain kinds of security attacks. In these
2645 cases the attacker needs to know the exact location of a concrete executable
2646 code. Randomizing its location makes it impossible to inject jumps misusing
2647 a code at its expected addresses.
2648
2649 Prelinking shared libraries provides a startup performance advantage but it
2650 makes addresses in these libraries predictable for privileged processes by
2651 having just unprivileged access at the target system. Reading the shared
2652 library binary gives enough information for assembling the malicious code
2653 misusing it. Still even a prelinked shared library can get loaded at a new
2654 random address just requiring the regular relocation process during the
2655 startup. Shared libraries not already prelinked are always loaded at
2656 a randomly chosen address.
2657
2658 Position independent executables (PIE) contain position independent code
2659 similar to the shared libraries and therefore such executables get loaded at
2660 a randomly chosen address upon startup. PIE executables always load even
2661 already prelinked shared libraries at a random address. You can build such
2662 executable using @command{gcc -fPIE -pie}.
2663
2664 Heap (malloc storage), stack and custom mmap areas are always placed randomly
2665 (as long as the randomization is enabled).
2666
2667 @item show disable-randomization
2668 Show the current setting of the explicit disable of the native randomization of
2669 the virtual address space of the started program.
2670
2671 @end table
2672
2673 @node Arguments
2674 @section Your Program's Arguments
2675
2676 @cindex arguments (to your program)
2677 The arguments to your program can be specified by the arguments of the
2678 @code{run} command.
2679 They are passed to a shell, which expands wildcard characters and
2680 performs redirection of I/O, and thence to your program. Your
2681 @code{SHELL} environment variable (if it exists) specifies what shell
2682 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
2683 the default shell (@file{/bin/sh} on Unix).
2684
2685 On non-Unix systems, the program is usually invoked directly by
2686 @value{GDBN}, which emulates I/O redirection via the appropriate system
2687 calls, and the wildcard characters are expanded by the startup code of
2688 the program, not by the shell.
2689
2690 @code{run} with no arguments uses the same arguments used by the previous
2691 @code{run}, or those set by the @code{set args} command.
2692
2693 @table @code
2694 @kindex set args
2695 @item set args
2696 Specify the arguments to be used the next time your program is run. If
2697 @code{set args} has no arguments, @code{run} executes your program
2698 with no arguments. Once you have run your program with arguments,
2699 using @code{set args} before the next @code{run} is the only way to run
2700 it again without arguments.
2701
2702 @kindex show args
2703 @item show args
2704 Show the arguments to give your program when it is started.
2705 @end table
2706
2707 @node Environment
2708 @section Your Program's Environment
2709
2710 @cindex environment (of your program)
2711 The @dfn{environment} consists of a set of environment variables and
2712 their values. Environment variables conventionally record such things as
2713 your user name, your home directory, your terminal type, and your search
2714 path for programs to run. Usually you set up environment variables with
2715 the shell and they are inherited by all the other programs you run. When
2716 debugging, it can be useful to try running your program with a modified
2717 environment without having to start @value{GDBN} over again.
2718
2719 @table @code
2720 @kindex path
2721 @item path @var{directory}
2722 Add @var{directory} to the front of the @code{PATH} environment variable
2723 (the search path for executables) that will be passed to your program.
2724 The value of @code{PATH} used by @value{GDBN} does not change.
2725 You may specify several directory names, separated by whitespace or by a
2726 system-dependent separator character (@samp{:} on Unix, @samp{;} on
2727 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2728 is moved to the front, so it is searched sooner.
2729
2730 You can use the string @samp{$cwd} to refer to whatever is the current
2731 working directory at the time @value{GDBN} searches the path. If you
2732 use @samp{.} instead, it refers to the directory where you executed the
2733 @code{path} command. @value{GDBN} replaces @samp{.} in the
2734 @var{directory} argument (with the current path) before adding
2735 @var{directory} to the search path.
2736 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2737 @c document that, since repeating it would be a no-op.
2738
2739 @kindex show paths
2740 @item show paths
2741 Display the list of search paths for executables (the @code{PATH}
2742 environment variable).
2743
2744 @kindex show environment
2745 @item show environment @r{[}@var{varname}@r{]}
2746 Print the value of environment variable @var{varname} to be given to
2747 your program when it starts. If you do not supply @var{varname},
2748 print the names and values of all environment variables to be given to
2749 your program. You can abbreviate @code{environment} as @code{env}.
2750
2751 @kindex set environment
2752 @anchor{set environment}
2753 @item set environment @var{varname} @r{[}=@var{value}@r{]}
2754 Set environment variable @var{varname} to @var{value}. The value
2755 changes for your program (and the shell @value{GDBN} uses to launch
2756 it), not for @value{GDBN} itself. The @var{value} may be any string; the
2757 values of environment variables are just strings, and any
2758 interpretation is supplied by your program itself. The @var{value}
2759 parameter is optional; if it is eliminated, the variable is set to a
2760 null value.
2761 @c "any string" here does not include leading, trailing
2762 @c blanks. Gnu asks: does anyone care?
2763
2764 For example, this command:
2765
2766 @smallexample
2767 set env USER = foo
2768 @end smallexample
2769
2770 @noindent
2771 tells the debugged program, when subsequently run, that its user is named
2772 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2773 are not actually required.)
2774
2775 Note that on Unix systems, @value{GDBN} runs your program via a shell,
2776 which also inherits the environment set with @code{set environment}.
2777 If necessary, you can avoid that by using the @samp{env} program as a
2778 wrapper instead of using @code{set environment}. @xref{set
2779 exec-wrapper}, for an example doing just that.
2780
2781 Environment variables that are set by the user are also transmitted to
2782 @command{gdbserver} to be used when starting the remote inferior.
2783 @pxref{QEnvironmentHexEncoded}.
2784
2785 @kindex unset environment
2786 @anchor{unset environment}
2787 @item unset environment @var{varname}
2788 Remove variable @var{varname} from the environment to be passed to your
2789 program. This is different from @samp{set env @var{varname} =};
2790 @code{unset environment} removes the variable from the environment,
2791 rather than assigning it an empty value.
2792
2793 Environment variables that are unset by the user are also unset on
2794 @command{gdbserver} when starting the remote inferior.
2795 @pxref{QEnvironmentUnset}.
2796 @end table
2797
2798 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2799 the shell indicated by your @code{SHELL} environment variable if it
2800 exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2801 names a shell that runs an initialization file when started
2802 non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2803 for the Z shell, or the file specified in the @samp{BASH_ENV}
2804 environment variable for BASH---any variables you set in that file
2805 affect your program. You may wish to move setting of environment
2806 variables to files that are only run when you sign on, such as
2807 @file{.login} or @file{.profile}.
2808
2809 @node Working Directory
2810 @section Your Program's Working Directory
2811
2812 @cindex working directory (of your program)
2813 Each time you start your program with @code{run}, the inferior will be
2814 initialized with the current working directory specified by the
2815 @kbd{set cwd} command. If no directory has been specified by this
2816 command, then the inferior will inherit @value{GDBN}'s current working
2817 directory as its working directory if native debugging, or it will
2818 inherit the remote server's current working directory if remote
2819 debugging.
2820
2821 @table @code
2822 @kindex set cwd
2823 @cindex change inferior's working directory
2824 @anchor{set cwd command}
2825 @item set cwd @r{[}@var{directory}@r{]}
2826 Set the inferior's working directory to @var{directory}, which will be
2827 @code{glob}-expanded in order to resolve tildes (@file{~}). If no
2828 argument has been specified, the command clears the setting and resets
2829 it to an empty state. This setting has no effect on @value{GDBN}'s
2830 working directory, and it only takes effect the next time you start
2831 the inferior. The @file{~} in @var{directory} is a short for the
2832 @dfn{home directory}, usually pointed to by the @env{HOME} environment
2833 variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2834 uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2835 fallback.
2836
2837 You can also change @value{GDBN}'s current working directory by using
2838 the @code{cd} command.
2839 @xref{cd command}.
2840
2841 @kindex show cwd
2842 @cindex show inferior's working directory
2843 @item show cwd
2844 Show the inferior's working directory. If no directory has been
2845 specified by @kbd{set cwd}, then the default inferior's working
2846 directory is the same as @value{GDBN}'s working directory.
2847
2848 @kindex cd
2849 @cindex change @value{GDBN}'s working directory
2850 @anchor{cd command}
2851 @item cd @r{[}@var{directory}@r{]}
2852 Set the @value{GDBN} working directory to @var{directory}. If not
2853 given, @var{directory} uses @file{'~'}.
2854
2855 The @value{GDBN} working directory serves as a default for the
2856 commands that specify files for @value{GDBN} to operate on.
2857 @xref{Files, ,Commands to Specify Files}.
2858 @xref{set cwd command}.
2859
2860 @kindex pwd
2861 @item pwd
2862 Print the @value{GDBN} working directory.
2863 @end table
2864
2865 It is generally impossible to find the current working directory of
2866 the process being debugged (since a program can change its directory
2867 during its run). If you work on a system where @value{GDBN} supports
2868 the @code{info proc} command (@pxref{Process Information}), you can
2869 use the @code{info proc} command to find out the
2870 current working directory of the debuggee.
2871
2872 @node Input/Output
2873 @section Your Program's Input and Output
2874
2875 @cindex redirection
2876 @cindex i/o
2877 @cindex terminal
2878 By default, the program you run under @value{GDBN} does input and output to
2879 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2880 to its own terminal modes to interact with you, but it records the terminal
2881 modes your program was using and switches back to them when you continue
2882 running your program.
2883
2884 @table @code
2885 @kindex info terminal
2886 @item info terminal
2887 Displays information recorded by @value{GDBN} about the terminal modes your
2888 program is using.
2889 @end table
2890
2891 You can redirect your program's input and/or output using shell
2892 redirection with the @code{run} command. For example,
2893
2894 @smallexample
2895 run > outfile
2896 @end smallexample
2897
2898 @noindent
2899 starts your program, diverting its output to the file @file{outfile}.
2900
2901 @kindex tty
2902 @cindex controlling terminal
2903 Another way to specify where your program should do input and output is
2904 with the @code{tty} command. This command accepts a file name as
2905 argument, and causes this file to be the default for future @code{run}
2906 commands. It also resets the controlling terminal for the child
2907 process, for future @code{run} commands. For example,
2908
2909 @smallexample
2910 tty /dev/ttyb
2911 @end smallexample
2912
2913 @noindent
2914 directs that processes started with subsequent @code{run} commands
2915 default to do input and output on the terminal @file{/dev/ttyb} and have
2916 that as their controlling terminal.
2917
2918 An explicit redirection in @code{run} overrides the @code{tty} command's
2919 effect on the input/output device, but not its effect on the controlling
2920 terminal.
2921
2922 When you use the @code{tty} command or redirect input in the @code{run}
2923 command, only the input @emph{for your program} is affected. The input
2924 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2925 for @code{set inferior-tty}.
2926
2927 @cindex inferior tty
2928 @cindex set inferior controlling terminal
2929 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2930 display the name of the terminal that will be used for future runs of your
2931 program.
2932
2933 @table @code
2934 @item set inferior-tty [ @var{tty} ]
2935 @kindex set inferior-tty
2936 Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
2937 restores the default behavior, which is to use the same terminal as
2938 @value{GDBN}.
2939
2940 @item show inferior-tty
2941 @kindex show inferior-tty
2942 Show the current tty for the program being debugged.
2943 @end table
2944
2945 @node Attach
2946 @section Debugging an Already-running Process
2947 @kindex attach
2948 @cindex attach
2949
2950 @table @code
2951 @item attach @var{process-id}
2952 This command attaches to a running process---one that was started
2953 outside @value{GDBN}. (@code{info files} shows your active
2954 targets.) The command takes as argument a process ID. The usual way to
2955 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2956 or with the @samp{jobs -l} shell command.
2957
2958 @code{attach} does not repeat if you press @key{RET} a second time after
2959 executing the command.
2960 @end table
2961
2962 To use @code{attach}, your program must be running in an environment
2963 which supports processes; for example, @code{attach} does not work for
2964 programs on bare-board targets that lack an operating system. You must
2965 also have permission to send the process a signal.
2966
2967 When you use @code{attach}, the debugger finds the program running in
2968 the process first by looking in the current working directory, then (if
2969 the program is not found) by using the source file search path
2970 (@pxref{Source Path, ,Specifying Source Directories}). You can also use
2971 the @code{file} command to load the program. @xref{Files, ,Commands to
2972 Specify Files}.
2973
2974 @anchor{set exec-file-mismatch}
2975 If the debugger can determine that the executable file running in the
2976 process it is attaching to does not match the current exec-file loaded
2977 by @value{GDBN}, the option @code{exec-file-mismatch} specifies how to
2978 handle the mismatch. @value{GDBN} tries to compare the files by
2979 comparing their build IDs (@pxref{build ID}), if available.
2980
2981 @table @code
2982 @kindex exec-file-mismatch
2983 @cindex set exec-file-mismatch
2984 @item set exec-file-mismatch @samp{ask|warn|off}
2985
2986 Whether to detect mismatch between the current executable file loaded
2987 by @value{GDBN} and the executable file used to start the process. If
2988 @samp{ask}, the default, display a warning and ask the user whether to
2989 load the process executable file; if @samp{warn}, just display a
2990 warning; if @samp{off}, don't attempt to detect a mismatch.
2991 If the user confirms loading the process executable file, then its symbols
2992 will be loaded as well.
2993
2994 @cindex show exec-file-mismatch
2995 @item show exec-file-mismatch
2996 Show the current value of @code{exec-file-mismatch}.
2997
2998 @end table
2999
3000 The first thing @value{GDBN} does after arranging to debug the specified
3001 process is to stop it. You can examine and modify an attached process
3002 with all the @value{GDBN} commands that are ordinarily available when
3003 you start processes with @code{run}. You can insert breakpoints; you
3004 can step and continue; you can modify storage. If you would rather the
3005 process continue running, you may use the @code{continue} command after
3006 attaching @value{GDBN} to the process.
3007
3008 @table @code
3009 @kindex detach
3010 @item detach
3011 When you have finished debugging the attached process, you can use the
3012 @code{detach} command to release it from @value{GDBN} control. Detaching
3013 the process continues its execution. After the @code{detach} command,
3014 that process and @value{GDBN} become completely independent once more, and you
3015 are ready to @code{attach} another process or start one with @code{run}.
3016 @code{detach} does not repeat if you press @key{RET} again after
3017 executing the command.
3018 @end table
3019
3020 If you exit @value{GDBN} while you have an attached process, you detach
3021 that process. If you use the @code{run} command, you kill that process.
3022 By default, @value{GDBN} asks for confirmation if you try to do either of these
3023 things; you can control whether or not you need to confirm by using the
3024 @code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
3025 Messages}).
3026
3027 @node Kill Process
3028 @section Killing the Child Process
3029
3030 @table @code
3031 @kindex kill
3032 @item kill
3033 Kill the child process in which your program is running under @value{GDBN}.
3034 @end table
3035
3036 This command is useful if you wish to debug a core dump instead of a
3037 running process. @value{GDBN} ignores any core dump file while your program
3038 is running.
3039
3040 On some operating systems, a program cannot be executed outside @value{GDBN}
3041 while you have breakpoints set on it inside @value{GDBN}. You can use the
3042 @code{kill} command in this situation to permit running your program
3043 outside the debugger.
3044
3045 The @code{kill} command is also useful if you wish to recompile and
3046 relink your program, since on many systems it is impossible to modify an
3047 executable file while it is running in a process. In this case, when you
3048 next type @code{run}, @value{GDBN} notices that the file has changed, and
3049 reads the symbol table again (while trying to preserve your current
3050 breakpoint settings).
3051
3052 @node Inferiors Connections and Programs
3053 @section Debugging Multiple Inferiors Connections and Programs
3054
3055 @value{GDBN} lets you run and debug multiple programs in a single
3056 session. In addition, @value{GDBN} on some systems may let you run
3057 several programs simultaneously (otherwise you have to exit from one
3058 before starting another). On some systems @value{GDBN} may even let
3059 you debug several programs simultaneously on different remote systems.
3060 In the most general case, you can have multiple threads of execution
3061 in each of multiple processes, launched from multiple executables,
3062 running on different machines.
3063
3064 @cindex inferior
3065 @value{GDBN} represents the state of each program execution with an
3066 object called an @dfn{inferior}. An inferior typically corresponds to
3067 a process, but is more general and applies also to targets that do not
3068 have processes. Inferiors may be created before a process runs, and
3069 may be retained after a process exits. Inferiors have unique
3070 identifiers that are different from process ids. Usually each
3071 inferior will also have its own distinct address space, although some
3072 embedded targets may have several inferiors running in different parts
3073 of a single address space. Each inferior may in turn have multiple
3074 threads running in it.
3075
3076 To find out what inferiors exist at any moment, use @w{@code{info
3077 inferiors}}:
3078
3079 @table @code
3080 @kindex info inferiors [ @var{id}@dots{} ]
3081 @item info inferiors
3082 Print a list of all inferiors currently being managed by @value{GDBN}.
3083 By default all inferiors are printed, but the argument @var{id}@dots{}
3084 -- a space separated list of inferior numbers -- can be used to limit
3085 the display to just the requested inferiors.
3086
3087 @value{GDBN} displays for each inferior (in this order):
3088
3089 @enumerate
3090 @item
3091 the inferior number assigned by @value{GDBN}
3092
3093 @item
3094 the target system's inferior identifier
3095
3096 @item
3097 the target connection the inferior is bound to, including the unique
3098 connection number assigned by @value{GDBN}, and the protocol used by
3099 the connection.
3100
3101 @item
3102 the name of the executable the inferior is running.
3103
3104 @end enumerate
3105
3106 @noindent
3107 An asterisk @samp{*} preceding the @value{GDBN} inferior number
3108 indicates the current inferior.
3109
3110 For example,
3111 @end table
3112 @c end table here to get a little more width for example
3113
3114 @smallexample
3115 (@value{GDBP}) info inferiors
3116 Num Description Connection Executable
3117 * 1 process 3401 1 (native) goodbye
3118 2 process 2307 2 (extended-remote host:10000) hello
3119 @end smallexample
3120
3121 To get informations about the current inferior, use @code{inferior}:
3122
3123 @table @code
3124 @kindex inferior
3125 @item inferior
3126 Shows information about the current inferior.
3127
3128 For example,
3129 @end table
3130 @c end table here to get a little more width for example
3131
3132 @smallexample
3133 (@value{GDBP}) inferior
3134 [Current inferior is 1 [process 3401] (helloworld)]
3135 @end smallexample
3136
3137 To find out what open target connections exist at any moment, use
3138 @w{@code{info connections}}:
3139
3140 @table @code
3141 @kindex info connections [ @var{id}@dots{} ]
3142 @item info connections
3143 Print a list of all open target connections currently being managed by
3144 @value{GDBN}. By default all connections are printed, but the
3145 argument @var{id}@dots{} -- a space separated list of connections
3146 numbers -- can be used to limit the display to just the requested
3147 connections.
3148
3149 @value{GDBN} displays for each connection (in this order):
3150
3151 @enumerate
3152 @item
3153 the connection number assigned by @value{GDBN}.
3154
3155 @item
3156 the protocol used by the connection.
3157
3158 @item
3159 a textual description of the protocol used by the connection.
3160
3161 @end enumerate
3162
3163 @noindent
3164 An asterisk @samp{*} preceding the connection number indicates the
3165 connection of the current inferior.
3166
3167 For example,
3168 @end table
3169 @c end table here to get a little more width for example
3170
3171 @smallexample
3172 (@value{GDBP}) info connections
3173 Num What Description
3174 * 1 extended-remote host:10000 Extended remote serial target in gdb-specific protocol
3175 2 native Native process
3176 3 core Local core dump file
3177 @end smallexample
3178
3179 To switch focus between inferiors, use the @code{inferior} command:
3180
3181 @table @code
3182 @kindex inferior @var{infno}
3183 @item inferior @var{infno}
3184 Make inferior number @var{infno} the current inferior. The argument
3185 @var{infno} is the inferior number assigned by @value{GDBN}, as shown
3186 in the first field of the @samp{info inferiors} display.
3187 @end table
3188
3189 @vindex $_inferior@r{, convenience variable}
3190 The debugger convenience variable @samp{$_inferior} contains the
3191 number of the current inferior. You may find this useful in writing
3192 breakpoint conditional expressions, command scripts, and so forth.
3193 @xref{Convenience Vars,, Convenience Variables}, for general
3194 information on convenience variables.
3195
3196 You can get multiple executables into a debugging session via the
3197 @code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3198 systems @value{GDBN} can add inferiors to the debug session
3199 automatically by following calls to @code{fork} and @code{exec}. To
3200 remove inferiors from the debugging session use the
3201 @w{@code{remove-inferiors}} command.
3202
3203 @table @code
3204 @kindex add-inferior
3205 @item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ] [-no-connection ]
3206 Adds @var{n} inferiors to be run using @var{executable} as the
3207 executable; @var{n} defaults to 1. If no executable is specified,
3208 the inferiors begins empty, with no program. You can still assign or
3209 change the program assigned to the inferior at any time by using the
3210 @code{file} command with the executable name as its argument.
3211
3212 By default, the new inferior begins connected to the same target
3213 connection as the current inferior. For example, if the current
3214 inferior was connected to @code{gdbserver} with @code{target remote},
3215 then the new inferior will be connected to the same @code{gdbserver}
3216 instance. The @samp{-no-connection} option starts the new inferior
3217 with no connection yet. You can then for example use the @code{target
3218 remote} command to connect to some other @code{gdbserver} instance,
3219 use @code{run} to spawn a local program, etc.
3220
3221 @kindex clone-inferior
3222 @item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3223 Adds @var{n} inferiors ready to execute the same program as inferior
3224 @var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
3225 number of the current inferior. This is a convenient command when you
3226 want to run another instance of the inferior you are debugging.
3227
3228 @smallexample
3229 (@value{GDBP}) info inferiors
3230 Num Description Connection Executable
3231 * 1 process 29964 1 (native) helloworld
3232 (@value{GDBP}) clone-inferior
3233 Added inferior 2.
3234 1 inferiors added.
3235 (@value{GDBP}) info inferiors
3236 Num Description Connection Executable
3237 * 1 process 29964 1 (native) helloworld
3238 2 <null> 1 (native) helloworld
3239 @end smallexample
3240
3241 You can now simply switch focus to inferior 2 and run it.
3242
3243 @kindex remove-inferiors
3244 @item remove-inferiors @var{infno}@dots{}
3245 Removes the inferior or inferiors @var{infno}@dots{}. It is not
3246 possible to remove an inferior that is running with this command. For
3247 those, use the @code{kill} or @code{detach} command first.
3248
3249 @end table
3250
3251 To quit debugging one of the running inferiors that is not the current
3252 inferior, you can either detach from it by using the @w{@code{detach
3253 inferior}} command (allowing it to run independently), or kill it
3254 using the @w{@code{kill inferiors}} command:
3255
3256 @table @code
3257 @kindex detach inferiors @var{infno}@dots{}
3258 @item detach inferior @var{infno}@dots{}
3259 Detach from the inferior or inferiors identified by @value{GDBN}
3260 inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
3261 still stays on the list of inferiors shown by @code{info inferiors},
3262 but its Description will show @samp{<null>}.
3263
3264 @kindex kill inferiors @var{infno}@dots{}
3265 @item kill inferiors @var{infno}@dots{}
3266 Kill the inferior or inferiors identified by @value{GDBN} inferior
3267 number(s) @var{infno}@dots{}. Note that the inferior's entry still
3268 stays on the list of inferiors shown by @code{info inferiors}, but its
3269 Description will show @samp{<null>}.
3270 @end table
3271
3272 After the successful completion of a command such as @code{detach},
3273 @code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
3274 a normal process exit, the inferior is still valid and listed with
3275 @code{info inferiors}, ready to be restarted.
3276
3277
3278 To be notified when inferiors are started or exit under @value{GDBN}'s
3279 control use @w{@code{set print inferior-events}}:
3280
3281 @table @code
3282 @kindex set print inferior-events
3283 @cindex print messages on inferior start and exit
3284 @item set print inferior-events
3285 @itemx set print inferior-events on
3286 @itemx set print inferior-events off
3287 The @code{set print inferior-events} command allows you to enable or
3288 disable printing of messages when @value{GDBN} notices that new
3289 inferiors have started or that inferiors have exited or have been
3290 detached. By default, these messages will not be printed.
3291
3292 @kindex show print inferior-events
3293 @item show print inferior-events
3294 Show whether messages will be printed when @value{GDBN} detects that
3295 inferiors have started, exited or have been detached.
3296 @end table
3297
3298 Many commands will work the same with multiple programs as with a
3299 single program: e.g., @code{print myglobal} will simply display the
3300 value of @code{myglobal} in the current inferior.
3301
3302
3303 Occasionally, when debugging @value{GDBN} itself, it may be useful to
3304 get more info about the relationship of inferiors, programs, address
3305 spaces in a debug session. You can do that with the @w{@code{maint
3306 info program-spaces}} command.
3307
3308 @table @code
3309 @kindex maint info program-spaces
3310 @item maint info program-spaces
3311 Print a list of all program spaces currently being managed by
3312 @value{GDBN}.
3313
3314 @value{GDBN} displays for each program space (in this order):
3315
3316 @enumerate
3317 @item
3318 the program space number assigned by @value{GDBN}
3319
3320 @item
3321 the name of the executable loaded into the program space, with e.g.,
3322 the @code{file} command.
3323
3324 @end enumerate
3325
3326 @noindent
3327 An asterisk @samp{*} preceding the @value{GDBN} program space number
3328 indicates the current program space.
3329
3330 In addition, below each program space line, @value{GDBN} prints extra
3331 information that isn't suitable to display in tabular form. For
3332 example, the list of inferiors bound to the program space.
3333
3334 @smallexample
3335 (@value{GDBP}) maint info program-spaces
3336 Id Executable
3337 * 1 hello
3338 2 goodbye
3339 Bound inferiors: ID 1 (process 21561)
3340 @end smallexample
3341
3342 Here we can see that no inferior is running the program @code{hello},
3343 while @code{process 21561} is running the program @code{goodbye}. On
3344 some targets, it is possible that multiple inferiors are bound to the
3345 same program space. The most common example is that of debugging both
3346 the parent and child processes of a @code{vfork} call. For example,
3347
3348 @smallexample
3349 (@value{GDBP}) maint info program-spaces
3350 Id Executable
3351 * 1 vfork-test
3352 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3353 @end smallexample
3354
3355 Here, both inferior 2 and inferior 1 are running in the same program
3356 space as a result of inferior 1 having executed a @code{vfork} call.
3357 @end table
3358
3359 @node Threads
3360 @section Debugging Programs with Multiple Threads
3361
3362 @cindex threads of execution
3363 @cindex multiple threads
3364 @cindex switching threads
3365 In some operating systems, such as GNU/Linux and Solaris, a single program
3366 may have more than one @dfn{thread} of execution. The precise semantics
3367 of threads differ from one operating system to another, but in general
3368 the threads of a single program are akin to multiple processes---except
3369 that they share one address space (that is, they can all examine and
3370 modify the same variables). On the other hand, each thread has its own
3371 registers and execution stack, and perhaps private memory.
3372
3373 @value{GDBN} provides these facilities for debugging multi-thread
3374 programs:
3375
3376 @itemize @bullet
3377 @item automatic notification of new threads
3378 @item @samp{thread @var{thread-id}}, a command to switch among threads
3379 @item @samp{info threads}, a command to inquire about existing threads
3380 @item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
3381 a command to apply a command to a list of threads
3382 @item thread-specific breakpoints
3383 @item @samp{set print thread-events}, which controls printing of
3384 messages on thread start and exit.
3385 @item @samp{set libthread-db-search-path @var{path}}, which lets
3386 the user specify which @code{libthread_db} to use if the default choice
3387 isn't compatible with the program.
3388 @end itemize
3389
3390 @cindex focus of debugging
3391 @cindex current thread
3392 The @value{GDBN} thread debugging facility allows you to observe all
3393 threads while your program runs---but whenever @value{GDBN} takes
3394 control, one thread in particular is always the focus of debugging.
3395 This thread is called the @dfn{current thread}. Debugging commands show
3396 program information from the perspective of the current thread.
3397
3398 @cindex @code{New} @var{systag} message
3399 @cindex thread identifier (system)
3400 @c FIXME-implementors!! It would be more helpful if the [New...] message
3401 @c included GDB's numeric thread handle, so you could just go to that
3402 @c thread without first checking `info threads'.
3403 Whenever @value{GDBN} detects a new thread in your program, it displays
3404 the target system's identification for the thread with a message in the
3405 form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
3406 whose form varies depending on the particular system. For example, on
3407 @sc{gnu}/Linux, you might see
3408
3409 @smallexample
3410 [New Thread 0x41e02940 (LWP 25582)]
3411 @end smallexample
3412
3413 @noindent
3414 when @value{GDBN} notices a new thread. In contrast, on other systems,
3415 the @var{systag} is simply something like @samp{process 368}, with no
3416 further qualifier.
3417
3418 @c FIXME!! (1) Does the [New...] message appear even for the very first
3419 @c thread of a program, or does it only appear for the
3420 @c second---i.e.@: when it becomes obvious we have a multithread
3421 @c program?
3422 @c (2) *Is* there necessarily a first thread always? Or do some
3423 @c multithread systems permit starting a program with multiple
3424 @c threads ab initio?
3425
3426 @anchor{thread numbers}
3427 @cindex thread number, per inferior
3428 @cindex thread identifier (GDB)
3429 For debugging purposes, @value{GDBN} associates its own thread number
3430 ---always a single integer---with each thread of an inferior. This
3431 number is unique between all threads of an inferior, but not unique
3432 between threads of different inferiors.
3433
3434 @cindex qualified thread ID
3435 You can refer to a given thread in an inferior using the qualified
3436 @var{inferior-num}.@var{thread-num} syntax, also known as
3437 @dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3438 number and @var{thread-num} being the thread number of the given
3439 inferior. For example, thread @code{2.3} refers to thread number 3 of
3440 inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3441 then @value{GDBN} infers you're referring to a thread of the current
3442 inferior.
3443
3444 Until you create a second inferior, @value{GDBN} does not show the
3445 @var{inferior-num} part of thread IDs, even though you can always use
3446 the full @var{inferior-num}.@var{thread-num} form to refer to threads
3447 of inferior 1, the initial inferior.
3448
3449 @anchor{thread ID lists}
3450 @cindex thread ID lists
3451 Some commands accept a space-separated @dfn{thread ID list} as
3452 argument. A list element can be:
3453
3454 @enumerate
3455 @item
3456 A thread ID as shown in the first field of the @samp{info threads}
3457 display, with or without an inferior qualifier. E.g., @samp{2.1} or
3458 @samp{1}.
3459
3460 @item
3461 A range of thread numbers, again with or without an inferior
3462 qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3463 @var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3464
3465 @item
3466 All threads of an inferior, specified with a star wildcard, with or
3467 without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3468 @samp{1.*}) or @code{*}. The former refers to all threads of the
3469 given inferior, and the latter form without an inferior qualifier
3470 refers to all threads of the current inferior.
3471
3472 @end enumerate
3473
3474 For example, if the current inferior is 1, and inferior 7 has one
3475 thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3476 includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
3477 7 to 9 of inferior 6 and all threads of inferior 7. That is, in
3478 expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
3479 7.1}.
3480
3481
3482 @anchor{global thread numbers}
3483 @cindex global thread number
3484 @cindex global thread identifier (GDB)
3485 In addition to a @emph{per-inferior} number, each thread is also
3486 assigned a unique @emph{global} number, also known as @dfn{global
3487 thread ID}, a single integer. Unlike the thread number component of
3488 the thread ID, no two threads have the same global ID, even when
3489 you're debugging multiple inferiors.
3490
3491 From @value{GDBN}'s perspective, a process always has at least one
3492 thread. In other words, @value{GDBN} assigns a thread number to the
3493 program's ``main thread'' even if the program is not multi-threaded.
3494
3495 @vindex $_thread@r{, convenience variable}
3496 @vindex $_gthread@r{, convenience variable}
3497 The debugger convenience variables @samp{$_thread} and
3498 @samp{$_gthread} contain, respectively, the per-inferior thread number
3499 and the global thread number of the current thread. You may find this
3500 useful in writing breakpoint conditional expressions, command scripts,
3501 and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3502 general information on convenience variables.
3503
3504 If @value{GDBN} detects the program is multi-threaded, it augments the
3505 usual message about stopping at a breakpoint with the ID and name of
3506 the thread that hit the breakpoint.
3507
3508 @smallexample
3509 Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3510 @end smallexample
3511
3512 Likewise when the program receives a signal:
3513
3514 @smallexample
3515 Thread 1 "main" received signal SIGINT, Interrupt.
3516 @end smallexample
3517
3518 @table @code
3519 @kindex info threads
3520 @item info threads @r{[}@var{thread-id-list}@r{]}
3521
3522 Display information about one or more threads. With no arguments
3523 displays information about all threads. You can specify the list of
3524 threads that you want to display using the thread ID list syntax
3525 (@pxref{thread ID lists}).
3526
3527 @value{GDBN} displays for each thread (in this order):
3528
3529 @enumerate
3530 @item
3531 the per-inferior thread number assigned by @value{GDBN}
3532
3533 @item
3534 the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3535 option was specified
3536
3537 @item
3538 the target system's thread identifier (@var{systag})
3539
3540 @item
3541 the thread's name, if one is known. A thread can either be named by
3542 the user (see @code{thread name}, below), or, in some cases, by the
3543 program itself.
3544
3545 @item
3546 the current stack frame summary for that thread
3547 @end enumerate
3548
3549 @noindent
3550 An asterisk @samp{*} to the left of the @value{GDBN} thread number
3551 indicates the current thread.
3552
3553 For example,
3554 @end table
3555 @c end table here to get a little more width for example
3556
3557 @smallexample
3558 (@value{GDBP}) info threads
3559 Id Target Id Frame
3560 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3561 2 process 35 thread 23 0x34e5 in sigpause ()
3562 3 process 35 thread 27 0x34e5 in sigpause ()
3563 at threadtest.c:68
3564 @end smallexample
3565
3566 If you're debugging multiple inferiors, @value{GDBN} displays thread
3567 IDs using the qualified @var{inferior-num}.@var{thread-num} format.
3568 Otherwise, only @var{thread-num} is shown.
3569
3570 If you specify the @samp{-gid} option, @value{GDBN} displays a column
3571 indicating each thread's global thread ID:
3572
3573 @smallexample
3574 (@value{GDBP}) info threads
3575 Id GId Target Id Frame
3576 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3577 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3578 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3579 * 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
3580 @end smallexample
3581
3582 On Solaris, you can display more information about user threads with a
3583 Solaris-specific command:
3584
3585 @table @code
3586 @item maint info sol-threads
3587 @kindex maint info sol-threads
3588 @cindex thread info (Solaris)
3589 Display info on Solaris user threads.
3590 @end table
3591
3592 @table @code
3593 @kindex thread @var{thread-id}
3594 @item thread @var{thread-id}
3595 Make thread ID @var{thread-id} the current thread. The command
3596 argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3597 the first field of the @samp{info threads} display, with or without an
3598 inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3599
3600 @value{GDBN} responds by displaying the system identifier of the
3601 thread you selected, and its current stack frame summary:
3602
3603 @smallexample
3604 (@value{GDBP}) thread 2
3605 [Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3606 #0 some_function (ignore=0x0) at example.c:8
3607 8 printf ("hello\n");
3608 @end smallexample
3609
3610 @noindent
3611 As with the @samp{[New @dots{}]} message, the form of the text after
3612 @samp{Switching to} depends on your system's conventions for identifying
3613 threads.
3614
3615 @anchor{thread apply all}
3616 @kindex thread apply
3617 @cindex apply command to several threads
3618 @item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
3619 The @code{thread apply} command allows you to apply the named
3620 @var{command} to one or more threads. Specify the threads that you
3621 want affected using the thread ID list syntax (@pxref{thread ID
3622 lists}), or specify @code{all} to apply to all threads. To apply a
3623 command to all threads in descending order, type @kbd{thread apply all
3624 @var{command}}. To apply a command to all threads in ascending order,
3625 type @kbd{thread apply all -ascending @var{command}}.
3626
3627 The @var{flag} arguments control what output to produce and how to handle
3628 errors raised when applying @var{command} to a thread. @var{flag}
3629 must start with a @code{-} directly followed by one letter in
3630 @code{qcs}. If several flags are provided, they must be given
3631 individually, such as @code{-c -q}.
3632
3633 By default, @value{GDBN} displays some thread information before the
3634 output produced by @var{command}, and an error raised during the
3635 execution of a @var{command} will abort @code{thread apply}. The
3636 following flags can be used to fine-tune this behavior:
3637
3638 @table @code
3639 @item -c
3640 The flag @code{-c}, which stands for @samp{continue}, causes any
3641 errors in @var{command} to be displayed, and the execution of
3642 @code{thread apply} then continues.
3643 @item -s
3644 The flag @code{-s}, which stands for @samp{silent}, causes any errors
3645 or empty output produced by a @var{command} to be silently ignored.
3646 That is, the execution continues, but the thread information and errors
3647 are not printed.
3648 @item -q
3649 The flag @code{-q} (@samp{quiet}) disables printing the thread
3650 information.
3651 @end table
3652
3653 Flags @code{-c} and @code{-s} cannot be used together.
3654
3655 @kindex taas
3656 @cindex apply command to all threads (ignoring errors and empty output)
3657 @item taas [@var{option}]@dots{} @var{command}
3658 Shortcut for @code{thread apply all -s [@var{option}]@dots{} @var{command}}.
3659 Applies @var{command} on all threads, ignoring errors and empty output.
3660
3661 The @code{taas} command accepts the same options as the @code{thread
3662 apply all} command. @xref{thread apply all}.
3663
3664 @kindex tfaas
3665 @cindex apply a command to all frames of all threads (ignoring errors and empty output)
3666 @item tfaas [@var{option}]@dots{} @var{command}
3667 Shortcut for @code{thread apply all -s -- frame apply all -s [@var{option}]@dots{} @var{command}}.
3668 Applies @var{command} on all frames of all threads, ignoring errors
3669 and empty output. Note that the flag @code{-s} is specified twice:
3670 The first @code{-s} ensures that @code{thread apply} only shows the thread
3671 information of the threads for which @code{frame apply} produces
3672 some output. The second @code{-s} is needed to ensure that @code{frame
3673 apply} shows the frame information of a frame only if the
3674 @var{command} successfully produced some output.
3675
3676 It can for example be used to print a local variable or a function
3677 argument without knowing the thread or frame where this variable or argument
3678 is, using:
3679 @smallexample
3680 (@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3681 @end smallexample
3682
3683 The @code{tfaas} command accepts the same options as the @code{frame
3684 apply} command. @xref{Frame Apply,,frame apply}.
3685
3686 @kindex thread name
3687 @cindex name a thread
3688 @item thread name [@var{name}]
3689 This command assigns a name to the current thread. If no argument is
3690 given, any existing user-specified name is removed. The thread name
3691 appears in the @samp{info threads} display.
3692
3693 On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3694 determine the name of the thread as given by the OS. On these
3695 systems, a name specified with @samp{thread name} will override the
3696 system-give name, and removing the user-specified name will cause
3697 @value{GDBN} to once again display the system-specified name.
3698
3699 @kindex thread find
3700 @cindex search for a thread
3701 @item thread find [@var{regexp}]
3702 Search for and display thread ids whose name or @var{systag}
3703 matches the supplied regular expression.
3704
3705 As well as being the complement to the @samp{thread name} command,
3706 this command also allows you to identify a thread by its target
3707 @var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3708 is the LWP id.
3709
3710 @smallexample
3711 (@value{GDBN}) thread find 26688
3712 Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3713 (@value{GDBN}) info thread 4
3714 Id Target Id Frame
3715 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3716 @end smallexample
3717
3718 @kindex set print thread-events
3719 @cindex print messages on thread start and exit
3720 @item set print thread-events
3721 @itemx set print thread-events on
3722 @itemx set print thread-events off
3723 The @code{set print thread-events} command allows you to enable or
3724 disable printing of messages when @value{GDBN} notices that new threads have
3725 started or that threads have exited. By default, these messages will
3726 be printed if detection of these events is supported by the target.
3727 Note that these messages cannot be disabled on all targets.
3728
3729 @kindex show print thread-events
3730 @item show print thread-events
3731 Show whether messages will be printed when @value{GDBN} detects that threads
3732 have started and exited.
3733 @end table
3734
3735 @xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3736 more information about how @value{GDBN} behaves when you stop and start
3737 programs with multiple threads.
3738
3739 @xref{Set Watchpoints,,Setting Watchpoints}, for information about
3740 watchpoints in programs with multiple threads.
3741
3742 @anchor{set libthread-db-search-path}
3743 @table @code
3744 @kindex set libthread-db-search-path
3745 @cindex search path for @code{libthread_db}
3746 @item set libthread-db-search-path @r{[}@var{path}@r{]}
3747 If this variable is set, @var{path} is a colon-separated list of
3748 directories @value{GDBN} will use to search for @code{libthread_db}.
3749 If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3750 its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3751 Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3752 macro.
3753
3754 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3755 @code{libthread_db} library to obtain information about threads in the
3756 inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3757 to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3758 specific thread debugging library loading is enabled
3759 by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3760
3761 A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3762 refers to the default system directories that are
3763 normally searched for loading shared libraries. The @samp{$sdir} entry
3764 is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3765 (@pxref{libthread_db.so.1 file}).
3766
3767 A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3768 refers to the directory from which @code{libpthread}
3769 was loaded in the inferior process.
3770
3771 For any @code{libthread_db} library @value{GDBN} finds in above directories,
3772 @value{GDBN} attempts to initialize it with the current inferior process.
3773 If this initialization fails (which could happen because of a version
3774 mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3775 will unload @code{libthread_db}, and continue with the next directory.
3776 If none of @code{libthread_db} libraries initialize successfully,
3777 @value{GDBN} will issue a warning and thread debugging will be disabled.
3778
3779 Setting @code{libthread-db-search-path} is currently implemented
3780 only on some platforms.
3781
3782 @kindex show libthread-db-search-path
3783 @item show libthread-db-search-path
3784 Display current libthread_db search path.
3785
3786 @kindex set debug libthread-db
3787 @kindex show debug libthread-db
3788 @cindex debugging @code{libthread_db}
3789 @item set debug libthread-db
3790 @itemx show debug libthread-db
3791 Turns on or off display of @code{libthread_db}-related events.
3792 Use @code{1} to enable, @code{0} to disable.
3793 @end table
3794
3795 @node Forks
3796 @section Debugging Forks
3797
3798 @cindex fork, debugging programs which call
3799 @cindex multiple processes
3800 @cindex processes, multiple
3801 On most systems, @value{GDBN} has no special support for debugging
3802 programs which create additional processes using the @code{fork}
3803 function. When a program forks, @value{GDBN} will continue to debug the
3804 parent process and the child process will run unimpeded. If you have
3805 set a breakpoint in any code which the child then executes, the child
3806 will get a @code{SIGTRAP} signal which (unless it catches the signal)
3807 will cause it to terminate.
3808
3809 However, if you want to debug the child process there is a workaround
3810 which isn't too painful. Put a call to @code{sleep} in the code which
3811 the child process executes after the fork. It may be useful to sleep
3812 only if a certain environment variable is set, or a certain file exists,
3813 so that the delay need not occur when you don't want to run @value{GDBN}
3814 on the child. While the child is sleeping, use the @code{ps} program to
3815 get its process ID. Then tell @value{GDBN} (a new invocation of
3816 @value{GDBN} if you are also debugging the parent process) to attach to
3817 the child process (@pxref{Attach}). From that point on you can debug
3818 the child process just like any other process which you attached to.
3819
3820 On some systems, @value{GDBN} provides support for debugging programs
3821 that create additional processes using the @code{fork} or @code{vfork}
3822 functions. On @sc{gnu}/Linux platforms, this feature is supported
3823 with kernel version 2.5.46 and later.
3824
3825 The fork debugging commands are supported in native mode and when
3826 connected to @code{gdbserver} in either @code{target remote} mode or
3827 @code{target extended-remote} mode.
3828
3829 By default, when a program forks, @value{GDBN} will continue to debug
3830 the parent process and the child process will run unimpeded.
3831
3832 If you want to follow the child process instead of the parent process,
3833 use the command @w{@code{set follow-fork-mode}}.
3834
3835 @table @code
3836 @kindex set follow-fork-mode
3837 @item set follow-fork-mode @var{mode}
3838 Set the debugger response to a program call of @code{fork} or
3839 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
3840 process. The @var{mode} argument can be:
3841
3842 @table @code
3843 @item parent
3844 The original process is debugged after a fork. The child process runs
3845 unimpeded. This is the default.
3846
3847 @item child
3848 The new process is debugged after a fork. The parent process runs
3849 unimpeded.
3850
3851 @end table
3852
3853 @kindex show follow-fork-mode
3854 @item show follow-fork-mode
3855 Display the current debugger response to a @code{fork} or @code{vfork} call.
3856 @end table
3857
3858 @cindex debugging multiple processes
3859 On Linux, if you want to debug both the parent and child processes, use the
3860 command @w{@code{set detach-on-fork}}.
3861
3862 @table @code
3863 @kindex set detach-on-fork
3864 @item set detach-on-fork @var{mode}
3865 Tells gdb whether to detach one of the processes after a fork, or
3866 retain debugger control over them both.
3867
3868 @table @code
3869 @item on
3870 The child process (or parent process, depending on the value of
3871 @code{follow-fork-mode}) will be detached and allowed to run
3872 independently. This is the default.
3873
3874 @item off
3875 Both processes will be held under the control of @value{GDBN}.
3876 One process (child or parent, depending on the value of
3877 @code{follow-fork-mode}) is debugged as usual, while the other
3878 is held suspended.
3879
3880 @end table
3881
3882 @kindex show detach-on-fork
3883 @item show detach-on-fork
3884 Show whether detach-on-fork mode is on/off.
3885 @end table
3886
3887 If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3888 will retain control of all forked processes (including nested forks).
3889 You can list the forked processes under the control of @value{GDBN} by
3890 using the @w{@code{info inferiors}} command, and switch from one fork
3891 to another by using the @code{inferior} command (@pxref{Inferiors Connections and
3892 Programs, ,Debugging Multiple Inferiors Connections and Programs}).
3893
3894 To quit debugging one of the forked processes, you can either detach
3895 from it by using the @w{@code{detach inferiors}} command (allowing it
3896 to run independently), or kill it using the @w{@code{kill inferiors}}
3897 command. @xref{Inferiors Connections and Programs, ,Debugging
3898 Multiple Inferiors Connections and Programs}.
3899
3900 If you ask to debug a child process and a @code{vfork} is followed by an
3901 @code{exec}, @value{GDBN} executes the new target up to the first
3902 breakpoint in the new target. If you have a breakpoint set on
3903 @code{main} in your original program, the breakpoint will also be set on
3904 the child process's @code{main}.
3905
3906 On some systems, when a child process is spawned by @code{vfork}, you
3907 cannot debug the child or parent until an @code{exec} call completes.
3908
3909 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
3910 call executes, the new target restarts. To restart the parent
3911 process, use the @code{file} command with the parent executable name
3912 as its argument. By default, after an @code{exec} call executes,
3913 @value{GDBN} discards the symbols of the previous executable image.
3914 You can change this behaviour with the @w{@code{set follow-exec-mode}}
3915 command.
3916
3917 @table @code
3918 @kindex set follow-exec-mode
3919 @item set follow-exec-mode @var{mode}
3920
3921 Set debugger response to a program call of @code{exec}. An
3922 @code{exec} call replaces the program image of a process.
3923
3924 @code{follow-exec-mode} can be:
3925
3926 @table @code
3927 @item new
3928 @value{GDBN} creates a new inferior and rebinds the process to this
3929 new inferior. The program the process was running before the
3930 @code{exec} call can be restarted afterwards by restarting the
3931 original inferior.
3932
3933 For example:
3934
3935 @smallexample
3936 (@value{GDBP}) info inferiors
3937 (gdb) info inferior
3938 Id Description Executable
3939 * 1 <null> prog1
3940 (@value{GDBP}) run
3941 process 12020 is executing new program: prog2
3942 Program exited normally.
3943 (@value{GDBP}) info inferiors
3944 Id Description Executable
3945 1 <null> prog1
3946 * 2 <null> prog2
3947 @end smallexample
3948
3949 @item same
3950 @value{GDBN} keeps the process bound to the same inferior. The new
3951 executable image replaces the previous executable loaded in the
3952 inferior. Restarting the inferior after the @code{exec} call, with
3953 e.g., the @code{run} command, restarts the executable the process was
3954 running after the @code{exec} call. This is the default mode.
3955
3956 For example:
3957
3958 @smallexample
3959 (@value{GDBP}) info inferiors
3960 Id Description Executable
3961 * 1 <null> prog1
3962 (@value{GDBP}) run
3963 process 12020 is executing new program: prog2
3964 Program exited normally.
3965 (@value{GDBP}) info inferiors
3966 Id Description Executable
3967 * 1 <null> prog2
3968 @end smallexample
3969
3970 @end table
3971 @end table
3972
3973 @code{follow-exec-mode} is supported in native mode and
3974 @code{target extended-remote} mode.
3975
3976 You can use the @code{catch} command to make @value{GDBN} stop whenever
3977 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
3978 Catchpoints, ,Setting Catchpoints}.
3979
3980 @node Checkpoint/Restart
3981 @section Setting a @emph{Bookmark} to Return to Later
3982
3983 @cindex checkpoint
3984 @cindex restart
3985 @cindex bookmark
3986 @cindex snapshot of a process
3987 @cindex rewind program state
3988
3989 On certain operating systems@footnote{Currently, only
3990 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3991 program's state, called a @dfn{checkpoint}, and come back to it
3992 later.
3993
3994 Returning to a checkpoint effectively undoes everything that has
3995 happened in the program since the @code{checkpoint} was saved. This
3996 includes changes in memory, registers, and even (within some limits)
3997 system state. Effectively, it is like going back in time to the
3998 moment when the checkpoint was saved.
3999
4000 Thus, if you're stepping thru a program and you think you're
4001 getting close to the point where things go wrong, you can save
4002 a checkpoint. Then, if you accidentally go too far and miss
4003 the critical statement, instead of having to restart your program
4004 from the beginning, you can just go back to the checkpoint and
4005 start again from there.
4006
4007 This can be especially useful if it takes a lot of time or
4008 steps to reach the point where you think the bug occurs.
4009
4010 To use the @code{checkpoint}/@code{restart} method of debugging:
4011
4012 @table @code
4013 @kindex checkpoint
4014 @item checkpoint
4015 Save a snapshot of the debugged program's current execution state.
4016 The @code{checkpoint} command takes no arguments, but each checkpoint
4017 is assigned a small integer id, similar to a breakpoint id.
4018
4019 @kindex info checkpoints
4020 @item info checkpoints
4021 List the checkpoints that have been saved in the current debugging
4022 session. For each checkpoint, the following information will be
4023 listed:
4024
4025 @table @code
4026 @item Checkpoint ID
4027 @item Process ID
4028 @item Code Address
4029 @item Source line, or label
4030 @end table
4031
4032 @kindex restart @var{checkpoint-id}
4033 @item restart @var{checkpoint-id}
4034 Restore the program state that was saved as checkpoint number
4035 @var{checkpoint-id}. All program variables, registers, stack frames
4036 etc.@: will be returned to the values that they had when the checkpoint
4037 was saved. In essence, gdb will ``wind back the clock'' to the point
4038 in time when the checkpoint was saved.
4039
4040 Note that breakpoints, @value{GDBN} variables, command history etc.
4041 are not affected by restoring a checkpoint. In general, a checkpoint
4042 only restores things that reside in the program being debugged, not in
4043 the debugger.
4044
4045 @kindex delete checkpoint @var{checkpoint-id}
4046 @item delete checkpoint @var{checkpoint-id}
4047 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
4048
4049 @end table
4050
4051 Returning to a previously saved checkpoint will restore the user state
4052 of the program being debugged, plus a significant subset of the system
4053 (OS) state, including file pointers. It won't ``un-write'' data from
4054 a file, but it will rewind the file pointer to the previous location,
4055 so that the previously written data can be overwritten. For files
4056 opened in read mode, the pointer will also be restored so that the
4057 previously read data can be read again.
4058
4059 Of course, characters that have been sent to a printer (or other
4060 external device) cannot be ``snatched back'', and characters received
4061 from eg.@: a serial device can be removed from internal program buffers,
4062 but they cannot be ``pushed back'' into the serial pipeline, ready to
4063 be received again. Similarly, the actual contents of files that have
4064 been changed cannot be restored (at this time).
4065
4066 However, within those constraints, you actually can ``rewind'' your
4067 program to a previously saved point in time, and begin debugging it
4068 again --- and you can change the course of events so as to debug a
4069 different execution path this time.
4070
4071 @cindex checkpoints and process id
4072 Finally, there is one bit of internal program state that will be
4073 different when you return to a checkpoint --- the program's process
4074 id. Each checkpoint will have a unique process id (or @var{pid}),
4075 and each will be different from the program's original @var{pid}.
4076 If your program has saved a local copy of its process id, this could
4077 potentially pose a problem.
4078
4079 @subsection A Non-obvious Benefit of Using Checkpoints
4080
4081 On some systems such as @sc{gnu}/Linux, address space randomization
4082 is performed on new processes for security reasons. This makes it
4083 difficult or impossible to set a breakpoint, or watchpoint, on an
4084 absolute address if you have to restart the program, since the
4085 absolute location of a symbol will change from one execution to the
4086 next.
4087
4088 A checkpoint, however, is an @emph{identical} copy of a process.
4089 Therefore if you create a checkpoint at (eg.@:) the start of main,
4090 and simply return to that checkpoint instead of restarting the
4091 process, you can avoid the effects of address randomization and
4092 your symbols will all stay in the same place.
4093
4094 @node Stopping
4095 @chapter Stopping and Continuing
4096
4097 The principal purposes of using a debugger are so that you can stop your
4098 program before it terminates; or so that, if your program runs into
4099 trouble, you can investigate and find out why.
4100
4101 Inside @value{GDBN}, your program may stop for any of several reasons,
4102 such as a signal, a breakpoint, or reaching a new line after a
4103 @value{GDBN} command such as @code{step}. You may then examine and
4104 change variables, set new breakpoints or remove old ones, and then
4105 continue execution. Usually, the messages shown by @value{GDBN} provide
4106 ample explanation of the status of your program---but you can also
4107 explicitly request this information at any time.
4108
4109 @table @code
4110 @kindex info program
4111 @item info program
4112 Display information about the status of your program: whether it is
4113 running or not, what process it is, and why it stopped.
4114 @end table
4115
4116 @menu
4117 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
4118 * Continuing and Stepping:: Resuming execution
4119 * Skipping Over Functions and Files::
4120 Skipping over functions and files
4121 * Signals:: Signals
4122 * Thread Stops:: Stopping and starting multi-thread programs
4123 @end menu
4124
4125 @node Breakpoints
4126 @section Breakpoints, Watchpoints, and Catchpoints
4127
4128 @cindex breakpoints
4129 A @dfn{breakpoint} makes your program stop whenever a certain point in
4130 the program is reached. For each breakpoint, you can add conditions to
4131 control in finer detail whether your program stops. You can set
4132 breakpoints with the @code{break} command and its variants (@pxref{Set
4133 Breaks, ,Setting Breakpoints}), to specify the place where your program
4134 should stop by line number, function name or exact address in the
4135 program.
4136
4137 On some systems, you can set breakpoints in shared libraries before
4138 the executable is run.
4139
4140 @cindex watchpoints
4141 @cindex data breakpoints
4142 @cindex memory tracing
4143 @cindex breakpoint on memory address
4144 @cindex breakpoint on variable modification
4145 A @dfn{watchpoint} is a special breakpoint that stops your program
4146 when the value of an expression changes. The expression may be a value
4147 of a variable, or it could involve values of one or more variables
4148 combined by operators, such as @samp{a + b}. This is sometimes called
4149 @dfn{data breakpoints}. You must use a different command to set
4150 watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
4151 from that, you can manage a watchpoint like any other breakpoint: you
4152 enable, disable, and delete both breakpoints and watchpoints using the
4153 same commands.
4154
4155 You can arrange to have values from your program displayed automatically
4156 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
4157 Automatic Display}.
4158
4159 @cindex catchpoints
4160 @cindex breakpoint on events
4161 A @dfn{catchpoint} is another special breakpoint that stops your program
4162 when a certain kind of event occurs, such as the throwing of a C@t{++}
4163 exception or the loading of a library. As with watchpoints, you use a
4164 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
4165 Catchpoints}), but aside from that, you can manage a catchpoint like any
4166 other breakpoint. (To stop when your program receives a signal, use the
4167 @code{handle} command; see @ref{Signals, ,Signals}.)
4168
4169 @cindex breakpoint numbers
4170 @cindex numbers for breakpoints
4171 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
4172 catchpoint when you create it; these numbers are successive integers
4173 starting with one. In many of the commands for controlling various
4174 features of breakpoints you use the breakpoint number to say which
4175 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4176 @dfn{disabled}; if disabled, it has no effect on your program until you
4177 enable it again.
4178
4179 @cindex breakpoint ranges
4180 @cindex breakpoint lists
4181 @cindex ranges of breakpoints
4182 @cindex lists of breakpoints
4183 Some @value{GDBN} commands accept a space-separated list of breakpoints
4184 on which to operate. A list element can be either a single breakpoint number,
4185 like @samp{5}, or a range of such numbers, like @samp{5-7}.
4186 When a breakpoint list is given to a command, all breakpoints in that list
4187 are operated on.
4188
4189 @menu
4190 * Set Breaks:: Setting breakpoints
4191 * Set Watchpoints:: Setting watchpoints
4192 * Set Catchpoints:: Setting catchpoints
4193 * Delete Breaks:: Deleting breakpoints
4194 * Disabling:: Disabling breakpoints
4195 * Conditions:: Break conditions
4196 * Break Commands:: Breakpoint command lists
4197 * Dynamic Printf:: Dynamic printf
4198 * Save Breakpoints:: How to save breakpoints in a file
4199 * Static Probe Points:: Listing static probe points
4200 * Error in Breakpoints:: ``Cannot insert breakpoints''
4201 * Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
4202 @end menu
4203
4204 @node Set Breaks
4205 @subsection Setting Breakpoints
4206
4207 @c FIXME LMB what does GDB do if no code on line of breakpt?
4208 @c consider in particular declaration with/without initialization.
4209 @c
4210 @c FIXME 2 is there stuff on this already? break at fun start, already init?
4211
4212 @kindex break
4213 @kindex b @r{(@code{break})}
4214 @vindex $bpnum@r{, convenience variable}
4215 @cindex latest breakpoint
4216 Breakpoints are set with the @code{break} command (abbreviated
4217 @code{b}). The debugger convenience variable @samp{$bpnum} records the
4218 number of the breakpoint you've set most recently; see @ref{Convenience
4219 Vars,, Convenience Variables}, for a discussion of what you can do with
4220 convenience variables.
4221
4222 @table @code
4223 @item break @var{location}
4224 Set a breakpoint at the given @var{location}, which can specify a
4225 function name, a line number, or an address of an instruction.
4226 (@xref{Specify Location}, for a list of all the possible ways to
4227 specify a @var{location}.) The breakpoint will stop your program just
4228 before it executes any of the code in the specified @var{location}.
4229
4230 When using source languages that permit overloading of symbols, such as
4231 C@t{++}, a function name may refer to more than one possible place to break.
4232 @xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4233 that situation.
4234
4235 It is also possible to insert a breakpoint that will stop the program
4236 only if a specific thread (@pxref{Thread-Specific Breakpoints})
4237 or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
4238
4239 @item break
4240 When called without any arguments, @code{break} sets a breakpoint at
4241 the next instruction to be executed in the selected stack frame
4242 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4243 innermost, this makes your program stop as soon as control
4244 returns to that frame. This is similar to the effect of a
4245 @code{finish} command in the frame inside the selected frame---except
4246 that @code{finish} does not leave an active breakpoint. If you use
4247 @code{break} without an argument in the innermost frame, @value{GDBN} stops
4248 the next time it reaches the current location; this may be useful
4249 inside loops.
4250
4251 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
4252 least one instruction has been executed. If it did not do this, you
4253 would be unable to proceed past a breakpoint without first disabling the
4254 breakpoint. This rule applies whether or not the breakpoint already
4255 existed when your program stopped.
4256
4257 @item break @dots{} if @var{cond}
4258 Set a breakpoint with condition @var{cond}; evaluate the expression
4259 @var{cond} each time the breakpoint is reached, and stop only if the
4260 value is nonzero---that is, if @var{cond} evaluates as true.
4261 @samp{@dots{}} stands for one of the possible arguments described
4262 above (or no argument) specifying where to break. @xref{Conditions,
4263 ,Break Conditions}, for more information on breakpoint conditions.
4264
4265 The breakpoint may be mapped to multiple locations. If the breakpoint
4266 condition @var{cond} is invalid at some but not all of the locations,
4267 the locations for which the condition is invalid are disabled. For
4268 example, @value{GDBN} reports below that two of the three locations
4269 are disabled.
4270
4271 @smallexample
4272 (@value{GDBP}) break func if a == 10
4273 warning: failed to validate condition at location 0x11ce, disabling:
4274 No symbol "a" in current context.
4275 warning: failed to validate condition at location 0x11b6, disabling:
4276 No symbol "a" in current context.
4277 Breakpoint 1 at 0x11b6: func. (3 locations)
4278 @end smallexample
4279
4280 Locations that are disabled because of the condition are denoted by an
4281 uppercase @code{N} in the output of the @code{info breakpoints}
4282 command:
4283
4284 @smallexample
4285 (@value{GDBP}) info breakpoints
4286 Num Type Disp Enb Address What
4287 1 breakpoint keep y <MULTIPLE>
4288 stop only if a == 10
4289 1.1 N* 0x00000000000011b6 in ...
4290 1.2 y 0x00000000000011c2 in ...
4291 1.3 N* 0x00000000000011ce in ...
4292 (*): Breakpoint condition is invalid at this location.
4293 @end smallexample
4294
4295 If the breakpoint condition @var{cond} is invalid in the context of
4296 @emph{all} the locations of the breakpoint, @value{GDBN} refuses to
4297 define the breakpoint. For example, if variable @code{foo} is an
4298 undefined variable:
4299
4300 @smallexample
4301 (@value{GDBP}) break func if foo
4302 No symbol "foo" in current context.
4303 @end smallexample
4304
4305 @item break @dots{} -force-condition if @var{cond}
4306 There may be cases where the condition @var{cond} is invalid at all
4307 the current locations, but the user knows that it will be valid at a
4308 future location; for example, because of a library load. In such
4309 cases, by using the @code{-force-condition} keyword before @samp{if},
4310 @value{GDBN} can be forced to define the breakpoint with the given
4311 condition expression instead of refusing it.
4312
4313 @smallexample
4314 (@value{GDBP}) break func -force-condition if foo
4315 warning: failed to validate condition at location 1, disabling:
4316 No symbol "foo" in current context.
4317 warning: failed to validate condition at location 2, disabling:
4318 No symbol "foo" in current context.
4319 warning: failed to validate condition at location 3, disabling:
4320 No symbol "foo" in current context.
4321 Breakpoint 1 at 0x1158: test.c:18. (3 locations)
4322 @end smallexample
4323
4324 This causes all the present locations where the breakpoint would
4325 otherwise be inserted, to be disabled, as seen in the example above.
4326 However, if there exist locations at which the condition is valid, the
4327 @code{-force-condition} keyword has no effect.
4328
4329 @kindex tbreak
4330 @item tbreak @var{args}
4331 Set a breakpoint enabled only for one stop. The @var{args} are the
4332 same as for the @code{break} command, and the breakpoint is set in the same
4333 way, but the breakpoint is automatically deleted after the first time your
4334 program stops there. @xref{Disabling, ,Disabling Breakpoints}.
4335
4336 @kindex hbreak
4337 @cindex hardware breakpoints
4338 @item hbreak @var{args}
4339 Set a hardware-assisted breakpoint. The @var{args} are the same as for the
4340 @code{break} command and the breakpoint is set in the same way, but the
4341 breakpoint requires hardware support and some target hardware may not
4342 have this support. The main purpose of this is EPROM/ROM code
4343 debugging, so you can set a breakpoint at an instruction without
4344 changing the instruction. This can be used with the new trap-generation
4345 provided by SPARClite DSU and most x86-based targets. These targets
4346 will generate traps when a program accesses some data or instruction
4347 address that is assigned to the debug registers. However the hardware
4348 breakpoint registers can take a limited number of breakpoints. For
4349 example, on the DSU, only two data breakpoints can be set at a time, and
4350 @value{GDBN} will reject this command if more than two are used. Delete
4351 or disable unused hardware breakpoints before setting new ones
4352 (@pxref{Disabling, ,Disabling Breakpoints}).
4353 @xref{Conditions, ,Break Conditions}.
4354 For remote targets, you can restrict the number of hardware
4355 breakpoints @value{GDBN} will use, see @ref{set remote
4356 hardware-breakpoint-limit}.
4357
4358 @kindex thbreak
4359 @item thbreak @var{args}
4360 Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
4361 are the same as for the @code{hbreak} command and the breakpoint is set in
4362 the same way. However, like the @code{tbreak} command,
4363 the breakpoint is automatically deleted after the
4364 first time your program stops there. Also, like the @code{hbreak}
4365 command, the breakpoint requires hardware support and some target hardware
4366 may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4367 See also @ref{Conditions, ,Break Conditions}.
4368
4369 @kindex rbreak
4370 @cindex regular expression
4371 @cindex breakpoints at functions matching a regexp
4372 @cindex set breakpoints in many functions
4373 @item rbreak @var{regex}
4374 Set breakpoints on all functions matching the regular expression
4375 @var{regex}. This command sets an unconditional breakpoint on all
4376 matches, printing a list of all breakpoints it set. Once these
4377 breakpoints are set, they are treated just like the breakpoints set with
4378 the @code{break} command. You can delete them, disable them, or make
4379 them conditional the same way as any other breakpoint.
4380
4381 In programs using different languages, @value{GDBN} chooses the syntax
4382 to print the list of all breakpoints it sets according to the
4383 @samp{set language} value: using @samp{set language auto}
4384 (see @ref{Automatically, ,Set Language Automatically}) means to use the
4385 language of the breakpoint's function, other values mean to use
4386 the manually specified language (see @ref{Manually, ,Set Language Manually}).
4387
4388 The syntax of the regular expression is the standard one used with tools
4389 like @file{grep}. Note that this is different from the syntax used by
4390 shells, so for instance @code{foo*} matches all functions that include
4391 an @code{fo} followed by zero or more @code{o}s. There is an implicit
4392 @code{.*} leading and trailing the regular expression you supply, so to
4393 match only functions that begin with @code{foo}, use @code{^foo}.
4394
4395 @cindex non-member C@t{++} functions, set breakpoint in
4396 When debugging C@t{++} programs, @code{rbreak} is useful for setting
4397 breakpoints on overloaded functions that are not members of any special
4398 classes.
4399
4400 @cindex set breakpoints on all functions
4401 The @code{rbreak} command can be used to set breakpoints in
4402 @strong{all} the functions in a program, like this:
4403
4404 @smallexample
4405 (@value{GDBP}) rbreak .
4406 @end smallexample
4407
4408 @item rbreak @var{file}:@var{regex}
4409 If @code{rbreak} is called with a filename qualification, it limits
4410 the search for functions matching the given regular expression to the
4411 specified @var{file}. This can be used, for example, to set breakpoints on
4412 every function in a given file:
4413
4414 @smallexample
4415 (@value{GDBP}) rbreak file.c:.
4416 @end smallexample
4417
4418 The colon separating the filename qualifier from the regex may
4419 optionally be surrounded by spaces.
4420
4421 @kindex info breakpoints
4422 @cindex @code{$_} and @code{info breakpoints}
4423 @item info breakpoints @r{[}@var{list}@dots{}@r{]}
4424 @itemx info break @r{[}@var{list}@dots{}@r{]}
4425 Print a table of all breakpoints, watchpoints, and catchpoints set and
4426 not deleted. Optional argument @var{n} means print information only
4427 about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4428 For each breakpoint, following columns are printed:
4429
4430 @table @emph
4431 @item Breakpoint Numbers
4432 @item Type
4433 Breakpoint, watchpoint, or catchpoint.
4434 @item Disposition
4435 Whether the breakpoint is marked to be disabled or deleted when hit.
4436 @item Enabled or Disabled
4437 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
4438 that are not enabled.
4439 @item Address
4440 Where the breakpoint is in your program, as a memory address. For a
4441 pending breakpoint whose address is not yet known, this field will
4442 contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4443 library that has the symbol or line referred by breakpoint is loaded.
4444 See below for details. A breakpoint with several locations will
4445 have @samp{<MULTIPLE>} in this field---see below for details.
4446 @item What
4447 Where the breakpoint is in the source for your program, as a file and
4448 line number. For a pending breakpoint, the original string passed to
4449 the breakpoint command will be listed as it cannot be resolved until
4450 the appropriate shared library is loaded in the future.
4451 @end table
4452
4453 @noindent
4454 If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4455 ``target''. If mode is ``host'', breakpoint condition evaluation is done by
4456 @value{GDBN} on the host's side. If it is ``target'', then the condition
4457 is evaluated by the target. The @code{info break} command shows
4458 the condition on the line following the affected breakpoint, together with
4459 its condition evaluation mode in between parentheses.
4460
4461 Breakpoint commands, if any, are listed after that. A pending breakpoint is
4462 allowed to have a condition specified for it. The condition is not parsed for
4463 validity until a shared library is loaded that allows the pending
4464 breakpoint to resolve to a valid location.
4465
4466 @noindent
4467 @code{info break} with a breakpoint
4468 number @var{n} as argument lists only that breakpoint. The
4469 convenience variable @code{$_} and the default examining-address for
4470 the @code{x} command are set to the address of the last breakpoint
4471 listed (@pxref{Memory, ,Examining Memory}).
4472
4473 @noindent
4474 @code{info break} displays a count of the number of times the breakpoint
4475 has been hit. This is especially useful in conjunction with the
4476 @code{ignore} command. You can ignore a large number of breakpoint
4477 hits, look at the breakpoint info to see how many times the breakpoint
4478 was hit, and then run again, ignoring one less than that number. This
4479 will get you quickly to the last hit of that breakpoint.
4480
4481 @noindent
4482 For a breakpoints with an enable count (xref) greater than 1,
4483 @code{info break} also displays that count.
4484
4485 @end table
4486
4487 @value{GDBN} allows you to set any number of breakpoints at the same place in
4488 your program. There is nothing silly or meaningless about this. When
4489 the breakpoints are conditional, this is even useful
4490 (@pxref{Conditions, ,Break Conditions}).
4491
4492 @cindex multiple locations, breakpoints
4493 @cindex breakpoints, multiple locations
4494 It is possible that a breakpoint corresponds to several locations
4495 in your program. Examples of this situation are:
4496
4497 @itemize @bullet
4498 @item
4499 Multiple functions in the program may have the same name.
4500
4501 @item
4502 For a C@t{++} constructor, the @value{NGCC} compiler generates several
4503 instances of the function body, used in different cases.
4504
4505 @item
4506 For a C@t{++} template function, a given line in the function can
4507 correspond to any number of instantiations.
4508
4509 @item
4510 For an inlined function, a given source line can correspond to
4511 several places where that function is inlined.
4512 @end itemize
4513
4514 In all those cases, @value{GDBN} will insert a breakpoint at all
4515 the relevant locations.
4516
4517 A breakpoint with multiple locations is displayed in the breakpoint
4518 table using several rows---one header row, followed by one row for
4519 each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4520 address column. The rows for individual locations contain the actual
4521 addresses for locations, and show the functions to which those
4522 locations belong. The number column for a location is of the form
4523 @var{breakpoint-number}.@var{location-number}.
4524
4525 For example:
4526
4527 @smallexample
4528 Num Type Disp Enb Address What
4529 1 breakpoint keep y <MULTIPLE>
4530 stop only if i==1
4531 breakpoint already hit 1 time
4532 1.1 y 0x080486a2 in void foo<int>() at t.cc:8
4533 1.2 y 0x080486ca in void foo<double>() at t.cc:8
4534 @end smallexample
4535
4536 You cannot delete the individual locations from a breakpoint. However,
4537 each location can be individually enabled or disabled by passing
4538 @var{breakpoint-number}.@var{location-number} as argument to the
4539 @code{enable} and @code{disable} commands. It's also possible to
4540 @code{enable} and @code{disable} a range of @var{location-number}
4541 locations using a @var{breakpoint-number} and two @var{location-number}s,
4542 in increasing order, separated by a hyphen, like
4543 @kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4544 in which case @value{GDBN} acts on all the locations in the range (inclusive).
4545 Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4546 all of the locations that belong to that breakpoint.
4547
4548 @cindex pending breakpoints
4549 It's quite common to have a breakpoint inside a shared library.
4550 Shared libraries can be loaded and unloaded explicitly,
4551 and possibly repeatedly, as the program is executed. To support
4552 this use case, @value{GDBN} updates breakpoint locations whenever
4553 any shared library is loaded or unloaded. Typically, you would
4554 set a breakpoint in a shared library at the beginning of your
4555 debugging session, when the library is not loaded, and when the
4556 symbols from the library are not available. When you try to set
4557 breakpoint, @value{GDBN} will ask you if you want to set
4558 a so called @dfn{pending breakpoint}---breakpoint whose address
4559 is not yet resolved.
4560
4561 After the program is run, whenever a new shared library is loaded,
4562 @value{GDBN} reevaluates all the breakpoints. When a newly loaded
4563 shared library contains the symbol or line referred to by some
4564 pending breakpoint, that breakpoint is resolved and becomes an
4565 ordinary breakpoint. When a library is unloaded, all breakpoints
4566 that refer to its symbols or source lines become pending again.
4567
4568 This logic works for breakpoints with multiple locations, too. For
4569 example, if you have a breakpoint in a C@t{++} template function, and
4570 a newly loaded shared library has an instantiation of that template,
4571 a new location is added to the list of locations for the breakpoint.
4572
4573 Except for having unresolved address, pending breakpoints do not
4574 differ from regular breakpoints. You can set conditions or commands,
4575 enable and disable them and perform other breakpoint operations.
4576
4577 @value{GDBN} provides some additional commands for controlling what
4578 happens when the @samp{break} command cannot resolve breakpoint
4579 address specification to an address:
4580
4581 @kindex set breakpoint pending
4582 @kindex show breakpoint pending
4583 @table @code
4584 @item set breakpoint pending auto
4585 This is the default behavior. When @value{GDBN} cannot find the breakpoint
4586 location, it queries you whether a pending breakpoint should be created.
4587
4588 @item set breakpoint pending on
4589 This indicates that an unrecognized breakpoint location should automatically
4590 result in a pending breakpoint being created.
4591
4592 @item set breakpoint pending off
4593 This indicates that pending breakpoints are not to be created. Any
4594 unrecognized breakpoint location results in an error. This setting does
4595 not affect any pending breakpoints previously created.
4596
4597 @item show breakpoint pending
4598 Show the current behavior setting for creating pending breakpoints.
4599 @end table
4600
4601 The settings above only affect the @code{break} command and its
4602 variants. Once breakpoint is set, it will be automatically updated
4603 as shared libraries are loaded and unloaded.
4604
4605 @cindex automatic hardware breakpoints
4606 For some targets, @value{GDBN} can automatically decide if hardware or
4607 software breakpoints should be used, depending on whether the
4608 breakpoint address is read-only or read-write. This applies to
4609 breakpoints set with the @code{break} command as well as to internal
4610 breakpoints set by commands like @code{next} and @code{finish}. For
4611 breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
4612 breakpoints.
4613
4614 You can control this automatic behaviour with the following commands:
4615
4616 @kindex set breakpoint auto-hw
4617 @kindex show breakpoint auto-hw
4618 @table @code
4619 @item set breakpoint auto-hw on
4620 This is the default behavior. When @value{GDBN} sets a breakpoint, it
4621 will try to use the target memory map to decide if software or hardware
4622 breakpoint must be used.
4623
4624 @item set breakpoint auto-hw off
4625 This indicates @value{GDBN} should not automatically select breakpoint
4626 type. If the target provides a memory map, @value{GDBN} will warn when
4627 trying to set software breakpoint at a read-only address.
4628 @end table
4629
4630 @value{GDBN} normally implements breakpoints by replacing the program code
4631 at the breakpoint address with a special instruction, which, when
4632 executed, given control to the debugger. By default, the program
4633 code is so modified only when the program is resumed. As soon as
4634 the program stops, @value{GDBN} restores the original instructions. This
4635 behaviour guards against leaving breakpoints inserted in the
4636 target should gdb abrubptly disconnect. However, with slow remote
4637 targets, inserting and removing breakpoint can reduce the performance.
4638 This behavior can be controlled with the following commands::
4639
4640 @kindex set breakpoint always-inserted
4641 @kindex show breakpoint always-inserted
4642 @table @code
4643 @item set breakpoint always-inserted off
4644 All breakpoints, including newly added by the user, are inserted in
4645 the target only when the target is resumed. All breakpoints are
4646 removed from the target when it stops. This is the default mode.
4647
4648 @item set breakpoint always-inserted on
4649 Causes all breakpoints to be inserted in the target at all times. If
4650 the user adds a new breakpoint, or changes an existing breakpoint, the
4651 breakpoints in the target are updated immediately. A breakpoint is
4652 removed from the target only when breakpoint itself is deleted.
4653 @end table
4654
4655 @value{GDBN} handles conditional breakpoints by evaluating these conditions
4656 when a breakpoint breaks. If the condition is true, then the process being
4657 debugged stops, otherwise the process is resumed.
4658
4659 If the target supports evaluating conditions on its end, @value{GDBN} may
4660 download the breakpoint, together with its conditions, to it.
4661
4662 This feature can be controlled via the following commands:
4663
4664 @kindex set breakpoint condition-evaluation
4665 @kindex show breakpoint condition-evaluation
4666 @table @code
4667 @item set breakpoint condition-evaluation host
4668 This option commands @value{GDBN} to evaluate the breakpoint
4669 conditions on the host's side. Unconditional breakpoints are sent to
4670 the target which in turn receives the triggers and reports them back to GDB
4671 for condition evaluation. This is the standard evaluation mode.
4672
4673 @item set breakpoint condition-evaluation target
4674 This option commands @value{GDBN} to download breakpoint conditions
4675 to the target at the moment of their insertion. The target
4676 is responsible for evaluating the conditional expression and reporting
4677 breakpoint stop events back to @value{GDBN} whenever the condition
4678 is true. Due to limitations of target-side evaluation, some conditions
4679 cannot be evaluated there, e.g., conditions that depend on local data
4680 that is only known to the host. Examples include
4681 conditional expressions involving convenience variables, complex types
4682 that cannot be handled by the agent expression parser and expressions
4683 that are too long to be sent over to the target, specially when the
4684 target is a remote system. In these cases, the conditions will be
4685 evaluated by @value{GDBN}.
4686
4687 @item set breakpoint condition-evaluation auto
4688 This is the default mode. If the target supports evaluating breakpoint
4689 conditions on its end, @value{GDBN} will download breakpoint conditions to
4690 the target (limitations mentioned previously apply). If the target does
4691 not support breakpoint condition evaluation, then @value{GDBN} will fallback
4692 to evaluating all these conditions on the host's side.
4693 @end table
4694
4695
4696 @cindex negative breakpoint numbers
4697 @cindex internal @value{GDBN} breakpoints
4698 @value{GDBN} itself sometimes sets breakpoints in your program for
4699 special purposes, such as proper handling of @code{longjmp} (in C
4700 programs). These internal breakpoints are assigned negative numbers,
4701 starting with @code{-1}; @samp{info breakpoints} does not display them.
4702 You can see these breakpoints with the @value{GDBN} maintenance command
4703 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
4704
4705
4706 @node Set Watchpoints
4707 @subsection Setting Watchpoints
4708
4709 @cindex setting watchpoints
4710 You can use a watchpoint to stop execution whenever the value of an
4711 expression changes, without having to predict a particular place where
4712 this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4713 The expression may be as simple as the value of a single variable, or
4714 as complex as many variables combined by operators. Examples include:
4715
4716 @itemize @bullet
4717 @item
4718 A reference to the value of a single variable.
4719
4720 @item
4721 An address cast to an appropriate data type. For example,
4722 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4723 address (assuming an @code{int} occupies 4 bytes).
4724
4725 @item
4726 An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4727 expression can use any operators valid in the program's native
4728 language (@pxref{Languages}).
4729 @end itemize
4730
4731 You can set a watchpoint on an expression even if the expression can
4732 not be evaluated yet. For instance, you can set a watchpoint on
4733 @samp{*global_ptr} before @samp{global_ptr} is initialized.
4734 @value{GDBN} will stop when your program sets @samp{global_ptr} and
4735 the expression produces a valid value. If the expression becomes
4736 valid in some other way than changing a variable (e.g.@: if the memory
4737 pointed to by @samp{*global_ptr} becomes readable as the result of a
4738 @code{malloc} call), @value{GDBN} may not stop until the next time
4739 the expression changes.
4740
4741 @cindex software watchpoints
4742 @cindex hardware watchpoints
4743 Depending on your system, watchpoints may be implemented in software or
4744 hardware. @value{GDBN} does software watchpointing by single-stepping your
4745 program and testing the variable's value each time, which is hundreds of
4746 times slower than normal execution. (But this may still be worth it, to
4747 catch errors where you have no clue what part of your program is the
4748 culprit.)
4749
4750 On some systems, such as most PowerPC or x86-based targets,
4751 @value{GDBN} includes support for hardware watchpoints, which do not
4752 slow down the running of your program.
4753
4754 @table @code
4755 @kindex watch
4756 @item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4757 Set a watchpoint for an expression. @value{GDBN} will break when the
4758 expression @var{expr} is written into by the program and its value
4759 changes. The simplest (and the most popular) use of this command is
4760 to watch the value of a single variable:
4761
4762 @smallexample
4763 (@value{GDBP}) watch foo
4764 @end smallexample
4765
4766 If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
4767 argument, @value{GDBN} breaks only when the thread identified by
4768 @var{thread-id} changes the value of @var{expr}. If any other threads
4769 change the value of @var{expr}, @value{GDBN} will not break. Note
4770 that watchpoints restricted to a single thread in this way only work
4771 with Hardware Watchpoints.
4772
4773 Ordinarily a watchpoint respects the scope of variables in @var{expr}
4774 (see below). The @code{-location} argument tells @value{GDBN} to
4775 instead watch the memory referred to by @var{expr}. In this case,
4776 @value{GDBN} will evaluate @var{expr}, take the address of the result,
4777 and watch the memory at that address. The type of the result is used
4778 to determine the size of the watched memory. If the expression's
4779 result does not have an address, then @value{GDBN} will print an
4780 error.
4781
4782 The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4783 of masked watchpoints, if the current architecture supports this
4784 feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4785 Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4786 to an address to watch. The mask specifies that some bits of an address
4787 (the bits which are reset in the mask) should be ignored when matching
4788 the address accessed by the inferior against the watchpoint address.
4789 Thus, a masked watchpoint watches many addresses simultaneously---those
4790 addresses whose unmasked bits are identical to the unmasked bits in the
4791 watchpoint address. The @code{mask} argument implies @code{-location}.
4792 Examples:
4793
4794 @smallexample
4795 (@value{GDBP}) watch foo mask 0xffff00ff
4796 (@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4797 @end smallexample
4798
4799 @kindex rwatch
4800 @item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4801 Set a watchpoint that will break when the value of @var{expr} is read
4802 by the program.
4803
4804 @kindex awatch
4805 @item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4806 Set a watchpoint that will break when @var{expr} is either read from
4807 or written into by the program.
4808
4809 @kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4810 @item info watchpoints @r{[}@var{list}@dots{}@r{]}
4811 This command prints a list of watchpoints, using the same format as
4812 @code{info break} (@pxref{Set Breaks}).
4813 @end table
4814
4815 If you watch for a change in a numerically entered address you need to
4816 dereference it, as the address itself is just a constant number which will
4817 never change. @value{GDBN} refuses to create a watchpoint that watches
4818 a never-changing value:
4819
4820 @smallexample
4821 (@value{GDBP}) watch 0x600850
4822 Cannot watch constant value 0x600850.
4823 (@value{GDBP}) watch *(int *) 0x600850
4824 Watchpoint 1: *(int *) 6293584
4825 @end smallexample
4826
4827 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4828 watchpoints execute very quickly, and the debugger reports a change in
4829 value at the exact instruction where the change occurs. If @value{GDBN}
4830 cannot set a hardware watchpoint, it sets a software watchpoint, which
4831 executes more slowly and reports the change in value at the next
4832 @emph{statement}, not the instruction, after the change occurs.
4833
4834 @cindex use only software watchpoints
4835 You can force @value{GDBN} to use only software watchpoints with the
4836 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4837 zero, @value{GDBN} will never try to use hardware watchpoints, even if
4838 the underlying system supports them. (Note that hardware-assisted
4839 watchpoints that were set @emph{before} setting
4840 @code{can-use-hw-watchpoints} to zero will still use the hardware
4841 mechanism of watching expression values.)
4842
4843 @table @code
4844 @item set can-use-hw-watchpoints
4845 @kindex set can-use-hw-watchpoints
4846 Set whether or not to use hardware watchpoints.
4847
4848 @item show can-use-hw-watchpoints
4849 @kindex show can-use-hw-watchpoints
4850 Show the current mode of using hardware watchpoints.
4851 @end table
4852
4853 For remote targets, you can restrict the number of hardware
4854 watchpoints @value{GDBN} will use, see @ref{set remote
4855 hardware-breakpoint-limit}.
4856
4857 When you issue the @code{watch} command, @value{GDBN} reports
4858
4859 @smallexample
4860 Hardware watchpoint @var{num}: @var{expr}
4861 @end smallexample
4862
4863 @noindent
4864 if it was able to set a hardware watchpoint.
4865
4866 Currently, the @code{awatch} and @code{rwatch} commands can only set
4867 hardware watchpoints, because accesses to data that don't change the
4868 value of the watched expression cannot be detected without examining
4869 every instruction as it is being executed, and @value{GDBN} does not do
4870 that currently. If @value{GDBN} finds that it is unable to set a
4871 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4872 will print a message like this:
4873
4874 @smallexample
4875 Expression cannot be implemented with read/access watchpoint.
4876 @end smallexample
4877
4878 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4879 data type of the watched expression is wider than what a hardware
4880 watchpoint on the target machine can handle. For example, some systems
4881 can only watch regions that are up to 4 bytes wide; on such systems you
4882 cannot set hardware watchpoints for an expression that yields a
4883 double-precision floating-point number (which is typically 8 bytes
4884 wide). As a work-around, it might be possible to break the large region
4885 into a series of smaller ones and watch them with separate watchpoints.
4886
4887 If you set too many hardware watchpoints, @value{GDBN} might be unable
4888 to insert all of them when you resume the execution of your program.
4889 Since the precise number of active watchpoints is unknown until such
4890 time as the program is about to be resumed, @value{GDBN} might not be
4891 able to warn you about this when you set the watchpoints, and the
4892 warning will be printed only when the program is resumed:
4893
4894 @smallexample
4895 Hardware watchpoint @var{num}: Could not insert watchpoint
4896 @end smallexample
4897
4898 @noindent
4899 If this happens, delete or disable some of the watchpoints.
4900
4901 Watching complex expressions that reference many variables can also
4902 exhaust the resources available for hardware-assisted watchpoints.
4903 That's because @value{GDBN} needs to watch every variable in the
4904 expression with separately allocated resources.
4905
4906 If you call a function interactively using @code{print} or @code{call},
4907 any watchpoints you have set will be inactive until @value{GDBN} reaches another
4908 kind of breakpoint or the call completes.
4909
4910 @value{GDBN} automatically deletes watchpoints that watch local
4911 (automatic) variables, or expressions that involve such variables, when
4912 they go out of scope, that is, when the execution leaves the block in
4913 which these variables were defined. In particular, when the program
4914 being debugged terminates, @emph{all} local variables go out of scope,
4915 and so only watchpoints that watch global variables remain set. If you
4916 rerun the program, you will need to set all such watchpoints again. One
4917 way of doing that would be to set a code breakpoint at the entry to the
4918 @code{main} function and when it breaks, set all the watchpoints.
4919
4920 @cindex watchpoints and threads
4921 @cindex threads and watchpoints
4922 In multi-threaded programs, watchpoints will detect changes to the
4923 watched expression from every thread.
4924
4925 @quotation
4926 @emph{Warning:} In multi-threaded programs, software watchpoints
4927 have only limited usefulness. If @value{GDBN} creates a software
4928 watchpoint, it can only watch the value of an expression @emph{in a
4929 single thread}. If you are confident that the expression can only
4930 change due to the current thread's activity (and if you are also
4931 confident that no other thread can become current), then you can use
4932 software watchpoints as usual. However, @value{GDBN} may not notice
4933 when a non-current thread's activity changes the expression. (Hardware
4934 watchpoints, in contrast, watch an expression in all threads.)
4935 @end quotation
4936
4937 @xref{set remote hardware-watchpoint-limit}.
4938
4939 @node Set Catchpoints
4940 @subsection Setting Catchpoints
4941 @cindex catchpoints, setting
4942 @cindex exception handlers
4943 @cindex event handling
4944
4945 You can use @dfn{catchpoints} to cause the debugger to stop for certain
4946 kinds of program events, such as C@t{++} exceptions or the loading of a
4947 shared library. Use the @code{catch} command to set a catchpoint.
4948
4949 @table @code
4950 @kindex catch
4951 @item catch @var{event}
4952 Stop when @var{event} occurs. The @var{event} can be any of the following:
4953
4954 @table @code
4955 @item throw @r{[}@var{regexp}@r{]}
4956 @itemx rethrow @r{[}@var{regexp}@r{]}
4957 @itemx catch @r{[}@var{regexp}@r{]}
4958 @kindex catch throw
4959 @kindex catch rethrow
4960 @kindex catch catch
4961 @cindex stop on C@t{++} exceptions
4962 The throwing, re-throwing, or catching of a C@t{++} exception.
4963
4964 If @var{regexp} is given, then only exceptions whose type matches the
4965 regular expression will be caught.
4966
4967 @vindex $_exception@r{, convenience variable}
4968 The convenience variable @code{$_exception} is available at an
4969 exception-related catchpoint, on some systems. This holds the
4970 exception being thrown.
4971
4972 There are currently some limitations to C@t{++} exception handling in
4973 @value{GDBN}:
4974
4975 @itemize @bullet
4976 @item
4977 The support for these commands is system-dependent. Currently, only
4978 systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4979 supported.
4980
4981 @item
4982 The regular expression feature and the @code{$_exception} convenience
4983 variable rely on the presence of some SDT probes in @code{libstdc++}.
4984 If these probes are not present, then these features cannot be used.
4985 These probes were first available in the GCC 4.8 release, but whether
4986 or not they are available in your GCC also depends on how it was
4987 built.
4988
4989 @item
4990 The @code{$_exception} convenience variable is only valid at the
4991 instruction at which an exception-related catchpoint is set.
4992
4993 @item
4994 When an exception-related catchpoint is hit, @value{GDBN} stops at a
4995 location in the system library which implements runtime exception
4996 support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4997 (@pxref{Selection}) to get to your code.
4998
4999 @item
5000 If you call a function interactively, @value{GDBN} normally returns
5001 control to you when the function has finished executing. If the call
5002 raises an exception, however, the call may bypass the mechanism that
5003 returns control to you and cause your program either to abort or to
5004 simply continue running until it hits a breakpoint, catches a signal
5005 that @value{GDBN} is listening for, or exits. This is the case even if
5006 you set a catchpoint for the exception; catchpoints on exceptions are
5007 disabled within interactive calls. @xref{Calling}, for information on
5008 controlling this with @code{set unwind-on-terminating-exception}.
5009
5010 @item
5011 You cannot raise an exception interactively.
5012
5013 @item
5014 You cannot install an exception handler interactively.
5015 @end itemize
5016
5017 @item exception @r{[}@var{name}@r{]}
5018 @kindex catch exception
5019 @cindex Ada exception catching
5020 @cindex catch Ada exceptions
5021 An Ada exception being raised. If an exception name is specified
5022 at the end of the command (eg @code{catch exception Program_Error}),
5023 the debugger will stop only when this specific exception is raised.
5024 Otherwise, the debugger stops execution when any Ada exception is raised.
5025
5026 When inserting an exception catchpoint on a user-defined exception whose
5027 name is identical to one of the exceptions defined by the language, the
5028 fully qualified name must be used as the exception name. Otherwise,
5029 @value{GDBN} will assume that it should stop on the pre-defined exception
5030 rather than the user-defined one. For instance, assuming an exception
5031 called @code{Constraint_Error} is defined in package @code{Pck}, then
5032 the command to use to catch such exceptions is @kbd{catch exception
5033 Pck.Constraint_Error}.
5034
5035 @vindex $_ada_exception@r{, convenience variable}
5036 The convenience variable @code{$_ada_exception} holds the address of
5037 the exception being thrown. This can be useful when setting a
5038 condition for such a catchpoint.
5039
5040 @item exception unhandled
5041 @kindex catch exception unhandled
5042 An exception that was raised but is not handled by the program. The
5043 convenience variable @code{$_ada_exception} is set as for @code{catch
5044 exception}.
5045
5046 @item handlers @r{[}@var{name}@r{]}
5047 @kindex catch handlers
5048 @cindex Ada exception handlers catching
5049 @cindex catch Ada exceptions when handled
5050 An Ada exception being handled. If an exception name is
5051 specified at the end of the command
5052 (eg @kbd{catch handlers Program_Error}), the debugger will stop
5053 only when this specific exception is handled.
5054 Otherwise, the debugger stops execution when any Ada exception is handled.
5055
5056 When inserting a handlers catchpoint on a user-defined
5057 exception whose name is identical to one of the exceptions
5058 defined by the language, the fully qualified name must be used
5059 as the exception name. Otherwise, @value{GDBN} will assume that it
5060 should stop on the pre-defined exception rather than the
5061 user-defined one. For instance, assuming an exception called
5062 @code{Constraint_Error} is defined in package @code{Pck}, then the
5063 command to use to catch such exceptions handling is
5064 @kbd{catch handlers Pck.Constraint_Error}.
5065
5066 The convenience variable @code{$_ada_exception} is set as for
5067 @code{catch exception}.
5068
5069 @item assert
5070 @kindex catch assert
5071 A failed Ada assertion. Note that the convenience variable
5072 @code{$_ada_exception} is @emph{not} set by this catchpoint.
5073
5074 @item exec
5075 @kindex catch exec
5076 @cindex break on fork/exec
5077 A call to @code{exec}.
5078
5079 @anchor{catch syscall}
5080 @item syscall
5081 @itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
5082 @kindex catch syscall
5083 @cindex break on a system call.
5084 A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
5085 syscall is a mechanism for application programs to request a service
5086 from the operating system (OS) or one of the OS system services.
5087 @value{GDBN} can catch some or all of the syscalls issued by the
5088 debuggee, and show the related information for each syscall. If no
5089 argument is specified, calls to and returns from all system calls
5090 will be caught.
5091
5092 @var{name} can be any system call name that is valid for the
5093 underlying OS. Just what syscalls are valid depends on the OS. On
5094 GNU and Unix systems, you can find the full list of valid syscall
5095 names on @file{/usr/include/asm/unistd.h}.
5096
5097 @c For MS-Windows, the syscall names and the corresponding numbers
5098 @c can be found, e.g., on this URL:
5099 @c http://www.metasploit.com/users/opcode/syscalls.html
5100 @c but we don't support Windows syscalls yet.
5101
5102 Normally, @value{GDBN} knows in advance which syscalls are valid for
5103 each OS, so you can use the @value{GDBN} command-line completion
5104 facilities (@pxref{Completion,, command completion}) to list the
5105 available choices.
5106
5107 You may also specify the system call numerically. A syscall's
5108 number is the value passed to the OS's syscall dispatcher to
5109 identify the requested service. When you specify the syscall by its
5110 name, @value{GDBN} uses its database of syscalls to convert the name
5111 into the corresponding numeric code, but using the number directly
5112 may be useful if @value{GDBN}'s database does not have the complete
5113 list of syscalls on your system (e.g., because @value{GDBN} lags
5114 behind the OS upgrades).
5115
5116 You may specify a group of related syscalls to be caught at once using
5117 the @code{group:} syntax (@code{g:} is a shorter equivalent). For
5118 instance, on some platforms @value{GDBN} allows you to catch all
5119 network related syscalls, by passing the argument @code{group:network}
5120 to @code{catch syscall}. Note that not all syscall groups are
5121 available in every system. You can use the command completion
5122 facilities (@pxref{Completion,, command completion}) to list the
5123 syscall groups available on your environment.
5124
5125 The example below illustrates how this command works if you don't provide
5126 arguments to it:
5127
5128 @smallexample
5129 (@value{GDBP}) catch syscall
5130 Catchpoint 1 (syscall)
5131 (@value{GDBP}) r
5132 Starting program: /tmp/catch-syscall
5133
5134 Catchpoint 1 (call to syscall 'close'), \
5135 0xffffe424 in __kernel_vsyscall ()
5136 (@value{GDBP}) c
5137 Continuing.
5138
5139 Catchpoint 1 (returned from syscall 'close'), \
5140 0xffffe424 in __kernel_vsyscall ()
5141 (@value{GDBP})
5142 @end smallexample
5143
5144 Here is an example of catching a system call by name:
5145
5146 @smallexample
5147 (@value{GDBP}) catch syscall chroot
5148 Catchpoint 1 (syscall 'chroot' [61])
5149 (@value{GDBP}) r
5150 Starting program: /tmp/catch-syscall
5151
5152 Catchpoint 1 (call to syscall 'chroot'), \
5153 0xffffe424 in __kernel_vsyscall ()
5154 (@value{GDBP}) c
5155 Continuing.
5156
5157 Catchpoint 1 (returned from syscall 'chroot'), \
5158 0xffffe424 in __kernel_vsyscall ()
5159 (@value{GDBP})
5160 @end smallexample
5161
5162 An example of specifying a system call numerically. In the case
5163 below, the syscall number has a corresponding entry in the XML
5164 file, so @value{GDBN} finds its name and prints it:
5165
5166 @smallexample
5167 (@value{GDBP}) catch syscall 252
5168 Catchpoint 1 (syscall(s) 'exit_group')
5169 (@value{GDBP}) r
5170 Starting program: /tmp/catch-syscall
5171
5172 Catchpoint 1 (call to syscall 'exit_group'), \
5173 0xffffe424 in __kernel_vsyscall ()
5174 (@value{GDBP}) c
5175 Continuing.
5176
5177 Program exited normally.
5178 (@value{GDBP})
5179 @end smallexample
5180
5181 Here is an example of catching a syscall group:
5182
5183 @smallexample
5184 (@value{GDBP}) catch syscall group:process
5185 Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
5186 'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
5187 'exit_group' [252] 'waitid' [284] 'unshare' [310])
5188 (@value{GDBP}) r
5189 Starting program: /tmp/catch-syscall
5190
5191 Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
5192 from /lib64/ld-linux-x86-64.so.2
5193
5194 (@value{GDBP}) c
5195 Continuing.
5196 @end smallexample
5197
5198 However, there can be situations when there is no corresponding name
5199 in XML file for that syscall number. In this case, @value{GDBN} prints
5200 a warning message saying that it was not able to find the syscall name,
5201 but the catchpoint will be set anyway. See the example below:
5202
5203 @smallexample
5204 (@value{GDBP}) catch syscall 764
5205 warning: The number '764' does not represent a known syscall.
5206 Catchpoint 2 (syscall 764)
5207 (@value{GDBP})
5208 @end smallexample
5209
5210 If you configure @value{GDBN} using the @samp{--without-expat} option,
5211 it will not be able to display syscall names. Also, if your
5212 architecture does not have an XML file describing its system calls,
5213 you will not be able to see the syscall names. It is important to
5214 notice that these two features are used for accessing the syscall
5215 name database. In either case, you will see a warning like this:
5216
5217 @smallexample
5218 (@value{GDBP}) catch syscall
5219 warning: Could not open "syscalls/i386-linux.xml"
5220 warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5221 GDB will not be able to display syscall names.
5222 Catchpoint 1 (syscall)
5223 (@value{GDBP})
5224 @end smallexample
5225
5226 Of course, the file name will change depending on your architecture and system.
5227
5228 Still using the example above, you can also try to catch a syscall by its
5229 number. In this case, you would see something like:
5230
5231 @smallexample
5232 (@value{GDBP}) catch syscall 252
5233 Catchpoint 1 (syscall(s) 252)
5234 @end smallexample
5235
5236 Again, in this case @value{GDBN} would not be able to display syscall's names.
5237
5238 @item fork
5239 @kindex catch fork
5240 A call to @code{fork}.
5241
5242 @item vfork
5243 @kindex catch vfork
5244 A call to @code{vfork}.
5245
5246 @item load @r{[}@var{regexp}@r{]}
5247 @itemx unload @r{[}@var{regexp}@r{]}
5248 @kindex catch load
5249 @kindex catch unload
5250 The loading or unloading of a shared library. If @var{regexp} is
5251 given, then the catchpoint will stop only if the regular expression
5252 matches one of the affected libraries.
5253
5254 @item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5255 @kindex catch signal
5256 The delivery of a signal.
5257
5258 With no arguments, this catchpoint will catch any signal that is not
5259 used internally by @value{GDBN}, specifically, all signals except
5260 @samp{SIGTRAP} and @samp{SIGINT}.
5261
5262 With the argument @samp{all}, all signals, including those used by
5263 @value{GDBN}, will be caught. This argument cannot be used with other
5264 signal names.
5265
5266 Otherwise, the arguments are a list of signal names as given to
5267 @code{handle} (@pxref{Signals}). Only signals specified in this list
5268 will be caught.
5269
5270 One reason that @code{catch signal} can be more useful than
5271 @code{handle} is that you can attach commands and conditions to the
5272 catchpoint.
5273
5274 When a signal is caught by a catchpoint, the signal's @code{stop} and
5275 @code{print} settings, as specified by @code{handle}, are ignored.
5276 However, whether the signal is still delivered to the inferior depends
5277 on the @code{pass} setting; this can be changed in the catchpoint's
5278 commands.
5279
5280 @end table
5281
5282 @item tcatch @var{event}
5283 @kindex tcatch
5284 Set a catchpoint that is enabled only for one stop. The catchpoint is
5285 automatically deleted after the first time the event is caught.
5286
5287 @end table
5288
5289 Use the @code{info break} command to list the current catchpoints.
5290
5291
5292 @node Delete Breaks
5293 @subsection Deleting Breakpoints
5294
5295 @cindex clearing breakpoints, watchpoints, catchpoints
5296 @cindex deleting breakpoints, watchpoints, catchpoints
5297 It is often necessary to eliminate a breakpoint, watchpoint, or
5298 catchpoint once it has done its job and you no longer want your program
5299 to stop there. This is called @dfn{deleting} the breakpoint. A
5300 breakpoint that has been deleted no longer exists; it is forgotten.
5301
5302 With the @code{clear} command you can delete breakpoints according to
5303 where they are in your program. With the @code{delete} command you can
5304 delete individual breakpoints, watchpoints, or catchpoints by specifying
5305 their breakpoint numbers.
5306
5307 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5308 automatically ignores breakpoints on the first instruction to be executed
5309 when you continue execution without changing the execution address.
5310
5311 @table @code
5312 @kindex clear
5313 @item clear
5314 Delete any breakpoints at the next instruction to be executed in the
5315 selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
5316 the innermost frame is selected, this is a good way to delete a
5317 breakpoint where your program just stopped.
5318
5319 @item clear @var{location}
5320 Delete any breakpoints set at the specified @var{location}.
5321 @xref{Specify Location}, for the various forms of @var{location}; the
5322 most useful ones are listed below:
5323
5324 @table @code
5325 @item clear @var{function}
5326 @itemx clear @var{filename}:@var{function}
5327 Delete any breakpoints set at entry to the named @var{function}.
5328
5329 @item clear @var{linenum}
5330 @itemx clear @var{filename}:@var{linenum}
5331 Delete any breakpoints set at or within the code of the specified
5332 @var{linenum} of the specified @var{filename}.
5333 @end table
5334
5335 @cindex delete breakpoints
5336 @kindex delete
5337 @kindex d @r{(@code{delete})}
5338 @item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5339 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
5340 list specified as argument. If no argument is specified, delete all
5341 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5342 confirm off}). You can abbreviate this command as @code{d}.
5343 @end table
5344
5345 @node Disabling
5346 @subsection Disabling Breakpoints
5347
5348 @cindex enable/disable a breakpoint
5349 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5350 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5351 it had been deleted, but remembers the information on the breakpoint so
5352 that you can @dfn{enable} it again later.
5353
5354 You disable and enable breakpoints, watchpoints, and catchpoints with
5355 the @code{enable} and @code{disable} commands, optionally specifying
5356 one or more breakpoint numbers as arguments. Use @code{info break} to
5357 print a list of all breakpoints, watchpoints, and catchpoints if you
5358 do not know which numbers to use.
5359
5360 Disabling and enabling a breakpoint that has multiple locations
5361 affects all of its locations.
5362
5363 A breakpoint, watchpoint, or catchpoint can have any of several
5364 different states of enablement:
5365
5366 @itemize @bullet
5367 @item
5368 Enabled. The breakpoint stops your program. A breakpoint set
5369 with the @code{break} command starts out in this state.
5370 @item
5371 Disabled. The breakpoint has no effect on your program.
5372 @item
5373 Enabled once. The breakpoint stops your program, but then becomes
5374 disabled.
5375 @item
5376 Enabled for a count. The breakpoint stops your program for the next
5377 N times, then becomes disabled.
5378 @item
5379 Enabled for deletion. The breakpoint stops your program, but
5380 immediately after it does so it is deleted permanently. A breakpoint
5381 set with the @code{tbreak} command starts out in this state.
5382 @end itemize
5383
5384 You can use the following commands to enable or disable breakpoints,
5385 watchpoints, and catchpoints:
5386
5387 @table @code
5388 @kindex disable
5389 @kindex dis @r{(@code{disable})}
5390 @item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5391 Disable the specified breakpoints---or all breakpoints, if none are
5392 listed. A disabled breakpoint has no effect but is not forgotten. All
5393 options such as ignore-counts, conditions and commands are remembered in
5394 case the breakpoint is enabled again later. You may abbreviate
5395 @code{disable} as @code{dis}.
5396
5397 @kindex enable
5398 @item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5399 Enable the specified breakpoints (or all defined breakpoints). They
5400 become effective once again in stopping your program.
5401
5402 @item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
5403 Enable the specified breakpoints temporarily. @value{GDBN} disables any
5404 of these breakpoints immediately after stopping your program.
5405
5406 @item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
5407 Enable the specified breakpoints temporarily. @value{GDBN} records
5408 @var{count} with each of the specified breakpoints, and decrements a
5409 breakpoint's count when it is hit. When any count reaches 0,
5410 @value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5411 count (@pxref{Conditions, ,Break Conditions}), that will be
5412 decremented to 0 before @var{count} is affected.
5413
5414 @item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
5415 Enable the specified breakpoints to work once, then die. @value{GDBN}
5416 deletes any of these breakpoints as soon as your program stops there.
5417 Breakpoints set by the @code{tbreak} command start out in this state.
5418 @end table
5419
5420 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5421 @c confusing: tbreak is also initially enabled.
5422 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
5423 ,Setting Breakpoints}), breakpoints that you set are initially enabled;
5424 subsequently, they become disabled or enabled only when you use one of
5425 the commands above. (The command @code{until} can set and delete a
5426 breakpoint of its own, but it does not change the state of your other
5427 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
5428 Stepping}.)
5429
5430 @node Conditions
5431 @subsection Break Conditions
5432 @cindex conditional breakpoints
5433 @cindex breakpoint conditions
5434
5435 @c FIXME what is scope of break condition expr? Context where wanted?
5436 @c in particular for a watchpoint?
5437 The simplest sort of breakpoint breaks every time your program reaches a
5438 specified place. You can also specify a @dfn{condition} for a
5439 breakpoint. A condition is just a Boolean expression in your
5440 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5441 a condition evaluates the expression each time your program reaches it,
5442 and your program stops only if the condition is @emph{true}.
5443
5444 This is the converse of using assertions for program validation; in that
5445 situation, you want to stop when the assertion is violated---that is,
5446 when the condition is false. In C, if you want to test an assertion expressed
5447 by the condition @var{assert}, you should set the condition
5448 @samp{! @var{assert}} on the appropriate breakpoint.
5449
5450 Conditions are also accepted for watchpoints; you may not need them,
5451 since a watchpoint is inspecting the value of an expression anyhow---but
5452 it might be simpler, say, to just set a watchpoint on a variable name,
5453 and specify a condition that tests whether the new value is an interesting
5454 one.
5455
5456 Break conditions can have side effects, and may even call functions in
5457 your program. This can be useful, for example, to activate functions
5458 that log program progress, or to use your own print functions to
5459 format special data structures. The effects are completely predictable
5460 unless there is another enabled breakpoint at the same address. (In
5461 that case, @value{GDBN} might see the other breakpoint first and stop your
5462 program without checking the condition of this one.) Note that
5463 breakpoint commands are usually more convenient and flexible than break
5464 conditions for the
5465 purpose of performing side effects when a breakpoint is reached
5466 (@pxref{Break Commands, ,Breakpoint Command Lists}).
5467
5468 Breakpoint conditions can also be evaluated on the target's side if
5469 the target supports it. Instead of evaluating the conditions locally,
5470 @value{GDBN} encodes the expression into an agent expression
5471 (@pxref{Agent Expressions}) suitable for execution on the target,
5472 independently of @value{GDBN}. Global variables become raw memory
5473 locations, locals become stack accesses, and so forth.
5474
5475 In this case, @value{GDBN} will only be notified of a breakpoint trigger
5476 when its condition evaluates to true. This mechanism may provide faster
5477 response times depending on the performance characteristics of the target
5478 since it does not need to keep @value{GDBN} informed about
5479 every breakpoint trigger, even those with false conditions.
5480
5481 Break conditions can be specified when a breakpoint is set, by using
5482 @samp{if} in the arguments to the @code{break} command. @xref{Set
5483 Breaks, ,Setting Breakpoints}. They can also be changed at any time
5484 with the @code{condition} command.
5485
5486 You can also use the @code{if} keyword with the @code{watch} command.
5487 The @code{catch} command does not recognize the @code{if} keyword;
5488 @code{condition} is the only way to impose a further condition on a
5489 catchpoint.
5490
5491 @table @code
5492 @kindex condition
5493 @item condition @var{bnum} @var{expression}
5494 Specify @var{expression} as the break condition for breakpoint,
5495 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5496 breakpoint @var{bnum} stops your program only if the value of
5497 @var{expression} is true (nonzero, in C). When you use
5498 @code{condition}, @value{GDBN} checks @var{expression} immediately for
5499 syntactic correctness, and to determine whether symbols in it have
5500 referents in the context of your breakpoint. If @var{expression} uses
5501 symbols not referenced in the context of the breakpoint, @value{GDBN}
5502 prints an error message:
5503
5504 @smallexample
5505 No symbol "foo" in current context.
5506 @end smallexample
5507
5508 @noindent
5509 @value{GDBN} does
5510 not actually evaluate @var{expression} at the time the @code{condition}
5511 command (or a command that sets a breakpoint with a condition, like
5512 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
5513
5514 @item condition -force @var{bnum} @var{expression}
5515 When the @code{-force} flag is used, define the condition even if
5516 @var{expression} is invalid at all the current locations of breakpoint
5517 @var{bnum}. This is similar to the @code{-force-condition} option
5518 of the @code{break} command.
5519
5520 @item condition @var{bnum}
5521 Remove the condition from breakpoint number @var{bnum}. It becomes
5522 an ordinary unconditional breakpoint.
5523 @end table
5524
5525 @cindex ignore count (of breakpoint)
5526 A special case of a breakpoint condition is to stop only when the
5527 breakpoint has been reached a certain number of times. This is so
5528 useful that there is a special way to do it, using the @dfn{ignore
5529 count} of the breakpoint. Every breakpoint has an ignore count, which
5530 is an integer. Most of the time, the ignore count is zero, and
5531 therefore has no effect. But if your program reaches a breakpoint whose
5532 ignore count is positive, then instead of stopping, it just decrements
5533 the ignore count by one and continues. As a result, if the ignore count
5534 value is @var{n}, the breakpoint does not stop the next @var{n} times
5535 your program reaches it.
5536
5537 @table @code
5538 @kindex ignore
5539 @item ignore @var{bnum} @var{count}
5540 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5541 The next @var{count} times the breakpoint is reached, your program's
5542 execution does not stop; other than to decrement the ignore count, @value{GDBN}
5543 takes no action.
5544
5545 To make the breakpoint stop the next time it is reached, specify
5546 a count of zero.
5547
5548 When you use @code{continue} to resume execution of your program from a
5549 breakpoint, you can specify an ignore count directly as an argument to
5550 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
5551 Stepping,,Continuing and Stepping}.
5552
5553 If a breakpoint has a positive ignore count and a condition, the
5554 condition is not checked. Once the ignore count reaches zero,
5555 @value{GDBN} resumes checking the condition.
5556
5557 You could achieve the effect of the ignore count with a condition such
5558 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5559 is decremented each time. @xref{Convenience Vars, ,Convenience
5560 Variables}.
5561 @end table
5562
5563 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5564
5565
5566 @node Break Commands
5567 @subsection Breakpoint Command Lists
5568
5569 @cindex breakpoint commands
5570 You can give any breakpoint (or watchpoint or catchpoint) a series of
5571 commands to execute when your program stops due to that breakpoint. For
5572 example, you might want to print the values of certain expressions, or
5573 enable other breakpoints.
5574
5575 @table @code
5576 @kindex commands
5577 @kindex end@r{ (breakpoint commands)}
5578 @item commands @r{[}@var{list}@dots{}@r{]}
5579 @itemx @dots{} @var{command-list} @dots{}
5580 @itemx end
5581 Specify a list of commands for the given breakpoints. The commands
5582 themselves appear on the following lines. Type a line containing just
5583 @code{end} to terminate the commands.
5584
5585 To remove all commands from a breakpoint, type @code{commands} and
5586 follow it immediately with @code{end}; that is, give no commands.
5587
5588 With no argument, @code{commands} refers to the last breakpoint,
5589 watchpoint, or catchpoint set (not to the breakpoint most recently
5590 encountered). If the most recent breakpoints were set with a single
5591 command, then the @code{commands} will apply to all the breakpoints
5592 set by that command. This applies to breakpoints set by
5593 @code{rbreak}, and also applies when a single @code{break} command
5594 creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5595 Expressions}).
5596 @end table
5597
5598 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5599 disabled within a @var{command-list}.
5600
5601 You can use breakpoint commands to start your program up again. Simply
5602 use the @code{continue} command, or @code{step}, or any other command
5603 that resumes execution.
5604
5605 Any other commands in the command list, after a command that resumes
5606 execution, are ignored. This is because any time you resume execution
5607 (even with a simple @code{next} or @code{step}), you may encounter
5608 another breakpoint---which could have its own command list, leading to
5609 ambiguities about which list to execute.
5610
5611 @kindex silent
5612 If the first command you specify in a command list is @code{silent}, the
5613 usual message about stopping at a breakpoint is not printed. This may
5614 be desirable for breakpoints that are to print a specific message and
5615 then continue. If none of the remaining commands print anything, you
5616 see no sign that the breakpoint was reached. @code{silent} is
5617 meaningful only at the beginning of a breakpoint command list.
5618
5619 The commands @code{echo}, @code{output}, and @code{printf} allow you to
5620 print precisely controlled output, and are often useful in silent
5621 breakpoints. @xref{Output, ,Commands for Controlled Output}.
5622
5623 For example, here is how you could use breakpoint commands to print the
5624 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5625
5626 @smallexample
5627 break foo if x>0
5628 commands
5629 silent
5630 printf "x is %d\n",x
5631 cont
5632 end
5633 @end smallexample
5634
5635 One application for breakpoint commands is to compensate for one bug so
5636 you can test for another. Put a breakpoint just after the erroneous line
5637 of code, give it a condition to detect the case in which something
5638 erroneous has been done, and give it commands to assign correct values
5639 to any variables that need them. End with the @code{continue} command
5640 so that your program does not stop, and start with the @code{silent}
5641 command so that no output is produced. Here is an example:
5642
5643 @smallexample
5644 break 403
5645 commands
5646 silent
5647 set x = y + 4
5648 cont
5649 end
5650 @end smallexample
5651
5652 @node Dynamic Printf
5653 @subsection Dynamic Printf
5654
5655 @cindex dynamic printf
5656 @cindex dprintf
5657 The dynamic printf command @code{dprintf} combines a breakpoint with
5658 formatted printing of your program's data to give you the effect of
5659 inserting @code{printf} calls into your program on-the-fly, without
5660 having to recompile it.
5661
5662 In its most basic form, the output goes to the GDB console. However,
5663 you can set the variable @code{dprintf-style} for alternate handling.
5664 For instance, you can ask to format the output by calling your
5665 program's @code{printf} function. This has the advantage that the
5666 characters go to the program's output device, so they can recorded in
5667 redirects to files and so forth.
5668
5669 If you are doing remote debugging with a stub or agent, you can also
5670 ask to have the printf handled by the remote agent. In addition to
5671 ensuring that the output goes to the remote program's device along
5672 with any other output the program might produce, you can also ask that
5673 the dprintf remain active even after disconnecting from the remote
5674 target. Using the stub/agent is also more efficient, as it can do
5675 everything without needing to communicate with @value{GDBN}.
5676
5677 @table @code
5678 @kindex dprintf
5679 @item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5680 Whenever execution reaches @var{location}, print the values of one or
5681 more @var{expressions} under the control of the string @var{template}.
5682 To print several values, separate them with commas.
5683
5684 @item set dprintf-style @var{style}
5685 Set the dprintf output to be handled in one of several different
5686 styles enumerated below. A change of style affects all existing
5687 dynamic printfs immediately. (If you need individual control over the
5688 print commands, simply define normal breakpoints with
5689 explicitly-supplied command lists.)
5690
5691 @table @code
5692 @item gdb
5693 @kindex dprintf-style gdb
5694 Handle the output using the @value{GDBN} @code{printf} command.
5695
5696 @item call
5697 @kindex dprintf-style call
5698 Handle the output by calling a function in your program (normally
5699 @code{printf}).
5700
5701 @item agent
5702 @kindex dprintf-style agent
5703 Have the remote debugging agent (such as @code{gdbserver}) handle
5704 the output itself. This style is only available for agents that
5705 support running commands on the target.
5706 @end table
5707
5708 @item set dprintf-function @var{function}
5709 Set the function to call if the dprintf style is @code{call}. By
5710 default its value is @code{printf}. You may set it to any expression.
5711 that @value{GDBN} can evaluate to a function, as per the @code{call}
5712 command.
5713
5714 @item set dprintf-channel @var{channel}
5715 Set a ``channel'' for dprintf. If set to a non-empty value,
5716 @value{GDBN} will evaluate it as an expression and pass the result as
5717 a first argument to the @code{dprintf-function}, in the manner of
5718 @code{fprintf} and similar functions. Otherwise, the dprintf format
5719 string will be the first argument, in the manner of @code{printf}.
5720
5721 As an example, if you wanted @code{dprintf} output to go to a logfile
5722 that is a standard I/O stream assigned to the variable @code{mylog},
5723 you could do the following:
5724
5725 @example
5726 (gdb) set dprintf-style call
5727 (gdb) set dprintf-function fprintf
5728 (gdb) set dprintf-channel mylog
5729 (gdb) dprintf 25,"at line 25, glob=%d\n",glob
5730 Dprintf 1 at 0x123456: file main.c, line 25.
5731 (gdb) info break
5732 1 dprintf keep y 0x00123456 in main at main.c:25
5733 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5734 continue
5735 (gdb)
5736 @end example
5737
5738 Note that the @code{info break} displays the dynamic printf commands
5739 as normal breakpoint commands; you can thus easily see the effect of
5740 the variable settings.
5741
5742 @item set disconnected-dprintf on
5743 @itemx set disconnected-dprintf off
5744 @kindex set disconnected-dprintf
5745 Choose whether @code{dprintf} commands should continue to run if
5746 @value{GDBN} has disconnected from the target. This only applies
5747 if the @code{dprintf-style} is @code{agent}.
5748
5749 @item show disconnected-dprintf off
5750 @kindex show disconnected-dprintf
5751 Show the current choice for disconnected @code{dprintf}.
5752
5753 @end table
5754
5755 @value{GDBN} does not check the validity of function and channel,
5756 relying on you to supply values that are meaningful for the contexts
5757 in which they are being used. For instance, the function and channel
5758 may be the values of local variables, but if that is the case, then
5759 all enabled dynamic prints must be at locations within the scope of
5760 those locals. If evaluation fails, @value{GDBN} will report an error.
5761
5762 @node Save Breakpoints
5763 @subsection How to save breakpoints to a file
5764
5765 To save breakpoint definitions to a file use the @w{@code{save
5766 breakpoints}} command.
5767
5768 @table @code
5769 @kindex save breakpoints
5770 @cindex save breakpoints to a file for future sessions
5771 @item save breakpoints [@var{filename}]
5772 This command saves all current breakpoint definitions together with
5773 their commands and ignore counts, into a file @file{@var{filename}}
5774 suitable for use in a later debugging session. This includes all
5775 types of breakpoints (breakpoints, watchpoints, catchpoints,
5776 tracepoints). To read the saved breakpoint definitions, use the
5777 @code{source} command (@pxref{Command Files}). Note that watchpoints
5778 with expressions involving local variables may fail to be recreated
5779 because it may not be possible to access the context where the
5780 watchpoint is valid anymore. Because the saved breakpoint definitions
5781 are simply a sequence of @value{GDBN} commands that recreate the
5782 breakpoints, you can edit the file in your favorite editing program,
5783 and remove the breakpoint definitions you're not interested in, or
5784 that can no longer be recreated.
5785 @end table
5786
5787 @node Static Probe Points
5788 @subsection Static Probe Points
5789
5790 @cindex static probe point, SystemTap
5791 @cindex static probe point, DTrace
5792 @value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5793 for Statically Defined Tracing, and the probes are designed to have a tiny
5794 runtime code and data footprint, and no dynamic relocations.
5795
5796 Currently, the following types of probes are supported on
5797 ELF-compatible systems:
5798
5799 @itemize @bullet
5800
5801 @item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5802 @acronym{SDT} probes@footnote{See
5803 @uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
5804 for more information on how to add @code{SystemTap} @acronym{SDT}
5805 probes in your applications.}. @code{SystemTap} probes are usable
5806 from assembly, C and C@t{++} languages@footnote{See
5807 @uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5808 for a good reference on how the @acronym{SDT} probes are implemented.}.
5809
5810 @item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5811 @acronym{USDT} probes. @code{DTrace} probes are usable from C and
5812 C@t{++} languages.
5813 @end itemize
5814
5815 @cindex semaphores on static probe points
5816 Some @code{SystemTap} probes have an associated semaphore variable;
5817 for instance, this happens automatically if you defined your probe
5818 using a DTrace-style @file{.d} file. If your probe has a semaphore,
5819 @value{GDBN} will automatically enable it when you specify a
5820 breakpoint using the @samp{-probe-stap} notation. But, if you put a
5821 breakpoint at a probe's location by some other method (e.g.,
5822 @code{break file:line}), then @value{GDBN} will not automatically set
5823 the semaphore. @code{DTrace} probes do not support semaphores.
5824
5825 You can examine the available static static probes using @code{info
5826 probes}, with optional arguments:
5827
5828 @table @code
5829 @kindex info probes
5830 @item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5831 If given, @var{type} is either @code{stap} for listing
5832 @code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5833 probes. If omitted all probes are listed regardless of their types.
5834
5835 If given, @var{provider} is a regular expression used to match against provider
5836 names when selecting which probes to list. If omitted, probes by all
5837 probes from all providers are listed.
5838
5839 If given, @var{name} is a regular expression to match against probe names
5840 when selecting which probes to list. If omitted, probe names are not
5841 considered when deciding whether to display them.
5842
5843 If given, @var{objfile} is a regular expression used to select which
5844 object files (executable or shared libraries) to examine. If not
5845 given, all object files are considered.
5846
5847 @item info probes all
5848 List the available static probes, from all types.
5849 @end table
5850
5851 @cindex enabling and disabling probes
5852 Some probe points can be enabled and/or disabled. The effect of
5853 enabling or disabling a probe depends on the type of probe being
5854 handled. Some @code{DTrace} probes can be enabled or
5855 disabled, but @code{SystemTap} probes cannot be disabled.
5856
5857 You can enable (or disable) one or more probes using the following
5858 commands, with optional arguments:
5859
5860 @table @code
5861 @kindex enable probes
5862 @item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5863 If given, @var{provider} is a regular expression used to match against
5864 provider names when selecting which probes to enable. If omitted,
5865 all probes from all providers are enabled.
5866
5867 If given, @var{name} is a regular expression to match against probe
5868 names when selecting which probes to enable. If omitted, probe names
5869 are not considered when deciding whether to enable them.
5870
5871 If given, @var{objfile} is a regular expression used to select which
5872 object files (executable or shared libraries) to examine. If not
5873 given, all object files are considered.
5874
5875 @kindex disable probes
5876 @item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5877 See the @code{enable probes} command above for a description of the
5878 optional arguments accepted by this command.
5879 @end table
5880
5881 @vindex $_probe_arg@r{, convenience variable}
5882 A probe may specify up to twelve arguments. These are available at the
5883 point at which the probe is defined---that is, when the current PC is
5884 at the probe's location. The arguments are available using the
5885 convenience variables (@pxref{Convenience Vars})
5886 @code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5887 probes each probe argument is an integer of the appropriate size;
5888 types are not preserved. In @code{DTrace} probes types are preserved
5889 provided that they are recognized as such by @value{GDBN}; otherwise
5890 the value of the probe argument will be a long integer. The
5891 convenience variable @code{$_probe_argc} holds the number of arguments
5892 at the current probe point.
5893
5894 These variables are always available, but attempts to access them at
5895 any location other than a probe point will cause @value{GDBN} to give
5896 an error message.
5897
5898
5899 @c @ifclear BARETARGET
5900 @node Error in Breakpoints
5901 @subsection ``Cannot insert breakpoints''
5902
5903 If you request too many active hardware-assisted breakpoints and
5904 watchpoints, you will see this error message:
5905
5906 @c FIXME: the precise wording of this message may change; the relevant
5907 @c source change is not committed yet (Sep 3, 1999).
5908 @smallexample
5909 Stopped; cannot insert breakpoints.
5910 You may have requested too many hardware breakpoints and watchpoints.
5911 @end smallexample
5912
5913 @noindent
5914 This message is printed when you attempt to resume the program, since
5915 only then @value{GDBN} knows exactly how many hardware breakpoints and
5916 watchpoints it needs to insert.
5917
5918 When this message is printed, you need to disable or remove some of the
5919 hardware-assisted breakpoints and watchpoints, and then continue.
5920
5921 @node Breakpoint-related Warnings
5922 @subsection ``Breakpoint address adjusted...''
5923 @cindex breakpoint address adjusted
5924
5925 Some processor architectures place constraints on the addresses at
5926 which breakpoints may be placed. For architectures thus constrained,
5927 @value{GDBN} will attempt to adjust the breakpoint's address to comply
5928 with the constraints dictated by the architecture.
5929
5930 One example of such an architecture is the Fujitsu FR-V. The FR-V is
5931 a VLIW architecture in which a number of RISC-like instructions may be
5932 bundled together for parallel execution. The FR-V architecture
5933 constrains the location of a breakpoint instruction within such a
5934 bundle to the instruction with the lowest address. @value{GDBN}
5935 honors this constraint by adjusting a breakpoint's address to the
5936 first in the bundle.
5937
5938 It is not uncommon for optimized code to have bundles which contain
5939 instructions from different source statements, thus it may happen that
5940 a breakpoint's address will be adjusted from one source statement to
5941 another. Since this adjustment may significantly alter @value{GDBN}'s
5942 breakpoint related behavior from what the user expects, a warning is
5943 printed when the breakpoint is first set and also when the breakpoint
5944 is hit.
5945
5946 A warning like the one below is printed when setting a breakpoint
5947 that's been subject to address adjustment:
5948
5949 @smallexample
5950 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5951 @end smallexample
5952
5953 Such warnings are printed both for user settable and @value{GDBN}'s
5954 internal breakpoints. If you see one of these warnings, you should
5955 verify that a breakpoint set at the adjusted address will have the
5956 desired affect. If not, the breakpoint in question may be removed and
5957 other breakpoints may be set which will have the desired behavior.
5958 E.g., it may be sufficient to place the breakpoint at a later
5959 instruction. A conditional breakpoint may also be useful in some
5960 cases to prevent the breakpoint from triggering too often.
5961
5962 @value{GDBN} will also issue a warning when stopping at one of these
5963 adjusted breakpoints:
5964
5965 @smallexample
5966 warning: Breakpoint 1 address previously adjusted from 0x00010414
5967 to 0x00010410.
5968 @end smallexample
5969
5970 When this warning is encountered, it may be too late to take remedial
5971 action except in cases where the breakpoint is hit earlier or more
5972 frequently than expected.
5973
5974 @node Continuing and Stepping
5975 @section Continuing and Stepping
5976
5977 @cindex stepping
5978 @cindex continuing
5979 @cindex resuming execution
5980 @dfn{Continuing} means resuming program execution until your program
5981 completes normally. In contrast, @dfn{stepping} means executing just
5982 one more ``step'' of your program, where ``step'' may mean either one
5983 line of source code, or one machine instruction (depending on what
5984 particular command you use). Either when continuing or when stepping,
5985 your program may stop even sooner, due to a breakpoint or a signal. (If
5986 it stops due to a signal, you may want to use @code{handle}, or use
5987 @samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5988 or you may step into the signal's handler (@pxref{stepping and signal
5989 handlers}).)
5990
5991 @table @code
5992 @kindex continue
5993 @kindex c @r{(@code{continue})}
5994 @kindex fg @r{(resume foreground execution)}
5995 @item continue @r{[}@var{ignore-count}@r{]}
5996 @itemx c @r{[}@var{ignore-count}@r{]}
5997 @itemx fg @r{[}@var{ignore-count}@r{]}
5998 Resume program execution, at the address where your program last stopped;
5999 any breakpoints set at that address are bypassed. The optional argument
6000 @var{ignore-count} allows you to specify a further number of times to
6001 ignore a breakpoint at this location; its effect is like that of
6002 @code{ignore} (@pxref{Conditions, ,Break Conditions}).
6003
6004 The argument @var{ignore-count} is meaningful only when your program
6005 stopped due to a breakpoint. At other times, the argument to
6006 @code{continue} is ignored.
6007
6008 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
6009 debugged program is deemed to be the foreground program) are provided
6010 purely for convenience, and have exactly the same behavior as
6011 @code{continue}.
6012 @end table
6013
6014 To resume execution at a different place, you can use @code{return}
6015 (@pxref{Returning, ,Returning from a Function}) to go back to the
6016 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
6017 Different Address}) to go to an arbitrary location in your program.
6018
6019 A typical technique for using stepping is to set a breakpoint
6020 (@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
6021 beginning of the function or the section of your program where a problem
6022 is believed to lie, run your program until it stops at that breakpoint,
6023 and then step through the suspect area, examining the variables that are
6024 interesting, until you see the problem happen.
6025
6026 @table @code
6027 @kindex step
6028 @kindex s @r{(@code{step})}
6029 @item step
6030 Continue running your program until control reaches a different source
6031 line, then stop it and return control to @value{GDBN}. This command is
6032 abbreviated @code{s}.
6033
6034 @quotation
6035 @c "without debugging information" is imprecise; actually "without line
6036 @c numbers in the debugging information". (gcc -g1 has debugging info but
6037 @c not line numbers). But it seems complex to try to make that
6038 @c distinction here.
6039 @emph{Warning:} If you use the @code{step} command while control is
6040 within a function that was compiled without debugging information,
6041 execution proceeds until control reaches a function that does have
6042 debugging information. Likewise, it will not step into a function which
6043 is compiled without debugging information. To step through functions
6044 without debugging information, use the @code{stepi} command, described
6045 below.
6046 @end quotation
6047
6048 The @code{step} command only stops at the first instruction of a source
6049 line. This prevents the multiple stops that could otherwise occur in
6050 @code{switch} statements, @code{for} loops, etc. @code{step} continues
6051 to stop if a function that has debugging information is called within
6052 the line. In other words, @code{step} @emph{steps inside} any functions
6053 called within the line.
6054
6055 Also, the @code{step} command only enters a function if there is line
6056 number information for the function. Otherwise it acts like the
6057 @code{next} command. This avoids problems when using @code{cc -gl}
6058 on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
6059 was any debugging information about the routine.
6060
6061 @item step @var{count}
6062 Continue running as in @code{step}, but do so @var{count} times. If a
6063 breakpoint is reached, or a signal not related to stepping occurs before
6064 @var{count} steps, stepping stops right away.
6065
6066 @kindex next
6067 @kindex n @r{(@code{next})}
6068 @item next @r{[}@var{count}@r{]}
6069 Continue to the next source line in the current (innermost) stack frame.
6070 This is similar to @code{step}, but function calls that appear within
6071 the line of code are executed without stopping. Execution stops when
6072 control reaches a different line of code at the original stack level
6073 that was executing when you gave the @code{next} command. This command
6074 is abbreviated @code{n}.
6075
6076 An argument @var{count} is a repeat count, as for @code{step}.
6077
6078
6079 @c FIX ME!! Do we delete this, or is there a way it fits in with
6080 @c the following paragraph? --- Vctoria
6081 @c
6082 @c @code{next} within a function that lacks debugging information acts like
6083 @c @code{step}, but any function calls appearing within the code of the
6084 @c function are executed without stopping.
6085
6086 The @code{next} command only stops at the first instruction of a
6087 source line. This prevents multiple stops that could otherwise occur in
6088 @code{switch} statements, @code{for} loops, etc.
6089
6090 @kindex set step-mode
6091 @item set step-mode
6092 @cindex functions without line info, and stepping
6093 @cindex stepping into functions with no line info
6094 @itemx set step-mode on
6095 The @code{set step-mode on} command causes the @code{step} command to
6096 stop at the first instruction of a function which contains no debug line
6097 information rather than stepping over it.
6098
6099 This is useful in cases where you may be interested in inspecting the
6100 machine instructions of a function which has no symbolic info and do not
6101 want @value{GDBN} to automatically skip over this function.
6102
6103 @item set step-mode off
6104 Causes the @code{step} command to step over any functions which contains no
6105 debug information. This is the default.
6106
6107 @item show step-mode
6108 Show whether @value{GDBN} will stop in or step over functions without
6109 source line debug information.
6110
6111 @kindex finish
6112 @kindex fin @r{(@code{finish})}
6113 @item finish
6114 Continue running until just after function in the selected stack frame
6115 returns. Print the returned value (if any). This command can be
6116 abbreviated as @code{fin}.
6117
6118 Contrast this with the @code{return} command (@pxref{Returning,
6119 ,Returning from a Function}).
6120
6121 @kindex set print finish
6122 @kindex show print finish
6123 @item set print finish @r{[}on|off@r{]}
6124 @itemx show print finish
6125 By default the @code{finish} command will show the value that is
6126 returned by the function. This can be disabled using @code{set print
6127 finish off}. When disabled, the value is still entered into the value
6128 history (@pxref{Value History}), but not displayed.
6129
6130 @kindex until
6131 @kindex u @r{(@code{until})}
6132 @cindex run until specified location
6133 @item until
6134 @itemx u
6135 Continue running until a source line past the current line, in the
6136 current stack frame, is reached. This command is used to avoid single
6137 stepping through a loop more than once. It is like the @code{next}
6138 command, except that when @code{until} encounters a jump, it
6139 automatically continues execution until the program counter is greater
6140 than the address of the jump.
6141
6142 This means that when you reach the end of a loop after single stepping
6143 though it, @code{until} makes your program continue execution until it
6144 exits the loop. In contrast, a @code{next} command at the end of a loop
6145 simply steps back to the beginning of the loop, which forces you to step
6146 through the next iteration.
6147
6148 @code{until} always stops your program if it attempts to exit the current
6149 stack frame.
6150
6151 @code{until} may produce somewhat counterintuitive results if the order
6152 of machine code does not match the order of the source lines. For
6153 example, in the following excerpt from a debugging session, the @code{f}
6154 (@code{frame}) command shows that execution is stopped at line
6155 @code{206}; yet when we use @code{until}, we get to line @code{195}:
6156
6157 @smallexample
6158 (@value{GDBP}) f
6159 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
6160 206 expand_input();
6161 (@value{GDBP}) until
6162 195 for ( ; argc > 0; NEXTARG) @{
6163 @end smallexample
6164
6165 This happened because, for execution efficiency, the compiler had
6166 generated code for the loop closure test at the end, rather than the
6167 start, of the loop---even though the test in a C @code{for}-loop is
6168 written before the body of the loop. The @code{until} command appeared
6169 to step back to the beginning of the loop when it advanced to this
6170 expression; however, it has not really gone to an earlier
6171 statement---not in terms of the actual machine code.
6172
6173 @code{until} with no argument works by means of single
6174 instruction stepping, and hence is slower than @code{until} with an
6175 argument.
6176
6177 @item until @var{location}
6178 @itemx u @var{location}
6179 Continue running your program until either the specified @var{location} is
6180 reached, or the current stack frame returns. The location is any of
6181 the forms described in @ref{Specify Location}.
6182 This form of the command uses temporary breakpoints, and
6183 hence is quicker than @code{until} without an argument. The specified
6184 location is actually reached only if it is in the current frame. This
6185 implies that @code{until} can be used to skip over recursive function
6186 invocations. For instance in the code below, if the current location is
6187 line @code{96}, issuing @code{until 99} will execute the program up to
6188 line @code{99} in the same invocation of factorial, i.e., after the inner
6189 invocations have returned.
6190
6191 @smallexample
6192 94 int factorial (int value)
6193 95 @{
6194 96 if (value > 1) @{
6195 97 value *= factorial (value - 1);
6196 98 @}
6197 99 return (value);
6198 100 @}
6199 @end smallexample
6200
6201
6202 @kindex advance @var{location}
6203 @item advance @var{location}
6204 Continue running the program up to the given @var{location}. An argument is
6205 required, which should be of one of the forms described in
6206 @ref{Specify Location}.
6207 Execution will also stop upon exit from the current stack
6208 frame. This command is similar to @code{until}, but @code{advance} will
6209 not skip over recursive function calls, and the target location doesn't
6210 have to be in the same frame as the current one.
6211
6212
6213 @kindex stepi
6214 @kindex si @r{(@code{stepi})}
6215 @item stepi
6216 @itemx stepi @var{arg}
6217 @itemx si
6218 Execute one machine instruction, then stop and return to the debugger.
6219
6220 It is often useful to do @samp{display/i $pc} when stepping by machine
6221 instructions. This makes @value{GDBN} automatically display the next
6222 instruction to be executed, each time your program stops. @xref{Auto
6223 Display,, Automatic Display}.
6224
6225 An argument is a repeat count, as in @code{step}.
6226
6227 @need 750
6228 @kindex nexti
6229 @kindex ni @r{(@code{nexti})}
6230 @item nexti
6231 @itemx nexti @var{arg}
6232 @itemx ni
6233 Execute one machine instruction, but if it is a function call,
6234 proceed until the function returns.
6235
6236 An argument is a repeat count, as in @code{next}.
6237
6238 @end table
6239
6240 @anchor{range stepping}
6241 @cindex range stepping
6242 @cindex target-assisted range stepping
6243 By default, and if available, @value{GDBN} makes use of
6244 target-assisted @dfn{range stepping}. In other words, whenever you
6245 use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6246 tells the target to step the corresponding range of instruction
6247 addresses instead of issuing multiple single-steps. This speeds up
6248 line stepping, particularly for remote targets. Ideally, there should
6249 be no reason you would want to turn range stepping off. However, it's
6250 possible that a bug in the debug info, a bug in the remote stub (for
6251 remote targets), or even a bug in @value{GDBN} could make line
6252 stepping behave incorrectly when target-assisted range stepping is
6253 enabled. You can use the following command to turn off range stepping
6254 if necessary:
6255
6256 @table @code
6257 @kindex set range-stepping
6258 @kindex show range-stepping
6259 @item set range-stepping
6260 @itemx show range-stepping
6261 Control whether range stepping is enabled.
6262
6263 If @code{on}, and the target supports it, @value{GDBN} tells the
6264 target to step a range of addresses itself, instead of issuing
6265 multiple single-steps. If @code{off}, @value{GDBN} always issues
6266 single-steps, even if range stepping is supported by the target. The
6267 default is @code{on}.
6268
6269 @end table
6270
6271 @node Skipping Over Functions and Files
6272 @section Skipping Over Functions and Files
6273 @cindex skipping over functions and files
6274
6275 The program you are debugging may contain some functions which are
6276 uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
6277 skip a function, all functions in a file or a particular function in
6278 a particular file when stepping.
6279
6280 For example, consider the following C function:
6281
6282 @smallexample
6283 101 int func()
6284 102 @{
6285 103 foo(boring());
6286 104 bar(boring());
6287 105 @}
6288 @end smallexample
6289
6290 @noindent
6291 Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6292 are not interested in stepping through @code{boring}. If you run @code{step}
6293 at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6294 step over both @code{foo} and @code{boring}!
6295
6296 One solution is to @code{step} into @code{boring} and use the @code{finish}
6297 command to immediately exit it. But this can become tedious if @code{boring}
6298 is called from many places.
6299
6300 A more flexible solution is to execute @kbd{skip boring}. This instructs
6301 @value{GDBN} never to step into @code{boring}. Now when you execute
6302 @code{step} at line 103, you'll step over @code{boring} and directly into
6303 @code{foo}.
6304
6305 Functions may be skipped by providing either a function name, linespec
6306 (@pxref{Specify Location}), regular expression that matches the function's
6307 name, file name or a @code{glob}-style pattern that matches the file name.
6308
6309 On Posix systems the form of the regular expression is
6310 ``Extended Regular Expressions''. See for example @samp{man 7 regex}
6311 on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6312 expression is whatever is provided by the @code{regcomp} function of
6313 the underlying system.
6314 See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6315 description of @code{glob}-style patterns.
6316
6317 @table @code
6318 @kindex skip
6319 @item skip @r{[}@var{options}@r{]}
6320 The basic form of the @code{skip} command takes zero or more options
6321 that specify what to skip.
6322 The @var{options} argument is any useful combination of the following:
6323
6324 @table @code
6325 @item -file @var{file}
6326 @itemx -fi @var{file}
6327 Functions in @var{file} will be skipped over when stepping.
6328
6329 @item -gfile @var{file-glob-pattern}
6330 @itemx -gfi @var{file-glob-pattern}
6331 @cindex skipping over files via glob-style patterns
6332 Functions in files matching @var{file-glob-pattern} will be skipped
6333 over when stepping.
6334
6335 @smallexample
6336 (gdb) skip -gfi utils/*.c
6337 @end smallexample
6338
6339 @item -function @var{linespec}
6340 @itemx -fu @var{linespec}
6341 Functions named by @var{linespec} or the function containing the line
6342 named by @var{linespec} will be skipped over when stepping.
6343 @xref{Specify Location}.
6344
6345 @item -rfunction @var{regexp}
6346 @itemx -rfu @var{regexp}
6347 @cindex skipping over functions via regular expressions
6348 Functions whose name matches @var{regexp} will be skipped over when stepping.
6349
6350 This form is useful for complex function names.
6351 For example, there is generally no need to step into C@t{++} @code{std::string}
6352 constructors or destructors. Plus with C@t{++} templates it can be hard to
6353 write out the full name of the function, and often it doesn't matter what
6354 the template arguments are. Specifying the function to be skipped as a
6355 regular expression makes this easier.
6356
6357 @smallexample
6358 (gdb) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6359 @end smallexample
6360
6361 If you want to skip every templated C@t{++} constructor and destructor
6362 in the @code{std} namespace you can do:
6363
6364 @smallexample
6365 (gdb) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6366 @end smallexample
6367 @end table
6368
6369 If no options are specified, the function you're currently debugging
6370 will be skipped.
6371
6372 @kindex skip function
6373 @item skip function @r{[}@var{linespec}@r{]}
6374 After running this command, the function named by @var{linespec} or the
6375 function containing the line named by @var{linespec} will be skipped over when
6376 stepping. @xref{Specify Location}.
6377
6378 If you do not specify @var{linespec}, the function you're currently debugging
6379 will be skipped.
6380
6381 (If you have a function called @code{file} that you want to skip, use
6382 @kbd{skip function file}.)
6383
6384 @kindex skip file
6385 @item skip file @r{[}@var{filename}@r{]}
6386 After running this command, any function whose source lives in @var{filename}
6387 will be skipped over when stepping.
6388
6389 @smallexample
6390 (gdb) skip file boring.c
6391 File boring.c will be skipped when stepping.
6392 @end smallexample
6393
6394 If you do not specify @var{filename}, functions whose source lives in the file
6395 you're currently debugging will be skipped.
6396 @end table
6397
6398 Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6399 These are the commands for managing your list of skips:
6400
6401 @table @code
6402 @kindex info skip
6403 @item info skip @r{[}@var{range}@r{]}
6404 Print details about the specified skip(s). If @var{range} is not specified,
6405 print a table with details about all functions and files marked for skipping.
6406 @code{info skip} prints the following information about each skip:
6407
6408 @table @emph
6409 @item Identifier
6410 A number identifying this skip.
6411 @item Enabled or Disabled
6412 Enabled skips are marked with @samp{y}.
6413 Disabled skips are marked with @samp{n}.
6414 @item Glob
6415 If the file name is a @samp{glob} pattern this is @samp{y}.
6416 Otherwise it is @samp{n}.
6417 @item File
6418 The name or @samp{glob} pattern of the file to be skipped.
6419 If no file is specified this is @samp{<none>}.
6420 @item RE
6421 If the function name is a @samp{regular expression} this is @samp{y}.
6422 Otherwise it is @samp{n}.
6423 @item Function
6424 The name or regular expression of the function to skip.
6425 If no function is specified this is @samp{<none>}.
6426 @end table
6427
6428 @kindex skip delete
6429 @item skip delete @r{[}@var{range}@r{]}
6430 Delete the specified skip(s). If @var{range} is not specified, delete all
6431 skips.
6432
6433 @kindex skip enable
6434 @item skip enable @r{[}@var{range}@r{]}
6435 Enable the specified skip(s). If @var{range} is not specified, enable all
6436 skips.
6437
6438 @kindex skip disable
6439 @item skip disable @r{[}@var{range}@r{]}
6440 Disable the specified skip(s). If @var{range} is not specified, disable all
6441 skips.
6442
6443 @kindex set debug skip
6444 @item set debug skip @r{[}on|off@r{]}
6445 Set whether to print the debug output about skipping files and functions.
6446
6447 @kindex show debug skip
6448 @item show debug skip
6449 Show whether the debug output about skipping files and functions is printed.
6450
6451 @end table
6452
6453 @node Signals
6454 @section Signals
6455 @cindex signals
6456
6457 A signal is an asynchronous event that can happen in a program. The
6458 operating system defines the possible kinds of signals, and gives each
6459 kind a name and a number. For example, in Unix @code{SIGINT} is the
6460 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
6461 @code{SIGSEGV} is the signal a program gets from referencing a place in
6462 memory far away from all the areas in use; @code{SIGALRM} occurs when
6463 the alarm clock timer goes off (which happens only if your program has
6464 requested an alarm).
6465
6466 @cindex fatal signals
6467 Some signals, including @code{SIGALRM}, are a normal part of the
6468 functioning of your program. Others, such as @code{SIGSEGV}, indicate
6469 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
6470 program has not specified in advance some other way to handle the signal.
6471 @code{SIGINT} does not indicate an error in your program, but it is normally
6472 fatal so it can carry out the purpose of the interrupt: to kill the program.
6473
6474 @value{GDBN} has the ability to detect any occurrence of a signal in your
6475 program. You can tell @value{GDBN} in advance what to do for each kind of
6476 signal.
6477
6478 @cindex handling signals
6479 Normally, @value{GDBN} is set up to let the non-erroneous signals like
6480 @code{SIGALRM} be silently passed to your program
6481 (so as not to interfere with their role in the program's functioning)
6482 but to stop your program immediately whenever an error signal happens.
6483 You can change these settings with the @code{handle} command.
6484
6485 @table @code
6486 @kindex info signals
6487 @kindex info handle
6488 @item info signals
6489 @itemx info handle
6490 Print a table of all the kinds of signals and how @value{GDBN} has been told to
6491 handle each one. You can use this to see the signal numbers of all
6492 the defined types of signals.
6493
6494 @item info signals @var{sig}
6495 Similar, but print information only about the specified signal number.
6496
6497 @code{info handle} is an alias for @code{info signals}.
6498
6499 @item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6500 Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6501 for details about this command.
6502
6503 @kindex handle
6504 @item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
6505 Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
6506 can be the number of a signal or its name (with or without the
6507 @samp{SIG} at the beginning); a list of signal numbers of the form
6508 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
6509 known signals. Optional arguments @var{keywords}, described below,
6510 say what change to make.
6511 @end table
6512
6513 @c @group
6514 The keywords allowed by the @code{handle} command can be abbreviated.
6515 Their full names are:
6516
6517 @table @code
6518 @item nostop
6519 @value{GDBN} should not stop your program when this signal happens. It may
6520 still print a message telling you that the signal has come in.
6521
6522 @item stop
6523 @value{GDBN} should stop your program when this signal happens. This implies
6524 the @code{print} keyword as well.
6525
6526 @item print
6527 @value{GDBN} should print a message when this signal happens.
6528
6529 @item noprint
6530 @value{GDBN} should not mention the occurrence of the signal at all. This
6531 implies the @code{nostop} keyword as well.
6532
6533 @item pass
6534 @itemx noignore
6535 @value{GDBN} should allow your program to see this signal; your program
6536 can handle the signal, or else it may terminate if the signal is fatal
6537 and not handled. @code{pass} and @code{noignore} are synonyms.
6538
6539 @item nopass
6540 @itemx ignore
6541 @value{GDBN} should not allow your program to see this signal.
6542 @code{nopass} and @code{ignore} are synonyms.
6543 @end table
6544 @c @end group
6545
6546 When a signal stops your program, the signal is not visible to the
6547 program until you
6548 continue. Your program sees the signal then, if @code{pass} is in
6549 effect for the signal in question @emph{at that time}. In other words,
6550 after @value{GDBN} reports a signal, you can use the @code{handle}
6551 command with @code{pass} or @code{nopass} to control whether your
6552 program sees that signal when you continue.
6553
6554 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6555 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6556 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6557 erroneous signals.
6558
6559 You can also use the @code{signal} command to prevent your program from
6560 seeing a signal, or cause it to see a signal it normally would not see,
6561 or to give it any signal at any time. For example, if your program stopped
6562 due to some sort of memory reference error, you might store correct
6563 values into the erroneous variables and continue, hoping to see more
6564 execution; but your program would probably terminate immediately as
6565 a result of the fatal signal once it saw the signal. To prevent this,
6566 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
6567 Program a Signal}.
6568
6569 @cindex stepping and signal handlers
6570 @anchor{stepping and signal handlers}
6571
6572 @value{GDBN} optimizes for stepping the mainline code. If a signal
6573 that has @code{handle nostop} and @code{handle pass} set arrives while
6574 a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6575 in progress, @value{GDBN} lets the signal handler run and then resumes
6576 stepping the mainline code once the signal handler returns. In other
6577 words, @value{GDBN} steps over the signal handler. This prevents
6578 signals that you've specified as not interesting (with @code{handle
6579 nostop}) from changing the focus of debugging unexpectedly. Note that
6580 the signal handler itself may still hit a breakpoint, stop for another
6581 signal that has @code{handle stop} in effect, or for any other event
6582 that normally results in stopping the stepping command sooner. Also
6583 note that @value{GDBN} still informs you that the program received a
6584 signal if @code{handle print} is set.
6585
6586 @anchor{stepping into signal handlers}
6587
6588 If you set @code{handle pass} for a signal, and your program sets up a
6589 handler for it, then issuing a stepping command, such as @code{step}
6590 or @code{stepi}, when your program is stopped due to the signal will
6591 step @emph{into} the signal handler (if the target supports that).
6592
6593 Likewise, if you use the @code{queue-signal} command to queue a signal
6594 to be delivered to the current thread when execution of the thread
6595 resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6596 stepping command will step into the signal handler.
6597
6598 Here's an example, using @code{stepi} to step to the first instruction
6599 of @code{SIGUSR1}'s handler:
6600
6601 @smallexample
6602 (@value{GDBP}) handle SIGUSR1
6603 Signal Stop Print Pass to program Description
6604 SIGUSR1 Yes Yes Yes User defined signal 1
6605 (@value{GDBP}) c
6606 Continuing.
6607
6608 Program received signal SIGUSR1, User defined signal 1.
6609 main () sigusr1.c:28
6610 28 p = 0;
6611 (@value{GDBP}) si
6612 sigusr1_handler () at sigusr1.c:9
6613 9 @{
6614 @end smallexample
6615
6616 The same, but using @code{queue-signal} instead of waiting for the
6617 program to receive the signal first:
6618
6619 @smallexample
6620 (@value{GDBP}) n
6621 28 p = 0;
6622 (@value{GDBP}) queue-signal SIGUSR1
6623 (@value{GDBP}) si
6624 sigusr1_handler () at sigusr1.c:9
6625 9 @{
6626 (@value{GDBP})
6627 @end smallexample
6628
6629 @cindex extra signal information
6630 @anchor{extra signal information}
6631
6632 On some targets, @value{GDBN} can inspect extra signal information
6633 associated with the intercepted signal, before it is actually
6634 delivered to the program being debugged. This information is exported
6635 by the convenience variable @code{$_siginfo}, and consists of data
6636 that is passed by the kernel to the signal handler at the time of the
6637 receipt of a signal. The data type of the information itself is
6638 target dependent. You can see the data type using the @code{ptype
6639 $_siginfo} command. On Unix systems, it typically corresponds to the
6640 standard @code{siginfo_t} type, as defined in the @file{signal.h}
6641 system header.
6642
6643 Here's an example, on a @sc{gnu}/Linux system, printing the stray
6644 referenced address that raised a segmentation fault.
6645
6646 @smallexample
6647 @group
6648 (@value{GDBP}) continue
6649 Program received signal SIGSEGV, Segmentation fault.
6650 0x0000000000400766 in main ()
6651 69 *(int *)p = 0;
6652 (@value{GDBP}) ptype $_siginfo
6653 type = struct @{
6654 int si_signo;
6655 int si_errno;
6656 int si_code;
6657 union @{
6658 int _pad[28];
6659 struct @{...@} _kill;
6660 struct @{...@} _timer;
6661 struct @{...@} _rt;
6662 struct @{...@} _sigchld;
6663 struct @{...@} _sigfault;
6664 struct @{...@} _sigpoll;
6665 @} _sifields;
6666 @}
6667 (@value{GDBP}) ptype $_siginfo._sifields._sigfault
6668 type = struct @{
6669 void *si_addr;
6670 @}
6671 (@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6672 $1 = (void *) 0x7ffff7ff7000
6673 @end group
6674 @end smallexample
6675
6676 Depending on target support, @code{$_siginfo} may also be writable.
6677
6678 @cindex Intel MPX boundary violations
6679 @cindex boundary violations, Intel MPX
6680 On some targets, a @code{SIGSEGV} can be caused by a boundary
6681 violation, i.e., accessing an address outside of the allowed range.
6682 In those cases @value{GDBN} may displays additional information,
6683 depending on how @value{GDBN} has been told to handle the signal.
6684 With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6685 kind: "Upper" or "Lower", the memory address accessed and the
6686 bounds, while with @code{handle nostop SIGSEGV} no additional
6687 information is displayed.
6688
6689 The usual output of a segfault is:
6690 @smallexample
6691 Program received signal SIGSEGV, Segmentation fault
6692 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6693 68 value = *(p + len);
6694 @end smallexample
6695
6696 While a bound violation is presented as:
6697 @smallexample
6698 Program received signal SIGSEGV, Segmentation fault
6699 Upper bound violation while accessing address 0x7fffffffc3b3
6700 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
6701 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6702 68 value = *(p + len);
6703 @end smallexample
6704
6705 @node Thread Stops
6706 @section Stopping and Starting Multi-thread Programs
6707
6708 @cindex stopped threads
6709 @cindex threads, stopped
6710
6711 @cindex continuing threads
6712 @cindex threads, continuing
6713
6714 @value{GDBN} supports debugging programs with multiple threads
6715 (@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6716 are two modes of controlling execution of your program within the
6717 debugger. In the default mode, referred to as @dfn{all-stop mode},
6718 when any thread in your program stops (for example, at a breakpoint
6719 or while being stepped), all other threads in the program are also stopped by
6720 @value{GDBN}. On some targets, @value{GDBN} also supports
6721 @dfn{non-stop mode}, in which other threads can continue to run freely while
6722 you examine the stopped thread in the debugger.
6723
6724 @menu
6725 * All-Stop Mode:: All threads stop when GDB takes control
6726 * Non-Stop Mode:: Other threads continue to execute
6727 * Background Execution:: Running your program asynchronously
6728 * Thread-Specific Breakpoints:: Controlling breakpoints
6729 * Interrupted System Calls:: GDB may interfere with system calls
6730 * Observer Mode:: GDB does not alter program behavior
6731 @end menu
6732
6733 @node All-Stop Mode
6734 @subsection All-Stop Mode
6735
6736 @cindex all-stop mode
6737
6738 In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6739 @emph{all} threads of execution stop, not just the current thread. This
6740 allows you to examine the overall state of the program, including
6741 switching between threads, without worrying that things may change
6742 underfoot.
6743
6744 Conversely, whenever you restart the program, @emph{all} threads start
6745 executing. @emph{This is true even when single-stepping} with commands
6746 like @code{step} or @code{next}.
6747
6748 In particular, @value{GDBN} cannot single-step all threads in lockstep.
6749 Since thread scheduling is up to your debugging target's operating
6750 system (not controlled by @value{GDBN}), other threads may
6751 execute more than one statement while the current thread completes a
6752 single step. Moreover, in general other threads stop in the middle of a
6753 statement, rather than at a clean statement boundary, when the program
6754 stops.
6755
6756 You might even find your program stopped in another thread after
6757 continuing or even single-stepping. This happens whenever some other
6758 thread runs into a breakpoint, a signal, or an exception before the
6759 first thread completes whatever you requested.
6760
6761 @cindex automatic thread selection
6762 @cindex switching threads automatically
6763 @cindex threads, automatic switching
6764 Whenever @value{GDBN} stops your program, due to a breakpoint or a
6765 signal, it automatically selects the thread where that breakpoint or
6766 signal happened. @value{GDBN} alerts you to the context switch with a
6767 message such as @samp{[Switching to Thread @var{n}]} to identify the
6768 thread.
6769
6770 On some OSes, you can modify @value{GDBN}'s default behavior by
6771 locking the OS scheduler to allow only a single thread to run.
6772
6773 @table @code
6774 @item set scheduler-locking @var{mode}
6775 @cindex scheduler locking mode
6776 @cindex lock scheduler
6777 Set the scheduler locking mode. It applies to normal execution,
6778 record mode, and replay mode. If it is @code{off}, then there is no
6779 locking and any thread may run at any time. If @code{on}, then only
6780 the current thread may run when the inferior is resumed. The
6781 @code{step} mode optimizes for single-stepping; it prevents other
6782 threads from preempting the current thread while you are stepping, so
6783 that the focus of debugging does not change unexpectedly. Other
6784 threads never get a chance to run when you step, and they are
6785 completely free to run when you use commands like @samp{continue},
6786 @samp{until}, or @samp{finish}. However, unless another thread hits a
6787 breakpoint during its timeslice, @value{GDBN} does not change the
6788 current thread away from the thread that you are debugging. The
6789 @code{replay} mode behaves like @code{off} in record mode and like
6790 @code{on} in replay mode.
6791
6792 @item show scheduler-locking
6793 Display the current scheduler locking mode.
6794 @end table
6795
6796 @cindex resume threads of multiple processes simultaneously
6797 By default, when you issue one of the execution commands such as
6798 @code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6799 threads of the current inferior to run. For example, if @value{GDBN}
6800 is attached to two inferiors, each with two threads, the
6801 @code{continue} command resumes only the two threads of the current
6802 inferior. This is useful, for example, when you debug a program that
6803 forks and you want to hold the parent stopped (so that, for instance,
6804 it doesn't run to exit), while you debug the child. In other
6805 situations, you may not be interested in inspecting the current state
6806 of any of the processes @value{GDBN} is attached to, and you may want
6807 to resume them all until some breakpoint is hit. In the latter case,
6808 you can instruct @value{GDBN} to allow all threads of all the
6809 inferiors to run with the @w{@code{set schedule-multiple}} command.
6810
6811 @table @code
6812 @kindex set schedule-multiple
6813 @item set schedule-multiple
6814 Set the mode for allowing threads of multiple processes to be resumed
6815 when an execution command is issued. When @code{on}, all threads of
6816 all processes are allowed to run. When @code{off}, only the threads
6817 of the current process are resumed. The default is @code{off}. The
6818 @code{scheduler-locking} mode takes precedence when set to @code{on},
6819 or while you are stepping and set to @code{step}.
6820
6821 @item show schedule-multiple
6822 Display the current mode for resuming the execution of threads of
6823 multiple processes.
6824 @end table
6825
6826 @node Non-Stop Mode
6827 @subsection Non-Stop Mode
6828
6829 @cindex non-stop mode
6830
6831 @c This section is really only a place-holder, and needs to be expanded
6832 @c with more details.
6833
6834 For some multi-threaded targets, @value{GDBN} supports an optional
6835 mode of operation in which you can examine stopped program threads in
6836 the debugger while other threads continue to execute freely. This
6837 minimizes intrusion when debugging live systems, such as programs
6838 where some threads have real-time constraints or must continue to
6839 respond to external events. This is referred to as @dfn{non-stop} mode.
6840
6841 In non-stop mode, when a thread stops to report a debugging event,
6842 @emph{only} that thread is stopped; @value{GDBN} does not stop other
6843 threads as well, in contrast to the all-stop mode behavior. Additionally,
6844 execution commands such as @code{continue} and @code{step} apply by default
6845 only to the current thread in non-stop mode, rather than all threads as
6846 in all-stop mode. This allows you to control threads explicitly in
6847 ways that are not possible in all-stop mode --- for example, stepping
6848 one thread while allowing others to run freely, stepping
6849 one thread while holding all others stopped, or stepping several threads
6850 independently and simultaneously.
6851
6852 To enter non-stop mode, use this sequence of commands before you run
6853 or attach to your program:
6854
6855 @smallexample
6856 # If using the CLI, pagination breaks non-stop.
6857 set pagination off
6858
6859 # Finally, turn it on!
6860 set non-stop on
6861 @end smallexample
6862
6863 You can use these commands to manipulate the non-stop mode setting:
6864
6865 @table @code
6866 @kindex set non-stop
6867 @item set non-stop on
6868 Enable selection of non-stop mode.
6869 @item set non-stop off
6870 Disable selection of non-stop mode.
6871 @kindex show non-stop
6872 @item show non-stop
6873 Show the current non-stop enablement setting.
6874 @end table
6875
6876 Note these commands only reflect whether non-stop mode is enabled,
6877 not whether the currently-executing program is being run in non-stop mode.
6878 In particular, the @code{set non-stop} preference is only consulted when
6879 @value{GDBN} starts or connects to the target program, and it is generally
6880 not possible to switch modes once debugging has started. Furthermore,
6881 since not all targets support non-stop mode, even when you have enabled
6882 non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6883 default.
6884
6885 In non-stop mode, all execution commands apply only to the current thread
6886 by default. That is, @code{continue} only continues one thread.
6887 To continue all threads, issue @code{continue -a} or @code{c -a}.
6888
6889 You can use @value{GDBN}'s background execution commands
6890 (@pxref{Background Execution}) to run some threads in the background
6891 while you continue to examine or step others from @value{GDBN}.
6892 The MI execution commands (@pxref{GDB/MI Program Execution}) are
6893 always executed asynchronously in non-stop mode.
6894
6895 Suspending execution is done with the @code{interrupt} command when
6896 running in the background, or @kbd{Ctrl-c} during foreground execution.
6897 In all-stop mode, this stops the whole process;
6898 but in non-stop mode the interrupt applies only to the current thread.
6899 To stop the whole program, use @code{interrupt -a}.
6900
6901 Other execution commands do not currently support the @code{-a} option.
6902
6903 In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6904 that thread current, as it does in all-stop mode. This is because the
6905 thread stop notifications are asynchronous with respect to @value{GDBN}'s
6906 command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6907 changed to a different thread just as you entered a command to operate on the
6908 previously current thread.
6909
6910 @node Background Execution
6911 @subsection Background Execution
6912
6913 @cindex foreground execution
6914 @cindex background execution
6915 @cindex asynchronous execution
6916 @cindex execution, foreground, background and asynchronous
6917
6918 @value{GDBN}'s execution commands have two variants: the normal
6919 foreground (synchronous) behavior, and a background
6920 (asynchronous) behavior. In foreground execution, @value{GDBN} waits for
6921 the program to report that some thread has stopped before prompting for
6922 another command. In background execution, @value{GDBN} immediately gives
6923 a command prompt so that you can issue other commands while your program runs.
6924
6925 If the target doesn't support async mode, @value{GDBN} issues an error
6926 message if you attempt to use the background execution commands.
6927
6928 @cindex @code{&}, background execution of commands
6929 To specify background execution, add a @code{&} to the command. For example,
6930 the background form of the @code{continue} command is @code{continue&}, or
6931 just @code{c&}. The execution commands that accept background execution
6932 are:
6933
6934 @table @code
6935 @kindex run&
6936 @item run
6937 @xref{Starting, , Starting your Program}.
6938
6939 @item attach
6940 @kindex attach&
6941 @xref{Attach, , Debugging an Already-running Process}.
6942
6943 @item step
6944 @kindex step&
6945 @xref{Continuing and Stepping, step}.
6946
6947 @item stepi
6948 @kindex stepi&
6949 @xref{Continuing and Stepping, stepi}.
6950
6951 @item next
6952 @kindex next&
6953 @xref{Continuing and Stepping, next}.
6954
6955 @item nexti
6956 @kindex nexti&
6957 @xref{Continuing and Stepping, nexti}.
6958
6959 @item continue
6960 @kindex continue&
6961 @xref{Continuing and Stepping, continue}.
6962
6963 @item finish
6964 @kindex finish&
6965 @xref{Continuing and Stepping, finish}.
6966
6967 @item until
6968 @kindex until&
6969 @xref{Continuing and Stepping, until}.
6970
6971 @end table
6972
6973 Background execution is especially useful in conjunction with non-stop
6974 mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6975 However, you can also use these commands in the normal all-stop mode with
6976 the restriction that you cannot issue another execution command until the
6977 previous one finishes. Examples of commands that are valid in all-stop
6978 mode while the program is running include @code{help} and @code{info break}.
6979
6980 You can interrupt your program while it is running in the background by
6981 using the @code{interrupt} command.
6982
6983 @table @code
6984 @kindex interrupt
6985 @item interrupt
6986 @itemx interrupt -a
6987
6988 Suspend execution of the running program. In all-stop mode,
6989 @code{interrupt} stops the whole process, but in non-stop mode, it stops
6990 only the current thread. To stop the whole program in non-stop mode,
6991 use @code{interrupt -a}.
6992 @end table
6993
6994 @node Thread-Specific Breakpoints
6995 @subsection Thread-Specific Breakpoints
6996
6997 When your program has multiple threads (@pxref{Threads,, Debugging
6998 Programs with Multiple Threads}), you can choose whether to set
6999 breakpoints on all threads, or on a particular thread.
7000
7001 @table @code
7002 @cindex breakpoints and threads
7003 @cindex thread breakpoints
7004 @kindex break @dots{} thread @var{thread-id}
7005 @item break @var{location} thread @var{thread-id}
7006 @itemx break @var{location} thread @var{thread-id} if @dots{}
7007 @var{location} specifies source lines; there are several ways of
7008 writing them (@pxref{Specify Location}), but the effect is always to
7009 specify some source line.
7010
7011 Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
7012 to specify that you only want @value{GDBN} to stop the program when a
7013 particular thread reaches this breakpoint. The @var{thread-id} specifier
7014 is one of the thread identifiers assigned by @value{GDBN}, shown
7015 in the first column of the @samp{info threads} display.
7016
7017 If you do not specify @samp{thread @var{thread-id}} when you set a
7018 breakpoint, the breakpoint applies to @emph{all} threads of your
7019 program.
7020
7021 You can use the @code{thread} qualifier on conditional breakpoints as
7022 well; in this case, place @samp{thread @var{thread-id}} before or
7023 after the breakpoint condition, like this:
7024
7025 @smallexample
7026 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
7027 @end smallexample
7028
7029 @end table
7030
7031 Thread-specific breakpoints are automatically deleted when
7032 @value{GDBN} detects the corresponding thread is no longer in the
7033 thread list. For example:
7034
7035 @smallexample
7036 (@value{GDBP}) c
7037 Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
7038 @end smallexample
7039
7040 There are several ways for a thread to disappear, such as a regular
7041 thread exit, but also when you detach from the process with the
7042 @code{detach} command (@pxref{Attach, ,Debugging an Already-running
7043 Process}), or if @value{GDBN} loses the remote connection
7044 (@pxref{Remote Debugging}), etc. Note that with some targets,
7045 @value{GDBN} is only able to detect a thread has exited when the user
7046 explictly asks for the thread list with the @code{info threads}
7047 command.
7048
7049 @node Interrupted System Calls
7050 @subsection Interrupted System Calls
7051
7052 @cindex thread breakpoints and system calls
7053 @cindex system calls and thread breakpoints
7054 @cindex premature return from system calls
7055 There is an unfortunate side effect when using @value{GDBN} to debug
7056 multi-threaded programs. If one thread stops for a
7057 breakpoint, or for some other reason, and another thread is blocked in a
7058 system call, then the system call may return prematurely. This is a
7059 consequence of the interaction between multiple threads and the signals
7060 that @value{GDBN} uses to implement breakpoints and other events that
7061 stop execution.
7062
7063 To handle this problem, your program should check the return value of
7064 each system call and react appropriately. This is good programming
7065 style anyways.
7066
7067 For example, do not write code like this:
7068
7069 @smallexample
7070 sleep (10);
7071 @end smallexample
7072
7073 The call to @code{sleep} will return early if a different thread stops
7074 at a breakpoint or for some other reason.
7075
7076 Instead, write this:
7077
7078 @smallexample
7079 int unslept = 10;
7080 while (unslept > 0)
7081 unslept = sleep (unslept);
7082 @end smallexample
7083
7084 A system call is allowed to return early, so the system is still
7085 conforming to its specification. But @value{GDBN} does cause your
7086 multi-threaded program to behave differently than it would without
7087 @value{GDBN}.
7088
7089 Also, @value{GDBN} uses internal breakpoints in the thread library to
7090 monitor certain events such as thread creation and thread destruction.
7091 When such an event happens, a system call in another thread may return
7092 prematurely, even though your program does not appear to stop.
7093
7094 @node Observer Mode
7095 @subsection Observer Mode
7096
7097 If you want to build on non-stop mode and observe program behavior
7098 without any chance of disruption by @value{GDBN}, you can set
7099 variables to disable all of the debugger's attempts to modify state,
7100 whether by writing memory, inserting breakpoints, etc. These operate
7101 at a low level, intercepting operations from all commands.
7102
7103 When all of these are set to @code{off}, then @value{GDBN} is said to
7104 be @dfn{observer mode}. As a convenience, the variable
7105 @code{observer} can be set to disable these, plus enable non-stop
7106 mode.
7107
7108 Note that @value{GDBN} will not prevent you from making nonsensical
7109 combinations of these settings. For instance, if you have enabled
7110 @code{may-insert-breakpoints} but disabled @code{may-write-memory},
7111 then breakpoints that work by writing trap instructions into the code
7112 stream will still not be able to be placed.
7113
7114 @table @code
7115
7116 @kindex observer
7117 @item set observer on
7118 @itemx set observer off
7119 When set to @code{on}, this disables all the permission variables
7120 below (except for @code{insert-fast-tracepoints}), plus enables
7121 non-stop debugging. Setting this to @code{off} switches back to
7122 normal debugging, though remaining in non-stop mode.
7123
7124 @item show observer
7125 Show whether observer mode is on or off.
7126
7127 @kindex may-write-registers
7128 @item set may-write-registers on
7129 @itemx set may-write-registers off
7130 This controls whether @value{GDBN} will attempt to alter the values of
7131 registers, such as with assignment expressions in @code{print}, or the
7132 @code{jump} command. It defaults to @code{on}.
7133
7134 @item show may-write-registers
7135 Show the current permission to write registers.
7136
7137 @kindex may-write-memory
7138 @item set may-write-memory on
7139 @itemx set may-write-memory off
7140 This controls whether @value{GDBN} will attempt to alter the contents
7141 of memory, such as with assignment expressions in @code{print}. It
7142 defaults to @code{on}.
7143
7144 @item show may-write-memory
7145 Show the current permission to write memory.
7146
7147 @kindex may-insert-breakpoints
7148 @item set may-insert-breakpoints on
7149 @itemx set may-insert-breakpoints off
7150 This controls whether @value{GDBN} will attempt to insert breakpoints.
7151 This affects all breakpoints, including internal breakpoints defined
7152 by @value{GDBN}. It defaults to @code{on}.
7153
7154 @item show may-insert-breakpoints
7155 Show the current permission to insert breakpoints.
7156
7157 @kindex may-insert-tracepoints
7158 @item set may-insert-tracepoints on
7159 @itemx set may-insert-tracepoints off
7160 This controls whether @value{GDBN} will attempt to insert (regular)
7161 tracepoints at the beginning of a tracing experiment. It affects only
7162 non-fast tracepoints, fast tracepoints being under the control of
7163 @code{may-insert-fast-tracepoints}. It defaults to @code{on}.
7164
7165 @item show may-insert-tracepoints
7166 Show the current permission to insert tracepoints.
7167
7168 @kindex may-insert-fast-tracepoints
7169 @item set may-insert-fast-tracepoints on
7170 @itemx set may-insert-fast-tracepoints off
7171 This controls whether @value{GDBN} will attempt to insert fast
7172 tracepoints at the beginning of a tracing experiment. It affects only
7173 fast tracepoints, regular (non-fast) tracepoints being under the
7174 control of @code{may-insert-tracepoints}. It defaults to @code{on}.
7175
7176 @item show may-insert-fast-tracepoints
7177 Show the current permission to insert fast tracepoints.
7178
7179 @kindex may-interrupt
7180 @item set may-interrupt on
7181 @itemx set may-interrupt off
7182 This controls whether @value{GDBN} will attempt to interrupt or stop
7183 program execution. When this variable is @code{off}, the
7184 @code{interrupt} command will have no effect, nor will
7185 @kbd{Ctrl-c}. It defaults to @code{on}.
7186
7187 @item show may-interrupt
7188 Show the current permission to interrupt or stop the program.
7189
7190 @end table
7191
7192 @node Reverse Execution
7193 @chapter Running programs backward
7194 @cindex reverse execution
7195 @cindex running programs backward
7196
7197 When you are debugging a program, it is not unusual to realize that
7198 you have gone too far, and some event of interest has already happened.
7199 If the target environment supports it, @value{GDBN} can allow you to
7200 ``rewind'' the program by running it backward.
7201
7202 A target environment that supports reverse execution should be able
7203 to ``undo'' the changes in machine state that have taken place as the
7204 program was executing normally. Variables, registers etc.@: should
7205 revert to their previous values. Obviously this requires a great
7206 deal of sophistication on the part of the target environment; not
7207 all target environments can support reverse execution.
7208
7209 When a program is executed in reverse, the instructions that
7210 have most recently been executed are ``un-executed'', in reverse
7211 order. The program counter runs backward, following the previous
7212 thread of execution in reverse. As each instruction is ``un-executed'',
7213 the values of memory and/or registers that were changed by that
7214 instruction are reverted to their previous states. After executing
7215 a piece of source code in reverse, all side effects of that code
7216 should be ``undone'', and all variables should be returned to their
7217 prior values@footnote{
7218 Note that some side effects are easier to undo than others. For instance,
7219 memory and registers are relatively easy, but device I/O is hard. Some
7220 targets may be able undo things like device I/O, and some may not.
7221
7222 The contract between @value{GDBN} and the reverse executing target
7223 requires only that the target do something reasonable when
7224 @value{GDBN} tells it to execute backwards, and then report the
7225 results back to @value{GDBN}. Whatever the target reports back to
7226 @value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7227 assumes that the memory and registers that the target reports are in a
7228 consistent state, but @value{GDBN} accepts whatever it is given.
7229 }.
7230
7231 On some platforms, @value{GDBN} has built-in support for reverse
7232 execution, activated with the @code{record} or @code{record btrace}
7233 commands. @xref{Process Record and Replay}. Some remote targets,
7234 typically full system emulators, support reverse execution directly
7235 without requiring any special command.
7236
7237 If you are debugging in a target environment that supports
7238 reverse execution, @value{GDBN} provides the following commands.
7239
7240 @table @code
7241 @kindex reverse-continue
7242 @kindex rc @r{(@code{reverse-continue})}
7243 @item reverse-continue @r{[}@var{ignore-count}@r{]}
7244 @itemx rc @r{[}@var{ignore-count}@r{]}
7245 Beginning at the point where your program last stopped, start executing
7246 in reverse. Reverse execution will stop for breakpoints and synchronous
7247 exceptions (signals), just like normal execution. Behavior of
7248 asynchronous signals depends on the target environment.
7249
7250 @kindex reverse-step
7251 @kindex rs @r{(@code{step})}
7252 @item reverse-step @r{[}@var{count}@r{]}
7253 Run the program backward until control reaches the start of a
7254 different source line; then stop it, and return control to @value{GDBN}.
7255
7256 Like the @code{step} command, @code{reverse-step} will only stop
7257 at the beginning of a source line. It ``un-executes'' the previously
7258 executed source line. If the previous source line included calls to
7259 debuggable functions, @code{reverse-step} will step (backward) into
7260 the called function, stopping at the beginning of the @emph{last}
7261 statement in the called function (typically a return statement).
7262
7263 Also, as with the @code{step} command, if non-debuggable functions are
7264 called, @code{reverse-step} will run thru them backward without stopping.
7265
7266 @kindex reverse-stepi
7267 @kindex rsi @r{(@code{reverse-stepi})}
7268 @item reverse-stepi @r{[}@var{count}@r{]}
7269 Reverse-execute one machine instruction. Note that the instruction
7270 to be reverse-executed is @emph{not} the one pointed to by the program
7271 counter, but the instruction executed prior to that one. For instance,
7272 if the last instruction was a jump, @code{reverse-stepi} will take you
7273 back from the destination of the jump to the jump instruction itself.
7274
7275 @kindex reverse-next
7276 @kindex rn @r{(@code{reverse-next})}
7277 @item reverse-next @r{[}@var{count}@r{]}
7278 Run backward to the beginning of the previous line executed in
7279 the current (innermost) stack frame. If the line contains function
7280 calls, they will be ``un-executed'' without stopping. Starting from
7281 the first line of a function, @code{reverse-next} will take you back
7282 to the caller of that function, @emph{before} the function was called,
7283 just as the normal @code{next} command would take you from the last
7284 line of a function back to its return to its caller
7285 @footnote{Unless the code is too heavily optimized.}.
7286
7287 @kindex reverse-nexti
7288 @kindex rni @r{(@code{reverse-nexti})}
7289 @item reverse-nexti @r{[}@var{count}@r{]}
7290 Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7291 in reverse, except that called functions are ``un-executed'' atomically.
7292 That is, if the previously executed instruction was a return from
7293 another function, @code{reverse-nexti} will continue to execute
7294 in reverse until the call to that function (from the current stack
7295 frame) is reached.
7296
7297 @kindex reverse-finish
7298 @item reverse-finish
7299 Just as the @code{finish} command takes you to the point where the
7300 current function returns, @code{reverse-finish} takes you to the point
7301 where it was called. Instead of ending up at the end of the current
7302 function invocation, you end up at the beginning.
7303
7304 @kindex set exec-direction
7305 @item set exec-direction
7306 Set the direction of target execution.
7307 @item set exec-direction reverse
7308 @cindex execute forward or backward in time
7309 @value{GDBN} will perform all execution commands in reverse, until the
7310 exec-direction mode is changed to ``forward''. Affected commands include
7311 @code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7312 command cannot be used in reverse mode.
7313 @item set exec-direction forward
7314 @value{GDBN} will perform all execution commands in the normal fashion.
7315 This is the default.
7316 @end table
7317
7318
7319 @node Process Record and Replay
7320 @chapter Recording Inferior's Execution and Replaying It
7321 @cindex process record and replay
7322 @cindex recording inferior's execution and replaying it
7323
7324 On some platforms, @value{GDBN} provides a special @dfn{process record
7325 and replay} target that can record a log of the process execution, and
7326 replay it later with both forward and reverse execution commands.
7327
7328 @cindex replay mode
7329 When this target is in use, if the execution log includes the record
7330 for the next instruction, @value{GDBN} will debug in @dfn{replay
7331 mode}. In the replay mode, the inferior does not really execute code
7332 instructions. Instead, all the events that normally happen during
7333 code execution are taken from the execution log. While code is not
7334 really executed in replay mode, the values of registers (including the
7335 program counter register) and the memory of the inferior are still
7336 changed as they normally would. Their contents are taken from the
7337 execution log.
7338
7339 @cindex record mode
7340 If the record for the next instruction is not in the execution log,
7341 @value{GDBN} will debug in @dfn{record mode}. In this mode, the
7342 inferior executes normally, and @value{GDBN} records the execution log
7343 for future replay.
7344
7345 The process record and replay target supports reverse execution
7346 (@pxref{Reverse Execution}), even if the platform on which the
7347 inferior runs does not. However, the reverse execution is limited in
7348 this case by the range of the instructions recorded in the execution
7349 log. In other words, reverse execution on platforms that don't
7350 support it directly can only be done in the replay mode.
7351
7352 When debugging in the reverse direction, @value{GDBN} will work in
7353 replay mode as long as the execution log includes the record for the
7354 previous instruction; otherwise, it will work in record mode, if the
7355 platform supports reverse execution, or stop if not.
7356
7357 Currently, process record and replay is supported on ARM, Aarch64,
7358 Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7359 GNU/Linux. Process record and replay can be used both when native
7360 debugging, and when remote debugging via @code{gdbserver}.
7361
7362 For architecture environments that support process record and replay,
7363 @value{GDBN} provides the following commands:
7364
7365 @table @code
7366 @kindex target record
7367 @kindex target record-full
7368 @kindex target record-btrace
7369 @kindex record
7370 @kindex record full
7371 @kindex record btrace
7372 @kindex record btrace bts
7373 @kindex record btrace pt
7374 @kindex record bts
7375 @kindex record pt
7376 @kindex rec
7377 @kindex rec full
7378 @kindex rec btrace
7379 @kindex rec btrace bts
7380 @kindex rec btrace pt
7381 @kindex rec bts
7382 @kindex rec pt
7383 @item record @var{method}
7384 This command starts the process record and replay target. The
7385 recording method can be specified as parameter. Without a parameter
7386 the command uses the @code{full} recording method. The following
7387 recording methods are available:
7388
7389 @table @code
7390 @item full
7391 Full record/replay recording using @value{GDBN}'s software record and
7392 replay implementation. This method allows replaying and reverse
7393 execution.
7394
7395 @item btrace @var{format}
7396 Hardware-supported instruction recording, supported on Intel
7397 processors. This method does not record data. Further, the data is
7398 collected in a ring buffer so old data will be overwritten when the
7399 buffer is full. It allows limited reverse execution. Variables and
7400 registers are not available during reverse execution. In remote
7401 debugging, recording continues on disconnect. Recorded data can be
7402 inspected after reconnecting. The recording may be stopped using
7403 @code{record stop}.
7404
7405 The recording format can be specified as parameter. Without a parameter
7406 the command chooses the recording format. The following recording
7407 formats are available:
7408
7409 @table @code
7410 @item bts
7411 @cindex branch trace store
7412 Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7413 this format, the processor stores a from/to record for each executed
7414 branch in the btrace ring buffer.
7415
7416 @item pt
7417 @cindex Intel Processor Trace
7418 Use the @dfn{Intel Processor Trace} recording format. In this
7419 format, the processor stores the execution trace in a compressed form
7420 that is afterwards decoded by @value{GDBN}.
7421
7422 The trace can be recorded with very low overhead. The compressed
7423 trace format also allows small trace buffers to already contain a big
7424 number of instructions compared to @acronym{BTS}.
7425
7426 Decoding the recorded execution trace, on the other hand, is more
7427 expensive than decoding @acronym{BTS} trace. This is mostly due to the
7428 increased number of instructions to process. You should increase the
7429 buffer-size with care.
7430 @end table
7431
7432 Not all recording formats may be available on all processors.
7433 @end table
7434
7435 The process record and replay target can only debug a process that is
7436 already running. Therefore, you need first to start the process with
7437 the @kbd{run} or @kbd{start} commands, and then start the recording
7438 with the @kbd{record @var{method}} command.
7439
7440 @cindex displaced stepping, and process record and replay
7441 Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7442 will be automatically disabled when process record and replay target
7443 is started. That's because the process record and replay target
7444 doesn't support displaced stepping.
7445
7446 @cindex non-stop mode, and process record and replay
7447 @cindex asynchronous execution, and process record and replay
7448 If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
7449 the asynchronous execution mode (@pxref{Background Execution}), not
7450 all recording methods are available. The @code{full} recording method
7451 does not support these two modes.
7452
7453 @kindex record stop
7454 @kindex rec s
7455 @item record stop
7456 Stop the process record and replay target. When process record and
7457 replay target stops, the entire execution log will be deleted and the
7458 inferior will either be terminated, or will remain in its final state.
7459
7460 When you stop the process record and replay target in record mode (at
7461 the end of the execution log), the inferior will be stopped at the
7462 next instruction that would have been recorded. In other words, if
7463 you record for a while and then stop recording, the inferior process
7464 will be left in the same state as if the recording never happened.
7465
7466 On the other hand, if the process record and replay target is stopped
7467 while in replay mode (that is, not at the end of the execution log,
7468 but at some earlier point), the inferior process will become ``live''
7469 at that earlier state, and it will then be possible to continue the
7470 usual ``live'' debugging of the process from that state.
7471
7472 When the inferior process exits, or @value{GDBN} detaches from it,
7473 process record and replay target will automatically stop itself.
7474
7475 @kindex record goto
7476 @item record goto
7477 Go to a specific location in the execution log. There are several
7478 ways to specify the location to go to:
7479
7480 @table @code
7481 @item record goto begin
7482 @itemx record goto start
7483 Go to the beginning of the execution log.
7484
7485 @item record goto end
7486 Go to the end of the execution log.
7487
7488 @item record goto @var{n}
7489 Go to instruction number @var{n} in the execution log.
7490 @end table
7491
7492 @kindex record save
7493 @item record save @var{filename}
7494 Save the execution log to a file @file{@var{filename}}.
7495 Default filename is @file{gdb_record.@var{process_id}}, where
7496 @var{process_id} is the process ID of the inferior.
7497
7498 This command may not be available for all recording methods.
7499
7500 @kindex record restore
7501 @item record restore @var{filename}
7502 Restore the execution log from a file @file{@var{filename}}.
7503 File must have been created with @code{record save}.
7504
7505 @kindex set record full
7506 @item set record full insn-number-max @var{limit}
7507 @itemx set record full insn-number-max unlimited
7508 Set the limit of instructions to be recorded for the @code{full}
7509 recording method. Default value is 200000.
7510
7511 If @var{limit} is a positive number, then @value{GDBN} will start
7512 deleting instructions from the log once the number of the record
7513 instructions becomes greater than @var{limit}. For every new recorded
7514 instruction, @value{GDBN} will delete the earliest recorded
7515 instruction to keep the number of recorded instructions at the limit.
7516 (Since deleting recorded instructions loses information, @value{GDBN}
7517 lets you control what happens when the limit is reached, by means of
7518 the @code{stop-at-limit} option, described below.)
7519
7520 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7521 delete recorded instructions from the execution log. The number of
7522 recorded instructions is limited only by the available memory.
7523
7524 @kindex show record full
7525 @item show record full insn-number-max
7526 Show the limit of instructions to be recorded with the @code{full}
7527 recording method.
7528
7529 @item set record full stop-at-limit
7530 Control the behavior of the @code{full} recording method when the
7531 number of recorded instructions reaches the limit. If ON (the
7532 default), @value{GDBN} will stop when the limit is reached for the
7533 first time and ask you whether you want to stop the inferior or
7534 continue running it and recording the execution log. If you decide
7535 to continue recording, each new recorded instruction will cause the
7536 oldest one to be deleted.
7537
7538 If this option is OFF, @value{GDBN} will automatically delete the
7539 oldest record to make room for each new one, without asking.
7540
7541 @item show record full stop-at-limit
7542 Show the current setting of @code{stop-at-limit}.
7543
7544 @item set record full memory-query
7545 Control the behavior when @value{GDBN} is unable to record memory
7546 changes caused by an instruction for the @code{full} recording method.
7547 If ON, @value{GDBN} will query whether to stop the inferior in that
7548 case.
7549
7550 If this option is OFF (the default), @value{GDBN} will automatically
7551 ignore the effect of such instructions on memory. Later, when
7552 @value{GDBN} replays this execution log, it will mark the log of this
7553 instruction as not accessible, and it will not affect the replay
7554 results.
7555
7556 @item show record full memory-query
7557 Show the current setting of @code{memory-query}.
7558
7559 @kindex set record btrace
7560 The @code{btrace} record target does not trace data. As a
7561 convenience, when replaying, @value{GDBN} reads read-only memory off
7562 the live program directly, assuming that the addresses of the
7563 read-only areas don't change. This for example makes it possible to
7564 disassemble code while replaying, but not to print variables.
7565 In some cases, being able to inspect variables might be useful.
7566 You can use the following command for that:
7567
7568 @item set record btrace replay-memory-access
7569 Control the behavior of the @code{btrace} recording method when
7570 accessing memory during replay. If @code{read-only} (the default),
7571 @value{GDBN} will only allow accesses to read-only memory.
7572 If @code{read-write}, @value{GDBN} will allow accesses to read-only
7573 and to read-write memory. Beware that the accessed memory corresponds
7574 to the live target and not necessarily to the current replay
7575 position.
7576
7577 @item set record btrace cpu @var{identifier}
7578 Set the processor to be used for enabling workarounds for processor
7579 errata when decoding the trace.
7580
7581 Processor errata are defects in processor operation, caused by its
7582 design or manufacture. They can cause a trace not to match the
7583 specification. This, in turn, may cause trace decode to fail.
7584 @value{GDBN} can detect erroneous trace packets and correct them, thus
7585 avoiding the decoding failures. These corrections are known as
7586 @dfn{errata workarounds}, and are enabled based on the processor on
7587 which the trace was recorded.
7588
7589 By default, @value{GDBN} attempts to detect the processor
7590 automatically, and apply the necessary workarounds for it. However,
7591 you may need to specify the processor if @value{GDBN} does not yet
7592 support it. This command allows you to do that, and also allows to
7593 disable the workarounds.
7594
7595 The argument @var{identifier} identifies the @sc{cpu} and is of the
7596 form: @code{@var{vendor}:@var{processor identifier}}. In addition,
7597 there are two special identifiers, @code{none} and @code{auto}
7598 (default).
7599
7600 The following vendor identifiers and corresponding processor
7601 identifiers are currently supported:
7602
7603 @multitable @columnfractions .1 .9
7604
7605 @item @code{intel}
7606 @tab @var{family}/@var{model}[/@var{stepping}]
7607
7608 @end multitable
7609
7610 On GNU/Linux systems, the processor @var{family}, @var{model}, and
7611 @var{stepping} can be obtained from @code{/proc/cpuinfo}.
7612
7613 If @var{identifier} is @code{auto}, enable errata workarounds for the
7614 processor on which the trace was recorded. If @var{identifier} is
7615 @code{none}, errata workarounds are disabled.
7616
7617 For example, when using an old @value{GDBN} on a new system, decode
7618 may fail because @value{GDBN} does not support the new processor. It
7619 often suffices to specify an older processor that @value{GDBN}
7620 supports.
7621
7622 @smallexample
7623 (gdb) info record
7624 Active record target: record-btrace
7625 Recording format: Intel Processor Trace.
7626 Buffer size: 16kB.
7627 Failed to configure the Intel Processor Trace decoder: unknown cpu.
7628 (gdb) set record btrace cpu intel:6/158
7629 (gdb) info record
7630 Active record target: record-btrace
7631 Recording format: Intel Processor Trace.
7632 Buffer size: 16kB.
7633 Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7634 @end smallexample
7635
7636 @kindex show record btrace
7637 @item show record btrace replay-memory-access
7638 Show the current setting of @code{replay-memory-access}.
7639
7640 @item show record btrace cpu
7641 Show the processor to be used for enabling trace decode errata
7642 workarounds.
7643
7644 @kindex set record btrace bts
7645 @item set record btrace bts buffer-size @var{size}
7646 @itemx set record btrace bts buffer-size unlimited
7647 Set the requested ring buffer size for branch tracing in @acronym{BTS}
7648 format. Default is 64KB.
7649
7650 If @var{size} is a positive number, then @value{GDBN} will try to
7651 allocate a buffer of at least @var{size} bytes for each new thread
7652 that uses the btrace recording method and the @acronym{BTS} format.
7653 The actually obtained buffer size may differ from the requested
7654 @var{size}. Use the @code{info record} command to see the actual
7655 buffer size for each thread that uses the btrace recording method and
7656 the @acronym{BTS} format.
7657
7658 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7659 allocate a buffer of 4MB.
7660
7661 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7662 also need longer to process the branch trace data before it can be used.
7663
7664 @item show record btrace bts buffer-size @var{size}
7665 Show the current setting of the requested ring buffer size for branch
7666 tracing in @acronym{BTS} format.
7667
7668 @kindex set record btrace pt
7669 @item set record btrace pt buffer-size @var{size}
7670 @itemx set record btrace pt buffer-size unlimited
7671 Set the requested ring buffer size for branch tracing in Intel
7672 Processor Trace format. Default is 16KB.
7673
7674 If @var{size} is a positive number, then @value{GDBN} will try to
7675 allocate a buffer of at least @var{size} bytes for each new thread
7676 that uses the btrace recording method and the Intel Processor Trace
7677 format. The actually obtained buffer size may differ from the
7678 requested @var{size}. Use the @code{info record} command to see the
7679 actual buffer size for each thread.
7680
7681 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7682 allocate a buffer of 4MB.
7683
7684 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7685 also need longer to process the branch trace data before it can be used.
7686
7687 @item show record btrace pt buffer-size @var{size}
7688 Show the current setting of the requested ring buffer size for branch
7689 tracing in Intel Processor Trace format.
7690
7691 @kindex info record
7692 @item info record
7693 Show various statistics about the recording depending on the recording
7694 method:
7695
7696 @table @code
7697 @item full
7698 For the @code{full} recording method, it shows the state of process
7699 record and its in-memory execution log buffer, including:
7700
7701 @itemize @bullet
7702 @item
7703 Whether in record mode or replay mode.
7704 @item
7705 Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7706 @item
7707 Highest recorded instruction number.
7708 @item
7709 Current instruction about to be replayed (if in replay mode).
7710 @item
7711 Number of instructions contained in the execution log.
7712 @item
7713 Maximum number of instructions that may be contained in the execution log.
7714 @end itemize
7715
7716 @item btrace
7717 For the @code{btrace} recording method, it shows:
7718
7719 @itemize @bullet
7720 @item
7721 Recording format.
7722 @item
7723 Number of instructions that have been recorded.
7724 @item
7725 Number of blocks of sequential control-flow formed by the recorded
7726 instructions.
7727 @item
7728 Whether in record mode or replay mode.
7729 @end itemize
7730
7731 For the @code{bts} recording format, it also shows:
7732 @itemize @bullet
7733 @item
7734 Size of the perf ring buffer.
7735 @end itemize
7736
7737 For the @code{pt} recording format, it also shows:
7738 @itemize @bullet
7739 @item
7740 Size of the perf ring buffer.
7741 @end itemize
7742 @end table
7743
7744 @kindex record delete
7745 @kindex rec del
7746 @item record delete
7747 When record target runs in replay mode (``in the past''), delete the
7748 subsequent execution log and begin to record a new execution log starting
7749 from the current address. This means you will abandon the previously
7750 recorded ``future'' and begin recording a new ``future''.
7751
7752 @kindex record instruction-history
7753 @kindex rec instruction-history
7754 @item record instruction-history
7755 Disassembles instructions from the recorded execution log. By
7756 default, ten instructions are disassembled. This can be changed using
7757 the @code{set record instruction-history-size} command. Instructions
7758 are printed in execution order.
7759
7760 It can also print mixed source+disassembly if you specify the the
7761 @code{/m} or @code{/s} modifier, and print the raw instructions in hex
7762 as well as in symbolic form by specifying the @code{/r} modifier.
7763
7764 The current position marker is printed for the instruction at the
7765 current program counter value. This instruction can appear multiple
7766 times in the trace and the current position marker will be printed
7767 every time. To omit the current position marker, specify the
7768 @code{/p} modifier.
7769
7770 To better align the printed instructions when the trace contains
7771 instructions from more than one function, the function name may be
7772 omitted by specifying the @code{/f} modifier.
7773
7774 Speculatively executed instructions are prefixed with @samp{?}. This
7775 feature is not available for all recording formats.
7776
7777 There are several ways to specify what part of the execution log to
7778 disassemble:
7779
7780 @table @code
7781 @item record instruction-history @var{insn}
7782 Disassembles ten instructions starting from instruction number
7783 @var{insn}.
7784
7785 @item record instruction-history @var{insn}, +/-@var{n}
7786 Disassembles @var{n} instructions around instruction number
7787 @var{insn}. If @var{n} is preceded with @code{+}, disassembles
7788 @var{n} instructions after instruction number @var{insn}. If
7789 @var{n} is preceded with @code{-}, disassembles @var{n}
7790 instructions before instruction number @var{insn}.
7791
7792 @item record instruction-history
7793 Disassembles ten more instructions after the last disassembly.
7794
7795 @item record instruction-history -
7796 Disassembles ten more instructions before the last disassembly.
7797
7798 @item record instruction-history @var{begin}, @var{end}
7799 Disassembles instructions beginning with instruction number
7800 @var{begin} until instruction number @var{end}. The instruction
7801 number @var{end} is included.
7802 @end table
7803
7804 This command may not be available for all recording methods.
7805
7806 @kindex set record
7807 @item set record instruction-history-size @var{size}
7808 @itemx set record instruction-history-size unlimited
7809 Define how many instructions to disassemble in the @code{record
7810 instruction-history} command. The default value is 10.
7811 A @var{size} of @code{unlimited} means unlimited instructions.
7812
7813 @kindex show record
7814 @item show record instruction-history-size
7815 Show how many instructions to disassemble in the @code{record
7816 instruction-history} command.
7817
7818 @kindex record function-call-history
7819 @kindex rec function-call-history
7820 @item record function-call-history
7821 Prints the execution history at function granularity. It prints one
7822 line for each sequence of instructions that belong to the same
7823 function giving the name of that function, the source lines
7824 for this instruction sequence (if the @code{/l} modifier is
7825 specified), and the instructions numbers that form the sequence (if
7826 the @code{/i} modifier is specified). The function names are indented
7827 to reflect the call stack depth if the @code{/c} modifier is
7828 specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7829 given together.
7830
7831 @smallexample
7832 (@value{GDBP}) @b{list 1, 10}
7833 1 void foo (void)
7834 2 @{
7835 3 @}
7836 4
7837 5 void bar (void)
7838 6 @{
7839 7 ...
7840 8 foo ();
7841 9 ...
7842 10 @}
7843 (@value{GDBP}) @b{record function-call-history /ilc}
7844 1 bar inst 1,4 at foo.c:6,8
7845 2 foo inst 5,10 at foo.c:2,3
7846 3 bar inst 11,13 at foo.c:9,10
7847 @end smallexample
7848
7849 By default, ten lines are printed. This can be changed using the
7850 @code{set record function-call-history-size} command. Functions are
7851 printed in execution order. There are several ways to specify what
7852 to print:
7853
7854 @table @code
7855 @item record function-call-history @var{func}
7856 Prints ten functions starting from function number @var{func}.
7857
7858 @item record function-call-history @var{func}, +/-@var{n}
7859 Prints @var{n} functions around function number @var{func}. If
7860 @var{n} is preceded with @code{+}, prints @var{n} functions after
7861 function number @var{func}. If @var{n} is preceded with @code{-},
7862 prints @var{n} functions before function number @var{func}.
7863
7864 @item record function-call-history
7865 Prints ten more functions after the last ten-line print.
7866
7867 @item record function-call-history -
7868 Prints ten more functions before the last ten-line print.
7869
7870 @item record function-call-history @var{begin}, @var{end}
7871 Prints functions beginning with function number @var{begin} until
7872 function number @var{end}. The function number @var{end} is included.
7873 @end table
7874
7875 This command may not be available for all recording methods.
7876
7877 @item set record function-call-history-size @var{size}
7878 @itemx set record function-call-history-size unlimited
7879 Define how many lines to print in the
7880 @code{record function-call-history} command. The default value is 10.
7881 A size of @code{unlimited} means unlimited lines.
7882
7883 @item show record function-call-history-size
7884 Show how many lines to print in the
7885 @code{record function-call-history} command.
7886 @end table
7887
7888
7889 @node Stack
7890 @chapter Examining the Stack
7891
7892 When your program has stopped, the first thing you need to know is where it
7893 stopped and how it got there.
7894
7895 @cindex call stack
7896 Each time your program performs a function call, information about the call
7897 is generated.
7898 That information includes the location of the call in your program,
7899 the arguments of the call,
7900 and the local variables of the function being called.
7901 The information is saved in a block of data called a @dfn{stack frame}.
7902 The stack frames are allocated in a region of memory called the @dfn{call
7903 stack}.
7904
7905 When your program stops, the @value{GDBN} commands for examining the
7906 stack allow you to see all of this information.
7907
7908 @cindex selected frame
7909 One of the stack frames is @dfn{selected} by @value{GDBN} and many
7910 @value{GDBN} commands refer implicitly to the selected frame. In
7911 particular, whenever you ask @value{GDBN} for the value of a variable in
7912 your program, the value is found in the selected frame. There are
7913 special @value{GDBN} commands to select whichever frame you are
7914 interested in. @xref{Selection, ,Selecting a Frame}.
7915
7916 When your program stops, @value{GDBN} automatically selects the
7917 currently executing frame and describes it briefly, similar to the
7918 @code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
7919
7920 @menu
7921 * Frames:: Stack frames
7922 * Backtrace:: Backtraces
7923 * Selection:: Selecting a frame
7924 * Frame Info:: Information on a frame
7925 * Frame Apply:: Applying a command to several frames
7926 * Frame Filter Management:: Managing frame filters
7927
7928 @end menu
7929
7930 @node Frames
7931 @section Stack Frames
7932
7933 @cindex frame, definition
7934 @cindex stack frame
7935 The call stack is divided up into contiguous pieces called @dfn{stack
7936 frames}, or @dfn{frames} for short; each frame is the data associated
7937 with one call to one function. The frame contains the arguments given
7938 to the function, the function's local variables, and the address at
7939 which the function is executing.
7940
7941 @cindex initial frame
7942 @cindex outermost frame
7943 @cindex innermost frame
7944 When your program is started, the stack has only one frame, that of the
7945 function @code{main}. This is called the @dfn{initial} frame or the
7946 @dfn{outermost} frame. Each time a function is called, a new frame is
7947 made. Each time a function returns, the frame for that function invocation
7948 is eliminated. If a function is recursive, there can be many frames for
7949 the same function. The frame for the function in which execution is
7950 actually occurring is called the @dfn{innermost} frame. This is the most
7951 recently created of all the stack frames that still exist.
7952
7953 @cindex frame pointer
7954 Inside your program, stack frames are identified by their addresses. A
7955 stack frame consists of many bytes, each of which has its own address; each
7956 kind of computer has a convention for choosing one byte whose
7957 address serves as the address of the frame. Usually this address is kept
7958 in a register called the @dfn{frame pointer register}
7959 (@pxref{Registers, $fp}) while execution is going on in that frame.
7960
7961 @cindex frame level
7962 @cindex frame number
7963 @value{GDBN} labels each existing stack frame with a @dfn{level}, a
7964 number that is zero for the innermost frame, one for the frame that
7965 called it, and so on upward. These level numbers give you a way of
7966 designating stack frames in @value{GDBN} commands. The terms
7967 @dfn{frame number} and @dfn{frame level} can be used interchangeably to
7968 describe this number.
7969
7970 @c The -fomit-frame-pointer below perennially causes hbox overflow
7971 @c underflow problems.
7972 @cindex frameless execution
7973 Some compilers provide a way to compile functions so that they operate
7974 without stack frames. (For example, the @value{NGCC} option
7975 @smallexample
7976 @samp{-fomit-frame-pointer}
7977 @end smallexample
7978 generates functions without a frame.)
7979 This is occasionally done with heavily used library functions to save
7980 the frame setup time. @value{GDBN} has limited facilities for dealing
7981 with these function invocations. If the innermost function invocation
7982 has no stack frame, @value{GDBN} nevertheless regards it as though
7983 it had a separate frame, which is numbered zero as usual, allowing
7984 correct tracing of the function call chain. However, @value{GDBN} has
7985 no provision for frameless functions elsewhere in the stack.
7986
7987 @node Backtrace
7988 @section Backtraces
7989
7990 @cindex traceback
7991 @cindex call stack traces
7992 A backtrace is a summary of how your program got where it is. It shows one
7993 line per frame, for many frames, starting with the currently executing
7994 frame (frame zero), followed by its caller (frame one), and on up the
7995 stack.
7996
7997 @anchor{backtrace-command}
7998 @kindex backtrace
7999 @kindex bt @r{(@code{backtrace})}
8000 To print a backtrace of the entire stack, use the @code{backtrace}
8001 command, or its alias @code{bt}. This command will print one line per
8002 frame for frames in the stack. By default, all stack frames are
8003 printed. You can stop the backtrace at any time by typing the system
8004 interrupt character, normally @kbd{Ctrl-c}.
8005
8006 @table @code
8007 @item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
8008 @itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
8009 Print the backtrace of the entire stack.
8010
8011 The optional @var{count} can be one of the following:
8012
8013 @table @code
8014 @item @var{n}
8015 @itemx @var{n}
8016 Print only the innermost @var{n} frames, where @var{n} is a positive
8017 number.
8018
8019 @item -@var{n}
8020 @itemx -@var{n}
8021 Print only the outermost @var{n} frames, where @var{n} is a positive
8022 number.
8023 @end table
8024
8025 Options:
8026
8027 @table @code
8028 @item -full
8029 Print the values of the local variables also. This can be combined
8030 with the optional @var{count} to limit the number of frames shown.
8031
8032 @item -no-filters
8033 Do not run Python frame filters on this backtrace. @xref{Frame
8034 Filter API}, for more information. Additionally use @ref{disable
8035 frame-filter all} to turn off all frame filters. This is only
8036 relevant when @value{GDBN} has been configured with @code{Python}
8037 support.
8038
8039 @item -hide
8040 A Python frame filter might decide to ``elide'' some frames. Normally
8041 such elided frames are still printed, but they are indented relative
8042 to the filtered frames that cause them to be elided. The @code{-hide}
8043 option causes elided frames to not be printed at all.
8044 @end table
8045
8046 The @code{backtrace} command also supports a number of options that
8047 allow overriding relevant global print settings as set by @code{set
8048 backtrace} and @code{set print} subcommands:
8049
8050 @table @code
8051 @item -past-main [@code{on}|@code{off}]
8052 Set whether backtraces should continue past @code{main}. Related setting:
8053 @ref{set backtrace past-main}.
8054
8055 @item -past-entry [@code{on}|@code{off}]
8056 Set whether backtraces should continue past the entry point of a program.
8057 Related setting: @ref{set backtrace past-entry}.
8058
8059 @item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
8060 Set printing of function arguments at function entry.
8061 Related setting: @ref{set print entry-values}.
8062
8063 @item -frame-arguments @code{all}|@code{scalars}|@code{none}
8064 Set printing of non-scalar frame arguments.
8065 Related setting: @ref{set print frame-arguments}.
8066
8067 @item -raw-frame-arguments [@code{on}|@code{off}]
8068 Set whether to print frame arguments in raw form.
8069 Related setting: @ref{set print raw-frame-arguments}.
8070
8071 @item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
8072 Set printing of frame information.
8073 Related setting: @ref{set print frame-info}.
8074 @end table
8075
8076 The optional @var{qualifier} is maintained for backward compatibility.
8077 It can be one of the following:
8078
8079 @table @code
8080 @item full
8081 Equivalent to the @code{-full} option.
8082
8083 @item no-filters
8084 Equivalent to the @code{-no-filters} option.
8085
8086 @item hide
8087 Equivalent to the @code{-hide} option.
8088 @end table
8089
8090 @end table
8091
8092 @kindex where
8093 @kindex info stack
8094 The names @code{where} and @code{info stack} (abbreviated @code{info s})
8095 are additional aliases for @code{backtrace}.
8096
8097 @cindex multiple threads, backtrace
8098 In a multi-threaded program, @value{GDBN} by default shows the
8099 backtrace only for the current thread. To display the backtrace for
8100 several or all of the threads, use the command @code{thread apply}
8101 (@pxref{Threads, thread apply}). For example, if you type @kbd{thread
8102 apply all backtrace}, @value{GDBN} will display the backtrace for all
8103 the threads; this is handy when you debug a core dump of a
8104 multi-threaded program.
8105
8106 Each line in the backtrace shows the frame number and the function name.
8107 The program counter value is also shown---unless you use @code{set
8108 print address off}. The backtrace also shows the source file name and
8109 line number, as well as the arguments to the function. The program
8110 counter value is omitted if it is at the beginning of the code for that
8111 line number.
8112
8113 Here is an example of a backtrace. It was made with the command
8114 @samp{bt 3}, so it shows the innermost three frames.
8115
8116 @smallexample
8117 @group
8118 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8119 at builtin.c:993
8120 #1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
8121 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
8122 at macro.c:71
8123 (More stack frames follow...)
8124 @end group
8125 @end smallexample
8126
8127 @noindent
8128 The display for frame zero does not begin with a program counter
8129 value, indicating that your program has stopped at the beginning of the
8130 code for line @code{993} of @code{builtin.c}.
8131
8132 @noindent
8133 The value of parameter @code{data} in frame 1 has been replaced by
8134 @code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
8135 only if it is a scalar (integer, pointer, enumeration, etc). See command
8136 @kbd{set print frame-arguments} in @ref{Print Settings} for more details
8137 on how to configure the way function parameter values are printed.
8138 The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
8139 what frame information is printed.
8140
8141 @cindex optimized out, in backtrace
8142 @cindex function call arguments, optimized out
8143 If your program was compiled with optimizations, some compilers will
8144 optimize away arguments passed to functions if those arguments are
8145 never used after the call. Such optimizations generate code that
8146 passes arguments through registers, but doesn't store those arguments
8147 in the stack frame. @value{GDBN} has no way of displaying such
8148 arguments in stack frames other than the innermost one. Here's what
8149 such a backtrace might look like:
8150
8151 @smallexample
8152 @group
8153 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8154 at builtin.c:993
8155 #1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
8156 #2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
8157 at macro.c:71
8158 (More stack frames follow...)
8159 @end group
8160 @end smallexample
8161
8162 @noindent
8163 The values of arguments that were not saved in their stack frames are
8164 shown as @samp{<optimized out>}.
8165
8166 If you need to display the values of such optimized-out arguments,
8167 either deduce that from other variables whose values depend on the one
8168 you are interested in, or recompile without optimizations.
8169
8170 @cindex backtrace beyond @code{main} function
8171 @cindex program entry point
8172 @cindex startup code, and backtrace
8173 Most programs have a standard user entry point---a place where system
8174 libraries and startup code transition into user code. For C this is
8175 @code{main}@footnote{
8176 Note that embedded programs (the so-called ``free-standing''
8177 environment) are not required to have a @code{main} function as the
8178 entry point. They could even have multiple entry points.}.
8179 When @value{GDBN} finds the entry function in a backtrace
8180 it will terminate the backtrace, to avoid tracing into highly
8181 system-specific (and generally uninteresting) code.
8182
8183 If you need to examine the startup code, or limit the number of levels
8184 in a backtrace, you can change this behavior:
8185
8186 @table @code
8187 @item set backtrace past-main
8188 @itemx set backtrace past-main on
8189 @anchor{set backtrace past-main}
8190 @kindex set backtrace
8191 Backtraces will continue past the user entry point.
8192
8193 @item set backtrace past-main off
8194 Backtraces will stop when they encounter the user entry point. This is the
8195 default.
8196
8197 @item show backtrace past-main
8198 @kindex show backtrace
8199 Display the current user entry point backtrace policy.
8200
8201 @item set backtrace past-entry
8202 @itemx set backtrace past-entry on
8203 @anchor{set backtrace past-entry}
8204 Backtraces will continue past the internal entry point of an application.
8205 This entry point is encoded by the linker when the application is built,
8206 and is likely before the user entry point @code{main} (or equivalent) is called.
8207
8208 @item set backtrace past-entry off
8209 Backtraces will stop when they encounter the internal entry point of an
8210 application. This is the default.
8211
8212 @item show backtrace past-entry
8213 Display the current internal entry point backtrace policy.
8214
8215 @item set backtrace limit @var{n}
8216 @itemx set backtrace limit 0
8217 @itemx set backtrace limit unlimited
8218 @anchor{set backtrace limit}
8219 @cindex backtrace limit
8220 Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8221 or zero means unlimited levels.
8222
8223 @item show backtrace limit
8224 Display the current limit on backtrace levels.
8225 @end table
8226
8227 You can control how file names are displayed.
8228
8229 @table @code
8230 @item set filename-display
8231 @itemx set filename-display relative
8232 @cindex filename-display
8233 Display file names relative to the compilation directory. This is the default.
8234
8235 @item set filename-display basename
8236 Display only basename of a filename.
8237
8238 @item set filename-display absolute
8239 Display an absolute filename.
8240
8241 @item show filename-display
8242 Show the current way to display filenames.
8243 @end table
8244
8245 @node Selection
8246 @section Selecting a Frame
8247
8248 Most commands for examining the stack and other data in your program work on
8249 whichever stack frame is selected at the moment. Here are the commands for
8250 selecting a stack frame; all of them finish by printing a brief description
8251 of the stack frame just selected.
8252
8253 @table @code
8254 @kindex frame@r{, selecting}
8255 @kindex f @r{(@code{frame})}
8256 @item frame @r{[} @var{frame-selection-spec} @r{]}
8257 @item f @r{[} @var{frame-selection-spec} @r{]}
8258 The @command{frame} command allows different stack frames to be
8259 selected. The @var{frame-selection-spec} can be any of the following:
8260
8261 @table @code
8262 @kindex frame level
8263 @item @var{num}
8264 @item level @var{num}
8265 Select frame level @var{num}. Recall that frame zero is the innermost
8266 (currently executing) frame, frame one is the frame that called the
8267 innermost one, and so on. The highest level frame is usually the one
8268 for @code{main}.
8269
8270 As this is the most common method of navigating the frame stack, the
8271 string @command{level} can be omitted. For example, the following two
8272 commands are equivalent:
8273
8274 @smallexample
8275 (@value{GDBP}) frame 3
8276 (@value{GDBP}) frame level 3
8277 @end smallexample
8278
8279 @kindex frame address
8280 @item address @var{stack-address}
8281 Select the frame with stack address @var{stack-address}. The
8282 @var{stack-address} for a frame can be seen in the output of
8283 @command{info frame}, for example:
8284
8285 @smallexample
8286 (gdb) info frame
8287 Stack level 1, frame at 0x7fffffffda30:
8288 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8289 tail call frame, caller of frame at 0x7fffffffda30
8290 source language c++.
8291 Arglist at unknown address.
8292 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8293 @end smallexample
8294
8295 The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8296 indicated by the line:
8297
8298 @smallexample
8299 Stack level 1, frame at 0x7fffffffda30:
8300 @end smallexample
8301
8302 @kindex frame function
8303 @item function @var{function-name}
8304 Select the stack frame for function @var{function-name}. If there are
8305 multiple stack frames for function @var{function-name} then the inner
8306 most stack frame is selected.
8307
8308 @kindex frame view
8309 @item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8310 View a frame that is not part of @value{GDBN}'s backtrace. The frame
8311 viewed has stack address @var{stack-addr}, and optionally, a program
8312 counter address of @var{pc-addr}.
8313
8314 This is useful mainly if the chaining of stack frames has been
8315 damaged by a bug, making it impossible for @value{GDBN} to assign
8316 numbers properly to all frames. In addition, this can be useful
8317 when your program has multiple stacks and switches between them.
8318
8319 When viewing a frame outside the current backtrace using
8320 @command{frame view} then you can always return to the original
8321 stack using one of the previous stack frame selection instructions,
8322 for example @command{frame level 0}.
8323
8324 @end table
8325
8326 @kindex up
8327 @item up @var{n}
8328 Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8329 numbers @var{n}, this advances toward the outermost frame, to higher
8330 frame numbers, to frames that have existed longer.
8331
8332 @kindex down
8333 @kindex do @r{(@code{down})}
8334 @item down @var{n}
8335 Move @var{n} frames down the stack; @var{n} defaults to 1. For
8336 positive numbers @var{n}, this advances toward the innermost frame, to
8337 lower frame numbers, to frames that were created more recently.
8338 You may abbreviate @code{down} as @code{do}.
8339 @end table
8340
8341 All of these commands end by printing two lines of output describing the
8342 frame. The first line shows the frame number, the function name, the
8343 arguments, and the source file and line number of execution in that
8344 frame. The second line shows the text of that source line.
8345
8346 @need 1000
8347 For example:
8348
8349 @smallexample
8350 @group
8351 (@value{GDBP}) up
8352 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8353 at env.c:10
8354 10 read_input_file (argv[i]);
8355 @end group
8356 @end smallexample
8357
8358 After such a printout, the @code{list} command with no arguments
8359 prints ten lines centered on the point of execution in the frame.
8360 You can also edit the program at the point of execution with your favorite
8361 editing program by typing @code{edit}.
8362 @xref{List, ,Printing Source Lines},
8363 for details.
8364
8365 @table @code
8366 @kindex select-frame
8367 @item select-frame @r{[} @var{frame-selection-spec} @r{]}
8368 The @code{select-frame} command is a variant of @code{frame} that does
8369 not display the new frame after selecting it. This command is
8370 intended primarily for use in @value{GDBN} command scripts, where the
8371 output might be unnecessary and distracting. The
8372 @var{frame-selection-spec} is as for the @command{frame} command
8373 described in @ref{Selection, ,Selecting a Frame}.
8374
8375 @kindex down-silently
8376 @kindex up-silently
8377 @item up-silently @var{n}
8378 @itemx down-silently @var{n}
8379 These two commands are variants of @code{up} and @code{down},
8380 respectively; they differ in that they do their work silently, without
8381 causing display of the new frame. They are intended primarily for use
8382 in @value{GDBN} command scripts, where the output might be unnecessary and
8383 distracting.
8384 @end table
8385
8386 @node Frame Info
8387 @section Information About a Frame
8388
8389 There are several other commands to print information about the selected
8390 stack frame.
8391
8392 @table @code
8393 @item frame
8394 @itemx f
8395 When used without any argument, this command does not change which
8396 frame is selected, but prints a brief description of the currently
8397 selected stack frame. It can be abbreviated @code{f}. With an
8398 argument, this command is used to select a stack frame.
8399 @xref{Selection, ,Selecting a Frame}.
8400
8401 @kindex info frame
8402 @kindex info f @r{(@code{info frame})}
8403 @item info frame
8404 @itemx info f
8405 This command prints a verbose description of the selected stack frame,
8406 including:
8407
8408 @itemize @bullet
8409 @item
8410 the address of the frame
8411 @item
8412 the address of the next frame down (called by this frame)
8413 @item
8414 the address of the next frame up (caller of this frame)
8415 @item
8416 the language in which the source code corresponding to this frame is written
8417 @item
8418 the address of the frame's arguments
8419 @item
8420 the address of the frame's local variables
8421 @item
8422 the program counter saved in it (the address of execution in the caller frame)
8423 @item
8424 which registers were saved in the frame
8425 @end itemize
8426
8427 @noindent The verbose description is useful when
8428 something has gone wrong that has made the stack format fail to fit
8429 the usual conventions.
8430
8431 @item info frame @r{[} @var{frame-selection-spec} @r{]}
8432 @itemx info f @r{[} @var{frame-selection-spec} @r{]}
8433 Print a verbose description of the frame selected by
8434 @var{frame-selection-spec}. The @var{frame-selection-spec} is the
8435 same as for the @command{frame} command (@pxref{Selection, ,Selecting
8436 a Frame}). The selected frame remains unchanged by this command.
8437
8438 @kindex info args
8439 @item info args [-q]
8440 Print the arguments of the selected frame, each on a separate line.
8441
8442 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8443 printing header information and messages explaining why no argument
8444 have been printed.
8445
8446 @item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8447 Like @kbd{info args}, but only print the arguments selected
8448 with the provided regexp(s).
8449
8450 If @var{regexp} is provided, print only the arguments whose names
8451 match the regular expression @var{regexp}.
8452
8453 If @var{type_regexp} is provided, print only the arguments whose
8454 types, as printed by the @code{whatis} command, match
8455 the regular expression @var{type_regexp}.
8456 If @var{type_regexp} contains space(s), it should be enclosed in
8457 quote characters. If needed, use backslash to escape the meaning
8458 of special characters or quotes.
8459
8460 If both @var{regexp} and @var{type_regexp} are provided, an argument
8461 is printed only if its name matches @var{regexp} and its type matches
8462 @var{type_regexp}.
8463
8464 @item info locals [-q]
8465 @kindex info locals
8466 Print the local variables of the selected frame, each on a separate
8467 line. These are all variables (declared either static or automatic)
8468 accessible at the point of execution of the selected frame.
8469
8470 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8471 printing header information and messages explaining why no local variables
8472 have been printed.
8473
8474 @item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8475 Like @kbd{info locals}, but only print the local variables selected
8476 with the provided regexp(s).
8477
8478 If @var{regexp} is provided, print only the local variables whose names
8479 match the regular expression @var{regexp}.
8480
8481 If @var{type_regexp} is provided, print only the local variables whose
8482 types, as printed by the @code{whatis} command, match
8483 the regular expression @var{type_regexp}.
8484 If @var{type_regexp} contains space(s), it should be enclosed in
8485 quote characters. If needed, use backslash to escape the meaning
8486 of special characters or quotes.
8487
8488 If both @var{regexp} and @var{type_regexp} are provided, a local variable
8489 is printed only if its name matches @var{regexp} and its type matches
8490 @var{type_regexp}.
8491
8492 The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8493 combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8494 For example, your program might use Resource Acquisition Is
8495 Initialization types (RAII) such as @code{lock_something_t}: each
8496 local variable of type @code{lock_something_t} automatically places a
8497 lock that is destroyed when the variable goes out of scope. You can
8498 then list all acquired locks in your program by doing
8499 @smallexample
8500 thread apply all -s frame apply all -s info locals -q -t lock_something_t
8501 @end smallexample
8502 @noindent
8503 or the equivalent shorter form
8504 @smallexample
8505 tfaas i lo -q -t lock_something_t
8506 @end smallexample
8507
8508 @end table
8509
8510 @node Frame Apply
8511 @section Applying a Command to Several Frames.
8512 @kindex frame apply
8513 @cindex apply command to several frames
8514 @table @code
8515 @item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
8516 The @code{frame apply} command allows you to apply the named
8517 @var{command} to one or more frames.
8518
8519 @table @code
8520 @item @code{all}
8521 Specify @code{all} to apply @var{command} to all frames.
8522
8523 @item @var{count}
8524 Use @var{count} to apply @var{command} to the innermost @var{count}
8525 frames, where @var{count} is a positive number.
8526
8527 @item @var{-count}
8528 Use @var{-count} to apply @var{command} to the outermost @var{count}
8529 frames, where @var{count} is a positive number.
8530
8531 @item @code{level}
8532 Use @code{level} to apply @var{command} to the set of frames identified
8533 by the @var{level} list. @var{level} is a frame level or a range of frame
8534 levels as @var{level1}-@var{level2}. The frame level is the number shown
8535 in the first field of the @samp{backtrace} command output.
8536 E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8537 at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8538
8539 @end table
8540
8541 Note that the frames on which @code{frame apply} applies a command are
8542 also influenced by the @code{set backtrace} settings such as @code{set
8543 backtrace past-main} and @code{set backtrace limit N}.
8544 @xref{Backtrace,,Backtraces}.
8545
8546 The @code{frame apply} command also supports a number of options that
8547 allow overriding relevant @code{set backtrace} settings:
8548
8549 @table @code
8550 @item -past-main [@code{on}|@code{off}]
8551 Whether backtraces should continue past @code{main}.
8552 Related setting: @ref{set backtrace past-main}.
8553
8554 @item -past-entry [@code{on}|@code{off}]
8555 Whether backtraces should continue past the entry point of a program.
8556 Related setting: @ref{set backtrace past-entry}.
8557 @end table
8558
8559 By default, @value{GDBN} displays some frame information before the
8560 output produced by @var{command}, and an error raised during the
8561 execution of a @var{command} will abort @code{frame apply}. The
8562 following options can be used to fine-tune these behaviors:
8563
8564 @table @code
8565 @item -c
8566 The flag @code{-c}, which stands for @samp{continue}, causes any
8567 errors in @var{command} to be displayed, and the execution of
8568 @code{frame apply} then continues.
8569 @item -s
8570 The flag @code{-s}, which stands for @samp{silent}, causes any errors
8571 or empty output produced by a @var{command} to be silently ignored.
8572 That is, the execution continues, but the frame information and errors
8573 are not printed.
8574 @item -q
8575 The flag @code{-q} (@samp{quiet}) disables printing the frame
8576 information.
8577 @end table
8578
8579 The following example shows how the flags @code{-c} and @code{-s} are
8580 working when applying the command @code{p j} to all frames, where
8581 variable @code{j} can only be successfully printed in the outermost
8582 @code{#1 main} frame.
8583
8584 @smallexample
8585 @group
8586 (gdb) frame apply all p j
8587 #0 some_function (i=5) at fun.c:4
8588 No symbol "j" in current context.
8589 (gdb) frame apply all -c p j
8590 #0 some_function (i=5) at fun.c:4
8591 No symbol "j" in current context.
8592 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8593 $1 = 5
8594 (gdb) frame apply all -s p j
8595 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8596 $2 = 5
8597 (gdb)
8598 @end group
8599 @end smallexample
8600
8601 By default, @samp{frame apply}, prints the frame location
8602 information before the command output:
8603
8604 @smallexample
8605 @group
8606 (gdb) frame apply all p $sp
8607 #0 some_function (i=5) at fun.c:4
8608 $4 = (void *) 0xffffd1e0
8609 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8610 $5 = (void *) 0xffffd1f0
8611 (gdb)
8612 @end group
8613 @end smallexample
8614
8615 If the flag @code{-q} is given, no frame information is printed:
8616 @smallexample
8617 @group
8618 (gdb) frame apply all -q p $sp
8619 $12 = (void *) 0xffffd1e0
8620 $13 = (void *) 0xffffd1f0
8621 (gdb)
8622 @end group
8623 @end smallexample
8624
8625 @end table
8626
8627 @table @code
8628
8629 @kindex faas
8630 @cindex apply a command to all frames (ignoring errors and empty output)
8631 @item faas @var{command}
8632 Shortcut for @code{frame apply all -s @var{command}}.
8633 Applies @var{command} on all frames, ignoring errors and empty output.
8634
8635 It can for example be used to print a local variable or a function
8636 argument without knowing the frame where this variable or argument
8637 is, using:
8638 @smallexample
8639 (@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8640 @end smallexample
8641
8642 The @code{faas} command accepts the same options as the @code{frame
8643 apply} command. @xref{Frame Apply,,frame apply}.
8644
8645 Note that the command @code{tfaas @var{command}} applies @var{command}
8646 on all frames of all threads. See @xref{Threads,,Threads}.
8647 @end table
8648
8649
8650 @node Frame Filter Management
8651 @section Management of Frame Filters.
8652 @cindex managing frame filters
8653
8654 Frame filters are Python based utilities to manage and decorate the
8655 output of frames. @xref{Frame Filter API}, for further information.
8656
8657 Managing frame filters is performed by several commands available
8658 within @value{GDBN}, detailed here.
8659
8660 @table @code
8661 @kindex info frame-filter
8662 @item info frame-filter
8663 Print a list of installed frame filters from all dictionaries, showing
8664 their name, priority and enabled status.
8665
8666 @kindex disable frame-filter
8667 @anchor{disable frame-filter all}
8668 @item disable frame-filter @var{filter-dictionary} @var{filter-name}
8669 Disable a frame filter in the dictionary matching
8670 @var{filter-dictionary} and @var{filter-name}. The
8671 @var{filter-dictionary} may be @code{all}, @code{global},
8672 @code{progspace}, or the name of the object file where the frame filter
8673 dictionary resides. When @code{all} is specified, all frame filters
8674 across all dictionaries are disabled. The @var{filter-name} is the name
8675 of the frame filter and is used when @code{all} is not the option for
8676 @var{filter-dictionary}. A disabled frame-filter is not deleted, it
8677 may be enabled again later.
8678
8679 @kindex enable frame-filter
8680 @item enable frame-filter @var{filter-dictionary} @var{filter-name}
8681 Enable a frame filter in the dictionary matching
8682 @var{filter-dictionary} and @var{filter-name}. The
8683 @var{filter-dictionary} may be @code{all}, @code{global},
8684 @code{progspace} or the name of the object file where the frame filter
8685 dictionary resides. When @code{all} is specified, all frame filters across
8686 all dictionaries are enabled. The @var{filter-name} is the name of the frame
8687 filter and is used when @code{all} is not the option for
8688 @var{filter-dictionary}.
8689
8690 Example:
8691
8692 @smallexample
8693 (gdb) info frame-filter
8694
8695 global frame-filters:
8696 Priority Enabled Name
8697 1000 No PrimaryFunctionFilter
8698 100 Yes Reverse
8699
8700 progspace /build/test frame-filters:
8701 Priority Enabled Name
8702 100 Yes ProgspaceFilter
8703
8704 objfile /build/test frame-filters:
8705 Priority Enabled Name
8706 999 Yes BuildProgramFilter
8707
8708 (gdb) disable frame-filter /build/test BuildProgramFilter
8709 (gdb) info frame-filter
8710
8711 global frame-filters:
8712 Priority Enabled Name
8713 1000 No PrimaryFunctionFilter
8714 100 Yes Reverse
8715
8716 progspace /build/test frame-filters:
8717 Priority Enabled Name
8718 100 Yes ProgspaceFilter
8719
8720 objfile /build/test frame-filters:
8721 Priority Enabled Name
8722 999 No BuildProgramFilter
8723
8724 (gdb) enable frame-filter global PrimaryFunctionFilter
8725 (gdb) info frame-filter
8726
8727 global frame-filters:
8728 Priority Enabled Name
8729 1000 Yes PrimaryFunctionFilter
8730 100 Yes Reverse
8731
8732 progspace /build/test frame-filters:
8733 Priority Enabled Name
8734 100 Yes ProgspaceFilter
8735
8736 objfile /build/test frame-filters:
8737 Priority Enabled Name
8738 999 No BuildProgramFilter
8739 @end smallexample
8740
8741 @kindex set frame-filter priority
8742 @item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8743 Set the @var{priority} of a frame filter in the dictionary matching
8744 @var{filter-dictionary}, and the frame filter name matching
8745 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8746 @code{progspace} or the name of the object file where the frame filter
8747 dictionary resides. The @var{priority} is an integer.
8748
8749 @kindex show frame-filter priority
8750 @item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8751 Show the @var{priority} of a frame filter in the dictionary matching
8752 @var{filter-dictionary}, and the frame filter name matching
8753 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8754 @code{progspace} or the name of the object file where the frame filter
8755 dictionary resides.
8756
8757 Example:
8758
8759 @smallexample
8760 (gdb) info frame-filter
8761
8762 global frame-filters:
8763 Priority Enabled Name
8764 1000 Yes PrimaryFunctionFilter
8765 100 Yes Reverse
8766
8767 progspace /build/test frame-filters:
8768 Priority Enabled Name
8769 100 Yes ProgspaceFilter
8770
8771 objfile /build/test frame-filters:
8772 Priority Enabled Name
8773 999 No BuildProgramFilter
8774
8775 (gdb) set frame-filter priority global Reverse 50
8776 (gdb) info frame-filter
8777
8778 global frame-filters:
8779 Priority Enabled Name
8780 1000 Yes PrimaryFunctionFilter
8781 50 Yes Reverse
8782
8783 progspace /build/test frame-filters:
8784 Priority Enabled Name
8785 100 Yes ProgspaceFilter
8786
8787 objfile /build/test frame-filters:
8788 Priority Enabled Name
8789 999 No BuildProgramFilter
8790 @end smallexample
8791 @end table
8792
8793 @node Source
8794 @chapter Examining Source Files
8795
8796 @value{GDBN} can print parts of your program's source, since the debugging
8797 information recorded in the program tells @value{GDBN} what source files were
8798 used to build it. When your program stops, @value{GDBN} spontaneously prints
8799 the line where it stopped. Likewise, when you select a stack frame
8800 (@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
8801 execution in that frame has stopped. You can print other portions of
8802 source files by explicit command.
8803
8804 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
8805 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
8806 @value{GDBN} under @sc{gnu} Emacs}.
8807
8808 @menu
8809 * List:: Printing source lines
8810 * Specify Location:: How to specify code locations
8811 * Edit:: Editing source files
8812 * Search:: Searching source files
8813 * Source Path:: Specifying source directories
8814 * Machine Code:: Source and machine code
8815 @end menu
8816
8817 @node List
8818 @section Printing Source Lines
8819
8820 @kindex list
8821 @kindex l @r{(@code{list})}
8822 To print lines from a source file, use the @code{list} command
8823 (abbreviated @code{l}). By default, ten lines are printed.
8824 There are several ways to specify what part of the file you want to
8825 print; see @ref{Specify Location}, for the full list.
8826
8827 Here are the forms of the @code{list} command most commonly used:
8828
8829 @table @code
8830 @item list @var{linenum}
8831 Print lines centered around line number @var{linenum} in the
8832 current source file.
8833
8834 @item list @var{function}
8835 Print lines centered around the beginning of function
8836 @var{function}.
8837
8838 @item list
8839 Print more lines. If the last lines printed were printed with a
8840 @code{list} command, this prints lines following the last lines
8841 printed; however, if the last line printed was a solitary line printed
8842 as part of displaying a stack frame (@pxref{Stack, ,Examining the
8843 Stack}), this prints lines centered around that line.
8844
8845 @item list -
8846 Print lines just before the lines last printed.
8847 @end table
8848
8849 @cindex @code{list}, how many lines to display
8850 By default, @value{GDBN} prints ten source lines with any of these forms of
8851 the @code{list} command. You can change this using @code{set listsize}:
8852
8853 @table @code
8854 @kindex set listsize
8855 @item set listsize @var{count}
8856 @itemx set listsize unlimited
8857 Make the @code{list} command display @var{count} source lines (unless
8858 the @code{list} argument explicitly specifies some other number).
8859 Setting @var{count} to @code{unlimited} or 0 means there's no limit.
8860
8861 @kindex show listsize
8862 @item show listsize
8863 Display the number of lines that @code{list} prints.
8864 @end table
8865
8866 Repeating a @code{list} command with @key{RET} discards the argument,
8867 so it is equivalent to typing just @code{list}. This is more useful
8868 than listing the same lines again. An exception is made for an
8869 argument of @samp{-}; that argument is preserved in repetition so that
8870 each repetition moves up in the source file.
8871
8872 In general, the @code{list} command expects you to supply zero, one or two
8873 @dfn{locations}. Locations specify source lines; there are several ways
8874 of writing them (@pxref{Specify Location}), but the effect is always
8875 to specify some source line.
8876
8877 Here is a complete description of the possible arguments for @code{list}:
8878
8879 @table @code
8880 @item list @var{location}
8881 Print lines centered around the line specified by @var{location}.
8882
8883 @item list @var{first},@var{last}
8884 Print lines from @var{first} to @var{last}. Both arguments are
8885 locations. When a @code{list} command has two locations, and the
8886 source file of the second location is omitted, this refers to
8887 the same source file as the first location.
8888
8889 @item list ,@var{last}
8890 Print lines ending with @var{last}.
8891
8892 @item list @var{first},
8893 Print lines starting with @var{first}.
8894
8895 @item list +
8896 Print lines just after the lines last printed.
8897
8898 @item list -
8899 Print lines just before the lines last printed.
8900
8901 @item list
8902 As described in the preceding table.
8903 @end table
8904
8905 @node Specify Location
8906 @section Specifying a Location
8907 @cindex specifying location
8908 @cindex location
8909 @cindex source location
8910
8911 Several @value{GDBN} commands accept arguments that specify a location
8912 of your program's code. Since @value{GDBN} is a source-level
8913 debugger, a location usually specifies some line in the source code.
8914 Locations may be specified using three different formats:
8915 linespec locations, explicit locations, or address locations.
8916
8917 @menu
8918 * Linespec Locations:: Linespec locations
8919 * Explicit Locations:: Explicit locations
8920 * Address Locations:: Address locations
8921 @end menu
8922
8923 @node Linespec Locations
8924 @subsection Linespec Locations
8925 @cindex linespec locations
8926
8927 A @dfn{linespec} is a colon-separated list of source location parameters such
8928 as file name, function name, etc. Here are all the different ways of
8929 specifying a linespec:
8930
8931 @table @code
8932 @item @var{linenum}
8933 Specifies the line number @var{linenum} of the current source file.
8934
8935 @item -@var{offset}
8936 @itemx +@var{offset}
8937 Specifies the line @var{offset} lines before or after the @dfn{current
8938 line}. For the @code{list} command, the current line is the last one
8939 printed; for the breakpoint commands, this is the line at which
8940 execution stopped in the currently selected @dfn{stack frame}
8941 (@pxref{Frames, ,Frames}, for a description of stack frames.) When
8942 used as the second of the two linespecs in a @code{list} command,
8943 this specifies the line @var{offset} lines up or down from the first
8944 linespec.
8945
8946 @item @var{filename}:@var{linenum}
8947 Specifies the line @var{linenum} in the source file @var{filename}.
8948 If @var{filename} is a relative file name, then it will match any
8949 source file name with the same trailing components. For example, if
8950 @var{filename} is @samp{gcc/expr.c}, then it will match source file
8951 name of @file{/build/trunk/gcc/expr.c}, but not
8952 @file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
8953
8954 @item @var{function}
8955 Specifies the line that begins the body of the function @var{function}.
8956 For example, in C, this is the line with the open brace.
8957
8958 By default, in C@t{++} and Ada, @var{function} is interpreted as
8959 specifying all functions named @var{function} in all scopes. For
8960 C@t{++}, this means in all namespaces and classes. For Ada, this
8961 means in all packages.
8962
8963 For example, assuming a program with C@t{++} symbols named
8964 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8965 func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8966
8967 Commands that accept a linespec let you override this with the
8968 @code{-qualified} option. For example, @w{@kbd{break -qualified
8969 func}} sets a breakpoint on a free-function named @code{func} ignoring
8970 any C@t{++} class methods and namespace functions called @code{func}.
8971
8972 @xref{Explicit Locations}.
8973
8974 @item @var{function}:@var{label}
8975 Specifies the line where @var{label} appears in @var{function}.
8976
8977 @item @var{filename}:@var{function}
8978 Specifies the line that begins the body of the function @var{function}
8979 in the file @var{filename}. You only need the file name with a
8980 function name to avoid ambiguity when there are identically named
8981 functions in different source files.
8982
8983 @item @var{label}
8984 Specifies the line at which the label named @var{label} appears
8985 in the function corresponding to the currently selected stack frame.
8986 If there is no current selected stack frame (for instance, if the inferior
8987 is not running), then @value{GDBN} will not search for a label.
8988
8989 @cindex breakpoint at static probe point
8990 @item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8991 The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8992 applications to embed static probes. @xref{Static Probe Points}, for more
8993 information on finding and using static probes. This form of linespec
8994 specifies the location of such a static probe.
8995
8996 If @var{objfile} is given, only probes coming from that shared library
8997 or executable matching @var{objfile} as a regular expression are considered.
8998 If @var{provider} is given, then only probes from that provider are considered.
8999 If several probes match the spec, @value{GDBN} will insert a breakpoint at
9000 each one of those probes.
9001 @end table
9002
9003 @node Explicit Locations
9004 @subsection Explicit Locations
9005 @cindex explicit locations
9006
9007 @dfn{Explicit locations} allow the user to directly specify the source
9008 location's parameters using option-value pairs.
9009
9010 Explicit locations are useful when several functions, labels, or
9011 file names have the same name (base name for files) in the program's
9012 sources. In these cases, explicit locations point to the source
9013 line you meant more accurately and unambiguously. Also, using
9014 explicit locations might be faster in large programs.
9015
9016 For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
9017 defined in the file named @file{foo} or the label @code{bar} in a function
9018 named @code{foo}. @value{GDBN} must search either the file system or
9019 the symbol table to know.
9020
9021 The list of valid explicit location options is summarized in the
9022 following table:
9023
9024 @table @code
9025 @item -source @var{filename}
9026 The value specifies the source file name. To differentiate between
9027 files with the same base name, prepend as many directories as is necessary
9028 to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
9029 @value{GDBN} will use the first file it finds with the given base
9030 name. This option requires the use of either @code{-function} or @code{-line}.
9031
9032 @item -function @var{function}
9033 The value specifies the name of a function. Operations
9034 on function locations unmodified by other options (such as @code{-label}
9035 or @code{-line}) refer to the line that begins the body of the function.
9036 In C, for example, this is the line with the open brace.
9037
9038 By default, in C@t{++} and Ada, @var{function} is interpreted as
9039 specifying all functions named @var{function} in all scopes. For
9040 C@t{++}, this means in all namespaces and classes. For Ada, this
9041 means in all packages.
9042
9043 For example, assuming a program with C@t{++} symbols named
9044 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9045 -function func}} and @w{@kbd{break -function B::func}} set a
9046 breakpoint on both symbols.
9047
9048 You can use the @kbd{-qualified} flag to override this (see below).
9049
9050 @item -qualified
9051
9052 This flag makes @value{GDBN} interpret a function name specified with
9053 @kbd{-function} as a complete fully-qualified name.
9054
9055 For example, assuming a C@t{++} program with symbols named
9056 @code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
9057 -function B::func}} command sets a breakpoint on @code{B::func}, only.
9058
9059 (Note: the @kbd{-qualified} option can precede a linespec as well
9060 (@pxref{Linespec Locations}), so the particular example above could be
9061 simplified as @w{@kbd{break -qualified B::func}}.)
9062
9063 @item -label @var{label}
9064 The value specifies the name of a label. When the function
9065 name is not specified, the label is searched in the function of the currently
9066 selected stack frame.
9067
9068 @item -line @var{number}
9069 The value specifies a line offset for the location. The offset may either
9070 be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
9071 the command. When specified without any other options, the line offset is
9072 relative to the current line.
9073 @end table
9074
9075 Explicit location options may be abbreviated by omitting any non-unique
9076 trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
9077
9078 @node Address Locations
9079 @subsection Address Locations
9080 @cindex address locations
9081
9082 @dfn{Address locations} indicate a specific program address. They have
9083 the generalized form *@var{address}.
9084
9085 For line-oriented commands, such as @code{list} and @code{edit}, this
9086 specifies a source line that contains @var{address}. For @code{break} and
9087 other breakpoint-oriented commands, this can be used to set breakpoints in
9088 parts of your program which do not have debugging information or
9089 source files.
9090
9091 Here @var{address} may be any expression valid in the current working
9092 language (@pxref{Languages, working language}) that specifies a code
9093 address. In addition, as a convenience, @value{GDBN} extends the
9094 semantics of expressions used in locations to cover several situations
9095 that frequently occur during debugging. Here are the various forms
9096 of @var{address}:
9097
9098 @table @code
9099 @item @var{expression}
9100 Any expression valid in the current working language.
9101
9102 @item @var{funcaddr}
9103 An address of a function or procedure derived from its name. In C,
9104 C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
9105 simply the function's name @var{function} (and actually a special case
9106 of a valid expression). In Pascal and Modula-2, this is
9107 @code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
9108 (although the Pascal form also works).
9109
9110 This form specifies the address of the function's first instruction,
9111 before the stack frame and arguments have been set up.
9112
9113 @item '@var{filename}':@var{funcaddr}
9114 Like @var{funcaddr} above, but also specifies the name of the source
9115 file explicitly. This is useful if the name of the function does not
9116 specify the function unambiguously, e.g., if there are several
9117 functions with identical names in different source files.
9118 @end table
9119
9120 @node Edit
9121 @section Editing Source Files
9122 @cindex editing source files
9123
9124 @kindex edit
9125 @kindex e @r{(@code{edit})}
9126 To edit the lines in a source file, use the @code{edit} command.
9127 The editing program of your choice
9128 is invoked with the current line set to
9129 the active line in the program.
9130 Alternatively, there are several ways to specify what part of the file you
9131 want to print if you want to see other parts of the program:
9132
9133 @table @code
9134 @item edit @var{location}
9135 Edit the source file specified by @code{location}. Editing starts at
9136 that @var{location}, e.g., at the specified source line of the
9137 specified file. @xref{Specify Location}, for all the possible forms
9138 of the @var{location} argument; here are the forms of the @code{edit}
9139 command most commonly used:
9140
9141 @table @code
9142 @item edit @var{number}
9143 Edit the current source file with @var{number} as the active line number.
9144
9145 @item edit @var{function}
9146 Edit the file containing @var{function} at the beginning of its definition.
9147 @end table
9148
9149 @end table
9150
9151 @subsection Choosing your Editor
9152 You can customize @value{GDBN} to use any editor you want
9153 @footnote{
9154 The only restriction is that your editor (say @code{ex}), recognizes the
9155 following command-line syntax:
9156 @smallexample
9157 ex +@var{number} file
9158 @end smallexample
9159 The optional numeric value +@var{number} specifies the number of the line in
9160 the file where to start editing.}.
9161 By default, it is @file{@value{EDITOR}}, but you can change this
9162 by setting the environment variable @code{EDITOR} before using
9163 @value{GDBN}. For example, to configure @value{GDBN} to use the
9164 @code{vi} editor, you could use these commands with the @code{sh} shell:
9165 @smallexample
9166 EDITOR=/usr/bin/vi
9167 export EDITOR
9168 gdb @dots{}
9169 @end smallexample
9170 or in the @code{csh} shell,
9171 @smallexample
9172 setenv EDITOR /usr/bin/vi
9173 gdb @dots{}
9174 @end smallexample
9175
9176 @node Search
9177 @section Searching Source Files
9178 @cindex searching source files
9179
9180 There are two commands for searching through the current source file for a
9181 regular expression.
9182
9183 @table @code
9184 @kindex search
9185 @kindex forward-search
9186 @kindex fo @r{(@code{forward-search})}
9187 @item forward-search @var{regexp}
9188 @itemx search @var{regexp}
9189 The command @samp{forward-search @var{regexp}} checks each line,
9190 starting with the one following the last line listed, for a match for
9191 @var{regexp}. It lists the line that is found. You can use the
9192 synonym @samp{search @var{regexp}} or abbreviate the command name as
9193 @code{fo}.
9194
9195 @kindex reverse-search
9196 @item reverse-search @var{regexp}
9197 The command @samp{reverse-search @var{regexp}} checks each line, starting
9198 with the one before the last line listed and going backward, for a match
9199 for @var{regexp}. It lists the line that is found. You can abbreviate
9200 this command as @code{rev}.
9201 @end table
9202
9203 @node Source Path
9204 @section Specifying Source Directories
9205
9206 @cindex source path
9207 @cindex directories for source files
9208 Executable programs sometimes do not record the directories of the source
9209 files from which they were compiled, just the names. Even when they do,
9210 the directories could be moved between the compilation and your debugging
9211 session. @value{GDBN} has a list of directories to search for source files;
9212 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9213 it tries all the directories in the list, in the order they are present
9214 in the list, until it finds a file with the desired name.
9215
9216 For example, suppose an executable references the file
9217 @file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9218 directory, and the @dfn{source path} is @file{/mnt/cross}.
9219 @value{GDBN} would look for the source file in the following
9220 locations:
9221
9222 @enumerate
9223
9224 @item @file{/usr/src/foo-1.0/lib/foo.c}
9225 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9226 @item @file{/mnt/cross/foo.c}
9227
9228 @end enumerate
9229
9230 If the source file is not present at any of the above locations then
9231 an error is printed. @value{GDBN} does not look up the parts of the
9232 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9233 Likewise, the subdirectories of the source path are not searched: if
9234 the source path is @file{/mnt/cross}, and the binary refers to
9235 @file{foo.c}, @value{GDBN} would not find it under
9236 @file{/mnt/cross/usr/src/foo-1.0/lib}.
9237
9238 Plain file names, relative file names with leading directories, file
9239 names containing dots, etc.@: are all treated as described above,
9240 except that non-absolute file names are not looked up literally. If
9241 the @dfn{source path} is @file{/mnt/cross}, the source file is
9242 recorded as @file{../lib/foo.c}, and no compilation directory is
9243 recorded, then @value{GDBN} will search in the following locations:
9244
9245 @enumerate
9246
9247 @item @file{/mnt/cross/../lib/foo.c}
9248 @item @file{/mnt/cross/foo.c}
9249
9250 @end enumerate
9251
9252 @kindex cdir
9253 @kindex cwd
9254 @vindex $cdir@r{, convenience variable}
9255 @vindex $cwd@r{, convenience variable}
9256 @cindex compilation directory
9257 @cindex current directory
9258 @cindex working directory
9259 @cindex directory, current
9260 @cindex directory, compilation
9261 The @dfn{source path} will always include two special entries
9262 @samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9263 (if one is recorded) and the current working directory respectively.
9264
9265 @samp{$cdir} causes @value{GDBN} to search within the compilation
9266 directory, if one is recorded in the debug information. If no
9267 compilation directory is recorded in the debug information then
9268 @samp{$cdir} is ignored.
9269
9270 @samp{$cwd} is not the same as @samp{.}---the former tracks the
9271 current working directory as it changes during your @value{GDBN}
9272 session, while the latter is immediately expanded to the current
9273 directory at the time you add an entry to the source path.
9274
9275 If a compilation directory is recorded in the debug information, and
9276 @value{GDBN} has not found the source file after the first search
9277 using @dfn{source path}, then @value{GDBN} will combine the
9278 compilation directory and the filename, and then search for the source
9279 file again using the @dfn{source path}.
9280
9281 For example, if the executable records the source file as
9282 @file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9283 recorded as @file{/project/build}, and the @dfn{source path} is
9284 @file{/mnt/cross:$cdir:$cwd} while the current working directory of
9285 the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
9286 search for the source file in the following locations:
9287
9288 @enumerate
9289
9290 @item @file{/usr/src/foo-1.0/lib/foo.c}
9291 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9292 @item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9293 @item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9294 @item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9295 @item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9296 @item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9297 @item @file{/mnt/cross/foo.c}
9298 @item @file{/project/build/foo.c}
9299 @item @file{/home/user/foo.c}
9300
9301 @end enumerate
9302
9303 If the file name in the previous example had been recorded in the
9304 executable as a relative path rather than an absolute path, then the
9305 first look up would not have occurred, but all of the remaining steps
9306 would be similar.
9307
9308 When searching for source files on MS-DOS and MS-Windows, where
9309 absolute paths start with a drive letter (e.g.
9310 @file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9311 from the file name before appending it to a search directory from
9312 @dfn{source path}; for instance if the executable references the
9313 source file @file{C:/project/foo.c} and @dfn{source path} is set to
9314 @file{D:/mnt/cross}, then @value{GDBN} will search in the following
9315 locations for the source file:
9316
9317 @enumerate
9318
9319 @item @file{C:/project/foo.c}
9320 @item @file{D:/mnt/cross/project/foo.c}
9321 @item @file{D:/mnt/cross/foo.c}
9322
9323 @end enumerate
9324
9325 Note that the executable search path is @emph{not} used to locate the
9326 source files.
9327
9328 Whenever you reset or rearrange the source path, @value{GDBN} clears out
9329 any information it has cached about where source files are found and where
9330 each line is in the file.
9331
9332 @kindex directory
9333 @kindex dir
9334 When you start @value{GDBN}, its source path includes only @samp{$cdir}
9335 and @samp{$cwd}, in that order.
9336 To add other directories, use the @code{directory} command.
9337
9338 The search path is used to find both program source files and @value{GDBN}
9339 script files (read using the @samp{-command} option and @samp{source} command).
9340
9341 In addition to the source path, @value{GDBN} provides a set of commands
9342 that manage a list of source path substitution rules. A @dfn{substitution
9343 rule} specifies how to rewrite source directories stored in the program's
9344 debug information in case the sources were moved to a different
9345 directory between compilation and debugging. A rule is made of
9346 two strings, the first specifying what needs to be rewritten in
9347 the path, and the second specifying how it should be rewritten.
9348 In @ref{set substitute-path}, we name these two parts @var{from} and
9349 @var{to} respectively. @value{GDBN} does a simple string replacement
9350 of @var{from} with @var{to} at the start of the directory part of the
9351 source file name, and uses that result instead of the original file
9352 name to look up the sources.
9353
9354 Using the previous example, suppose the @file{foo-1.0} tree has been
9355 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
9356 @value{GDBN} to replace @file{/usr/src} in all source path names with
9357 @file{/mnt/cross}. The first lookup will then be
9358 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9359 of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9360 substitution rule, use the @code{set substitute-path} command
9361 (@pxref{set substitute-path}).
9362
9363 To avoid unexpected substitution results, a rule is applied only if the
9364 @var{from} part of the directory name ends at a directory separator.
9365 For instance, a rule substituting @file{/usr/source} into
9366 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9367 not to @file{/usr/sourceware/foo-2.0}. And because the substitution
9368 is applied only at the beginning of the directory name, this rule will
9369 not be applied to @file{/root/usr/source/baz.c} either.
9370
9371 In many cases, you can achieve the same result using the @code{directory}
9372 command. However, @code{set substitute-path} can be more efficient in
9373 the case where the sources are organized in a complex tree with multiple
9374 subdirectories. With the @code{directory} command, you need to add each
9375 subdirectory of your project. If you moved the entire tree while
9376 preserving its internal organization, then @code{set substitute-path}
9377 allows you to direct the debugger to all the sources with one single
9378 command.
9379
9380 @code{set substitute-path} is also more than just a shortcut command.
9381 The source path is only used if the file at the original location no
9382 longer exists. On the other hand, @code{set substitute-path} modifies
9383 the debugger behavior to look at the rewritten location instead. So, if
9384 for any reason a source file that is not relevant to your executable is
9385 located at the original location, a substitution rule is the only
9386 method available to point @value{GDBN} at the new location.
9387
9388 @cindex @samp{--with-relocated-sources}
9389 @cindex default source path substitution
9390 You can configure a default source path substitution rule by
9391 configuring @value{GDBN} with the
9392 @samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9393 should be the name of a directory under @value{GDBN}'s configured
9394 prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9395 directory names in debug information under @var{dir} will be adjusted
9396 automatically if the installed @value{GDBN} is moved to a new
9397 location. This is useful if @value{GDBN}, libraries or executables
9398 with debug information and corresponding source code are being moved
9399 together.
9400
9401 @table @code
9402 @item directory @var{dirname} @dots{}
9403 @item dir @var{dirname} @dots{}
9404 Add directory @var{dirname} to the front of the source path. Several
9405 directory names may be given to this command, separated by @samp{:}
9406 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9407 part of absolute file names) or
9408 whitespace. You may specify a directory that is already in the source
9409 path; this moves it forward, so @value{GDBN} searches it sooner.
9410
9411 The special strings @samp{$cdir} (to refer to the compilation
9412 directory, if one is recorded), and @samp{$cwd} (to refer to the
9413 current working directory) can also be included in the list of
9414 directories @var{dirname}. Though these will already be in the source
9415 path they will be moved forward in the list so @value{GDBN} searches
9416 them sooner.
9417
9418 @item directory
9419 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
9420
9421 @c RET-repeat for @code{directory} is explicitly disabled, but since
9422 @c repeating it would be a no-op we do not say that. (thanks to RMS)
9423
9424 @item set directories @var{path-list}
9425 @kindex set directories
9426 Set the source path to @var{path-list}.
9427 @samp{$cdir:$cwd} are added if missing.
9428
9429 @item show directories
9430 @kindex show directories
9431 Print the source path: show which directories it contains.
9432
9433 @anchor{set substitute-path}
9434 @item set substitute-path @var{from} @var{to}
9435 @kindex set substitute-path
9436 Define a source path substitution rule, and add it at the end of the
9437 current list of existing substitution rules. If a rule with the same
9438 @var{from} was already defined, then the old rule is also deleted.
9439
9440 For example, if the file @file{/foo/bar/baz.c} was moved to
9441 @file{/mnt/cross/baz.c}, then the command
9442
9443 @smallexample
9444 (@value{GDBP}) set substitute-path /foo/bar /mnt/cross
9445 @end smallexample
9446
9447 @noindent
9448 will tell @value{GDBN} to replace @samp{/foo/bar} with
9449 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9450 @file{baz.c} even though it was moved.
9451
9452 In the case when more than one substitution rule have been defined,
9453 the rules are evaluated one by one in the order where they have been
9454 defined. The first one matching, if any, is selected to perform
9455 the substitution.
9456
9457 For instance, if we had entered the following commands:
9458
9459 @smallexample
9460 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9461 (@value{GDBP}) set substitute-path /usr/src /mnt/src
9462 @end smallexample
9463
9464 @noindent
9465 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9466 @file{/mnt/include/defs.h} by using the first rule. However, it would
9467 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9468 @file{/mnt/src/lib/foo.c}.
9469
9470
9471 @item unset substitute-path [path]
9472 @kindex unset substitute-path
9473 If a path is specified, search the current list of substitution rules
9474 for a rule that would rewrite that path. Delete that rule if found.
9475 A warning is emitted by the debugger if no rule could be found.
9476
9477 If no path is specified, then all substitution rules are deleted.
9478
9479 @item show substitute-path [path]
9480 @kindex show substitute-path
9481 If a path is specified, then print the source path substitution rule
9482 which would rewrite that path, if any.
9483
9484 If no path is specified, then print all existing source path substitution
9485 rules.
9486
9487 @end table
9488
9489 If your source path is cluttered with directories that are no longer of
9490 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9491 versions of source. You can correct the situation as follows:
9492
9493 @enumerate
9494 @item
9495 Use @code{directory} with no argument to reset the source path to its default value.
9496
9497 @item
9498 Use @code{directory} with suitable arguments to reinstall the
9499 directories you want in the source path. You can add all the
9500 directories in one command.
9501 @end enumerate
9502
9503 @node Machine Code
9504 @section Source and Machine Code
9505 @cindex source line and its code address
9506
9507 You can use the command @code{info line} to map source lines to program
9508 addresses (and vice versa), and the command @code{disassemble} to display
9509 a range of addresses as machine instructions. You can use the command
9510 @code{set disassemble-next-line} to set whether to disassemble next
9511 source line when execution stops. When run under @sc{gnu} Emacs
9512 mode, the @code{info line} command causes the arrow to point to the
9513 line specified. Also, @code{info line} prints addresses in symbolic form as
9514 well as hex.
9515
9516 @table @code
9517 @kindex info line
9518 @item info line
9519 @itemx info line @var{location}
9520 Print the starting and ending addresses of the compiled code for
9521 source line @var{location}. You can specify source lines in any of
9522 the ways documented in @ref{Specify Location}. With no @var{location}
9523 information about the current source line is printed.
9524 @end table
9525
9526 For example, we can use @code{info line} to discover the location of
9527 the object code for the first line of function
9528 @code{m4_changequote}:
9529
9530 @smallexample
9531 (@value{GDBP}) info line m4_changequote
9532 Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9533 ends at 0x6350 <m4_changequote+4>.
9534 @end smallexample
9535
9536 @noindent
9537 @cindex code address and its source line
9538 We can also inquire (using @code{*@var{addr}} as the form for
9539 @var{location}) what source line covers a particular address:
9540 @smallexample
9541 (@value{GDBP}) info line *0x63ff
9542 Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9543 ends at 0x6404 <m4_changequote+184>.
9544 @end smallexample
9545
9546 @cindex @code{$_} and @code{info line}
9547 @cindex @code{x} command, default address
9548 @kindex x@r{(examine), and} info line
9549 After @code{info line}, the default address for the @code{x} command
9550 is changed to the starting address of the line, so that @samp{x/i} is
9551 sufficient to begin examining the machine code (@pxref{Memory,
9552 ,Examining Memory}). Also, this address is saved as the value of the
9553 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
9554 Variables}).
9555
9556 @cindex info line, repeated calls
9557 After @code{info line}, using @code{info line} again without
9558 specifying a location will display information about the next source
9559 line.
9560
9561 @table @code
9562 @kindex disassemble
9563 @cindex assembly instructions
9564 @cindex instructions, assembly
9565 @cindex machine instructions
9566 @cindex listing machine instructions
9567 @item disassemble
9568 @itemx disassemble /m
9569 @itemx disassemble /s
9570 @itemx disassemble /r
9571 This specialized command dumps a range of memory as machine
9572 instructions. It can also print mixed source+disassembly by specifying
9573 the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9574 as well as in symbolic form by specifying the @code{/r} modifier.
9575 The default memory range is the function surrounding the
9576 program counter of the selected frame. A single argument to this
9577 command is a program counter value; @value{GDBN} dumps the function
9578 surrounding this value. When two arguments are given, they should
9579 be separated by a comma, possibly surrounded by whitespace. The
9580 arguments specify a range of addresses to dump, in one of two forms:
9581
9582 @table @code
9583 @item @var{start},@var{end}
9584 the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9585 @item @var{start},+@var{length}
9586 the addresses from @var{start} (inclusive) to
9587 @code{@var{start}+@var{length}} (exclusive).
9588 @end table
9589
9590 @noindent
9591 When 2 arguments are specified, the name of the function is also
9592 printed (since there could be several functions in the given range).
9593
9594 The argument(s) can be any expression yielding a numeric value, such as
9595 @samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
9596
9597 If the range of memory being disassembled contains current program counter,
9598 the instruction at that location is shown with a @code{=>} marker.
9599 @end table
9600
9601 The following example shows the disassembly of a range of addresses of
9602 HP PA-RISC 2.0 code:
9603
9604 @smallexample
9605 (@value{GDBP}) disas 0x32c4, 0x32e4
9606 Dump of assembler code from 0x32c4 to 0x32e4:
9607 0x32c4 <main+204>: addil 0,dp
9608 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9609 0x32cc <main+212>: ldil 0x3000,r31
9610 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9611 0x32d4 <main+220>: ldo 0(r31),rp
9612 0x32d8 <main+224>: addil -0x800,dp
9613 0x32dc <main+228>: ldo 0x588(r1),r26
9614 0x32e0 <main+232>: ldil 0x3000,r31
9615 End of assembler dump.
9616 @end smallexample
9617
9618 Here is an example showing mixed source+assembly for Intel x86
9619 with @code{/m} or @code{/s}, when the program is stopped just after
9620 function prologue in a non-optimized function with no inline code.
9621
9622 @smallexample
9623 (@value{GDBP}) disas /m main
9624 Dump of assembler code for function main:
9625 5 @{
9626 0x08048330 <+0>: push %ebp
9627 0x08048331 <+1>: mov %esp,%ebp
9628 0x08048333 <+3>: sub $0x8,%esp
9629 0x08048336 <+6>: and $0xfffffff0,%esp
9630 0x08048339 <+9>: sub $0x10,%esp
9631
9632 6 printf ("Hello.\n");
9633 => 0x0804833c <+12>: movl $0x8048440,(%esp)
9634 0x08048343 <+19>: call 0x8048284 <puts@@plt>
9635
9636 7 return 0;
9637 8 @}
9638 0x08048348 <+24>: mov $0x0,%eax
9639 0x0804834d <+29>: leave
9640 0x0804834e <+30>: ret
9641
9642 End of assembler dump.
9643 @end smallexample
9644
9645 The @code{/m} option is deprecated as its output is not useful when
9646 there is either inlined code or re-ordered code.
9647 The @code{/s} option is the preferred choice.
9648 Here is an example for AMD x86-64 showing the difference between
9649 @code{/m} output and @code{/s} output.
9650 This example has one inline function defined in a header file,
9651 and the code is compiled with @samp{-O2} optimization.
9652 Note how the @code{/m} output is missing the disassembly of
9653 several instructions that are present in the @code{/s} output.
9654
9655 @file{foo.h}:
9656
9657 @smallexample
9658 int
9659 foo (int a)
9660 @{
9661 if (a < 0)
9662 return a * 2;
9663 if (a == 0)
9664 return 1;
9665 return a + 10;
9666 @}
9667 @end smallexample
9668
9669 @file{foo.c}:
9670
9671 @smallexample
9672 #include "foo.h"
9673 volatile int x, y;
9674 int
9675 main ()
9676 @{
9677 x = foo (y);
9678 return 0;
9679 @}
9680 @end smallexample
9681
9682 @smallexample
9683 (@value{GDBP}) disas /m main
9684 Dump of assembler code for function main:
9685 5 @{
9686
9687 6 x = foo (y);
9688 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9689 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9690
9691 7 return 0;
9692 8 @}
9693 0x000000000040041d <+29>: xor %eax,%eax
9694 0x000000000040041f <+31>: retq
9695 0x0000000000400420 <+32>: add %eax,%eax
9696 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9697
9698 End of assembler dump.
9699 (@value{GDBP}) disas /s main
9700 Dump of assembler code for function main:
9701 foo.c:
9702 5 @{
9703 6 x = foo (y);
9704 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9705
9706 foo.h:
9707 4 if (a < 0)
9708 0x0000000000400406 <+6>: test %eax,%eax
9709 0x0000000000400408 <+8>: js 0x400420 <main+32>
9710
9711 6 if (a == 0)
9712 7 return 1;
9713 8 return a + 10;
9714 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9715 0x000000000040040d <+13>: test %eax,%eax
9716 0x000000000040040f <+15>: mov $0x1,%eax
9717 0x0000000000400414 <+20>: cmovne %edx,%eax
9718
9719 foo.c:
9720 6 x = foo (y);
9721 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9722
9723 7 return 0;
9724 8 @}
9725 0x000000000040041d <+29>: xor %eax,%eax
9726 0x000000000040041f <+31>: retq
9727
9728 foo.h:
9729 5 return a * 2;
9730 0x0000000000400420 <+32>: add %eax,%eax
9731 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9732 End of assembler dump.
9733 @end smallexample
9734
9735 Here is another example showing raw instructions in hex for AMD x86-64,
9736
9737 @smallexample
9738 (gdb) disas /r 0x400281,+10
9739 Dump of assembler code from 0x400281 to 0x40028b:
9740 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9741 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9742 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9743 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9744 End of assembler dump.
9745 @end smallexample
9746
9747 Addresses cannot be specified as a location (@pxref{Specify Location}).
9748 So, for example, if you want to disassemble function @code{bar}
9749 in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9750 and not @samp{disassemble foo.c:bar}.
9751
9752 Some architectures have more than one commonly-used set of instruction
9753 mnemonics or other syntax.
9754
9755 For programs that were dynamically linked and use shared libraries,
9756 instructions that call functions or branch to locations in the shared
9757 libraries might show a seemingly bogus location---it's actually a
9758 location of the relocation table. On some architectures, @value{GDBN}
9759 might be able to resolve these to actual function names.
9760
9761 @table @code
9762 @kindex set disassembler-options
9763 @cindex disassembler options
9764 @item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9765 This command controls the passing of target specific information to
9766 the disassembler. For a list of valid options, please refer to the
9767 @code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9768 manual and/or the output of @kbd{objdump --help}
9769 (@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
9770 The default value is the empty string.
9771
9772 If it is necessary to specify more than one disassembler option, then
9773 multiple options can be placed together into a comma separated list.
9774 Currently this command is only supported on targets ARM, MIPS, PowerPC
9775 and S/390.
9776
9777 @kindex show disassembler-options
9778 @item show disassembler-options
9779 Show the current setting of the disassembler options.
9780 @end table
9781
9782 @table @code
9783 @kindex set disassembly-flavor
9784 @cindex Intel disassembly flavor
9785 @cindex AT&T disassembly flavor
9786 @item set disassembly-flavor @var{instruction-set}
9787 Select the instruction set to use when disassembling the
9788 program via the @code{disassemble} or @code{x/i} commands.
9789
9790 Currently this command is only defined for the Intel x86 family. You
9791 can set @var{instruction-set} to either @code{intel} or @code{att}.
9792 The default is @code{att}, the AT&T flavor used by default by Unix
9793 assemblers for x86-based targets.
9794
9795 @kindex show disassembly-flavor
9796 @item show disassembly-flavor
9797 Show the current setting of the disassembly flavor.
9798 @end table
9799
9800 @table @code
9801 @kindex set disassemble-next-line
9802 @kindex show disassemble-next-line
9803 @item set disassemble-next-line
9804 @itemx show disassemble-next-line
9805 Control whether or not @value{GDBN} will disassemble the next source
9806 line or instruction when execution stops. If ON, @value{GDBN} will
9807 display disassembly of the next source line when execution of the
9808 program being debugged stops. This is @emph{in addition} to
9809 displaying the source line itself, which @value{GDBN} always does if
9810 possible. If the next source line cannot be displayed for some reason
9811 (e.g., if @value{GDBN} cannot find the source file, or there's no line
9812 info in the debug info), @value{GDBN} will display disassembly of the
9813 next @emph{instruction} instead of showing the next source line. If
9814 AUTO, @value{GDBN} will display disassembly of next instruction only
9815 if the source line cannot be displayed. This setting causes
9816 @value{GDBN} to display some feedback when you step through a function
9817 with no line info or whose source file is unavailable. The default is
9818 OFF, which means never display the disassembly of the next line or
9819 instruction.
9820 @end table
9821
9822
9823 @node Data
9824 @chapter Examining Data
9825
9826 @cindex printing data
9827 @cindex examining data
9828 @kindex print
9829 @kindex inspect
9830 The usual way to examine data in your program is with the @code{print}
9831 command (abbreviated @code{p}), or its synonym @code{inspect}. It
9832 evaluates and prints the value of an expression of the language your
9833 program is written in (@pxref{Languages, ,Using @value{GDBN} with
9834 Different Languages}). It may also print the expression using a
9835 Python-based pretty-printer (@pxref{Pretty Printing}).
9836
9837 @table @code
9838 @item print [[@var{options}] --] @var{expr}
9839 @itemx print [[@var{options}] --] /@var{f} @var{expr}
9840 @var{expr} is an expression (in the source language). By default the
9841 value of @var{expr} is printed in a format appropriate to its data type;
9842 you can choose a different format by specifying @samp{/@var{f}}, where
9843 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
9844 Formats}.
9845
9846 @anchor{print options}
9847 The @code{print} command supports a number of options that allow
9848 overriding relevant global print settings as set by @code{set print}
9849 subcommands:
9850
9851 @table @code
9852 @item -address [@code{on}|@code{off}]
9853 Set printing of addresses.
9854 Related setting: @ref{set print address}.
9855
9856 @item -array [@code{on}|@code{off}]
9857 Pretty formatting of arrays.
9858 Related setting: @ref{set print array}.
9859
9860 @item -array-indexes [@code{on}|@code{off}]
9861 Set printing of array indexes.
9862 Related setting: @ref{set print array-indexes}.
9863
9864 @item -elements @var{number-of-elements}|@code{unlimited}
9865 Set limit on string chars or array elements to print. The value
9866 @code{unlimited} causes there to be no limit. Related setting:
9867 @ref{set print elements}.
9868
9869 @item -max-depth @var{depth}|@code{unlimited}
9870 Set the threshold after which nested structures are replaced with
9871 ellipsis. Related setting: @ref{set print max-depth}.
9872
9873 @item -null-stop [@code{on}|@code{off}]
9874 Set printing of char arrays to stop at first null char. Related
9875 setting: @ref{set print null-stop}.
9876
9877 @item -object [@code{on}|@code{off}]
9878 Set printing C@t{++} virtual function tables. Related setting:
9879 @ref{set print object}.
9880
9881 @item -pretty [@code{on}|@code{off}]
9882 Set pretty formatting of structures. Related setting: @ref{set print
9883 pretty}.
9884
9885 @item -raw-values [@code{on}|@code{off}]
9886 Set whether to print values in raw form, bypassing any
9887 pretty-printers for that value. Related setting: @ref{set print
9888 raw-values}.
9889
9890 @item -repeats @var{number-of-repeats}|@code{unlimited}
9891 Set threshold for repeated print elements. @code{unlimited} causes
9892 all elements to be individually printed. Related setting: @ref{set
9893 print repeats}.
9894
9895 @item -static-members [@code{on}|@code{off}]
9896 Set printing C@t{++} static members. Related setting: @ref{set print
9897 static-members}.
9898
9899 @item -symbol [@code{on}|@code{off}]
9900 Set printing of symbol names when printing pointers. Related setting:
9901 @ref{set print symbol}.
9902
9903 @item -union [@code{on}|@code{off}]
9904 Set printing of unions interior to structures. Related setting:
9905 @ref{set print union}.
9906
9907 @item -vtbl [@code{on}|@code{off}]
9908 Set printing of C++ virtual function tables. Related setting:
9909 @ref{set print vtbl}.
9910 @end table
9911
9912 Because the @code{print} command accepts arbitrary expressions which
9913 may look like options (including abbreviations), if you specify any
9914 command option, then you must use a double dash (@code{--}) to mark
9915 the end of option processing.
9916
9917 For example, this prints the value of the @code{-p} expression:
9918
9919 @smallexample
9920 (@value{GDBP}) print -p
9921 @end smallexample
9922
9923 While this repeats the last value in the value history (see below)
9924 with the @code{-pretty} option in effect:
9925
9926 @smallexample
9927 (@value{GDBP}) print -p --
9928 @end smallexample
9929
9930 Here is an example including both on option and an expression:
9931
9932 @smallexample
9933 @group
9934 (@value{GDBP}) print -pretty -- *myptr
9935 $1 = @{
9936 next = 0x0,
9937 flags = @{
9938 sweet = 1,
9939 sour = 1
9940 @},
9941 meat = 0x54 "Pork"
9942 @}
9943 @end group
9944 @end smallexample
9945
9946 @item print [@var{options}]
9947 @itemx print [@var{options}] /@var{f}
9948 @cindex reprint the last value
9949 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
9950 @dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
9951 conveniently inspect the same value in an alternative format.
9952 @end table
9953
9954 A more low-level way of examining data is with the @code{x} command.
9955 It examines data in memory at a specified address and prints it in a
9956 specified format. @xref{Memory, ,Examining Memory}.
9957
9958 If you are interested in information about types, or about how the
9959 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9960 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
9961 Table}.
9962
9963 @cindex exploring hierarchical data structures
9964 @kindex explore
9965 Another way of examining values of expressions and type information is
9966 through the Python extension command @code{explore} (available only if
9967 the @value{GDBN} build is configured with @code{--with-python}). It
9968 offers an interactive way to start at the highest level (or, the most
9969 abstract level) of the data type of an expression (or, the data type
9970 itself) and explore all the way down to leaf scalar values/fields
9971 embedded in the higher level data types.
9972
9973 @table @code
9974 @item explore @var{arg}
9975 @var{arg} is either an expression (in the source language), or a type
9976 visible in the current context of the program being debugged.
9977 @end table
9978
9979 The working of the @code{explore} command can be illustrated with an
9980 example. If a data type @code{struct ComplexStruct} is defined in your
9981 C program as
9982
9983 @smallexample
9984 struct SimpleStruct
9985 @{
9986 int i;
9987 double d;
9988 @};
9989
9990 struct ComplexStruct
9991 @{
9992 struct SimpleStruct *ss_p;
9993 int arr[10];
9994 @};
9995 @end smallexample
9996
9997 @noindent
9998 followed by variable declarations as
9999
10000 @smallexample
10001 struct SimpleStruct ss = @{ 10, 1.11 @};
10002 struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
10003 @end smallexample
10004
10005 @noindent
10006 then, the value of the variable @code{cs} can be explored using the
10007 @code{explore} command as follows.
10008
10009 @smallexample
10010 (gdb) explore cs
10011 The value of `cs' is a struct/class of type `struct ComplexStruct' with
10012 the following fields:
10013
10014 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
10015 arr = <Enter 1 to explore this field of type `int [10]'>
10016
10017 Enter the field number of choice:
10018 @end smallexample
10019
10020 @noindent
10021 Since the fields of @code{cs} are not scalar values, you are being
10022 prompted to chose the field you want to explore. Let's say you choose
10023 the field @code{ss_p} by entering @code{0}. Then, since this field is a
10024 pointer, you will be asked if it is pointing to a single value. From
10025 the declaration of @code{cs} above, it is indeed pointing to a single
10026 value, hence you enter @code{y}. If you enter @code{n}, then you will
10027 be asked if it were pointing to an array of values, in which case this
10028 field will be explored as if it were an array.
10029
10030 @smallexample
10031 `cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
10032 Continue exploring it as a pointer to a single value [y/n]: y
10033 The value of `*(cs.ss_p)' is a struct/class of type `struct
10034 SimpleStruct' with the following fields:
10035
10036 i = 10 .. (Value of type `int')
10037 d = 1.1100000000000001 .. (Value of type `double')
10038
10039 Press enter to return to parent value:
10040 @end smallexample
10041
10042 @noindent
10043 If the field @code{arr} of @code{cs} was chosen for exploration by
10044 entering @code{1} earlier, then since it is as array, you will be
10045 prompted to enter the index of the element in the array that you want
10046 to explore.
10047
10048 @smallexample
10049 `cs.arr' is an array of `int'.
10050 Enter the index of the element you want to explore in `cs.arr': 5
10051
10052 `(cs.arr)[5]' is a scalar value of type `int'.
10053
10054 (cs.arr)[5] = 4
10055
10056 Press enter to return to parent value:
10057 @end smallexample
10058
10059 In general, at any stage of exploration, you can go deeper towards the
10060 leaf values by responding to the prompts appropriately, or hit the
10061 return key to return to the enclosing data structure (the @i{higher}
10062 level data structure).
10063
10064 Similar to exploring values, you can use the @code{explore} command to
10065 explore types. Instead of specifying a value (which is typically a
10066 variable name or an expression valid in the current context of the
10067 program being debugged), you specify a type name. If you consider the
10068 same example as above, your can explore the type
10069 @code{struct ComplexStruct} by passing the argument
10070 @code{struct ComplexStruct} to the @code{explore} command.
10071
10072 @smallexample
10073 (gdb) explore struct ComplexStruct
10074 @end smallexample
10075
10076 @noindent
10077 By responding to the prompts appropriately in the subsequent interactive
10078 session, you can explore the type @code{struct ComplexStruct} in a
10079 manner similar to how the value @code{cs} was explored in the above
10080 example.
10081
10082 The @code{explore} command also has two sub-commands,
10083 @code{explore value} and @code{explore type}. The former sub-command is
10084 a way to explicitly specify that value exploration of the argument is
10085 being invoked, while the latter is a way to explicitly specify that type
10086 exploration of the argument is being invoked.
10087
10088 @table @code
10089 @item explore value @var{expr}
10090 @cindex explore value
10091 This sub-command of @code{explore} explores the value of the
10092 expression @var{expr} (if @var{expr} is an expression valid in the
10093 current context of the program being debugged). The behavior of this
10094 command is identical to that of the behavior of the @code{explore}
10095 command being passed the argument @var{expr}.
10096
10097 @item explore type @var{arg}
10098 @cindex explore type
10099 This sub-command of @code{explore} explores the type of @var{arg} (if
10100 @var{arg} is a type visible in the current context of program being
10101 debugged), or the type of the value/expression @var{arg} (if @var{arg}
10102 is an expression valid in the current context of the program being
10103 debugged). If @var{arg} is a type, then the behavior of this command is
10104 identical to that of the @code{explore} command being passed the
10105 argument @var{arg}. If @var{arg} is an expression, then the behavior of
10106 this command will be identical to that of the @code{explore} command
10107 being passed the type of @var{arg} as the argument.
10108 @end table
10109
10110 @menu
10111 * Expressions:: Expressions
10112 * Ambiguous Expressions:: Ambiguous Expressions
10113 * Variables:: Program variables
10114 * Arrays:: Artificial arrays
10115 * Output Formats:: Output formats
10116 * Memory:: Examining memory
10117 * Auto Display:: Automatic display
10118 * Print Settings:: Print settings
10119 * Pretty Printing:: Python pretty printing
10120 * Value History:: Value history
10121 * Convenience Vars:: Convenience variables
10122 * Convenience Funs:: Convenience functions
10123 * Registers:: Registers
10124 * Floating Point Hardware:: Floating point hardware
10125 * Vector Unit:: Vector Unit
10126 * OS Information:: Auxiliary data provided by operating system
10127 * Memory Region Attributes:: Memory region attributes
10128 * Dump/Restore Files:: Copy between memory and a file
10129 * Core File Generation:: Cause a program dump its core
10130 * Character Sets:: Debugging programs that use a different
10131 character set than GDB does
10132 * Caching Target Data:: Data caching for targets
10133 * Searching Memory:: Searching memory for a sequence of bytes
10134 * Value Sizes:: Managing memory allocated for values
10135 @end menu
10136
10137 @node Expressions
10138 @section Expressions
10139
10140 @cindex expressions
10141 @code{print} and many other @value{GDBN} commands accept an expression and
10142 compute its value. Any kind of constant, variable or operator defined
10143 by the programming language you are using is valid in an expression in
10144 @value{GDBN}. This includes conditional expressions, function calls,
10145 casts, and string constants. It also includes preprocessor macros, if
10146 you compiled your program to include this information; see
10147 @ref{Compilation}.
10148
10149 @cindex arrays in expressions
10150 @value{GDBN} supports array constants in expressions input by
10151 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
10152 you can use the command @code{print @{1, 2, 3@}} to create an array
10153 of three integers. If you pass an array to a function or assign it
10154 to a program variable, @value{GDBN} copies the array to memory that
10155 is @code{malloc}ed in the target program.
10156
10157 Because C is so widespread, most of the expressions shown in examples in
10158 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
10159 Languages}, for information on how to use expressions in other
10160 languages.
10161
10162 In this section, we discuss operators that you can use in @value{GDBN}
10163 expressions regardless of your programming language.
10164
10165 @cindex casts, in expressions
10166 Casts are supported in all languages, not just in C, because it is so
10167 useful to cast a number into a pointer in order to examine a structure
10168 at that address in memory.
10169 @c FIXME: casts supported---Mod2 true?
10170
10171 @value{GDBN} supports these operators, in addition to those common
10172 to programming languages:
10173
10174 @table @code
10175 @item @@
10176 @samp{@@} is a binary operator for treating parts of memory as arrays.
10177 @xref{Arrays, ,Artificial Arrays}, for more information.
10178
10179 @item ::
10180 @samp{::} allows you to specify a variable in terms of the file or
10181 function where it is defined. @xref{Variables, ,Program Variables}.
10182
10183 @cindex @{@var{type}@}
10184 @cindex type casting memory
10185 @cindex memory, viewing as typed object
10186 @cindex casts, to view memory
10187 @item @{@var{type}@} @var{addr}
10188 Refers to an object of type @var{type} stored at address @var{addr} in
10189 memory. The address @var{addr} may be any expression whose value is
10190 an integer or pointer (but parentheses are required around binary
10191 operators, just as in a cast). This construct is allowed regardless
10192 of what kind of data is normally supposed to reside at @var{addr}.
10193 @end table
10194
10195 @node Ambiguous Expressions
10196 @section Ambiguous Expressions
10197 @cindex ambiguous expressions
10198
10199 Expressions can sometimes contain some ambiguous elements. For instance,
10200 some programming languages (notably Ada, C@t{++} and Objective-C) permit
10201 a single function name to be defined several times, for application in
10202 different contexts. This is called @dfn{overloading}. Another example
10203 involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
10204 templates and is typically instantiated several times, resulting in
10205 the same function name being defined in different contexts.
10206
10207 In some cases and depending on the language, it is possible to adjust
10208 the expression to remove the ambiguity. For instance in C@t{++}, you
10209 can specify the signature of the function you want to break on, as in
10210 @kbd{break @var{function}(@var{types})}. In Ada, using the fully
10211 qualified name of your function often makes the expression unambiguous
10212 as well.
10213
10214 When an ambiguity that needs to be resolved is detected, the debugger
10215 has the capability to display a menu of numbered choices for each
10216 possibility, and then waits for the selection with the prompt @samp{>}.
10217 The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10218 aborts the current command. If the command in which the expression was
10219 used allows more than one choice to be selected, the next option in the
10220 menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10221 choices.
10222
10223 For example, the following session excerpt shows an attempt to set a
10224 breakpoint at the overloaded symbol @code{String::after}.
10225 We choose three particular definitions of that function name:
10226
10227 @c FIXME! This is likely to change to show arg type lists, at least
10228 @smallexample
10229 @group
10230 (@value{GDBP}) b String::after
10231 [0] cancel
10232 [1] all
10233 [2] file:String.cc; line number:867
10234 [3] file:String.cc; line number:860
10235 [4] file:String.cc; line number:875
10236 [5] file:String.cc; line number:853
10237 [6] file:String.cc; line number:846
10238 [7] file:String.cc; line number:735
10239 > 2 4 6
10240 Breakpoint 1 at 0xb26c: file String.cc, line 867.
10241 Breakpoint 2 at 0xb344: file String.cc, line 875.
10242 Breakpoint 3 at 0xafcc: file String.cc, line 846.
10243 Multiple breakpoints were set.
10244 Use the "delete" command to delete unwanted
10245 breakpoints.
10246 (@value{GDBP})
10247 @end group
10248 @end smallexample
10249
10250 @table @code
10251 @kindex set multiple-symbols
10252 @item set multiple-symbols @var{mode}
10253 @cindex multiple-symbols menu
10254
10255 This option allows you to adjust the debugger behavior when an expression
10256 is ambiguous.
10257
10258 By default, @var{mode} is set to @code{all}. If the command with which
10259 the expression is used allows more than one choice, then @value{GDBN}
10260 automatically selects all possible choices. For instance, inserting
10261 a breakpoint on a function using an ambiguous name results in a breakpoint
10262 inserted on each possible match. However, if a unique choice must be made,
10263 then @value{GDBN} uses the menu to help you disambiguate the expression.
10264 For instance, printing the address of an overloaded function will result
10265 in the use of the menu.
10266
10267 When @var{mode} is set to @code{ask}, the debugger always uses the menu
10268 when an ambiguity is detected.
10269
10270 Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10271 an error due to the ambiguity and the command is aborted.
10272
10273 @kindex show multiple-symbols
10274 @item show multiple-symbols
10275 Show the current value of the @code{multiple-symbols} setting.
10276 @end table
10277
10278 @node Variables
10279 @section Program Variables
10280
10281 The most common kind of expression to use is the name of a variable
10282 in your program.
10283
10284 Variables in expressions are understood in the selected stack frame
10285 (@pxref{Selection, ,Selecting a Frame}); they must be either:
10286
10287 @itemize @bullet
10288 @item
10289 global (or file-static)
10290 @end itemize
10291
10292 @noindent or
10293
10294 @itemize @bullet
10295 @item
10296 visible according to the scope rules of the
10297 programming language from the point of execution in that frame
10298 @end itemize
10299
10300 @noindent This means that in the function
10301
10302 @smallexample
10303 foo (a)
10304 int a;
10305 @{
10306 bar (a);
10307 @{
10308 int b = test ();
10309 bar (b);
10310 @}
10311 @}
10312 @end smallexample
10313
10314 @noindent
10315 you can examine and use the variable @code{a} whenever your program is
10316 executing within the function @code{foo}, but you can only use or
10317 examine the variable @code{b} while your program is executing inside
10318 the block where @code{b} is declared.
10319
10320 @cindex variable name conflict
10321 There is an exception: you can refer to a variable or function whose
10322 scope is a single source file even if the current execution point is not
10323 in this file. But it is possible to have more than one such variable or
10324 function with the same name (in different source files). If that
10325 happens, referring to that name has unpredictable effects. If you wish,
10326 you can specify a static variable in a particular function or file by
10327 using the colon-colon (@code{::}) notation:
10328
10329 @cindex colon-colon, context for variables/functions
10330 @ifnotinfo
10331 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
10332 @cindex @code{::}, context for variables/functions
10333 @end ifnotinfo
10334 @smallexample
10335 @var{file}::@var{variable}
10336 @var{function}::@var{variable}
10337 @end smallexample
10338
10339 @noindent
10340 Here @var{file} or @var{function} is the name of the context for the
10341 static @var{variable}. In the case of file names, you can use quotes to
10342 make sure @value{GDBN} parses the file name as a single word---for example,
10343 to print a global value of @code{x} defined in @file{f2.c}:
10344
10345 @smallexample
10346 (@value{GDBP}) p 'f2.c'::x
10347 @end smallexample
10348
10349 The @code{::} notation is normally used for referring to
10350 static variables, since you typically disambiguate uses of local variables
10351 in functions by selecting the appropriate frame and using the
10352 simple name of the variable. However, you may also use this notation
10353 to refer to local variables in frames enclosing the selected frame:
10354
10355 @smallexample
10356 void
10357 foo (int a)
10358 @{
10359 if (a < 10)
10360 bar (a);
10361 else
10362 process (a); /* Stop here */
10363 @}
10364
10365 int
10366 bar (int a)
10367 @{
10368 foo (a + 5);
10369 @}
10370 @end smallexample
10371
10372 @noindent
10373 For example, if there is a breakpoint at the commented line,
10374 here is what you might see
10375 when the program stops after executing the call @code{bar(0)}:
10376
10377 @smallexample
10378 (@value{GDBP}) p a
10379 $1 = 10
10380 (@value{GDBP}) p bar::a
10381 $2 = 5
10382 (@value{GDBP}) up 2
10383 #2 0x080483d0 in foo (a=5) at foobar.c:12
10384 (@value{GDBP}) p a
10385 $3 = 5
10386 (@value{GDBP}) p bar::a
10387 $4 = 0
10388 @end smallexample
10389
10390 @cindex C@t{++} scope resolution
10391 These uses of @samp{::} are very rarely in conflict with the very
10392 similar use of the same notation in C@t{++}. When they are in
10393 conflict, the C@t{++} meaning takes precedence; however, this can be
10394 overridden by quoting the file or function name with single quotes.
10395
10396 For example, suppose the program is stopped in a method of a class
10397 that has a field named @code{includefile}, and there is also an
10398 include file named @file{includefile} that defines a variable,
10399 @code{some_global}.
10400
10401 @smallexample
10402 (@value{GDBP}) p includefile
10403 $1 = 23
10404 (@value{GDBP}) p includefile::some_global
10405 A syntax error in expression, near `'.
10406 (@value{GDBP}) p 'includefile'::some_global
10407 $2 = 27
10408 @end smallexample
10409
10410 @cindex wrong values
10411 @cindex variable values, wrong
10412 @cindex function entry/exit, wrong values of variables
10413 @cindex optimized code, wrong values of variables
10414 @quotation
10415 @emph{Warning:} Occasionally, a local variable may appear to have the
10416 wrong value at certain points in a function---just after entry to a new
10417 scope, and just before exit.
10418 @end quotation
10419 You may see this problem when you are stepping by machine instructions.
10420 This is because, on most machines, it takes more than one instruction to
10421 set up a stack frame (including local variable definitions); if you are
10422 stepping by machine instructions, variables may appear to have the wrong
10423 values until the stack frame is completely built. On exit, it usually
10424 also takes more than one machine instruction to destroy a stack frame;
10425 after you begin stepping through that group of instructions, local
10426 variable definitions may be gone.
10427
10428 This may also happen when the compiler does significant optimizations.
10429 To be sure of always seeing accurate values, turn off all optimization
10430 when compiling.
10431
10432 @cindex ``No symbol "foo" in current context''
10433 Another possible effect of compiler optimizations is to optimize
10434 unused variables out of existence, or assign variables to registers (as
10435 opposed to memory addresses). Depending on the support for such cases
10436 offered by the debug info format used by the compiler, @value{GDBN}
10437 might not be able to display values for such local variables. If that
10438 happens, @value{GDBN} will print a message like this:
10439
10440 @smallexample
10441 No symbol "foo" in current context.
10442 @end smallexample
10443
10444 To solve such problems, either recompile without optimizations, or use a
10445 different debug info format, if the compiler supports several such
10446 formats. @xref{Compilation}, for more information on choosing compiler
10447 options. @xref{C, ,C and C@t{++}}, for more information about debug
10448 info formats that are best suited to C@t{++} programs.
10449
10450 If you ask to print an object whose contents are unknown to
10451 @value{GDBN}, e.g., because its data type is not completely specified
10452 by the debug information, @value{GDBN} will say @samp{<incomplete
10453 type>}. @xref{Symbols, incomplete type}, for more about this.
10454
10455 @cindex no debug info variables
10456 If you try to examine or use the value of a (global) variable for
10457 which @value{GDBN} has no type information, e.g., because the program
10458 includes no debug information, @value{GDBN} displays an error message.
10459 @xref{Symbols, unknown type}, for more about unknown types. If you
10460 cast the variable to its declared type, @value{GDBN} gets the
10461 variable's value using the cast-to type as the variable's type. For
10462 example, in a C program:
10463
10464 @smallexample
10465 (@value{GDBP}) p var
10466 'var' has unknown type; cast it to its declared type
10467 (@value{GDBP}) p (float) var
10468 $1 = 3.14
10469 @end smallexample
10470
10471 If you append @kbd{@@entry} string to a function parameter name you get its
10472 value at the time the function got called. If the value is not available an
10473 error message is printed. Entry values are available only with some compilers.
10474 Entry values are normally also printed at the function parameter list according
10475 to @ref{set print entry-values}.
10476
10477 @smallexample
10478 Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
10479 29 i++;
10480 (gdb) next
10481 30 e (i);
10482 (gdb) print i
10483 $1 = 31
10484 (gdb) print i@@entry
10485 $2 = 30
10486 @end smallexample
10487
10488 Strings are identified as arrays of @code{char} values without specified
10489 signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10490 printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10491 @code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10492 defines literal string type @code{"char"} as @code{char} without a sign.
10493 For program code
10494
10495 @smallexample
10496 char var0[] = "A";
10497 signed char var1[] = "A";
10498 @end smallexample
10499
10500 You get during debugging
10501 @smallexample
10502 (gdb) print var0
10503 $1 = "A"
10504 (gdb) print var1
10505 $2 = @{65 'A', 0 '\0'@}
10506 @end smallexample
10507
10508 @node Arrays
10509 @section Artificial Arrays
10510
10511 @cindex artificial array
10512 @cindex arrays
10513 @kindex @@@r{, referencing memory as an array}
10514 It is often useful to print out several successive objects of the
10515 same type in memory; a section of an array, or an array of
10516 dynamically determined size for which only a pointer exists in the
10517 program.
10518
10519 You can do this by referring to a contiguous span of memory as an
10520 @dfn{artificial array}, using the binary operator @samp{@@}. The left
10521 operand of @samp{@@} should be the first element of the desired array
10522 and be an individual object. The right operand should be the desired length
10523 of the array. The result is an array value whose elements are all of
10524 the type of the left argument. The first element is actually the left
10525 argument; the second element comes from bytes of memory immediately
10526 following those that hold the first element, and so on. Here is an
10527 example. If a program says
10528
10529 @smallexample
10530 int *array = (int *) malloc (len * sizeof (int));
10531 @end smallexample
10532
10533 @noindent
10534 you can print the contents of @code{array} with
10535
10536 @smallexample
10537 p *array@@len
10538 @end smallexample
10539
10540 The left operand of @samp{@@} must reside in memory. Array values made
10541 with @samp{@@} in this way behave just like other arrays in terms of
10542 subscripting, and are coerced to pointers when used in expressions.
10543 Artificial arrays most often appear in expressions via the value history
10544 (@pxref{Value History, ,Value History}), after printing one out.
10545
10546 Another way to create an artificial array is to use a cast.
10547 This re-interprets a value as if it were an array.
10548 The value need not be in memory:
10549 @smallexample
10550 (@value{GDBP}) p/x (short[2])0x12345678
10551 $1 = @{0x1234, 0x5678@}
10552 @end smallexample
10553
10554 As a convenience, if you leave the array length out (as in
10555 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
10556 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
10557 @smallexample
10558 (@value{GDBP}) p/x (short[])0x12345678
10559 $2 = @{0x1234, 0x5678@}
10560 @end smallexample
10561
10562 Sometimes the artificial array mechanism is not quite enough; in
10563 moderately complex data structures, the elements of interest may not
10564 actually be adjacent---for example, if you are interested in the values
10565 of pointers in an array. One useful work-around in this situation is
10566 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
10567 Variables}) as a counter in an expression that prints the first
10568 interesting value, and then repeat that expression via @key{RET}. For
10569 instance, suppose you have an array @code{dtab} of pointers to
10570 structures, and you are interested in the values of a field @code{fv}
10571 in each structure. Here is an example of what you might type:
10572
10573 @smallexample
10574 set $i = 0
10575 p dtab[$i++]->fv
10576 @key{RET}
10577 @key{RET}
10578 @dots{}
10579 @end smallexample
10580
10581 @node Output Formats
10582 @section Output Formats
10583
10584 @cindex formatted output
10585 @cindex output formats
10586 By default, @value{GDBN} prints a value according to its data type. Sometimes
10587 this is not what you want. For example, you might want to print a number
10588 in hex, or a pointer in decimal. Or you might want to view data in memory
10589 at a certain address as a character string or as an instruction. To do
10590 these things, specify an @dfn{output format} when you print a value.
10591
10592 The simplest use of output formats is to say how to print a value
10593 already computed. This is done by starting the arguments of the
10594 @code{print} command with a slash and a format letter. The format
10595 letters supported are:
10596
10597 @table @code
10598 @item x
10599 Regard the bits of the value as an integer, and print the integer in
10600 hexadecimal.
10601
10602 @item d
10603 Print as integer in signed decimal.
10604
10605 @item u
10606 Print as integer in unsigned decimal.
10607
10608 @item o
10609 Print as integer in octal.
10610
10611 @item t
10612 Print as integer in binary. The letter @samp{t} stands for ``two''.
10613 @footnote{@samp{b} cannot be used because these format letters are also
10614 used with the @code{x} command, where @samp{b} stands for ``byte'';
10615 see @ref{Memory,,Examining Memory}.}
10616
10617 @item a
10618 @cindex unknown address, locating
10619 @cindex locate address
10620 Print as an address, both absolute in hexadecimal and as an offset from
10621 the nearest preceding symbol. You can use this format used to discover
10622 where (in what function) an unknown address is located:
10623
10624 @smallexample
10625 (@value{GDBP}) p/a 0x54320
10626 $3 = 0x54320 <_initialize_vx+396>
10627 @end smallexample
10628
10629 @noindent
10630 The command @code{info symbol 0x54320} yields similar results.
10631 @xref{Symbols, info symbol}.
10632
10633 @item c
10634 Regard as an integer and print it as a character constant. This
10635 prints both the numerical value and its character representation. The
10636 character representation is replaced with the octal escape @samp{\nnn}
10637 for characters outside the 7-bit @sc{ascii} range.
10638
10639 Without this format, @value{GDBN} displays @code{char},
10640 @w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10641 constants. Single-byte members of vectors are displayed as integer
10642 data.
10643
10644 @item f
10645 Regard the bits of the value as a floating point number and print
10646 using typical floating point syntax.
10647
10648 @item s
10649 @cindex printing strings
10650 @cindex printing byte arrays
10651 Regard as a string, if possible. With this format, pointers to single-byte
10652 data are displayed as null-terminated strings and arrays of single-byte data
10653 are displayed as fixed-length strings. Other values are displayed in their
10654 natural types.
10655
10656 Without this format, @value{GDBN} displays pointers to and arrays of
10657 @code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10658 strings. Single-byte members of a vector are displayed as an integer
10659 array.
10660
10661 @item z
10662 Like @samp{x} formatting, the value is treated as an integer and
10663 printed as hexadecimal, but leading zeros are printed to pad the value
10664 to the size of the integer type.
10665
10666 @item r
10667 @cindex raw printing
10668 Print using the @samp{raw} formatting. By default, @value{GDBN} will
10669 use a Python-based pretty-printer, if one is available (@pxref{Pretty
10670 Printing}). This typically results in a higher-level display of the
10671 value's contents. The @samp{r} format bypasses any Python
10672 pretty-printer which might exist.
10673 @end table
10674
10675 For example, to print the program counter in hex (@pxref{Registers}), type
10676
10677 @smallexample
10678 p/x $pc
10679 @end smallexample
10680
10681 @noindent
10682 Note that no space is required before the slash; this is because command
10683 names in @value{GDBN} cannot contain a slash.
10684
10685 To reprint the last value in the value history with a different format,
10686 you can use the @code{print} command with just a format and no
10687 expression. For example, @samp{p/x} reprints the last value in hex.
10688
10689 @node Memory
10690 @section Examining Memory
10691
10692 You can use the command @code{x} (for ``examine'') to examine memory in
10693 any of several formats, independently of your program's data types.
10694
10695 @cindex examining memory
10696 @table @code
10697 @kindex x @r{(examine memory)}
10698 @item x/@var{nfu} @var{addr}
10699 @itemx x @var{addr}
10700 @itemx x
10701 Use the @code{x} command to examine memory.
10702 @end table
10703
10704 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10705 much memory to display and how to format it; @var{addr} is an
10706 expression giving the address where you want to start displaying memory.
10707 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10708 Several commands set convenient defaults for @var{addr}.
10709
10710 @table @r
10711 @item @var{n}, the repeat count
10712 The repeat count is a decimal integer; the default is 1. It specifies
10713 how much memory (counting by units @var{u}) to display. If a negative
10714 number is specified, memory is examined backward from @var{addr}.
10715 @c This really is **decimal**; unaffected by 'set radix' as of GDB
10716 @c 4.1.2.
10717
10718 @item @var{f}, the display format
10719 The display format is one of the formats used by @code{print}
10720 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
10721 @samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10722 The default is @samp{x} (hexadecimal) initially. The default changes
10723 each time you use either @code{x} or @code{print}.
10724
10725 @item @var{u}, the unit size
10726 The unit size is any of
10727
10728 @table @code
10729 @item b
10730 Bytes.
10731 @item h
10732 Halfwords (two bytes).
10733 @item w
10734 Words (four bytes). This is the initial default.
10735 @item g
10736 Giant words (eight bytes).
10737 @end table
10738
10739 Each time you specify a unit size with @code{x}, that size becomes the
10740 default unit the next time you use @code{x}. For the @samp{i} format,
10741 the unit size is ignored and is normally not written. For the @samp{s} format,
10742 the unit size defaults to @samp{b}, unless it is explicitly given.
10743 Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
10744 32-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10745 Note that the results depend on the programming language of the
10746 current compilation unit. If the language is C, the @samp{s}
10747 modifier will use the UTF-16 encoding while @samp{w} will use
10748 UTF-32. The encoding is set by the programming language and cannot
10749 be altered.
10750
10751 @item @var{addr}, starting display address
10752 @var{addr} is the address where you want @value{GDBN} to begin displaying
10753 memory. The expression need not have a pointer value (though it may);
10754 it is always interpreted as an integer address of a byte of memory.
10755 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
10756 @var{addr} is usually just after the last address examined---but several
10757 other commands also set the default address: @code{info breakpoints} (to
10758 the address of the last breakpoint listed), @code{info line} (to the
10759 starting address of a line), and @code{print} (if you use it to display
10760 a value from memory).
10761 @end table
10762
10763 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10764 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10765 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10766 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
10767 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
10768
10769 You can also specify a negative repeat count to examine memory backward
10770 from the given address. For example, @samp{x/-3uh 0x54320} prints three
10771 halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10772
10773 Since the letters indicating unit sizes are all distinct from the
10774 letters specifying output formats, you do not have to remember whether
10775 unit size or format comes first; either order works. The output
10776 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10777 (However, the count @var{n} must come first; @samp{wx4} does not work.)
10778
10779 Even though the unit size @var{u} is ignored for the formats @samp{s}
10780 and @samp{i}, you might still want to use a count @var{n}; for example,
10781 @samp{3i} specifies that you want to see three machine instructions,
10782 including any operands. For convenience, especially when used with
10783 the @code{display} command, the @samp{i} format also prints branch delay
10784 slot instructions, if any, beyond the count specified, which immediately
10785 follow the last instruction that is within the count. The command
10786 @code{disassemble} gives an alternative way of inspecting machine
10787 instructions; see @ref{Machine Code,,Source and Machine Code}.
10788
10789 If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10790 the command displays null-terminated strings or instructions before the given
10791 address as many as the absolute value of the given number. For the @samp{i}
10792 format, we use line number information in the debug info to accurately locate
10793 instruction boundaries while disassembling backward. If line info is not
10794 available, the command stops examining memory with an error message.
10795
10796 All the defaults for the arguments to @code{x} are designed to make it
10797 easy to continue scanning memory with minimal specifications each time
10798 you use @code{x}. For example, after you have inspected three machine
10799 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10800 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10801 the repeat count @var{n} is used again; the other arguments default as
10802 for successive uses of @code{x}.
10803
10804 When examining machine instructions, the instruction at current program
10805 counter is shown with a @code{=>} marker. For example:
10806
10807 @smallexample
10808 (@value{GDBP}) x/5i $pc-6
10809 0x804837f <main+11>: mov %esp,%ebp
10810 0x8048381 <main+13>: push %ecx
10811 0x8048382 <main+14>: sub $0x4,%esp
10812 => 0x8048385 <main+17>: movl $0x8048460,(%esp)
10813 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10814 @end smallexample
10815
10816 @cindex @code{$_}, @code{$__}, and value history
10817 The addresses and contents printed by the @code{x} command are not saved
10818 in the value history because there is often too much of them and they
10819 would get in the way. Instead, @value{GDBN} makes these values available for
10820 subsequent use in expressions as values of the convenience variables
10821 @code{$_} and @code{$__}. After an @code{x} command, the last address
10822 examined is available for use in expressions in the convenience variable
10823 @code{$_}. The contents of that address, as examined, are available in
10824 the convenience variable @code{$__}.
10825
10826 If the @code{x} command has a repeat count, the address and contents saved
10827 are from the last memory unit printed; this is not the same as the last
10828 address printed if several units were printed on the last line of output.
10829
10830 @anchor{addressable memory unit}
10831 @cindex addressable memory unit
10832 Most targets have an addressable memory unit size of 8 bits. This means
10833 that to each memory address are associated 8 bits of data. Some
10834 targets, however, have other addressable memory unit sizes.
10835 Within @value{GDBN} and this document, the term
10836 @dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10837 when explicitly referring to a chunk of data of that size. The word
10838 @dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10839 the addressable memory unit size of the target. For most systems,
10840 addressable memory unit is a synonym of byte.
10841
10842 @cindex remote memory comparison
10843 @cindex target memory comparison
10844 @cindex verify remote memory image
10845 @cindex verify target memory image
10846 When you are debugging a program running on a remote target machine
10847 (@pxref{Remote Debugging}), you may wish to verify the program's image
10848 in the remote machine's memory against the executable file you
10849 downloaded to the target. Or, on any target, you may want to check
10850 whether the program has corrupted its own read-only sections. The
10851 @code{compare-sections} command is provided for such situations.
10852
10853 @table @code
10854 @kindex compare-sections
10855 @item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
10856 Compare the data of a loadable section @var{section-name} in the
10857 executable file of the program being debugged with the same section in
10858 the target machine's memory, and report any mismatches. With no
10859 arguments, compares all loadable sections. With an argument of
10860 @code{-r}, compares all loadable read-only sections.
10861
10862 Note: for remote targets, this command can be accelerated if the
10863 target supports computing the CRC checksum of a block of memory
10864 (@pxref{qCRC packet}).
10865 @end table
10866
10867 @node Auto Display
10868 @section Automatic Display
10869 @cindex automatic display
10870 @cindex display of expressions
10871
10872 If you find that you want to print the value of an expression frequently
10873 (to see how it changes), you might want to add it to the @dfn{automatic
10874 display list} so that @value{GDBN} prints its value each time your program stops.
10875 Each expression added to the list is given a number to identify it;
10876 to remove an expression from the list, you specify that number.
10877 The automatic display looks like this:
10878
10879 @smallexample
10880 2: foo = 38
10881 3: bar[5] = (struct hack *) 0x3804
10882 @end smallexample
10883
10884 @noindent
10885 This display shows item numbers, expressions and their current values. As with
10886 displays you request manually using @code{x} or @code{print}, you can
10887 specify the output format you prefer; in fact, @code{display} decides
10888 whether to use @code{print} or @code{x} depending your format
10889 specification---it uses @code{x} if you specify either the @samp{i}
10890 or @samp{s} format, or a unit size; otherwise it uses @code{print}.
10891
10892 @table @code
10893 @kindex display
10894 @item display @var{expr}
10895 Add the expression @var{expr} to the list of expressions to display
10896 each time your program stops. @xref{Expressions, ,Expressions}.
10897
10898 @code{display} does not repeat if you press @key{RET} again after using it.
10899
10900 @item display/@var{fmt} @var{expr}
10901 For @var{fmt} specifying only a display format and not a size or
10902 count, add the expression @var{expr} to the auto-display list but
10903 arrange to display it each time in the specified format @var{fmt}.
10904 @xref{Output Formats,,Output Formats}.
10905
10906 @item display/@var{fmt} @var{addr}
10907 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10908 number of units, add the expression @var{addr} as a memory address to
10909 be examined each time your program stops. Examining means in effect
10910 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
10911 @end table
10912
10913 For example, @samp{display/i $pc} can be helpful, to see the machine
10914 instruction about to be executed each time execution stops (@samp{$pc}
10915 is a common name for the program counter; @pxref{Registers, ,Registers}).
10916
10917 @table @code
10918 @kindex delete display
10919 @kindex undisplay
10920 @item undisplay @var{dnums}@dots{}
10921 @itemx delete display @var{dnums}@dots{}
10922 Remove items from the list of expressions to display. Specify the
10923 numbers of the displays that you want affected with the command
10924 argument @var{dnums}. It can be a single display number, one of the
10925 numbers shown in the first field of the @samp{info display} display;
10926 or it could be a range of display numbers, as in @code{2-4}.
10927
10928 @code{undisplay} does not repeat if you press @key{RET} after using it.
10929 (Otherwise you would just get the error @samp{No display number @dots{}}.)
10930
10931 @kindex disable display
10932 @item disable display @var{dnums}@dots{}
10933 Disable the display of item numbers @var{dnums}. A disabled display
10934 item is not printed automatically, but is not forgotten. It may be
10935 enabled again later. Specify the numbers of the displays that you
10936 want affected with the command argument @var{dnums}. It can be a
10937 single display number, one of the numbers shown in the first field of
10938 the @samp{info display} display; or it could be a range of display
10939 numbers, as in @code{2-4}.
10940
10941 @kindex enable display
10942 @item enable display @var{dnums}@dots{}
10943 Enable display of item numbers @var{dnums}. It becomes effective once
10944 again in auto display of its expression, until you specify otherwise.
10945 Specify the numbers of the displays that you want affected with the
10946 command argument @var{dnums}. It can be a single display number, one
10947 of the numbers shown in the first field of the @samp{info display}
10948 display; or it could be a range of display numbers, as in @code{2-4}.
10949
10950 @item display
10951 Display the current values of the expressions on the list, just as is
10952 done when your program stops.
10953
10954 @kindex info display
10955 @item info display
10956 Print the list of expressions previously set up to display
10957 automatically, each one with its item number, but without showing the
10958 values. This includes disabled expressions, which are marked as such.
10959 It also includes expressions which would not be displayed right now
10960 because they refer to automatic variables not currently available.
10961 @end table
10962
10963 @cindex display disabled out of scope
10964 If a display expression refers to local variables, then it does not make
10965 sense outside the lexical context for which it was set up. Such an
10966 expression is disabled when execution enters a context where one of its
10967 variables is not defined. For example, if you give the command
10968 @code{display last_char} while inside a function with an argument
10969 @code{last_char}, @value{GDBN} displays this argument while your program
10970 continues to stop inside that function. When it stops elsewhere---where
10971 there is no variable @code{last_char}---the display is disabled
10972 automatically. The next time your program stops where @code{last_char}
10973 is meaningful, you can enable the display expression once again.
10974
10975 @node Print Settings
10976 @section Print Settings
10977
10978 @cindex format options
10979 @cindex print settings
10980 @value{GDBN} provides the following ways to control how arrays, structures,
10981 and symbols are printed.
10982
10983 @noindent
10984 These settings are useful for debugging programs in any language:
10985
10986 @table @code
10987 @kindex set print
10988 @anchor{set print address}
10989 @item set print address
10990 @itemx set print address on
10991 @cindex print/don't print memory addresses
10992 @value{GDBN} prints memory addresses showing the location of stack
10993 traces, structure values, pointer values, breakpoints, and so forth,
10994 even when it also displays the contents of those addresses. The default
10995 is @code{on}. For example, this is what a stack frame display looks like with
10996 @code{set print address on}:
10997
10998 @smallexample
10999 @group
11000 (@value{GDBP}) f
11001 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
11002 at input.c:530
11003 530 if (lquote != def_lquote)
11004 @end group
11005 @end smallexample
11006
11007 @item set print address off
11008 Do not print addresses when displaying their contents. For example,
11009 this is the same stack frame displayed with @code{set print address off}:
11010
11011 @smallexample
11012 @group
11013 (@value{GDBP}) set print addr off
11014 (@value{GDBP}) f
11015 #0 set_quotes (lq="<<", rq=">>") at input.c:530
11016 530 if (lquote != def_lquote)
11017 @end group
11018 @end smallexample
11019
11020 You can use @samp{set print address off} to eliminate all machine
11021 dependent displays from the @value{GDBN} interface. For example, with
11022 @code{print address off}, you should get the same text for backtraces on
11023 all machines---whether or not they involve pointer arguments.
11024
11025 @kindex show print
11026 @item show print address
11027 Show whether or not addresses are to be printed.
11028 @end table
11029
11030 When @value{GDBN} prints a symbolic address, it normally prints the
11031 closest earlier symbol plus an offset. If that symbol does not uniquely
11032 identify the address (for example, it is a name whose scope is a single
11033 source file), you may need to clarify. One way to do this is with
11034 @code{info line}, for example @samp{info line *0x4537}. Alternately,
11035 you can set @value{GDBN} to print the source file and line number when
11036 it prints a symbolic address:
11037
11038 @table @code
11039 @item set print symbol-filename on
11040 @cindex source file and line of a symbol
11041 @cindex symbol, source file and line
11042 Tell @value{GDBN} to print the source file name and line number of a
11043 symbol in the symbolic form of an address.
11044
11045 @item set print symbol-filename off
11046 Do not print source file name and line number of a symbol. This is the
11047 default.
11048
11049 @item show print symbol-filename
11050 Show whether or not @value{GDBN} will print the source file name and
11051 line number of a symbol in the symbolic form of an address.
11052 @end table
11053
11054 Another situation where it is helpful to show symbol filenames and line
11055 numbers is when disassembling code; @value{GDBN} shows you the line
11056 number and source file that corresponds to each instruction.
11057
11058 Also, you may wish to see the symbolic form only if the address being
11059 printed is reasonably close to the closest earlier symbol:
11060
11061 @table @code
11062 @item set print max-symbolic-offset @var{max-offset}
11063 @itemx set print max-symbolic-offset unlimited
11064 @cindex maximum value for offset of closest symbol
11065 Tell @value{GDBN} to only display the symbolic form of an address if the
11066 offset between the closest earlier symbol and the address is less than
11067 @var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
11068 to always print the symbolic form of an address if any symbol precedes
11069 it. Zero is equivalent to @code{unlimited}.
11070
11071 @item show print max-symbolic-offset
11072 Ask how large the maximum offset is that @value{GDBN} prints in a
11073 symbolic address.
11074 @end table
11075
11076 @cindex wild pointer, interpreting
11077 @cindex pointer, finding referent
11078 If you have a pointer and you are not sure where it points, try
11079 @samp{set print symbol-filename on}. Then you can determine the name
11080 and source file location of the variable where it points, using
11081 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
11082 For example, here @value{GDBN} shows that a variable @code{ptt} points
11083 at another variable @code{t}, defined in @file{hi2.c}:
11084
11085 @smallexample
11086 (@value{GDBP}) set print symbol-filename on
11087 (@value{GDBP}) p/a ptt
11088 $4 = 0xe008 <t in hi2.c>
11089 @end smallexample
11090
11091 @quotation
11092 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
11093 does not show the symbol name and filename of the referent, even with
11094 the appropriate @code{set print} options turned on.
11095 @end quotation
11096
11097 You can also enable @samp{/a}-like formatting all the time using
11098 @samp{set print symbol on}:
11099
11100 @anchor{set print symbol}
11101 @table @code
11102 @item set print symbol on
11103 Tell @value{GDBN} to print the symbol corresponding to an address, if
11104 one exists.
11105
11106 @item set print symbol off
11107 Tell @value{GDBN} not to print the symbol corresponding to an
11108 address. In this mode, @value{GDBN} will still print the symbol
11109 corresponding to pointers to functions. This is the default.
11110
11111 @item show print symbol
11112 Show whether @value{GDBN} will display the symbol corresponding to an
11113 address.
11114 @end table
11115
11116 Other settings control how different kinds of objects are printed:
11117
11118 @table @code
11119 @anchor{set print array}
11120 @item set print array
11121 @itemx set print array on
11122 @cindex pretty print arrays
11123 Pretty print arrays. This format is more convenient to read,
11124 but uses more space. The default is off.
11125
11126 @item set print array off
11127 Return to compressed format for arrays.
11128
11129 @item show print array
11130 Show whether compressed or pretty format is selected for displaying
11131 arrays.
11132
11133 @cindex print array indexes
11134 @anchor{set print array-indexes}
11135 @item set print array-indexes
11136 @itemx set print array-indexes on
11137 Print the index of each element when displaying arrays. May be more
11138 convenient to locate a given element in the array or quickly find the
11139 index of a given element in that printed array. The default is off.
11140
11141 @item set print array-indexes off
11142 Stop printing element indexes when displaying arrays.
11143
11144 @item show print array-indexes
11145 Show whether the index of each element is printed when displaying
11146 arrays.
11147
11148 @anchor{set print elements}
11149 @item set print elements @var{number-of-elements}
11150 @itemx set print elements unlimited
11151 @cindex number of array elements to print
11152 @cindex limit on number of printed array elements
11153 Set a limit on how many elements of an array @value{GDBN} will print.
11154 If @value{GDBN} is printing a large array, it stops printing after it has
11155 printed the number of elements set by the @code{set print elements} command.
11156 This limit also applies to the display of strings.
11157 When @value{GDBN} starts, this limit is set to 200.
11158 Setting @var{number-of-elements} to @code{unlimited} or zero means
11159 that the number of elements to print is unlimited.
11160
11161 @item show print elements
11162 Display the number of elements of a large array that @value{GDBN} will print.
11163 If the number is 0, then the printing is unlimited.
11164
11165 @anchor{set print frame-arguments}
11166 @item set print frame-arguments @var{value}
11167 @kindex set print frame-arguments
11168 @cindex printing frame argument values
11169 @cindex print all frame argument values
11170 @cindex print frame argument values for scalars only
11171 @cindex do not print frame arguments
11172 This command allows to control how the values of arguments are printed
11173 when the debugger prints a frame (@pxref{Frames}). The possible
11174 values are:
11175
11176 @table @code
11177 @item all
11178 The values of all arguments are printed.
11179
11180 @item scalars
11181 Print the value of an argument only if it is a scalar. The value of more
11182 complex arguments such as arrays, structures, unions, etc, is replaced
11183 by @code{@dots{}}. This is the default. Here is an example where
11184 only scalar arguments are shown:
11185
11186 @smallexample
11187 #1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
11188 at frame-args.c:23
11189 @end smallexample
11190
11191 @item none
11192 None of the argument values are printed. Instead, the value of each argument
11193 is replaced by @code{@dots{}}. In this case, the example above now becomes:
11194
11195 @smallexample
11196 #1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
11197 at frame-args.c:23
11198 @end smallexample
11199
11200 @item presence
11201 Only the presence of arguments is indicated by @code{@dots{}}.
11202 The @code{@dots{}} are not printed for function without any arguments.
11203 None of the argument names and values are printed.
11204 In this case, the example above now becomes:
11205
11206 @smallexample
11207 #1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11208 @end smallexample
11209
11210 @end table
11211
11212 By default, only scalar arguments are printed. This command can be used
11213 to configure the debugger to print the value of all arguments, regardless
11214 of their type. However, it is often advantageous to not print the value
11215 of more complex parameters. For instance, it reduces the amount of
11216 information printed in each frame, making the backtrace more readable.
11217 Also, it improves performance when displaying Ada frames, because
11218 the computation of large arguments can sometimes be CPU-intensive,
11219 especially in large applications. Setting @code{print frame-arguments}
11220 to @code{scalars} (the default), @code{none} or @code{presence} avoids
11221 this computation, thus speeding up the display of each Ada frame.
11222
11223 @item show print frame-arguments
11224 Show how the value of arguments should be displayed when printing a frame.
11225
11226 @anchor{set print raw-frame-arguments}
11227 @item set print raw-frame-arguments on
11228 Print frame arguments in raw, non pretty-printed, form.
11229
11230 @item set print raw-frame-arguments off
11231 Print frame arguments in pretty-printed form, if there is a pretty-printer
11232 for the value (@pxref{Pretty Printing}),
11233 otherwise print the value in raw form.
11234 This is the default.
11235
11236 @item show print raw-frame-arguments
11237 Show whether to print frame arguments in raw form.
11238
11239 @anchor{set print entry-values}
11240 @item set print entry-values @var{value}
11241 @kindex set print entry-values
11242 Set printing of frame argument values at function entry. In some cases
11243 @value{GDBN} can determine the value of function argument which was passed by
11244 the function caller, even if the value was modified inside the called function
11245 and therefore is different. With optimized code, the current value could be
11246 unavailable, but the entry value may still be known.
11247
11248 The default value is @code{default} (see below for its description). Older
11249 @value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11250 this feature will behave in the @code{default} setting the same way as with the
11251 @code{no} setting.
11252
11253 This functionality is currently supported only by DWARF 2 debugging format and
11254 the compiler has to produce @samp{DW_TAG_call_site} tags. With
11255 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11256 this information.
11257
11258 The @var{value} parameter can be one of the following:
11259
11260 @table @code
11261 @item no
11262 Print only actual parameter values, never print values from function entry
11263 point.
11264 @smallexample
11265 #0 equal (val=5)
11266 #0 different (val=6)
11267 #0 lost (val=<optimized out>)
11268 #0 born (val=10)
11269 #0 invalid (val=<optimized out>)
11270 @end smallexample
11271
11272 @item only
11273 Print only parameter values from function entry point. The actual parameter
11274 values are never printed.
11275 @smallexample
11276 #0 equal (val@@entry=5)
11277 #0 different (val@@entry=5)
11278 #0 lost (val@@entry=5)
11279 #0 born (val@@entry=<optimized out>)
11280 #0 invalid (val@@entry=<optimized out>)
11281 @end smallexample
11282
11283 @item preferred
11284 Print only parameter values from function entry point. If value from function
11285 entry point is not known while the actual value is known, print the actual
11286 value for such parameter.
11287 @smallexample
11288 #0 equal (val@@entry=5)
11289 #0 different (val@@entry=5)
11290 #0 lost (val@@entry=5)
11291 #0 born (val=10)
11292 #0 invalid (val@@entry=<optimized out>)
11293 @end smallexample
11294
11295 @item if-needed
11296 Print actual parameter values. If actual parameter value is not known while
11297 value from function entry point is known, print the entry point value for such
11298 parameter.
11299 @smallexample
11300 #0 equal (val=5)
11301 #0 different (val=6)
11302 #0 lost (val@@entry=5)
11303 #0 born (val=10)
11304 #0 invalid (val=<optimized out>)
11305 @end smallexample
11306
11307 @item both
11308 Always print both the actual parameter value and its value from function entry
11309 point, even if values of one or both are not available due to compiler
11310 optimizations.
11311 @smallexample
11312 #0 equal (val=5, val@@entry=5)
11313 #0 different (val=6, val@@entry=5)
11314 #0 lost (val=<optimized out>, val@@entry=5)
11315 #0 born (val=10, val@@entry=<optimized out>)
11316 #0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11317 @end smallexample
11318
11319 @item compact
11320 Print the actual parameter value if it is known and also its value from
11321 function entry point if it is known. If neither is known, print for the actual
11322 value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11323 values are known and identical, print the shortened
11324 @code{param=param@@entry=VALUE} notation.
11325 @smallexample
11326 #0 equal (val=val@@entry=5)
11327 #0 different (val=6, val@@entry=5)
11328 #0 lost (val@@entry=5)
11329 #0 born (val=10)
11330 #0 invalid (val=<optimized out>)
11331 @end smallexample
11332
11333 @item default
11334 Always print the actual parameter value. Print also its value from function
11335 entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11336 if both values are known and identical, print the shortened
11337 @code{param=param@@entry=VALUE} notation.
11338 @smallexample
11339 #0 equal (val=val@@entry=5)
11340 #0 different (val=6, val@@entry=5)
11341 #0 lost (val=<optimized out>, val@@entry=5)
11342 #0 born (val=10)
11343 #0 invalid (val=<optimized out>)
11344 @end smallexample
11345 @end table
11346
11347 For analysis messages on possible failures of frame argument values at function
11348 entry resolution see @ref{set debug entry-values}.
11349
11350 @item show print entry-values
11351 Show the method being used for printing of frame argument values at function
11352 entry.
11353
11354 @anchor{set print frame-info}
11355 @item set print frame-info @var{value}
11356 @kindex set print frame-info
11357 @cindex printing frame information
11358 @cindex frame information, printing
11359 This command allows to control the information printed when
11360 the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11361 for a general explanation about frames and frame information.
11362 Note that some other settings (such as @code{set print frame-arguments}
11363 and @code{set print address}) are also influencing if and how some frame
11364 information is displayed. In particular, the frame program counter is never
11365 printed if @code{set print address} is off.
11366
11367 The possible values for @code{set print frame-info} are:
11368 @table @code
11369 @item short-location
11370 Print the frame level, the program counter (if not at the
11371 beginning of the location source line), the function, the function
11372 arguments.
11373 @item location
11374 Same as @code{short-location} but also print the source file and source line
11375 number.
11376 @item location-and-address
11377 Same as @code{location} but print the program counter even if located at the
11378 beginning of the location source line.
11379 @item source-line
11380 Print the program counter (if not at the beginning of the location
11381 source line), the line number and the source line.
11382 @item source-and-location
11383 Print what @code{location} and @code{source-line} are printing.
11384 @item auto
11385 The information printed for a frame is decided automatically
11386 by the @value{GDBN} command that prints a frame.
11387 For example, @code{frame} prints the information printed by
11388 @code{source-and-location} while @code{stepi} will switch between
11389 @code{source-line} and @code{source-and-location} depending on the program
11390 counter.
11391 The default value is @code{auto}.
11392 @end table
11393
11394 @anchor{set print repeats}
11395 @item set print repeats @var{number-of-repeats}
11396 @itemx set print repeats unlimited
11397 @cindex repeated array elements
11398 Set the threshold for suppressing display of repeated array
11399 elements. When the number of consecutive identical elements of an
11400 array exceeds the threshold, @value{GDBN} prints the string
11401 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
11402 identical repetitions, instead of displaying the identical elements
11403 themselves. Setting the threshold to @code{unlimited} or zero will
11404 cause all elements to be individually printed. The default threshold
11405 is 10.
11406
11407 @item show print repeats
11408 Display the current threshold for printing repeated identical
11409 elements.
11410
11411 @anchor{set print max-depth}
11412 @item set print max-depth @var{depth}
11413 @item set print max-depth unlimited
11414 @cindex printing nested structures
11415 Set the threshold after which nested structures are replaced with
11416 ellipsis, this can make visualising deeply nested structures easier.
11417
11418 For example, given this C code
11419
11420 @smallexample
11421 typedef struct s1 @{ int a; @} s1;
11422 typedef struct s2 @{ s1 b; @} s2;
11423 typedef struct s3 @{ s2 c; @} s3;
11424 typedef struct s4 @{ s3 d; @} s4;
11425
11426 s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11427 @end smallexample
11428
11429 The following table shows how different values of @var{depth} will
11430 effect how @code{var} is printed by @value{GDBN}:
11431
11432 @multitable @columnfractions .3 .7
11433 @headitem @var{depth} setting @tab Result of @samp{p var}
11434 @item unlimited
11435 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11436 @item @code{0}
11437 @tab @code{$1 = @{...@}}
11438 @item @code{1}
11439 @tab @code{$1 = @{d = @{...@}@}}
11440 @item @code{2}
11441 @tab @code{$1 = @{d = @{c = @{...@}@}@}}
11442 @item @code{3}
11443 @tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11444 @item @code{4}
11445 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11446 @end multitable
11447
11448 To see the contents of structures that have been hidden the user can
11449 either increase the print max-depth, or they can print the elements of
11450 the structure that are visible, for example
11451
11452 @smallexample
11453 (gdb) set print max-depth 2
11454 (gdb) p var
11455 $1 = @{d = @{c = @{...@}@}@}
11456 (gdb) p var.d
11457 $2 = @{c = @{b = @{...@}@}@}
11458 (gdb) p var.d.c
11459 $3 = @{b = @{a = 3@}@}
11460 @end smallexample
11461
11462 The pattern used to replace nested structures varies based on
11463 language, for most languages @code{@{...@}} is used, but Fortran uses
11464 @code{(...)}.
11465
11466 @item show print max-depth
11467 Display the current threshold after which nested structures are
11468 replaces with ellipsis.
11469
11470 @anchor{set print null-stop}
11471 @item set print null-stop
11472 @cindex @sc{null} elements in arrays
11473 Cause @value{GDBN} to stop printing the characters of an array when the first
11474 @sc{null} is encountered. This is useful when large arrays actually
11475 contain only short strings.
11476 The default is off.
11477
11478 @item show print null-stop
11479 Show whether @value{GDBN} stops printing an array on the first
11480 @sc{null} character.
11481
11482 @anchor{set print pretty}
11483 @item set print pretty on
11484 @cindex print structures in indented form
11485 @cindex indentation in structure display
11486 Cause @value{GDBN} to print structures in an indented format with one member
11487 per line, like this:
11488
11489 @smallexample
11490 @group
11491 $1 = @{
11492 next = 0x0,
11493 flags = @{
11494 sweet = 1,
11495 sour = 1
11496 @},
11497 meat = 0x54 "Pork"
11498 @}
11499 @end group
11500 @end smallexample
11501
11502 @item set print pretty off
11503 Cause @value{GDBN} to print structures in a compact format, like this:
11504
11505 @smallexample
11506 @group
11507 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11508 meat = 0x54 "Pork"@}
11509 @end group
11510 @end smallexample
11511
11512 @noindent
11513 This is the default format.
11514
11515 @item show print pretty
11516 Show which format @value{GDBN} is using to print structures.
11517
11518 @anchor{set print raw-values}
11519 @item set print raw-values on
11520 Print values in raw form, without applying the pretty
11521 printers for the value.
11522
11523 @item set print raw-values off
11524 Print values in pretty-printed form, if there is a pretty-printer
11525 for the value (@pxref{Pretty Printing}),
11526 otherwise print the value in raw form.
11527
11528 The default setting is ``off''.
11529
11530 @item show print raw-values
11531 Show whether to print values in raw form.
11532
11533 @item set print sevenbit-strings on
11534 @cindex eight-bit characters in strings
11535 @cindex octal escapes in strings
11536 Print using only seven-bit characters; if this option is set,
11537 @value{GDBN} displays any eight-bit characters (in strings or
11538 character values) using the notation @code{\}@var{nnn}. This setting is
11539 best if you are working in English (@sc{ascii}) and you use the
11540 high-order bit of characters as a marker or ``meta'' bit.
11541
11542 @item set print sevenbit-strings off
11543 Print full eight-bit characters. This allows the use of more
11544 international character sets, and is the default.
11545
11546 @item show print sevenbit-strings
11547 Show whether or not @value{GDBN} is printing only seven-bit characters.
11548
11549 @anchor{set print union}
11550 @item set print union on
11551 @cindex unions in structures, printing
11552 Tell @value{GDBN} to print unions which are contained in structures
11553 and other unions. This is the default setting.
11554
11555 @item set print union off
11556 Tell @value{GDBN} not to print unions which are contained in
11557 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11558 instead.
11559
11560 @item show print union
11561 Ask @value{GDBN} whether or not it will print unions which are contained in
11562 structures and other unions.
11563
11564 For example, given the declarations
11565
11566 @smallexample
11567 typedef enum @{Tree, Bug@} Species;
11568 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
11569 typedef enum @{Caterpillar, Cocoon, Butterfly@}
11570 Bug_forms;
11571
11572 struct thing @{
11573 Species it;
11574 union @{
11575 Tree_forms tree;
11576 Bug_forms bug;
11577 @} form;
11578 @};
11579
11580 struct thing foo = @{Tree, @{Acorn@}@};
11581 @end smallexample
11582
11583 @noindent
11584 with @code{set print union on} in effect @samp{p foo} would print
11585
11586 @smallexample
11587 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11588 @end smallexample
11589
11590 @noindent
11591 and with @code{set print union off} in effect it would print
11592
11593 @smallexample
11594 $1 = @{it = Tree, form = @{...@}@}
11595 @end smallexample
11596
11597 @noindent
11598 @code{set print union} affects programs written in C-like languages
11599 and in Pascal.
11600 @end table
11601
11602 @need 1000
11603 @noindent
11604 These settings are of interest when debugging C@t{++} programs:
11605
11606 @table @code
11607 @cindex demangling C@t{++} names
11608 @item set print demangle
11609 @itemx set print demangle on
11610 Print C@t{++} names in their source form rather than in the encoded
11611 (``mangled'') form passed to the assembler and linker for type-safe
11612 linkage. The default is on.
11613
11614 @item show print demangle
11615 Show whether C@t{++} names are printed in mangled or demangled form.
11616
11617 @item set print asm-demangle
11618 @itemx set print asm-demangle on
11619 Print C@t{++} names in their source form rather than their mangled form, even
11620 in assembler code printouts such as instruction disassemblies.
11621 The default is off.
11622
11623 @item show print asm-demangle
11624 Show whether C@t{++} names in assembly listings are printed in mangled
11625 or demangled form.
11626
11627 @cindex C@t{++} symbol decoding style
11628 @cindex symbol decoding style, C@t{++}
11629 @kindex set demangle-style
11630 @item set demangle-style @var{style}
11631 Choose among several encoding schemes used by different compilers to represent
11632 C@t{++} names. If you omit @var{style}, you will see a list of possible
11633 formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11634 decoding style by inspecting your program.
11635
11636 @item show demangle-style
11637 Display the encoding style currently in use for decoding C@t{++} symbols.
11638
11639 @anchor{set print object}
11640 @item set print object
11641 @itemx set print object on
11642 @cindex derived type of an object, printing
11643 @cindex display derived types
11644 When displaying a pointer to an object, identify the @emph{actual}
11645 (derived) type of the object rather than the @emph{declared} type, using
11646 the virtual function table. Note that the virtual function table is
11647 required---this feature can only work for objects that have run-time
11648 type identification; a single virtual method in the object's declared
11649 type is sufficient. Note that this setting is also taken into account when
11650 working with variable objects via MI (@pxref{GDB/MI}).
11651
11652 @item set print object off
11653 Display only the declared type of objects, without reference to the
11654 virtual function table. This is the default setting.
11655
11656 @item show print object
11657 Show whether actual, or declared, object types are displayed.
11658
11659 @anchor{set print static-members}
11660 @item set print static-members
11661 @itemx set print static-members on
11662 @cindex static members of C@t{++} objects
11663 Print static members when displaying a C@t{++} object. The default is on.
11664
11665 @item set print static-members off
11666 Do not print static members when displaying a C@t{++} object.
11667
11668 @item show print static-members
11669 Show whether C@t{++} static members are printed or not.
11670
11671 @item set print pascal_static-members
11672 @itemx set print pascal_static-members on
11673 @cindex static members of Pascal objects
11674 @cindex Pascal objects, static members display
11675 Print static members when displaying a Pascal object. The default is on.
11676
11677 @item set print pascal_static-members off
11678 Do not print static members when displaying a Pascal object.
11679
11680 @item show print pascal_static-members
11681 Show whether Pascal static members are printed or not.
11682
11683 @c These don't work with HP ANSI C++ yet.
11684 @anchor{set print vtbl}
11685 @item set print vtbl
11686 @itemx set print vtbl on
11687 @cindex pretty print C@t{++} virtual function tables
11688 @cindex virtual functions (C@t{++}) display
11689 @cindex VTBL display
11690 Pretty print C@t{++} virtual function tables. The default is off.
11691 (The @code{vtbl} commands do not work on programs compiled with the HP
11692 ANSI C@t{++} compiler (@code{aCC}).)
11693
11694 @item set print vtbl off
11695 Do not pretty print C@t{++} virtual function tables.
11696
11697 @item show print vtbl
11698 Show whether C@t{++} virtual function tables are pretty printed, or not.
11699 @end table
11700
11701 @node Pretty Printing
11702 @section Pretty Printing
11703
11704 @value{GDBN} provides a mechanism to allow pretty-printing of values using
11705 Python code. It greatly simplifies the display of complex objects. This
11706 mechanism works for both MI and the CLI.
11707
11708 @menu
11709 * Pretty-Printer Introduction:: Introduction to pretty-printers
11710 * Pretty-Printer Example:: An example pretty-printer
11711 * Pretty-Printer Commands:: Pretty-printer commands
11712 @end menu
11713
11714 @node Pretty-Printer Introduction
11715 @subsection Pretty-Printer Introduction
11716
11717 When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11718 registered for the value. If there is then @value{GDBN} invokes the
11719 pretty-printer to print the value. Otherwise the value is printed normally.
11720
11721 Pretty-printers are normally named. This makes them easy to manage.
11722 The @samp{info pretty-printer} command will list all the installed
11723 pretty-printers with their names.
11724 If a pretty-printer can handle multiple data types, then its
11725 @dfn{subprinters} are the printers for the individual data types.
11726 Each such subprinter has its own name.
11727 The format of the name is @var{printer-name};@var{subprinter-name}.
11728
11729 Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11730 Typically they are automatically loaded and registered when the corresponding
11731 debug information is loaded, thus making them available without having to
11732 do anything special.
11733
11734 There are three places where a pretty-printer can be registered.
11735
11736 @itemize @bullet
11737 @item
11738 Pretty-printers registered globally are available when debugging
11739 all inferiors.
11740
11741 @item
11742 Pretty-printers registered with a program space are available only
11743 when debugging that program.
11744 @xref{Progspaces In Python}, for more details on program spaces in Python.
11745
11746 @item
11747 Pretty-printers registered with an objfile are loaded and unloaded
11748 with the corresponding objfile (e.g., shared library).
11749 @xref{Objfiles In Python}, for more details on objfiles in Python.
11750 @end itemize
11751
11752 @xref{Selecting Pretty-Printers}, for further information on how
11753 pretty-printers are selected,
11754
11755 @xref{Writing a Pretty-Printer}, for implementing pretty printers
11756 for new types.
11757
11758 @node Pretty-Printer Example
11759 @subsection Pretty-Printer Example
11760
11761 Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
11762
11763 @smallexample
11764 (@value{GDBP}) print s
11765 $1 = @{
11766 static npos = 4294967295,
11767 _M_dataplus = @{
11768 <std::allocator<char>> = @{
11769 <__gnu_cxx::new_allocator<char>> = @{
11770 <No data fields>@}, <No data fields>
11771 @},
11772 members of std::basic_string<char, std::char_traits<char>,
11773 std::allocator<char> >::_Alloc_hider:
11774 _M_p = 0x804a014 "abcd"
11775 @}
11776 @}
11777 @end smallexample
11778
11779 With a pretty-printer for @code{std::string} only the contents are printed:
11780
11781 @smallexample
11782 (@value{GDBP}) print s
11783 $2 = "abcd"
11784 @end smallexample
11785
11786 @node Pretty-Printer Commands
11787 @subsection Pretty-Printer Commands
11788 @cindex pretty-printer commands
11789
11790 @table @code
11791 @kindex info pretty-printer
11792 @item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11793 Print the list of installed pretty-printers.
11794 This includes disabled pretty-printers, which are marked as such.
11795
11796 @var{object-regexp} is a regular expression matching the objects
11797 whose pretty-printers to list.
11798 Objects can be @code{global}, the program space's file
11799 (@pxref{Progspaces In Python}),
11800 and the object files within that program space (@pxref{Objfiles In Python}).
11801 @xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11802 looks up a printer from these three objects.
11803
11804 @var{name-regexp} is a regular expression matching the name of the printers
11805 to list.
11806
11807 @kindex disable pretty-printer
11808 @item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11809 Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11810 A disabled pretty-printer is not forgotten, it may be enabled again later.
11811
11812 @kindex enable pretty-printer
11813 @item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11814 Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11815 @end table
11816
11817 Example:
11818
11819 Suppose we have three pretty-printers installed: one from library1.so
11820 named @code{foo} that prints objects of type @code{foo}, and
11821 another from library2.so named @code{bar} that prints two types of objects,
11822 @code{bar1} and @code{bar2}.
11823
11824 @smallexample
11825 (gdb) info pretty-printer
11826 library1.so:
11827 foo
11828 library2.so:
11829 bar
11830 bar1
11831 bar2
11832 (gdb) info pretty-printer library2
11833 library2.so:
11834 bar
11835 bar1
11836 bar2
11837 (gdb) disable pretty-printer library1
11838 1 printer disabled
11839 2 of 3 printers enabled
11840 (gdb) info pretty-printer
11841 library1.so:
11842 foo [disabled]
11843 library2.so:
11844 bar
11845 bar1
11846 bar2
11847 (gdb) disable pretty-printer library2 bar;bar1
11848 1 printer disabled
11849 1 of 3 printers enabled
11850 (gdb) info pretty-printer library2
11851 library1.so:
11852 foo [disabled]
11853 library2.so:
11854 bar
11855 bar1 [disabled]
11856 bar2
11857 (gdb) disable pretty-printer library2 bar
11858 1 printer disabled
11859 0 of 3 printers enabled
11860 (gdb) info pretty-printer library2
11861 library1.so:
11862 foo [disabled]
11863 library2.so:
11864 bar [disabled]
11865 bar1 [disabled]
11866 bar2
11867 @end smallexample
11868
11869 Note that for @code{bar} the entire printer can be disabled,
11870 as can each individual subprinter.
11871
11872 Printing values and frame arguments is done by default using
11873 the enabled pretty printers.
11874
11875 The print option @code{-raw-values} and @value{GDBN} setting
11876 @code{set print raw-values} (@pxref{set print raw-values}) can be
11877 used to print values without applying the enabled pretty printers.
11878
11879 Similarly, the backtrace option @code{-raw-frame-arguments} and
11880 @value{GDBN} setting @code{set print raw-frame-arguments}
11881 (@pxref{set print raw-frame-arguments}) can be used to ignore the
11882 enabled pretty printers when printing frame argument values.
11883
11884 @node Value History
11885 @section Value History
11886
11887 @cindex value history
11888 @cindex history of values printed by @value{GDBN}
11889 Values printed by the @code{print} command are saved in the @value{GDBN}
11890 @dfn{value history}. This allows you to refer to them in other expressions.
11891 Values are kept until the symbol table is re-read or discarded
11892 (for example with the @code{file} or @code{symbol-file} commands).
11893 When the symbol table changes, the value history is discarded,
11894 since the values may contain pointers back to the types defined in the
11895 symbol table.
11896
11897 @cindex @code{$}
11898 @cindex @code{$$}
11899 @cindex history number
11900 The values printed are given @dfn{history numbers} by which you can
11901 refer to them. These are successive integers starting with one.
11902 @code{print} shows you the history number assigned to a value by
11903 printing @samp{$@var{num} = } before the value; here @var{num} is the
11904 history number.
11905
11906 To refer to any previous value, use @samp{$} followed by the value's
11907 history number. The way @code{print} labels its output is designed to
11908 remind you of this. Just @code{$} refers to the most recent value in
11909 the history, and @code{$$} refers to the value before that.
11910 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11911 is the value just prior to @code{$$}, @code{$$1} is equivalent to
11912 @code{$$}, and @code{$$0} is equivalent to @code{$}.
11913
11914 For example, suppose you have just printed a pointer to a structure and
11915 want to see the contents of the structure. It suffices to type
11916
11917 @smallexample
11918 p *$
11919 @end smallexample
11920
11921 If you have a chain of structures where the component @code{next} points
11922 to the next one, you can print the contents of the next one with this:
11923
11924 @smallexample
11925 p *$.next
11926 @end smallexample
11927
11928 @noindent
11929 You can print successive links in the chain by repeating this
11930 command---which you can do by just typing @key{RET}.
11931
11932 Note that the history records values, not expressions. If the value of
11933 @code{x} is 4 and you type these commands:
11934
11935 @smallexample
11936 print x
11937 set x=5
11938 @end smallexample
11939
11940 @noindent
11941 then the value recorded in the value history by the @code{print} command
11942 remains 4 even though the value of @code{x} has changed.
11943
11944 @table @code
11945 @kindex show values
11946 @item show values
11947 Print the last ten values in the value history, with their item numbers.
11948 This is like @samp{p@ $$9} repeated ten times, except that @code{show
11949 values} does not change the history.
11950
11951 @item show values @var{n}
11952 Print ten history values centered on history item number @var{n}.
11953
11954 @item show values +
11955 Print ten history values just after the values last printed. If no more
11956 values are available, @code{show values +} produces no display.
11957 @end table
11958
11959 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11960 same effect as @samp{show values +}.
11961
11962 @node Convenience Vars
11963 @section Convenience Variables
11964
11965 @cindex convenience variables
11966 @cindex user-defined variables
11967 @value{GDBN} provides @dfn{convenience variables} that you can use within
11968 @value{GDBN} to hold on to a value and refer to it later. These variables
11969 exist entirely within @value{GDBN}; they are not part of your program, and
11970 setting a convenience variable has no direct effect on further execution
11971 of your program. That is why you can use them freely.
11972
11973 Convenience variables are prefixed with @samp{$}. Any name preceded by
11974 @samp{$} can be used for a convenience variable, unless it is one of
11975 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
11976 (Value history references, in contrast, are @emph{numbers} preceded
11977 by @samp{$}. @xref{Value History, ,Value History}.)
11978
11979 You can save a value in a convenience variable with an assignment
11980 expression, just as you would set a variable in your program.
11981 For example:
11982
11983 @smallexample
11984 set $foo = *object_ptr
11985 @end smallexample
11986
11987 @noindent
11988 would save in @code{$foo} the value contained in the object pointed to by
11989 @code{object_ptr}.
11990
11991 Using a convenience variable for the first time creates it, but its
11992 value is @code{void} until you assign a new value. You can alter the
11993 value with another assignment at any time.
11994
11995 Convenience variables have no fixed types. You can assign a convenience
11996 variable any type of value, including structures and arrays, even if
11997 that variable already has a value of a different type. The convenience
11998 variable, when used as an expression, has the type of its current value.
11999
12000 @table @code
12001 @kindex show convenience
12002 @cindex show all user variables and functions
12003 @item show convenience
12004 Print a list of convenience variables used so far, and their values,
12005 as well as a list of the convenience functions.
12006 Abbreviated @code{show conv}.
12007
12008 @kindex init-if-undefined
12009 @cindex convenience variables, initializing
12010 @item init-if-undefined $@var{variable} = @var{expression}
12011 Set a convenience variable if it has not already been set. This is useful
12012 for user-defined commands that keep some state. It is similar, in concept,
12013 to using local static variables with initializers in C (except that
12014 convenience variables are global). It can also be used to allow users to
12015 override default values used in a command script.
12016
12017 If the variable is already defined then the expression is not evaluated so
12018 any side-effects do not occur.
12019 @end table
12020
12021 One of the ways to use a convenience variable is as a counter to be
12022 incremented or a pointer to be advanced. For example, to print
12023 a field from successive elements of an array of structures:
12024
12025 @smallexample
12026 set $i = 0
12027 print bar[$i++]->contents
12028 @end smallexample
12029
12030 @noindent
12031 Repeat that command by typing @key{RET}.
12032
12033 Some convenience variables are created automatically by @value{GDBN} and given
12034 values likely to be useful.
12035
12036 @table @code
12037 @vindex $_@r{, convenience variable}
12038 @item $_
12039 The variable @code{$_} is automatically set by the @code{x} command to
12040 the last address examined (@pxref{Memory, ,Examining Memory}). Other
12041 commands which provide a default address for @code{x} to examine also
12042 set @code{$_} to that address; these commands include @code{info line}
12043 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
12044 except when set by the @code{x} command, in which case it is a pointer
12045 to the type of @code{$__}.
12046
12047 @vindex $__@r{, convenience variable}
12048 @item $__
12049 The variable @code{$__} is automatically set by the @code{x} command
12050 to the value found in the last address examined. Its type is chosen
12051 to match the format in which the data was printed.
12052
12053 @item $_exitcode
12054 @vindex $_exitcode@r{, convenience variable}
12055 When the program being debugged terminates normally, @value{GDBN}
12056 automatically sets this variable to the exit code of the program, and
12057 resets @code{$_exitsignal} to @code{void}.
12058
12059 @item $_exitsignal
12060 @vindex $_exitsignal@r{, convenience variable}
12061 When the program being debugged dies due to an uncaught signal,
12062 @value{GDBN} automatically sets this variable to that signal's number,
12063 and resets @code{$_exitcode} to @code{void}.
12064
12065 To distinguish between whether the program being debugged has exited
12066 (i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
12067 @code{$_exitsignal} is not @code{void}), the convenience function
12068 @code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
12069 Functions}). For example, considering the following source code:
12070
12071 @smallexample
12072 #include <signal.h>
12073
12074 int
12075 main (int argc, char *argv[])
12076 @{
12077 raise (SIGALRM);
12078 return 0;
12079 @}
12080 @end smallexample
12081
12082 A valid way of telling whether the program being debugged has exited
12083 or signalled would be:
12084
12085 @smallexample
12086 (@value{GDBP}) define has_exited_or_signalled
12087 Type commands for definition of ``has_exited_or_signalled''.
12088 End with a line saying just ``end''.
12089 >if $_isvoid ($_exitsignal)
12090 >echo The program has exited\n
12091 >else
12092 >echo The program has signalled\n
12093 >end
12094 >end
12095 (@value{GDBP}) run
12096 Starting program:
12097
12098 Program terminated with signal SIGALRM, Alarm clock.
12099 The program no longer exists.
12100 (@value{GDBP}) has_exited_or_signalled
12101 The program has signalled
12102 @end smallexample
12103
12104 As can be seen, @value{GDBN} correctly informs that the program being
12105 debugged has signalled, since it calls @code{raise} and raises a
12106 @code{SIGALRM} signal. If the program being debugged had not called
12107 @code{raise}, then @value{GDBN} would report a normal exit:
12108
12109 @smallexample
12110 (@value{GDBP}) has_exited_or_signalled
12111 The program has exited
12112 @end smallexample
12113
12114 @item $_exception
12115 The variable @code{$_exception} is set to the exception object being
12116 thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
12117
12118 @item $_ada_exception
12119 The variable @code{$_ada_exception} is set to the address of the
12120 exception being caught or thrown at an Ada exception-related
12121 catchpoint. @xref{Set Catchpoints}.
12122
12123 @item $_probe_argc
12124 @itemx $_probe_arg0@dots{}$_probe_arg11
12125 Arguments to a static probe. @xref{Static Probe Points}.
12126
12127 @item $_sdata
12128 @vindex $_sdata@r{, inspect, convenience variable}
12129 The variable @code{$_sdata} contains extra collected static tracepoint
12130 data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
12131 @code{$_sdata} could be empty, if not inspecting a trace buffer, or
12132 if extra static tracepoint data has not been collected.
12133
12134 @item $_siginfo
12135 @vindex $_siginfo@r{, convenience variable}
12136 The variable @code{$_siginfo} contains extra signal information
12137 (@pxref{extra signal information}). Note that @code{$_siginfo}
12138 could be empty, if the application has not yet received any signals.
12139 For example, it will be empty before you execute the @code{run} command.
12140
12141 @item $_tlb
12142 @vindex $_tlb@r{, convenience variable}
12143 The variable @code{$_tlb} is automatically set when debugging
12144 applications running on MS-Windows in native mode or connected to
12145 gdbserver that supports the @code{qGetTIBAddr} request.
12146 @xref{General Query Packets}.
12147 This variable contains the address of the thread information block.
12148
12149 @item $_inferior
12150 The number of the current inferior. @xref{Inferiors Connections and
12151 Programs, ,Debugging Multiple Inferiors Connections and Programs}.
12152
12153 @item $_thread
12154 The thread number of the current thread. @xref{thread numbers}.
12155
12156 @item $_gthread
12157 The global number of the current thread. @xref{global thread numbers}.
12158
12159 @item $_gdb_major
12160 @itemx $_gdb_minor
12161 @vindex $_gdb_major@r{, convenience variable}
12162 @vindex $_gdb_minor@r{, convenience variable}
12163 The major and minor version numbers of the running @value{GDBN}.
12164 Development snapshots and pretest versions have their minor version
12165 incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
12166 the value 12 for @code{$_gdb_minor}. These variables allow you to
12167 write scripts that work with different versions of @value{GDBN}
12168 without errors caused by features unavailable in some of those
12169 versions.
12170
12171 @item $_shell_exitcode
12172 @itemx $_shell_exitsignal
12173 @vindex $_shell_exitcode@r{, convenience variable}
12174 @vindex $_shell_exitsignal@r{, convenience variable}
12175 @cindex shell command, exit code
12176 @cindex shell command, exit signal
12177 @cindex exit status of shell commands
12178 @value{GDBN} commands such as @code{shell} and @code{|} are launching
12179 shell commands. When a launched command terminates, @value{GDBN}
12180 automatically maintains the variables @code{$_shell_exitcode}
12181 and @code{$_shell_exitsignal} according to the exit status of the last
12182 launched command. These variables are set and used similarly to
12183 the variables @code{$_exitcode} and @code{$_exitsignal}.
12184
12185 @end table
12186
12187 @node Convenience Funs
12188 @section Convenience Functions
12189
12190 @cindex convenience functions
12191 @value{GDBN} also supplies some @dfn{convenience functions}. These
12192 have a syntax similar to convenience variables. A convenience
12193 function can be used in an expression just like an ordinary function;
12194 however, a convenience function is implemented internally to
12195 @value{GDBN}.
12196
12197 These functions do not require @value{GDBN} to be configured with
12198 @code{Python} support, which means that they are always available.
12199
12200 @table @code
12201
12202 @item $_isvoid (@var{expr})
12203 @findex $_isvoid@r{, convenience function}
12204 Return one if the expression @var{expr} is @code{void}. Otherwise it
12205 returns zero.
12206
12207 A @code{void} expression is an expression where the type of the result
12208 is @code{void}. For example, you can examine a convenience variable
12209 (see @ref{Convenience Vars,, Convenience Variables}) to check whether
12210 it is @code{void}:
12211
12212 @smallexample
12213 (@value{GDBP}) print $_exitcode
12214 $1 = void
12215 (@value{GDBP}) print $_isvoid ($_exitcode)
12216 $2 = 1
12217 (@value{GDBP}) run
12218 Starting program: ./a.out
12219 [Inferior 1 (process 29572) exited normally]
12220 (@value{GDBP}) print $_exitcode
12221 $3 = 0
12222 (@value{GDBP}) print $_isvoid ($_exitcode)
12223 $4 = 0
12224 @end smallexample
12225
12226 In the example above, we used @code{$_isvoid} to check whether
12227 @code{$_exitcode} is @code{void} before and after the execution of the
12228 program being debugged. Before the execution there is no exit code to
12229 be examined, therefore @code{$_exitcode} is @code{void}. After the
12230 execution the program being debugged returned zero, therefore
12231 @code{$_exitcode} is zero, which means that it is not @code{void}
12232 anymore.
12233
12234 The @code{void} expression can also be a call of a function from the
12235 program being debugged. For example, given the following function:
12236
12237 @smallexample
12238 void
12239 foo (void)
12240 @{
12241 @}
12242 @end smallexample
12243
12244 The result of calling it inside @value{GDBN} is @code{void}:
12245
12246 @smallexample
12247 (@value{GDBP}) print foo ()
12248 $1 = void
12249 (@value{GDBP}) print $_isvoid (foo ())
12250 $2 = 1
12251 (@value{GDBP}) set $v = foo ()
12252 (@value{GDBP}) print $v
12253 $3 = void
12254 (@value{GDBP}) print $_isvoid ($v)
12255 $4 = 1
12256 @end smallexample
12257
12258 @item $_gdb_setting_str (@var{setting})
12259 @findex $_gdb_setting_str@r{, convenience function}
12260 Return the value of the @value{GDBN} @var{setting} as a string.
12261 @var{setting} is any setting that can be used in a @code{set} or
12262 @code{show} command (@pxref{Controlling GDB}).
12263
12264 @smallexample
12265 (@value{GDBP}) show print frame-arguments
12266 Printing of non-scalar frame arguments is "scalars".
12267 (@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12268 $1 = "scalars"
12269 (@value{GDBP}) p $_gdb_setting_str("height")
12270 $2 = "30"
12271 (@value{GDBP})
12272 @end smallexample
12273
12274 @item $_gdb_setting (@var{setting})
12275 @findex $_gdb_setting@r{, convenience function}
12276 Return the value of the @value{GDBN} @var{setting}.
12277 The type of the returned value depends on the setting.
12278
12279 The value type for boolean and auto boolean settings is @code{int}.
12280 The boolean values @code{off} and @code{on} are converted to
12281 the integer values @code{0} and @code{1}. The value @code{auto} is
12282 converted to the value @code{-1}.
12283
12284 The value type for integer settings is either @code{unsigned int}
12285 or @code{int}, depending on the setting.
12286
12287 Some integer settings accept an @code{unlimited} value.
12288 Depending on the setting, the @code{set} command also accepts
12289 the value @code{0} or the value @code{@minus{}1} as a synonym for
12290 @code{unlimited}.
12291 For example, @code{set height unlimited} is equivalent to
12292 @code{set height 0}.
12293
12294 Some other settings that accept the @code{unlimited} value
12295 use the value @code{0} to literally mean zero.
12296 For example, @code{set history size 0} indicates to not
12297 record any @value{GDBN} commands in the command history.
12298 For such settings, @code{@minus{}1} is the synonym
12299 for @code{unlimited}.
12300
12301 See the documentation of the corresponding @code{set} command for
12302 the numerical value equivalent to @code{unlimited}.
12303
12304 The @code{$_gdb_setting} function converts the unlimited value
12305 to a @code{0} or a @code{@minus{}1} value according to what the
12306 @code{set} command uses.
12307
12308 @smallexample
12309 @group
12310 (@value{GDBP}) p $_gdb_setting_str("height")
12311 $1 = "30"
12312 (@value{GDBP}) p $_gdb_setting("height")
12313 $2 = 30
12314 (@value{GDBP}) set height unlimited
12315 (@value{GDBP}) p $_gdb_setting_str("height")
12316 $3 = "unlimited"
12317 (@value{GDBP}) p $_gdb_setting("height")
12318 $4 = 0
12319 @end group
12320 @group
12321 (@value{GDBP}) p $_gdb_setting_str("history size")
12322 $5 = "unlimited"
12323 (@value{GDBP}) p $_gdb_setting("history size")
12324 $6 = -1
12325 (@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12326 $7 = "auto"
12327 (@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12328 $8 = -1
12329 (@value{GDBP})
12330 @end group
12331 @end smallexample
12332
12333 Other setting types (enum, filename, optional filename, string, string noescape)
12334 are returned as string values.
12335
12336
12337 @item $_gdb_maint_setting_str (@var{setting})
12338 @findex $_gdb_maint_setting_str@r{, convenience function}
12339 Like the @code{$_gdb_setting_str} function, but works with
12340 @code{maintenance set} variables.
12341
12342 @item $_gdb_maint_setting (@var{setting})
12343 @findex $_gdb_maint_setting@r{, convenience function}
12344 Like the @code{$_gdb_setting} function, but works with
12345 @code{maintenance set} variables.
12346
12347 @end table
12348
12349 The following functions require @value{GDBN} to be configured with
12350 @code{Python} support.
12351
12352 @table @code
12353
12354 @item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12355 @findex $_memeq@r{, convenience function}
12356 Returns one if the @var{length} bytes at the addresses given by
12357 @var{buf1} and @var{buf2} are equal.
12358 Otherwise it returns zero.
12359
12360 @item $_regex(@var{str}, @var{regex})
12361 @findex $_regex@r{, convenience function}
12362 Returns one if the string @var{str} matches the regular expression
12363 @var{regex}. Otherwise it returns zero.
12364 The syntax of the regular expression is that specified by @code{Python}'s
12365 regular expression support.
12366
12367 @item $_streq(@var{str1}, @var{str2})
12368 @findex $_streq@r{, convenience function}
12369 Returns one if the strings @var{str1} and @var{str2} are equal.
12370 Otherwise it returns zero.
12371
12372 @item $_strlen(@var{str})
12373 @findex $_strlen@r{, convenience function}
12374 Returns the length of string @var{str}.
12375
12376 @item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12377 @findex $_caller_is@r{, convenience function}
12378 Returns one if the calling function's name is equal to @var{name}.
12379 Otherwise it returns zero.
12380
12381 If the optional argument @var{number_of_frames} is provided,
12382 it is the number of frames up in the stack to look.
12383 The default is 1.
12384
12385 Example:
12386
12387 @smallexample
12388 (gdb) backtrace
12389 #0 bottom_func ()
12390 at testsuite/gdb.python/py-caller-is.c:21
12391 #1 0x00000000004005a0 in middle_func ()
12392 at testsuite/gdb.python/py-caller-is.c:27
12393 #2 0x00000000004005ab in top_func ()
12394 at testsuite/gdb.python/py-caller-is.c:33
12395 #3 0x00000000004005b6 in main ()
12396 at testsuite/gdb.python/py-caller-is.c:39
12397 (gdb) print $_caller_is ("middle_func")
12398 $1 = 1
12399 (gdb) print $_caller_is ("top_func", 2)
12400 $1 = 1
12401 @end smallexample
12402
12403 @item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12404 @findex $_caller_matches@r{, convenience function}
12405 Returns one if the calling function's name matches the regular expression
12406 @var{regexp}. Otherwise it returns zero.
12407
12408 If the optional argument @var{number_of_frames} is provided,
12409 it is the number of frames up in the stack to look.
12410 The default is 1.
12411
12412 @item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12413 @findex $_any_caller_is@r{, convenience function}
12414 Returns one if any calling function's name is equal to @var{name}.
12415 Otherwise it returns zero.
12416
12417 If the optional argument @var{number_of_frames} is provided,
12418 it is the number of frames up in the stack to look.
12419 The default is 1.
12420
12421 This function differs from @code{$_caller_is} in that this function
12422 checks all stack frames from the immediate caller to the frame specified
12423 by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12424 frame specified by @var{number_of_frames}.
12425
12426 @item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12427 @findex $_any_caller_matches@r{, convenience function}
12428 Returns one if any calling function's name matches the regular expression
12429 @var{regexp}. Otherwise it returns zero.
12430
12431 If the optional argument @var{number_of_frames} is provided,
12432 it is the number of frames up in the stack to look.
12433 The default is 1.
12434
12435 This function differs from @code{$_caller_matches} in that this function
12436 checks all stack frames from the immediate caller to the frame specified
12437 by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12438 frame specified by @var{number_of_frames}.
12439
12440 @item $_as_string(@var{value})
12441 @findex $_as_string@r{, convenience function}
12442 Return the string representation of @var{value}.
12443
12444 This function is useful to obtain the textual label (enumerator) of an
12445 enumeration value. For example, assuming the variable @var{node} is of
12446 an enumerated type:
12447
12448 @smallexample
12449 (gdb) printf "Visiting node of type %s\n", $_as_string(node)
12450 Visiting node of type NODE_INTEGER
12451 @end smallexample
12452
12453 @item $_cimag(@var{value})
12454 @itemx $_creal(@var{value})
12455 @findex $_cimag@r{, convenience function}
12456 @findex $_creal@r{, convenience function}
12457 Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12458 the complex number @var{value}.
12459
12460 The type of the imaginary or real part depends on the type of the
12461 complex number, e.g., using @code{$_cimag} on a @code{float complex}
12462 will return an imaginary part of type @code{float}.
12463
12464 @end table
12465
12466 @value{GDBN} provides the ability to list and get help on
12467 convenience functions.
12468
12469 @table @code
12470 @item help function
12471 @kindex help function
12472 @cindex show all convenience functions
12473 Print a list of all convenience functions.
12474 @end table
12475
12476 @node Registers
12477 @section Registers
12478
12479 @cindex registers
12480 You can refer to machine register contents, in expressions, as variables
12481 with names starting with @samp{$}. The names of registers are different
12482 for each machine; use @code{info registers} to see the names used on
12483 your machine.
12484
12485 @table @code
12486 @kindex info registers
12487 @item info registers
12488 Print the names and values of all registers except floating-point
12489 and vector registers (in the selected stack frame).
12490
12491 @kindex info all-registers
12492 @cindex floating point registers
12493 @item info all-registers
12494 Print the names and values of all registers, including floating-point
12495 and vector registers (in the selected stack frame).
12496
12497 @anchor{info_registers_reggroup}
12498 @item info registers @var{reggroup} @dots{}
12499 Print the name and value of the registers in each of the specified
12500 @var{reggroup}s. The @var{reggroup} can be any of those returned by
12501 @code{maint print reggroups} (@pxref{Maintenance Commands}).
12502
12503 @item info registers @var{regname} @dots{}
12504 Print the @dfn{relativized} value of each specified register @var{regname}.
12505 As discussed in detail below, register values are normally relative to
12506 the selected stack frame. The @var{regname} may be any register name valid on
12507 the machine you are using, with or without the initial @samp{$}.
12508 @end table
12509
12510 @anchor{standard registers}
12511 @cindex stack pointer register
12512 @cindex program counter register
12513 @cindex process status register
12514 @cindex frame pointer register
12515 @cindex standard registers
12516 @value{GDBN} has four ``standard'' register names that are available (in
12517 expressions) on most machines---whenever they do not conflict with an
12518 architecture's canonical mnemonics for registers. The register names
12519 @code{$pc} and @code{$sp} are used for the program counter register and
12520 the stack pointer. @code{$fp} is used for a register that contains a
12521 pointer to the current stack frame, and @code{$ps} is used for a
12522 register that contains the processor status. For example,
12523 you could print the program counter in hex with
12524
12525 @smallexample
12526 p/x $pc
12527 @end smallexample
12528
12529 @noindent
12530 or print the instruction to be executed next with
12531
12532 @smallexample
12533 x/i $pc
12534 @end smallexample
12535
12536 @noindent
12537 or add four to the stack pointer@footnote{This is a way of removing
12538 one word from the stack, on machines where stacks grow downward in
12539 memory (most machines, nowadays). This assumes that the innermost
12540 stack frame is selected; setting @code{$sp} is not allowed when other
12541 stack frames are selected. To pop entire frames off the stack,
12542 regardless of machine architecture, use @code{return};
12543 see @ref{Returning, ,Returning from a Function}.} with
12544
12545 @smallexample
12546 set $sp += 4
12547 @end smallexample
12548
12549 Whenever possible, these four standard register names are available on
12550 your machine even though the machine has different canonical mnemonics,
12551 so long as there is no conflict. The @code{info registers} command
12552 shows the canonical names. For example, on the SPARC, @code{info
12553 registers} displays the processor status register as @code{$psr} but you
12554 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12555 is an alias for the @sc{eflags} register.
12556
12557 @value{GDBN} always considers the contents of an ordinary register as an
12558 integer when the register is examined in this way. Some machines have
12559 special registers which can hold nothing but floating point; these
12560 registers are considered to have floating point values. There is no way
12561 to refer to the contents of an ordinary register as floating point value
12562 (although you can @emph{print} it as a floating point value with
12563 @samp{print/f $@var{regname}}).
12564
12565 Some registers have distinct ``raw'' and ``virtual'' data formats. This
12566 means that the data format in which the register contents are saved by
12567 the operating system is not the same one that your program normally
12568 sees. For example, the registers of the 68881 floating point
12569 coprocessor are always saved in ``extended'' (raw) format, but all C
12570 programs expect to work with ``double'' (virtual) format. In such
12571 cases, @value{GDBN} normally works with the virtual format only (the format
12572 that makes sense for your program), but the @code{info registers} command
12573 prints the data in both formats.
12574
12575 @cindex SSE registers (x86)
12576 @cindex MMX registers (x86)
12577 Some machines have special registers whose contents can be interpreted
12578 in several different ways. For example, modern x86-based machines
12579 have SSE and MMX registers that can hold several values packed
12580 together in several different formats. @value{GDBN} refers to such
12581 registers in @code{struct} notation:
12582
12583 @smallexample
12584 (@value{GDBP}) print $xmm1
12585 $1 = @{
12586 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12587 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12588 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12589 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12590 v4_int32 = @{0, 20657912, 11, 13@},
12591 v2_int64 = @{88725056443645952, 55834574859@},
12592 uint128 = 0x0000000d0000000b013b36f800000000
12593 @}
12594 @end smallexample
12595
12596 @noindent
12597 To set values of such registers, you need to tell @value{GDBN} which
12598 view of the register you wish to change, as if you were assigning
12599 value to a @code{struct} member:
12600
12601 @smallexample
12602 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12603 @end smallexample
12604
12605 Normally, register values are relative to the selected stack frame
12606 (@pxref{Selection, ,Selecting a Frame}). This means that you get the
12607 value that the register would contain if all stack frames farther in
12608 were exited and their saved registers restored. In order to see the
12609 true contents of hardware registers, you must select the innermost
12610 frame (with @samp{frame 0}).
12611
12612 @cindex caller-saved registers
12613 @cindex call-clobbered registers
12614 @cindex volatile registers
12615 @cindex <not saved> values
12616 Usually ABIs reserve some registers as not needed to be saved by the
12617 callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12618 registers). It may therefore not be possible for @value{GDBN} to know
12619 the value a register had before the call (in other words, in the outer
12620 frame), if the register value has since been changed by the callee.
12621 @value{GDBN} tries to deduce where the inner frame saved
12622 (``callee-saved'') registers, from the debug info, unwind info, or the
12623 machine code generated by your compiler. If some register is not
12624 saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12625 its own knowledge of the ABI, or because the debug/unwind info
12626 explicitly says the register's value is undefined), @value{GDBN}
12627 displays @w{@samp{<not saved>}} as the register's value. With targets
12628 that @value{GDBN} has no knowledge of the register saving convention,
12629 if a register was not saved by the callee, then its value and location
12630 in the outer frame are assumed to be the same of the inner frame.
12631 This is usually harmless, because if the register is call-clobbered,
12632 the caller either does not care what is in the register after the
12633 call, or has code to restore the value that it does care about. Note,
12634 however, that if you change such a register in the outer frame, you
12635 may also be affecting the inner frame. Also, the more ``outer'' the
12636 frame is you're looking at, the more likely a call-clobbered
12637 register's value is to be wrong, in the sense that it doesn't actually
12638 represent the value the register had just before the call.
12639
12640 @node Floating Point Hardware
12641 @section Floating Point Hardware
12642 @cindex floating point
12643
12644 Depending on the configuration, @value{GDBN} may be able to give
12645 you more information about the status of the floating point hardware.
12646
12647 @table @code
12648 @kindex info float
12649 @item info float
12650 Display hardware-dependent information about the floating
12651 point unit. The exact contents and layout vary depending on the
12652 floating point chip. Currently, @samp{info float} is supported on
12653 the ARM and x86 machines.
12654 @end table
12655
12656 @node Vector Unit
12657 @section Vector Unit
12658 @cindex vector unit
12659
12660 Depending on the configuration, @value{GDBN} may be able to give you
12661 more information about the status of the vector unit.
12662
12663 @table @code
12664 @kindex info vector
12665 @item info vector
12666 Display information about the vector unit. The exact contents and
12667 layout vary depending on the hardware.
12668 @end table
12669
12670 @node OS Information
12671 @section Operating System Auxiliary Information
12672 @cindex OS information
12673
12674 @value{GDBN} provides interfaces to useful OS facilities that can help
12675 you debug your program.
12676
12677 @cindex auxiliary vector
12678 @cindex vector, auxiliary
12679 Some operating systems supply an @dfn{auxiliary vector} to programs at
12680 startup. This is akin to the arguments and environment that you
12681 specify for a program, but contains a system-dependent variety of
12682 binary values that tell system libraries important details about the
12683 hardware, operating system, and process. Each value's purpose is
12684 identified by an integer tag; the meanings are well-known but system-specific.
12685 Depending on the configuration and operating system facilities,
12686 @value{GDBN} may be able to show you this information. For remote
12687 targets, this functionality may further depend on the remote stub's
12688 support of the @samp{qXfer:auxv:read} packet, see
12689 @ref{qXfer auxiliary vector read}.
12690
12691 @table @code
12692 @kindex info auxv
12693 @item info auxv
12694 Display the auxiliary vector of the inferior, which can be either a
12695 live process or a core dump file. @value{GDBN} prints each tag value
12696 numerically, and also shows names and text descriptions for recognized
12697 tags. Some values in the vector are numbers, some bit masks, and some
12698 pointers to strings or other data. @value{GDBN} displays each value in the
12699 most appropriate form for a recognized tag, and in hexadecimal for
12700 an unrecognized tag.
12701 @end table
12702
12703 On some targets, @value{GDBN} can access operating system-specific
12704 information and show it to you. The types of information available
12705 will differ depending on the type of operating system running on the
12706 target. The mechanism used to fetch the data is described in
12707 @ref{Operating System Information}. For remote targets, this
12708 functionality depends on the remote stub's support of the
12709 @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12710
12711 @table @code
12712 @kindex info os
12713 @item info os @var{infotype}
12714
12715 Display OS information of the requested type.
12716
12717 On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12718
12719 @anchor{linux info os infotypes}
12720 @table @code
12721 @kindex info os cpus
12722 @item cpus
12723 Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12724 the available fields from /proc/cpuinfo. For each supported architecture
12725 different fields are available. Two common entries are processor which gives
12726 CPU number and bogomips; a system constant that is calculated during
12727 kernel initialization.
12728
12729 @kindex info os files
12730 @item files
12731 Display the list of open file descriptors on the target. For each
12732 file descriptor, @value{GDBN} prints the identifier of the process
12733 owning the descriptor, the command of the owning process, the value
12734 of the descriptor, and the target of the descriptor.
12735
12736 @kindex info os modules
12737 @item modules
12738 Display the list of all loaded kernel modules on the target. For each
12739 module, @value{GDBN} prints the module name, the size of the module in
12740 bytes, the number of times the module is used, the dependencies of the
12741 module, the status of the module, and the address of the loaded module
12742 in memory.
12743
12744 @kindex info os msg
12745 @item msg
12746 Display the list of all System V message queues on the target. For each
12747 message queue, @value{GDBN} prints the message queue key, the message
12748 queue identifier, the access permissions, the current number of bytes
12749 on the queue, the current number of messages on the queue, the processes
12750 that last sent and received a message on the queue, the user and group
12751 of the owner and creator of the message queue, the times at which a
12752 message was last sent and received on the queue, and the time at which
12753 the message queue was last changed.
12754
12755 @kindex info os processes
12756 @item processes
12757 Display the list of processes on the target. For each process,
12758 @value{GDBN} prints the process identifier, the name of the user, the
12759 command corresponding to the process, and the list of processor cores
12760 that the process is currently running on. (To understand what these
12761 properties mean, for this and the following info types, please consult
12762 the general @sc{gnu}/Linux documentation.)
12763
12764 @kindex info os procgroups
12765 @item procgroups
12766 Display the list of process groups on the target. For each process,
12767 @value{GDBN} prints the identifier of the process group that it belongs
12768 to, the command corresponding to the process group leader, the process
12769 identifier, and the command line of the process. The list is sorted
12770 first by the process group identifier, then by the process identifier,
12771 so that processes belonging to the same process group are grouped together
12772 and the process group leader is listed first.
12773
12774 @kindex info os semaphores
12775 @item semaphores
12776 Display the list of all System V semaphore sets on the target. For each
12777 semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12778 set identifier, the access permissions, the number of semaphores in the
12779 set, the user and group of the owner and creator of the semaphore set,
12780 and the times at which the semaphore set was operated upon and changed.
12781
12782 @kindex info os shm
12783 @item shm
12784 Display the list of all System V shared-memory regions on the target.
12785 For each shared-memory region, @value{GDBN} prints the region key,
12786 the shared-memory identifier, the access permissions, the size of the
12787 region, the process that created the region, the process that last
12788 attached to or detached from the region, the current number of live
12789 attaches to the region, and the times at which the region was last
12790 attached to, detach from, and changed.
12791
12792 @kindex info os sockets
12793 @item sockets
12794 Display the list of Internet-domain sockets on the target. For each
12795 socket, @value{GDBN} prints the address and port of the local and
12796 remote endpoints, the current state of the connection, the creator of
12797 the socket, the IP address family of the socket, and the type of the
12798 connection.
12799
12800 @kindex info os threads
12801 @item threads
12802 Display the list of threads running on the target. For each thread,
12803 @value{GDBN} prints the identifier of the process that the thread
12804 belongs to, the command of the process, the thread identifier, and the
12805 processor core that it is currently running on. The main thread of a
12806 process is not listed.
12807 @end table
12808
12809 @item info os
12810 If @var{infotype} is omitted, then list the possible values for
12811 @var{infotype} and the kind of OS information available for each
12812 @var{infotype}. If the target does not return a list of possible
12813 types, this command will report an error.
12814 @end table
12815
12816 @node Memory Region Attributes
12817 @section Memory Region Attributes
12818 @cindex memory region attributes
12819
12820 @dfn{Memory region attributes} allow you to describe special handling
12821 required by regions of your target's memory. @value{GDBN} uses
12822 attributes to determine whether to allow certain types of memory
12823 accesses; whether to use specific width accesses; and whether to cache
12824 target memory. By default the description of memory regions is
12825 fetched from the target (if the current target supports this), but the
12826 user can override the fetched regions.
12827
12828 Defined memory regions can be individually enabled and disabled. When a
12829 memory region is disabled, @value{GDBN} uses the default attributes when
12830 accessing memory in that region. Similarly, if no memory regions have
12831 been defined, @value{GDBN} uses the default attributes when accessing
12832 all memory.
12833
12834 When a memory region is defined, it is given a number to identify it;
12835 to enable, disable, or remove a memory region, you specify that number.
12836
12837 @table @code
12838 @kindex mem
12839 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
12840 Define a memory region bounded by @var{lower} and @var{upper} with
12841 attributes @var{attributes}@dots{}, and add it to the list of regions
12842 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
12843 case: it is treated as the target's maximum memory address.
12844 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
12845
12846 @item mem auto
12847 Discard any user changes to the memory regions and use target-supplied
12848 regions, if available, or no regions if the target does not support.
12849
12850 @kindex delete mem
12851 @item delete mem @var{nums}@dots{}
12852 Remove memory regions @var{nums}@dots{} from the list of regions
12853 monitored by @value{GDBN}.
12854
12855 @kindex disable mem
12856 @item disable mem @var{nums}@dots{}
12857 Disable monitoring of memory regions @var{nums}@dots{}.
12858 A disabled memory region is not forgotten.
12859 It may be enabled again later.
12860
12861 @kindex enable mem
12862 @item enable mem @var{nums}@dots{}
12863 Enable monitoring of memory regions @var{nums}@dots{}.
12864
12865 @kindex info mem
12866 @item info mem
12867 Print a table of all defined memory regions, with the following columns
12868 for each region:
12869
12870 @table @emph
12871 @item Memory Region Number
12872 @item Enabled or Disabled.
12873 Enabled memory regions are marked with @samp{y}.
12874 Disabled memory regions are marked with @samp{n}.
12875
12876 @item Lo Address
12877 The address defining the inclusive lower bound of the memory region.
12878
12879 @item Hi Address
12880 The address defining the exclusive upper bound of the memory region.
12881
12882 @item Attributes
12883 The list of attributes set for this memory region.
12884 @end table
12885 @end table
12886
12887
12888 @subsection Attributes
12889
12890 @subsubsection Memory Access Mode
12891 The access mode attributes set whether @value{GDBN} may make read or
12892 write accesses to a memory region.
12893
12894 While these attributes prevent @value{GDBN} from performing invalid
12895 memory accesses, they do nothing to prevent the target system, I/O DMA,
12896 etc.@: from accessing memory.
12897
12898 @table @code
12899 @item ro
12900 Memory is read only.
12901 @item wo
12902 Memory is write only.
12903 @item rw
12904 Memory is read/write. This is the default.
12905 @end table
12906
12907 @subsubsection Memory Access Size
12908 The access size attribute tells @value{GDBN} to use specific sized
12909 accesses in the memory region. Often memory mapped device registers
12910 require specific sized accesses. If no access size attribute is
12911 specified, @value{GDBN} may use accesses of any size.
12912
12913 @table @code
12914 @item 8
12915 Use 8 bit memory accesses.
12916 @item 16
12917 Use 16 bit memory accesses.
12918 @item 32
12919 Use 32 bit memory accesses.
12920 @item 64
12921 Use 64 bit memory accesses.
12922 @end table
12923
12924 @c @subsubsection Hardware/Software Breakpoints
12925 @c The hardware/software breakpoint attributes set whether @value{GDBN}
12926 @c will use hardware or software breakpoints for the internal breakpoints
12927 @c used by the step, next, finish, until, etc. commands.
12928 @c
12929 @c @table @code
12930 @c @item hwbreak
12931 @c Always use hardware breakpoints
12932 @c @item swbreak (default)
12933 @c @end table
12934
12935 @subsubsection Data Cache
12936 The data cache attributes set whether @value{GDBN} will cache target
12937 memory. While this generally improves performance by reducing debug
12938 protocol overhead, it can lead to incorrect results because @value{GDBN}
12939 does not know about volatile variables or memory mapped device
12940 registers.
12941
12942 @table @code
12943 @item cache
12944 Enable @value{GDBN} to cache target memory.
12945 @item nocache
12946 Disable @value{GDBN} from caching target memory. This is the default.
12947 @end table
12948
12949 @subsection Memory Access Checking
12950 @value{GDBN} can be instructed to refuse accesses to memory that is
12951 not explicitly described. This can be useful if accessing such
12952 regions has undesired effects for a specific target, or to provide
12953 better error checking. The following commands control this behaviour.
12954
12955 @table @code
12956 @kindex set mem inaccessible-by-default
12957 @item set mem inaccessible-by-default [on|off]
12958 If @code{on} is specified, make @value{GDBN} treat memory not
12959 explicitly described by the memory ranges as non-existent and refuse accesses
12960 to such memory. The checks are only performed if there's at least one
12961 memory range defined. If @code{off} is specified, make @value{GDBN}
12962 treat the memory not explicitly described by the memory ranges as RAM.
12963 The default value is @code{on}.
12964 @kindex show mem inaccessible-by-default
12965 @item show mem inaccessible-by-default
12966 Show the current handling of accesses to unknown memory.
12967 @end table
12968
12969
12970 @c @subsubsection Memory Write Verification
12971 @c The memory write verification attributes set whether @value{GDBN}
12972 @c will re-reads data after each write to verify the write was successful.
12973 @c
12974 @c @table @code
12975 @c @item verify
12976 @c @item noverify (default)
12977 @c @end table
12978
12979 @node Dump/Restore Files
12980 @section Copy Between Memory and a File
12981 @cindex dump/restore files
12982 @cindex append data to a file
12983 @cindex dump data to a file
12984 @cindex restore data from a file
12985
12986 You can use the commands @code{dump}, @code{append}, and
12987 @code{restore} to copy data between target memory and a file. The
12988 @code{dump} and @code{append} commands write data to a file, and the
12989 @code{restore} command reads data from a file back into the inferior's
12990 memory. Files may be in binary, Motorola S-record, Intel hex,
12991 Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12992 append to binary files, and cannot read from Verilog Hex files.
12993
12994 @table @code
12995
12996 @kindex dump
12997 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12998 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12999 Dump the contents of memory from @var{start_addr} to @var{end_addr},
13000 or the value of @var{expr}, to @var{filename} in the given format.
13001
13002 The @var{format} parameter may be any one of:
13003 @table @code
13004 @item binary
13005 Raw binary form.
13006 @item ihex
13007 Intel hex format.
13008 @item srec
13009 Motorola S-record format.
13010 @item tekhex
13011 Tektronix Hex format.
13012 @item verilog
13013 Verilog Hex format.
13014 @end table
13015
13016 @value{GDBN} uses the same definitions of these formats as the
13017 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
13018 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
13019 form.
13020
13021 @kindex append
13022 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13023 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
13024 Append the contents of memory from @var{start_addr} to @var{end_addr},
13025 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
13026 (@value{GDBN} can only append data to files in raw binary form.)
13027
13028 @kindex restore
13029 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
13030 Restore the contents of file @var{filename} into memory. The
13031 @code{restore} command can automatically recognize any known @sc{bfd}
13032 file format, except for raw binary. To restore a raw binary file you
13033 must specify the optional keyword @code{binary} after the filename.
13034
13035 If @var{bias} is non-zero, its value will be added to the addresses
13036 contained in the file. Binary files always start at address zero, so
13037 they will be restored at address @var{bias}. Other bfd files have
13038 a built-in location; they will be restored at offset @var{bias}
13039 from that location.
13040
13041 If @var{start} and/or @var{end} are non-zero, then only data between
13042 file offset @var{start} and file offset @var{end} will be restored.
13043 These offsets are relative to the addresses in the file, before
13044 the @var{bias} argument is applied.
13045
13046 @end table
13047
13048 @node Core File Generation
13049 @section How to Produce a Core File from Your Program
13050 @cindex dump core from inferior
13051
13052 A @dfn{core file} or @dfn{core dump} is a file that records the memory
13053 image of a running process and its process status (register values
13054 etc.). Its primary use is post-mortem debugging of a program that
13055 crashed while it ran outside a debugger. A program that crashes
13056 automatically produces a core file, unless this feature is disabled by
13057 the user. @xref{Files}, for information on invoking @value{GDBN} in
13058 the post-mortem debugging mode.
13059
13060 Occasionally, you may wish to produce a core file of the program you
13061 are debugging in order to preserve a snapshot of its state.
13062 @value{GDBN} has a special command for that.
13063
13064 @table @code
13065 @kindex gcore
13066 @kindex generate-core-file
13067 @item generate-core-file [@var{file}]
13068 @itemx gcore [@var{file}]
13069 Produce a core dump of the inferior process. The optional argument
13070 @var{file} specifies the file name where to put the core dump. If not
13071 specified, the file name defaults to @file{core.@var{pid}}, where
13072 @var{pid} is the inferior process ID.
13073
13074 Note that this command is implemented only for some systems (as of
13075 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
13076
13077 On @sc{gnu}/Linux, this command can take into account the value of the
13078 file @file{/proc/@var{pid}/coredump_filter} when generating the core
13079 dump (@pxref{set use-coredump-filter}), and by default honors the
13080 @code{VM_DONTDUMP} flag for mappings where it is present in the file
13081 @file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
13082
13083 @kindex set use-coredump-filter
13084 @anchor{set use-coredump-filter}
13085 @item set use-coredump-filter on
13086 @itemx set use-coredump-filter off
13087 Enable or disable the use of the file
13088 @file{/proc/@var{pid}/coredump_filter} when generating core dump
13089 files. This file is used by the Linux kernel to decide what types of
13090 memory mappings will be dumped or ignored when generating a core dump
13091 file. @var{pid} is the process ID of a currently running process.
13092
13093 To make use of this feature, you have to write in the
13094 @file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13095 which is a bit mask representing the memory mapping types. If a bit
13096 is set in the bit mask, then the memory mappings of the corresponding
13097 types will be dumped; otherwise, they will be ignored. This
13098 configuration is inherited by child processes. For more information
13099 about the bits that can be set in the
13100 @file{/proc/@var{pid}/coredump_filter} file, please refer to the
13101 manpage of @code{core(5)}.
13102
13103 By default, this option is @code{on}. If this option is turned
13104 @code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13105 and instead uses the same default value as the Linux kernel in order
13106 to decide which pages will be dumped in the core dump file. This
13107 value is currently @code{0x33}, which means that bits @code{0}
13108 (anonymous private mappings), @code{1} (anonymous shared mappings),
13109 @code{4} (ELF headers) and @code{5} (private huge pages) are active.
13110 This will cause these memory mappings to be dumped automatically.
13111
13112 @kindex set dump-excluded-mappings
13113 @anchor{set dump-excluded-mappings}
13114 @item set dump-excluded-mappings on
13115 @itemx set dump-excluded-mappings off
13116 If @code{on} is specified, @value{GDBN} will dump memory mappings
13117 marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13118 the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13119
13120 The default value is @code{off}.
13121 @end table
13122
13123 @node Character Sets
13124 @section Character Sets
13125 @cindex character sets
13126 @cindex charset
13127 @cindex translating between character sets
13128 @cindex host character set
13129 @cindex target character set
13130
13131 If the program you are debugging uses a different character set to
13132 represent characters and strings than the one @value{GDBN} uses itself,
13133 @value{GDBN} can automatically translate between the character sets for
13134 you. The character set @value{GDBN} uses we call the @dfn{host
13135 character set}; the one the inferior program uses we call the
13136 @dfn{target character set}.
13137
13138 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13139 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
13140 remote protocol (@pxref{Remote Debugging}) to debug a program
13141 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13142 then the host character set is Latin-1, and the target character set is
13143 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
13144 target-charset EBCDIC-US}, then @value{GDBN} translates between
13145 @sc{ebcdic} and Latin 1 as you print character or string values, or use
13146 character and string literals in expressions.
13147
13148 @value{GDBN} has no way to automatically recognize which character set
13149 the inferior program uses; you must tell it, using the @code{set
13150 target-charset} command, described below.
13151
13152 Here are the commands for controlling @value{GDBN}'s character set
13153 support:
13154
13155 @table @code
13156 @item set target-charset @var{charset}
13157 @kindex set target-charset
13158 Set the current target character set to @var{charset}. To display the
13159 list of supported target character sets, type
13160 @kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
13161
13162 @item set host-charset @var{charset}
13163 @kindex set host-charset
13164 Set the current host character set to @var{charset}.
13165
13166 By default, @value{GDBN} uses a host character set appropriate to the
13167 system it is running on; you can override that default using the
13168 @code{set host-charset} command. On some systems, @value{GDBN} cannot
13169 automatically determine the appropriate host character set. In this
13170 case, @value{GDBN} uses @samp{UTF-8}.
13171
13172 @value{GDBN} can only use certain character sets as its host character
13173 set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
13174 @value{GDBN} will list the host character sets it supports.
13175
13176 @item set charset @var{charset}
13177 @kindex set charset
13178 Set the current host and target character sets to @var{charset}. As
13179 above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13180 @value{GDBN} will list the names of the character sets that can be used
13181 for both host and target.
13182
13183 @item show charset
13184 @kindex show charset
13185 Show the names of the current host and target character sets.
13186
13187 @item show host-charset
13188 @kindex show host-charset
13189 Show the name of the current host character set.
13190
13191 @item show target-charset
13192 @kindex show target-charset
13193 Show the name of the current target character set.
13194
13195 @item set target-wide-charset @var{charset}
13196 @kindex set target-wide-charset
13197 Set the current target's wide character set to @var{charset}. This is
13198 the character set used by the target's @code{wchar_t} type. To
13199 display the list of supported wide character sets, type
13200 @kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13201
13202 @item show target-wide-charset
13203 @kindex show target-wide-charset
13204 Show the name of the current target's wide character set.
13205 @end table
13206
13207 Here is an example of @value{GDBN}'s character set support in action.
13208 Assume that the following source code has been placed in the file
13209 @file{charset-test.c}:
13210
13211 @smallexample
13212 #include <stdio.h>
13213
13214 char ascii_hello[]
13215 = @{72, 101, 108, 108, 111, 44, 32, 119,
13216 111, 114, 108, 100, 33, 10, 0@};
13217 char ibm1047_hello[]
13218 = @{200, 133, 147, 147, 150, 107, 64, 166,
13219 150, 153, 147, 132, 90, 37, 0@};
13220
13221 main ()
13222 @{
13223 printf ("Hello, world!\n");
13224 @}
13225 @end smallexample
13226
13227 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13228 containing the string @samp{Hello, world!} followed by a newline,
13229 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13230
13231 We compile the program, and invoke the debugger on it:
13232
13233 @smallexample
13234 $ gcc -g charset-test.c -o charset-test
13235 $ gdb -nw charset-test
13236 GNU gdb 2001-12-19-cvs
13237 Copyright 2001 Free Software Foundation, Inc.
13238 @dots{}
13239 (@value{GDBP})
13240 @end smallexample
13241
13242 We can use the @code{show charset} command to see what character sets
13243 @value{GDBN} is currently using to interpret and display characters and
13244 strings:
13245
13246 @smallexample
13247 (@value{GDBP}) show charset
13248 The current host and target character set is `ISO-8859-1'.
13249 (@value{GDBP})
13250 @end smallexample
13251
13252 For the sake of printing this manual, let's use @sc{ascii} as our
13253 initial character set:
13254 @smallexample
13255 (@value{GDBP}) set charset ASCII
13256 (@value{GDBP}) show charset
13257 The current host and target character set is `ASCII'.
13258 (@value{GDBP})
13259 @end smallexample
13260
13261 Let's assume that @sc{ascii} is indeed the correct character set for our
13262 host system --- in other words, let's assume that if @value{GDBN} prints
13263 characters using the @sc{ascii} character set, our terminal will display
13264 them properly. Since our current target character set is also
13265 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
13266
13267 @smallexample
13268 (@value{GDBP}) print ascii_hello
13269 $1 = 0x401698 "Hello, world!\n"
13270 (@value{GDBP}) print ascii_hello[0]
13271 $2 = 72 'H'
13272 (@value{GDBP})
13273 @end smallexample
13274
13275 @value{GDBN} uses the target character set for character and string
13276 literals you use in expressions:
13277
13278 @smallexample
13279 (@value{GDBP}) print '+'
13280 $3 = 43 '+'
13281 (@value{GDBP})
13282 @end smallexample
13283
13284 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13285 character.
13286
13287 @value{GDBN} relies on the user to tell it which character set the
13288 target program uses. If we print @code{ibm1047_hello} while our target
13289 character set is still @sc{ascii}, we get jibberish:
13290
13291 @smallexample
13292 (@value{GDBP}) print ibm1047_hello
13293 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
13294 (@value{GDBP}) print ibm1047_hello[0]
13295 $5 = 200 '\310'
13296 (@value{GDBP})
13297 @end smallexample
13298
13299 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
13300 @value{GDBN} tells us the character sets it supports:
13301
13302 @smallexample
13303 (@value{GDBP}) set target-charset
13304 ASCII EBCDIC-US IBM1047 ISO-8859-1
13305 (@value{GDBP}) set target-charset
13306 @end smallexample
13307
13308 We can select @sc{ibm1047} as our target character set, and examine the
13309 program's strings again. Now the @sc{ascii} string is wrong, but
13310 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
13311 target character set, @sc{ibm1047}, to the host character set,
13312 @sc{ascii}, and they display correctly:
13313
13314 @smallexample
13315 (@value{GDBP}) set target-charset IBM1047
13316 (@value{GDBP}) show charset
13317 The current host character set is `ASCII'.
13318 The current target character set is `IBM1047'.
13319 (@value{GDBP}) print ascii_hello
13320 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
13321 (@value{GDBP}) print ascii_hello[0]
13322 $7 = 72 '\110'
13323 (@value{GDBP}) print ibm1047_hello
13324 $8 = 0x4016a8 "Hello, world!\n"
13325 (@value{GDBP}) print ibm1047_hello[0]
13326 $9 = 200 'H'
13327 (@value{GDBP})
13328 @end smallexample
13329
13330 As above, @value{GDBN} uses the target character set for character and
13331 string literals you use in expressions:
13332
13333 @smallexample
13334 (@value{GDBP}) print '+'
13335 $10 = 78 '+'
13336 (@value{GDBP})
13337 @end smallexample
13338
13339 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
13340 character.
13341
13342 @node Caching Target Data
13343 @section Caching Data of Targets
13344 @cindex caching data of targets
13345
13346 @value{GDBN} caches data exchanged between the debugger and a target.
13347 Each cache is associated with the address space of the inferior.
13348 @xref{Inferiors Connections and Programs}, about inferior and address space.
13349 Such caching generally improves performance in remote debugging
13350 (@pxref{Remote Debugging}), because it reduces the overhead of the
13351 remote protocol by bundling memory reads and writes into large chunks.
13352 Unfortunately, simply caching everything would lead to incorrect results,
13353 since @value{GDBN} does not necessarily know anything about volatile
13354 values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13355 (@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13356 is executing.
13357 Therefore, by default, @value{GDBN} only caches data
13358 known to be on the stack@footnote{In non-stop mode, it is moderately
13359 rare for a running thread to modify the stack of a stopped thread
13360 in a way that would interfere with a backtrace, and caching of
13361 stack reads provides a significant speed up of remote backtraces.} or
13362 in the code segment.
13363 Other regions of memory can be explicitly marked as
13364 cacheable; @pxref{Memory Region Attributes}.
13365
13366 @table @code
13367 @kindex set remotecache
13368 @item set remotecache on
13369 @itemx set remotecache off
13370 This option no longer does anything; it exists for compatibility
13371 with old scripts.
13372
13373 @kindex show remotecache
13374 @item show remotecache
13375 Show the current state of the obsolete remotecache flag.
13376
13377 @kindex set stack-cache
13378 @item set stack-cache on
13379 @itemx set stack-cache off
13380 Enable or disable caching of stack accesses. When @code{on}, use
13381 caching. By default, this option is @code{on}.
13382
13383 @kindex show stack-cache
13384 @item show stack-cache
13385 Show the current state of data caching for memory accesses.
13386
13387 @kindex set code-cache
13388 @item set code-cache on
13389 @itemx set code-cache off
13390 Enable or disable caching of code segment accesses. When @code{on},
13391 use caching. By default, this option is @code{on}. This improves
13392 performance of disassembly in remote debugging.
13393
13394 @kindex show code-cache
13395 @item show code-cache
13396 Show the current state of target memory cache for code segment
13397 accesses.
13398
13399 @kindex info dcache
13400 @item info dcache @r{[}line@r{]}
13401 Print the information about the performance of data cache of the
13402 current inferior's address space. The information displayed
13403 includes the dcache width and depth, and for each cache line, its
13404 number, address, and how many times it was referenced. This
13405 command is useful for debugging the data cache operation.
13406
13407 If a line number is specified, the contents of that line will be
13408 printed in hex.
13409
13410 @item set dcache size @var{size}
13411 @cindex dcache size
13412 @kindex set dcache size
13413 Set maximum number of entries in dcache (dcache depth above).
13414
13415 @item set dcache line-size @var{line-size}
13416 @cindex dcache line-size
13417 @kindex set dcache line-size
13418 Set number of bytes each dcache entry caches (dcache width above).
13419 Must be a power of 2.
13420
13421 @item show dcache size
13422 @kindex show dcache size
13423 Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
13424
13425 @item show dcache line-size
13426 @kindex show dcache line-size
13427 Show default size of dcache lines.
13428
13429 @item maint flush dcache
13430 @cindex dcache, flushing
13431 @kindex maint flush dcache
13432 Flush the contents (if any) of the dcache. This maintainer command is
13433 useful when debugging the dcache implementation.
13434
13435 @end table
13436
13437 @node Searching Memory
13438 @section Search Memory
13439 @cindex searching memory
13440
13441 Memory can be searched for a particular sequence of bytes with the
13442 @code{find} command.
13443
13444 @table @code
13445 @kindex find
13446 @item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13447 @itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13448 Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13449 etc. The search begins at address @var{start_addr} and continues for either
13450 @var{len} bytes or through to @var{end_addr} inclusive.
13451 @end table
13452
13453 @var{s} and @var{n} are optional parameters.
13454 They may be specified in either order, apart or together.
13455
13456 @table @r
13457 @item @var{s}, search query size
13458 The size of each search query value.
13459
13460 @table @code
13461 @item b
13462 bytes
13463 @item h
13464 halfwords (two bytes)
13465 @item w
13466 words (four bytes)
13467 @item g
13468 giant words (eight bytes)
13469 @end table
13470
13471 All values are interpreted in the current language.
13472 This means, for example, that if the current source language is C/C@t{++}
13473 then searching for the string ``hello'' includes the trailing '\0'.
13474 The null terminator can be removed from searching by using casts,
13475 e.g.: @samp{@{char[5]@}"hello"}.
13476
13477 If the value size is not specified, it is taken from the
13478 value's type in the current language.
13479 This is useful when one wants to specify the search
13480 pattern as a mixture of types.
13481 Note that this means, for example, that in the case of C-like languages
13482 a search for an untyped 0x42 will search for @samp{(int) 0x42}
13483 which is typically four bytes.
13484
13485 @item @var{n}, maximum number of finds
13486 The maximum number of matches to print. The default is to print all finds.
13487 @end table
13488
13489 You can use strings as search values. Quote them with double-quotes
13490 (@code{"}).
13491 The string value is copied into the search pattern byte by byte,
13492 regardless of the endianness of the target and the size specification.
13493
13494 The address of each match found is printed as well as a count of the
13495 number of matches found.
13496
13497 The address of the last value found is stored in convenience variable
13498 @samp{$_}.
13499 A count of the number of matches is stored in @samp{$numfound}.
13500
13501 For example, if stopped at the @code{printf} in this function:
13502
13503 @smallexample
13504 void
13505 hello ()
13506 @{
13507 static char hello[] = "hello-hello";
13508 static struct @{ char c; short s; int i; @}
13509 __attribute__ ((packed)) mixed
13510 = @{ 'c', 0x1234, 0x87654321 @};
13511 printf ("%s\n", hello);
13512 @}
13513 @end smallexample
13514
13515 @noindent
13516 you get during debugging:
13517
13518 @smallexample
13519 (gdb) find &hello[0], +sizeof(hello), "hello"
13520 0x804956d <hello.1620+6>
13521 1 pattern found
13522 (gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
13523 0x8049567 <hello.1620>
13524 0x804956d <hello.1620+6>
13525 2 patterns found.
13526 (gdb) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
13527 0x8049567 <hello.1620>
13528 0x804956d <hello.1620+6>
13529 2 patterns found.
13530 (gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
13531 0x8049567 <hello.1620>
13532 1 pattern found
13533 (gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
13534 0x8049560 <mixed.1625>
13535 1 pattern found
13536 (gdb) print $numfound
13537 $1 = 1
13538 (gdb) print $_
13539 $2 = (void *) 0x8049560
13540 @end smallexample
13541
13542 @node Value Sizes
13543 @section Value Sizes
13544
13545 Whenever @value{GDBN} prints a value memory will be allocated within
13546 @value{GDBN} to hold the contents of the value. It is possible in
13547 some languages with dynamic typing systems, that an invalid program
13548 may indicate a value that is incorrectly large, this in turn may cause
13549 @value{GDBN} to try and allocate an overly large amount of memory.
13550
13551 @table @code
13552 @kindex set max-value-size
13553 @item set max-value-size @var{bytes}
13554 @itemx set max-value-size unlimited
13555 Set the maximum size of memory that @value{GDBN} will allocate for the
13556 contents of a value to @var{bytes}, trying to display a value that
13557 requires more memory than that will result in an error.
13558
13559 Setting this variable does not effect values that have already been
13560 allocated within @value{GDBN}, only future allocations.
13561
13562 There's a minimum size that @code{max-value-size} can be set to in
13563 order that @value{GDBN} can still operate correctly, this minimum is
13564 currently 16 bytes.
13565
13566 The limit applies to the results of some subexpressions as well as to
13567 complete expressions. For example, an expression denoting a simple
13568 integer component, such as @code{x.y.z}, may fail if the size of
13569 @var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13570 @value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13571 @var{A} is an array variable with non-constant size, will generally
13572 succeed regardless of the bounds on @var{A}, as long as the component
13573 size is less than @var{bytes}.
13574
13575 The default value of @code{max-value-size} is currently 64k.
13576
13577 @kindex show max-value-size
13578 @item show max-value-size
13579 Show the maximum size of memory, in bytes, that @value{GDBN} will
13580 allocate for the contents of a value.
13581 @end table
13582
13583 @node Optimized Code
13584 @chapter Debugging Optimized Code
13585 @cindex optimized code, debugging
13586 @cindex debugging optimized code
13587
13588 Almost all compilers support optimization. With optimization
13589 disabled, the compiler generates assembly code that corresponds
13590 directly to your source code, in a simplistic way. As the compiler
13591 applies more powerful optimizations, the generated assembly code
13592 diverges from your original source code. With help from debugging
13593 information generated by the compiler, @value{GDBN} can map from
13594 the running program back to constructs from your original source.
13595
13596 @value{GDBN} is more accurate with optimization disabled. If you
13597 can recompile without optimization, it is easier to follow the
13598 progress of your program during debugging. But, there are many cases
13599 where you may need to debug an optimized version.
13600
13601 When you debug a program compiled with @samp{-g -O}, remember that the
13602 optimizer has rearranged your code; the debugger shows you what is
13603 really there. Do not be too surprised when the execution path does not
13604 exactly match your source file! An extreme example: if you define a
13605 variable, but never use it, @value{GDBN} never sees that
13606 variable---because the compiler optimizes it out of existence.
13607
13608 Some things do not work as well with @samp{-g -O} as with just
13609 @samp{-g}, particularly on machines with instruction scheduling. If in
13610 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13611 please report it to us as a bug (including a test case!).
13612 @xref{Variables}, for more information about debugging optimized code.
13613
13614 @menu
13615 * Inline Functions:: How @value{GDBN} presents inlining
13616 * Tail Call Frames:: @value{GDBN} analysis of jumps to functions
13617 @end menu
13618
13619 @node Inline Functions
13620 @section Inline Functions
13621 @cindex inline functions, debugging
13622
13623 @dfn{Inlining} is an optimization that inserts a copy of the function
13624 body directly at each call site, instead of jumping to a shared
13625 routine. @value{GDBN} displays inlined functions just like
13626 non-inlined functions. They appear in backtraces. You can view their
13627 arguments and local variables, step into them with @code{step}, skip
13628 them with @code{next}, and escape from them with @code{finish}.
13629 You can check whether a function was inlined by using the
13630 @code{info frame} command.
13631
13632 For @value{GDBN} to support inlined functions, the compiler must
13633 record information about inlining in the debug information ---
13634 @value{NGCC} using the @sc{dwarf 2} format does this, and several
13635 other compilers do also. @value{GDBN} only supports inlined functions
13636 when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13637 do not emit two required attributes (@samp{DW_AT_call_file} and
13638 @samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13639 function calls with earlier versions of @value{NGCC}. It instead
13640 displays the arguments and local variables of inlined functions as
13641 local variables in the caller.
13642
13643 The body of an inlined function is directly included at its call site;
13644 unlike a non-inlined function, there are no instructions devoted to
13645 the call. @value{GDBN} still pretends that the call site and the
13646 start of the inlined function are different instructions. Stepping to
13647 the call site shows the call site, and then stepping again shows
13648 the first line of the inlined function, even though no additional
13649 instructions are executed.
13650
13651 This makes source-level debugging much clearer; you can see both the
13652 context of the call and then the effect of the call. Only stepping by
13653 a single instruction using @code{stepi} or @code{nexti} does not do
13654 this; single instruction steps always show the inlined body.
13655
13656 There are some ways that @value{GDBN} does not pretend that inlined
13657 function calls are the same as normal calls:
13658
13659 @itemize @bullet
13660 @item
13661 Setting breakpoints at the call site of an inlined function may not
13662 work, because the call site does not contain any code. @value{GDBN}
13663 may incorrectly move the breakpoint to the next line of the enclosing
13664 function, after the call. This limitation will be removed in a future
13665 version of @value{GDBN}; until then, set a breakpoint on an earlier line
13666 or inside the inlined function instead.
13667
13668 @item
13669 @value{GDBN} cannot locate the return value of inlined calls after
13670 using the @code{finish} command. This is a limitation of compiler-generated
13671 debugging information; after @code{finish}, you can step to the next line
13672 and print a variable where your program stored the return value.
13673
13674 @end itemize
13675
13676 @node Tail Call Frames
13677 @section Tail Call Frames
13678 @cindex tail call frames, debugging
13679
13680 Function @code{B} can call function @code{C} in its very last statement. In
13681 unoptimized compilation the call of @code{C} is immediately followed by return
13682 instruction at the end of @code{B} code. Optimizing compiler may replace the
13683 call and return in function @code{B} into one jump to function @code{C}
13684 instead. Such use of a jump instruction is called @dfn{tail call}.
13685
13686 During execution of function @code{C}, there will be no indication in the
13687 function call stack frames that it was tail-called from @code{B}. If function
13688 @code{A} regularly calls function @code{B} which tail-calls function @code{C},
13689 then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13690 some cases @value{GDBN} can determine that @code{C} was tail-called from
13691 @code{B}, and it will then create fictitious call frame for that, with the
13692 return address set up as if @code{B} called @code{C} normally.
13693
13694 This functionality is currently supported only by DWARF 2 debugging format and
13695 the compiler has to produce @samp{DW_TAG_call_site} tags. With
13696 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13697 this information.
13698
13699 @kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13700 kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13701
13702 @smallexample
13703 (gdb) x/i $pc - 2
13704 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
13705 (gdb) info frame
13706 Stack level 1, frame at 0x7fffffffda30:
13707 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13708 tail call frame, caller of frame at 0x7fffffffda30
13709 source language c++.
13710 Arglist at unknown address.
13711 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13712 @end smallexample
13713
13714 The detection of all the possible code path executions can find them ambiguous.
13715 There is no execution history stored (possible @ref{Reverse Execution} is never
13716 used for this purpose) and the last known caller could have reached the known
13717 callee by multiple different jump sequences. In such case @value{GDBN} still
13718 tries to show at least all the unambiguous top tail callers and all the
13719 unambiguous bottom tail calees, if any.
13720
13721 @table @code
13722 @anchor{set debug entry-values}
13723 @item set debug entry-values
13724 @kindex set debug entry-values
13725 When set to on, enables printing of analysis messages for both frame argument
13726 values at function entry and tail calls. It will show all the possible valid
13727 tail calls code paths it has considered. It will also print the intersection
13728 of them with the final unambiguous (possibly partial or even empty) code path
13729 result.
13730
13731 @item show debug entry-values
13732 @kindex show debug entry-values
13733 Show the current state of analysis messages printing for both frame argument
13734 values at function entry and tail calls.
13735 @end table
13736
13737 The analysis messages for tail calls can for example show why the virtual tail
13738 call frame for function @code{c} has not been recognized (due to the indirect
13739 reference by variable @code{x}):
13740
13741 @smallexample
13742 static void __attribute__((noinline, noclone)) c (void);
13743 void (*x) (void) = c;
13744 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13745 static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13746 int main (void) @{ x (); return 0; @}
13747
13748 Breakpoint 1, DW_OP_entry_value resolving cannot find
13749 DW_TAG_call_site 0x40039a in main
13750 a () at t.c:3
13751 3 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13752 (gdb) bt
13753 #0 a () at t.c:3
13754 #1 0x000000000040039a in main () at t.c:5
13755 @end smallexample
13756
13757 Another possibility is an ambiguous virtual tail call frames resolution:
13758
13759 @smallexample
13760 int i;
13761 static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13762 static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13763 static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13764 static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13765 static void __attribute__((noinline, noclone)) b (void)
13766 @{ if (i) c (); else e (); @}
13767 static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13768 int main (void) @{ a (); return 0; @}
13769
13770 tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13771 tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13772 tailcall: reduced: 0x4004d2(a) |
13773 (gdb) bt
13774 #0 f () at t.c:2
13775 #1 0x00000000004004d2 in a () at t.c:8
13776 #2 0x0000000000400395 in main () at t.c:9
13777 @end smallexample
13778
13779 @set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13780 @set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13781
13782 @c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13783 @ifset HAVE_MAKEINFO_CLICK
13784 @set ARROW @click{}
13785 @set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13786 @set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13787 @end ifset
13788 @ifclear HAVE_MAKEINFO_CLICK
13789 @set ARROW ->
13790 @set CALLSEQ1B @value{CALLSEQ1A}
13791 @set CALLSEQ2B @value{CALLSEQ2A}
13792 @end ifclear
13793
13794 Frames #0 and #2 are real, #1 is a virtual tail call frame.
13795 The code can have possible execution paths @value{CALLSEQ1B} or
13796 @value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
13797
13798 @code{initial:} state shows some random possible calling sequence @value{GDBN}
13799 has found. It then finds another possible calling sequence - that one is
13800 prefixed by @code{compare:}. The non-ambiguous intersection of these two is
13801 printed as the @code{reduced:} calling sequence. That one could have many
13802 further @code{compare:} and @code{reduced:} statements as long as there remain
13803 any non-ambiguous sequence entries.
13804
13805 For the frame of function @code{b} in both cases there are different possible
13806 @code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
13807 also ambiguous. The only non-ambiguous frame is the one for function @code{a},
13808 therefore this one is displayed to the user while the ambiguous frames are
13809 omitted.
13810
13811 There can be also reasons why printing of frame argument values at function
13812 entry may fail:
13813
13814 @smallexample
13815 int v;
13816 static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
13817 static void __attribute__((noinline, noclone)) a (int i);
13818 static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
13819 static void __attribute__((noinline, noclone)) a (int i)
13820 @{ if (i) b (i - 1); else c (0); @}
13821 int main (void) @{ a (5); return 0; @}
13822
13823 (gdb) bt
13824 #0 c (i=i@@entry=0) at t.c:2
13825 #1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
13826 function "a" at 0x400420 can call itself via tail calls
13827 i=<optimized out>) at t.c:6
13828 #2 0x000000000040036e in main () at t.c:7
13829 @end smallexample
13830
13831 @value{GDBN} cannot find out from the inferior state if and how many times did
13832 function @code{a} call itself (via function @code{b}) as these calls would be
13833 tail calls. Such tail calls would modify the @code{i} variable, therefore
13834 @value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
13835 prints @code{<optimized out>} instead.
13836
13837 @node Macros
13838 @chapter C Preprocessor Macros
13839
13840 Some languages, such as C and C@t{++}, provide a way to define and invoke
13841 ``preprocessor macros'' which expand into strings of tokens.
13842 @value{GDBN} can evaluate expressions containing macro invocations, show
13843 the result of macro expansion, and show a macro's definition, including
13844 where it was defined.
13845
13846 You may need to compile your program specially to provide @value{GDBN}
13847 with information about preprocessor macros. Most compilers do not
13848 include macros in their debugging information, even when you compile
13849 with the @option{-g} flag. @xref{Compilation}.
13850
13851 A program may define a macro at one point, remove that definition later,
13852 and then provide a different definition after that. Thus, at different
13853 points in the program, a macro may have different definitions, or have
13854 no definition at all. If there is a current stack frame, @value{GDBN}
13855 uses the macros in scope at that frame's source code line. Otherwise,
13856 @value{GDBN} uses the macros in scope at the current listing location;
13857 see @ref{List}.
13858
13859 Whenever @value{GDBN} evaluates an expression, it always expands any
13860 macro invocations present in the expression. @value{GDBN} also provides
13861 the following commands for working with macros explicitly.
13862
13863 @table @code
13864
13865 @kindex macro expand
13866 @cindex macro expansion, showing the results of preprocessor
13867 @cindex preprocessor macro expansion, showing the results of
13868 @cindex expanding preprocessor macros
13869 @item macro expand @var{expression}
13870 @itemx macro exp @var{expression}
13871 Show the results of expanding all preprocessor macro invocations in
13872 @var{expression}. Since @value{GDBN} simply expands macros, but does
13873 not parse the result, @var{expression} need not be a valid expression;
13874 it can be any string of tokens.
13875
13876 @kindex macro exp1
13877 @item macro expand-once @var{expression}
13878 @itemx macro exp1 @var{expression}
13879 @cindex expand macro once
13880 @i{(This command is not yet implemented.)} Show the results of
13881 expanding those preprocessor macro invocations that appear explicitly in
13882 @var{expression}. Macro invocations appearing in that expansion are
13883 left unchanged. This command allows you to see the effect of a
13884 particular macro more clearly, without being confused by further
13885 expansions. Since @value{GDBN} simply expands macros, but does not
13886 parse the result, @var{expression} need not be a valid expression; it
13887 can be any string of tokens.
13888
13889 @kindex info macro
13890 @cindex macro definition, showing
13891 @cindex definition of a macro, showing
13892 @cindex macros, from debug info
13893 @item info macro [-a|-all] [--] @var{macro}
13894 Show the current definition or all definitions of the named @var{macro},
13895 and describe the source location or compiler command-line where that
13896 definition was established. The optional double dash is to signify the end of
13897 argument processing and the beginning of @var{macro} for non C-like macros where
13898 the macro may begin with a hyphen.
13899
13900 @kindex info macros
13901 @item info macros @var{location}
13902 Show all macro definitions that are in effect at the location specified
13903 by @var{location}, and describe the source location or compiler
13904 command-line where those definitions were established.
13905
13906 @kindex macro define
13907 @cindex user-defined macros
13908 @cindex defining macros interactively
13909 @cindex macros, user-defined
13910 @item macro define @var{macro} @var{replacement-list}
13911 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
13912 Introduce a definition for a preprocessor macro named @var{macro},
13913 invocations of which are replaced by the tokens given in
13914 @var{replacement-list}. The first form of this command defines an
13915 ``object-like'' macro, which takes no arguments; the second form
13916 defines a ``function-like'' macro, which takes the arguments given in
13917 @var{arglist}.
13918
13919 A definition introduced by this command is in scope in every
13920 expression evaluated in @value{GDBN}, until it is removed with the
13921 @code{macro undef} command, described below. The definition overrides
13922 all definitions for @var{macro} present in the program being debugged,
13923 as well as any previous user-supplied definition.
13924
13925 @kindex macro undef
13926 @item macro undef @var{macro}
13927 Remove any user-supplied definition for the macro named @var{macro}.
13928 This command only affects definitions provided with the @code{macro
13929 define} command, described above; it cannot remove definitions present
13930 in the program being debugged.
13931
13932 @kindex macro list
13933 @item macro list
13934 List all the macros defined using the @code{macro define} command.
13935 @end table
13936
13937 @cindex macros, example of debugging with
13938 Here is a transcript showing the above commands in action. First, we
13939 show our source files:
13940
13941 @smallexample
13942 $ cat sample.c
13943 #include <stdio.h>
13944 #include "sample.h"
13945
13946 #define M 42
13947 #define ADD(x) (M + x)
13948
13949 main ()
13950 @{
13951 #define N 28
13952 printf ("Hello, world!\n");
13953 #undef N
13954 printf ("We're so creative.\n");
13955 #define N 1729
13956 printf ("Goodbye, world!\n");
13957 @}
13958 $ cat sample.h
13959 #define Q <
13960 $
13961 @end smallexample
13962
13963 Now, we compile the program using the @sc{gnu} C compiler,
13964 @value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13965 minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13966 and @option{-gdwarf-4}; we recommend always choosing the most recent
13967 version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13968 includes information about preprocessor macros in the debugging
13969 information.
13970
13971 @smallexample
13972 $ gcc -gdwarf-2 -g3 sample.c -o sample
13973 $
13974 @end smallexample
13975
13976 Now, we start @value{GDBN} on our sample program:
13977
13978 @smallexample
13979 $ gdb -nw sample
13980 GNU gdb 2002-05-06-cvs
13981 Copyright 2002 Free Software Foundation, Inc.
13982 GDB is free software, @dots{}
13983 (@value{GDBP})
13984 @end smallexample
13985
13986 We can expand macros and examine their definitions, even when the
13987 program is not running. @value{GDBN} uses the current listing position
13988 to decide which macro definitions are in scope:
13989
13990 @smallexample
13991 (@value{GDBP}) list main
13992 3
13993 4 #define M 42
13994 5 #define ADD(x) (M + x)
13995 6
13996 7 main ()
13997 8 @{
13998 9 #define N 28
13999 10 printf ("Hello, world!\n");
14000 11 #undef N
14001 12 printf ("We're so creative.\n");
14002 (@value{GDBP}) info macro ADD
14003 Defined at /home/jimb/gdb/macros/play/sample.c:5
14004 #define ADD(x) (M + x)
14005 (@value{GDBP}) info macro Q
14006 Defined at /home/jimb/gdb/macros/play/sample.h:1
14007 included at /home/jimb/gdb/macros/play/sample.c:2
14008 #define Q <
14009 (@value{GDBP}) macro expand ADD(1)
14010 expands to: (42 + 1)
14011 (@value{GDBP}) macro expand-once ADD(1)
14012 expands to: once (M + 1)
14013 (@value{GDBP})
14014 @end smallexample
14015
14016 In the example above, note that @code{macro expand-once} expands only
14017 the macro invocation explicit in the original text --- the invocation of
14018 @code{ADD} --- but does not expand the invocation of the macro @code{M},
14019 which was introduced by @code{ADD}.
14020
14021 Once the program is running, @value{GDBN} uses the macro definitions in
14022 force at the source line of the current stack frame:
14023
14024 @smallexample
14025 (@value{GDBP}) break main
14026 Breakpoint 1 at 0x8048370: file sample.c, line 10.
14027 (@value{GDBP}) run
14028 Starting program: /home/jimb/gdb/macros/play/sample
14029
14030 Breakpoint 1, main () at sample.c:10
14031 10 printf ("Hello, world!\n");
14032 (@value{GDBP})
14033 @end smallexample
14034
14035 At line 10, the definition of the macro @code{N} at line 9 is in force:
14036
14037 @smallexample
14038 (@value{GDBP}) info macro N
14039 Defined at /home/jimb/gdb/macros/play/sample.c:9
14040 #define N 28
14041 (@value{GDBP}) macro expand N Q M
14042 expands to: 28 < 42
14043 (@value{GDBP}) print N Q M
14044 $1 = 1
14045 (@value{GDBP})
14046 @end smallexample
14047
14048 As we step over directives that remove @code{N}'s definition, and then
14049 give it a new definition, @value{GDBN} finds the definition (or lack
14050 thereof) in force at each point:
14051
14052 @smallexample
14053 (@value{GDBP}) next
14054 Hello, world!
14055 12 printf ("We're so creative.\n");
14056 (@value{GDBP}) info macro N
14057 The symbol `N' has no definition as a C/C++ preprocessor macro
14058 at /home/jimb/gdb/macros/play/sample.c:12
14059 (@value{GDBP}) next
14060 We're so creative.
14061 14 printf ("Goodbye, world!\n");
14062 (@value{GDBP}) info macro N
14063 Defined at /home/jimb/gdb/macros/play/sample.c:13
14064 #define N 1729
14065 (@value{GDBP}) macro expand N Q M
14066 expands to: 1729 < 42
14067 (@value{GDBP}) print N Q M
14068 $2 = 0
14069 (@value{GDBP})
14070 @end smallexample
14071
14072 In addition to source files, macros can be defined on the compilation command
14073 line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
14074 such a way, @value{GDBN} displays the location of their definition as line zero
14075 of the source file submitted to the compiler.
14076
14077 @smallexample
14078 (@value{GDBP}) info macro __STDC__
14079 Defined at /home/jimb/gdb/macros/play/sample.c:0
14080 -D__STDC__=1
14081 (@value{GDBP})
14082 @end smallexample
14083
14084
14085 @node Tracepoints
14086 @chapter Tracepoints
14087 @c This chapter is based on the documentation written by Michael
14088 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14089
14090 @cindex tracepoints
14091 In some applications, it is not feasible for the debugger to interrupt
14092 the program's execution long enough for the developer to learn
14093 anything helpful about its behavior. If the program's correctness
14094 depends on its real-time behavior, delays introduced by a debugger
14095 might cause the program to change its behavior drastically, or perhaps
14096 fail, even when the code itself is correct. It is useful to be able
14097 to observe the program's behavior without interrupting it.
14098
14099 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14100 specify locations in the program, called @dfn{tracepoints}, and
14101 arbitrary expressions to evaluate when those tracepoints are reached.
14102 Later, using the @code{tfind} command, you can examine the values
14103 those expressions had when the program hit the tracepoints. The
14104 expressions may also denote objects in memory---structures or arrays,
14105 for example---whose values @value{GDBN} should record; while visiting
14106 a particular tracepoint, you may inspect those objects as if they were
14107 in memory at that moment. However, because @value{GDBN} records these
14108 values without interacting with you, it can do so quickly and
14109 unobtrusively, hopefully not disturbing the program's behavior.
14110
14111 The tracepoint facility is currently available only for remote
14112 targets. @xref{Targets}. In addition, your remote target must know
14113 how to collect trace data. This functionality is implemented in the
14114 remote stub; however, none of the stubs distributed with @value{GDBN}
14115 support tracepoints as of this writing. The format of the remote
14116 packets used to implement tracepoints are described in @ref{Tracepoint
14117 Packets}.
14118
14119 It is also possible to get trace data from a file, in a manner reminiscent
14120 of corefiles; you specify the filename, and use @code{tfind} to search
14121 through the file. @xref{Trace Files}, for more details.
14122
14123 This chapter describes the tracepoint commands and features.
14124
14125 @menu
14126 * Set Tracepoints::
14127 * Analyze Collected Data::
14128 * Tracepoint Variables::
14129 * Trace Files::
14130 @end menu
14131
14132 @node Set Tracepoints
14133 @section Commands to Set Tracepoints
14134
14135 Before running such a @dfn{trace experiment}, an arbitrary number of
14136 tracepoints can be set. A tracepoint is actually a special type of
14137 breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14138 standard breakpoint commands. For instance, as with breakpoints,
14139 tracepoint numbers are successive integers starting from one, and many
14140 of the commands associated with tracepoints take the tracepoint number
14141 as their argument, to identify which tracepoint to work on.
14142
14143 For each tracepoint, you can specify, in advance, some arbitrary set
14144 of data that you want the target to collect in the trace buffer when
14145 it hits that tracepoint. The collected data can include registers,
14146 local variables, or global data. Later, you can use @value{GDBN}
14147 commands to examine the values these data had at the time the
14148 tracepoint was hit.
14149
14150 Tracepoints do not support every breakpoint feature. Ignore counts on
14151 tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14152 commands when they are hit. Tracepoints may not be thread-specific
14153 either.
14154
14155 @cindex fast tracepoints
14156 Some targets may support @dfn{fast tracepoints}, which are inserted in
14157 a different way (such as with a jump instead of a trap), that is
14158 faster but possibly restricted in where they may be installed.
14159
14160 @cindex static tracepoints
14161 @cindex markers, static tracepoints
14162 @cindex probing markers, static tracepoints
14163 Regular and fast tracepoints are dynamic tracing facilities, meaning
14164 that they can be used to insert tracepoints at (almost) any location
14165 in the target. Some targets may also support controlling @dfn{static
14166 tracepoints} from @value{GDBN}. With static tracing, a set of
14167 instrumentation points, also known as @dfn{markers}, are embedded in
14168 the target program, and can be activated or deactivated by name or
14169 address. These are usually placed at locations which facilitate
14170 investigating what the target is actually doing. @value{GDBN}'s
14171 support for static tracing includes being able to list instrumentation
14172 points, and attach them with @value{GDBN} defined high level
14173 tracepoints that expose the whole range of convenience of
14174 @value{GDBN}'s tracepoints support. Namely, support for collecting
14175 registers values and values of global or local (to the instrumentation
14176 point) variables; tracepoint conditions and trace state variables.
14177 The act of installing a @value{GDBN} static tracepoint on an
14178 instrumentation point, or marker, is referred to as @dfn{probing} a
14179 static tracepoint marker.
14180
14181 @code{gdbserver} supports tracepoints on some target systems.
14182 @xref{Server,,Tracepoints support in @code{gdbserver}}.
14183
14184 This section describes commands to set tracepoints and associated
14185 conditions and actions.
14186
14187 @menu
14188 * Create and Delete Tracepoints::
14189 * Enable and Disable Tracepoints::
14190 * Tracepoint Passcounts::
14191 * Tracepoint Conditions::
14192 * Trace State Variables::
14193 * Tracepoint Actions::
14194 * Listing Tracepoints::
14195 * Listing Static Tracepoint Markers::
14196 * Starting and Stopping Trace Experiments::
14197 * Tracepoint Restrictions::
14198 @end menu
14199
14200 @node Create and Delete Tracepoints
14201 @subsection Create and Delete Tracepoints
14202
14203 @table @code
14204 @cindex set tracepoint
14205 @kindex trace
14206 @item trace @var{location}
14207 The @code{trace} command is very similar to the @code{break} command.
14208 Its argument @var{location} can be any valid location.
14209 @xref{Specify Location}. The @code{trace} command defines a tracepoint,
14210 which is a point in the target program where the debugger will briefly stop,
14211 collect some data, and then allow the program to continue. Setting a tracepoint
14212 or changing its actions takes effect immediately if the remote stub
14213 supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14214 in tracing}).
14215 If remote stub doesn't support the @samp{InstallInTrace} feature, all
14216 these changes don't take effect until the next @code{tstart}
14217 command, and once a trace experiment is running, further changes will
14218 not have any effect until the next trace experiment starts. In addition,
14219 @value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14220 address is not yet resolved. (This is similar to pending breakpoints.)
14221 Pending tracepoints are not downloaded to the target and not installed
14222 until they are resolved. The resolution of pending tracepoints requires
14223 @value{GDBN} support---when debugging with the remote target, and
14224 @value{GDBN} disconnects from the remote stub (@pxref{disconnected
14225 tracing}), pending tracepoints can not be resolved (and downloaded to
14226 the remote stub) while @value{GDBN} is disconnected.
14227
14228 Here are some examples of using the @code{trace} command:
14229
14230 @smallexample
14231 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14232
14233 (@value{GDBP}) @b{trace +2} // 2 lines forward
14234
14235 (@value{GDBP}) @b{trace my_function} // first source line of function
14236
14237 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14238
14239 (@value{GDBP}) @b{trace *0x2117c4} // an address
14240 @end smallexample
14241
14242 @noindent
14243 You can abbreviate @code{trace} as @code{tr}.
14244
14245 @item trace @var{location} if @var{cond}
14246 Set a tracepoint with condition @var{cond}; evaluate the expression
14247 @var{cond} each time the tracepoint is reached, and collect data only
14248 if the value is nonzero---that is, if @var{cond} evaluates as true.
14249 @xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14250 information on tracepoint conditions.
14251
14252 @item ftrace @var{location} [ if @var{cond} ]
14253 @cindex set fast tracepoint
14254 @cindex fast tracepoints, setting
14255 @kindex ftrace
14256 The @code{ftrace} command sets a fast tracepoint. For targets that
14257 support them, fast tracepoints will use a more efficient but possibly
14258 less general technique to trigger data collection, such as a jump
14259 instruction instead of a trap, or some sort of hardware support. It
14260 may not be possible to create a fast tracepoint at the desired
14261 location, in which case the command will exit with an explanatory
14262 message.
14263
14264 @value{GDBN} handles arguments to @code{ftrace} exactly as for
14265 @code{trace}.
14266
14267 On 32-bit x86-architecture systems, fast tracepoints normally need to
14268 be placed at an instruction that is 5 bytes or longer, but can be
14269 placed at 4-byte instructions if the low 64K of memory of the target
14270 program is available to install trampolines. Some Unix-type systems,
14271 such as @sc{gnu}/Linux, exclude low addresses from the program's
14272 address space; but for instance with the Linux kernel it is possible
14273 to let @value{GDBN} use this area by doing a @command{sysctl} command
14274 to set the @code{mmap_min_addr} kernel parameter, as in
14275
14276 @example
14277 sudo sysctl -w vm.mmap_min_addr=32768
14278 @end example
14279
14280 @noindent
14281 which sets the low address to 32K, which leaves plenty of room for
14282 trampolines. The minimum address should be set to a page boundary.
14283
14284 @item strace @var{location} [ if @var{cond} ]
14285 @cindex set static tracepoint
14286 @cindex static tracepoints, setting
14287 @cindex probe static tracepoint marker
14288 @kindex strace
14289 The @code{strace} command sets a static tracepoint. For targets that
14290 support it, setting a static tracepoint probes a static
14291 instrumentation point, or marker, found at @var{location}. It may not
14292 be possible to set a static tracepoint at the desired location, in
14293 which case the command will exit with an explanatory message.
14294
14295 @value{GDBN} handles arguments to @code{strace} exactly as for
14296 @code{trace}, with the addition that the user can also specify
14297 @code{-m @var{marker}} as @var{location}. This probes the marker
14298 identified by the @var{marker} string identifier. This identifier
14299 depends on the static tracepoint backend library your program is
14300 using. You can find all the marker identifiers in the @samp{ID} field
14301 of the @code{info static-tracepoint-markers} command output.
14302 @xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14303 Markers}. For example, in the following small program using the UST
14304 tracing engine:
14305
14306 @smallexample
14307 main ()
14308 @{
14309 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14310 @}
14311 @end smallexample
14312
14313 @noindent
14314 the marker id is composed of joining the first two arguments to the
14315 @code{trace_mark} call with a slash, which translates to:
14316
14317 @smallexample
14318 (@value{GDBP}) info static-tracepoint-markers
14319 Cnt Enb ID Address What
14320 1 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14321 Data: "str %s"
14322 [etc...]
14323 @end smallexample
14324
14325 @noindent
14326 so you may probe the marker above with:
14327
14328 @smallexample
14329 (@value{GDBP}) strace -m ust/bar33
14330 @end smallexample
14331
14332 Static tracepoints accept an extra collect action --- @code{collect
14333 $_sdata}. This collects arbitrary user data passed in the probe point
14334 call to the tracing library. In the UST example above, you'll see
14335 that the third argument to @code{trace_mark} is a printf-like format
14336 string. The user data is then the result of running that formatting
14337 string against the following arguments. Note that @code{info
14338 static-tracepoint-markers} command output lists that format string in
14339 the @samp{Data:} field.
14340
14341 You can inspect this data when analyzing the trace buffer, by printing
14342 the $_sdata variable like any other variable available to
14343 @value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14344
14345 @vindex $tpnum
14346 @cindex last tracepoint number
14347 @cindex recent tracepoint number
14348 @cindex tracepoint number
14349 The convenience variable @code{$tpnum} records the tracepoint number
14350 of the most recently set tracepoint.
14351
14352 @kindex delete tracepoint
14353 @cindex tracepoint deletion
14354 @item delete tracepoint @r{[}@var{num}@r{]}
14355 Permanently delete one or more tracepoints. With no argument, the
14356 default is to delete all tracepoints. Note that the regular
14357 @code{delete} command can remove tracepoints also.
14358
14359 Examples:
14360
14361 @smallexample
14362 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14363
14364 (@value{GDBP}) @b{delete trace} // remove all tracepoints
14365 @end smallexample
14366
14367 @noindent
14368 You can abbreviate this command as @code{del tr}.
14369 @end table
14370
14371 @node Enable and Disable Tracepoints
14372 @subsection Enable and Disable Tracepoints
14373
14374 These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14375
14376 @table @code
14377 @kindex disable tracepoint
14378 @item disable tracepoint @r{[}@var{num}@r{]}
14379 Disable tracepoint @var{num}, or all tracepoints if no argument
14380 @var{num} is given. A disabled tracepoint will have no effect during
14381 a trace experiment, but it is not forgotten. You can re-enable
14382 a disabled tracepoint using the @code{enable tracepoint} command.
14383 If the command is issued during a trace experiment and the debug target
14384 has support for disabling tracepoints during a trace experiment, then the
14385 change will be effective immediately. Otherwise, it will be applied to the
14386 next trace experiment.
14387
14388 @kindex enable tracepoint
14389 @item enable tracepoint @r{[}@var{num}@r{]}
14390 Enable tracepoint @var{num}, or all tracepoints. If this command is
14391 issued during a trace experiment and the debug target supports enabling
14392 tracepoints during a trace experiment, then the enabled tracepoints will
14393 become effective immediately. Otherwise, they will become effective the
14394 next time a trace experiment is run.
14395 @end table
14396
14397 @node Tracepoint Passcounts
14398 @subsection Tracepoint Passcounts
14399
14400 @table @code
14401 @kindex passcount
14402 @cindex tracepoint pass count
14403 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14404 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14405 automatically stop a trace experiment. If a tracepoint's passcount is
14406 @var{n}, then the trace experiment will be automatically stopped on
14407 the @var{n}'th time that tracepoint is hit. If the tracepoint number
14408 @var{num} is not specified, the @code{passcount} command sets the
14409 passcount of the most recently defined tracepoint. If no passcount is
14410 given, the trace experiment will run until stopped explicitly by the
14411 user.
14412
14413 Examples:
14414
14415 @smallexample
14416 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
14417 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
14418
14419 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
14420 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
14421 (@value{GDBP}) @b{trace foo}
14422 (@value{GDBP}) @b{pass 3}
14423 (@value{GDBP}) @b{trace bar}
14424 (@value{GDBP}) @b{pass 2}
14425 (@value{GDBP}) @b{trace baz}
14426 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
14427 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14428 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14429 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
14430 @end smallexample
14431 @end table
14432
14433 @node Tracepoint Conditions
14434 @subsection Tracepoint Conditions
14435 @cindex conditional tracepoints
14436 @cindex tracepoint conditions
14437
14438 The simplest sort of tracepoint collects data every time your program
14439 reaches a specified place. You can also specify a @dfn{condition} for
14440 a tracepoint. A condition is just a Boolean expression in your
14441 programming language (@pxref{Expressions, ,Expressions}). A
14442 tracepoint with a condition evaluates the expression each time your
14443 program reaches it, and data collection happens only if the condition
14444 is true.
14445
14446 Tracepoint conditions can be specified when a tracepoint is set, by
14447 using @samp{if} in the arguments to the @code{trace} command.
14448 @xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14449 also be set or changed at any time with the @code{condition} command,
14450 just as with breakpoints.
14451
14452 Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14453 the conditional expression itself. Instead, @value{GDBN} encodes the
14454 expression into an agent expression (@pxref{Agent Expressions})
14455 suitable for execution on the target, independently of @value{GDBN}.
14456 Global variables become raw memory locations, locals become stack
14457 accesses, and so forth.
14458
14459 For instance, suppose you have a function that is usually called
14460 frequently, but should not be called after an error has occurred. You
14461 could use the following tracepoint command to collect data about calls
14462 of that function that happen while the error code is propagating
14463 through the program; an unconditional tracepoint could end up
14464 collecting thousands of useless trace frames that you would have to
14465 search through.
14466
14467 @smallexample
14468 (@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14469 @end smallexample
14470
14471 @node Trace State Variables
14472 @subsection Trace State Variables
14473 @cindex trace state variables
14474
14475 A @dfn{trace state variable} is a special type of variable that is
14476 created and managed by target-side code. The syntax is the same as
14477 that for GDB's convenience variables (a string prefixed with ``$''),
14478 but they are stored on the target. They must be created explicitly,
14479 using a @code{tvariable} command. They are always 64-bit signed
14480 integers.
14481
14482 Trace state variables are remembered by @value{GDBN}, and downloaded
14483 to the target along with tracepoint information when the trace
14484 experiment starts. There are no intrinsic limits on the number of
14485 trace state variables, beyond memory limitations of the target.
14486
14487 @cindex convenience variables, and trace state variables
14488 Although trace state variables are managed by the target, you can use
14489 them in print commands and expressions as if they were convenience
14490 variables; @value{GDBN} will get the current value from the target
14491 while the trace experiment is running. Trace state variables share
14492 the same namespace as other ``$'' variables, which means that you
14493 cannot have trace state variables with names like @code{$23} or
14494 @code{$pc}, nor can you have a trace state variable and a convenience
14495 variable with the same name.
14496
14497 @table @code
14498
14499 @item tvariable $@var{name} [ = @var{expression} ]
14500 @kindex tvariable
14501 The @code{tvariable} command creates a new trace state variable named
14502 @code{$@var{name}}, and optionally gives it an initial value of
14503 @var{expression}. The @var{expression} is evaluated when this command is
14504 entered; the result will be converted to an integer if possible,
14505 otherwise @value{GDBN} will report an error. A subsequent
14506 @code{tvariable} command specifying the same name does not create a
14507 variable, but instead assigns the supplied initial value to the
14508 existing variable of that name, overwriting any previous initial
14509 value. The default initial value is 0.
14510
14511 @item info tvariables
14512 @kindex info tvariables
14513 List all the trace state variables along with their initial values.
14514 Their current values may also be displayed, if the trace experiment is
14515 currently running.
14516
14517 @item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14518 @kindex delete tvariable
14519 Delete the given trace state variables, or all of them if no arguments
14520 are specified.
14521
14522 @end table
14523
14524 @node Tracepoint Actions
14525 @subsection Tracepoint Action Lists
14526
14527 @table @code
14528 @kindex actions
14529 @cindex tracepoint actions
14530 @item actions @r{[}@var{num}@r{]}
14531 This command will prompt for a list of actions to be taken when the
14532 tracepoint is hit. If the tracepoint number @var{num} is not
14533 specified, this command sets the actions for the one that was most
14534 recently defined (so that you can define a tracepoint and then say
14535 @code{actions} without bothering about its number). You specify the
14536 actions themselves on the following lines, one action at a time, and
14537 terminate the actions list with a line containing just @code{end}. So
14538 far, the only defined actions are @code{collect}, @code{teval}, and
14539 @code{while-stepping}.
14540
14541 @code{actions} is actually equivalent to @code{commands} (@pxref{Break
14542 Commands, ,Breakpoint Command Lists}), except that only the defined
14543 actions are allowed; any other @value{GDBN} command is rejected.
14544
14545 @cindex remove actions from a tracepoint
14546 To remove all actions from a tracepoint, type @samp{actions @var{num}}
14547 and follow it immediately with @samp{end}.
14548
14549 @smallexample
14550 (@value{GDBP}) @b{collect @var{data}} // collect some data
14551
14552 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
14553
14554 (@value{GDBP}) @b{end} // signals the end of actions.
14555 @end smallexample
14556
14557 In the following example, the action list begins with @code{collect}
14558 commands indicating the things to be collected when the tracepoint is
14559 hit. Then, in order to single-step and collect additional data
14560 following the tracepoint, a @code{while-stepping} command is used,
14561 followed by the list of things to be collected after each step in a
14562 sequence of single steps. The @code{while-stepping} command is
14563 terminated by its own separate @code{end} command. Lastly, the action
14564 list is terminated by an @code{end} command.
14565
14566 @smallexample
14567 (@value{GDBP}) @b{trace foo}
14568 (@value{GDBP}) @b{actions}
14569 Enter actions for tracepoint 1, one per line:
14570 > collect bar,baz
14571 > collect $regs
14572 > while-stepping 12
14573 > collect $pc, arr[i]
14574 > end
14575 end
14576 @end smallexample
14577
14578 @kindex collect @r{(tracepoints)}
14579 @item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
14580 Collect values of the given expressions when the tracepoint is hit.
14581 This command accepts a comma-separated list of any valid expressions.
14582 In addition to global, static, or local variables, the following
14583 special arguments are supported:
14584
14585 @table @code
14586 @item $regs
14587 Collect all registers.
14588
14589 @item $args
14590 Collect all function arguments.
14591
14592 @item $locals
14593 Collect all local variables.
14594
14595 @item $_ret
14596 Collect the return address. This is helpful if you want to see more
14597 of a backtrace.
14598
14599 @emph{Note:} The return address location can not always be reliably
14600 determined up front, and the wrong address / registers may end up
14601 collected instead. On some architectures the reliability is higher
14602 for tracepoints at function entry, while on others it's the opposite.
14603 When this happens, backtracing will stop because the return address is
14604 found unavailable (unless another collect rule happened to match it).
14605
14606 @item $_probe_argc
14607 Collects the number of arguments from the static probe at which the
14608 tracepoint is located.
14609 @xref{Static Probe Points}.
14610
14611 @item $_probe_arg@var{n}
14612 @var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14613 from the static probe at which the tracepoint is located.
14614 @xref{Static Probe Points}.
14615
14616 @item $_sdata
14617 @vindex $_sdata@r{, collect}
14618 Collect static tracepoint marker specific data. Only available for
14619 static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14620 Lists}. On the UST static tracepoints library backend, an
14621 instrumentation point resembles a @code{printf} function call. The
14622 tracing library is able to collect user specified data formatted to a
14623 character string using the format provided by the programmer that
14624 instrumented the program. Other backends have similar mechanisms.
14625 Here's an example of a UST marker call:
14626
14627 @smallexample
14628 const char master_name[] = "$your_name";
14629 trace_mark(channel1, marker1, "hello %s", master_name)
14630 @end smallexample
14631
14632 In this case, collecting @code{$_sdata} collects the string
14633 @samp{hello $yourname}. When analyzing the trace buffer, you can
14634 inspect @samp{$_sdata} like any other variable available to
14635 @value{GDBN}.
14636 @end table
14637
14638 You can give several consecutive @code{collect} commands, each one
14639 with a single argument, or one @code{collect} command with several
14640 arguments separated by commas; the effect is the same.
14641
14642 The optional @var{mods} changes the usual handling of the arguments.
14643 @code{s} requests that pointers to chars be handled as strings, in
14644 particular collecting the contents of the memory being pointed at, up
14645 to the first zero. The upper bound is by default the value of the
14646 @code{print elements} variable; if @code{s} is followed by a decimal
14647 number, that is the upper bound instead. So for instance
14648 @samp{collect/s25 mystr} collects as many as 25 characters at
14649 @samp{mystr}.
14650
14651 The command @code{info scope} (@pxref{Symbols, info scope}) is
14652 particularly useful for figuring out what data to collect.
14653
14654 @kindex teval @r{(tracepoints)}
14655 @item teval @var{expr1}, @var{expr2}, @dots{}
14656 Evaluate the given expressions when the tracepoint is hit. This
14657 command accepts a comma-separated list of expressions. The results
14658 are discarded, so this is mainly useful for assigning values to trace
14659 state variables (@pxref{Trace State Variables}) without adding those
14660 values to the trace buffer, as would be the case if the @code{collect}
14661 action were used.
14662
14663 @kindex while-stepping @r{(tracepoints)}
14664 @item while-stepping @var{n}
14665 Perform @var{n} single-step instruction traces after the tracepoint,
14666 collecting new data after each step. The @code{while-stepping}
14667 command is followed by the list of what to collect while stepping
14668 (followed by its own @code{end} command):
14669
14670 @smallexample
14671 > while-stepping 12
14672 > collect $regs, myglobal
14673 > end
14674 >
14675 @end smallexample
14676
14677 @noindent
14678 Note that @code{$pc} is not automatically collected by
14679 @code{while-stepping}; you need to explicitly collect that register if
14680 you need it. You may abbreviate @code{while-stepping} as @code{ws} or
14681 @code{stepping}.
14682
14683 @item set default-collect @var{expr1}, @var{expr2}, @dots{}
14684 @kindex set default-collect
14685 @cindex default collection action
14686 This variable is a list of expressions to collect at each tracepoint
14687 hit. It is effectively an additional @code{collect} action prepended
14688 to every tracepoint action list. The expressions are parsed
14689 individually for each tracepoint, so for instance a variable named
14690 @code{xyz} may be interpreted as a global for one tracepoint, and a
14691 local for another, as appropriate to the tracepoint's location.
14692
14693 @item show default-collect
14694 @kindex show default-collect
14695 Show the list of expressions that are collected by default at each
14696 tracepoint hit.
14697
14698 @end table
14699
14700 @node Listing Tracepoints
14701 @subsection Listing Tracepoints
14702
14703 @table @code
14704 @kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14705 @kindex info tp @r{[}@var{n}@dots{}@r{]}
14706 @cindex information about tracepoints
14707 @item info tracepoints @r{[}@var{num}@dots{}@r{]}
14708 Display information about the tracepoint @var{num}. If you don't
14709 specify a tracepoint number, displays information about all the
14710 tracepoints defined so far. The format is similar to that used for
14711 @code{info breakpoints}; in fact, @code{info tracepoints} is the same
14712 command, simply restricting itself to tracepoints.
14713
14714 A tracepoint's listing may include additional information specific to
14715 tracing:
14716
14717 @itemize @bullet
14718 @item
14719 its passcount as given by the @code{passcount @var{n}} command
14720
14721 @item
14722 the state about installed on target of each location
14723 @end itemize
14724
14725 @smallexample
14726 (@value{GDBP}) @b{info trace}
14727 Num Type Disp Enb Address What
14728 1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
14729 while-stepping 20
14730 collect globfoo, $regs
14731 end
14732 collect globfoo2
14733 end
14734 pass count 1200
14735 2 tracepoint keep y <MULTIPLE>
14736 collect $eip
14737 2.1 y 0x0804859c in func4 at change-loc.h:35
14738 installed on target
14739 2.2 y 0xb7ffc480 in func4 at change-loc.h:35
14740 installed on target
14741 2.3 y <PENDING> set_tracepoint
14742 3 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14743 not installed on target
14744 (@value{GDBP})
14745 @end smallexample
14746
14747 @noindent
14748 This command can be abbreviated @code{info tp}.
14749 @end table
14750
14751 @node Listing Static Tracepoint Markers
14752 @subsection Listing Static Tracepoint Markers
14753
14754 @table @code
14755 @kindex info static-tracepoint-markers
14756 @cindex information about static tracepoint markers
14757 @item info static-tracepoint-markers
14758 Display information about all static tracepoint markers defined in the
14759 program.
14760
14761 For each marker, the following columns are printed:
14762
14763 @table @emph
14764 @item Count
14765 An incrementing counter, output to help readability. This is not a
14766 stable identifier.
14767 @item ID
14768 The marker ID, as reported by the target.
14769 @item Enabled or Disabled
14770 Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14771 that are not enabled.
14772 @item Address
14773 Where the marker is in your program, as a memory address.
14774 @item What
14775 Where the marker is in the source for your program, as a file and line
14776 number. If the debug information included in the program does not
14777 allow @value{GDBN} to locate the source of the marker, this column
14778 will be left blank.
14779 @end table
14780
14781 @noindent
14782 In addition, the following information may be printed for each marker:
14783
14784 @table @emph
14785 @item Data
14786 User data passed to the tracing library by the marker call. In the
14787 UST backend, this is the format string passed as argument to the
14788 marker call.
14789 @item Static tracepoints probing the marker
14790 The list of static tracepoints attached to the marker.
14791 @end table
14792
14793 @smallexample
14794 (@value{GDBP}) info static-tracepoint-markers
14795 Cnt ID Enb Address What
14796 1 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
14797 Data: number1 %d number2 %d
14798 Probed by static tracepoints: #2
14799 2 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
14800 Data: str %s
14801 (@value{GDBP})
14802 @end smallexample
14803 @end table
14804
14805 @node Starting and Stopping Trace Experiments
14806 @subsection Starting and Stopping Trace Experiments
14807
14808 @table @code
14809 @kindex tstart [ @var{notes} ]
14810 @cindex start a new trace experiment
14811 @cindex collected data discarded
14812 @item tstart
14813 This command starts the trace experiment, and begins collecting data.
14814 It has the side effect of discarding all the data collected in the
14815 trace buffer during the previous trace experiment. If any arguments
14816 are supplied, they are taken as a note and stored with the trace
14817 experiment's state. The notes may be arbitrary text, and are
14818 especially useful with disconnected tracing in a multi-user context;
14819 the notes can explain what the trace is doing, supply user contact
14820 information, and so forth.
14821
14822 @kindex tstop [ @var{notes} ]
14823 @cindex stop a running trace experiment
14824 @item tstop
14825 This command stops the trace experiment. If any arguments are
14826 supplied, they are recorded with the experiment as a note. This is
14827 useful if you are stopping a trace started by someone else, for
14828 instance if the trace is interfering with the system's behavior and
14829 needs to be stopped quickly.
14830
14831 @strong{Note}: a trace experiment and data collection may stop
14832 automatically if any tracepoint's passcount is reached
14833 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
14834
14835 @kindex tstatus
14836 @cindex status of trace data collection
14837 @cindex trace experiment, status of
14838 @item tstatus
14839 This command displays the status of the current trace data
14840 collection.
14841 @end table
14842
14843 Here is an example of the commands we described so far:
14844
14845 @smallexample
14846 (@value{GDBP}) @b{trace gdb_c_test}
14847 (@value{GDBP}) @b{actions}
14848 Enter actions for tracepoint #1, one per line.
14849 > collect $regs,$locals,$args
14850 > while-stepping 11
14851 > collect $regs
14852 > end
14853 > end
14854 (@value{GDBP}) @b{tstart}
14855 [time passes @dots{}]
14856 (@value{GDBP}) @b{tstop}
14857 @end smallexample
14858
14859 @anchor{disconnected tracing}
14860 @cindex disconnected tracing
14861 You can choose to continue running the trace experiment even if
14862 @value{GDBN} disconnects from the target, voluntarily or
14863 involuntarily. For commands such as @code{detach}, the debugger will
14864 ask what you want to do with the trace. But for unexpected
14865 terminations (@value{GDBN} crash, network outage), it would be
14866 unfortunate to lose hard-won trace data, so the variable
14867 @code{disconnected-tracing} lets you decide whether the trace should
14868 continue running without @value{GDBN}.
14869
14870 @table @code
14871 @item set disconnected-tracing on
14872 @itemx set disconnected-tracing off
14873 @kindex set disconnected-tracing
14874 Choose whether a tracing run should continue to run if @value{GDBN}
14875 has disconnected from the target. Note that @code{detach} or
14876 @code{quit} will ask you directly what to do about a running trace no
14877 matter what this variable's setting, so the variable is mainly useful
14878 for handling unexpected situations, such as loss of the network.
14879
14880 @item show disconnected-tracing
14881 @kindex show disconnected-tracing
14882 Show the current choice for disconnected tracing.
14883
14884 @end table
14885
14886 When you reconnect to the target, the trace experiment may or may not
14887 still be running; it might have filled the trace buffer in the
14888 meantime, or stopped for one of the other reasons. If it is running,
14889 it will continue after reconnection.
14890
14891 Upon reconnection, the target will upload information about the
14892 tracepoints in effect. @value{GDBN} will then compare that
14893 information to the set of tracepoints currently defined, and attempt
14894 to match them up, allowing for the possibility that the numbers may
14895 have changed due to creation and deletion in the meantime. If one of
14896 the target's tracepoints does not match any in @value{GDBN}, the
14897 debugger will create a new tracepoint, so that you have a number with
14898 which to specify that tracepoint. This matching-up process is
14899 necessarily heuristic, and it may result in useless tracepoints being
14900 created; you may simply delete them if they are of no use.
14901
14902 @cindex circular trace buffer
14903 If your target agent supports a @dfn{circular trace buffer}, then you
14904 can run a trace experiment indefinitely without filling the trace
14905 buffer; when space runs out, the agent deletes already-collected trace
14906 frames, oldest first, until there is enough room to continue
14907 collecting. This is especially useful if your tracepoints are being
14908 hit too often, and your trace gets terminated prematurely because the
14909 buffer is full. To ask for a circular trace buffer, simply set
14910 @samp{circular-trace-buffer} to on. You can set this at any time,
14911 including during tracing; if the agent can do it, it will change
14912 buffer handling on the fly, otherwise it will not take effect until
14913 the next run.
14914
14915 @table @code
14916 @item set circular-trace-buffer on
14917 @itemx set circular-trace-buffer off
14918 @kindex set circular-trace-buffer
14919 Choose whether a tracing run should use a linear or circular buffer
14920 for trace data. A linear buffer will not lose any trace data, but may
14921 fill up prematurely, while a circular buffer will discard old trace
14922 data, but it will have always room for the latest tracepoint hits.
14923
14924 @item show circular-trace-buffer
14925 @kindex show circular-trace-buffer
14926 Show the current choice for the trace buffer. Note that this may not
14927 match the agent's current buffer handling, nor is it guaranteed to
14928 match the setting that might have been in effect during a past run,
14929 for instance if you are looking at frames from a trace file.
14930
14931 @end table
14932
14933 @table @code
14934 @item set trace-buffer-size @var{n}
14935 @itemx set trace-buffer-size unlimited
14936 @kindex set trace-buffer-size
14937 Request that the target use a trace buffer of @var{n} bytes. Not all
14938 targets will honor the request; they may have a compiled-in size for
14939 the trace buffer, or some other limitation. Set to a value of
14940 @code{unlimited} or @code{-1} to let the target use whatever size it
14941 likes. This is also the default.
14942
14943 @item show trace-buffer-size
14944 @kindex show trace-buffer-size
14945 Show the current requested size for the trace buffer. Note that this
14946 will only match the actual size if the target supports size-setting,
14947 and was able to handle the requested size. For instance, if the
14948 target can only change buffer size between runs, this variable will
14949 not reflect the change until the next run starts. Use @code{tstatus}
14950 to get a report of the actual buffer size.
14951 @end table
14952
14953 @table @code
14954 @item set trace-user @var{text}
14955 @kindex set trace-user
14956
14957 @item show trace-user
14958 @kindex show trace-user
14959
14960 @item set trace-notes @var{text}
14961 @kindex set trace-notes
14962 Set the trace run's notes.
14963
14964 @item show trace-notes
14965 @kindex show trace-notes
14966 Show the trace run's notes.
14967
14968 @item set trace-stop-notes @var{text}
14969 @kindex set trace-stop-notes
14970 Set the trace run's stop notes. The handling of the note is as for
14971 @code{tstop} arguments; the set command is convenient way to fix a
14972 stop note that is mistaken or incomplete.
14973
14974 @item show trace-stop-notes
14975 @kindex show trace-stop-notes
14976 Show the trace run's stop notes.
14977
14978 @end table
14979
14980 @node Tracepoint Restrictions
14981 @subsection Tracepoint Restrictions
14982
14983 @cindex tracepoint restrictions
14984 There are a number of restrictions on the use of tracepoints. As
14985 described above, tracepoint data gathering occurs on the target
14986 without interaction from @value{GDBN}. Thus the full capabilities of
14987 the debugger are not available during data gathering, and then at data
14988 examination time, you will be limited by only having what was
14989 collected. The following items describe some common problems, but it
14990 is not exhaustive, and you may run into additional difficulties not
14991 mentioned here.
14992
14993 @itemize @bullet
14994
14995 @item
14996 Tracepoint expressions are intended to gather objects (lvalues). Thus
14997 the full flexibility of GDB's expression evaluator is not available.
14998 You cannot call functions, cast objects to aggregate types, access
14999 convenience variables or modify values (except by assignment to trace
15000 state variables). Some language features may implicitly call
15001 functions (for instance Objective-C fields with accessors), and therefore
15002 cannot be collected either.
15003
15004 @item
15005 Collection of local variables, either individually or in bulk with
15006 @code{$locals} or @code{$args}, during @code{while-stepping} may
15007 behave erratically. The stepping action may enter a new scope (for
15008 instance by stepping into a function), or the location of the variable
15009 may change (for instance it is loaded into a register). The
15010 tracepoint data recorded uses the location information for the
15011 variables that is correct for the tracepoint location. When the
15012 tracepoint is created, it is not possible, in general, to determine
15013 where the steps of a @code{while-stepping} sequence will advance the
15014 program---particularly if a conditional branch is stepped.
15015
15016 @item
15017 Collection of an incompletely-initialized or partially-destroyed object
15018 may result in something that @value{GDBN} cannot display, or displays
15019 in a misleading way.
15020
15021 @item
15022 When @value{GDBN} displays a pointer to character it automatically
15023 dereferences the pointer to also display characters of the string
15024 being pointed to. However, collecting the pointer during tracing does
15025 not automatically collect the string. You need to explicitly
15026 dereference the pointer and provide size information if you want to
15027 collect not only the pointer, but the memory pointed to. For example,
15028 @code{*ptr@@50} can be used to collect the 50 element array pointed to
15029 by @code{ptr}.
15030
15031 @item
15032 It is not possible to collect a complete stack backtrace at a
15033 tracepoint. Instead, you may collect the registers and a few hundred
15034 bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
15035 (adjust to use the name of the actual stack pointer register on your
15036 target architecture, and the amount of stack you wish to capture).
15037 Then the @code{backtrace} command will show a partial backtrace when
15038 using a trace frame. The number of stack frames that can be examined
15039 depends on the sizes of the frames in the collected stack. Note that
15040 if you ask for a block so large that it goes past the bottom of the
15041 stack, the target agent may report an error trying to read from an
15042 invalid address.
15043
15044 @item
15045 If you do not collect registers at a tracepoint, @value{GDBN} can
15046 infer that the value of @code{$pc} must be the same as the address of
15047 the tracepoint and use that when you are looking at a trace frame
15048 for that tracepoint. However, this cannot work if the tracepoint has
15049 multiple locations (for instance if it was set in a function that was
15050 inlined), or if it has a @code{while-stepping} loop. In those cases
15051 @value{GDBN} will warn you that it can't infer @code{$pc}, and default
15052 it to zero.
15053
15054 @end itemize
15055
15056 @node Analyze Collected Data
15057 @section Using the Collected Data
15058
15059 After the tracepoint experiment ends, you use @value{GDBN} commands
15060 for examining the trace data. The basic idea is that each tracepoint
15061 collects a trace @dfn{snapshot} every time it is hit and another
15062 snapshot every time it single-steps. All these snapshots are
15063 consecutively numbered from zero and go into a buffer, and you can
15064 examine them later. The way you examine them is to @dfn{focus} on a
15065 specific trace snapshot. When the remote stub is focused on a trace
15066 snapshot, it will respond to all @value{GDBN} requests for memory and
15067 registers by reading from the buffer which belongs to that snapshot,
15068 rather than from @emph{real} memory or registers of the program being
15069 debugged. This means that @strong{all} @value{GDBN} commands
15070 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
15071 behave as if we were currently debugging the program state as it was
15072 when the tracepoint occurred. Any requests for data that are not in
15073 the buffer will fail.
15074
15075 @menu
15076 * tfind:: How to select a trace snapshot
15077 * tdump:: How to display all data for a snapshot
15078 * save tracepoints:: How to save tracepoints for a future run
15079 @end menu
15080
15081 @node tfind
15082 @subsection @code{tfind @var{n}}
15083
15084 @kindex tfind
15085 @cindex select trace snapshot
15086 @cindex find trace snapshot
15087 The basic command for selecting a trace snapshot from the buffer is
15088 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
15089 counting from zero. If no argument @var{n} is given, the next
15090 snapshot is selected.
15091
15092 Here are the various forms of using the @code{tfind} command.
15093
15094 @table @code
15095 @item tfind start
15096 Find the first snapshot in the buffer. This is a synonym for
15097 @code{tfind 0} (since 0 is the number of the first snapshot).
15098
15099 @item tfind none
15100 Stop debugging trace snapshots, resume @emph{live} debugging.
15101
15102 @item tfind end
15103 Same as @samp{tfind none}.
15104
15105 @item tfind
15106 No argument means find the next trace snapshot or find the first
15107 one if no trace snapshot is selected.
15108
15109 @item tfind -
15110 Find the previous trace snapshot before the current one. This permits
15111 retracing earlier steps.
15112
15113 @item tfind tracepoint @var{num}
15114 Find the next snapshot associated with tracepoint @var{num}. Search
15115 proceeds forward from the last examined trace snapshot. If no
15116 argument @var{num} is given, it means find the next snapshot collected
15117 for the same tracepoint as the current snapshot.
15118
15119 @item tfind pc @var{addr}
15120 Find the next snapshot associated with the value @var{addr} of the
15121 program counter. Search proceeds forward from the last examined trace
15122 snapshot. If no argument @var{addr} is given, it means find the next
15123 snapshot with the same value of PC as the current snapshot.
15124
15125 @item tfind outside @var{addr1}, @var{addr2}
15126 Find the next snapshot whose PC is outside the given range of
15127 addresses (exclusive).
15128
15129 @item tfind range @var{addr1}, @var{addr2}
15130 Find the next snapshot whose PC is between @var{addr1} and
15131 @var{addr2} (inclusive).
15132
15133 @item tfind line @r{[}@var{file}:@r{]}@var{n}
15134 Find the next snapshot associated with the source line @var{n}. If
15135 the optional argument @var{file} is given, refer to line @var{n} in
15136 that source file. Search proceeds forward from the last examined
15137 trace snapshot. If no argument @var{n} is given, it means find the
15138 next line other than the one currently being examined; thus saying
15139 @code{tfind line} repeatedly can appear to have the same effect as
15140 stepping from line to line in a @emph{live} debugging session.
15141 @end table
15142
15143 The default arguments for the @code{tfind} commands are specifically
15144 designed to make it easy to scan through the trace buffer. For
15145 instance, @code{tfind} with no argument selects the next trace
15146 snapshot, and @code{tfind -} with no argument selects the previous
15147 trace snapshot. So, by giving one @code{tfind} command, and then
15148 simply hitting @key{RET} repeatedly you can examine all the trace
15149 snapshots in order. Or, by saying @code{tfind -} and then hitting
15150 @key{RET} repeatedly you can examine the snapshots in reverse order.
15151 The @code{tfind line} command with no argument selects the snapshot
15152 for the next source line executed. The @code{tfind pc} command with
15153 no argument selects the next snapshot with the same program counter
15154 (PC) as the current frame. The @code{tfind tracepoint} command with
15155 no argument selects the next trace snapshot collected by the same
15156 tracepoint as the current one.
15157
15158 In addition to letting you scan through the trace buffer manually,
15159 these commands make it easy to construct @value{GDBN} scripts that
15160 scan through the trace buffer and print out whatever collected data
15161 you are interested in. Thus, if we want to examine the PC, FP, and SP
15162 registers from each trace frame in the buffer, we can say this:
15163
15164 @smallexample
15165 (@value{GDBP}) @b{tfind start}
15166 (@value{GDBP}) @b{while ($trace_frame != -1)}
15167 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15168 $trace_frame, $pc, $sp, $fp
15169 > tfind
15170 > end
15171
15172 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15173 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15174 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15175 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15176 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15177 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15178 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15179 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15180 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15181 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15182 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15183 @end smallexample
15184
15185 Or, if we want to examine the variable @code{X} at each source line in
15186 the buffer:
15187
15188 @smallexample
15189 (@value{GDBP}) @b{tfind start}
15190 (@value{GDBP}) @b{while ($trace_frame != -1)}
15191 > printf "Frame %d, X == %d\n", $trace_frame, X
15192 > tfind line
15193 > end
15194
15195 Frame 0, X = 1
15196 Frame 7, X = 2
15197 Frame 13, X = 255
15198 @end smallexample
15199
15200 @node tdump
15201 @subsection @code{tdump}
15202 @kindex tdump
15203 @cindex dump all data collected at tracepoint
15204 @cindex tracepoint data, display
15205
15206 This command takes no arguments. It prints all the data collected at
15207 the current trace snapshot.
15208
15209 @smallexample
15210 (@value{GDBP}) @b{trace 444}
15211 (@value{GDBP}) @b{actions}
15212 Enter actions for tracepoint #2, one per line:
15213 > collect $regs, $locals, $args, gdb_long_test
15214 > end
15215
15216 (@value{GDBP}) @b{tstart}
15217
15218 (@value{GDBP}) @b{tfind line 444}
15219 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15220 at gdb_test.c:444
15221 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15222
15223 (@value{GDBP}) @b{tdump}
15224 Data collected at tracepoint 2, trace frame 1:
15225 d0 0xc4aa0085 -995491707
15226 d1 0x18 24
15227 d2 0x80 128
15228 d3 0x33 51
15229 d4 0x71aea3d 119204413
15230 d5 0x22 34
15231 d6 0xe0 224
15232 d7 0x380035 3670069
15233 a0 0x19e24a 1696330
15234 a1 0x3000668 50333288
15235 a2 0x100 256
15236 a3 0x322000 3284992
15237 a4 0x3000698 50333336
15238 a5 0x1ad3cc 1758156
15239 fp 0x30bf3c 0x30bf3c
15240 sp 0x30bf34 0x30bf34
15241 ps 0x0 0
15242 pc 0x20b2c8 0x20b2c8
15243 fpcontrol 0x0 0
15244 fpstatus 0x0 0
15245 fpiaddr 0x0 0
15246 p = 0x20e5b4 "gdb-test"
15247 p1 = (void *) 0x11
15248 p2 = (void *) 0x22
15249 p3 = (void *) 0x33
15250 p4 = (void *) 0x44
15251 p5 = (void *) 0x55
15252 p6 = (void *) 0x66
15253 gdb_long_test = 17 '\021'
15254
15255 (@value{GDBP})
15256 @end smallexample
15257
15258 @code{tdump} works by scanning the tracepoint's current collection
15259 actions and printing the value of each expression listed. So
15260 @code{tdump} can fail, if after a run, you change the tracepoint's
15261 actions to mention variables that were not collected during the run.
15262
15263 Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15264 uses the collected value of @code{$pc} to distinguish between trace
15265 frames that were collected at the tracepoint hit, and frames that were
15266 collected while stepping. This allows it to correctly choose whether
15267 to display the basic list of collections, or the collections from the
15268 body of the while-stepping loop. However, if @code{$pc} was not collected,
15269 then @code{tdump} will always attempt to dump using the basic collection
15270 list, and may fail if a while-stepping frame does not include all the
15271 same data that is collected at the tracepoint hit.
15272 @c This is getting pretty arcane, example would be good.
15273
15274 @node save tracepoints
15275 @subsection @code{save tracepoints @var{filename}}
15276 @kindex save tracepoints
15277 @kindex save-tracepoints
15278 @cindex save tracepoints for future sessions
15279
15280 This command saves all current tracepoint definitions together with
15281 their actions and passcounts, into a file @file{@var{filename}}
15282 suitable for use in a later debugging session. To read the saved
15283 tracepoint definitions, use the @code{source} command (@pxref{Command
15284 Files}). The @w{@code{save-tracepoints}} command is a deprecated
15285 alias for @w{@code{save tracepoints}}
15286
15287 @node Tracepoint Variables
15288 @section Convenience Variables for Tracepoints
15289 @cindex tracepoint variables
15290 @cindex convenience variables for tracepoints
15291
15292 @table @code
15293 @vindex $trace_frame
15294 @item (int) $trace_frame
15295 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15296 snapshot is selected.
15297
15298 @vindex $tracepoint
15299 @item (int) $tracepoint
15300 The tracepoint for the current trace snapshot.
15301
15302 @vindex $trace_line
15303 @item (int) $trace_line
15304 The line number for the current trace snapshot.
15305
15306 @vindex $trace_file
15307 @item (char []) $trace_file
15308 The source file for the current trace snapshot.
15309
15310 @vindex $trace_func
15311 @item (char []) $trace_func
15312 The name of the function containing @code{$tracepoint}.
15313 @end table
15314
15315 Note: @code{$trace_file} is not suitable for use in @code{printf},
15316 use @code{output} instead.
15317
15318 Here's a simple example of using these convenience variables for
15319 stepping through all the trace snapshots and printing some of their
15320 data. Note that these are not the same as trace state variables,
15321 which are managed by the target.
15322
15323 @smallexample
15324 (@value{GDBP}) @b{tfind start}
15325
15326 (@value{GDBP}) @b{while $trace_frame != -1}
15327 > output $trace_file
15328 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15329 > tfind
15330 > end
15331 @end smallexample
15332
15333 @node Trace Files
15334 @section Using Trace Files
15335 @cindex trace files
15336
15337 In some situations, the target running a trace experiment may no
15338 longer be available; perhaps it crashed, or the hardware was needed
15339 for a different activity. To handle these cases, you can arrange to
15340 dump the trace data into a file, and later use that file as a source
15341 of trace data, via the @code{target tfile} command.
15342
15343 @table @code
15344
15345 @kindex tsave
15346 @item tsave [ -r ] @var{filename}
15347 @itemx tsave [-ctf] @var{dirname}
15348 Save the trace data to @var{filename}. By default, this command
15349 assumes that @var{filename} refers to the host filesystem, so if
15350 necessary @value{GDBN} will copy raw trace data up from the target and
15351 then save it. If the target supports it, you can also supply the
15352 optional argument @code{-r} (``remote'') to direct the target to save
15353 the data directly into @var{filename} in its own filesystem, which may be
15354 more efficient if the trace buffer is very large. (Note, however, that
15355 @code{target tfile} can only read from files accessible to the host.)
15356 By default, this command will save trace frame in tfile format.
15357 You can supply the optional argument @code{-ctf} to save data in CTF
15358 format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15359 that can be shared by multiple debugging and tracing tools. Please go to
15360 @indicateurl{http://www.efficios.com/ctf} to get more information.
15361
15362 @kindex target tfile
15363 @kindex tfile
15364 @kindex target ctf
15365 @kindex ctf
15366 @item target tfile @var{filename}
15367 @itemx target ctf @var{dirname}
15368 Use the file named @var{filename} or directory named @var{dirname} as
15369 a source of trace data. Commands that examine data work as they do with
15370 a live target, but it is not possible to run any new trace experiments.
15371 @code{tstatus} will report the state of the trace run at the moment
15372 the data was saved, as well as the current trace frame you are examining.
15373 Both @var{filename} and @var{dirname} must be on a filesystem accessible to
15374 the host.
15375
15376 @smallexample
15377 (@value{GDBP}) target ctf ctf.ctf
15378 (@value{GDBP}) tfind
15379 Found trace frame 0, tracepoint 2
15380 39 ++a; /* set tracepoint 1 here */
15381 (@value{GDBP}) tdump
15382 Data collected at tracepoint 2, trace frame 0:
15383 i = 0
15384 a = 0
15385 b = 1 '\001'
15386 c = @{"123", "456", "789", "123", "456", "789"@}
15387 d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15388 (@value{GDBP}) p b
15389 $1 = 1
15390 @end smallexample
15391
15392 @end table
15393
15394 @node Overlays
15395 @chapter Debugging Programs That Use Overlays
15396 @cindex overlays
15397
15398 If your program is too large to fit completely in your target system's
15399 memory, you can sometimes use @dfn{overlays} to work around this
15400 problem. @value{GDBN} provides some support for debugging programs that
15401 use overlays.
15402
15403 @menu
15404 * How Overlays Work:: A general explanation of overlays.
15405 * Overlay Commands:: Managing overlays in @value{GDBN}.
15406 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15407 mapped by asking the inferior.
15408 * Overlay Sample Program:: A sample program using overlays.
15409 @end menu
15410
15411 @node How Overlays Work
15412 @section How Overlays Work
15413 @cindex mapped overlays
15414 @cindex unmapped overlays
15415 @cindex load address, overlay's
15416 @cindex mapped address
15417 @cindex overlay area
15418
15419 Suppose you have a computer whose instruction address space is only 64
15420 kilobytes long, but which has much more memory which can be accessed by
15421 other means: special instructions, segment registers, or memory
15422 management hardware, for example. Suppose further that you want to
15423 adapt a program which is larger than 64 kilobytes to run on this system.
15424
15425 One solution is to identify modules of your program which are relatively
15426 independent, and need not call each other directly; call these modules
15427 @dfn{overlays}. Separate the overlays from the main program, and place
15428 their machine code in the larger memory. Place your main program in
15429 instruction memory, but leave at least enough space there to hold the
15430 largest overlay as well.
15431
15432 Now, to call a function located in an overlay, you must first copy that
15433 overlay's machine code from the large memory into the space set aside
15434 for it in the instruction memory, and then jump to its entry point
15435 there.
15436
15437 @c NB: In the below the mapped area's size is greater or equal to the
15438 @c size of all overlays. This is intentional to remind the developer
15439 @c that overlays don't necessarily need to be the same size.
15440
15441 @smallexample
15442 @group
15443 Data Instruction Larger
15444 Address Space Address Space Address Space
15445 +-----------+ +-----------+ +-----------+
15446 | | | | | |
15447 +-----------+ +-----------+ +-----------+<-- overlay 1
15448 | program | | main | .----| overlay 1 | load address
15449 | variables | | program | | +-----------+
15450 | and heap | | | | | |
15451 +-----------+ | | | +-----------+<-- overlay 2
15452 | | +-----------+ | | | load address
15453 +-----------+ | | | .-| overlay 2 |
15454 | | | | | |
15455 mapped --->+-----------+ | | +-----------+
15456 address | | | | | |
15457 | overlay | <-' | | |
15458 | area | <---' +-----------+<-- overlay 3
15459 | | <---. | | load address
15460 +-----------+ `--| overlay 3 |
15461 | | | |
15462 +-----------+ | |
15463 +-----------+
15464 | |
15465 +-----------+
15466
15467 @anchor{A code overlay}A code overlay
15468 @end group
15469 @end smallexample
15470
15471 The diagram (@pxref{A code overlay}) shows a system with separate data
15472 and instruction address spaces. To map an overlay, the program copies
15473 its code from the larger address space to the instruction address space.
15474 Since the overlays shown here all use the same mapped address, only one
15475 may be mapped at a time. For a system with a single address space for
15476 data and instructions, the diagram would be similar, except that the
15477 program variables and heap would share an address space with the main
15478 program and the overlay area.
15479
15480 An overlay loaded into instruction memory and ready for use is called a
15481 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15482 instruction memory. An overlay not present (or only partially present)
15483 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15484 is its address in the larger memory. The mapped address is also called
15485 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15486 called the @dfn{load memory address}, or @dfn{LMA}.
15487
15488 Unfortunately, overlays are not a completely transparent way to adapt a
15489 program to limited instruction memory. They introduce a new set of
15490 global constraints you must keep in mind as you design your program:
15491
15492 @itemize @bullet
15493
15494 @item
15495 Before calling or returning to a function in an overlay, your program
15496 must make sure that overlay is actually mapped. Otherwise, the call or
15497 return will transfer control to the right address, but in the wrong
15498 overlay, and your program will probably crash.
15499
15500 @item
15501 If the process of mapping an overlay is expensive on your system, you
15502 will need to choose your overlays carefully to minimize their effect on
15503 your program's performance.
15504
15505 @item
15506 The executable file you load onto your system must contain each
15507 overlay's instructions, appearing at the overlay's load address, not its
15508 mapped address. However, each overlay's instructions must be relocated
15509 and its symbols defined as if the overlay were at its mapped address.
15510 You can use GNU linker scripts to specify different load and relocation
15511 addresses for pieces of your program; see @ref{Overlay Description,,,
15512 ld.info, Using ld: the GNU linker}.
15513
15514 @item
15515 The procedure for loading executable files onto your system must be able
15516 to load their contents into the larger address space as well as the
15517 instruction and data spaces.
15518
15519 @end itemize
15520
15521 The overlay system described above is rather simple, and could be
15522 improved in many ways:
15523
15524 @itemize @bullet
15525
15526 @item
15527 If your system has suitable bank switch registers or memory management
15528 hardware, you could use those facilities to make an overlay's load area
15529 contents simply appear at their mapped address in instruction space.
15530 This would probably be faster than copying the overlay to its mapped
15531 area in the usual way.
15532
15533 @item
15534 If your overlays are small enough, you could set aside more than one
15535 overlay area, and have more than one overlay mapped at a time.
15536
15537 @item
15538 You can use overlays to manage data, as well as instructions. In
15539 general, data overlays are even less transparent to your design than
15540 code overlays: whereas code overlays only require care when you call or
15541 return to functions, data overlays require care every time you access
15542 the data. Also, if you change the contents of a data overlay, you
15543 must copy its contents back out to its load address before you can copy a
15544 different data overlay into the same mapped area.
15545
15546 @end itemize
15547
15548
15549 @node Overlay Commands
15550 @section Overlay Commands
15551
15552 To use @value{GDBN}'s overlay support, each overlay in your program must
15553 correspond to a separate section of the executable file. The section's
15554 virtual memory address and load memory address must be the overlay's
15555 mapped and load addresses. Identifying overlays with sections allows
15556 @value{GDBN} to determine the appropriate address of a function or
15557 variable, depending on whether the overlay is mapped or not.
15558
15559 @value{GDBN}'s overlay commands all start with the word @code{overlay};
15560 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15561
15562 @table @code
15563 @item overlay off
15564 @kindex overlay
15565 Disable @value{GDBN}'s overlay support. When overlay support is
15566 disabled, @value{GDBN} assumes that all functions and variables are
15567 always present at their mapped addresses. By default, @value{GDBN}'s
15568 overlay support is disabled.
15569
15570 @item overlay manual
15571 @cindex manual overlay debugging
15572 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15573 relies on you to tell it which overlays are mapped, and which are not,
15574 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15575 commands described below.
15576
15577 @item overlay map-overlay @var{overlay}
15578 @itemx overlay map @var{overlay}
15579 @cindex map an overlay
15580 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15581 be the name of the object file section containing the overlay. When an
15582 overlay is mapped, @value{GDBN} assumes it can find the overlay's
15583 functions and variables at their mapped addresses. @value{GDBN} assumes
15584 that any other overlays whose mapped ranges overlap that of
15585 @var{overlay} are now unmapped.
15586
15587 @item overlay unmap-overlay @var{overlay}
15588 @itemx overlay unmap @var{overlay}
15589 @cindex unmap an overlay
15590 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15591 must be the name of the object file section containing the overlay.
15592 When an overlay is unmapped, @value{GDBN} assumes it can find the
15593 overlay's functions and variables at their load addresses.
15594
15595 @item overlay auto
15596 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15597 consults a data structure the overlay manager maintains in the inferior
15598 to see which overlays are mapped. For details, see @ref{Automatic
15599 Overlay Debugging}.
15600
15601 @item overlay load-target
15602 @itemx overlay load
15603 @cindex reloading the overlay table
15604 Re-read the overlay table from the inferior. Normally, @value{GDBN}
15605 re-reads the table @value{GDBN} automatically each time the inferior
15606 stops, so this command should only be necessary if you have changed the
15607 overlay mapping yourself using @value{GDBN}. This command is only
15608 useful when using automatic overlay debugging.
15609
15610 @item overlay list-overlays
15611 @itemx overlay list
15612 @cindex listing mapped overlays
15613 Display a list of the overlays currently mapped, along with their mapped
15614 addresses, load addresses, and sizes.
15615
15616 @end table
15617
15618 Normally, when @value{GDBN} prints a code address, it includes the name
15619 of the function the address falls in:
15620
15621 @smallexample
15622 (@value{GDBP}) print main
15623 $3 = @{int ()@} 0x11a0 <main>
15624 @end smallexample
15625 @noindent
15626 When overlay debugging is enabled, @value{GDBN} recognizes code in
15627 unmapped overlays, and prints the names of unmapped functions with
15628 asterisks around them. For example, if @code{foo} is a function in an
15629 unmapped overlay, @value{GDBN} prints it this way:
15630
15631 @smallexample
15632 (@value{GDBP}) overlay list
15633 No sections are mapped.
15634 (@value{GDBP}) print foo
15635 $5 = @{int (int)@} 0x100000 <*foo*>
15636 @end smallexample
15637 @noindent
15638 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15639 name normally:
15640
15641 @smallexample
15642 (@value{GDBP}) overlay list
15643 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
15644 mapped at 0x1016 - 0x104a
15645 (@value{GDBP}) print foo
15646 $6 = @{int (int)@} 0x1016 <foo>
15647 @end smallexample
15648
15649 When overlay debugging is enabled, @value{GDBN} can find the correct
15650 address for functions and variables in an overlay, whether or not the
15651 overlay is mapped. This allows most @value{GDBN} commands, like
15652 @code{break} and @code{disassemble}, to work normally, even on unmapped
15653 code. However, @value{GDBN}'s breakpoint support has some limitations:
15654
15655 @itemize @bullet
15656 @item
15657 @cindex breakpoints in overlays
15658 @cindex overlays, setting breakpoints in
15659 You can set breakpoints in functions in unmapped overlays, as long as
15660 @value{GDBN} can write to the overlay at its load address.
15661 @item
15662 @value{GDBN} can not set hardware or simulator-based breakpoints in
15663 unmapped overlays. However, if you set a breakpoint at the end of your
15664 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15665 you are using manual overlay management), @value{GDBN} will re-set its
15666 breakpoints properly.
15667 @end itemize
15668
15669
15670 @node Automatic Overlay Debugging
15671 @section Automatic Overlay Debugging
15672 @cindex automatic overlay debugging
15673
15674 @value{GDBN} can automatically track which overlays are mapped and which
15675 are not, given some simple co-operation from the overlay manager in the
15676 inferior. If you enable automatic overlay debugging with the
15677 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15678 looks in the inferior's memory for certain variables describing the
15679 current state of the overlays.
15680
15681 Here are the variables your overlay manager must define to support
15682 @value{GDBN}'s automatic overlay debugging:
15683
15684 @table @asis
15685
15686 @item @code{_ovly_table}:
15687 This variable must be an array of the following structures:
15688
15689 @smallexample
15690 struct
15691 @{
15692 /* The overlay's mapped address. */
15693 unsigned long vma;
15694
15695 /* The size of the overlay, in bytes. */
15696 unsigned long size;
15697
15698 /* The overlay's load address. */
15699 unsigned long lma;
15700
15701 /* Non-zero if the overlay is currently mapped;
15702 zero otherwise. */
15703 unsigned long mapped;
15704 @}
15705 @end smallexample
15706
15707 @item @code{_novlys}:
15708 This variable must be a four-byte signed integer, holding the total
15709 number of elements in @code{_ovly_table}.
15710
15711 @end table
15712
15713 To decide whether a particular overlay is mapped or not, @value{GDBN}
15714 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15715 @code{lma} members equal the VMA and LMA of the overlay's section in the
15716 executable file. When @value{GDBN} finds a matching entry, it consults
15717 the entry's @code{mapped} member to determine whether the overlay is
15718 currently mapped.
15719
15720 In addition, your overlay manager may define a function called
15721 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
15722 will silently set a breakpoint there. If the overlay manager then
15723 calls this function whenever it has changed the overlay table, this
15724 will enable @value{GDBN} to accurately keep track of which overlays
15725 are in program memory, and update any breakpoints that may be set
15726 in overlays. This will allow breakpoints to work even if the
15727 overlays are kept in ROM or other non-writable memory while they
15728 are not being executed.
15729
15730 @node Overlay Sample Program
15731 @section Overlay Sample Program
15732 @cindex overlay example program
15733
15734 When linking a program which uses overlays, you must place the overlays
15735 at their load addresses, while relocating them to run at their mapped
15736 addresses. To do this, you must write a linker script (@pxref{Overlay
15737 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15738 since linker scripts are specific to a particular host system, target
15739 architecture, and target memory layout, this manual cannot provide
15740 portable sample code demonstrating @value{GDBN}'s overlay support.
15741
15742 However, the @value{GDBN} source distribution does contain an overlaid
15743 program, with linker scripts for a few systems, as part of its test
15744 suite. The program consists of the following files from
15745 @file{gdb/testsuite/gdb.base}:
15746
15747 @table @file
15748 @item overlays.c
15749 The main program file.
15750 @item ovlymgr.c
15751 A simple overlay manager, used by @file{overlays.c}.
15752 @item foo.c
15753 @itemx bar.c
15754 @itemx baz.c
15755 @itemx grbx.c
15756 Overlay modules, loaded and used by @file{overlays.c}.
15757 @item d10v.ld
15758 @itemx m32r.ld
15759 Linker scripts for linking the test program on the @code{d10v-elf}
15760 and @code{m32r-elf} targets.
15761 @end table
15762
15763 You can build the test program using the @code{d10v-elf} GCC
15764 cross-compiler like this:
15765
15766 @smallexample
15767 $ d10v-elf-gcc -g -c overlays.c
15768 $ d10v-elf-gcc -g -c ovlymgr.c
15769 $ d10v-elf-gcc -g -c foo.c
15770 $ d10v-elf-gcc -g -c bar.c
15771 $ d10v-elf-gcc -g -c baz.c
15772 $ d10v-elf-gcc -g -c grbx.c
15773 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15774 baz.o grbx.o -Wl,-Td10v.ld -o overlays
15775 @end smallexample
15776
15777 The build process is identical for any other architecture, except that
15778 you must substitute the appropriate compiler and linker script for the
15779 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15780
15781
15782 @node Languages
15783 @chapter Using @value{GDBN} with Different Languages
15784 @cindex languages
15785
15786 Although programming languages generally have common aspects, they are
15787 rarely expressed in the same manner. For instance, in ANSI C,
15788 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15789 Modula-2, it is accomplished by @code{p^}. Values can also be
15790 represented (and displayed) differently. Hex numbers in C appear as
15791 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
15792
15793 @cindex working language
15794 Language-specific information is built into @value{GDBN} for some languages,
15795 allowing you to express operations like the above in your program's
15796 native language, and allowing @value{GDBN} to output values in a manner
15797 consistent with the syntax of your program's native language. The
15798 language you use to build expressions is called the @dfn{working
15799 language}.
15800
15801 @menu
15802 * Setting:: Switching between source languages
15803 * Show:: Displaying the language
15804 * Checks:: Type and range checks
15805 * Supported Languages:: Supported languages
15806 * Unsupported Languages:: Unsupported languages
15807 @end menu
15808
15809 @node Setting
15810 @section Switching Between Source Languages
15811
15812 There are two ways to control the working language---either have @value{GDBN}
15813 set it automatically, or select it manually yourself. You can use the
15814 @code{set language} command for either purpose. On startup, @value{GDBN}
15815 defaults to setting the language automatically. The working language is
15816 used to determine how expressions you type are interpreted, how values
15817 are printed, etc.
15818
15819 In addition to the working language, every source file that
15820 @value{GDBN} knows about has its own working language. For some object
15821 file formats, the compiler might indicate which language a particular
15822 source file is in. However, most of the time @value{GDBN} infers the
15823 language from the name of the file. The language of a source file
15824 controls whether C@t{++} names are demangled---this way @code{backtrace} can
15825 show each frame appropriately for its own language. There is no way to
15826 set the language of a source file from within @value{GDBN}, but you can
15827 set the language associated with a filename extension. @xref{Show, ,
15828 Displaying the Language}.
15829
15830 This is most commonly a problem when you use a program, such
15831 as @code{cfront} or @code{f2c}, that generates C but is written in
15832 another language. In that case, make the
15833 program use @code{#line} directives in its C output; that way
15834 @value{GDBN} will know the correct language of the source code of the original
15835 program, and will display that source code, not the generated C code.
15836
15837 @menu
15838 * Filenames:: Filename extensions and languages.
15839 * Manually:: Setting the working language manually
15840 * Automatically:: Having @value{GDBN} infer the source language
15841 @end menu
15842
15843 @node Filenames
15844 @subsection List of Filename Extensions and Languages
15845
15846 If a source file name ends in one of the following extensions, then
15847 @value{GDBN} infers that its language is the one indicated.
15848
15849 @table @file
15850 @item .ada
15851 @itemx .ads
15852 @itemx .adb
15853 @itemx .a
15854 Ada source file.
15855
15856 @item .c
15857 C source file
15858
15859 @item .C
15860 @itemx .cc
15861 @itemx .cp
15862 @itemx .cpp
15863 @itemx .cxx
15864 @itemx .c++
15865 C@t{++} source file
15866
15867 @item .d
15868 D source file
15869
15870 @item .m
15871 Objective-C source file
15872
15873 @item .f
15874 @itemx .F
15875 Fortran source file
15876
15877 @item .mod
15878 Modula-2 source file
15879
15880 @item .s
15881 @itemx .S
15882 Assembler source file. This actually behaves almost like C, but
15883 @value{GDBN} does not skip over function prologues when stepping.
15884 @end table
15885
15886 In addition, you may set the language associated with a filename
15887 extension. @xref{Show, , Displaying the Language}.
15888
15889 @node Manually
15890 @subsection Setting the Working Language
15891
15892 If you allow @value{GDBN} to set the language automatically,
15893 expressions are interpreted the same way in your debugging session and
15894 your program.
15895
15896 @kindex set language
15897 If you wish, you may set the language manually. To do this, issue the
15898 command @samp{set language @var{lang}}, where @var{lang} is the name of
15899 a language, such as
15900 @code{c} or @code{modula-2}.
15901 For a list of the supported languages, type @samp{set language}.
15902
15903 Setting the language manually prevents @value{GDBN} from updating the working
15904 language automatically. This can lead to confusion if you try
15905 to debug a program when the working language is not the same as the
15906 source language, when an expression is acceptable to both
15907 languages---but means different things. For instance, if the current
15908 source file were written in C, and @value{GDBN} was parsing Modula-2, a
15909 command such as:
15910
15911 @smallexample
15912 print a = b + c
15913 @end smallexample
15914
15915 @noindent
15916 might not have the effect you intended. In C, this means to add
15917 @code{b} and @code{c} and place the result in @code{a}. The result
15918 printed would be the value of @code{a}. In Modula-2, this means to compare
15919 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
15920
15921 @node Automatically
15922 @subsection Having @value{GDBN} Infer the Source Language
15923
15924 To have @value{GDBN} set the working language automatically, use
15925 @samp{set language local} or @samp{set language auto}. @value{GDBN}
15926 then infers the working language. That is, when your program stops in a
15927 frame (usually by encountering a breakpoint), @value{GDBN} sets the
15928 working language to the language recorded for the function in that
15929 frame. If the language for a frame is unknown (that is, if the function
15930 or block corresponding to the frame was defined in a source file that
15931 does not have a recognized extension), the current working language is
15932 not changed, and @value{GDBN} issues a warning.
15933
15934 This may not seem necessary for most programs, which are written
15935 entirely in one source language. However, program modules and libraries
15936 written in one source language can be used by a main program written in
15937 a different source language. Using @samp{set language auto} in this
15938 case frees you from having to set the working language manually.
15939
15940 @node Show
15941 @section Displaying the Language
15942
15943 The following commands help you find out which language is the
15944 working language, and also what language source files were written in.
15945
15946 @table @code
15947 @item show language
15948 @anchor{show language}
15949 @kindex show language
15950 Display the current working language. This is the
15951 language you can use with commands such as @code{print} to
15952 build and compute expressions that may involve variables in your program.
15953
15954 @item info frame
15955 @kindex info frame@r{, show the source language}
15956 Display the source language for this frame. This language becomes the
15957 working language if you use an identifier from this frame.
15958 @xref{Frame Info, ,Information about a Frame}, to identify the other
15959 information listed here.
15960
15961 @item info source
15962 @kindex info source@r{, show the source language}
15963 Display the source language of this source file.
15964 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
15965 information listed here.
15966 @end table
15967
15968 In unusual circumstances, you may have source files with extensions
15969 not in the standard list. You can then set the extension associated
15970 with a language explicitly:
15971
15972 @table @code
15973 @item set extension-language @var{ext} @var{language}
15974 @kindex set extension-language
15975 Tell @value{GDBN} that source files with extension @var{ext} are to be
15976 assumed as written in the source language @var{language}.
15977
15978 @item info extensions
15979 @kindex info extensions
15980 List all the filename extensions and the associated languages.
15981 @end table
15982
15983 @node Checks
15984 @section Type and Range Checking
15985
15986 Some languages are designed to guard you against making seemingly common
15987 errors through a series of compile- and run-time checks. These include
15988 checking the type of arguments to functions and operators and making
15989 sure mathematical overflows are caught at run time. Checks such as
15990 these help to ensure a program's correctness once it has been compiled
15991 by eliminating type mismatches and providing active checks for range
15992 errors when your program is running.
15993
15994 By default @value{GDBN} checks for these errors according to the
15995 rules of the current source language. Although @value{GDBN} does not check
15996 the statements in your program, it can check expressions entered directly
15997 into @value{GDBN} for evaluation via the @code{print} command, for example.
15998
15999 @menu
16000 * Type Checking:: An overview of type checking
16001 * Range Checking:: An overview of range checking
16002 @end menu
16003
16004 @cindex type checking
16005 @cindex checks, type
16006 @node Type Checking
16007 @subsection An Overview of Type Checking
16008
16009 Some languages, such as C and C@t{++}, are strongly typed, meaning that the
16010 arguments to operators and functions have to be of the correct type,
16011 otherwise an error occurs. These checks prevent type mismatch
16012 errors from ever causing any run-time problems. For example,
16013
16014 @smallexample
16015 int klass::my_method(char *b) @{ return b ? 1 : 2; @}
16016
16017 (@value{GDBP}) print obj.my_method (0)
16018 $1 = 2
16019 @exdent but
16020 (@value{GDBP}) print obj.my_method (0x1234)
16021 Cannot resolve method klass::my_method to any overloaded instance
16022 @end smallexample
16023
16024 The second example fails because in C@t{++} the integer constant
16025 @samp{0x1234} is not type-compatible with the pointer parameter type.
16026
16027 For the expressions you use in @value{GDBN} commands, you can tell
16028 @value{GDBN} to not enforce strict type checking or
16029 to treat any mismatches as errors and abandon the expression;
16030 When type checking is disabled, @value{GDBN} successfully evaluates
16031 expressions like the second example above.
16032
16033 Even if type checking is off, there may be other reasons
16034 related to type that prevent @value{GDBN} from evaluating an expression.
16035 For instance, @value{GDBN} does not know how to add an @code{int} and
16036 a @code{struct foo}. These particular type errors have nothing to do
16037 with the language in use and usually arise from expressions which make
16038 little sense to evaluate anyway.
16039
16040 @value{GDBN} provides some additional commands for controlling type checking:
16041
16042 @kindex set check type
16043 @kindex show check type
16044 @table @code
16045 @item set check type on
16046 @itemx set check type off
16047 Set strict type checking on or off. If any type mismatches occur in
16048 evaluating an expression while type checking is on, @value{GDBN} prints a
16049 message and aborts evaluation of the expression.
16050
16051 @item show check type
16052 Show the current setting of type checking and whether @value{GDBN}
16053 is enforcing strict type checking rules.
16054 @end table
16055
16056 @cindex range checking
16057 @cindex checks, range
16058 @node Range Checking
16059 @subsection An Overview of Range Checking
16060
16061 In some languages (such as Modula-2), it is an error to exceed the
16062 bounds of a type; this is enforced with run-time checks. Such range
16063 checking is meant to ensure program correctness by making sure
16064 computations do not overflow, or indices on an array element access do
16065 not exceed the bounds of the array.
16066
16067 For expressions you use in @value{GDBN} commands, you can tell
16068 @value{GDBN} to treat range errors in one of three ways: ignore them,
16069 always treat them as errors and abandon the expression, or issue
16070 warnings but evaluate the expression anyway.
16071
16072 A range error can result from numerical overflow, from exceeding an
16073 array index bound, or when you type a constant that is not a member
16074 of any type. Some languages, however, do not treat overflows as an
16075 error. In many implementations of C, mathematical overflow causes the
16076 result to ``wrap around'' to lower values---for example, if @var{m} is
16077 the largest integer value, and @var{s} is the smallest, then
16078
16079 @smallexample
16080 @var{m} + 1 @result{} @var{s}
16081 @end smallexample
16082
16083 This, too, is specific to individual languages, and in some cases
16084 specific to individual compilers or machines. @xref{Supported Languages, ,
16085 Supported Languages}, for further details on specific languages.
16086
16087 @value{GDBN} provides some additional commands for controlling the range checker:
16088
16089 @kindex set check range
16090 @kindex show check range
16091 @table @code
16092 @item set check range auto
16093 Set range checking on or off based on the current working language.
16094 @xref{Supported Languages, ,Supported Languages}, for the default settings for
16095 each language.
16096
16097 @item set check range on
16098 @itemx set check range off
16099 Set range checking on or off, overriding the default setting for the
16100 current working language. A warning is issued if the setting does not
16101 match the language default. If a range error occurs and range checking is on,
16102 then a message is printed and evaluation of the expression is aborted.
16103
16104 @item set check range warn
16105 Output messages when the @value{GDBN} range checker detects a range error,
16106 but attempt to evaluate the expression anyway. Evaluating the
16107 expression may still be impossible for other reasons, such as accessing
16108 memory that the process does not own (a typical example from many Unix
16109 systems).
16110
16111 @item show check range
16112 Show the current setting of the range checker, and whether or not it is
16113 being set automatically by @value{GDBN}.
16114 @end table
16115
16116 @node Supported Languages
16117 @section Supported Languages
16118
16119 @value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
16120 OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
16121 @c This is false ...
16122 Some @value{GDBN} features may be used in expressions regardless of the
16123 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16124 and the @samp{@{type@}addr} construct (@pxref{Expressions,
16125 ,Expressions}) can be used with the constructs of any supported
16126 language.
16127
16128 The following sections detail to what degree each source language is
16129 supported by @value{GDBN}. These sections are not meant to be language
16130 tutorials or references, but serve only as a reference guide to what the
16131 @value{GDBN} expression parser accepts, and what input and output
16132 formats should look like for different languages. There are many good
16133 books written on each of these languages; please look to these for a
16134 language reference or tutorial.
16135
16136 @menu
16137 * C:: C and C@t{++}
16138 * D:: D
16139 * Go:: Go
16140 * Objective-C:: Objective-C
16141 * OpenCL C:: OpenCL C
16142 * Fortran:: Fortran
16143 * Pascal:: Pascal
16144 * Rust:: Rust
16145 * Modula-2:: Modula-2
16146 * Ada:: Ada
16147 @end menu
16148
16149 @node C
16150 @subsection C and C@t{++}
16151
16152 @cindex C and C@t{++}
16153 @cindex expressions in C or C@t{++}
16154
16155 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
16156 to both languages. Whenever this is the case, we discuss those languages
16157 together.
16158
16159 @cindex C@t{++}
16160 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
16161 @cindex @sc{gnu} C@t{++}
16162 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16163 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16164 effectively, you must compile your C@t{++} programs with a supported
16165 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
16166 compiler (@code{aCC}).
16167
16168 @menu
16169 * C Operators:: C and C@t{++} operators
16170 * C Constants:: C and C@t{++} constants
16171 * C Plus Plus Expressions:: C@t{++} expressions
16172 * C Defaults:: Default settings for C and C@t{++}
16173 * C Checks:: C and C@t{++} type and range checks
16174 * Debugging C:: @value{GDBN} and C
16175 * Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
16176 * Decimal Floating Point:: Numbers in Decimal Floating Point format
16177 @end menu
16178
16179 @node C Operators
16180 @subsubsection C and C@t{++} Operators
16181
16182 @cindex C and C@t{++} operators
16183
16184 Operators must be defined on values of specific types. For instance,
16185 @code{+} is defined on numbers, but not on structures. Operators are
16186 often defined on groups of types.
16187
16188 For the purposes of C and C@t{++}, the following definitions hold:
16189
16190 @itemize @bullet
16191
16192 @item
16193 @emph{Integral types} include @code{int} with any of its storage-class
16194 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
16195
16196 @item
16197 @emph{Floating-point types} include @code{float}, @code{double}, and
16198 @code{long double} (if supported by the target platform).
16199
16200 @item
16201 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
16202
16203 @item
16204 @emph{Scalar types} include all of the above.
16205
16206 @end itemize
16207
16208 @noindent
16209 The following operators are supported. They are listed here
16210 in order of increasing precedence:
16211
16212 @table @code
16213 @item ,
16214 The comma or sequencing operator. Expressions in a comma-separated list
16215 are evaluated from left to right, with the result of the entire
16216 expression being the last expression evaluated.
16217
16218 @item =
16219 Assignment. The value of an assignment expression is the value
16220 assigned. Defined on scalar types.
16221
16222 @item @var{op}=
16223 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16224 and translated to @w{@code{@var{a} = @var{a op b}}}.
16225 @w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
16226 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16227 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16228
16229 @item ?:
16230 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
16231 of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16232 should be of an integral type.
16233
16234 @item ||
16235 Logical @sc{or}. Defined on integral types.
16236
16237 @item &&
16238 Logical @sc{and}. Defined on integral types.
16239
16240 @item |
16241 Bitwise @sc{or}. Defined on integral types.
16242
16243 @item ^
16244 Bitwise exclusive-@sc{or}. Defined on integral types.
16245
16246 @item &
16247 Bitwise @sc{and}. Defined on integral types.
16248
16249 @item ==@r{, }!=
16250 Equality and inequality. Defined on scalar types. The value of these
16251 expressions is 0 for false and non-zero for true.
16252
16253 @item <@r{, }>@r{, }<=@r{, }>=
16254 Less than, greater than, less than or equal, greater than or equal.
16255 Defined on scalar types. The value of these expressions is 0 for false
16256 and non-zero for true.
16257
16258 @item <<@r{, }>>
16259 left shift, and right shift. Defined on integral types.
16260
16261 @item @@
16262 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16263
16264 @item +@r{, }-
16265 Addition and subtraction. Defined on integral types, floating-point types and
16266 pointer types.
16267
16268 @item *@r{, }/@r{, }%
16269 Multiplication, division, and modulus. Multiplication and division are
16270 defined on integral and floating-point types. Modulus is defined on
16271 integral types.
16272
16273 @item ++@r{, }--
16274 Increment and decrement. When appearing before a variable, the
16275 operation is performed before the variable is used in an expression;
16276 when appearing after it, the variable's value is used before the
16277 operation takes place.
16278
16279 @item *
16280 Pointer dereferencing. Defined on pointer types. Same precedence as
16281 @code{++}.
16282
16283 @item &
16284 Address operator. Defined on variables. Same precedence as @code{++}.
16285
16286 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16287 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
16288 to examine the address
16289 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
16290 stored.
16291
16292 @item -
16293 Negative. Defined on integral and floating-point types. Same
16294 precedence as @code{++}.
16295
16296 @item !
16297 Logical negation. Defined on integral types. Same precedence as
16298 @code{++}.
16299
16300 @item ~
16301 Bitwise complement operator. Defined on integral types. Same precedence as
16302 @code{++}.
16303
16304
16305 @item .@r{, }->
16306 Structure member, and pointer-to-structure member. For convenience,
16307 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
16308 pointer based on the stored type information.
16309 Defined on @code{struct} and @code{union} data.
16310
16311 @item .*@r{, }->*
16312 Dereferences of pointers to members.
16313
16314 @item []
16315 Array indexing. @code{@var{a}[@var{i}]} is defined as
16316 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16317
16318 @item ()
16319 Function parameter list. Same precedence as @code{->}.
16320
16321 @item ::
16322 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
16323 and @code{class} types.
16324
16325 @item ::
16326 Doubled colons also represent the @value{GDBN} scope operator
16327 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16328 above.
16329 @end table
16330
16331 If an operator is redefined in the user code, @value{GDBN} usually
16332 attempts to invoke the redefined version instead of using the operator's
16333 predefined meaning.
16334
16335 @node C Constants
16336 @subsubsection C and C@t{++} Constants
16337
16338 @cindex C and C@t{++} constants
16339
16340 @value{GDBN} allows you to express the constants of C and C@t{++} in the
16341 following ways:
16342
16343 @itemize @bullet
16344 @item
16345 Integer constants are a sequence of digits. Octal constants are
16346 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16347 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
16348 @samp{l}, specifying that the constant should be treated as a
16349 @code{long} value.
16350
16351 @item
16352 Floating point constants are a sequence of digits, followed by a decimal
16353 point, followed by a sequence of digits, and optionally followed by an
16354 exponent. An exponent is of the form:
16355 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16356 sequence of digits. The @samp{+} is optional for positive exponents.
16357 A floating-point constant may also end with a letter @samp{f} or
16358 @samp{F}, specifying that the constant should be treated as being of
16359 the @code{float} (as opposed to the default @code{double}) type; or with
16360 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16361 constant.
16362
16363 @item
16364 Enumerated constants consist of enumerated identifiers, or their
16365 integral equivalents.
16366
16367 @item
16368 Character constants are a single character surrounded by single quotes
16369 (@code{'}), or a number---the ordinal value of the corresponding character
16370 (usually its @sc{ascii} value). Within quotes, the single character may
16371 be represented by a letter or by @dfn{escape sequences}, which are of
16372 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16373 of the character's ordinal value; or of the form @samp{\@var{x}}, where
16374 @samp{@var{x}} is a predefined special character---for example,
16375 @samp{\n} for newline.
16376
16377 Wide character constants can be written by prefixing a character
16378 constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16379 form of @samp{x}. The target wide character set is used when
16380 computing the value of this constant (@pxref{Character Sets}).
16381
16382 @item
16383 String constants are a sequence of character constants surrounded by
16384 double quotes (@code{"}). Any valid character constant (as described
16385 above) may appear. Double quotes within the string must be preceded by
16386 a backslash, so for instance @samp{"a\"b'c"} is a string of five
16387 characters.
16388
16389 Wide string constants can be written by prefixing a string constant
16390 with @samp{L}, as in C. The target wide character set is used when
16391 computing the value of this constant (@pxref{Character Sets}).
16392
16393 @item
16394 Pointer constants are an integral value. You can also write pointers
16395 to constants using the C operator @samp{&}.
16396
16397 @item
16398 Array constants are comma-separated lists surrounded by braces @samp{@{}
16399 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16400 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16401 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16402 @end itemize
16403
16404 @node C Plus Plus Expressions
16405 @subsubsection C@t{++} Expressions
16406
16407 @cindex expressions in C@t{++}
16408 @value{GDBN} expression handling can interpret most C@t{++} expressions.
16409
16410 @cindex debugging C@t{++} programs
16411 @cindex C@t{++} compilers
16412 @cindex debug formats and C@t{++}
16413 @cindex @value{NGCC} and C@t{++}
16414 @quotation
16415 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16416 the proper compiler and the proper debug format. Currently,
16417 @value{GDBN} works best when debugging C@t{++} code that is compiled
16418 with the most recent version of @value{NGCC} possible. The DWARF
16419 debugging format is preferred; @value{NGCC} defaults to this on most
16420 popular platforms. Other compilers and/or debug formats are likely to
16421 work badly or not at all when using @value{GDBN} to debug C@t{++}
16422 code. @xref{Compilation}.
16423 @end quotation
16424
16425 @enumerate
16426
16427 @cindex member functions
16428 @item
16429 Member function calls are allowed; you can use expressions like
16430
16431 @smallexample
16432 count = aml->GetOriginal(x, y)
16433 @end smallexample
16434
16435 @vindex this@r{, inside C@t{++} member functions}
16436 @cindex namespace in C@t{++}
16437 @item
16438 While a member function is active (in the selected stack frame), your
16439 expressions have the same namespace available as the member function;
16440 that is, @value{GDBN} allows implicit references to the class instance
16441 pointer @code{this} following the same rules as C@t{++}. @code{using}
16442 declarations in the current scope are also respected by @value{GDBN}.
16443
16444 @cindex call overloaded functions
16445 @cindex overloaded functions, calling
16446 @cindex type conversions in C@t{++}
16447 @item
16448 You can call overloaded functions; @value{GDBN} resolves the function
16449 call to the right definition, with some restrictions. @value{GDBN} does not
16450 perform overload resolution involving user-defined type conversions,
16451 calls to constructors, or instantiations of templates that do not exist
16452 in the program. It also cannot handle ellipsis argument lists or
16453 default arguments.
16454
16455 It does perform integral conversions and promotions, floating-point
16456 promotions, arithmetic conversions, pointer conversions, conversions of
16457 class objects to base classes, and standard conversions such as those of
16458 functions or arrays to pointers; it requires an exact match on the
16459 number of function arguments.
16460
16461 Overload resolution is always performed, unless you have specified
16462 @code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16463 ,@value{GDBN} Features for C@t{++}}.
16464
16465 You must specify @code{set overload-resolution off} in order to use an
16466 explicit function signature to call an overloaded function, as in
16467 @smallexample
16468 p 'foo(char,int)'('x', 13)
16469 @end smallexample
16470
16471 The @value{GDBN} command-completion facility can simplify this;
16472 see @ref{Completion, ,Command Completion}.
16473
16474 @cindex reference declarations
16475 @item
16476 @value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16477 references; you can use them in expressions just as you do in C@t{++}
16478 source---they are automatically dereferenced.
16479
16480 In the parameter list shown when @value{GDBN} displays a frame, the values of
16481 reference variables are not displayed (unlike other variables); this
16482 avoids clutter, since references are often used for large structures.
16483 The @emph{address} of a reference variable is always shown, unless
16484 you have specified @samp{set print address off}.
16485
16486 @item
16487 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
16488 expressions can use it just as expressions in your program do. Since
16489 one scope may be defined in another, you can use @code{::} repeatedly if
16490 necessary, for example in an expression like
16491 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
16492 resolving name scope by reference to source files, in both C and C@t{++}
16493 debugging (@pxref{Variables, ,Program Variables}).
16494
16495 @item
16496 @value{GDBN} performs argument-dependent lookup, following the C@t{++}
16497 specification.
16498 @end enumerate
16499
16500 @node C Defaults
16501 @subsubsection C and C@t{++} Defaults
16502
16503 @cindex C and C@t{++} defaults
16504
16505 If you allow @value{GDBN} to set range checking automatically, it
16506 defaults to @code{off} whenever the working language changes to
16507 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
16508 selects the working language.
16509
16510 If you allow @value{GDBN} to set the language automatically, it
16511 recognizes source files whose names end with @file{.c}, @file{.C}, or
16512 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
16513 these files, it sets the working language to C or C@t{++}.
16514 @xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
16515 for further details.
16516
16517 @node C Checks
16518 @subsubsection C and C@t{++} Type and Range Checks
16519
16520 @cindex C and C@t{++} checks
16521
16522 By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16523 checking is used. However, if you turn type checking off, @value{GDBN}
16524 will allow certain non-standard conversions, such as promoting integer
16525 constants to pointers.
16526
16527 Range checking, if turned on, is done on mathematical operations. Array
16528 indices are not checked, since they are often used to index a pointer
16529 that is not itself an array.
16530
16531 @node Debugging C
16532 @subsubsection @value{GDBN} and C
16533
16534 The @code{set print union} and @code{show print union} commands apply to
16535 the @code{union} type. When set to @samp{on}, any @code{union} that is
16536 inside a @code{struct} or @code{class} is also printed. Otherwise, it
16537 appears as @samp{@{...@}}.
16538
16539 The @code{@@} operator aids in the debugging of dynamic arrays, formed
16540 with pointers and a memory allocation function. @xref{Expressions,
16541 ,Expressions}.
16542
16543 @node Debugging C Plus Plus
16544 @subsubsection @value{GDBN} Features for C@t{++}
16545
16546 @cindex commands for C@t{++}
16547
16548 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16549 designed specifically for use with C@t{++}. Here is a summary:
16550
16551 @table @code
16552 @cindex break in overloaded functions
16553 @item @r{breakpoint menus}
16554 When you want a breakpoint in a function whose name is overloaded,
16555 @value{GDBN} has the capability to display a menu of possible breakpoint
16556 locations to help you specify which function definition you want.
16557 @xref{Ambiguous Expressions,,Ambiguous Expressions}.
16558
16559 @cindex overloading in C@t{++}
16560 @item rbreak @var{regex}
16561 Setting breakpoints using regular expressions is helpful for setting
16562 breakpoints on overloaded functions that are not members of any special
16563 classes.
16564 @xref{Set Breaks, ,Setting Breakpoints}.
16565
16566 @cindex C@t{++} exception handling
16567 @item catch throw
16568 @itemx catch rethrow
16569 @itemx catch catch
16570 Debug C@t{++} exception handling using these commands. @xref{Set
16571 Catchpoints, , Setting Catchpoints}.
16572
16573 @cindex inheritance
16574 @item ptype @var{typename}
16575 Print inheritance relationships as well as other information for type
16576 @var{typename}.
16577 @xref{Symbols, ,Examining the Symbol Table}.
16578
16579 @item info vtbl @var{expression}.
16580 The @code{info vtbl} command can be used to display the virtual
16581 method tables of the object computed by @var{expression}. This shows
16582 one entry per virtual table; there may be multiple virtual tables when
16583 multiple inheritance is in use.
16584
16585 @cindex C@t{++} demangling
16586 @item demangle @var{name}
16587 Demangle @var{name}.
16588 @xref{Symbols}, for a more complete description of the @code{demangle} command.
16589
16590 @cindex C@t{++} symbol display
16591 @item set print demangle
16592 @itemx show print demangle
16593 @itemx set print asm-demangle
16594 @itemx show print asm-demangle
16595 Control whether C@t{++} symbols display in their source form, both when
16596 displaying code as C@t{++} source and when displaying disassemblies.
16597 @xref{Print Settings, ,Print Settings}.
16598
16599 @item set print object
16600 @itemx show print object
16601 Choose whether to print derived (actual) or declared types of objects.
16602 @xref{Print Settings, ,Print Settings}.
16603
16604 @item set print vtbl
16605 @itemx show print vtbl
16606 Control the format for printing virtual function tables.
16607 @xref{Print Settings, ,Print Settings}.
16608 (The @code{vtbl} commands do not work on programs compiled with the HP
16609 ANSI C@t{++} compiler (@code{aCC}).)
16610
16611 @kindex set overload-resolution
16612 @cindex overloaded functions, overload resolution
16613 @item set overload-resolution on
16614 Enable overload resolution for C@t{++} expression evaluation. The default
16615 is on. For overloaded functions, @value{GDBN} evaluates the arguments
16616 and searches for a function whose signature matches the argument types,
16617 using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16618 Expressions, ,C@t{++} Expressions}, for details).
16619 If it cannot find a match, it emits a message.
16620
16621 @item set overload-resolution off
16622 Disable overload resolution for C@t{++} expression evaluation. For
16623 overloaded functions that are not class member functions, @value{GDBN}
16624 chooses the first function of the specified name that it finds in the
16625 symbol table, whether or not its arguments are of the correct type. For
16626 overloaded functions that are class member functions, @value{GDBN}
16627 searches for a function whose signature @emph{exactly} matches the
16628 argument types.
16629
16630 @kindex show overload-resolution
16631 @item show overload-resolution
16632 Show the current setting of overload resolution.
16633
16634 @item @r{Overloaded symbol names}
16635 You can specify a particular definition of an overloaded symbol, using
16636 the same notation that is used to declare such symbols in C@t{++}: type
16637 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16638 also use the @value{GDBN} command-line word completion facilities to list the
16639 available choices, or to finish the type list for you.
16640 @xref{Completion,, Command Completion}, for details on how to do this.
16641
16642 @item @r{Breakpoints in functions with ABI tags}
16643
16644 The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16645 correspond to changes in the ABI of a type, function, or variable that
16646 would not otherwise be reflected in a mangled name. See
16647 @url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16648 for more detail.
16649
16650 The ABI tags are visible in C@t{++} demangled names. For example, a
16651 function that returns a std::string:
16652
16653 @smallexample
16654 std::string function(int);
16655 @end smallexample
16656
16657 @noindent
16658 when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16659 tag, and @value{GDBN} displays the symbol like this:
16660
16661 @smallexample
16662 function[abi:cxx11](int)
16663 @end smallexample
16664
16665 You can set a breakpoint on such functions simply as if they had no
16666 tag. For example:
16667
16668 @smallexample
16669 (gdb) b function(int)
16670 Breakpoint 2 at 0x40060d: file main.cc, line 10.
16671 (gdb) info breakpoints
16672 Num Type Disp Enb Address What
16673 1 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16674 at main.cc:10
16675 @end smallexample
16676
16677 On the rare occasion you need to disambiguate between different ABI
16678 tags, you can do so by simply including the ABI tag in the function
16679 name, like:
16680
16681 @smallexample
16682 (@value{GDBP}) b ambiguous[abi:other_tag](int)
16683 @end smallexample
16684 @end table
16685
16686 @node Decimal Floating Point
16687 @subsubsection Decimal Floating Point format
16688 @cindex decimal floating point format
16689
16690 @value{GDBN} can examine, set and perform computations with numbers in
16691 decimal floating point format, which in the C language correspond to the
16692 @code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16693 specified by the extension to support decimal floating-point arithmetic.
16694
16695 There are two encodings in use, depending on the architecture: BID (Binary
16696 Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
16697 PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16698 configured target.
16699
16700 Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16701 to manipulate decimal floating point numbers, it is not possible to convert
16702 (using a cast, for example) integers wider than 32-bit to decimal float.
16703
16704 In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16705 point computations, error checking in decimal float operations ignores
16706 underflow, overflow and divide by zero exceptions.
16707
16708 In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
16709 to inspect @code{_Decimal128} values stored in floating point registers.
16710 See @ref{PowerPC,,PowerPC} for more details.
16711
16712 @node D
16713 @subsection D
16714
16715 @cindex D
16716 @value{GDBN} can be used to debug programs written in D and compiled with
16717 GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16718 specific feature --- dynamic arrays.
16719
16720 @node Go
16721 @subsection Go
16722
16723 @cindex Go (programming language)
16724 @value{GDBN} can be used to debug programs written in Go and compiled with
16725 @file{gccgo} or @file{6g} compilers.
16726
16727 Here is a summary of the Go-specific features and restrictions:
16728
16729 @table @code
16730 @cindex current Go package
16731 @item The current Go package
16732 The name of the current package does not need to be specified when
16733 specifying global variables and functions.
16734
16735 For example, given the program:
16736
16737 @example
16738 package main
16739 var myglob = "Shall we?"
16740 func main () @{
16741 // ...
16742 @}
16743 @end example
16744
16745 When stopped inside @code{main} either of these work:
16746
16747 @example
16748 (gdb) p myglob
16749 (gdb) p main.myglob
16750 @end example
16751
16752 @cindex builtin Go types
16753 @item Builtin Go types
16754 The @code{string} type is recognized by @value{GDBN} and is printed
16755 as a string.
16756
16757 @cindex builtin Go functions
16758 @item Builtin Go functions
16759 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16760 function and handles it internally.
16761
16762 @cindex restrictions on Go expressions
16763 @item Restrictions on Go expressions
16764 All Go operators are supported except @code{&^}.
16765 The Go @code{_} ``blank identifier'' is not supported.
16766 Automatic dereferencing of pointers is not supported.
16767 @end table
16768
16769 @node Objective-C
16770 @subsection Objective-C
16771
16772 @cindex Objective-C
16773 This section provides information about some commands and command
16774 options that are useful for debugging Objective-C code. See also
16775 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16776 few more commands specific to Objective-C support.
16777
16778 @menu
16779 * Method Names in Commands::
16780 * The Print Command with Objective-C::
16781 @end menu
16782
16783 @node Method Names in Commands
16784 @subsubsection Method Names in Commands
16785
16786 The following commands have been extended to accept Objective-C method
16787 names as line specifications:
16788
16789 @kindex clear@r{, and Objective-C}
16790 @kindex break@r{, and Objective-C}
16791 @kindex info line@r{, and Objective-C}
16792 @kindex jump@r{, and Objective-C}
16793 @kindex list@r{, and Objective-C}
16794 @itemize
16795 @item @code{clear}
16796 @item @code{break}
16797 @item @code{info line}
16798 @item @code{jump}
16799 @item @code{list}
16800 @end itemize
16801
16802 A fully qualified Objective-C method name is specified as
16803
16804 @smallexample
16805 -[@var{Class} @var{methodName}]
16806 @end smallexample
16807
16808 where the minus sign is used to indicate an instance method and a
16809 plus sign (not shown) is used to indicate a class method. The class
16810 name @var{Class} and method name @var{methodName} are enclosed in
16811 brackets, similar to the way messages are specified in Objective-C
16812 source code. For example, to set a breakpoint at the @code{create}
16813 instance method of class @code{Fruit} in the program currently being
16814 debugged, enter:
16815
16816 @smallexample
16817 break -[Fruit create]
16818 @end smallexample
16819
16820 To list ten program lines around the @code{initialize} class method,
16821 enter:
16822
16823 @smallexample
16824 list +[NSText initialize]
16825 @end smallexample
16826
16827 In the current version of @value{GDBN}, the plus or minus sign is
16828 required. In future versions of @value{GDBN}, the plus or minus
16829 sign will be optional, but you can use it to narrow the search. It
16830 is also possible to specify just a method name:
16831
16832 @smallexample
16833 break create
16834 @end smallexample
16835
16836 You must specify the complete method name, including any colons. If
16837 your program's source files contain more than one @code{create} method,
16838 you'll be presented with a numbered list of classes that implement that
16839 method. Indicate your choice by number, or type @samp{0} to exit if
16840 none apply.
16841
16842 As another example, to clear a breakpoint established at the
16843 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
16844
16845 @smallexample
16846 clear -[NSWindow makeKeyAndOrderFront:]
16847 @end smallexample
16848
16849 @node The Print Command with Objective-C
16850 @subsubsection The Print Command With Objective-C
16851 @cindex Objective-C, print objects
16852 @kindex print-object
16853 @kindex po @r{(@code{print-object})}
16854
16855 The print command has also been extended to accept methods. For example:
16856
16857 @smallexample
16858 print -[@var{object} hash]
16859 @end smallexample
16860
16861 @cindex print an Objective-C object description
16862 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
16863 @noindent
16864 will tell @value{GDBN} to send the @code{hash} message to @var{object}
16865 and print the result. Also, an additional command has been added,
16866 @code{print-object} or @code{po} for short, which is meant to print
16867 the description of an object. However, this command may only work
16868 with certain Objective-C libraries that have a particular hook
16869 function, @code{_NSPrintForDebugger}, defined.
16870
16871 @node OpenCL C
16872 @subsection OpenCL C
16873
16874 @cindex OpenCL C
16875 This section provides information about @value{GDBN}s OpenCL C support.
16876
16877 @menu
16878 * OpenCL C Datatypes::
16879 * OpenCL C Expressions::
16880 * OpenCL C Operators::
16881 @end menu
16882
16883 @node OpenCL C Datatypes
16884 @subsubsection OpenCL C Datatypes
16885
16886 @cindex OpenCL C Datatypes
16887 @value{GDBN} supports the builtin scalar and vector datatypes specified
16888 by OpenCL 1.1. In addition the half- and double-precision floating point
16889 data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16890 extensions are also known to @value{GDBN}.
16891
16892 @node OpenCL C Expressions
16893 @subsubsection OpenCL C Expressions
16894
16895 @cindex OpenCL C Expressions
16896 @value{GDBN} supports accesses to vector components including the access as
16897 lvalue where possible. Since OpenCL C is based on C99 most C expressions
16898 supported by @value{GDBN} can be used as well.
16899
16900 @node OpenCL C Operators
16901 @subsubsection OpenCL C Operators
16902
16903 @cindex OpenCL C Operators
16904 @value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16905 vector data types.
16906
16907 @node Fortran
16908 @subsection Fortran
16909 @cindex Fortran-specific support in @value{GDBN}
16910
16911 @value{GDBN} can be used to debug programs written in Fortran, but it
16912 currently supports only the features of Fortran 77 language.
16913
16914 @cindex trailing underscore, in Fortran symbols
16915 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16916 among them) append an underscore to the names of variables and
16917 functions. When you debug programs compiled by those compilers, you
16918 will need to refer to variables and functions with a trailing
16919 underscore.
16920
16921 @menu
16922 * Fortran Operators:: Fortran operators and expressions
16923 * Fortran Defaults:: Default settings for Fortran
16924 * Special Fortran Commands:: Special @value{GDBN} commands for Fortran
16925 @end menu
16926
16927 @node Fortran Operators
16928 @subsubsection Fortran Operators and Expressions
16929
16930 @cindex Fortran operators and expressions
16931
16932 Operators must be defined on values of specific types. For instance,
16933 @code{+} is defined on numbers, but not on characters or other non-
16934 arithmetic types. Operators are often defined on groups of types.
16935
16936 @table @code
16937 @item **
16938 The exponentiation operator. It raises the first operand to the power
16939 of the second one.
16940
16941 @item :
16942 The range operator. Normally used in the form of array(low:high) to
16943 represent a section of array.
16944
16945 @item %
16946 The access component operator. Normally used to access elements in derived
16947 types. Also suitable for unions. As unions aren't part of regular Fortran,
16948 this can only happen when accessing a register that uses a gdbarch-defined
16949 union type.
16950 @item ::
16951 The scope operator. Normally used to access variables in modules or
16952 to set breakpoints on subroutines nested in modules or in other
16953 subroutines (internal subroutines).
16954 @end table
16955
16956 @node Fortran Defaults
16957 @subsubsection Fortran Defaults
16958
16959 @cindex Fortran Defaults
16960
16961 Fortran symbols are usually case-insensitive, so @value{GDBN} by
16962 default uses case-insensitive matches for Fortran symbols. You can
16963 change that with the @samp{set case-insensitive} command, see
16964 @ref{Symbols}, for the details.
16965
16966 @node Special Fortran Commands
16967 @subsubsection Special Fortran Commands
16968
16969 @cindex Special Fortran commands
16970
16971 @value{GDBN} has some commands to support Fortran-specific features,
16972 such as displaying common blocks.
16973
16974 @table @code
16975 @cindex @code{COMMON} blocks, Fortran
16976 @kindex info common
16977 @item info common @r{[}@var{common-name}@r{]}
16978 This command prints the values contained in the Fortran @code{COMMON}
16979 block whose name is @var{common-name}. With no argument, the names of
16980 all @code{COMMON} blocks visible at the current program location are
16981 printed.
16982 @cindex arrays slices (Fortran)
16983 @kindex set fortran repack-array-slices
16984 @kindex show fortran repack-array-slices
16985 @item set fortran repack-array-slices [on|off]
16986 @item show fortran repack-array-slices
16987 When taking a slice from an array, a Fortran compiler can choose to
16988 either produce an array descriptor that describes the slice in place,
16989 or it may repack the slice, copying the elements of the slice into a
16990 new region of memory.
16991
16992 When this setting is on, then @value{GDBN} will also repack array
16993 slices in some situations. When this setting is off, then
16994 @value{GDBN} will create array descriptors for slices that reference
16995 the original data in place.
16996
16997 @value{GDBN} will never repack an array slice if the data for the
16998 slice is contiguous within the original array.
16999
17000 @value{GDBN} will always repack string slices if the data for the
17001 slice is non-contiguous within the original string as @value{GDBN}
17002 does not support printing non-contiguous strings.
17003
17004 The default for this setting is @code{off}.
17005 @end table
17006
17007 @node Pascal
17008 @subsection Pascal
17009
17010 @cindex Pascal support in @value{GDBN}, limitations
17011 Debugging Pascal programs which use sets, subranges, file variables, or
17012 nested functions does not currently work. @value{GDBN} does not support
17013 entering expressions, printing values, or similar features using Pascal
17014 syntax.
17015
17016 The Pascal-specific command @code{set print pascal_static-members}
17017 controls whether static members of Pascal objects are displayed.
17018 @xref{Print Settings, pascal_static-members}.
17019
17020 @node Rust
17021 @subsection Rust
17022
17023 @value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
17024 Programming Language}. Type- and value-printing, and expression
17025 parsing, are reasonably complete. However, there are a few
17026 peculiarities and holes to be aware of.
17027
17028 @itemize @bullet
17029 @item
17030 Linespecs (@pxref{Specify Location}) are never relative to the current
17031 crate. Instead, they act as if there were a global namespace of
17032 crates, somewhat similar to the way @code{extern crate} behaves.
17033
17034 That is, if @value{GDBN} is stopped at a breakpoint in a function in
17035 crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
17036 to set a breakpoint in a function named @samp{f} in a crate named
17037 @samp{B}.
17038
17039 As a consequence of this approach, linespecs also cannot refer to
17040 items using @samp{self::} or @samp{super::}.
17041
17042 @item
17043 Because @value{GDBN} implements Rust name-lookup semantics in
17044 expressions, it will sometimes prepend the current crate to a name.
17045 For example, if @value{GDBN} is stopped at a breakpoint in the crate
17046 @samp{K}, then @code{print ::x::y} will try to find the symbol
17047 @samp{K::x::y}.
17048
17049 However, since it is useful to be able to refer to other crates when
17050 debugging, @value{GDBN} provides the @code{extern} extension to
17051 circumvent this. To use the extension, just put @code{extern} before
17052 a path expression to refer to the otherwise unavailable ``global''
17053 scope.
17054
17055 In the above example, if you wanted to refer to the symbol @samp{y} in
17056 the crate @samp{x}, you would use @code{print extern x::y}.
17057
17058 @item
17059 The Rust expression evaluator does not support ``statement-like''
17060 expressions such as @code{if} or @code{match}, or lambda expressions.
17061
17062 @item
17063 Tuple expressions are not implemented.
17064
17065 @item
17066 The Rust expression evaluator does not currently implement the
17067 @code{Drop} trait. Objects that may be created by the evaluator will
17068 never be destroyed.
17069
17070 @item
17071 @value{GDBN} does not implement type inference for generics. In order
17072 to call generic functions or otherwise refer to generic items, you
17073 will have to specify the type parameters manually.
17074
17075 @item
17076 @value{GDBN} currently uses the C@t{++} demangler for Rust. In most
17077 cases this does not cause any problems. However, in an expression
17078 context, completing a generic function name will give syntactically
17079 invalid results. This happens because Rust requires the @samp{::}
17080 operator between the function name and its generic arguments. For
17081 example, @value{GDBN} might provide a completion like
17082 @code{crate::f<u32>}, where the parser would require
17083 @code{crate::f::<u32>}.
17084
17085 @item
17086 As of this writing, the Rust compiler (version 1.8) has a few holes in
17087 the debugging information it generates. These holes prevent certain
17088 features from being implemented by @value{GDBN}:
17089 @itemize @bullet
17090
17091 @item
17092 Method calls cannot be made via traits.
17093
17094 @item
17095 Operator overloading is not implemented.
17096
17097 @item
17098 When debugging in a monomorphized function, you cannot use the generic
17099 type names.
17100
17101 @item
17102 The type @code{Self} is not available.
17103
17104 @item
17105 @code{use} statements are not available, so some names may not be
17106 available in the crate.
17107 @end itemize
17108 @end itemize
17109
17110 @node Modula-2
17111 @subsection Modula-2
17112
17113 @cindex Modula-2, @value{GDBN} support
17114
17115 The extensions made to @value{GDBN} to support Modula-2 only support
17116 output from the @sc{gnu} Modula-2 compiler (which is currently being
17117 developed). Other Modula-2 compilers are not currently supported, and
17118 attempting to debug executables produced by them is most likely
17119 to give an error as @value{GDBN} reads in the executable's symbol
17120 table.
17121
17122 @cindex expressions in Modula-2
17123 @menu
17124 * M2 Operators:: Built-in operators
17125 * Built-In Func/Proc:: Built-in functions and procedures
17126 * M2 Constants:: Modula-2 constants
17127 * M2 Types:: Modula-2 types
17128 * M2 Defaults:: Default settings for Modula-2
17129 * Deviations:: Deviations from standard Modula-2
17130 * M2 Checks:: Modula-2 type and range checks
17131 * M2 Scope:: The scope operators @code{::} and @code{.}
17132 * GDB/M2:: @value{GDBN} and Modula-2
17133 @end menu
17134
17135 @node M2 Operators
17136 @subsubsection Operators
17137 @cindex Modula-2 operators
17138
17139 Operators must be defined on values of specific types. For instance,
17140 @code{+} is defined on numbers, but not on structures. Operators are
17141 often defined on groups of types. For the purposes of Modula-2, the
17142 following definitions hold:
17143
17144 @itemize @bullet
17145
17146 @item
17147 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17148 their subranges.
17149
17150 @item
17151 @emph{Character types} consist of @code{CHAR} and its subranges.
17152
17153 @item
17154 @emph{Floating-point types} consist of @code{REAL}.
17155
17156 @item
17157 @emph{Pointer types} consist of anything declared as @code{POINTER TO
17158 @var{type}}.
17159
17160 @item
17161 @emph{Scalar types} consist of all of the above.
17162
17163 @item
17164 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
17165
17166 @item
17167 @emph{Boolean types} consist of @code{BOOLEAN}.
17168 @end itemize
17169
17170 @noindent
17171 The following operators are supported, and appear in order of
17172 increasing precedence:
17173
17174 @table @code
17175 @item ,
17176 Function argument or array index separator.
17177
17178 @item :=
17179 Assignment. The value of @var{var} @code{:=} @var{value} is
17180 @var{value}.
17181
17182 @item <@r{, }>
17183 Less than, greater than on integral, floating-point, or enumerated
17184 types.
17185
17186 @item <=@r{, }>=
17187 Less than or equal to, greater than or equal to
17188 on integral, floating-point and enumerated types, or set inclusion on
17189 set types. Same precedence as @code{<}.
17190
17191 @item =@r{, }<>@r{, }#
17192 Equality and two ways of expressing inequality, valid on scalar types.
17193 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17194 available for inequality, since @code{#} conflicts with the script
17195 comment character.
17196
17197 @item IN
17198 Set membership. Defined on set types and the types of their members.
17199 Same precedence as @code{<}.
17200
17201 @item OR
17202 Boolean disjunction. Defined on boolean types.
17203
17204 @item AND@r{, }&
17205 Boolean conjunction. Defined on boolean types.
17206
17207 @item @@
17208 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17209
17210 @item +@r{, }-
17211 Addition and subtraction on integral and floating-point types, or union
17212 and difference on set types.
17213
17214 @item *
17215 Multiplication on integral and floating-point types, or set intersection
17216 on set types.
17217
17218 @item /
17219 Division on floating-point types, or symmetric set difference on set
17220 types. Same precedence as @code{*}.
17221
17222 @item DIV@r{, }MOD
17223 Integer division and remainder. Defined on integral types. Same
17224 precedence as @code{*}.
17225
17226 @item -
17227 Negative. Defined on @code{INTEGER} and @code{REAL} data.
17228
17229 @item ^
17230 Pointer dereferencing. Defined on pointer types.
17231
17232 @item NOT
17233 Boolean negation. Defined on boolean types. Same precedence as
17234 @code{^}.
17235
17236 @item .
17237 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
17238 precedence as @code{^}.
17239
17240 @item []
17241 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17242
17243 @item ()
17244 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17245 as @code{^}.
17246
17247 @item ::@r{, }.
17248 @value{GDBN} and Modula-2 scope operators.
17249 @end table
17250
17251 @quotation
17252 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
17253 treats the use of the operator @code{IN}, or the use of operators
17254 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17255 @code{<=}, and @code{>=} on sets as an error.
17256 @end quotation
17257
17258
17259 @node Built-In Func/Proc
17260 @subsubsection Built-in Functions and Procedures
17261 @cindex Modula-2 built-ins
17262
17263 Modula-2 also makes available several built-in procedures and functions.
17264 In describing these, the following metavariables are used:
17265
17266 @table @var
17267
17268 @item a
17269 represents an @code{ARRAY} variable.
17270
17271 @item c
17272 represents a @code{CHAR} constant or variable.
17273
17274 @item i
17275 represents a variable or constant of integral type.
17276
17277 @item m
17278 represents an identifier that belongs to a set. Generally used in the
17279 same function with the metavariable @var{s}. The type of @var{s} should
17280 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17281
17282 @item n
17283 represents a variable or constant of integral or floating-point type.
17284
17285 @item r
17286 represents a variable or constant of floating-point type.
17287
17288 @item t
17289 represents a type.
17290
17291 @item v
17292 represents a variable.
17293
17294 @item x
17295 represents a variable or constant of one of many types. See the
17296 explanation of the function for details.
17297 @end table
17298
17299 All Modula-2 built-in procedures also return a result, described below.
17300
17301 @table @code
17302 @item ABS(@var{n})
17303 Returns the absolute value of @var{n}.
17304
17305 @item CAP(@var{c})
17306 If @var{c} is a lower case letter, it returns its upper case
17307 equivalent, otherwise it returns its argument.
17308
17309 @item CHR(@var{i})
17310 Returns the character whose ordinal value is @var{i}.
17311
17312 @item DEC(@var{v})
17313 Decrements the value in the variable @var{v} by one. Returns the new value.
17314
17315 @item DEC(@var{v},@var{i})
17316 Decrements the value in the variable @var{v} by @var{i}. Returns the
17317 new value.
17318
17319 @item EXCL(@var{m},@var{s})
17320 Removes the element @var{m} from the set @var{s}. Returns the new
17321 set.
17322
17323 @item FLOAT(@var{i})
17324 Returns the floating point equivalent of the integer @var{i}.
17325
17326 @item HIGH(@var{a})
17327 Returns the index of the last member of @var{a}.
17328
17329 @item INC(@var{v})
17330 Increments the value in the variable @var{v} by one. Returns the new value.
17331
17332 @item INC(@var{v},@var{i})
17333 Increments the value in the variable @var{v} by @var{i}. Returns the
17334 new value.
17335
17336 @item INCL(@var{m},@var{s})
17337 Adds the element @var{m} to the set @var{s} if it is not already
17338 there. Returns the new set.
17339
17340 @item MAX(@var{t})
17341 Returns the maximum value of the type @var{t}.
17342
17343 @item MIN(@var{t})
17344 Returns the minimum value of the type @var{t}.
17345
17346 @item ODD(@var{i})
17347 Returns boolean TRUE if @var{i} is an odd number.
17348
17349 @item ORD(@var{x})
17350 Returns the ordinal value of its argument. For example, the ordinal
17351 value of a character is its @sc{ascii} value (on machines supporting
17352 the @sc{ascii} character set). The argument @var{x} must be of an
17353 ordered type, which include integral, character and enumerated types.
17354
17355 @item SIZE(@var{x})
17356 Returns the size of its argument. The argument @var{x} can be a
17357 variable or a type.
17358
17359 @item TRUNC(@var{r})
17360 Returns the integral part of @var{r}.
17361
17362 @item TSIZE(@var{x})
17363 Returns the size of its argument. The argument @var{x} can be a
17364 variable or a type.
17365
17366 @item VAL(@var{t},@var{i})
17367 Returns the member of the type @var{t} whose ordinal value is @var{i}.
17368 @end table
17369
17370 @quotation
17371 @emph{Warning:} Sets and their operations are not yet supported, so
17372 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17373 an error.
17374 @end quotation
17375
17376 @cindex Modula-2 constants
17377 @node M2 Constants
17378 @subsubsection Constants
17379
17380 @value{GDBN} allows you to express the constants of Modula-2 in the following
17381 ways:
17382
17383 @itemize @bullet
17384
17385 @item
17386 Integer constants are simply a sequence of digits. When used in an
17387 expression, a constant is interpreted to be type-compatible with the
17388 rest of the expression. Hexadecimal integers are specified by a
17389 trailing @samp{H}, and octal integers by a trailing @samp{B}.
17390
17391 @item
17392 Floating point constants appear as a sequence of digits, followed by a
17393 decimal point and another sequence of digits. An optional exponent can
17394 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17395 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17396 digits of the floating point constant must be valid decimal (base 10)
17397 digits.
17398
17399 @item
17400 Character constants consist of a single character enclosed by a pair of
17401 like quotes, either single (@code{'}) or double (@code{"}). They may
17402 also be expressed by their ordinal value (their @sc{ascii} value, usually)
17403 followed by a @samp{C}.
17404
17405 @item
17406 String constants consist of a sequence of characters enclosed by a
17407 pair of like quotes, either single (@code{'}) or double (@code{"}).
17408 Escape sequences in the style of C are also allowed. @xref{C
17409 Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
17410 sequences.
17411
17412 @item
17413 Enumerated constants consist of an enumerated identifier.
17414
17415 @item
17416 Boolean constants consist of the identifiers @code{TRUE} and
17417 @code{FALSE}.
17418
17419 @item
17420 Pointer constants consist of integral values only.
17421
17422 @item
17423 Set constants are not yet supported.
17424 @end itemize
17425
17426 @node M2 Types
17427 @subsubsection Modula-2 Types
17428 @cindex Modula-2 types
17429
17430 Currently @value{GDBN} can print the following data types in Modula-2
17431 syntax: array types, record types, set types, pointer types, procedure
17432 types, enumerated types, subrange types and base types. You can also
17433 print the contents of variables declared using these type.
17434 This section gives a number of simple source code examples together with
17435 sample @value{GDBN} sessions.
17436
17437 The first example contains the following section of code:
17438
17439 @smallexample
17440 VAR
17441 s: SET OF CHAR ;
17442 r: [20..40] ;
17443 @end smallexample
17444
17445 @noindent
17446 and you can request @value{GDBN} to interrogate the type and value of
17447 @code{r} and @code{s}.
17448
17449 @smallexample
17450 (@value{GDBP}) print s
17451 @{'A'..'C', 'Z'@}
17452 (@value{GDBP}) ptype s
17453 SET OF CHAR
17454 (@value{GDBP}) print r
17455 21
17456 (@value{GDBP}) ptype r
17457 [20..40]
17458 @end smallexample
17459
17460 @noindent
17461 Likewise if your source code declares @code{s} as:
17462
17463 @smallexample
17464 VAR
17465 s: SET ['A'..'Z'] ;
17466 @end smallexample
17467
17468 @noindent
17469 then you may query the type of @code{s} by:
17470
17471 @smallexample
17472 (@value{GDBP}) ptype s
17473 type = SET ['A'..'Z']
17474 @end smallexample
17475
17476 @noindent
17477 Note that at present you cannot interactively manipulate set
17478 expressions using the debugger.
17479
17480 The following example shows how you might declare an array in Modula-2
17481 and how you can interact with @value{GDBN} to print its type and contents:
17482
17483 @smallexample
17484 VAR
17485 s: ARRAY [-10..10] OF CHAR ;
17486 @end smallexample
17487
17488 @smallexample
17489 (@value{GDBP}) ptype s
17490 ARRAY [-10..10] OF CHAR
17491 @end smallexample
17492
17493 Note that the array handling is not yet complete and although the type
17494 is printed correctly, expression handling still assumes that all
17495 arrays have a lower bound of zero and not @code{-10} as in the example
17496 above.
17497
17498 Here are some more type related Modula-2 examples:
17499
17500 @smallexample
17501 TYPE
17502 colour = (blue, red, yellow, green) ;
17503 t = [blue..yellow] ;
17504 VAR
17505 s: t ;
17506 BEGIN
17507 s := blue ;
17508 @end smallexample
17509
17510 @noindent
17511 The @value{GDBN} interaction shows how you can query the data type
17512 and value of a variable.
17513
17514 @smallexample
17515 (@value{GDBP}) print s
17516 $1 = blue
17517 (@value{GDBP}) ptype t
17518 type = [blue..yellow]
17519 @end smallexample
17520
17521 @noindent
17522 In this example a Modula-2 array is declared and its contents
17523 displayed. Observe that the contents are written in the same way as
17524 their @code{C} counterparts.
17525
17526 @smallexample
17527 VAR
17528 s: ARRAY [1..5] OF CARDINAL ;
17529 BEGIN
17530 s[1] := 1 ;
17531 @end smallexample
17532
17533 @smallexample
17534 (@value{GDBP}) print s
17535 $1 = @{1, 0, 0, 0, 0@}
17536 (@value{GDBP}) ptype s
17537 type = ARRAY [1..5] OF CARDINAL
17538 @end smallexample
17539
17540 The Modula-2 language interface to @value{GDBN} also understands
17541 pointer types as shown in this example:
17542
17543 @smallexample
17544 VAR
17545 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17546 BEGIN
17547 NEW(s) ;
17548 s^[1] := 1 ;
17549 @end smallexample
17550
17551 @noindent
17552 and you can request that @value{GDBN} describes the type of @code{s}.
17553
17554 @smallexample
17555 (@value{GDBP}) ptype s
17556 type = POINTER TO ARRAY [1..5] OF CARDINAL
17557 @end smallexample
17558
17559 @value{GDBN} handles compound types as we can see in this example.
17560 Here we combine array types, record types, pointer types and subrange
17561 types:
17562
17563 @smallexample
17564 TYPE
17565 foo = RECORD
17566 f1: CARDINAL ;
17567 f2: CHAR ;
17568 f3: myarray ;
17569 END ;
17570
17571 myarray = ARRAY myrange OF CARDINAL ;
17572 myrange = [-2..2] ;
17573 VAR
17574 s: POINTER TO ARRAY myrange OF foo ;
17575 @end smallexample
17576
17577 @noindent
17578 and you can ask @value{GDBN} to describe the type of @code{s} as shown
17579 below.
17580
17581 @smallexample
17582 (@value{GDBP}) ptype s
17583 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17584 f1 : CARDINAL;
17585 f2 : CHAR;
17586 f3 : ARRAY [-2..2] OF CARDINAL;
17587 END
17588 @end smallexample
17589
17590 @node M2 Defaults
17591 @subsubsection Modula-2 Defaults
17592 @cindex Modula-2 defaults
17593
17594 If type and range checking are set automatically by @value{GDBN}, they
17595 both default to @code{on} whenever the working language changes to
17596 Modula-2. This happens regardless of whether you or @value{GDBN}
17597 selected the working language.
17598
17599 If you allow @value{GDBN} to set the language automatically, then entering
17600 code compiled from a file whose name ends with @file{.mod} sets the
17601 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17602 Infer the Source Language}, for further details.
17603
17604 @node Deviations
17605 @subsubsection Deviations from Standard Modula-2
17606 @cindex Modula-2, deviations from
17607
17608 A few changes have been made to make Modula-2 programs easier to debug.
17609 This is done primarily via loosening its type strictness:
17610
17611 @itemize @bullet
17612 @item
17613 Unlike in standard Modula-2, pointer constants can be formed by
17614 integers. This allows you to modify pointer variables during
17615 debugging. (In standard Modula-2, the actual address contained in a
17616 pointer variable is hidden from you; it can only be modified
17617 through direct assignment to another pointer variable or expression that
17618 returned a pointer.)
17619
17620 @item
17621 C escape sequences can be used in strings and characters to represent
17622 non-printable characters. @value{GDBN} prints out strings with these
17623 escape sequences embedded. Single non-printable characters are
17624 printed using the @samp{CHR(@var{nnn})} format.
17625
17626 @item
17627 The assignment operator (@code{:=}) returns the value of its right-hand
17628 argument.
17629
17630 @item
17631 All built-in procedures both modify @emph{and} return their argument.
17632 @end itemize
17633
17634 @node M2 Checks
17635 @subsubsection Modula-2 Type and Range Checks
17636 @cindex Modula-2 checks
17637
17638 @quotation
17639 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17640 range checking.
17641 @end quotation
17642 @c FIXME remove warning when type/range checks added
17643
17644 @value{GDBN} considers two Modula-2 variables type equivalent if:
17645
17646 @itemize @bullet
17647 @item
17648 They are of types that have been declared equivalent via a @code{TYPE
17649 @var{t1} = @var{t2}} statement
17650
17651 @item
17652 They have been declared on the same line. (Note: This is true of the
17653 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17654 @end itemize
17655
17656 As long as type checking is enabled, any attempt to combine variables
17657 whose types are not equivalent is an error.
17658
17659 Range checking is done on all mathematical operations, assignment, array
17660 index bounds, and all built-in functions and procedures.
17661
17662 @node M2 Scope
17663 @subsubsection The Scope Operators @code{::} and @code{.}
17664 @cindex scope
17665 @cindex @code{.}, Modula-2 scope operator
17666 @cindex colon, doubled as scope operator
17667 @ifinfo
17668 @vindex colon-colon@r{, in Modula-2}
17669 @c Info cannot handle :: but TeX can.
17670 @end ifinfo
17671 @ifnotinfo
17672 @vindex ::@r{, in Modula-2}
17673 @end ifnotinfo
17674
17675 There are a few subtle differences between the Modula-2 scope operator
17676 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17677 similar syntax:
17678
17679 @smallexample
17680
17681 @var{module} . @var{id}
17682 @var{scope} :: @var{id}
17683 @end smallexample
17684
17685 @noindent
17686 where @var{scope} is the name of a module or a procedure,
17687 @var{module} the name of a module, and @var{id} is any declared
17688 identifier within your program, except another module.
17689
17690 Using the @code{::} operator makes @value{GDBN} search the scope
17691 specified by @var{scope} for the identifier @var{id}. If it is not
17692 found in the specified scope, then @value{GDBN} searches all scopes
17693 enclosing the one specified by @var{scope}.
17694
17695 Using the @code{.} operator makes @value{GDBN} search the current scope for
17696 the identifier specified by @var{id} that was imported from the
17697 definition module specified by @var{module}. With this operator, it is
17698 an error if the identifier @var{id} was not imported from definition
17699 module @var{module}, or if @var{id} is not an identifier in
17700 @var{module}.
17701
17702 @node GDB/M2
17703 @subsubsection @value{GDBN} and Modula-2
17704
17705 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17706 Five subcommands of @code{set print} and @code{show print} apply
17707 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
17708 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
17709 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
17710 analogue in Modula-2.
17711
17712 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
17713 with any language, is not useful with Modula-2. Its
17714 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
17715 created in Modula-2 as they can in C or C@t{++}. However, because an
17716 address can be specified by an integral constant, the construct
17717 @samp{@{@var{type}@}@var{adrexp}} is still useful.
17718
17719 @cindex @code{#} in Modula-2
17720 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17721 interpreted as the beginning of a comment. Use @code{<>} instead.
17722
17723 @node Ada
17724 @subsection Ada
17725 @cindex Ada
17726
17727 The extensions made to @value{GDBN} for Ada only support
17728 output from the @sc{gnu} Ada (GNAT) compiler.
17729 Other Ada compilers are not currently supported, and
17730 attempting to debug executables produced by them is most likely
17731 to be difficult.
17732
17733
17734 @cindex expressions in Ada
17735 @menu
17736 * Ada Mode Intro:: General remarks on the Ada syntax
17737 and semantics supported by Ada mode
17738 in @value{GDBN}.
17739 * Omissions from Ada:: Restrictions on the Ada expression syntax.
17740 * Additions to Ada:: Extensions of the Ada expression syntax.
17741 * Overloading support for Ada:: Support for expressions involving overloaded
17742 subprograms.
17743 * Stopping Before Main Program:: Debugging the program during elaboration.
17744 * Ada Exceptions:: Ada Exceptions
17745 * Ada Tasks:: Listing and setting breakpoints in tasks.
17746 * Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
17747 * Ravenscar Profile:: Tasking Support when using the Ravenscar
17748 Profile
17749 * Ada Settings:: New settable GDB parameters for Ada.
17750 * Ada Glitches:: Known peculiarities of Ada mode.
17751 @end menu
17752
17753 @node Ada Mode Intro
17754 @subsubsection Introduction
17755 @cindex Ada mode, general
17756
17757 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17758 syntax, with some extensions.
17759 The philosophy behind the design of this subset is
17760
17761 @itemize @bullet
17762 @item
17763 That @value{GDBN} should provide basic literals and access to operations for
17764 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17765 leaving more sophisticated computations to subprograms written into the
17766 program (which therefore may be called from @value{GDBN}).
17767
17768 @item
17769 That type safety and strict adherence to Ada language restrictions
17770 are not particularly important to the @value{GDBN} user.
17771
17772 @item
17773 That brevity is important to the @value{GDBN} user.
17774 @end itemize
17775
17776 Thus, for brevity, the debugger acts as if all names declared in
17777 user-written packages are directly visible, even if they are not visible
17778 according to Ada rules, thus making it unnecessary to fully qualify most
17779 names with their packages, regardless of context. Where this causes
17780 ambiguity, @value{GDBN} asks the user's intent.
17781
17782 The debugger will start in Ada mode if it detects an Ada main program.
17783 As for other languages, it will enter Ada mode when stopped in a program that
17784 was translated from an Ada source file.
17785
17786 While in Ada mode, you may use `@t{--}' for comments. This is useful
17787 mostly for documenting command files. The standard @value{GDBN} comment
17788 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17789 middle (to allow based literals).
17790
17791 @node Omissions from Ada
17792 @subsubsection Omissions from Ada
17793 @cindex Ada, omissions from
17794
17795 Here are the notable omissions from the subset:
17796
17797 @itemize @bullet
17798 @item
17799 Only a subset of the attributes are supported:
17800
17801 @itemize @minus
17802 @item
17803 @t{'First}, @t{'Last}, and @t{'Length}
17804 on array objects (not on types and subtypes).
17805
17806 @item
17807 @t{'Min} and @t{'Max}.
17808
17809 @item
17810 @t{'Pos} and @t{'Val}.
17811
17812 @item
17813 @t{'Tag}.
17814
17815 @item
17816 @t{'Range} on array objects (not subtypes), but only as the right
17817 operand of the membership (@code{in}) operator.
17818
17819 @item
17820 @t{'Access}, @t{'Unchecked_Access}, and
17821 @t{'Unrestricted_Access} (a GNAT extension).
17822
17823 @item
17824 @t{'Address}.
17825 @end itemize
17826
17827 @item
17828 The names in
17829 @code{Characters.Latin_1} are not available and
17830 concatenation is not implemented. Thus, escape characters in strings are
17831 not currently available.
17832
17833 @item
17834 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
17835 equality of representations. They will generally work correctly
17836 for strings and arrays whose elements have integer or enumeration types.
17837 They may not work correctly for arrays whose element
17838 types have user-defined equality, for arrays of real values
17839 (in particular, IEEE-conformant floating point, because of negative
17840 zeroes and NaNs), and for arrays whose elements contain unused bits with
17841 indeterminate values.
17842
17843 @item
17844 The other component-by-component array operations (@code{and}, @code{or},
17845 @code{xor}, @code{not}, and relational tests other than equality)
17846 are not implemented.
17847
17848 @item
17849 @cindex array aggregates (Ada)
17850 @cindex record aggregates (Ada)
17851 @cindex aggregates (Ada)
17852 There is limited support for array and record aggregates. They are
17853 permitted only on the right sides of assignments, as in these examples:
17854
17855 @smallexample
17856 (@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
17857 (@value{GDBP}) set An_Array := (1, others => 0)
17858 (@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
17859 (@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
17860 (@value{GDBP}) set A_Record := (1, "Peter", True);
17861 (@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
17862 @end smallexample
17863
17864 Changing a
17865 discriminant's value by assigning an aggregate has an
17866 undefined effect if that discriminant is used within the record.
17867 However, you can first modify discriminants by directly assigning to
17868 them (which normally would not be allowed in Ada), and then performing an
17869 aggregate assignment. For example, given a variable @code{A_Rec}
17870 declared to have a type such as:
17871
17872 @smallexample
17873 type Rec (Len : Small_Integer := 0) is record
17874 Id : Integer;
17875 Vals : IntArray (1 .. Len);
17876 end record;
17877 @end smallexample
17878
17879 you can assign a value with a different size of @code{Vals} with two
17880 assignments:
17881
17882 @smallexample
17883 (@value{GDBP}) set A_Rec.Len := 4
17884 (@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
17885 @end smallexample
17886
17887 As this example also illustrates, @value{GDBN} is very loose about the usual
17888 rules concerning aggregates. You may leave out some of the
17889 components of an array or record aggregate (such as the @code{Len}
17890 component in the assignment to @code{A_Rec} above); they will retain their
17891 original values upon assignment. You may freely use dynamic values as
17892 indices in component associations. You may even use overlapping or
17893 redundant component associations, although which component values are
17894 assigned in such cases is not defined.
17895
17896 @item
17897 Calls to dispatching subprograms are not implemented.
17898
17899 @item
17900 The overloading algorithm is much more limited (i.e., less selective)
17901 than that of real Ada. It makes only limited use of the context in
17902 which a subexpression appears to resolve its meaning, and it is much
17903 looser in its rules for allowing type matches. As a result, some
17904 function calls will be ambiguous, and the user will be asked to choose
17905 the proper resolution.
17906
17907 @item
17908 The @code{new} operator is not implemented.
17909
17910 @item
17911 Entry calls are not implemented.
17912
17913 @item
17914 Aside from printing, arithmetic operations on the native VAX floating-point
17915 formats are not supported.
17916
17917 @item
17918 It is not possible to slice a packed array.
17919
17920 @item
17921 The names @code{True} and @code{False}, when not part of a qualified name,
17922 are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17923 context.
17924 Should your program
17925 redefine these names in a package or procedure (at best a dubious practice),
17926 you will have to use fully qualified names to access their new definitions.
17927 @end itemize
17928
17929 @node Additions to Ada
17930 @subsubsection Additions to Ada
17931 @cindex Ada, deviations from
17932
17933 As it does for other languages, @value{GDBN} makes certain generic
17934 extensions to Ada (@pxref{Expressions}):
17935
17936 @itemize @bullet
17937 @item
17938 If the expression @var{E} is a variable residing in memory (typically
17939 a local variable or array element) and @var{N} is a positive integer,
17940 then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17941 @var{N}-1 adjacent variables following it in memory as an array. In
17942 Ada, this operator is generally not necessary, since its prime use is
17943 in displaying parts of an array, and slicing will usually do this in
17944 Ada. However, there are occasional uses when debugging programs in
17945 which certain debugging information has been optimized away.
17946
17947 @item
17948 @code{@var{B}::@var{var}} means ``the variable named @var{var} that
17949 appears in function or file @var{B}.'' When @var{B} is a file name,
17950 you must typically surround it in single quotes.
17951
17952 @item
17953 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17954 @var{type} that appears at address @var{addr}.''
17955
17956 @item
17957 A name starting with @samp{$} is a convenience variable
17958 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17959 @end itemize
17960
17961 In addition, @value{GDBN} provides a few other shortcuts and outright
17962 additions specific to Ada:
17963
17964 @itemize @bullet
17965 @item
17966 The assignment statement is allowed as an expression, returning
17967 its right-hand operand as its value. Thus, you may enter
17968
17969 @smallexample
17970 (@value{GDBP}) set x := y + 3
17971 (@value{GDBP}) print A(tmp := y + 1)
17972 @end smallexample
17973
17974 @item
17975 The semicolon is allowed as an ``operator,'' returning as its value
17976 the value of its right-hand operand.
17977 This allows, for example,
17978 complex conditional breaks:
17979
17980 @smallexample
17981 (@value{GDBP}) break f
17982 (@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
17983 @end smallexample
17984
17985 @item
17986 Rather than use catenation and symbolic character names to introduce special
17987 characters into strings, one may instead use a special bracket notation,
17988 which is also used to print strings. A sequence of characters of the form
17989 @samp{["@var{XX}"]} within a string or character literal denotes the
17990 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
17991 sequence of characters @samp{["""]} also denotes a single quotation mark
17992 in strings. For example,
17993 @smallexample
17994 "One line.["0a"]Next line.["0a"]"
17995 @end smallexample
17996 @noindent
17997 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17998 after each period.
17999
18000 @item
18001 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
18002 @t{'Max} is optional (and is ignored in any case). For example, it is valid
18003 to write
18004
18005 @smallexample
18006 (@value{GDBP}) print 'max(x, y)
18007 @end smallexample
18008
18009 @item
18010 When printing arrays, @value{GDBN} uses positional notation when the
18011 array has a lower bound of 1, and uses a modified named notation otherwise.
18012 For example, a one-dimensional array of three integers with a lower bound
18013 of 3 might print as
18014
18015 @smallexample
18016 (3 => 10, 17, 1)
18017 @end smallexample
18018
18019 @noindent
18020 That is, in contrast to valid Ada, only the first component has a @code{=>}
18021 clause.
18022
18023 @item
18024 You may abbreviate attributes in expressions with any unique,
18025 multi-character subsequence of
18026 their names (an exact match gets preference).
18027 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
18028 in place of @t{a'length}.
18029
18030 @item
18031 @cindex quoting Ada internal identifiers
18032 Since Ada is case-insensitive, the debugger normally maps identifiers you type
18033 to lower case. The GNAT compiler uses upper-case characters for
18034 some of its internal identifiers, which are normally of no interest to users.
18035 For the rare occasions when you actually have to look at them,
18036 enclose them in angle brackets to avoid the lower-case mapping.
18037 For example,
18038 @smallexample
18039 (@value{GDBP}) print <JMPBUF_SAVE>[0]
18040 @end smallexample
18041
18042 @item
18043 Printing an object of class-wide type or dereferencing an
18044 access-to-class-wide value will display all the components of the object's
18045 specific type (as indicated by its run-time tag). Likewise, component
18046 selection on such a value will operate on the specific type of the
18047 object.
18048
18049 @end itemize
18050
18051 @node Overloading support for Ada
18052 @subsubsection Overloading support for Ada
18053 @cindex overloading, Ada
18054
18055 The debugger supports limited overloading. Given a subprogram call in which
18056 the function symbol has multiple definitions, it will use the number of
18057 actual parameters and some information about their types to attempt to narrow
18058 the set of definitions. It also makes very limited use of context, preferring
18059 procedures to functions in the context of the @code{call} command, and
18060 functions to procedures elsewhere.
18061
18062 If, after narrowing, the set of matching definitions still contains more than
18063 one definition, @value{GDBN} will display a menu to query which one it should
18064 use, for instance:
18065
18066 @smallexample
18067 (@value{GDBP}) print f(1)
18068 Multiple matches for f
18069 [0] cancel
18070 [1] foo.f (integer) return boolean at foo.adb:23
18071 [2] foo.f (foo.new_integer) return boolean at foo.adb:28
18072 >
18073 @end smallexample
18074
18075 In this case, just select one menu entry either to cancel expression evaluation
18076 (type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
18077 instance (type the corresponding number and press @key{RET}).
18078
18079 Here are a couple of commands to customize @value{GDBN}'s behavior in this
18080 case:
18081
18082 @table @code
18083
18084 @kindex set ada print-signatures
18085 @item set ada print-signatures
18086 Control whether parameter types and return types are displayed in overloads
18087 selection menus. It is @code{on} by default.
18088 @xref{Overloading support for Ada}.
18089
18090 @kindex show ada print-signatures
18091 @item show ada print-signatures
18092 Show the current setting for displaying parameter types and return types in
18093 overloads selection menu.
18094 @xref{Overloading support for Ada}.
18095
18096 @end table
18097
18098 @node Stopping Before Main Program
18099 @subsubsection Stopping at the Very Beginning
18100
18101 @cindex breakpointing Ada elaboration code
18102 It is sometimes necessary to debug the program during elaboration, and
18103 before reaching the main procedure.
18104 As defined in the Ada Reference
18105 Manual, the elaboration code is invoked from a procedure called
18106 @code{adainit}. To run your program up to the beginning of
18107 elaboration, simply use the following two commands:
18108 @code{tbreak adainit} and @code{run}.
18109
18110 @node Ada Exceptions
18111 @subsubsection Ada Exceptions
18112
18113 A command is provided to list all Ada exceptions:
18114
18115 @table @code
18116 @kindex info exceptions
18117 @item info exceptions
18118 @itemx info exceptions @var{regexp}
18119 The @code{info exceptions} command allows you to list all Ada exceptions
18120 defined within the program being debugged, as well as their addresses.
18121 With a regular expression, @var{regexp}, as argument, only those exceptions
18122 whose names match @var{regexp} are listed.
18123 @end table
18124
18125 Below is a small example, showing how the command can be used, first
18126 without argument, and next with a regular expression passed as an
18127 argument.
18128
18129 @smallexample
18130 (@value{GDBP}) info exceptions
18131 All defined Ada exceptions:
18132 constraint_error: 0x613da0
18133 program_error: 0x613d20
18134 storage_error: 0x613ce0
18135 tasking_error: 0x613ca0
18136 const.aint_global_e: 0x613b00
18137 (@value{GDBP}) info exceptions const.aint
18138 All Ada exceptions matching regular expression "const.aint":
18139 constraint_error: 0x613da0
18140 const.aint_global_e: 0x613b00
18141 @end smallexample
18142
18143 It is also possible to ask @value{GDBN} to stop your program's execution
18144 when an exception is raised. For more details, see @ref{Set Catchpoints}.
18145
18146 @node Ada Tasks
18147 @subsubsection Extensions for Ada Tasks
18148 @cindex Ada, tasking
18149
18150 Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18151 @value{GDBN} provides the following task-related commands:
18152
18153 @table @code
18154 @kindex info tasks
18155 @item info tasks
18156 This command shows a list of current Ada tasks, as in the following example:
18157
18158
18159 @smallexample
18160 @iftex
18161 @leftskip=0.5cm
18162 @end iftex
18163 (@value{GDBP}) info tasks
18164 ID TID P-ID Pri State Name
18165 1 8088000 0 15 Child Activation Wait main_task
18166 2 80a4000 1 15 Accept Statement b
18167 3 809a800 1 15 Child Activation Wait a
18168 * 4 80ae800 3 15 Runnable c
18169
18170 @end smallexample
18171
18172 @noindent
18173 In this listing, the asterisk before the last task indicates it to be the
18174 task currently being inspected.
18175
18176 @table @asis
18177 @item ID
18178 Represents @value{GDBN}'s internal task number.
18179
18180 @item TID
18181 The Ada task ID.
18182
18183 @item P-ID
18184 The parent's task ID (@value{GDBN}'s internal task number).
18185
18186 @item Pri
18187 The base priority of the task.
18188
18189 @item State
18190 Current state of the task.
18191
18192 @table @code
18193 @item Unactivated
18194 The task has been created but has not been activated. It cannot be
18195 executing.
18196
18197 @item Runnable
18198 The task is not blocked for any reason known to Ada. (It may be waiting
18199 for a mutex, though.) It is conceptually "executing" in normal mode.
18200
18201 @item Terminated
18202 The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18203 that were waiting on terminate alternatives have been awakened and have
18204 terminated themselves.
18205
18206 @item Child Activation Wait
18207 The task is waiting for created tasks to complete activation.
18208
18209 @item Accept Statement
18210 The task is waiting on an accept or selective wait statement.
18211
18212 @item Waiting on entry call
18213 The task is waiting on an entry call.
18214
18215 @item Async Select Wait
18216 The task is waiting to start the abortable part of an asynchronous
18217 select statement.
18218
18219 @item Delay Sleep
18220 The task is waiting on a select statement with only a delay
18221 alternative open.
18222
18223 @item Child Termination Wait
18224 The task is sleeping having completed a master within itself, and is
18225 waiting for the tasks dependent on that master to become terminated or
18226 waiting on a terminate Phase.
18227
18228 @item Wait Child in Term Alt
18229 The task is sleeping waiting for tasks on terminate alternatives to
18230 finish terminating.
18231
18232 @item Accepting RV with @var{taskno}
18233 The task is accepting a rendez-vous with the task @var{taskno}.
18234 @end table
18235
18236 @item Name
18237 Name of the task in the program.
18238
18239 @end table
18240
18241 @kindex info task @var{taskno}
18242 @item info task @var{taskno}
18243 This command shows detailed informations on the specified task, as in
18244 the following example:
18245 @smallexample
18246 @iftex
18247 @leftskip=0.5cm
18248 @end iftex
18249 (@value{GDBP}) info tasks
18250 ID TID P-ID Pri State Name
18251 1 8077880 0 15 Child Activation Wait main_task
18252 * 2 807c468 1 15 Runnable task_1
18253 (@value{GDBP}) info task 2
18254 Ada Task: 0x807c468
18255 Name: "task_1"
18256 Thread: 0
18257 LWP: 0x1fac
18258 Parent: 1 ("main_task")
18259 Base Priority: 15
18260 State: Runnable
18261 @end smallexample
18262
18263 @item task
18264 @kindex task@r{ (Ada)}
18265 @cindex current Ada task ID
18266 This command prints the ID and name of the current task.
18267
18268 @smallexample
18269 @iftex
18270 @leftskip=0.5cm
18271 @end iftex
18272 (@value{GDBP}) info tasks
18273 ID TID P-ID Pri State Name
18274 1 8077870 0 15 Child Activation Wait main_task
18275 * 2 807c458 1 15 Runnable some_task
18276 (@value{GDBP}) task
18277 [Current task is 2 "some_task"]
18278 @end smallexample
18279
18280 @item task @var{taskno}
18281 @cindex Ada task switching
18282 This command is like the @code{thread @var{thread-id}}
18283 command (@pxref{Threads}). It switches the context of debugging
18284 from the current task to the given task.
18285
18286 @smallexample
18287 @iftex
18288 @leftskip=0.5cm
18289 @end iftex
18290 (@value{GDBP}) info tasks
18291 ID TID P-ID Pri State Name
18292 1 8077870 0 15 Child Activation Wait main_task
18293 * 2 807c458 1 15 Runnable some_task
18294 (@value{GDBP}) task 1
18295 [Switching to task 1 "main_task"]
18296 #0 0x8067726 in pthread_cond_wait ()
18297 (@value{GDBP}) bt
18298 #0 0x8067726 in pthread_cond_wait ()
18299 #1 0x8056714 in system.os_interface.pthread_cond_wait ()
18300 #2 0x805cb63 in system.task_primitives.operations.sleep ()
18301 #3 0x806153e in system.tasking.stages.activate_tasks ()
18302 #4 0x804aacc in un () at un.adb:5
18303 @end smallexample
18304
18305 @item break @var{location} task @var{taskno}
18306 @itemx break @var{location} task @var{taskno} if @dots{}
18307 @cindex breakpoints and tasks, in Ada
18308 @cindex task breakpoints, in Ada
18309 @kindex break @dots{} task @var{taskno}@r{ (Ada)}
18310 These commands are like the @code{break @dots{} thread @dots{}}
18311 command (@pxref{Thread Stops}). The
18312 @var{location} argument specifies source lines, as described
18313 in @ref{Specify Location}.
18314
18315 Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18316 to specify that you only want @value{GDBN} to stop the program when a
18317 particular Ada task reaches this breakpoint. The @var{taskno} is one of the
18318 numeric task identifiers assigned by @value{GDBN}, shown in the first
18319 column of the @samp{info tasks} display.
18320
18321 If you do not specify @samp{task @var{taskno}} when you set a
18322 breakpoint, the breakpoint applies to @emph{all} tasks of your
18323 program.
18324
18325 You can use the @code{task} qualifier on conditional breakpoints as
18326 well; in this case, place @samp{task @var{taskno}} before the
18327 breakpoint condition (before the @code{if}).
18328
18329 For example,
18330
18331 @smallexample
18332 @iftex
18333 @leftskip=0.5cm
18334 @end iftex
18335 (@value{GDBP}) info tasks
18336 ID TID P-ID Pri State Name
18337 1 140022020 0 15 Child Activation Wait main_task
18338 2 140045060 1 15 Accept/Select Wait t2
18339 3 140044840 1 15 Runnable t1
18340 * 4 140056040 1 15 Runnable t3
18341 (@value{GDBP}) b 15 task 2
18342 Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18343 (@value{GDBP}) cont
18344 Continuing.
18345 task # 1 running
18346 task # 2 running
18347
18348 Breakpoint 5, test_task_debug () at test_task_debug.adb:15
18349 15 flush;
18350 (@value{GDBP}) info tasks
18351 ID TID P-ID Pri State Name
18352 1 140022020 0 15 Child Activation Wait main_task
18353 * 2 140045060 1 15 Runnable t2
18354 3 140044840 1 15 Runnable t1
18355 4 140056040 1 15 Delay Sleep t3
18356 @end smallexample
18357 @end table
18358
18359 @node Ada Tasks and Core Files
18360 @subsubsection Tasking Support when Debugging Core Files
18361 @cindex Ada tasking and core file debugging
18362
18363 When inspecting a core file, as opposed to debugging a live program,
18364 tasking support may be limited or even unavailable, depending on
18365 the platform being used.
18366 For instance, on x86-linux, the list of tasks is available, but task
18367 switching is not supported.
18368
18369 On certain platforms, the debugger needs to perform some
18370 memory writes in order to provide Ada tasking support. When inspecting
18371 a core file, this means that the core file must be opened with read-write
18372 privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18373 Under these circumstances, you should make a backup copy of the core
18374 file before inspecting it with @value{GDBN}.
18375
18376 @node Ravenscar Profile
18377 @subsubsection Tasking Support when using the Ravenscar Profile
18378 @cindex Ravenscar Profile
18379
18380 The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18381 specifically designed for systems with safety-critical real-time
18382 requirements.
18383
18384 @table @code
18385 @kindex set ravenscar task-switching on
18386 @cindex task switching with program using Ravenscar Profile
18387 @item set ravenscar task-switching on
18388 Allows task switching when debugging a program that uses the Ravenscar
18389 Profile. This is the default.
18390
18391 @kindex set ravenscar task-switching off
18392 @item set ravenscar task-switching off
18393 Turn off task switching when debugging a program that uses the Ravenscar
18394 Profile. This is mostly intended to disable the code that adds support
18395 for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18396 the Ravenscar runtime is preventing @value{GDBN} from working properly.
18397 To be effective, this command should be run before the program is started.
18398
18399 @kindex show ravenscar task-switching
18400 @item show ravenscar task-switching
18401 Show whether it is possible to switch from task to task in a program
18402 using the Ravenscar Profile.
18403
18404 @end table
18405
18406 @cindex Ravenscar thread
18407 When Ravenscar task-switching is enabled, Ravenscar tasks are
18408 announced by @value{GDBN} as if they were threads:
18409
18410 @smallexample
18411 (gdb) continue
18412 [New Ravenscar Thread 0x2b8f0]
18413 @end smallexample
18414
18415 Both Ravenscar tasks and the underlying CPU threads will show up in
18416 the output of @code{info threads}:
18417
18418 @smallexample
18419 (gdb) info threads
18420 Id Target Id Frame
18421 1 Thread 1 (CPU#0 [running]) simple () at simple.adb:10
18422 2 Thread 2 (CPU#1 [running]) 0x0000000000003d34 in __gnat_initialize_cpu_devices ()
18423 3 Thread 3 (CPU#2 [running]) 0x0000000000003d28 in __gnat_initialize_cpu_devices ()
18424 4 Thread 4 (CPU#3 [halted ]) 0x000000000000c6ec in system.task_primitives.operations.idle ()
18425 * 5 Ravenscar Thread 0x2b8f0 simple () at simple.adb:10
18426 6 Ravenscar Thread 0x2f150 0x000000000000c6ec in system.task_primitives.operations.idle ()
18427 @end smallexample
18428
18429 One known limitation of the Ravenscar support in @value{GDBN} is that
18430 it isn't currently possible to single-step through the runtime
18431 initialization sequence. If you need to debug this code, you should
18432 use @code{set ravenscar task-switching off}.
18433
18434 @node Ada Settings
18435 @subsubsection Ada Settings
18436 @cindex Ada settings
18437
18438 @table @code
18439 @kindex set varsize-limit
18440 @item set varsize-limit @var{size}
18441 Prevent @value{GDBN} from attempting to evaluate objects whose size
18442 is above the given limit (@var{size}) when those sizes are computed
18443 from run-time quantities. This is typically the case when the object
18444 has a variable size, such as an array whose bounds are not known at
18445 compile time for example. Setting @var{size} to @code{unlimited}
18446 removes the size limitation. By default, the limit is about 65KB.
18447
18448 The purpose of having such a limit is to prevent @value{GDBN} from
18449 trying to grab enormous chunks of virtual memory when asked to evaluate
18450 a quantity whose bounds have been corrupted or have not yet been fully
18451 initialized. The limit applies to the results of some subexpressions
18452 as well as to complete expressions. For example, an expression denoting
18453 a simple integer component, such as @code{x.y.z}, may fail if the size of
18454 @code{x.y} is variable and exceeds @code{size}. On the other hand,
18455 @value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18456 @code{A} is an array variable with non-constant size, will generally
18457 succeed regardless of the bounds on @code{A}, as long as the component
18458 size is less than @var{size}.
18459
18460 @kindex show varsize-limit
18461 @item show varsize-limit
18462 Show the limit on types whose size is determined by run-time quantities.
18463 @end table
18464
18465 @node Ada Glitches
18466 @subsubsection Known Peculiarities of Ada Mode
18467 @cindex Ada, problems
18468
18469 Besides the omissions listed previously (@pxref{Omissions from Ada}),
18470 we know of several problems with and limitations of Ada mode in
18471 @value{GDBN},
18472 some of which will be fixed with planned future releases of the debugger
18473 and the GNU Ada compiler.
18474
18475 @itemize @bullet
18476 @item
18477 Static constants that the compiler chooses not to materialize as objects in
18478 storage are invisible to the debugger.
18479
18480 @item
18481 Named parameter associations in function argument lists are ignored (the
18482 argument lists are treated as positional).
18483
18484 @item
18485 Many useful library packages are currently invisible to the debugger.
18486
18487 @item
18488 Fixed-point arithmetic, conversions, input, and output is carried out using
18489 floating-point arithmetic, and may give results that only approximate those on
18490 the host machine.
18491
18492 @item
18493 The GNAT compiler never generates the prefix @code{Standard} for any of
18494 the standard symbols defined by the Ada language. @value{GDBN} knows about
18495 this: it will strip the prefix from names when you use it, and will never
18496 look for a name you have so qualified among local symbols, nor match against
18497 symbols in other packages or subprograms. If you have
18498 defined entities anywhere in your program other than parameters and
18499 local variables whose simple names match names in @code{Standard},
18500 GNAT's lack of qualification here can cause confusion. When this happens,
18501 you can usually resolve the confusion
18502 by qualifying the problematic names with package
18503 @code{Standard} explicitly.
18504 @end itemize
18505
18506 Older versions of the compiler sometimes generate erroneous debugging
18507 information, resulting in the debugger incorrectly printing the value
18508 of affected entities. In some cases, the debugger is able to work
18509 around an issue automatically. In other cases, the debugger is able
18510 to work around the issue, but the work-around has to be specifically
18511 enabled.
18512
18513 @kindex set ada trust-PAD-over-XVS
18514 @kindex show ada trust-PAD-over-XVS
18515 @table @code
18516
18517 @item set ada trust-PAD-over-XVS on
18518 Configure GDB to strictly follow the GNAT encoding when computing the
18519 value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18520 types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18521 a complete description of the encoding used by the GNAT compiler).
18522 This is the default.
18523
18524 @item set ada trust-PAD-over-XVS off
18525 This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18526 sometimes prints the wrong value for certain entities, changing @code{ada
18527 trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18528 the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18529 @code{off}, but this incurs a slight performance penalty, so it is
18530 recommended to leave this setting to @code{on} unless necessary.
18531
18532 @end table
18533
18534 @cindex GNAT descriptive types
18535 @cindex GNAT encoding
18536 Internally, the debugger also relies on the compiler following a number
18537 of conventions known as the @samp{GNAT Encoding}, all documented in
18538 @file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18539 how the debugging information should be generated for certain types.
18540 In particular, this convention makes use of @dfn{descriptive types},
18541 which are artificial types generated purely to help the debugger.
18542
18543 These encodings were defined at a time when the debugging information
18544 format used was not powerful enough to describe some of the more complex
18545 types available in Ada. Since DWARF allows us to express nearly all
18546 Ada features, the long-term goal is to slowly replace these descriptive
18547 types by their pure DWARF equivalent. To facilitate that transition,
18548 a new maintenance option is available to force the debugger to ignore
18549 those descriptive types. It allows the user to quickly evaluate how
18550 well @value{GDBN} works without them.
18551
18552 @table @code
18553
18554 @kindex maint ada set ignore-descriptive-types
18555 @item maintenance ada set ignore-descriptive-types [on|off]
18556 Control whether the debugger should ignore descriptive types.
18557 The default is not to ignore descriptives types (@code{off}).
18558
18559 @kindex maint ada show ignore-descriptive-types
18560 @item maintenance ada show ignore-descriptive-types
18561 Show if descriptive types are ignored by @value{GDBN}.
18562
18563 @end table
18564
18565 @node Unsupported Languages
18566 @section Unsupported Languages
18567
18568 @cindex unsupported languages
18569 @cindex minimal language
18570 In addition to the other fully-supported programming languages,
18571 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
18572 It does not represent a real programming language, but provides a set
18573 of capabilities close to what the C or assembly languages provide.
18574 This should allow most simple operations to be performed while debugging
18575 an application that uses a language currently not supported by @value{GDBN}.
18576
18577 If the language is set to @code{auto}, @value{GDBN} will automatically
18578 select this language if the current frame corresponds to an unsupported
18579 language.
18580
18581 @node Symbols
18582 @chapter Examining the Symbol Table
18583
18584 The commands described in this chapter allow you to inquire about the
18585 symbols (names of variables, functions and types) defined in your
18586 program. This information is inherent in the text of your program and
18587 does not change as your program executes. @value{GDBN} finds it in your
18588 program's symbol table, in the file indicated when you started @value{GDBN}
18589 (@pxref{File Options, ,Choosing Files}), or by one of the
18590 file-management commands (@pxref{Files, ,Commands to Specify Files}).
18591
18592 @cindex symbol names
18593 @cindex names of symbols
18594 @cindex quoting names
18595 @anchor{quoting names}
18596 Occasionally, you may need to refer to symbols that contain unusual
18597 characters, which @value{GDBN} ordinarily treats as word delimiters. The
18598 most frequent case is in referring to static variables in other
18599 source files (@pxref{Variables,,Program Variables}). File names
18600 are recorded in object files as debugging symbols, but @value{GDBN} would
18601 ordinarily parse a typical file name, like @file{foo.c}, as the three words
18602 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18603 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18604
18605 @smallexample
18606 p 'foo.c'::x
18607 @end smallexample
18608
18609 @noindent
18610 looks up the value of @code{x} in the scope of the file @file{foo.c}.
18611
18612 @table @code
18613 @cindex case-insensitive symbol names
18614 @cindex case sensitivity in symbol names
18615 @kindex set case-sensitive
18616 @item set case-sensitive on
18617 @itemx set case-sensitive off
18618 @itemx set case-sensitive auto
18619 Normally, when @value{GDBN} looks up symbols, it matches their names
18620 with case sensitivity determined by the current source language.
18621 Occasionally, you may wish to control that. The command @code{set
18622 case-sensitive} lets you do that by specifying @code{on} for
18623 case-sensitive matches or @code{off} for case-insensitive ones. If
18624 you specify @code{auto}, case sensitivity is reset to the default
18625 suitable for the source language. The default is case-sensitive
18626 matches for all languages except for Fortran, for which the default is
18627 case-insensitive matches.
18628
18629 @kindex show case-sensitive
18630 @item show case-sensitive
18631 This command shows the current setting of case sensitivity for symbols
18632 lookups.
18633
18634 @kindex set print type methods
18635 @item set print type methods
18636 @itemx set print type methods on
18637 @itemx set print type methods off
18638 Normally, when @value{GDBN} prints a class, it displays any methods
18639 declared in that class. You can control this behavior either by
18640 passing the appropriate flag to @code{ptype}, or using @command{set
18641 print type methods}. Specifying @code{on} will cause @value{GDBN} to
18642 display the methods; this is the default. Specifying @code{off} will
18643 cause @value{GDBN} to omit the methods.
18644
18645 @kindex show print type methods
18646 @item show print type methods
18647 This command shows the current setting of method display when printing
18648 classes.
18649
18650 @kindex set print type nested-type-limit
18651 @item set print type nested-type-limit @var{limit}
18652 @itemx set print type nested-type-limit unlimited
18653 Set the limit of displayed nested types that the type printer will
18654 show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18655 nested definitions. By default, the type printer will not show any nested
18656 types defined in classes.
18657
18658 @kindex show print type nested-type-limit
18659 @item show print type nested-type-limit
18660 This command shows the current display limit of nested types when
18661 printing classes.
18662
18663 @kindex set print type typedefs
18664 @item set print type typedefs
18665 @itemx set print type typedefs on
18666 @itemx set print type typedefs off
18667
18668 Normally, when @value{GDBN} prints a class, it displays any typedefs
18669 defined in that class. You can control this behavior either by
18670 passing the appropriate flag to @code{ptype}, or using @command{set
18671 print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18672 display the typedef definitions; this is the default. Specifying
18673 @code{off} will cause @value{GDBN} to omit the typedef definitions.
18674 Note that this controls whether the typedef definition itself is
18675 printed, not whether typedef names are substituted when printing other
18676 types.
18677
18678 @kindex show print type typedefs
18679 @item show print type typedefs
18680 This command shows the current setting of typedef display when
18681 printing classes.
18682
18683 @kindex info address
18684 @cindex address of a symbol
18685 @item info address @var{symbol}
18686 Describe where the data for @var{symbol} is stored. For a register
18687 variable, this says which register it is kept in. For a non-register
18688 local variable, this prints the stack-frame offset at which the variable
18689 is always stored.
18690
18691 Note the contrast with @samp{print &@var{symbol}}, which does not work
18692 at all for a register variable, and for a stack local variable prints
18693 the exact address of the current instantiation of the variable.
18694
18695 @kindex info symbol
18696 @cindex symbol from address
18697 @cindex closest symbol and offset for an address
18698 @item info symbol @var{addr}
18699 Print the name of a symbol which is stored at the address @var{addr}.
18700 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18701 nearest symbol and an offset from it:
18702
18703 @smallexample
18704 (@value{GDBP}) info symbol 0x54320
18705 _initialize_vx + 396 in section .text
18706 @end smallexample
18707
18708 @noindent
18709 This is the opposite of the @code{info address} command. You can use
18710 it to find out the name of a variable or a function given its address.
18711
18712 For dynamically linked executables, the name of executable or shared
18713 library containing the symbol is also printed:
18714
18715 @smallexample
18716 (@value{GDBP}) info symbol 0x400225
18717 _start + 5 in section .text of /tmp/a.out
18718 (@value{GDBP}) info symbol 0x2aaaac2811cf
18719 __read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18720 @end smallexample
18721
18722 @kindex demangle
18723 @cindex demangle
18724 @item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18725 Demangle @var{name}.
18726 If @var{language} is provided it is the name of the language to demangle
18727 @var{name} in. Otherwise @var{name} is demangled in the current language.
18728
18729 The @samp{--} option specifies the end of options,
18730 and is useful when @var{name} begins with a dash.
18731
18732 The parameter @code{demangle-style} specifies how to interpret the kind
18733 of mangling used. @xref{Print Settings}.
18734
18735 @kindex whatis
18736 @item whatis[/@var{flags}] [@var{arg}]
18737 Print the data type of @var{arg}, which can be either an expression
18738 or a name of a data type. With no argument, print the data type of
18739 @code{$}, the last value in the value history.
18740
18741 If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18742 is not actually evaluated, and any side-effecting operations (such as
18743 assignments or function calls) inside it do not take place.
18744
18745 If @var{arg} is a variable or an expression, @code{whatis} prints its
18746 literal type as it is used in the source code. If the type was
18747 defined using a @code{typedef}, @code{whatis} will @emph{not} print
18748 the data type underlying the @code{typedef}. If the type of the
18749 variable or the expression is a compound data type, such as
18750 @code{struct} or @code{class}, @code{whatis} never prints their
18751 fields or methods. It just prints the @code{struct}/@code{class}
18752 name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18753 such a compound data type, use @code{ptype}.
18754
18755 If @var{arg} is a type name that was defined using @code{typedef},
18756 @code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18757 Unrolling means that @code{whatis} will show the underlying type used
18758 in the @code{typedef} declaration of @var{arg}. However, if that
18759 underlying type is also a @code{typedef}, @code{whatis} will not
18760 unroll it.
18761
18762 For C code, the type names may also have the form @samp{class
18763 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18764 @var{union-tag}} or @samp{enum @var{enum-tag}}.
18765
18766 @var{flags} can be used to modify how the type is displayed.
18767 Available flags are:
18768
18769 @table @code
18770 @item r
18771 Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18772 parameters and typedefs defined in a class when printing the class'
18773 members. The @code{/r} flag disables this.
18774
18775 @item m
18776 Do not print methods defined in the class.
18777
18778 @item M
18779 Print methods defined in the class. This is the default, but the flag
18780 exists in case you change the default with @command{set print type methods}.
18781
18782 @item t
18783 Do not print typedefs defined in the class. Note that this controls
18784 whether the typedef definition itself is printed, not whether typedef
18785 names are substituted when printing other types.
18786
18787 @item T
18788 Print typedefs defined in the class. This is the default, but the flag
18789 exists in case you change the default with @command{set print type typedefs}.
18790
18791 @item o
18792 Print the offsets and sizes of fields in a struct, similar to what the
18793 @command{pahole} tool does. This option implies the @code{/tm} flags.
18794
18795 For example, given the following declarations:
18796
18797 @smallexample
18798 struct tuv
18799 @{
18800 int a1;
18801 char *a2;
18802 int a3;
18803 @};
18804
18805 struct xyz
18806 @{
18807 int f1;
18808 char f2;
18809 void *f3;
18810 struct tuv f4;
18811 @};
18812
18813 union qwe
18814 @{
18815 struct tuv fff1;
18816 struct xyz fff2;
18817 @};
18818
18819 struct tyu
18820 @{
18821 int a1 : 1;
18822 int a2 : 3;
18823 int a3 : 23;
18824 char a4 : 2;
18825 int64_t a5;
18826 int a6 : 5;
18827 int64_t a7 : 3;
18828 @};
18829 @end smallexample
18830
18831 Issuing a @kbd{ptype /o struct tuv} command would print:
18832
18833 @smallexample
18834 (@value{GDBP}) ptype /o struct tuv
18835 /* offset | size */ type = struct tuv @{
18836 /* 0 | 4 */ int a1;
18837 /* XXX 4-byte hole */
18838 /* 8 | 8 */ char *a2;
18839 /* 16 | 4 */ int a3;
18840
18841 /* total size (bytes): 24 */
18842 @}
18843 @end smallexample
18844
18845 Notice the format of the first column of comments. There, you can
18846 find two parts separated by the @samp{|} character: the @emph{offset},
18847 which indicates where the field is located inside the struct, in
18848 bytes, and the @emph{size} of the field. Another interesting line is
18849 the marker of a @emph{hole} in the struct, indicating that it may be
18850 possible to pack the struct and make it use less space by reorganizing
18851 its fields.
18852
18853 It is also possible to print offsets inside an union:
18854
18855 @smallexample
18856 (@value{GDBP}) ptype /o union qwe
18857 /* offset | size */ type = union qwe @{
18858 /* 24 */ struct tuv @{
18859 /* 0 | 4 */ int a1;
18860 /* XXX 4-byte hole */
18861 /* 8 | 8 */ char *a2;
18862 /* 16 | 4 */ int a3;
18863
18864 /* total size (bytes): 24 */
18865 @} fff1;
18866 /* 40 */ struct xyz @{
18867 /* 0 | 4 */ int f1;
18868 /* 4 | 1 */ char f2;
18869 /* XXX 3-byte hole */
18870 /* 8 | 8 */ void *f3;
18871 /* 16 | 24 */ struct tuv @{
18872 /* 16 | 4 */ int a1;
18873 /* XXX 4-byte hole */
18874 /* 24 | 8 */ char *a2;
18875 /* 32 | 4 */ int a3;
18876
18877 /* total size (bytes): 24 */
18878 @} f4;
18879
18880 /* total size (bytes): 40 */
18881 @} fff2;
18882
18883 /* total size (bytes): 40 */
18884 @}
18885 @end smallexample
18886
18887 In this case, since @code{struct tuv} and @code{struct xyz} occupy the
18888 same space (because we are dealing with an union), the offset is not
18889 printed for them. However, you can still examine the offset of each
18890 of these structures' fields.
18891
18892 Another useful scenario is printing the offsets of a struct containing
18893 bitfields:
18894
18895 @smallexample
18896 (@value{GDBP}) ptype /o struct tyu
18897 /* offset | size */ type = struct tyu @{
18898 /* 0:31 | 4 */ int a1 : 1;
18899 /* 0:28 | 4 */ int a2 : 3;
18900 /* 0: 5 | 4 */ int a3 : 23;
18901 /* 3: 3 | 1 */ signed char a4 : 2;
18902 /* XXX 3-bit hole */
18903 /* XXX 4-byte hole */
18904 /* 8 | 8 */ int64_t a5;
18905 /* 16: 0 | 4 */ int a6 : 5;
18906 /* 16: 5 | 8 */ int64_t a7 : 3;
18907 "/* XXX 7-byte padding */
18908
18909 /* total size (bytes): 24 */
18910 @}
18911 @end smallexample
18912
18913 Note how the offset information is now extended to also include the
18914 first bit of the bitfield.
18915 @end table
18916
18917 @kindex ptype
18918 @item ptype[/@var{flags}] [@var{arg}]
18919 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
18920 detailed description of the type, instead of just the name of the type.
18921 @xref{Expressions, ,Expressions}.
18922
18923 Contrary to @code{whatis}, @code{ptype} always unrolls any
18924 @code{typedef}s in its argument declaration, whether the argument is
18925 a variable, expression, or a data type. This means that @code{ptype}
18926 of a variable or an expression will not print literally its type as
18927 present in the source code---use @code{whatis} for that. @code{typedef}s at
18928 the pointer or reference targets are also unrolled. Only @code{typedef}s of
18929 fields, methods and inner @code{class typedef}s of @code{struct}s,
18930 @code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18931
18932 For example, for this variable declaration:
18933
18934 @smallexample
18935 typedef double real_t;
18936 struct complex @{ real_t real; double imag; @};
18937 typedef struct complex complex_t;
18938 complex_t var;
18939 real_t *real_pointer_var;
18940 @end smallexample
18941
18942 @noindent
18943 the two commands give this output:
18944
18945 @smallexample
18946 @group
18947 (@value{GDBP}) whatis var
18948 type = complex_t
18949 (@value{GDBP}) ptype var
18950 type = struct complex @{
18951 real_t real;
18952 double imag;
18953 @}
18954 (@value{GDBP}) whatis complex_t
18955 type = struct complex
18956 (@value{GDBP}) whatis struct complex
18957 type = struct complex
18958 (@value{GDBP}) ptype struct complex
18959 type = struct complex @{
18960 real_t real;
18961 double imag;
18962 @}
18963 (@value{GDBP}) whatis real_pointer_var
18964 type = real_t *
18965 (@value{GDBP}) ptype real_pointer_var
18966 type = double *
18967 @end group
18968 @end smallexample
18969
18970 @noindent
18971 As with @code{whatis}, using @code{ptype} without an argument refers to
18972 the type of @code{$}, the last value in the value history.
18973
18974 @cindex incomplete type
18975 Sometimes, programs use opaque data types or incomplete specifications
18976 of complex data structure. If the debug information included in the
18977 program does not allow @value{GDBN} to display a full declaration of
18978 the data type, it will say @samp{<incomplete type>}. For example,
18979 given these declarations:
18980
18981 @smallexample
18982 struct foo;
18983 struct foo *fooptr;
18984 @end smallexample
18985
18986 @noindent
18987 but no definition for @code{struct foo} itself, @value{GDBN} will say:
18988
18989 @smallexample
18990 (@value{GDBP}) ptype foo
18991 $1 = <incomplete type>
18992 @end smallexample
18993
18994 @noindent
18995 ``Incomplete type'' is C terminology for data types that are not
18996 completely specified.
18997
18998 @cindex unknown type
18999 Othertimes, information about a variable's type is completely absent
19000 from the debug information included in the program. This most often
19001 happens when the program or library where the variable is defined
19002 includes no debug information at all. @value{GDBN} knows the variable
19003 exists from inspecting the linker/loader symbol table (e.g., the ELF
19004 dynamic symbol table), but such symbols do not contain type
19005 information. Inspecting the type of a (global) variable for which
19006 @value{GDBN} has no type information shows:
19007
19008 @smallexample
19009 (@value{GDBP}) ptype var
19010 type = <data variable, no debug info>
19011 @end smallexample
19012
19013 @xref{Variables, no debug info variables}, for how to print the values
19014 of such variables.
19015
19016 @kindex info types
19017 @item info types [-q] [@var{regexp}]
19018 Print a brief description of all types whose names match the regular
19019 expression @var{regexp} (or all types in your program, if you supply
19020 no argument). Each complete typename is matched as though it were a
19021 complete line; thus, @samp{i type value} gives information on all
19022 types in your program whose names include the string @code{value}, but
19023 @samp{i type ^value$} gives information only on types whose complete
19024 name is @code{value}.
19025
19026 In programs using different languages, @value{GDBN} chooses the syntax
19027 to print the type description according to the
19028 @samp{set language} value: using @samp{set language auto}
19029 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19030 language of the type, other values mean to use
19031 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19032
19033 This command differs from @code{ptype} in two ways: first, like
19034 @code{whatis}, it does not print a detailed description; second, it
19035 lists all source files and line numbers where a type is defined.
19036
19037 The output from @samp{into types} is proceeded with a header line
19038 describing what types are being listed. The optional flag @samp{-q},
19039 which stands for @samp{quiet}, disables printing this header
19040 information.
19041
19042 @kindex info type-printers
19043 @item info type-printers
19044 Versions of @value{GDBN} that ship with Python scripting enabled may
19045 have ``type printers'' available. When using @command{ptype} or
19046 @command{whatis}, these printers are consulted when the name of a type
19047 is needed. @xref{Type Printing API}, for more information on writing
19048 type printers.
19049
19050 @code{info type-printers} displays all the available type printers.
19051
19052 @kindex enable type-printer
19053 @kindex disable type-printer
19054 @item enable type-printer @var{name}@dots{}
19055 @item disable type-printer @var{name}@dots{}
19056 These commands can be used to enable or disable type printers.
19057
19058 @kindex info scope
19059 @cindex local variables
19060 @item info scope @var{location}
19061 List all the variables local to a particular scope. This command
19062 accepts a @var{location} argument---a function name, a source line, or
19063 an address preceded by a @samp{*}, and prints all the variables local
19064 to the scope defined by that location. (@xref{Specify Location}, for
19065 details about supported forms of @var{location}.) For example:
19066
19067 @smallexample
19068 (@value{GDBP}) @b{info scope command_line_handler}
19069 Scope for command_line_handler:
19070 Symbol rl is an argument at stack/frame offset 8, length 4.
19071 Symbol linebuffer is in static storage at address 0x150a18, length 4.
19072 Symbol linelength is in static storage at address 0x150a1c, length 4.
19073 Symbol p is a local variable in register $esi, length 4.
19074 Symbol p1 is a local variable in register $ebx, length 4.
19075 Symbol nline is a local variable in register $edx, length 4.
19076 Symbol repeat is a local variable at frame offset -8, length 4.
19077 @end smallexample
19078
19079 @noindent
19080 This command is especially useful for determining what data to collect
19081 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
19082 collect}.
19083
19084 @kindex info source
19085 @item info source
19086 Show information about the current source file---that is, the source file for
19087 the function containing the current point of execution:
19088 @itemize @bullet
19089 @item
19090 the name of the source file, and the directory containing it,
19091 @item
19092 the directory it was compiled in,
19093 @item
19094 its length, in lines,
19095 @item
19096 which programming language it is written in,
19097 @item
19098 if the debug information provides it, the program that compiled the file
19099 (which may include, e.g., the compiler version and command line arguments),
19100 @item
19101 whether the executable includes debugging information for that file, and
19102 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
19103 @item
19104 whether the debugging information includes information about
19105 preprocessor macros.
19106 @end itemize
19107
19108
19109 @kindex info sources
19110 @item info sources
19111 Print the names of all source files in your program for which there is
19112 debugging information, organized into two lists: files whose symbols
19113 have already been read, and files whose symbols will be read when needed.
19114
19115 @item info sources [-dirname | -basename] [--] [@var{regexp}]
19116 Like @samp{info sources}, but only print the names of the files
19117 matching the provided @var{regexp}.
19118 By default, the @var{regexp} is used to match anywhere in the filename.
19119 If @code{-dirname}, only files having a dirname matching @var{regexp} are shown.
19120 If @code{-basename}, only files having a basename matching @var{regexp}
19121 are shown.
19122 The matching is case-sensitive, except on operating systems that
19123 have case-insensitive filesystem (e.g., MS-Windows).
19124
19125 @kindex info functions
19126 @item info functions [-q] [-n]
19127 Print the names and data types of all defined functions.
19128 Similarly to @samp{info types}, this command groups its output by source
19129 files and annotates each function definition with its source line
19130 number.
19131
19132 In programs using different languages, @value{GDBN} chooses the syntax
19133 to print the function name and type according to the
19134 @samp{set language} value: using @samp{set language auto}
19135 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19136 language of the function, other values mean to use
19137 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19138
19139 The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19140 results. A non-debugging symbol is a symbol that comes from the
19141 executable's symbol table, not from the debug information (for
19142 example, DWARF) associated with the executable.
19143
19144 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19145 printing header information and messages explaining why no functions
19146 have been printed.
19147
19148 @item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19149 Like @samp{info functions}, but only print the names and data types
19150 of the functions selected with the provided regexp(s).
19151
19152 If @var{regexp} is provided, print only the functions whose names
19153 match the regular expression @var{regexp}.
19154 Thus, @samp{info fun step} finds all functions whose
19155 names include @code{step}; @samp{info fun ^step} finds those whose names
19156 start with @code{step}. If a function name contains characters that
19157 conflict with the regular expression language (e.g.@:
19158 @samp{operator*()}), they may be quoted with a backslash.
19159
19160 If @var{type_regexp} is provided, print only the functions whose
19161 types, as printed by the @code{whatis} command, match
19162 the regular expression @var{type_regexp}.
19163 If @var{type_regexp} contains space(s), it should be enclosed in
19164 quote characters. If needed, use backslash to escape the meaning
19165 of special characters or quotes.
19166 Thus, @samp{info fun -t '^int ('} finds the functions that return
19167 an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19168 have an argument type containing int; @samp{info fun -t '^int (' ^step}
19169 finds the functions whose names start with @code{step} and that return
19170 int.
19171
19172 If both @var{regexp} and @var{type_regexp} are provided, a function
19173 is printed only if its name matches @var{regexp} and its type matches
19174 @var{type_regexp}.
19175
19176
19177 @kindex info variables
19178 @item info variables [-q] [-n]
19179 Print the names and data types of all variables that are defined
19180 outside of functions (i.e.@: excluding local variables).
19181 The printed variables are grouped by source files and annotated with
19182 their respective source line numbers.
19183
19184 In programs using different languages, @value{GDBN} chooses the syntax
19185 to print the variable name and type according to the
19186 @samp{set language} value: using @samp{set language auto}
19187 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19188 language of the variable, other values mean to use
19189 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19190
19191 The @samp{-n} flag excludes non-debugging symbols from the results.
19192
19193 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19194 printing header information and messages explaining why no variables
19195 have been printed.
19196
19197 @item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19198 Like @kbd{info variables}, but only print the variables selected
19199 with the provided regexp(s).
19200
19201 If @var{regexp} is provided, print only the variables whose names
19202 match the regular expression @var{regexp}.
19203
19204 If @var{type_regexp} is provided, print only the variables whose
19205 types, as printed by the @code{whatis} command, match
19206 the regular expression @var{type_regexp}.
19207 If @var{type_regexp} contains space(s), it should be enclosed in
19208 quote characters. If needed, use backslash to escape the meaning
19209 of special characters or quotes.
19210
19211 If both @var{regexp} and @var{type_regexp} are provided, an argument
19212 is printed only if its name matches @var{regexp} and its type matches
19213 @var{type_regexp}.
19214
19215 @kindex info modules
19216 @cindex modules
19217 @item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19218 List all Fortran modules in the program, or all modules matching the
19219 optional regular expression @var{regexp}.
19220
19221 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19222 printing header information and messages explaining why no modules
19223 have been printed.
19224
19225 @kindex info module
19226 @cindex Fortran modules, information about
19227 @cindex functions and variables by Fortran module
19228 @cindex module functions and variables
19229 @item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19230 @itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19231 List all functions or variables within all Fortran modules. The set
19232 of functions or variables listed can be limited by providing some or
19233 all of the optional regular expressions. If @var{module-regexp} is
19234 provided, then only Fortran modules matching @var{module-regexp} will
19235 be searched. Only functions or variables whose type matches the
19236 optional regular expression @var{type-regexp} will be listed. And
19237 only functions or variables whose name matches the optional regular
19238 expression @var{regexp} will be listed.
19239
19240 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19241 printing header information and messages explaining why no functions
19242 or variables have been printed.
19243
19244 @kindex info classes
19245 @cindex Objective-C, classes and selectors
19246 @item info classes
19247 @itemx info classes @var{regexp}
19248 Display all Objective-C classes in your program, or
19249 (with the @var{regexp} argument) all those matching a particular regular
19250 expression.
19251
19252 @kindex info selectors
19253 @item info selectors
19254 @itemx info selectors @var{regexp}
19255 Display all Objective-C selectors in your program, or
19256 (with the @var{regexp} argument) all those matching a particular regular
19257 expression.
19258
19259 @ignore
19260 This was never implemented.
19261 @kindex info methods
19262 @item info methods
19263 @itemx info methods @var{regexp}
19264 The @code{info methods} command permits the user to examine all defined
19265 methods within C@t{++} program, or (with the @var{regexp} argument) a
19266 specific set of methods found in the various C@t{++} classes. Many
19267 C@t{++} classes provide a large number of methods. Thus, the output
19268 from the @code{ptype} command can be overwhelming and hard to use. The
19269 @code{info-methods} command filters the methods, printing only those
19270 which match the regular-expression @var{regexp}.
19271 @end ignore
19272
19273 @cindex opaque data types
19274 @kindex set opaque-type-resolution
19275 @item set opaque-type-resolution on
19276 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19277 declared as a pointer to a @code{struct}, @code{class}, or
19278 @code{union}---for example, @code{struct MyType *}---that is used in one
19279 source file although the full declaration of @code{struct MyType} is in
19280 another source file. The default is on.
19281
19282 A change in the setting of this subcommand will not take effect until
19283 the next time symbols for a file are loaded.
19284
19285 @item set opaque-type-resolution off
19286 Tell @value{GDBN} not to resolve opaque types. In this case, the type
19287 is printed as follows:
19288 @smallexample
19289 @{<no data fields>@}
19290 @end smallexample
19291
19292 @kindex show opaque-type-resolution
19293 @item show opaque-type-resolution
19294 Show whether opaque types are resolved or not.
19295
19296 @kindex set print symbol-loading
19297 @cindex print messages when symbols are loaded
19298 @item set print symbol-loading
19299 @itemx set print symbol-loading full
19300 @itemx set print symbol-loading brief
19301 @itemx set print symbol-loading off
19302 The @code{set print symbol-loading} command allows you to control the
19303 printing of messages when @value{GDBN} loads symbol information.
19304 By default a message is printed for the executable and one for each
19305 shared library, and normally this is what you want. However, when
19306 debugging apps with large numbers of shared libraries these messages
19307 can be annoying.
19308 When set to @code{brief} a message is printed for each executable,
19309 and when @value{GDBN} loads a collection of shared libraries at once
19310 it will only print one message regardless of the number of shared
19311 libraries. When set to @code{off} no messages are printed.
19312
19313 @kindex show print symbol-loading
19314 @item show print symbol-loading
19315 Show whether messages will be printed when a @value{GDBN} command
19316 entered from the keyboard causes symbol information to be loaded.
19317
19318 @kindex maint print symbols
19319 @cindex symbol dump
19320 @kindex maint print psymbols
19321 @cindex partial symbol dump
19322 @kindex maint print msymbols
19323 @cindex minimal symbol dump
19324 @item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19325 @itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19326 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19327 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19328 @itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19329 Write a dump of debugging symbol data into the file @var{filename} or
19330 the terminal if @var{filename} is unspecified.
19331 If @code{-objfile @var{objfile}} is specified, only dump symbols for
19332 that objfile.
19333 If @code{-pc @var{address}} is specified, only dump symbols for the file
19334 with code at that address. Note that @var{address} may be a symbol like
19335 @code{main}.
19336 If @code{-source @var{source}} is specified, only dump symbols for that
19337 source file.
19338
19339 These commands are used to debug the @value{GDBN} symbol-reading code.
19340 These commands do not modify internal @value{GDBN} state, therefore
19341 @samp{maint print symbols} will only print symbols for already expanded symbol
19342 tables.
19343 You can use the command @code{info sources} to find out which files these are.
19344 If you use @samp{maint print psymbols} instead, the dump shows information
19345 about symbols that @value{GDBN} only knows partially---that is, symbols
19346 defined in files that @value{GDBN} has skimmed, but not yet read completely.
19347 Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19348 ``ELF symbols''.
19349
19350 @xref{Files, ,Commands to Specify Files}, for a discussion of how
19351 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
19352
19353 @kindex maint info symtabs
19354 @kindex maint info psymtabs
19355 @cindex listing @value{GDBN}'s internal symbol tables
19356 @cindex symbol tables, listing @value{GDBN}'s internal
19357 @cindex full symbol tables, listing @value{GDBN}'s internal
19358 @cindex partial symbol tables, listing @value{GDBN}'s internal
19359 @item maint info symtabs @r{[} @var{regexp} @r{]}
19360 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
19361
19362 List the @code{struct symtab} or @code{struct partial_symtab}
19363 structures whose names match @var{regexp}. If @var{regexp} is not
19364 given, list them all. The output includes expressions which you can
19365 copy into a @value{GDBN} debugging this one to examine a particular
19366 structure in more detail. For example:
19367
19368 @smallexample
19369 (@value{GDBP}) maint info psymtabs dwarf2read
19370 @{ objfile /home/gnu/build/gdb/gdb
19371 ((struct objfile *) 0x82e69d0)
19372 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
19373 ((struct partial_symtab *) 0x8474b10)
19374 readin no
19375 fullname (null)
19376 text addresses 0x814d3c8 -- 0x8158074
19377 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19378 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19379 dependencies (none)
19380 @}
19381 @}
19382 (@value{GDBP}) maint info symtabs
19383 (@value{GDBP})
19384 @end smallexample
19385 @noindent
19386 We see that there is one partial symbol table whose filename contains
19387 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19388 and we see that @value{GDBN} has not read in any symtabs yet at all.
19389 If we set a breakpoint on a function, that will cause @value{GDBN} to
19390 read the symtab for the compilation unit containing that function:
19391
19392 @smallexample
19393 (@value{GDBP}) break dwarf2_psymtab_to_symtab
19394 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19395 line 1574.
19396 (@value{GDBP}) maint info symtabs
19397 @{ objfile /home/gnu/build/gdb/gdb
19398 ((struct objfile *) 0x82e69d0)
19399 @{ symtab /home/gnu/src/gdb/dwarf2read.c
19400 ((struct symtab *) 0x86c1f38)
19401 dirname (null)
19402 fullname (null)
19403 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
19404 linetable ((struct linetable *) 0x8370fa0)
19405 debugformat DWARF 2
19406 @}
19407 @}
19408 (@value{GDBP})
19409 @end smallexample
19410
19411 @kindex maint info line-table
19412 @cindex listing @value{GDBN}'s internal line tables
19413 @cindex line tables, listing @value{GDBN}'s internal
19414 @item maint info line-table @r{[} @var{regexp} @r{]}
19415
19416 List the @code{struct linetable} from all @code{struct symtab}
19417 instances whose name matches @var{regexp}. If @var{regexp} is not
19418 given, list the @code{struct linetable} from all @code{struct symtab}.
19419
19420 @kindex maint set symbol-cache-size
19421 @cindex symbol cache size
19422 @item maint set symbol-cache-size @var{size}
19423 Set the size of the symbol cache to @var{size}.
19424 The default size is intended to be good enough for debugging
19425 most applications. This option exists to allow for experimenting
19426 with different sizes.
19427
19428 @kindex maint show symbol-cache-size
19429 @item maint show symbol-cache-size
19430 Show the size of the symbol cache.
19431
19432 @kindex maint print symbol-cache
19433 @cindex symbol cache, printing its contents
19434 @item maint print symbol-cache
19435 Print the contents of the symbol cache.
19436 This is useful when debugging symbol cache issues.
19437
19438 @kindex maint print symbol-cache-statistics
19439 @cindex symbol cache, printing usage statistics
19440 @item maint print symbol-cache-statistics
19441 Print symbol cache usage statistics.
19442 This helps determine how well the cache is being utilized.
19443
19444 @kindex maint flush symbol-cache
19445 @kindex maint flush-symbol-cache
19446 @cindex symbol cache, flushing
19447 @item maint flush symbol-cache
19448 @itemx maint flush-symbol-cache
19449 Flush the contents of the symbol cache, all entries are removed. This
19450 command is useful when debugging the symbol cache. It is also useful
19451 when collecting performance data. The command @code{maint
19452 flush-symbol-cache} is deprecated in favor of @code{maint flush
19453 symbol-cache}..
19454
19455 @end table
19456
19457 @node Altering
19458 @chapter Altering Execution
19459
19460 Once you think you have found an error in your program, you might want to
19461 find out for certain whether correcting the apparent error would lead to
19462 correct results in the rest of the run. You can find the answer by
19463 experiment, using the @value{GDBN} features for altering execution of the
19464 program.
19465
19466 For example, you can store new values into variables or memory
19467 locations, give your program a signal, restart it at a different
19468 address, or even return prematurely from a function.
19469
19470 @menu
19471 * Assignment:: Assignment to variables
19472 * Jumping:: Continuing at a different address
19473 * Signaling:: Giving your program a signal
19474 * Returning:: Returning from a function
19475 * Calling:: Calling your program's functions
19476 * Patching:: Patching your program
19477 * Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
19478 @end menu
19479
19480 @node Assignment
19481 @section Assignment to Variables
19482
19483 @cindex assignment
19484 @cindex setting variables
19485 To alter the value of a variable, evaluate an assignment expression.
19486 @xref{Expressions, ,Expressions}. For example,
19487
19488 @smallexample
19489 print x=4
19490 @end smallexample
19491
19492 @noindent
19493 stores the value 4 into the variable @code{x}, and then prints the
19494 value of the assignment expression (which is 4).
19495 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19496 information on operators in supported languages.
19497
19498 @kindex set variable
19499 @cindex variables, setting
19500 If you are not interested in seeing the value of the assignment, use the
19501 @code{set} command instead of the @code{print} command. @code{set} is
19502 really the same as @code{print} except that the expression's value is
19503 not printed and is not put in the value history (@pxref{Value History,
19504 ,Value History}). The expression is evaluated only for its effects.
19505
19506 If the beginning of the argument string of the @code{set} command
19507 appears identical to a @code{set} subcommand, use the @code{set
19508 variable} command instead of just @code{set}. This command is identical
19509 to @code{set} except for its lack of subcommands. For example, if your
19510 program has a variable @code{width}, you get an error if you try to set
19511 a new value with just @samp{set width=13}, because @value{GDBN} has the
19512 command @code{set width}:
19513
19514 @smallexample
19515 (@value{GDBP}) whatis width
19516 type = double
19517 (@value{GDBP}) p width
19518 $4 = 13
19519 (@value{GDBP}) set width=47
19520 Invalid syntax in expression.
19521 @end smallexample
19522
19523 @noindent
19524 The invalid expression, of course, is @samp{=47}. In
19525 order to actually set the program's variable @code{width}, use
19526
19527 @smallexample
19528 (@value{GDBP}) set var width=47
19529 @end smallexample
19530
19531 Because the @code{set} command has many subcommands that can conflict
19532 with the names of program variables, it is a good idea to use the
19533 @code{set variable} command instead of just @code{set}. For example, if
19534 your program has a variable @code{g}, you run into problems if you try
19535 to set a new value with just @samp{set g=4}, because @value{GDBN} has
19536 the command @code{set gnutarget}, abbreviated @code{set g}:
19537
19538 @smallexample
19539 @group
19540 (@value{GDBP}) whatis g
19541 type = double
19542 (@value{GDBP}) p g
19543 $1 = 1
19544 (@value{GDBP}) set g=4
19545 (@value{GDBP}) p g
19546 $2 = 1
19547 (@value{GDBP}) r
19548 The program being debugged has been started already.
19549 Start it from the beginning? (y or n) y
19550 Starting program: /home/smith/cc_progs/a.out
19551 "/home/smith/cc_progs/a.out": can't open to read symbols:
19552 Invalid bfd target.
19553 (@value{GDBP}) show g
19554 The current BFD target is "=4".
19555 @end group
19556 @end smallexample
19557
19558 @noindent
19559 The program variable @code{g} did not change, and you silently set the
19560 @code{gnutarget} to an invalid value. In order to set the variable
19561 @code{g}, use
19562
19563 @smallexample
19564 (@value{GDBP}) set var g=4
19565 @end smallexample
19566
19567 @value{GDBN} allows more implicit conversions in assignments than C; you can
19568 freely store an integer value into a pointer variable or vice versa,
19569 and you can convert any structure to any other structure that is the
19570 same length or shorter.
19571 @comment FIXME: how do structs align/pad in these conversions?
19572 @comment /doc@cygnus.com 18dec1990
19573
19574 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19575 construct to generate a value of specified type at a specified address
19576 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19577 to memory location @code{0x83040} as an integer (which implies a certain size
19578 and representation in memory), and
19579
19580 @smallexample
19581 set @{int@}0x83040 = 4
19582 @end smallexample
19583
19584 @noindent
19585 stores the value 4 into that memory location.
19586
19587 @node Jumping
19588 @section Continuing at a Different Address
19589
19590 Ordinarily, when you continue your program, you do so at the place where
19591 it stopped, with the @code{continue} command. You can instead continue at
19592 an address of your own choosing, with the following commands:
19593
19594 @table @code
19595 @kindex jump
19596 @kindex j @r{(@code{jump})}
19597 @item jump @var{location}
19598 @itemx j @var{location}
19599 Resume execution at @var{location}. Execution stops again immediately
19600 if there is a breakpoint there. @xref{Specify Location}, for a description
19601 of the different forms of @var{location}. It is common
19602 practice to use the @code{tbreak} command in conjunction with
19603 @code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
19604
19605 The @code{jump} command does not change the current stack frame, or
19606 the stack pointer, or the contents of any memory location or any
19607 register other than the program counter. If @var{location} is in
19608 a different function from the one currently executing, the results may
19609 be bizarre if the two functions expect different patterns of arguments or
19610 of local variables. For this reason, the @code{jump} command requests
19611 confirmation if the specified line is not in the function currently
19612 executing. However, even bizarre results are predictable if you are
19613 well acquainted with the machine-language code of your program.
19614 @end table
19615
19616 On many systems, you can get much the same effect as the @code{jump}
19617 command by storing a new value into the register @code{$pc}. The
19618 difference is that this does not start your program running; it only
19619 changes the address of where it @emph{will} run when you continue. For
19620 example,
19621
19622 @smallexample
19623 set $pc = 0x485
19624 @end smallexample
19625
19626 @noindent
19627 makes the next @code{continue} command or stepping command execute at
19628 address @code{0x485}, rather than at the address where your program stopped.
19629 @xref{Continuing and Stepping, ,Continuing and Stepping}.
19630
19631 The most common occasion to use the @code{jump} command is to back
19632 up---perhaps with more breakpoints set---over a portion of a program
19633 that has already executed, in order to examine its execution in more
19634 detail.
19635
19636 @c @group
19637 @node Signaling
19638 @section Giving your Program a Signal
19639 @cindex deliver a signal to a program
19640
19641 @table @code
19642 @kindex signal
19643 @item signal @var{signal}
19644 Resume execution where your program is stopped, but immediately give it the
19645 signal @var{signal}. The @var{signal} can be the name or the number of a
19646 signal. For example, on many systems @code{signal 2} and @code{signal
19647 SIGINT} are both ways of sending an interrupt signal.
19648
19649 Alternatively, if @var{signal} is zero, continue execution without
19650 giving a signal. This is useful when your program stopped on account of
19651 a signal and would ordinarily see the signal when resumed with the
19652 @code{continue} command; @samp{signal 0} causes it to resume without a
19653 signal.
19654
19655 @emph{Note:} When resuming a multi-threaded program, @var{signal} is
19656 delivered to the currently selected thread, not the thread that last
19657 reported a stop. This includes the situation where a thread was
19658 stopped due to a signal. So if you want to continue execution
19659 suppressing the signal that stopped a thread, you should select that
19660 same thread before issuing the @samp{signal 0} command. If you issue
19661 the @samp{signal 0} command with another thread as the selected one,
19662 @value{GDBN} detects that and asks for confirmation.
19663
19664 Invoking the @code{signal} command is not the same as invoking the
19665 @code{kill} utility from the shell. Sending a signal with @code{kill}
19666 causes @value{GDBN} to decide what to do with the signal depending on
19667 the signal handling tables (@pxref{Signals}). The @code{signal} command
19668 passes the signal directly to your program.
19669
19670 @code{signal} does not repeat when you press @key{RET} a second time
19671 after executing the command.
19672
19673 @kindex queue-signal
19674 @item queue-signal @var{signal}
19675 Queue @var{signal} to be delivered immediately to the current thread
19676 when execution of the thread resumes. The @var{signal} can be the name or
19677 the number of a signal. For example, on many systems @code{signal 2} and
19678 @code{signal SIGINT} are both ways of sending an interrupt signal.
19679 The handling of the signal must be set to pass the signal to the program,
19680 otherwise @value{GDBN} will report an error.
19681 You can control the handling of signals from @value{GDBN} with the
19682 @code{handle} command (@pxref{Signals}).
19683
19684 Alternatively, if @var{signal} is zero, any currently queued signal
19685 for the current thread is discarded and when execution resumes no signal
19686 will be delivered. This is useful when your program stopped on account
19687 of a signal and would ordinarily see the signal when resumed with the
19688 @code{continue} command.
19689
19690 This command differs from the @code{signal} command in that the signal
19691 is just queued, execution is not resumed. And @code{queue-signal} cannot
19692 be used to pass a signal whose handling state has been set to @code{nopass}
19693 (@pxref{Signals}).
19694 @end table
19695 @c @end group
19696
19697 @xref{stepping into signal handlers}, for information on how stepping
19698 commands behave when the thread has a signal queued.
19699
19700 @node Returning
19701 @section Returning from a Function
19702
19703 @table @code
19704 @cindex returning from a function
19705 @kindex return
19706 @item return
19707 @itemx return @var{expression}
19708 You can cancel execution of a function call with the @code{return}
19709 command. If you give an
19710 @var{expression} argument, its value is used as the function's return
19711 value.
19712 @end table
19713
19714 When you use @code{return}, @value{GDBN} discards the selected stack frame
19715 (and all frames within it). You can think of this as making the
19716 discarded frame return prematurely. If you wish to specify a value to
19717 be returned, give that value as the argument to @code{return}.
19718
19719 This pops the selected stack frame (@pxref{Selection, ,Selecting a
19720 Frame}), and any other frames inside of it, leaving its caller as the
19721 innermost remaining frame. That frame becomes selected. The
19722 specified value is stored in the registers used for returning values
19723 of functions.
19724
19725 The @code{return} command does not resume execution; it leaves the
19726 program stopped in the state that would exist if the function had just
19727 returned. In contrast, the @code{finish} command (@pxref{Continuing
19728 and Stepping, ,Continuing and Stepping}) resumes execution until the
19729 selected stack frame returns naturally.
19730
19731 @value{GDBN} needs to know how the @var{expression} argument should be set for
19732 the inferior. The concrete registers assignment depends on the OS ABI and the
19733 type being returned by the selected stack frame. For example it is common for
19734 OS ABI to return floating point values in FPU registers while integer values in
19735 CPU registers. Still some ABIs return even floating point values in CPU
19736 registers. Larger integer widths (such as @code{long long int}) also have
19737 specific placement rules. @value{GDBN} already knows the OS ABI from its
19738 current target so it needs to find out also the type being returned to make the
19739 assignment into the right register(s).
19740
19741 Normally, the selected stack frame has debug info. @value{GDBN} will always
19742 use the debug info instead of the implicit type of @var{expression} when the
19743 debug info is available. For example, if you type @kbd{return -1}, and the
19744 function in the current stack frame is declared to return a @code{long long
19745 int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19746 into a @code{long long int}:
19747
19748 @smallexample
19749 Breakpoint 1, func () at gdb.base/return-nodebug.c:29
19750 29 return 31;
19751 (@value{GDBP}) return -1
19752 Make func return now? (y or n) y
19753 #0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
19754 43 printf ("result=%lld\n", func ());
19755 (@value{GDBP})
19756 @end smallexample
19757
19758 However, if the selected stack frame does not have a debug info, e.g., if the
19759 function was compiled without debug info, @value{GDBN} has to find out the type
19760 to return from user. Specifying a different type by mistake may set the value
19761 in different inferior registers than the caller code expects. For example,
19762 typing @kbd{return -1} with its implicit type @code{int} would set only a part
19763 of a @code{long long int} result for a debug info less function (on 32-bit
19764 architectures). Therefore the user is required to specify the return type by
19765 an appropriate cast explicitly:
19766
19767 @smallexample
19768 Breakpoint 2, 0x0040050b in func ()
19769 (@value{GDBP}) return -1
19770 Return value type not available for selected stack frame.
19771 Please use an explicit cast of the value to return.
19772 (@value{GDBP}) return (long long int) -1
19773 Make selected stack frame return now? (y or n) y
19774 #0 0x00400526 in main ()
19775 (@value{GDBP})
19776 @end smallexample
19777
19778 @node Calling
19779 @section Calling Program Functions
19780
19781 @table @code
19782 @cindex calling functions
19783 @cindex inferior functions, calling
19784 @item print @var{expr}
19785 Evaluate the expression @var{expr} and display the resulting value.
19786 The expression may include calls to functions in the program being
19787 debugged.
19788
19789 @kindex call
19790 @item call @var{expr}
19791 Evaluate the expression @var{expr} without displaying @code{void}
19792 returned values.
19793
19794 You can use this variant of the @code{print} command if you want to
19795 execute a function from your program that does not return anything
19796 (a.k.a.@: @dfn{a void function}), but without cluttering the output
19797 with @code{void} returned values that @value{GDBN} will otherwise
19798 print. If the result is not void, it is printed and saved in the
19799 value history.
19800 @end table
19801
19802 It is possible for the function you call via the @code{print} or
19803 @code{call} command to generate a signal (e.g., if there's a bug in
19804 the function, or if you passed it incorrect arguments). What happens
19805 in that case is controlled by the @code{set unwindonsignal} command.
19806
19807 Similarly, with a C@t{++} program it is possible for the function you
19808 call via the @code{print} or @code{call} command to generate an
19809 exception that is not handled due to the constraints of the dummy
19810 frame. In this case, any exception that is raised in the frame, but has
19811 an out-of-frame exception handler will not be found. GDB builds a
19812 dummy-frame for the inferior function call, and the unwinder cannot
19813 seek for exception handlers outside of this dummy-frame. What happens
19814 in that case is controlled by the
19815 @code{set unwind-on-terminating-exception} command.
19816
19817 @table @code
19818 @item set unwindonsignal
19819 @kindex set unwindonsignal
19820 @cindex unwind stack in called functions
19821 @cindex call dummy stack unwinding
19822 Set unwinding of the stack if a signal is received while in a function
19823 that @value{GDBN} called in the program being debugged. If set to on,
19824 @value{GDBN} unwinds the stack it created for the call and restores
19825 the context to what it was before the call. If set to off (the
19826 default), @value{GDBN} stops in the frame where the signal was
19827 received.
19828
19829 @item show unwindonsignal
19830 @kindex show unwindonsignal
19831 Show the current setting of stack unwinding in the functions called by
19832 @value{GDBN}.
19833
19834 @item set unwind-on-terminating-exception
19835 @kindex set unwind-on-terminating-exception
19836 @cindex unwind stack in called functions with unhandled exceptions
19837 @cindex call dummy stack unwinding on unhandled exception.
19838 Set unwinding of the stack if a C@t{++} exception is raised, but left
19839 unhandled while in a function that @value{GDBN} called in the program being
19840 debugged. If set to on (the default), @value{GDBN} unwinds the stack
19841 it created for the call and restores the context to what it was before
19842 the call. If set to off, @value{GDBN} the exception is delivered to
19843 the default C@t{++} exception handler and the inferior terminated.
19844
19845 @item show unwind-on-terminating-exception
19846 @kindex show unwind-on-terminating-exception
19847 Show the current setting of stack unwinding in the functions called by
19848 @value{GDBN}.
19849
19850 @item set may-call-functions
19851 @kindex set may-call-functions
19852 @cindex disabling calling functions in the program
19853 @cindex calling functions in the program, disabling
19854 Set permission to call functions in the program.
19855 This controls whether @value{GDBN} will attempt to call functions in
19856 the program, such as with expressions in the @code{print} command. It
19857 defaults to @code{on}.
19858
19859 To call a function in the program, @value{GDBN} has to temporarily
19860 modify the state of the inferior. This has potentially undesired side
19861 effects. Also, having @value{GDBN} call nested functions is likely to
19862 be erroneous and may even crash the program being debugged. You can
19863 avoid such hazards by forbidding @value{GDBN} from calling functions
19864 in the program being debugged. If calling functions in the program
19865 is forbidden, GDB will throw an error when a command (such as printing
19866 an expression) starts a function call in the program.
19867
19868 @item show may-call-functions
19869 @kindex show may-call-functions
19870 Show permission to call functions in the program.
19871
19872 @end table
19873
19874 @subsection Calling functions with no debug info
19875
19876 @cindex no debug info functions
19877 Sometimes, a function you wish to call is missing debug information.
19878 In such case, @value{GDBN} does not know the type of the function,
19879 including the types of the function's parameters. To avoid calling
19880 the inferior function incorrectly, which could result in the called
19881 function functioning erroneously and even crash, @value{GDBN} refuses
19882 to call the function unless you tell it the type of the function.
19883
19884 For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
19885 to do that. The simplest is to cast the call to the function's
19886 declared return type. For example:
19887
19888 @smallexample
19889 (@value{GDBP}) p getenv ("PATH")
19890 'getenv' has unknown return type; cast the call to its declared return type
19891 (@value{GDBP}) p (char *) getenv ("PATH")
19892 $1 = 0x7fffffffe7ba "/usr/local/bin:/"...
19893 @end smallexample
19894
19895 Casting the return type of a no-debug function is equivalent to
19896 casting the function to a pointer to a prototyped function that has a
19897 prototype that matches the types of the passed-in arguments, and
19898 calling that. I.e., the call above is equivalent to:
19899
19900 @smallexample
19901 (@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
19902 @end smallexample
19903
19904 @noindent
19905 and given this prototyped C or C++ function with float parameters:
19906
19907 @smallexample
19908 float multiply (float v1, float v2) @{ return v1 * v2; @}
19909 @end smallexample
19910
19911 @noindent
19912 these calls are equivalent:
19913
19914 @smallexample
19915 (@value{GDBP}) p (float) multiply (2.0f, 3.0f)
19916 (@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
19917 @end smallexample
19918
19919 If the function you wish to call is declared as unprototyped (i.e.@:
19920 old K&R style), you must use the cast-to-function-pointer syntax, so
19921 that @value{GDBN} knows that it needs to apply default argument
19922 promotions (promote float arguments to double). @xref{ABI, float
19923 promotion}. For example, given this unprototyped C function with
19924 float parameters, and no debug info:
19925
19926 @smallexample
19927 float
19928 multiply_noproto (v1, v2)
19929 float v1, v2;
19930 @{
19931 return v1 * v2;
19932 @}
19933 @end smallexample
19934
19935 @noindent
19936 you call it like this:
19937
19938 @smallexample
19939 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
19940 @end smallexample
19941
19942 @node Patching
19943 @section Patching Programs
19944
19945 @cindex patching binaries
19946 @cindex writing into executables
19947 @cindex writing into corefiles
19948
19949 By default, @value{GDBN} opens the file containing your program's
19950 executable code (or the corefile) read-only. This prevents accidental
19951 alterations to machine code; but it also prevents you from intentionally
19952 patching your program's binary.
19953
19954 If you'd like to be able to patch the binary, you can specify that
19955 explicitly with the @code{set write} command. For example, you might
19956 want to turn on internal debugging flags, or even to make emergency
19957 repairs.
19958
19959 @table @code
19960 @kindex set write
19961 @item set write on
19962 @itemx set write off
19963 If you specify @samp{set write on}, @value{GDBN} opens executable and
19964 core files for both reading and writing; if you specify @kbd{set write
19965 off} (the default), @value{GDBN} opens them read-only.
19966
19967 If you have already loaded a file, you must load it again (using the
19968 @code{exec-file} or @code{core-file} command) after changing @code{set
19969 write}, for your new setting to take effect.
19970
19971 @item show write
19972 @kindex show write
19973 Display whether executable files and core files are opened for writing
19974 as well as reading.
19975 @end table
19976
19977 @node Compiling and Injecting Code
19978 @section Compiling and injecting code in @value{GDBN}
19979 @cindex injecting code
19980 @cindex writing into executables
19981 @cindex compiling code
19982
19983 @value{GDBN} supports on-demand compilation and code injection into
19984 programs running under @value{GDBN}. GCC 5.0 or higher built with
19985 @file{libcc1.so} must be installed for this functionality to be enabled.
19986 This functionality is implemented with the following commands.
19987
19988 @table @code
19989 @kindex compile code
19990 @item compile code @var{source-code}
19991 @itemx compile code -raw @var{--} @var{source-code}
19992 Compile @var{source-code} with the compiler language found as the current
19993 language in @value{GDBN} (@pxref{Languages}). If compilation and
19994 injection is not supported with the current language specified in
19995 @value{GDBN}, or the compiler does not support this feature, an error
19996 message will be printed. If @var{source-code} compiles and links
19997 successfully, @value{GDBN} will load the object-code emitted,
19998 and execute it within the context of the currently selected inferior.
19999 It is important to note that the compiled code is executed immediately.
20000 After execution, the compiled code is removed from @value{GDBN} and any
20001 new types or variables you have defined will be deleted.
20002
20003 The command allows you to specify @var{source-code} in two ways.
20004 The simplest method is to provide a single line of code to the command.
20005 E.g.:
20006
20007 @smallexample
20008 compile code printf ("hello world\n");
20009 @end smallexample
20010
20011 If you specify options on the command line as well as source code, they
20012 may conflict. The @samp{--} delimiter can be used to separate options
20013 from actual source code. E.g.:
20014
20015 @smallexample
20016 compile code -r -- printf ("hello world\n");
20017 @end smallexample
20018
20019 Alternatively you can enter source code as multiple lines of text. To
20020 enter this mode, invoke the @samp{compile code} command without any text
20021 following the command. This will start the multiple-line editor and
20022 allow you to type as many lines of source code as required. When you
20023 have completed typing, enter @samp{end} on its own line to exit the
20024 editor.
20025
20026 @smallexample
20027 compile code
20028 >printf ("hello\n");
20029 >printf ("world\n");
20030 >end
20031 @end smallexample
20032
20033 Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
20034 provided @var{source-code} in a callable scope. In this case, you must
20035 specify the entry point of the code by defining a function named
20036 @code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
20037 inferior. Using @samp{-raw} option may be needed for example when
20038 @var{source-code} requires @samp{#include} lines which may conflict with
20039 inferior symbols otherwise.
20040
20041 @kindex compile file
20042 @item compile file @var{filename}
20043 @itemx compile file -raw @var{filename}
20044 Like @code{compile code}, but take the source code from @var{filename}.
20045
20046 @smallexample
20047 compile file /home/user/example.c
20048 @end smallexample
20049 @end table
20050
20051 @table @code
20052 @item compile print [[@var{options}] --] @var{expr}
20053 @itemx compile print [[@var{options}] --] /@var{f} @var{expr}
20054 Compile and execute @var{expr} with the compiler language found as the
20055 current language in @value{GDBN} (@pxref{Languages}). By default the
20056 value of @var{expr} is printed in a format appropriate to its data type;
20057 you can choose a different format by specifying @samp{/@var{f}}, where
20058 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
20059 Formats}. The @code{compile print} command accepts the same options
20060 as the @code{print} command; see @ref{print options}.
20061
20062 @item compile print [[@var{options}] --]
20063 @itemx compile print [[@var{options}] --] /@var{f}
20064 @cindex reprint the last value
20065 Alternatively you can enter the expression (source code producing it) as
20066 multiple lines of text. To enter this mode, invoke the @samp{compile print}
20067 command without any text following the command. This will start the
20068 multiple-line editor.
20069 @end table
20070
20071 @noindent
20072 The process of compiling and injecting the code can be inspected using:
20073
20074 @table @code
20075 @anchor{set debug compile}
20076 @item set debug compile
20077 @cindex compile command debugging info
20078 Turns on or off display of @value{GDBN} process of compiling and
20079 injecting the code. The default is off.
20080
20081 @item show debug compile
20082 Displays the current state of displaying @value{GDBN} process of
20083 compiling and injecting the code.
20084
20085 @anchor{set debug compile-cplus-types}
20086 @item set debug compile-cplus-types
20087 @cindex compile C@t{++} type conversion
20088 Turns on or off the display of C@t{++} type conversion debugging information.
20089 The default is off.
20090
20091 @item show debug compile-cplus-types
20092 Displays the current state of displaying debugging information for
20093 C@t{++} type conversion.
20094 @end table
20095
20096 @subsection Compilation options for the @code{compile} command
20097
20098 @value{GDBN} needs to specify the right compilation options for the code
20099 to be injected, in part to make its ABI compatible with the inferior
20100 and in part to make the injected code compatible with @value{GDBN}'s
20101 injecting process.
20102
20103 @noindent
20104 The options used, in increasing precedence:
20105
20106 @table @asis
20107 @item target architecture and OS options (@code{gdbarch})
20108 These options depend on target processor type and target operating
20109 system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
20110 (@code{-m64}) compilation option.
20111
20112 @item compilation options recorded in the target
20113 @value{NGCC} (since version 4.7) stores the options used for compilation
20114 into @code{DW_AT_producer} part of DWARF debugging information according
20115 to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
20116 explicitly specify @code{-g} during inferior compilation otherwise
20117 @value{NGCC} produces no DWARF. This feature is only relevant for
20118 platforms where @code{-g} produces DWARF by default, otherwise one may
20119 try to enforce DWARF by using @code{-gdwarf-4}.
20120
20121 @item compilation options set by @code{set compile-args}
20122 @end table
20123
20124 @noindent
20125 You can override compilation options using the following command:
20126
20127 @table @code
20128 @item set compile-args
20129 @cindex compile command options override
20130 Set compilation options used for compiling and injecting code with the
20131 @code{compile} commands. These options override any conflicting ones
20132 from the target architecture and/or options stored during inferior
20133 compilation.
20134
20135 @item show compile-args
20136 Displays the current state of compilation options override.
20137 This does not show all the options actually used during compilation,
20138 use @ref{set debug compile} for that.
20139 @end table
20140
20141 @subsection Caveats when using the @code{compile} command
20142
20143 There are a few caveats to keep in mind when using the @code{compile}
20144 command. As the caveats are different per language, the table below
20145 highlights specific issues on a per language basis.
20146
20147 @table @asis
20148 @item C code examples and caveats
20149 When the language in @value{GDBN} is set to @samp{C}, the compiler will
20150 attempt to compile the source code with a @samp{C} compiler. The source
20151 code provided to the @code{compile} command will have much the same
20152 access to variables and types as it normally would if it were part of
20153 the program currently being debugged in @value{GDBN}.
20154
20155 Below is a sample program that forms the basis of the examples that
20156 follow. This program has been compiled and loaded into @value{GDBN},
20157 much like any other normal debugging session.
20158
20159 @smallexample
20160 void function1 (void)
20161 @{
20162 int i = 42;
20163 printf ("function 1\n");
20164 @}
20165
20166 void function2 (void)
20167 @{
20168 int j = 12;
20169 function1 ();
20170 @}
20171
20172 int main(void)
20173 @{
20174 int k = 6;
20175 int *p;
20176 function2 ();
20177 return 0;
20178 @}
20179 @end smallexample
20180
20181 For the purposes of the examples in this section, the program above has
20182 been compiled, loaded into @value{GDBN}, stopped at the function
20183 @code{main}, and @value{GDBN} is awaiting input from the user.
20184
20185 To access variables and types for any program in @value{GDBN}, the
20186 program must be compiled and packaged with debug information. The
20187 @code{compile} command is not an exception to this rule. Without debug
20188 information, you can still use the @code{compile} command, but you will
20189 be very limited in what variables and types you can access.
20190
20191 So with that in mind, the example above has been compiled with debug
20192 information enabled. The @code{compile} command will have access to
20193 all variables and types (except those that may have been optimized
20194 out). Currently, as @value{GDBN} has stopped the program in the
20195 @code{main} function, the @code{compile} command would have access to
20196 the variable @code{k}. You could invoke the @code{compile} command
20197 and type some source code to set the value of @code{k}. You can also
20198 read it, or do anything with that variable you would normally do in
20199 @code{C}. Be aware that changes to inferior variables in the
20200 @code{compile} command are persistent. In the following example:
20201
20202 @smallexample
20203 compile code k = 3;
20204 @end smallexample
20205
20206 @noindent
20207 the variable @code{k} is now 3. It will retain that value until
20208 something else in the example program changes it, or another
20209 @code{compile} command changes it.
20210
20211 Normal scope and access rules apply to source code compiled and
20212 injected by the @code{compile} command. In the example, the variables
20213 @code{j} and @code{k} are not accessible yet, because the program is
20214 currently stopped in the @code{main} function, where these variables
20215 are not in scope. Therefore, the following command
20216
20217 @smallexample
20218 compile code j = 3;
20219 @end smallexample
20220
20221 @noindent
20222 will result in a compilation error message.
20223
20224 Once the program is continued, execution will bring these variables in
20225 scope, and they will become accessible; then the code you specify via
20226 the @code{compile} command will be able to access them.
20227
20228 You can create variables and types with the @code{compile} command as
20229 part of your source code. Variables and types that are created as part
20230 of the @code{compile} command are not visible to the rest of the program for
20231 the duration of its run. This example is valid:
20232
20233 @smallexample
20234 compile code int ff = 5; printf ("ff is %d\n", ff);
20235 @end smallexample
20236
20237 However, if you were to type the following into @value{GDBN} after that
20238 command has completed:
20239
20240 @smallexample
20241 compile code printf ("ff is %d\n'', ff);
20242 @end smallexample
20243
20244 @noindent
20245 a compiler error would be raised as the variable @code{ff} no longer
20246 exists. Object code generated and injected by the @code{compile}
20247 command is removed when its execution ends. Caution is advised
20248 when assigning to program variables values of variables created by the
20249 code submitted to the @code{compile} command. This example is valid:
20250
20251 @smallexample
20252 compile code int ff = 5; k = ff;
20253 @end smallexample
20254
20255 The value of the variable @code{ff} is assigned to @code{k}. The variable
20256 @code{k} does not require the existence of @code{ff} to maintain the value
20257 it has been assigned. However, pointers require particular care in
20258 assignment. If the source code compiled with the @code{compile} command
20259 changed the address of a pointer in the example program, perhaps to a
20260 variable created in the @code{compile} command, that pointer would point
20261 to an invalid location when the command exits. The following example
20262 would likely cause issues with your debugged program:
20263
20264 @smallexample
20265 compile code int ff = 5; p = &ff;
20266 @end smallexample
20267
20268 In this example, @code{p} would point to @code{ff} when the
20269 @code{compile} command is executing the source code provided to it.
20270 However, as variables in the (example) program persist with their
20271 assigned values, the variable @code{p} would point to an invalid
20272 location when the command exists. A general rule should be followed
20273 in that you should either assign @code{NULL} to any assigned pointers,
20274 or restore a valid location to the pointer before the command exits.
20275
20276 Similar caution must be exercised with any structs, unions, and typedefs
20277 defined in @code{compile} command. Types defined in the @code{compile}
20278 command will no longer be available in the next @code{compile} command.
20279 Therefore, if you cast a variable to a type defined in the
20280 @code{compile} command, care must be taken to ensure that any future
20281 need to resolve the type can be achieved.
20282
20283 @smallexample
20284 (gdb) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20285 (gdb) compile code printf ("%d\n", ((struct a *) argv)->a);
20286 gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20287 Compilation failed.
20288 (gdb) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
20289 42
20290 @end smallexample
20291
20292 Variables that have been optimized away by the compiler are not
20293 accessible to the code submitted to the @code{compile} command.
20294 Access to those variables will generate a compiler error which @value{GDBN}
20295 will print to the console.
20296 @end table
20297
20298 @subsection Compiler search for the @code{compile} command
20299
20300 @value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20301 which may not be obvious for remote targets of different architecture
20302 than where @value{GDBN} is running. Environment variable @code{PATH} on
20303 @value{GDBN} host is searched for @value{NGCC} binary matching the
20304 target architecture and operating system. This search can be overriden
20305 by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
20306 taken from shell that executed @value{GDBN}, it is not the value set by
20307 @value{GDBN} command @code{set environment}). @xref{Environment}.
20308
20309
20310 Specifically @code{PATH} is searched for binaries matching regular expression
20311 @code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20312 debugged. @var{arch} is processor name --- multiarch is supported, so for
20313 example both @code{i386} and @code{x86_64} targets look for pattern
20314 @code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20315 for pattern @code{s390x?}. @var{os} is currently supported only for
20316 pattern @code{linux(-gnu)?}.
20317
20318 On Posix hosts the compiler driver @value{GDBN} needs to find also
20319 shared library @file{libcc1.so} from the compiler. It is searched in
20320 default shared library search path (overridable with usual environment
20321 variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
20322 compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20323 according to the installation of the found compiler --- as possibly
20324 specified by the @code{set compile-gcc} command.
20325
20326 @table @code
20327 @item set compile-gcc
20328 @cindex compile command driver filename override
20329 Set compilation command used for compiling and injecting code with the
20330 @code{compile} commands. If this option is not set (it is set to
20331 an empty string), the search described above will occur --- that is the
20332 default.
20333
20334 @item show compile-gcc
20335 Displays the current compile command @value{NGCC} driver filename.
20336 If set, it is the main command @command{gcc}, found usually for example
20337 under name @file{x86_64-linux-gnu-gcc}.
20338 @end table
20339
20340 @node GDB Files
20341 @chapter @value{GDBN} Files
20342
20343 @value{GDBN} needs to know the file name of the program to be debugged,
20344 both in order to read its symbol table and in order to start your
20345 program. To debug a core dump of a previous run, you must also tell
20346 @value{GDBN} the name of the core dump file.
20347
20348 @menu
20349 * Files:: Commands to specify files
20350 * File Caching:: Information about @value{GDBN}'s file caching
20351 * Separate Debug Files:: Debugging information in separate files
20352 * MiniDebugInfo:: Debugging information in a special section
20353 * Index Files:: Index files speed up GDB
20354 * Symbol Errors:: Errors reading symbol files
20355 * Data Files:: GDB data files
20356 @end menu
20357
20358 @node Files
20359 @section Commands to Specify Files
20360
20361 @cindex symbol table
20362 @cindex core dump file
20363
20364 You may want to specify executable and core dump file names. The usual
20365 way to do this is at start-up time, using the arguments to
20366 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20367 Out of @value{GDBN}}).
20368
20369 Occasionally it is necessary to change to a different file during a
20370 @value{GDBN} session. Or you may run @value{GDBN} and forget to
20371 specify a file you want to use. Or you are debugging a remote target
20372 via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20373 Program}). In these situations the @value{GDBN} commands to specify
20374 new files are useful.
20375
20376 @table @code
20377 @cindex executable file
20378 @kindex file
20379 @item file @var{filename}
20380 Use @var{filename} as the program to be debugged. It is read for its
20381 symbols and for the contents of pure memory. It is also the program
20382 executed when you use the @code{run} command. If you do not specify a
20383 directory and the file is not found in the @value{GDBN} working directory,
20384 @value{GDBN} uses the environment variable @code{PATH} as a list of
20385 directories to search, just as the shell does when looking for a program
20386 to run. You can change the value of this variable, for both @value{GDBN}
20387 and your program, using the @code{path} command.
20388
20389 @cindex unlinked object files
20390 @cindex patching object files
20391 You can load unlinked object @file{.o} files into @value{GDBN} using
20392 the @code{file} command. You will not be able to ``run'' an object
20393 file, but you can disassemble functions and inspect variables. Also,
20394 if the underlying BFD functionality supports it, you could use
20395 @kbd{gdb -write} to patch object files using this technique. Note
20396 that @value{GDBN} can neither interpret nor modify relocations in this
20397 case, so branches and some initialized variables will appear to go to
20398 the wrong place. But this feature is still handy from time to time.
20399
20400 @item file
20401 @code{file} with no argument makes @value{GDBN} discard any information it
20402 has on both executable file and the symbol table.
20403
20404 @kindex exec-file
20405 @item exec-file @r{[} @var{filename} @r{]}
20406 Specify that the program to be run (but not the symbol table) is found
20407 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
20408 if necessary to locate your program. Omitting @var{filename} means to
20409 discard information on the executable file.
20410
20411 @kindex symbol-file
20412 @item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
20413 Read symbol table information from file @var{filename}. @code{PATH} is
20414 searched when necessary. Use the @code{file} command to get both symbol
20415 table and program to run from the same file.
20416
20417 If an optional @var{offset} is specified, it is added to the start
20418 address of each section in the symbol file. This is useful if the
20419 program is relocated at runtime, such as the Linux kernel with kASLR
20420 enabled.
20421
20422 @code{symbol-file} with no argument clears out @value{GDBN} information on your
20423 program's symbol table.
20424
20425 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20426 some breakpoints and auto-display expressions. This is because they may
20427 contain pointers to the internal data recording symbols and data types,
20428 which are part of the old symbol table data being discarded inside
20429 @value{GDBN}.
20430
20431 @code{symbol-file} does not repeat if you press @key{RET} again after
20432 executing it once.
20433
20434 When @value{GDBN} is configured for a particular environment, it
20435 understands debugging information in whatever format is the standard
20436 generated for that environment; you may use either a @sc{gnu} compiler, or
20437 other compilers that adhere to the local conventions.
20438 Best results are usually obtained from @sc{gnu} compilers; for example,
20439 using @code{@value{NGCC}} you can generate debugging information for
20440 optimized code.
20441
20442 For most kinds of object files, with the exception of old SVR3 systems
20443 using COFF, the @code{symbol-file} command does not normally read the
20444 symbol table in full right away. Instead, it scans the symbol table
20445 quickly to find which source files and which symbols are present. The
20446 details are read later, one source file at a time, as they are needed.
20447
20448 The purpose of this two-stage reading strategy is to make @value{GDBN}
20449 start up faster. For the most part, it is invisible except for
20450 occasional pauses while the symbol table details for a particular source
20451 file are being read. (The @code{set verbose} command can turn these
20452 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
20453 Warnings and Messages}.)
20454
20455 We have not implemented the two-stage strategy for COFF yet. When the
20456 symbol table is stored in COFF format, @code{symbol-file} reads the
20457 symbol table data in full right away. Note that ``stabs-in-COFF''
20458 still does the two-stage strategy, since the debug info is actually
20459 in stabs format.
20460
20461 @kindex readnow
20462 @cindex reading symbols immediately
20463 @cindex symbols, reading immediately
20464 @item symbol-file @r{[} -readnow @r{]} @var{filename}
20465 @itemx file @r{[} -readnow @r{]} @var{filename}
20466 You can override the @value{GDBN} two-stage strategy for reading symbol
20467 tables by using the @samp{-readnow} option with any of the commands that
20468 load symbol table information, if you want to be sure @value{GDBN} has the
20469 entire symbol table available.
20470
20471 @cindex @code{-readnever}, option for symbol-file command
20472 @cindex never read symbols
20473 @cindex symbols, never read
20474 @item symbol-file @r{[} -readnever @r{]} @var{filename}
20475 @itemx file @r{[} -readnever @r{]} @var{filename}
20476 You can instruct @value{GDBN} to never read the symbolic information
20477 contained in @var{filename} by using the @samp{-readnever} option.
20478 @xref{--readnever}.
20479
20480 @c FIXME: for now no mention of directories, since this seems to be in
20481 @c flux. 13mar1992 status is that in theory GDB would look either in
20482 @c current dir or in same dir as myprog; but issues like competing
20483 @c GDB's, or clutter in system dirs, mean that in practice right now
20484 @c only current dir is used. FFish says maybe a special GDB hierarchy
20485 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20486 @c files.
20487
20488 @kindex core-file
20489 @item core-file @r{[}@var{filename}@r{]}
20490 @itemx core
20491 Specify the whereabouts of a core dump file to be used as the ``contents
20492 of memory''. Traditionally, core files contain only some parts of the
20493 address space of the process that generated them; @value{GDBN} can access the
20494 executable file itself for other parts.
20495
20496 @code{core-file} with no argument specifies that no core file is
20497 to be used.
20498
20499 Note that the core file is ignored when your program is actually running
20500 under @value{GDBN}. So, if you have been running your program and you
20501 wish to debug a core file instead, you must kill the subprocess in which
20502 the program is running. To do this, use the @code{kill} command
20503 (@pxref{Kill Process, ,Killing the Child Process}).
20504
20505 @kindex add-symbol-file
20506 @cindex dynamic linking
20507 @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{]}
20508 The @code{add-symbol-file} command reads additional symbol table
20509 information from the file @var{filename}. You would use this command
20510 when @var{filename} has been dynamically loaded (by some other means)
20511 into the program that is running. The @var{textaddress} parameter gives
20512 the memory address at which the file's text section has been loaded.
20513 You can additionally specify the base address of other sections using
20514 an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20515 If a section is omitted, @value{GDBN} will use its default addresses
20516 as found in @var{filename}. Any @var{address} or @var{textaddress}
20517 can be given as an expression.
20518
20519 If an optional @var{offset} is specified, it is added to the start
20520 address of each section, except those for which the address was
20521 specified explicitly.
20522
20523 The symbol table of the file @var{filename} is added to the symbol table
20524 originally read with the @code{symbol-file} command. You can use the
20525 @code{add-symbol-file} command any number of times; the new symbol data
20526 thus read is kept in addition to the old.
20527
20528 Changes can be reverted using the command @code{remove-symbol-file}.
20529
20530 @cindex relocatable object files, reading symbols from
20531 @cindex object files, relocatable, reading symbols from
20532 @cindex reading symbols from relocatable object files
20533 @cindex symbols, reading from relocatable object files
20534 @cindex @file{.o} files, reading symbols from
20535 Although @var{filename} is typically a shared library file, an
20536 executable file, or some other object file which has been fully
20537 relocated for loading into a process, you can also load symbolic
20538 information from relocatable @file{.o} files, as long as:
20539
20540 @itemize @bullet
20541 @item
20542 the file's symbolic information refers only to linker symbols defined in
20543 that file, not to symbols defined by other object files,
20544 @item
20545 every section the file's symbolic information refers to has actually
20546 been loaded into the inferior, as it appears in the file, and
20547 @item
20548 you can determine the address at which every section was loaded, and
20549 provide these to the @code{add-symbol-file} command.
20550 @end itemize
20551
20552 @noindent
20553 Some embedded operating systems, like Sun Chorus and VxWorks, can load
20554 relocatable files into an already running program; such systems
20555 typically make the requirements above easy to meet. However, it's
20556 important to recognize that many native systems use complex link
20557 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
20558 assembly, for example) that make the requirements difficult to meet. In
20559 general, one cannot assume that using @code{add-symbol-file} to read a
20560 relocatable object file's symbolic information will have the same effect
20561 as linking the relocatable object file into the program in the normal
20562 way.
20563
20564 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20565
20566 @kindex remove-symbol-file
20567 @item remove-symbol-file @var{filename}
20568 @item remove-symbol-file -a @var{address}
20569 Remove a symbol file added via the @code{add-symbol-file} command. The
20570 file to remove can be identified by its @var{filename} or by an @var{address}
20571 that lies within the boundaries of this symbol file in memory. Example:
20572
20573 @smallexample
20574 (gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
20575 add symbol table from file "/home/user/gdb/mylib.so" at
20576 .text_addr = 0x7ffff7ff9480
20577 (y or n) y
20578 Reading symbols from /home/user/gdb/mylib.so...
20579 (gdb) remove-symbol-file -a 0x7ffff7ff9480
20580 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
20581 (gdb)
20582 @end smallexample
20583
20584
20585 @code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20586
20587 @kindex add-symbol-file-from-memory
20588 @cindex @code{syscall DSO}
20589 @cindex load symbols from memory
20590 @item add-symbol-file-from-memory @var{address}
20591 Load symbols from the given @var{address} in a dynamically loaded
20592 object file whose image is mapped directly into the inferior's memory.
20593 For example, the Linux kernel maps a @code{syscall DSO} into each
20594 process's address space; this DSO provides kernel-specific code for
20595 some system calls. The argument can be any expression whose
20596 evaluation yields the address of the file's shared object file header.
20597 For this command to work, you must have used @code{symbol-file} or
20598 @code{exec-file} commands in advance.
20599
20600 @kindex section
20601 @item section @var{section} @var{addr}
20602 The @code{section} command changes the base address of the named
20603 @var{section} of the exec file to @var{addr}. This can be used if the
20604 exec file does not contain section addresses, (such as in the
20605 @code{a.out} format), or when the addresses specified in the file
20606 itself are wrong. Each section must be changed separately. The
20607 @code{info files} command, described below, lists all the sections and
20608 their addresses.
20609
20610 @kindex info files
20611 @kindex info target
20612 @item info files
20613 @itemx info target
20614 @code{info files} and @code{info target} are synonymous; both print the
20615 current target (@pxref{Targets, ,Specifying a Debugging Target}),
20616 including the names of the executable and core dump files currently in
20617 use by @value{GDBN}, and the files from which symbols were loaded. The
20618 command @code{help target} lists all possible targets rather than
20619 current ones.
20620
20621 @kindex maint info sections
20622 @item maint info sections @r{[}-all-objects@r{]} @r{[}@var{filter-list}@r{]}
20623 Another command that can give you extra information about program sections
20624 is @code{maint info sections}. In addition to the section information
20625 displayed by @code{info files}, this command displays the flags and file
20626 offset of each section in the executable and core dump files.
20627
20628 When @samp{-all-objects} is passed then sections from all loaded object
20629 files, including shared libraries, are printed.
20630
20631 The optional @var{filter-list} is a space separated list of filter
20632 keywords. Sections that match any one of the filter criteria will be
20633 printed. There are two types of filter:
20634
20635 @table @code
20636 @item @var{section-name}
20637 Display information about any section named @var{section-name}.
20638 @item @var{section-flag}
20639 Display information for any section with @var{section-flag}. The
20640 section flags that @value{GDBN} currently knows about are:
20641 @table @code
20642 @item ALLOC
20643 Section will have space allocated in the process when loaded.
20644 Set for all sections except those containing debug information.
20645 @item LOAD
20646 Section will be loaded from the file into the child process memory.
20647 Set for pre-initialized code and data, clear for @code{.bss} sections.
20648 @item RELOC
20649 Section needs to be relocated before loading.
20650 @item READONLY
20651 Section cannot be modified by the child process.
20652 @item CODE
20653 Section contains executable code only.
20654 @item DATA
20655 Section contains data only (no executable code).
20656 @item ROM
20657 Section will reside in ROM.
20658 @item CONSTRUCTOR
20659 Section contains data for constructor/destructor lists.
20660 @item HAS_CONTENTS
20661 Section is not empty.
20662 @item NEVER_LOAD
20663 An instruction to the linker to not output the section.
20664 @item COFF_SHARED_LIBRARY
20665 A notification to the linker that the section contains
20666 COFF shared library information.
20667 @item IS_COMMON
20668 Section contains common symbols.
20669 @end table
20670 @end table
20671 @kindex set trust-readonly-sections
20672 @cindex read-only sections
20673 @item set trust-readonly-sections on
20674 Tell @value{GDBN} that readonly sections in your object file
20675 really are read-only (i.e.@: that their contents will not change).
20676 In that case, @value{GDBN} can fetch values from these sections
20677 out of the object file, rather than from the target program.
20678 For some targets (notably embedded ones), this can be a significant
20679 enhancement to debugging performance.
20680
20681 The default is off.
20682
20683 @item set trust-readonly-sections off
20684 Tell @value{GDBN} not to trust readonly sections. This means that
20685 the contents of the section might change while the program is running,
20686 and must therefore be fetched from the target when needed.
20687
20688 @item show trust-readonly-sections
20689 Show the current setting of trusting readonly sections.
20690 @end table
20691
20692 All file-specifying commands allow both absolute and relative file names
20693 as arguments. @value{GDBN} always converts the file name to an absolute file
20694 name and remembers it that way.
20695
20696 @cindex shared libraries
20697 @anchor{Shared Libraries}
20698 @value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20699 Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20700 DSBT (TIC6X) shared libraries.
20701
20702 On MS-Windows @value{GDBN} must be linked with the Expat library to support
20703 shared libraries. @xref{Expat}.
20704
20705 @value{GDBN} automatically loads symbol definitions from shared libraries
20706 when you use the @code{run} command, or when you examine a core file.
20707 (Before you issue the @code{run} command, @value{GDBN} does not understand
20708 references to a function in a shared library, however---unless you are
20709 debugging a core file).
20710
20711 @c FIXME: some @value{GDBN} release may permit some refs to undef
20712 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20713 @c FIXME...lib; check this from time to time when updating manual
20714
20715 There are times, however, when you may wish to not automatically load
20716 symbol definitions from shared libraries, such as when they are
20717 particularly large or there are many of them.
20718
20719 To control the automatic loading of shared library symbols, use the
20720 commands:
20721
20722 @table @code
20723 @kindex set auto-solib-add
20724 @item set auto-solib-add @var{mode}
20725 If @var{mode} is @code{on}, symbols from all shared object libraries
20726 will be loaded automatically when the inferior begins execution, you
20727 attach to an independently started inferior, or when the dynamic linker
20728 informs @value{GDBN} that a new library has been loaded. If @var{mode}
20729 is @code{off}, symbols must be loaded manually, using the
20730 @code{sharedlibrary} command. The default value is @code{on}.
20731
20732 @cindex memory used for symbol tables
20733 If your program uses lots of shared libraries with debug info that
20734 takes large amounts of memory, you can decrease the @value{GDBN}
20735 memory footprint by preventing it from automatically loading the
20736 symbols from shared libraries. To that end, type @kbd{set
20737 auto-solib-add off} before running the inferior, then load each
20738 library whose debug symbols you do need with @kbd{sharedlibrary
20739 @var{regexp}}, where @var{regexp} is a regular expression that matches
20740 the libraries whose symbols you want to be loaded.
20741
20742 @kindex show auto-solib-add
20743 @item show auto-solib-add
20744 Display the current autoloading mode.
20745 @end table
20746
20747 @cindex load shared library
20748 To explicitly load shared library symbols, use the @code{sharedlibrary}
20749 command:
20750
20751 @table @code
20752 @kindex info sharedlibrary
20753 @kindex info share
20754 @item info share @var{regex}
20755 @itemx info sharedlibrary @var{regex}
20756 Print the names of the shared libraries which are currently loaded
20757 that match @var{regex}. If @var{regex} is omitted then print
20758 all shared libraries that are loaded.
20759
20760 @kindex info dll
20761 @item info dll @var{regex}
20762 This is an alias of @code{info sharedlibrary}.
20763
20764 @kindex sharedlibrary
20765 @kindex share
20766 @item sharedlibrary @var{regex}
20767 @itemx share @var{regex}
20768 Load shared object library symbols for files matching a
20769 Unix regular expression.
20770 As with files loaded automatically, it only loads shared libraries
20771 required by your program for a core file or after typing @code{run}. If
20772 @var{regex} is omitted all shared libraries required by your program are
20773 loaded.
20774
20775 @item nosharedlibrary
20776 @kindex nosharedlibrary
20777 @cindex unload symbols from shared libraries
20778 Unload all shared object library symbols. This discards all symbols
20779 that have been loaded from all shared libraries. Symbols from shared
20780 libraries that were loaded by explicit user requests are not
20781 discarded.
20782 @end table
20783
20784 Sometimes you may wish that @value{GDBN} stops and gives you control
20785 when any of shared library events happen. The best way to do this is
20786 to use @code{catch load} and @code{catch unload} (@pxref{Set
20787 Catchpoints}).
20788
20789 @value{GDBN} also supports the @code{set stop-on-solib-events}
20790 command for this. This command exists for historical reasons. It is
20791 less useful than setting a catchpoint, because it does not allow for
20792 conditions or commands as a catchpoint does.
20793
20794 @table @code
20795 @item set stop-on-solib-events
20796 @kindex set stop-on-solib-events
20797 This command controls whether @value{GDBN} should give you control
20798 when the dynamic linker notifies it about some shared library event.
20799 The most common event of interest is loading or unloading of a new
20800 shared library.
20801
20802 @item show stop-on-solib-events
20803 @kindex show stop-on-solib-events
20804 Show whether @value{GDBN} stops and gives you control when shared
20805 library events happen.
20806 @end table
20807
20808 Shared libraries are also supported in many cross or remote debugging
20809 configurations. @value{GDBN} needs to have access to the target's libraries;
20810 this can be accomplished either by providing copies of the libraries
20811 on the host system, or by asking @value{GDBN} to automatically retrieve the
20812 libraries from the target. If copies of the target libraries are
20813 provided, they need to be the same as the target libraries, although the
20814 copies on the target can be stripped as long as the copies on the host are
20815 not.
20816
20817 @cindex where to look for shared libraries
20818 For remote debugging, you need to tell @value{GDBN} where the target
20819 libraries are, so that it can load the correct copies---otherwise, it
20820 may try to load the host's libraries. @value{GDBN} has two variables
20821 to specify the search directories for target libraries.
20822
20823 @table @code
20824 @cindex prefix for executable and shared library file names
20825 @cindex system root, alternate
20826 @kindex set solib-absolute-prefix
20827 @kindex set sysroot
20828 @item set sysroot @var{path}
20829 Use @var{path} as the system root for the program being debugged. Any
20830 absolute shared library paths will be prefixed with @var{path}; many
20831 runtime loaders store the absolute paths to the shared library in the
20832 target program's memory. When starting processes remotely, and when
20833 attaching to already-running processes (local or remote), their
20834 executable filenames will be prefixed with @var{path} if reported to
20835 @value{GDBN} as absolute by the operating system. If you use
20836 @code{set sysroot} to find executables and shared libraries, they need
20837 to be laid out in the same way that they are on the target, with
20838 e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
20839 @var{path}.
20840
20841 If @var{path} starts with the sequence @file{target:} and the target
20842 system is remote then @value{GDBN} will retrieve the target binaries
20843 from the remote system. This is only supported when using a remote
20844 target that supports the @code{remote get} command (@pxref{File
20845 Transfer,,Sending files to a remote system}). The part of @var{path}
20846 following the initial @file{target:} (if present) is used as system
20847 root prefix on the remote file system. If @var{path} starts with the
20848 sequence @file{remote:} this is converted to the sequence
20849 @file{target:} by @code{set sysroot}@footnote{Historically the
20850 functionality to retrieve binaries from the remote system was
20851 provided by prefixing @var{path} with @file{remote:}}. If you want
20852 to specify a local system root using a directory that happens to be
20853 named @file{target:} or @file{remote:}, you need to use some
20854 equivalent variant of the name like @file{./target:}.
20855
20856 For targets with an MS-DOS based filesystem, such as MS-Windows,
20857 @value{GDBN} tries prefixing a few variants of the target
20858 absolute file name with @var{path}. But first, on Unix hosts,
20859 @value{GDBN} converts all backslash directory separators into forward
20860 slashes, because the backslash is not a directory separator on Unix:
20861
20862 @smallexample
20863 c:\foo\bar.dll @result{} c:/foo/bar.dll
20864 @end smallexample
20865
20866 Then, @value{GDBN} attempts prefixing the target file name with
20867 @var{path}, and looks for the resulting file name in the host file
20868 system:
20869
20870 @smallexample
20871 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
20872 @end smallexample
20873
20874 If that does not find the binary, @value{GDBN} tries removing
20875 the @samp{:} character from the drive spec, both for convenience, and,
20876 for the case of the host file system not supporting file names with
20877 colons:
20878
20879 @smallexample
20880 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
20881 @end smallexample
20882
20883 This makes it possible to have a system root that mirrors a target
20884 with more than one drive. E.g., you may want to setup your local
20885 copies of the target system shared libraries like so (note @samp{c} vs
20886 @samp{z}):
20887
20888 @smallexample
20889 @file{/path/to/sysroot/c/sys/bin/foo.dll}
20890 @file{/path/to/sysroot/c/sys/bin/bar.dll}
20891 @file{/path/to/sysroot/z/sys/bin/bar.dll}
20892 @end smallexample
20893
20894 @noindent
20895 and point the system root at @file{/path/to/sysroot}, so that
20896 @value{GDBN} can find the correct copies of both
20897 @file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
20898
20899 If that still does not find the binary, @value{GDBN} tries
20900 removing the whole drive spec from the target file name:
20901
20902 @smallexample
20903 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
20904 @end smallexample
20905
20906 This last lookup makes it possible to not care about the drive name,
20907 if you don't want or need to.
20908
20909 The @code{set solib-absolute-prefix} command is an alias for @code{set
20910 sysroot}.
20911
20912 @cindex default system root
20913 @cindex @samp{--with-sysroot}
20914 You can set the default system root by using the configure-time
20915 @samp{--with-sysroot} option. If the system root is inside
20916 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20917 @samp{--exec-prefix}), then the default system root will be updated
20918 automatically if the installed @value{GDBN} is moved to a new
20919 location.
20920
20921 @kindex show sysroot
20922 @item show sysroot
20923 Display the current executable and shared library prefix.
20924
20925 @kindex set solib-search-path
20926 @item set solib-search-path @var{path}
20927 If this variable is set, @var{path} is a colon-separated list of
20928 directories to search for shared libraries. @samp{solib-search-path}
20929 is used after @samp{sysroot} fails to locate the library, or if the
20930 path to the library is relative instead of absolute. If you want to
20931 use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
20932 @samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
20933 finding your host's libraries. @samp{sysroot} is preferred; setting
20934 it to a nonexistent directory may interfere with automatic loading
20935 of shared library symbols.
20936
20937 @kindex show solib-search-path
20938 @item show solib-search-path
20939 Display the current shared library search path.
20940
20941 @cindex DOS file-name semantics of file names.
20942 @kindex set target-file-system-kind (unix|dos-based|auto)
20943 @kindex show target-file-system-kind
20944 @item set target-file-system-kind @var{kind}
20945 Set assumed file system kind for target reported file names.
20946
20947 Shared library file names as reported by the target system may not
20948 make sense as is on the system @value{GDBN} is running on. For
20949 example, when remote debugging a target that has MS-DOS based file
20950 system semantics, from a Unix host, the target may be reporting to
20951 @value{GDBN} a list of loaded shared libraries with file names such as
20952 @file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
20953 drive letters, so the @samp{c:\} prefix is not normally understood as
20954 indicating an absolute file name, and neither is the backslash
20955 normally considered a directory separator character. In that case,
20956 the native file system would interpret this whole absolute file name
20957 as a relative file name with no directory components. This would make
20958 it impossible to point @value{GDBN} at a copy of the remote target's
20959 shared libraries on the host using @code{set sysroot}, and impractical
20960 with @code{set solib-search-path}. Setting
20961 @code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
20962 to interpret such file names similarly to how the target would, and to
20963 map them to file names valid on @value{GDBN}'s native file system
20964 semantics. The value of @var{kind} can be @code{"auto"}, in addition
20965 to one of the supported file system kinds. In that case, @value{GDBN}
20966 tries to determine the appropriate file system variant based on the
20967 current target's operating system (@pxref{ABI, ,Configuring the
20968 Current ABI}). The supported file system settings are:
20969
20970 @table @code
20971 @item unix
20972 Instruct @value{GDBN} to assume the target file system is of Unix
20973 kind. Only file names starting the forward slash (@samp{/}) character
20974 are considered absolute, and the directory separator character is also
20975 the forward slash.
20976
20977 @item dos-based
20978 Instruct @value{GDBN} to assume the target file system is DOS based.
20979 File names starting with either a forward slash, or a drive letter
20980 followed by a colon (e.g., @samp{c:}), are considered absolute, and
20981 both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20982 considered directory separators.
20983
20984 @item auto
20985 Instruct @value{GDBN} to use the file system kind associated with the
20986 target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20987 This is the default.
20988 @end table
20989 @end table
20990
20991 @cindex file name canonicalization
20992 @cindex base name differences
20993 When processing file names provided by the user, @value{GDBN}
20994 frequently needs to compare them to the file names recorded in the
20995 program's debug info. Normally, @value{GDBN} compares just the
20996 @dfn{base names} of the files as strings, which is reasonably fast
20997 even for very large programs. (The base name of a file is the last
20998 portion of its name, after stripping all the leading directories.)
20999 This shortcut in comparison is based upon the assumption that files
21000 cannot have more than one base name. This is usually true, but
21001 references to files that use symlinks or similar filesystem
21002 facilities violate that assumption. If your program records files
21003 using such facilities, or if you provide file names to @value{GDBN}
21004 using symlinks etc., you can set @code{basenames-may-differ} to
21005 @code{true} to instruct @value{GDBN} to completely canonicalize each
21006 pair of file names it needs to compare. This will make file-name
21007 comparisons accurate, but at a price of a significant slowdown.
21008
21009 @table @code
21010 @item set basenames-may-differ
21011 @kindex set basenames-may-differ
21012 Set whether a source file may have multiple base names.
21013
21014 @item show basenames-may-differ
21015 @kindex show basenames-may-differ
21016 Show whether a source file may have multiple base names.
21017 @end table
21018
21019 @node File Caching
21020 @section File Caching
21021 @cindex caching of opened files
21022 @cindex caching of bfd objects
21023
21024 To speed up file loading, and reduce memory usage, @value{GDBN} will
21025 reuse the @code{bfd} objects used to track open files. @xref{Top, ,
21026 BFD, bfd, The Binary File Descriptor Library}. The following commands
21027 allow visibility and control of the caching behavior.
21028
21029 @table @code
21030 @kindex maint info bfds
21031 @item maint info bfds
21032 This prints information about each @code{bfd} object that is known to
21033 @value{GDBN}.
21034
21035 @kindex maint set bfd-sharing
21036 @kindex maint show bfd-sharing
21037 @kindex bfd caching
21038 @item maint set bfd-sharing
21039 @item maint show bfd-sharing
21040 Control whether @code{bfd} objects can be shared. When sharing is
21041 enabled @value{GDBN} reuses already open @code{bfd} objects rather
21042 than reopening the same file. Turning sharing off does not cause
21043 already shared @code{bfd} objects to be unshared, but all future files
21044 that are opened will create a new @code{bfd} object. Similarly,
21045 re-enabling sharing does not cause multiple existing @code{bfd}
21046 objects to be collapsed into a single shared @code{bfd} object.
21047
21048 @kindex set debug bfd-cache @var{level}
21049 @kindex bfd caching
21050 @item set debug bfd-cache @var{level}
21051 Turns on debugging of the bfd cache, setting the level to @var{level}.
21052
21053 @kindex show debug bfd-cache
21054 @kindex bfd caching
21055 @item show debug bfd-cache
21056 Show the current debugging level of the bfd cache.
21057 @end table
21058
21059 @node Separate Debug Files
21060 @section Debugging Information in Separate Files
21061 @cindex separate debugging information files
21062 @cindex debugging information in separate files
21063 @cindex @file{.debug} subdirectories
21064 @cindex debugging information directory, global
21065 @cindex global debugging information directories
21066 @cindex build ID, and separate debugging files
21067 @cindex @file{.build-id} directory
21068
21069 @value{GDBN} allows you to put a program's debugging information in a
21070 file separate from the executable itself, in a way that allows
21071 @value{GDBN} to find and load the debugging information automatically.
21072 Since debugging information can be very large---sometimes larger
21073 than the executable code itself---some systems distribute debugging
21074 information for their executables in separate files, which users can
21075 install only when they need to debug a problem.
21076
21077 @value{GDBN} supports two ways of specifying the separate debug info
21078 file:
21079
21080 @itemize @bullet
21081 @item
21082 The executable contains a @dfn{debug link} that specifies the name of
21083 the separate debug info file. The separate debug file's name is
21084 usually @file{@var{executable}.debug}, where @var{executable} is the
21085 name of the corresponding executable file without leading directories
21086 (e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
21087 debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
21088 checksum for the debug file, which @value{GDBN} uses to validate that
21089 the executable and the debug file came from the same build.
21090
21091 @item
21092 @anchor{build ID}
21093 The executable contains a @dfn{build ID}, a unique bit string that is
21094 also present in the corresponding debug info file. (This is supported
21095 only on some operating systems, when using the ELF or PE file formats
21096 for binary files and the @sc{gnu} Binutils.) For more details about
21097 this feature, see the description of the @option{--build-id}
21098 command-line option in @ref{Options, , Command Line Options, ld,
21099 The GNU Linker}. The debug info file's name is not specified
21100 explicitly by the build ID, but can be computed from the build ID, see
21101 below.
21102 @end itemize
21103
21104 Depending on the way the debug info file is specified, @value{GDBN}
21105 uses two different methods of looking for the debug file:
21106
21107 @itemize @bullet
21108 @item
21109 For the ``debug link'' method, @value{GDBN} looks up the named file in
21110 the directory of the executable file, then in a subdirectory of that
21111 directory named @file{.debug}, and finally under each one of the
21112 global debug directories, in a subdirectory whose name is identical to
21113 the leading directories of the executable's absolute file name. (On
21114 MS-Windows/MS-DOS, the drive letter of the executable's leading
21115 directories is converted to a one-letter subdirectory, i.e.@:
21116 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
21117 filesystems disallow colons in file names.)
21118
21119 @item
21120 For the ``build ID'' method, @value{GDBN} looks in the
21121 @file{.build-id} subdirectory of each one of the global debug directories for
21122 a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
21123 first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
21124 are the rest of the bit string. (Real build ID strings are 32 or more
21125 hex characters, not 10.)
21126 @end itemize
21127
21128 So, for example, suppose you ask @value{GDBN} to debug
21129 @file{/usr/bin/ls}, which has a debug link that specifies the
21130 file @file{ls.debug}, and a build ID whose value in hex is
21131 @code{abcdef1234}. If the list of the global debug directories includes
21132 @file{/usr/lib/debug}, then @value{GDBN} will look for the following
21133 debug information files, in the indicated order:
21134
21135 @itemize @minus
21136 @item
21137 @file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
21138 @item
21139 @file{/usr/bin/ls.debug}
21140 @item
21141 @file{/usr/bin/.debug/ls.debug}
21142 @item
21143 @file{/usr/lib/debug/usr/bin/ls.debug}.
21144 @end itemize
21145
21146 @anchor{debug-file-directory}
21147 Global debugging info directories default to what is set by @value{GDBN}
21148 configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21149 you can also set the global debugging info directories, and view the list
21150 @value{GDBN} is currently using.
21151
21152 @table @code
21153
21154 @kindex set debug-file-directory
21155 @item set debug-file-directory @var{directories}
21156 Set the directories which @value{GDBN} searches for separate debugging
21157 information files to @var{directory}. Multiple path components can be set
21158 concatenating them by a path separator.
21159
21160 @kindex show debug-file-directory
21161 @item show debug-file-directory
21162 Show the directories @value{GDBN} searches for separate debugging
21163 information files.
21164
21165 @end table
21166
21167 @cindex @code{.gnu_debuglink} sections
21168 @cindex debug link sections
21169 A debug link is a special section of the executable file named
21170 @code{.gnu_debuglink}. The section must contain:
21171
21172 @itemize
21173 @item
21174 A filename, with any leading directory components removed, followed by
21175 a zero byte,
21176 @item
21177 zero to three bytes of padding, as needed to reach the next four-byte
21178 boundary within the section, and
21179 @item
21180 a four-byte CRC checksum, stored in the same endianness used for the
21181 executable file itself. The checksum is computed on the debugging
21182 information file's full contents by the function given below, passing
21183 zero as the @var{crc} argument.
21184 @end itemize
21185
21186 Any executable file format can carry a debug link, as long as it can
21187 contain a section named @code{.gnu_debuglink} with the contents
21188 described above.
21189
21190 @cindex @code{.note.gnu.build-id} sections
21191 @cindex build ID sections
21192 The build ID is a special section in the executable file (and in other
21193 ELF binary files that @value{GDBN} may consider). This section is
21194 often named @code{.note.gnu.build-id}, but that name is not mandatory.
21195 It contains unique identification for the built files---the ID remains
21196 the same across multiple builds of the same build tree. The default
21197 algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21198 content for the build ID string. The same section with an identical
21199 value is present in the original built binary with symbols, in its
21200 stripped variant, and in the separate debugging information file.
21201
21202 The debugging information file itself should be an ordinary
21203 executable, containing a full set of linker symbols, sections, and
21204 debugging information. The sections of the debugging information file
21205 should have the same names, addresses, and sizes as the original file,
21206 but they need not contain any data---much like a @code{.bss} section
21207 in an ordinary executable.
21208
21209 The @sc{gnu} binary utilities (Binutils) package includes the
21210 @samp{objcopy} utility that can produce
21211 the separated executable / debugging information file pairs using the
21212 following commands:
21213
21214 @smallexample
21215 @kbd{objcopy --only-keep-debug foo foo.debug}
21216 @kbd{strip -g foo}
21217 @end smallexample
21218
21219 @noindent
21220 These commands remove the debugging
21221 information from the executable file @file{foo} and place it in the file
21222 @file{foo.debug}. You can use the first, second or both methods to link the
21223 two files:
21224
21225 @itemize @bullet
21226 @item
21227 The debug link method needs the following additional command to also leave
21228 behind a debug link in @file{foo}:
21229
21230 @smallexample
21231 @kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21232 @end smallexample
21233
21234 Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
21235 a version of the @code{strip} command such that the command @kbd{strip foo -f
21236 foo.debug} has the same functionality as the two @code{objcopy} commands and
21237 the @code{ln -s} command above, together.
21238
21239 @item
21240 Build ID gets embedded into the main executable using @code{ld --build-id} or
21241 the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21242 compatibility fixes for debug files separation are present in @sc{gnu} binary
21243 utilities (Binutils) package since version 2.18.
21244 @end itemize
21245
21246 @noindent
21247
21248 @cindex CRC algorithm definition
21249 The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21250 IEEE 802.3 using the polynomial:
21251
21252 @c TexInfo requires naked braces for multi-digit exponents for Tex
21253 @c output, but this causes HTML output to barf. HTML has to be set using
21254 @c raw commands. So we end up having to specify this equation in 2
21255 @c different ways!
21256 @ifhtml
21257 @display
21258 @html
21259 <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>
21260 + <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
21261 @end html
21262 @end display
21263 @end ifhtml
21264 @ifnothtml
21265 @display
21266 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21267 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21268 @end display
21269 @end ifnothtml
21270
21271 The function is computed byte at a time, taking the least
21272 significant bit of each byte first. The initial pattern
21273 @code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21274 the final result is inverted to ensure trailing zeros also affect the
21275 CRC.
21276
21277 @emph{Note:} This is the same CRC polynomial as used in handling the
21278 @dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21279 However in the case of the Remote Serial Protocol, the CRC is computed
21280 @emph{most} significant bit first, and the result is not inverted, so
21281 trailing zeros have no effect on the CRC value.
21282
21283 To complete the description, we show below the code of the function
21284 which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21285 initially supplied @code{crc} argument means that an initial call to
21286 this function passing in zero will start computing the CRC using
21287 @code{0xffffffff}.
21288
21289 @kindex gnu_debuglink_crc32
21290 @smallexample
21291 unsigned long
21292 gnu_debuglink_crc32 (unsigned long crc,
21293 unsigned char *buf, size_t len)
21294 @{
21295 static const unsigned long crc32_table[256] =
21296 @{
21297 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21298 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21299 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21300 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21301 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21302 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21303 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21304 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21305 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21306 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21307 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21308 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21309 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21310 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21311 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21312 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21313 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21314 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21315 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21316 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21317 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21318 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21319 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21320 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21321 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21322 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21323 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21324 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21325 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21326 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21327 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21328 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21329 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21330 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21331 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21332 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21333 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21334 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21335 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21336 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21337 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21338 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21339 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21340 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21341 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21342 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21343 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21344 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21345 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21346 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21347 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21348 0x2d02ef8d
21349 @};
21350 unsigned char *end;
21351
21352 crc = ~crc & 0xffffffff;
21353 for (end = buf + len; buf < end; ++buf)
21354 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
21355 return ~crc & 0xffffffff;
21356 @}
21357 @end smallexample
21358
21359 @noindent
21360 This computation does not apply to the ``build ID'' method.
21361
21362 @node MiniDebugInfo
21363 @section Debugging information in a special section
21364 @cindex separate debug sections
21365 @cindex @samp{.gnu_debugdata} section
21366
21367 Some systems ship pre-built executables and libraries that have a
21368 special @samp{.gnu_debugdata} section. This feature is called
21369 @dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21370 is used to supply extra symbols for backtraces.
21371
21372 The intent of this section is to provide extra minimal debugging
21373 information for use in simple backtraces. It is not intended to be a
21374 replacement for full separate debugging information (@pxref{Separate
21375 Debug Files}). The example below shows the intended use; however,
21376 @value{GDBN} does not currently put restrictions on what sort of
21377 debugging information might be included in the section.
21378
21379 @value{GDBN} has support for this extension. If the section exists,
21380 then it is used provided that no other source of debugging information
21381 can be found, and that @value{GDBN} was configured with LZMA support.
21382
21383 This section can be easily created using @command{objcopy} and other
21384 standard utilities:
21385
21386 @smallexample
21387 # Extract the dynamic symbols from the main binary, there is no need
21388 # to also have these in the normal symbol table.
21389 nm -D @var{binary} --format=posix --defined-only \
21390 | awk '@{ print $1 @}' | sort > dynsyms
21391
21392 # Extract all the text (i.e. function) symbols from the debuginfo.
21393 # (Note that we actually also accept "D" symbols, for the benefit
21394 # of platforms like PowerPC64 that use function descriptors.)
21395 nm @var{binary} --format=posix --defined-only \
21396 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
21397 | sort > funcsyms
21398
21399 # Keep all the function symbols not already in the dynamic symbol
21400 # table.
21401 comm -13 dynsyms funcsyms > keep_symbols
21402
21403 # Separate full debug info into debug binary.
21404 objcopy --only-keep-debug @var{binary} debug
21405
21406 # Copy the full debuginfo, keeping only a minimal set of symbols and
21407 # removing some unnecessary sections.
21408 objcopy -S --remove-section .gdb_index --remove-section .comment \
21409 --keep-symbols=keep_symbols debug mini_debuginfo
21410
21411 # Drop the full debug info from the original binary.
21412 strip --strip-all -R .comment @var{binary}
21413
21414 # Inject the compressed data into the .gnu_debugdata section of the
21415 # original binary.
21416 xz mini_debuginfo
21417 objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21418 @end smallexample
21419
21420 @node Index Files
21421 @section Index Files Speed Up @value{GDBN}
21422 @cindex index files
21423 @cindex @samp{.gdb_index} section
21424
21425 When @value{GDBN} finds a symbol file, it scans the symbols in the
21426 file in order to construct an internal symbol table. This lets most
21427 @value{GDBN} operations work quickly---at the cost of a delay early
21428 on. For large programs, this delay can be quite lengthy, so
21429 @value{GDBN} provides a way to build an index, which speeds up
21430 startup.
21431
21432 For convenience, @value{GDBN} comes with a program,
21433 @command{gdb-add-index}, which can be used to add the index to a
21434 symbol file. It takes the symbol file as its only argument:
21435
21436 @smallexample
21437 $ gdb-add-index symfile
21438 @end smallexample
21439
21440 @xref{gdb-add-index}.
21441
21442 It is also possible to do the work manually. Here is what
21443 @command{gdb-add-index} does behind the curtains.
21444
21445 The index is stored as a section in the symbol file. @value{GDBN} can
21446 write the index to a file, then you can put it into the symbol file
21447 using @command{objcopy}.
21448
21449 To create an index file, use the @code{save gdb-index} command:
21450
21451 @table @code
21452 @item save gdb-index [-dwarf-5] @var{directory}
21453 @kindex save gdb-index
21454 Create index files for all symbol files currently known by
21455 @value{GDBN}. For each known @var{symbol-file}, this command by
21456 default creates it produces a single file
21457 @file{@var{symbol-file}.gdb-index}. If you invoke this command with
21458 the @option{-dwarf-5} option, it produces 2 files:
21459 @file{@var{symbol-file}.debug_names} and
21460 @file{@var{symbol-file}.debug_str}. The files are created in the
21461 given @var{directory}.
21462 @end table
21463
21464 Once you have created an index file you can merge it into your symbol
21465 file, here named @file{symfile}, using @command{objcopy}:
21466
21467 @smallexample
21468 $ objcopy --add-section .gdb_index=symfile.gdb-index \
21469 --set-section-flags .gdb_index=readonly symfile symfile
21470 @end smallexample
21471
21472 Or for @code{-dwarf-5}:
21473
21474 @smallexample
21475 $ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21476 $ cat symfile.debug_str >>symfile.debug_str.new
21477 $ objcopy --add-section .debug_names=symfile.gdb-index \
21478 --set-section-flags .debug_names=readonly \
21479 --update-section .debug_str=symfile.debug_str.new symfile symfile
21480 @end smallexample
21481
21482 @value{GDBN} will normally ignore older versions of @file{.gdb_index}
21483 sections that have been deprecated. Usually they are deprecated because
21484 they are missing a new feature or have performance issues.
21485 To tell @value{GDBN} to use a deprecated index section anyway
21486 specify @code{set use-deprecated-index-sections on}.
21487 The default is @code{off}.
21488 This can speed up startup, but may result in some functionality being lost.
21489 @xref{Index Section Format}.
21490
21491 @emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21492 must be done before gdb reads the file. The following will not work:
21493
21494 @smallexample
21495 $ gdb -ex "set use-deprecated-index-sections on" <program>
21496 @end smallexample
21497
21498 Instead you must do, for example,
21499
21500 @smallexample
21501 $ gdb -iex "set use-deprecated-index-sections on" <program>
21502 @end smallexample
21503
21504 Indices only work when using DWARF debugging information, not stabs.
21505
21506 @subsection Automatic symbol index cache
21507
21508 @cindex automatic symbol index cache
21509 It is possible for @value{GDBN} to automatically save a copy of this index in a
21510 cache on disk and retrieve it from there when loading the same binary in the
21511 future. This feature can be turned on with @kbd{set index-cache on}. The
21512 following commands can be used to tweak the behavior of the index cache.
21513
21514 @table @code
21515
21516 @kindex set index-cache
21517 @item set index-cache on
21518 @itemx set index-cache off
21519 Enable or disable the use of the symbol index cache.
21520
21521 @item set index-cache directory @var{directory}
21522 @kindex show index-cache
21523 @itemx show index-cache directory
21524 Set/show the directory where index files will be saved.
21525
21526 The default value for this directory depends on the host platform. On
21527 most systems, the index is cached in the @file{gdb} subdirectory of
21528 the directory pointed to by the @env{XDG_CACHE_HOME} environment
21529 variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21530 of your home directory. However, on some systems, the default may
21531 differ according to local convention.
21532
21533 There is no limit on the disk space used by index cache. It is perfectly safe
21534 to delete the content of that directory to free up disk space.
21535
21536 @item show index-cache stats
21537 Print the number of cache hits and misses since the launch of @value{GDBN}.
21538
21539 @end table
21540
21541 @node Symbol Errors
21542 @section Errors Reading Symbol Files
21543
21544 While reading a symbol file, @value{GDBN} occasionally encounters problems,
21545 such as symbol types it does not recognize, or known bugs in compiler
21546 output. By default, @value{GDBN} does not notify you of such problems, since
21547 they are relatively common and primarily of interest to people
21548 debugging compilers. If you are interested in seeing information
21549 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21550 only one message about each such type of problem, no matter how many
21551 times the problem occurs; or you can ask @value{GDBN} to print more messages,
21552 to see how many times the problems occur, with the @code{set
21553 complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21554 Messages}).
21555
21556 The messages currently printed, and their meanings, include:
21557
21558 @table @code
21559 @item inner block not inside outer block in @var{symbol}
21560
21561 The symbol information shows where symbol scopes begin and end
21562 (such as at the start of a function or a block of statements). This
21563 error indicates that an inner scope block is not fully contained
21564 in its outer scope blocks.
21565
21566 @value{GDBN} circumvents the problem by treating the inner block as if it had
21567 the same scope as the outer block. In the error message, @var{symbol}
21568 may be shown as ``@code{(don't know)}'' if the outer block is not a
21569 function.
21570
21571 @item block at @var{address} out of order
21572
21573 The symbol information for symbol scope blocks should occur in
21574 order of increasing addresses. This error indicates that it does not
21575 do so.
21576
21577 @value{GDBN} does not circumvent this problem, and has trouble
21578 locating symbols in the source file whose symbols it is reading. (You
21579 can often determine what source file is affected by specifying
21580 @code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21581 Messages}.)
21582
21583 @item bad block start address patched
21584
21585 The symbol information for a symbol scope block has a start address
21586 smaller than the address of the preceding source line. This is known
21587 to occur in the SunOS 4.1.1 (and earlier) C compiler.
21588
21589 @value{GDBN} circumvents the problem by treating the symbol scope block as
21590 starting on the previous source line.
21591
21592 @item bad string table offset in symbol @var{n}
21593
21594 @cindex foo
21595 Symbol number @var{n} contains a pointer into the string table which is
21596 larger than the size of the string table.
21597
21598 @value{GDBN} circumvents the problem by considering the symbol to have the
21599 name @code{foo}, which may cause other problems if many symbols end up
21600 with this name.
21601
21602 @item unknown symbol type @code{0x@var{nn}}
21603
21604 The symbol information contains new data types that @value{GDBN} does
21605 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
21606 uncomprehended information, in hexadecimal.
21607
21608 @value{GDBN} circumvents the error by ignoring this symbol information.
21609 This usually allows you to debug your program, though certain symbols
21610 are not accessible. If you encounter such a problem and feel like
21611 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21612 on @code{complain}, then go up to the function @code{read_dbx_symtab}
21613 and examine @code{*bufp} to see the symbol.
21614
21615 @item stub type has NULL name
21616
21617 @value{GDBN} could not find the full definition for a struct or class.
21618
21619 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
21620 The symbol information for a C@t{++} member function is missing some
21621 information that recent versions of the compiler should have output for
21622 it.
21623
21624 @item info mismatch between compiler and debugger
21625
21626 @value{GDBN} could not parse a type specification output by the compiler.
21627
21628 @end table
21629
21630 @node Data Files
21631 @section GDB Data Files
21632
21633 @cindex prefix for data files
21634 @value{GDBN} will sometimes read an auxiliary data file. These files
21635 are kept in a directory known as the @dfn{data directory}.
21636
21637 You can set the data directory's name, and view the name @value{GDBN}
21638 is currently using.
21639
21640 @table @code
21641 @kindex set data-directory
21642 @item set data-directory @var{directory}
21643 Set the directory which @value{GDBN} searches for auxiliary data files
21644 to @var{directory}.
21645
21646 @kindex show data-directory
21647 @item show data-directory
21648 Show the directory @value{GDBN} searches for auxiliary data files.
21649 @end table
21650
21651 @cindex default data directory
21652 @cindex @samp{--with-gdb-datadir}
21653 You can set the default data directory by using the configure-time
21654 @samp{--with-gdb-datadir} option. If the data directory is inside
21655 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21656 @samp{--exec-prefix}), then the default data directory will be updated
21657 automatically if the installed @value{GDBN} is moved to a new
21658 location.
21659
21660 The data directory may also be specified with the
21661 @code{--data-directory} command line option.
21662 @xref{Mode Options}.
21663
21664 @node Targets
21665 @chapter Specifying a Debugging Target
21666
21667 @cindex debugging target
21668 A @dfn{target} is the execution environment occupied by your program.
21669
21670 Often, @value{GDBN} runs in the same host environment as your program;
21671 in that case, the debugging target is specified as a side effect when
21672 you use the @code{file} or @code{core} commands. When you need more
21673 flexibility---for example, running @value{GDBN} on a physically separate
21674 host, or controlling a standalone system over a serial port or a
21675 realtime system over a TCP/IP connection---you can use the @code{target}
21676 command to specify one of the target types configured for @value{GDBN}
21677 (@pxref{Target Commands, ,Commands for Managing Targets}).
21678
21679 @cindex target architecture
21680 It is possible to build @value{GDBN} for several different @dfn{target
21681 architectures}. When @value{GDBN} is built like that, you can choose
21682 one of the available architectures with the @kbd{set architecture}
21683 command.
21684
21685 @table @code
21686 @kindex set architecture
21687 @kindex show architecture
21688 @item set architecture @var{arch}
21689 This command sets the current target architecture to @var{arch}. The
21690 value of @var{arch} can be @code{"auto"}, in addition to one of the
21691 supported architectures.
21692
21693 @item show architecture
21694 Show the current target architecture.
21695
21696 @item set processor
21697 @itemx processor
21698 @kindex set processor
21699 @kindex show processor
21700 These are alias commands for, respectively, @code{set architecture}
21701 and @code{show architecture}.
21702 @end table
21703
21704 @menu
21705 * Active Targets:: Active targets
21706 * Target Commands:: Commands for managing targets
21707 * Byte Order:: Choosing target byte order
21708 @end menu
21709
21710 @node Active Targets
21711 @section Active Targets
21712
21713 @cindex stacking targets
21714 @cindex active targets
21715 @cindex multiple targets
21716
21717 There are multiple classes of targets such as: processes, executable files or
21718 recording sessions. Core files belong to the process class, making core file
21719 and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21720 on multiple active targets, one in each class. This allows you to (for
21721 example) start a process and inspect its activity, while still having access to
21722 the executable file after the process finishes. Or if you start process
21723 recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21724 presented a virtual layer of the recording target, while the process target
21725 remains stopped at the chronologically last point of the process execution.
21726
21727 Use the @code{core-file} and @code{exec-file} commands to select a new core
21728 file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21729 specify as a target a process that is already running, use the @code{attach}
21730 command (@pxref{Attach, ,Debugging an Already-running Process}).
21731
21732 @node Target Commands
21733 @section Commands for Managing Targets
21734
21735 @table @code
21736 @item target @var{type} @var{parameters}
21737 Connects the @value{GDBN} host environment to a target machine or
21738 process. A target is typically a protocol for talking to debugging
21739 facilities. You use the argument @var{type} to specify the type or
21740 protocol of the target machine.
21741
21742 Further @var{parameters} are interpreted by the target protocol, but
21743 typically include things like device names or host names to connect
21744 with, process numbers, and baud rates.
21745
21746 The @code{target} command does not repeat if you press @key{RET} again
21747 after executing the command.
21748
21749 @kindex help target
21750 @item help target
21751 Displays the names of all targets available. To display targets
21752 currently selected, use either @code{info target} or @code{info files}
21753 (@pxref{Files, ,Commands to Specify Files}).
21754
21755 @item help target @var{name}
21756 Describe a particular target, including any parameters necessary to
21757 select it.
21758
21759 @kindex set gnutarget
21760 @item set gnutarget @var{args}
21761 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
21762 knows whether it is reading an @dfn{executable},
21763 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
21764 with the @code{set gnutarget} command. Unlike most @code{target} commands,
21765 with @code{gnutarget} the @code{target} refers to a program, not a machine.
21766
21767 @quotation
21768 @emph{Warning:} To specify a file format with @code{set gnutarget},
21769 you must know the actual BFD name.
21770 @end quotation
21771
21772 @noindent
21773 @xref{Files, , Commands to Specify Files}.
21774
21775 @kindex show gnutarget
21776 @item show gnutarget
21777 Use the @code{show gnutarget} command to display what file format
21778 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
21779 @value{GDBN} will determine the file format for each file automatically,
21780 and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
21781 @end table
21782
21783 @cindex common targets
21784 Here are some common targets (available, or not, depending on the GDB
21785 configuration):
21786
21787 @table @code
21788 @kindex target
21789 @item target exec @var{program}
21790 @cindex executable file target
21791 An executable file. @samp{target exec @var{program}} is the same as
21792 @samp{exec-file @var{program}}.
21793
21794 @item target core @var{filename}
21795 @cindex core dump file target
21796 A core dump file. @samp{target core @var{filename}} is the same as
21797 @samp{core-file @var{filename}}.
21798
21799 @item target remote @var{medium}
21800 @cindex remote target
21801 A remote system connected to @value{GDBN} via a serial line or network
21802 connection. This command tells @value{GDBN} to use its own remote
21803 protocol over @var{medium} for debugging. @xref{Remote Debugging}.
21804
21805 For example, if you have a board connected to @file{/dev/ttya} on the
21806 machine running @value{GDBN}, you could say:
21807
21808 @smallexample
21809 target remote /dev/ttya
21810 @end smallexample
21811
21812 @code{target remote} supports the @code{load} command. This is only
21813 useful if you have some other way of getting the stub to the target
21814 system, and you can put it somewhere in memory where it won't get
21815 clobbered by the download.
21816
21817 @item target sim @r{[}@var{simargs}@r{]} @dots{}
21818 @cindex built-in simulator target
21819 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
21820 In general,
21821 @smallexample
21822 target sim
21823 load
21824 run
21825 @end smallexample
21826 @noindent
21827 works; however, you cannot assume that a specific memory map, device
21828 drivers, or even basic I/O is available, although some simulators do
21829 provide these. For info about any processor-specific simulator details,
21830 see the appropriate section in @ref{Embedded Processors, ,Embedded
21831 Processors}.
21832
21833 @item target native
21834 @cindex native target
21835 Setup for local/native process debugging. Useful to make the
21836 @code{run} command spawn native processes (likewise @code{attach},
21837 etc.@:) even when @code{set auto-connect-native-target} is @code{off}
21838 (@pxref{set auto-connect-native-target}).
21839
21840 @end table
21841
21842 Different targets are available on different configurations of @value{GDBN};
21843 your configuration may have more or fewer targets.
21844
21845 Many remote targets require you to download the executable's code once
21846 you've successfully established a connection. You may wish to control
21847 various aspects of this process.
21848
21849 @table @code
21850
21851 @item set hash
21852 @kindex set hash@r{, for remote monitors}
21853 @cindex hash mark while downloading
21854 This command controls whether a hash mark @samp{#} is displayed while
21855 downloading a file to the remote monitor. If on, a hash mark is
21856 displayed after each S-record is successfully downloaded to the
21857 monitor.
21858
21859 @item show hash
21860 @kindex show hash@r{, for remote monitors}
21861 Show the current status of displaying the hash mark.
21862
21863 @item set debug monitor
21864 @kindex set debug monitor
21865 @cindex display remote monitor communications
21866 Enable or disable display of communications messages between
21867 @value{GDBN} and the remote monitor.
21868
21869 @item show debug monitor
21870 @kindex show debug monitor
21871 Show the current status of displaying communications between
21872 @value{GDBN} and the remote monitor.
21873 @end table
21874
21875 @table @code
21876
21877 @kindex load @var{filename} @var{offset}
21878 @item load @var{filename} @var{offset}
21879 @anchor{load}
21880 Depending on what remote debugging facilities are configured into
21881 @value{GDBN}, the @code{load} command may be available. Where it exists, it
21882 is meant to make @var{filename} (an executable) available for debugging
21883 on the remote system---by downloading, or dynamic linking, for example.
21884 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
21885 the @code{add-symbol-file} command.
21886
21887 If your @value{GDBN} does not have a @code{load} command, attempting to
21888 execute it gets the error message ``@code{You can't do that when your
21889 target is @dots{}}''
21890
21891 The file is loaded at whatever address is specified in the executable.
21892 For some object file formats, you can specify the load address when you
21893 link the program; for other formats, like a.out, the object file format
21894 specifies a fixed address.
21895 @c FIXME! This would be a good place for an xref to the GNU linker doc.
21896
21897 It is also possible to tell @value{GDBN} to load the executable file at a
21898 specific offset described by the optional argument @var{offset}. When
21899 @var{offset} is provided, @var{filename} must also be provided.
21900
21901 Depending on the remote side capabilities, @value{GDBN} may be able to
21902 load programs into flash memory.
21903
21904 @code{load} does not repeat if you press @key{RET} again after using it.
21905 @end table
21906
21907 @table @code
21908
21909 @kindex flash-erase
21910 @item flash-erase
21911 @anchor{flash-erase}
21912
21913 Erases all known flash memory regions on the target.
21914
21915 @end table
21916
21917 @node Byte Order
21918 @section Choosing Target Byte Order
21919
21920 @cindex choosing target byte order
21921 @cindex target byte order
21922
21923 Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
21924 offer the ability to run either big-endian or little-endian byte
21925 orders. Usually the executable or symbol will include a bit to
21926 designate the endian-ness, and you will not need to worry about
21927 which to use. However, you may still find it useful to adjust
21928 @value{GDBN}'s idea of processor endian-ness manually.
21929
21930 @table @code
21931 @kindex set endian
21932 @item set endian big
21933 Instruct @value{GDBN} to assume the target is big-endian.
21934
21935 @item set endian little
21936 Instruct @value{GDBN} to assume the target is little-endian.
21937
21938 @item set endian auto
21939 Instruct @value{GDBN} to use the byte order associated with the
21940 executable.
21941
21942 @item show endian
21943 Display @value{GDBN}'s current idea of the target byte order.
21944
21945 @end table
21946
21947 If the @code{set endian auto} mode is in effect and no executable has
21948 been selected, then the endianness used is the last one chosen either
21949 by one of the @code{set endian big} and @code{set endian little}
21950 commands or by inferring from the last executable used. If no
21951 endianness has been previously chosen, then the default for this mode
21952 is inferred from the target @value{GDBN} has been built for, and is
21953 @code{little} if the name of the target CPU has an @code{el} suffix
21954 and @code{big} otherwise.
21955
21956 Note that these commands merely adjust interpretation of symbolic
21957 data on the host, and that they have absolutely no effect on the
21958 target system.
21959
21960
21961 @node Remote Debugging
21962 @chapter Debugging Remote Programs
21963 @cindex remote debugging
21964
21965 If you are trying to debug a program running on a machine that cannot run
21966 @value{GDBN} in the usual way, it is often useful to use remote debugging.
21967 For example, you might use remote debugging on an operating system kernel,
21968 or on a small system which does not have a general purpose operating system
21969 powerful enough to run a full-featured debugger.
21970
21971 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
21972 to make this work with particular debugging targets. In addition,
21973 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
21974 but not specific to any particular target system) which you can use if you
21975 write the remote stubs---the code that runs on the remote system to
21976 communicate with @value{GDBN}.
21977
21978 Other remote targets may be available in your
21979 configuration of @value{GDBN}; use @code{help target} to list them.
21980
21981 @menu
21982 * Connecting:: Connecting to a remote target
21983 * File Transfer:: Sending files to a remote system
21984 * Server:: Using the gdbserver program
21985 * Remote Configuration:: Remote configuration
21986 * Remote Stub:: Implementing a remote stub
21987 @end menu
21988
21989 @node Connecting
21990 @section Connecting to a Remote Target
21991 @cindex remote debugging, connecting
21992 @cindex @code{gdbserver}, connecting
21993 @cindex remote debugging, types of connections
21994 @cindex @code{gdbserver}, types of connections
21995 @cindex @code{gdbserver}, @code{target remote} mode
21996 @cindex @code{gdbserver}, @code{target extended-remote} mode
21997
21998 This section describes how to connect to a remote target, including the
21999 types of connections and their differences, how to set up executable and
22000 symbol files on the host and target, and the commands used for
22001 connecting to and disconnecting from the remote target.
22002
22003 @subsection Types of Remote Connections
22004
22005 @value{GDBN} supports two types of remote connections, @code{target remote}
22006 mode and @code{target extended-remote} mode. Note that many remote targets
22007 support only @code{target remote} mode. There are several major
22008 differences between the two types of connections, enumerated here:
22009
22010 @table @asis
22011
22012 @cindex remote debugging, detach and program exit
22013 @item Result of detach or program exit
22014 @strong{With target remote mode:} When the debugged program exits or you
22015 detach from it, @value{GDBN} disconnects from the target. When using
22016 @code{gdbserver}, @code{gdbserver} will exit.
22017
22018 @strong{With target extended-remote mode:} When the debugged program exits or
22019 you detach from it, @value{GDBN} remains connected to the target, even
22020 though no program is running. You can rerun the program, attach to a
22021 running program, or use @code{monitor} commands specific to the target.
22022
22023 When using @code{gdbserver} in this case, it does not exit unless it was
22024 invoked using the @option{--once} option. If the @option{--once} option
22025 was not used, you can ask @code{gdbserver} to exit using the
22026 @code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
22027
22028 @item Specifying the program to debug
22029 For both connection types you use the @code{file} command to specify the
22030 program on the host system. If you are using @code{gdbserver} there are
22031 some differences in how to specify the location of the program on the
22032 target.
22033
22034 @strong{With target remote mode:} You must either specify the program to debug
22035 on the @code{gdbserver} command line or use the @option{--attach} option
22036 (@pxref{Attaching to a program,,Attaching to a Running Program}).
22037
22038 @cindex @option{--multi}, @code{gdbserver} option
22039 @strong{With target extended-remote mode:} You may specify the program to debug
22040 on the @code{gdbserver} command line, or you can load the program or attach
22041 to it using @value{GDBN} commands after connecting to @code{gdbserver}.
22042
22043 @anchor{--multi Option in Types of Remote Connnections}
22044 You can start @code{gdbserver} without supplying an initial command to run
22045 or process ID to attach. To do this, use the @option{--multi} command line
22046 option. Then you can connect using @code{target extended-remote} and start
22047 the program you want to debug (see below for details on using the
22048 @code{run} command in this scenario). Note that the conditions under which
22049 @code{gdbserver} terminates depend on how @value{GDBN} connects to it
22050 (@code{target remote} or @code{target extended-remote}). The
22051 @option{--multi} option to @code{gdbserver} has no influence on that.
22052
22053 @item The @code{run} command
22054 @strong{With target remote mode:} The @code{run} command is not
22055 supported. Once a connection has been established, you can use all
22056 the usual @value{GDBN} commands to examine and change data. The
22057 remote program is already running, so you can use commands like
22058 @kbd{step} and @kbd{continue}.
22059
22060 @strong{With target extended-remote mode:} The @code{run} command is
22061 supported. The @code{run} command uses the value set by
22062 @code{set remote exec-file} (@pxref{set remote exec-file}) to select
22063 the program to run. Command line arguments are supported, except for
22064 wildcard expansion and I/O redirection (@pxref{Arguments}).
22065
22066 If you specify the program to debug on the command line, then the
22067 @code{run} command is not required to start execution, and you can
22068 resume using commands like @kbd{step} and @kbd{continue} as with
22069 @code{target remote} mode.
22070
22071 @anchor{Attaching in Types of Remote Connections}
22072 @item Attaching
22073 @strong{With target remote mode:} The @value{GDBN} command @code{attach} is
22074 not supported. To attach to a running program using @code{gdbserver}, you
22075 must use the @option{--attach} option (@pxref{Running gdbserver}).
22076
22077 @strong{With target extended-remote mode:} To attach to a running program,
22078 you may use the @code{attach} command after the connection has been
22079 established. If you are using @code{gdbserver}, you may also invoke
22080 @code{gdbserver} using the @option{--attach} option
22081 (@pxref{Running gdbserver}).
22082
22083 Some remote targets allow @value{GDBN} to determine the executable file running
22084 in the process the debugger is attaching to. In such a case, @value{GDBN}
22085 uses the value of @code{exec-file-mismatch} to handle a possible mismatch
22086 between the executable file name running in the process and the name of the
22087 current exec-file loaded by @value{GDBN} (@pxref{set exec-file-mismatch}).
22088
22089 @end table
22090
22091 @anchor{Host and target files}
22092 @subsection Host and Target Files
22093 @cindex remote debugging, symbol files
22094 @cindex symbol files, remote debugging
22095
22096 @value{GDBN}, running on the host, needs access to symbol and debugging
22097 information for your program running on the target. This requires
22098 access to an unstripped copy of your program, and possibly any associated
22099 symbol files. Note that this section applies equally to both @code{target
22100 remote} mode and @code{target extended-remote} mode.
22101
22102 Some remote targets (@pxref{qXfer executable filename read}, and
22103 @pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
22104 the same connection used to communicate with @value{GDBN}. With such a
22105 target, if the remote program is unstripped, the only command you need is
22106 @code{target remote} (or @code{target extended-remote}).
22107
22108 If the remote program is stripped, or the target does not support remote
22109 program file access, start up @value{GDBN} using the name of the local
22110 unstripped copy of your program as the first argument, or use the
22111 @code{file} command. Use @code{set sysroot} to specify the location (on
22112 the host) of target libraries (unless your @value{GDBN} was compiled with
22113 the correct sysroot using @code{--with-sysroot}). Alternatively, you
22114 may use @code{set solib-search-path} to specify how @value{GDBN} locates
22115 target libraries.
22116
22117 The symbol file and target libraries must exactly match the executable
22118 and libraries on the target, with one exception: the files on the host
22119 system should not be stripped, even if the files on the target system
22120 are. Mismatched or missing files will lead to confusing results
22121 during debugging. On @sc{gnu}/Linux targets, mismatched or missing
22122 files may also prevent @code{gdbserver} from debugging multi-threaded
22123 programs.
22124
22125 @subsection Remote Connection Commands
22126 @cindex remote connection commands
22127 @value{GDBN} can communicate with the target over a serial line, a
22128 local Unix domain socket, or
22129 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22130 each case, @value{GDBN} uses the same protocol for debugging your
22131 program; only the medium carrying the debugging packets varies. The
22132 @code{target remote} and @code{target extended-remote} commands
22133 establish a connection to the target. Both commands accept the same
22134 arguments, which indicate the medium to use:
22135
22136 @table @code
22137
22138 @item target remote @var{serial-device}
22139 @itemx target extended-remote @var{serial-device}
22140 @cindex serial line, @code{target remote}
22141 Use @var{serial-device} to communicate with the target. For example,
22142 to use a serial line connected to the device named @file{/dev/ttyb}:
22143
22144 @smallexample
22145 target remote /dev/ttyb
22146 @end smallexample
22147
22148 If you're using a serial line, you may want to give @value{GDBN} the
22149 @samp{--baud} option, or use the @code{set serial baud} command
22150 (@pxref{Remote Configuration, set serial baud}) before the
22151 @code{target} command.
22152
22153 @item target remote @var{local-socket}
22154 @itemx target extended-remote @var{local-socket}
22155 @cindex local socket, @code{target remote}
22156 @cindex Unix domain socket
22157 Use @var{local-socket} to communicate with the target. For example,
22158 to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22159
22160 @smallexample
22161 target remote /tmp/gdb-socket0
22162 @end smallexample
22163
22164 Note that this command has the same form as the command to connect
22165 to a serial line. @value{GDBN} will automatically determine which
22166 kind of file you have specified and will make the appropriate kind
22167 of connection.
22168 This feature is not available if the host system does not support
22169 Unix domain sockets.
22170
22171 @item target remote @code{@var{host}:@var{port}}
22172 @itemx target remote @code{[@var{host}]:@var{port}}
22173 @itemx target remote @code{tcp:@var{host}:@var{port}}
22174 @itemx target remote @code{tcp:[@var{host}]:@var{port}}
22175 @itemx target remote @code{tcp4:@var{host}:@var{port}}
22176 @itemx target remote @code{tcp6:@var{host}:@var{port}}
22177 @itemx target remote @code{tcp6:[@var{host}]:@var{port}}
22178 @itemx target extended-remote @code{@var{host}:@var{port}}
22179 @itemx target extended-remote @code{[@var{host}]:@var{port}}
22180 @itemx target extended-remote @code{tcp:@var{host}:@var{port}}
22181 @itemx target extended-remote @code{tcp:[@var{host}]:@var{port}}
22182 @itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
22183 @itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
22184 @itemx target extended-remote @code{tcp6:[@var{host}]:@var{port}}
22185 @cindex @acronym{TCP} port, @code{target remote}
22186 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
22187 The @var{host} may be either a host name, a numeric @acronym{IPv4}
22188 address, or a numeric @acronym{IPv6} address (with or without the
22189 square brackets to separate the address from the port); @var{port}
22190 must be a decimal number. The @var{host} could be the target machine
22191 itself, if it is directly connected to the net, or it might be a
22192 terminal server which in turn has a serial line to the target.
22193
22194 For example, to connect to port 2828 on a terminal server named
22195 @code{manyfarms}:
22196
22197 @smallexample
22198 target remote manyfarms:2828
22199 @end smallexample
22200
22201 To connect to port 2828 on a terminal server whose address is
22202 @code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
22203 square bracket syntax:
22204
22205 @smallexample
22206 target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
22207 @end smallexample
22208
22209 @noindent
22210 or explicitly specify the @acronym{IPv6} protocol:
22211
22212 @smallexample
22213 target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
22214 @end smallexample
22215
22216 This last example may be confusing to the reader, because there is no
22217 visible separation between the hostname and the port number.
22218 Therefore, we recommend the user to provide @acronym{IPv6} addresses
22219 using square brackets for clarity. However, it is important to
22220 mention that for @value{GDBN} there is no ambiguity: the number after
22221 the last colon is considered to be the port number.
22222
22223 If your remote target is actually running on the same machine as your
22224 debugger session (e.g.@: a simulator for your target running on the
22225 same host), you can omit the hostname. For example, to connect to
22226 port 1234 on your local machine:
22227
22228 @smallexample
22229 target remote :1234
22230 @end smallexample
22231 @noindent
22232
22233 Note that the colon is still required here.
22234
22235 @item target remote @code{udp:@var{host}:@var{port}}
22236 @itemx target remote @code{udp:[@var{host}]:@var{port}}
22237 @itemx target remote @code{udp4:@var{host}:@var{port}}
22238 @itemx target remote @code{udp6:[@var{host}]:@var{port}}
22239 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
22240 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
22241 @itemx target extended-remote @code{udp:[@var{host}]:@var{port}}
22242 @itemx target extended-remote @code{udp4:@var{host}:@var{port}}
22243 @itemx target extended-remote @code{udp6:@var{host}:@var{port}}
22244 @itemx target extended-remote @code{udp6:[@var{host}]:@var{port}}
22245 @cindex @acronym{UDP} port, @code{target remote}
22246 Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
22247 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
22248
22249 @smallexample
22250 target remote udp:manyfarms:2828
22251 @end smallexample
22252
22253 When using a @acronym{UDP} connection for remote debugging, you should
22254 keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
22255 can silently drop packets on busy or unreliable networks, which will
22256 cause havoc with your debugging session.
22257
22258 @item target remote | @var{command}
22259 @itemx target extended-remote | @var{command}
22260 @cindex pipe, @code{target remote} to
22261 Run @var{command} in the background and communicate with it using a
22262 pipe. The @var{command} is a shell command, to be parsed and expanded
22263 by the system's command shell, @code{/bin/sh}; it should expect remote
22264 protocol packets on its standard input, and send replies on its
22265 standard output. You could use this to run a stand-alone simulator
22266 that speaks the remote debugging protocol, to make net connections
22267 using programs like @code{ssh}, or for other similar tricks.
22268
22269 If @var{command} closes its standard output (perhaps by exiting),
22270 @value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
22271 program has already exited, this will have no effect.)
22272
22273 @end table
22274
22275 @cindex interrupting remote programs
22276 @cindex remote programs, interrupting
22277 Whenever @value{GDBN} is waiting for the remote program, if you type the
22278 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
22279 program. This may or may not succeed, depending in part on the hardware
22280 and the serial drivers the remote system uses. If you type the
22281 interrupt character once again, @value{GDBN} displays this prompt:
22282
22283 @smallexample
22284 Interrupted while waiting for the program.
22285 Give up (and stop debugging it)? (y or n)
22286 @end smallexample
22287
22288 In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
22289 the remote debugging session. (If you decide you want to try again later,
22290 you can use @kbd{target remote} again to connect once more.) If you type
22291 @kbd{n}, @value{GDBN} goes back to waiting.
22292
22293 In @code{target extended-remote} mode, typing @kbd{n} will leave
22294 @value{GDBN} connected to the target.
22295
22296 @table @code
22297 @kindex detach (remote)
22298 @item detach
22299 When you have finished debugging the remote program, you can use the
22300 @code{detach} command to release it from @value{GDBN} control.
22301 Detaching from the target normally resumes its execution, but the results
22302 will depend on your particular remote stub. After the @code{detach}
22303 command in @code{target remote} mode, @value{GDBN} is free to connect to
22304 another target. In @code{target extended-remote} mode, @value{GDBN} is
22305 still connected to the target.
22306
22307 @kindex disconnect
22308 @item disconnect
22309 The @code{disconnect} command closes the connection to the target, and
22310 the target is generally not resumed. It will wait for @value{GDBN}
22311 (this instance or another one) to connect and continue debugging. After
22312 the @code{disconnect} command, @value{GDBN} is again free to connect to
22313 another target.
22314
22315 @cindex send command to remote monitor
22316 @cindex extend @value{GDBN} for remote targets
22317 @cindex add new commands for external monitor
22318 @kindex monitor
22319 @item monitor @var{cmd}
22320 This command allows you to send arbitrary commands directly to the
22321 remote monitor. Since @value{GDBN} doesn't care about the commands it
22322 sends like this, this command is the way to extend @value{GDBN}---you
22323 can add new commands that only the external monitor will understand
22324 and implement.
22325 @end table
22326
22327 @node File Transfer
22328 @section Sending files to a remote system
22329 @cindex remote target, file transfer
22330 @cindex file transfer
22331 @cindex sending files to remote systems
22332
22333 Some remote targets offer the ability to transfer files over the same
22334 connection used to communicate with @value{GDBN}. This is convenient
22335 for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
22336 running @code{gdbserver} over a network interface. For other targets,
22337 e.g.@: embedded devices with only a single serial port, this may be
22338 the only way to upload or download files.
22339
22340 Not all remote targets support these commands.
22341
22342 @table @code
22343 @kindex remote put
22344 @item remote put @var{hostfile} @var{targetfile}
22345 Copy file @var{hostfile} from the host system (the machine running
22346 @value{GDBN}) to @var{targetfile} on the target system.
22347
22348 @kindex remote get
22349 @item remote get @var{targetfile} @var{hostfile}
22350 Copy file @var{targetfile} from the target system to @var{hostfile}
22351 on the host system.
22352
22353 @kindex remote delete
22354 @item remote delete @var{targetfile}
22355 Delete @var{targetfile} from the target system.
22356
22357 @end table
22358
22359 @node Server
22360 @section Using the @code{gdbserver} Program
22361
22362 @kindex gdbserver
22363 @cindex remote connection without stubs
22364 @code{gdbserver} is a control program for Unix-like systems, which
22365 allows you to connect your program with a remote @value{GDBN} via
22366 @code{target remote} or @code{target extended-remote}---but without
22367 linking in the usual debugging stub.
22368
22369 @code{gdbserver} is not a complete replacement for the debugging stubs,
22370 because it requires essentially the same operating-system facilities
22371 that @value{GDBN} itself does. In fact, a system that can run
22372 @code{gdbserver} to connect to a remote @value{GDBN} could also run
22373 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
22374 because it is a much smaller program than @value{GDBN} itself. It is
22375 also easier to port than all of @value{GDBN}, so you may be able to get
22376 started more quickly on a new system by using @code{gdbserver}.
22377 Finally, if you develop code for real-time systems, you may find that
22378 the tradeoffs involved in real-time operation make it more convenient to
22379 do as much development work as possible on another system, for example
22380 by cross-compiling. You can use @code{gdbserver} to make a similar
22381 choice for debugging.
22382
22383 @value{GDBN} and @code{gdbserver} communicate via either a serial line
22384 or a TCP connection, using the standard @value{GDBN} remote serial
22385 protocol.
22386
22387 @quotation
22388 @emph{Warning:} @code{gdbserver} does not have any built-in security.
22389 Do not run @code{gdbserver} connected to any public network; a
22390 @value{GDBN} connection to @code{gdbserver} provides access to the
22391 target system with the same privileges as the user running
22392 @code{gdbserver}.
22393 @end quotation
22394
22395 @anchor{Running gdbserver}
22396 @subsection Running @code{gdbserver}
22397 @cindex arguments, to @code{gdbserver}
22398 @cindex @code{gdbserver}, command-line arguments
22399
22400 Run @code{gdbserver} on the target system. You need a copy of the
22401 program you want to debug, including any libraries it requires.
22402 @code{gdbserver} does not need your program's symbol table, so you can
22403 strip the program if necessary to save space. @value{GDBN} on the host
22404 system does all the symbol handling.
22405
22406 To use the server, you must tell it how to communicate with @value{GDBN};
22407 the name of your program; and the arguments for your program. The usual
22408 syntax is:
22409
22410 @smallexample
22411 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
22412 @end smallexample
22413
22414 @var{comm} is either a device name (to use a serial line), or a TCP
22415 hostname and portnumber, or @code{-} or @code{stdio} to use
22416 stdin/stdout of @code{gdbserver}.
22417 For example, to debug Emacs with the argument
22418 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
22419 @file{/dev/com1}:
22420
22421 @smallexample
22422 target> gdbserver /dev/com1 emacs foo.txt
22423 @end smallexample
22424
22425 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
22426 with it.
22427
22428 To use a TCP connection instead of a serial line:
22429
22430 @smallexample
22431 target> gdbserver host:2345 emacs foo.txt
22432 @end smallexample
22433
22434 The only difference from the previous example is the first argument,
22435 specifying that you are communicating with the host @value{GDBN} via
22436 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
22437 expect a TCP connection from machine @samp{host} to local TCP port 2345.
22438 (Currently, the @samp{host} part is ignored.) You can choose any number
22439 you want for the port number as long as it does not conflict with any
22440 TCP ports already in use on the target system (for example, @code{23} is
22441 reserved for @code{telnet}).@footnote{If you choose a port number that
22442 conflicts with another service, @code{gdbserver} prints an error message
22443 and exits.} You must use the same port number with the host @value{GDBN}
22444 @code{target remote} command.
22445
22446 The @code{stdio} connection is useful when starting @code{gdbserver}
22447 with ssh:
22448
22449 @smallexample
22450 (gdb) target remote | ssh -T hostname gdbserver - hello
22451 @end smallexample
22452
22453 The @samp{-T} option to ssh is provided because we don't need a remote pty,
22454 and we don't want escape-character handling. Ssh does this by default when
22455 a command is provided, the flag is provided to make it explicit.
22456 You could elide it if you want to.
22457
22458 Programs started with stdio-connected gdbserver have @file{/dev/null} for
22459 @code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
22460 display through a pipe connected to gdbserver.
22461 Both @code{stdout} and @code{stderr} use the same pipe.
22462
22463 @anchor{Attaching to a program}
22464 @subsubsection Attaching to a Running Program
22465 @cindex attach to a program, @code{gdbserver}
22466 @cindex @option{--attach}, @code{gdbserver} option
22467
22468 On some targets, @code{gdbserver} can also attach to running programs.
22469 This is accomplished via the @code{--attach} argument. The syntax is:
22470
22471 @smallexample
22472 target> gdbserver --attach @var{comm} @var{pid}
22473 @end smallexample
22474
22475 @var{pid} is the process ID of a currently running process. It isn't
22476 necessary to point @code{gdbserver} at a binary for the running process.
22477
22478 In @code{target extended-remote} mode, you can also attach using the
22479 @value{GDBN} attach command
22480 (@pxref{Attaching in Types of Remote Connections}).
22481
22482 @pindex pidof
22483 You can debug processes by name instead of process ID if your target has the
22484 @code{pidof} utility:
22485
22486 @smallexample
22487 target> gdbserver --attach @var{comm} `pidof @var{program}`
22488 @end smallexample
22489
22490 In case more than one copy of @var{program} is running, or @var{program}
22491 has multiple threads, most versions of @code{pidof} support the
22492 @code{-s} option to only return the first process ID.
22493
22494 @subsubsection TCP port allocation lifecycle of @code{gdbserver}
22495
22496 This section applies only when @code{gdbserver} is run to listen on a TCP
22497 port.
22498
22499 @code{gdbserver} normally terminates after all of its debugged processes have
22500 terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
22501 extended-remote}, @code{gdbserver} stays running even with no processes left.
22502 @value{GDBN} normally terminates the spawned debugged process on its exit,
22503 which normally also terminates @code{gdbserver} in the @kbd{target remote}
22504 mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
22505 cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
22506 stays running even in the @kbd{target remote} mode.
22507
22508 When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
22509 Such reconnecting is useful for features like @ref{disconnected tracing}. For
22510 completeness, at most one @value{GDBN} can be connected at a time.
22511
22512 @cindex @option{--once}, @code{gdbserver} option
22513 By default, @code{gdbserver} keeps the listening TCP port open, so that
22514 subsequent connections are possible. However, if you start @code{gdbserver}
22515 with the @option{--once} option, it will stop listening for any further
22516 connection attempts after connecting to the first @value{GDBN} session. This
22517 means no further connections to @code{gdbserver} will be possible after the
22518 first one. It also means @code{gdbserver} will terminate after the first
22519 connection with remote @value{GDBN} has closed, even for unexpectedly closed
22520 connections and even in the @kbd{target extended-remote} mode. The
22521 @option{--once} option allows reusing the same port number for connecting to
22522 multiple instances of @code{gdbserver} running on the same host, since each
22523 instance closes its port after the first connection.
22524
22525 @anchor{Other Command-Line Arguments for gdbserver}
22526 @subsubsection Other Command-Line Arguments for @code{gdbserver}
22527
22528 You can use the @option{--multi} option to start @code{gdbserver} without
22529 specifying a program to debug or a process to attach to. Then you can
22530 attach in @code{target extended-remote} mode and run or attach to a
22531 program. For more information,
22532 @pxref{--multi Option in Types of Remote Connnections}.
22533
22534 @cindex @option{--debug}, @code{gdbserver} option
22535 The @option{--debug} option tells @code{gdbserver} to display extra
22536 status information about the debugging process.
22537 @cindex @option{--remote-debug}, @code{gdbserver} option
22538 The @option{--remote-debug} option tells @code{gdbserver} to display
22539 remote protocol debug output.
22540 @cindex @option{--debug-file}, @code{gdbserver} option
22541 @cindex @code{gdbserver}, send all debug output to a single file
22542 The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
22543 write any debug output to the given @var{filename}. These options are intended
22544 for @code{gdbserver} development and for bug reports to the developers.
22545
22546 @cindex @option{--debug-format}, @code{gdbserver} option
22547 The @option{--debug-format=option1[,option2,...]} option tells
22548 @code{gdbserver} to include additional information in each output.
22549 Possible options are:
22550
22551 @table @code
22552 @item none
22553 Turn off all extra information in debugging output.
22554 @item all
22555 Turn on all extra information in debugging output.
22556 @item timestamps
22557 Include a timestamp in each line of debugging output.
22558 @end table
22559
22560 Options are processed in order. Thus, for example, if @option{none}
22561 appears last then no additional information is added to debugging output.
22562
22563 @cindex @option{--wrapper}, @code{gdbserver} option
22564 The @option{--wrapper} option specifies a wrapper to launch programs
22565 for debugging. The option should be followed by the name of the
22566 wrapper, then any command-line arguments to pass to the wrapper, then
22567 @kbd{--} indicating the end of the wrapper arguments.
22568
22569 @code{gdbserver} runs the specified wrapper program with a combined
22570 command line including the wrapper arguments, then the name of the
22571 program to debug, then any arguments to the program. The wrapper
22572 runs until it executes your program, and then @value{GDBN} gains control.
22573
22574 You can use any program that eventually calls @code{execve} with
22575 its arguments as a wrapper. Several standard Unix utilities do
22576 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
22577 with @code{exec "$@@"} will also work.
22578
22579 For example, you can use @code{env} to pass an environment variable to
22580 the debugged program, without setting the variable in @code{gdbserver}'s
22581 environment:
22582
22583 @smallexample
22584 $ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
22585 @end smallexample
22586
22587 @cindex @option{--selftest}
22588 The @option{--selftest} option runs the self tests in @code{gdbserver}:
22589
22590 @smallexample
22591 $ gdbserver --selftest
22592 Ran 2 unit tests, 0 failed
22593 @end smallexample
22594
22595 These tests are disabled in release.
22596 @subsection Connecting to @code{gdbserver}
22597
22598 The basic procedure for connecting to the remote target is:
22599 @itemize
22600
22601 @item
22602 Run @value{GDBN} on the host system.
22603
22604 @item
22605 Make sure you have the necessary symbol files
22606 (@pxref{Host and target files}).
22607 Load symbols for your application using the @code{file} command before you
22608 connect. Use @code{set sysroot} to locate target libraries (unless your
22609 @value{GDBN} was compiled with the correct sysroot using
22610 @code{--with-sysroot}).
22611
22612 @item
22613 Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
22614 For TCP connections, you must start up @code{gdbserver} prior to using
22615 the @code{target} command. Otherwise you may get an error whose
22616 text depends on the host system, but which usually looks something like
22617 @samp{Connection refused}. Don't use the @code{load}
22618 command in @value{GDBN} when using @code{target remote} mode, since the
22619 program is already on the target.
22620
22621 @end itemize
22622
22623 @anchor{Monitor Commands for gdbserver}
22624 @subsection Monitor Commands for @code{gdbserver}
22625 @cindex monitor commands, for @code{gdbserver}
22626
22627 During a @value{GDBN} session using @code{gdbserver}, you can use the
22628 @code{monitor} command to send special requests to @code{gdbserver}.
22629 Here are the available commands.
22630
22631 @table @code
22632 @item monitor help
22633 List the available monitor commands.
22634
22635 @item monitor set debug 0
22636 @itemx monitor set debug 1
22637 Disable or enable general debugging messages.
22638
22639 @item monitor set remote-debug 0
22640 @itemx monitor set remote-debug 1
22641 Disable or enable specific debugging messages associated with the remote
22642 protocol (@pxref{Remote Protocol}).
22643
22644 @item monitor set debug-file filename
22645 @itemx monitor set debug-file
22646 Send any debug output to the given file, or to stderr.
22647
22648 @item monitor set debug-format option1@r{[},option2,...@r{]}
22649 Specify additional text to add to debugging messages.
22650 Possible options are:
22651
22652 @table @code
22653 @item none
22654 Turn off all extra information in debugging output.
22655 @item all
22656 Turn on all extra information in debugging output.
22657 @item timestamps
22658 Include a timestamp in each line of debugging output.
22659 @end table
22660
22661 Options are processed in order. Thus, for example, if @option{none}
22662 appears last then no additional information is added to debugging output.
22663
22664 @item monitor set libthread-db-search-path [PATH]
22665 @cindex gdbserver, search path for @code{libthread_db}
22666 When this command is issued, @var{path} is a colon-separated list of
22667 directories to search for @code{libthread_db} (@pxref{Threads,,set
22668 libthread-db-search-path}). If you omit @var{path},
22669 @samp{libthread-db-search-path} will be reset to its default value.
22670
22671 The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
22672 not supported in @code{gdbserver}.
22673
22674 @item monitor exit
22675 Tell gdbserver to exit immediately. This command should be followed by
22676 @code{disconnect} to close the debugging session. @code{gdbserver} will
22677 detach from any attached processes and kill any processes it created.
22678 Use @code{monitor exit} to terminate @code{gdbserver} at the end
22679 of a multi-process mode debug session.
22680
22681 @end table
22682
22683 @subsection Tracepoints support in @code{gdbserver}
22684 @cindex tracepoints support in @code{gdbserver}
22685
22686 On some targets, @code{gdbserver} supports tracepoints, fast
22687 tracepoints and static tracepoints.
22688
22689 For fast or static tracepoints to work, a special library called the
22690 @dfn{in-process agent} (IPA), must be loaded in the inferior process.
22691 This library is built and distributed as an integral part of
22692 @code{gdbserver}. In addition, support for static tracepoints
22693 requires building the in-process agent library with static tracepoints
22694 support. At present, the UST (LTTng Userspace Tracer,
22695 @url{http://lttng.org/ust}) tracing engine is supported. This support
22696 is automatically available if UST development headers are found in the
22697 standard include path when @code{gdbserver} is built, or if
22698 @code{gdbserver} was explicitly configured using @option{--with-ust}
22699 to point at such headers. You can explicitly disable the support
22700 using @option{--with-ust=no}.
22701
22702 There are several ways to load the in-process agent in your program:
22703
22704 @table @code
22705 @item Specifying it as dependency at link time
22706
22707 You can link your program dynamically with the in-process agent
22708 library. On most systems, this is accomplished by adding
22709 @code{-linproctrace} to the link command.
22710
22711 @item Using the system's preloading mechanisms
22712
22713 You can force loading the in-process agent at startup time by using
22714 your system's support for preloading shared libraries. Many Unixes
22715 support the concept of preloading user defined libraries. In most
22716 cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
22717 in the environment. See also the description of @code{gdbserver}'s
22718 @option{--wrapper} command line option.
22719
22720 @item Using @value{GDBN} to force loading the agent at run time
22721
22722 On some systems, you can force the inferior to load a shared library,
22723 by calling a dynamic loader function in the inferior that takes care
22724 of dynamically looking up and loading a shared library. On most Unix
22725 systems, the function is @code{dlopen}. You'll use the @code{call}
22726 command for that. For example:
22727
22728 @smallexample
22729 (@value{GDBP}) call dlopen ("libinproctrace.so", ...)
22730 @end smallexample
22731
22732 Note that on most Unix systems, for the @code{dlopen} function to be
22733 available, the program needs to be linked with @code{-ldl}.
22734 @end table
22735
22736 On systems that have a userspace dynamic loader, like most Unix
22737 systems, when you connect to @code{gdbserver} using @code{target
22738 remote}, you'll find that the program is stopped at the dynamic
22739 loader's entry point, and no shared library has been loaded in the
22740 program's address space yet, including the in-process agent. In that
22741 case, before being able to use any of the fast or static tracepoints
22742 features, you need to let the loader run and load the shared
22743 libraries. The simplest way to do that is to run the program to the
22744 main procedure. E.g., if debugging a C or C@t{++} program, start
22745 @code{gdbserver} like so:
22746
22747 @smallexample
22748 $ gdbserver :9999 myprogram
22749 @end smallexample
22750
22751 Start GDB and connect to @code{gdbserver} like so, and run to main:
22752
22753 @smallexample
22754 $ gdb myprogram
22755 (@value{GDBP}) target remote myhost:9999
22756 0x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
22757 (@value{GDBP}) b main
22758 (@value{GDBP}) continue
22759 @end smallexample
22760
22761 The in-process tracing agent library should now be loaded into the
22762 process; you can confirm it with the @code{info sharedlibrary}
22763 command, which will list @file{libinproctrace.so} as loaded in the
22764 process. You are now ready to install fast tracepoints, list static
22765 tracepoint markers, probe static tracepoints markers, and start
22766 tracing.
22767
22768 @node Remote Configuration
22769 @section Remote Configuration
22770
22771 @kindex set remote
22772 @kindex show remote
22773 This section documents the configuration options available when
22774 debugging remote programs. For the options related to the File I/O
22775 extensions of the remote protocol, see @ref{system,
22776 system-call-allowed}.
22777
22778 @table @code
22779 @item set remoteaddresssize @var{bits}
22780 @cindex address size for remote targets
22781 @cindex bits in remote address
22782 Set the maximum size of address in a memory packet to the specified
22783 number of bits. @value{GDBN} will mask off the address bits above
22784 that number, when it passes addresses to the remote target. The
22785 default value is the number of bits in the target's address.
22786
22787 @item show remoteaddresssize
22788 Show the current value of remote address size in bits.
22789
22790 @item set serial baud @var{n}
22791 @cindex baud rate for remote targets
22792 Set the baud rate for the remote serial I/O to @var{n} baud. The
22793 value is used to set the speed of the serial port used for debugging
22794 remote targets.
22795
22796 @item show serial baud
22797 Show the current speed of the remote connection.
22798
22799 @item set serial parity @var{parity}
22800 Set the parity for the remote serial I/O. Supported values of @var{parity} are:
22801 @code{even}, @code{none}, and @code{odd}. The default is @code{none}.
22802
22803 @item show serial parity
22804 Show the current parity of the serial port.
22805
22806 @item set remotebreak
22807 @cindex interrupt remote programs
22808 @cindex BREAK signal instead of Ctrl-C
22809 @anchor{set remotebreak}
22810 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
22811 when you type @kbd{Ctrl-c} to interrupt the program running
22812 on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
22813 character instead. The default is off, since most remote systems
22814 expect to see @samp{Ctrl-C} as the interrupt signal.
22815
22816 @item show remotebreak
22817 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
22818 interrupt the remote program.
22819
22820 @item set remoteflow on
22821 @itemx set remoteflow off
22822 @kindex set remoteflow
22823 Enable or disable hardware flow control (@code{RTS}/@code{CTS})
22824 on the serial port used to communicate to the remote target.
22825
22826 @item show remoteflow
22827 @kindex show remoteflow
22828 Show the current setting of hardware flow control.
22829
22830 @item set remotelogbase @var{base}
22831 Set the base (a.k.a.@: radix) of logging serial protocol
22832 communications to @var{base}. Supported values of @var{base} are:
22833 @code{ascii}, @code{octal}, and @code{hex}. The default is
22834 @code{ascii}.
22835
22836 @item show remotelogbase
22837 Show the current setting of the radix for logging remote serial
22838 protocol.
22839
22840 @item set remotelogfile @var{file}
22841 @cindex record serial communications on file
22842 Record remote serial communications on the named @var{file}. The
22843 default is not to record at all.
22844
22845 @item show remotelogfile
22846 Show the current setting of the file name on which to record the
22847 serial communications.
22848
22849 @item set remotetimeout @var{num}
22850 @cindex timeout for serial communications
22851 @cindex remote timeout
22852 Set the timeout limit to wait for the remote target to respond to
22853 @var{num} seconds. The default is 2 seconds.
22854
22855 @item show remotetimeout
22856 Show the current number of seconds to wait for the remote target
22857 responses.
22858
22859 @cindex limit hardware breakpoints and watchpoints
22860 @cindex remote target, limit break- and watchpoints
22861 @anchor{set remote hardware-watchpoint-limit}
22862 @anchor{set remote hardware-breakpoint-limit}
22863 @item set remote hardware-watchpoint-limit @var{limit}
22864 @itemx set remote hardware-breakpoint-limit @var{limit}
22865 Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
22866 or breakpoints. The @var{limit} can be set to 0 to disable hardware
22867 watchpoints or breakpoints, and @code{unlimited} for unlimited
22868 watchpoints or breakpoints.
22869
22870 @item show remote hardware-watchpoint-limit
22871 @itemx show remote hardware-breakpoint-limit
22872 Show the current limit for the number of hardware watchpoints or
22873 breakpoints that @value{GDBN} can use.
22874
22875 @cindex limit hardware watchpoints length
22876 @cindex remote target, limit watchpoints length
22877 @anchor{set remote hardware-watchpoint-length-limit}
22878 @item set remote hardware-watchpoint-length-limit @var{limit}
22879 Restrict @value{GDBN} to using @var{limit} bytes for the maximum
22880 length of a remote hardware watchpoint. A @var{limit} of 0 disables
22881 hardware watchpoints and @code{unlimited} allows watchpoints of any
22882 length.
22883
22884 @item show remote hardware-watchpoint-length-limit
22885 Show the current limit (in bytes) of the maximum length of
22886 a remote hardware watchpoint.
22887
22888 @item set remote exec-file @var{filename}
22889 @itemx show remote exec-file
22890 @anchor{set remote exec-file}
22891 @cindex executable file, for remote target
22892 Select the file used for @code{run} with @code{target
22893 extended-remote}. This should be set to a filename valid on the
22894 target system. If it is not set, the target will use a default
22895 filename (e.g.@: the last program run).
22896
22897 @item set remote interrupt-sequence
22898 @cindex interrupt remote programs
22899 @cindex select Ctrl-C, BREAK or BREAK-g
22900 Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
22901 @samp{BREAK-g} as the
22902 sequence to the remote target in order to interrupt the execution.
22903 @samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
22904 is high level of serial line for some certain time.
22905 Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
22906 It is @code{BREAK} signal followed by character @code{g}.
22907
22908 @item show interrupt-sequence
22909 Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
22910 is sent by @value{GDBN} to interrupt the remote program.
22911 @code{BREAK-g} is BREAK signal followed by @code{g} and
22912 also known as Magic SysRq g.
22913
22914 @item set remote interrupt-on-connect
22915 @cindex send interrupt-sequence on start
22916 Specify whether interrupt-sequence is sent to remote target when
22917 @value{GDBN} connects to it. This is mostly needed when you debug
22918 Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
22919 which is known as Magic SysRq g in order to connect @value{GDBN}.
22920
22921 @item show interrupt-on-connect
22922 Show whether interrupt-sequence is sent
22923 to remote target when @value{GDBN} connects to it.
22924
22925 @kindex set tcp
22926 @kindex show tcp
22927 @item set tcp auto-retry on
22928 @cindex auto-retry, for remote TCP target
22929 Enable auto-retry for remote TCP connections. This is useful if the remote
22930 debugging agent is launched in parallel with @value{GDBN}; there is a race
22931 condition because the agent may not become ready to accept the connection
22932 before @value{GDBN} attempts to connect. When auto-retry is
22933 enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
22934 to establish the connection using the timeout specified by
22935 @code{set tcp connect-timeout}.
22936
22937 @item set tcp auto-retry off
22938 Do not auto-retry failed TCP connections.
22939
22940 @item show tcp auto-retry
22941 Show the current auto-retry setting.
22942
22943 @item set tcp connect-timeout @var{seconds}
22944 @itemx set tcp connect-timeout unlimited
22945 @cindex connection timeout, for remote TCP target
22946 @cindex timeout, for remote target connection
22947 Set the timeout for establishing a TCP connection to the remote target to
22948 @var{seconds}. The timeout affects both polling to retry failed connections
22949 (enabled by @code{set tcp auto-retry on}) and waiting for connections
22950 that are merely slow to complete, and represents an approximate cumulative
22951 value. If @var{seconds} is @code{unlimited}, there is no timeout and
22952 @value{GDBN} will keep attempting to establish a connection forever,
22953 unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
22954
22955 @item show tcp connect-timeout
22956 Show the current connection timeout setting.
22957 @end table
22958
22959 @cindex remote packets, enabling and disabling
22960 The @value{GDBN} remote protocol autodetects the packets supported by
22961 your debugging stub. If you need to override the autodetection, you
22962 can use these commands to enable or disable individual packets. Each
22963 packet can be set to @samp{on} (the remote target supports this
22964 packet), @samp{off} (the remote target does not support this packet),
22965 or @samp{auto} (detect remote target support for this packet). They
22966 all default to @samp{auto}. For more information about each packet,
22967 see @ref{Remote Protocol}.
22968
22969 During normal use, you should not have to use any of these commands.
22970 If you do, that may be a bug in your remote debugging stub, or a bug
22971 in @value{GDBN}. You may want to report the problem to the
22972 @value{GDBN} developers.
22973
22974 For each packet @var{name}, the command to enable or disable the
22975 packet is @code{set remote @var{name}-packet}. The available settings
22976 are:
22977
22978 @multitable @columnfractions 0.28 0.32 0.25
22979 @item Command Name
22980 @tab Remote Packet
22981 @tab Related Features
22982
22983 @item @code{fetch-register}
22984 @tab @code{p}
22985 @tab @code{info registers}
22986
22987 @item @code{set-register}
22988 @tab @code{P}
22989 @tab @code{set}
22990
22991 @item @code{binary-download}
22992 @tab @code{X}
22993 @tab @code{load}, @code{set}
22994
22995 @item @code{read-aux-vector}
22996 @tab @code{qXfer:auxv:read}
22997 @tab @code{info auxv}
22998
22999 @item @code{symbol-lookup}
23000 @tab @code{qSymbol}
23001 @tab Detecting multiple threads
23002
23003 @item @code{attach}
23004 @tab @code{vAttach}
23005 @tab @code{attach}
23006
23007 @item @code{verbose-resume}
23008 @tab @code{vCont}
23009 @tab Stepping or resuming multiple threads
23010
23011 @item @code{run}
23012 @tab @code{vRun}
23013 @tab @code{run}
23014
23015 @item @code{software-breakpoint}
23016 @tab @code{Z0}
23017 @tab @code{break}
23018
23019 @item @code{hardware-breakpoint}
23020 @tab @code{Z1}
23021 @tab @code{hbreak}
23022
23023 @item @code{write-watchpoint}
23024 @tab @code{Z2}
23025 @tab @code{watch}
23026
23027 @item @code{read-watchpoint}
23028 @tab @code{Z3}
23029 @tab @code{rwatch}
23030
23031 @item @code{access-watchpoint}
23032 @tab @code{Z4}
23033 @tab @code{awatch}
23034
23035 @item @code{pid-to-exec-file}
23036 @tab @code{qXfer:exec-file:read}
23037 @tab @code{attach}, @code{run}
23038
23039 @item @code{target-features}
23040 @tab @code{qXfer:features:read}
23041 @tab @code{set architecture}
23042
23043 @item @code{library-info}
23044 @tab @code{qXfer:libraries:read}
23045 @tab @code{info sharedlibrary}
23046
23047 @item @code{memory-map}
23048 @tab @code{qXfer:memory-map:read}
23049 @tab @code{info mem}
23050
23051 @item @code{read-sdata-object}
23052 @tab @code{qXfer:sdata:read}
23053 @tab @code{print $_sdata}
23054
23055 @item @code{read-siginfo-object}
23056 @tab @code{qXfer:siginfo:read}
23057 @tab @code{print $_siginfo}
23058
23059 @item @code{write-siginfo-object}
23060 @tab @code{qXfer:siginfo:write}
23061 @tab @code{set $_siginfo}
23062
23063 @item @code{threads}
23064 @tab @code{qXfer:threads:read}
23065 @tab @code{info threads}
23066
23067 @item @code{get-thread-local-@*storage-address}
23068 @tab @code{qGetTLSAddr}
23069 @tab Displaying @code{__thread} variables
23070
23071 @item @code{get-thread-information-block-address}
23072 @tab @code{qGetTIBAddr}
23073 @tab Display MS-Windows Thread Information Block.
23074
23075 @item @code{search-memory}
23076 @tab @code{qSearch:memory}
23077 @tab @code{find}
23078
23079 @item @code{supported-packets}
23080 @tab @code{qSupported}
23081 @tab Remote communications parameters
23082
23083 @item @code{catch-syscalls}
23084 @tab @code{QCatchSyscalls}
23085 @tab @code{catch syscall}
23086
23087 @item @code{pass-signals}
23088 @tab @code{QPassSignals}
23089 @tab @code{handle @var{signal}}
23090
23091 @item @code{program-signals}
23092 @tab @code{QProgramSignals}
23093 @tab @code{handle @var{signal}}
23094
23095 @item @code{hostio-close-packet}
23096 @tab @code{vFile:close}
23097 @tab @code{remote get}, @code{remote put}
23098
23099 @item @code{hostio-open-packet}
23100 @tab @code{vFile:open}
23101 @tab @code{remote get}, @code{remote put}
23102
23103 @item @code{hostio-pread-packet}
23104 @tab @code{vFile:pread}
23105 @tab @code{remote get}, @code{remote put}
23106
23107 @item @code{hostio-pwrite-packet}
23108 @tab @code{vFile:pwrite}
23109 @tab @code{remote get}, @code{remote put}
23110
23111 @item @code{hostio-unlink-packet}
23112 @tab @code{vFile:unlink}
23113 @tab @code{remote delete}
23114
23115 @item @code{hostio-readlink-packet}
23116 @tab @code{vFile:readlink}
23117 @tab Host I/O
23118
23119 @item @code{hostio-fstat-packet}
23120 @tab @code{vFile:fstat}
23121 @tab Host I/O
23122
23123 @item @code{hostio-setfs-packet}
23124 @tab @code{vFile:setfs}
23125 @tab Host I/O
23126
23127 @item @code{noack-packet}
23128 @tab @code{QStartNoAckMode}
23129 @tab Packet acknowledgment
23130
23131 @item @code{osdata}
23132 @tab @code{qXfer:osdata:read}
23133 @tab @code{info os}
23134
23135 @item @code{query-attached}
23136 @tab @code{qAttached}
23137 @tab Querying remote process attach state.
23138
23139 @item @code{trace-buffer-size}
23140 @tab @code{QTBuffer:size}
23141 @tab @code{set trace-buffer-size}
23142
23143 @item @code{trace-status}
23144 @tab @code{qTStatus}
23145 @tab @code{tstatus}
23146
23147 @item @code{traceframe-info}
23148 @tab @code{qXfer:traceframe-info:read}
23149 @tab Traceframe info
23150
23151 @item @code{install-in-trace}
23152 @tab @code{InstallInTrace}
23153 @tab Install tracepoint in tracing
23154
23155 @item @code{disable-randomization}
23156 @tab @code{QDisableRandomization}
23157 @tab @code{set disable-randomization}
23158
23159 @item @code{startup-with-shell}
23160 @tab @code{QStartupWithShell}
23161 @tab @code{set startup-with-shell}
23162
23163 @item @code{environment-hex-encoded}
23164 @tab @code{QEnvironmentHexEncoded}
23165 @tab @code{set environment}
23166
23167 @item @code{environment-unset}
23168 @tab @code{QEnvironmentUnset}
23169 @tab @code{unset environment}
23170
23171 @item @code{environment-reset}
23172 @tab @code{QEnvironmentReset}
23173 @tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23174
23175 @item @code{set-working-dir}
23176 @tab @code{QSetWorkingDir}
23177 @tab @code{set cwd}
23178
23179 @item @code{conditional-breakpoints-packet}
23180 @tab @code{Z0 and Z1}
23181 @tab @code{Support for target-side breakpoint condition evaluation}
23182
23183 @item @code{multiprocess-extensions}
23184 @tab @code{multiprocess extensions}
23185 @tab Debug multiple processes and remote process PID awareness
23186
23187 @item @code{swbreak-feature}
23188 @tab @code{swbreak stop reason}
23189 @tab @code{break}
23190
23191 @item @code{hwbreak-feature}
23192 @tab @code{hwbreak stop reason}
23193 @tab @code{hbreak}
23194
23195 @item @code{fork-event-feature}
23196 @tab @code{fork stop reason}
23197 @tab @code{fork}
23198
23199 @item @code{vfork-event-feature}
23200 @tab @code{vfork stop reason}
23201 @tab @code{vfork}
23202
23203 @item @code{exec-event-feature}
23204 @tab @code{exec stop reason}
23205 @tab @code{exec}
23206
23207 @item @code{thread-events}
23208 @tab @code{QThreadEvents}
23209 @tab Tracking thread lifetime.
23210
23211 @item @code{no-resumed-stop-reply}
23212 @tab @code{no resumed thread left stop reply}
23213 @tab Tracking thread lifetime.
23214
23215 @end multitable
23216
23217 @node Remote Stub
23218 @section Implementing a Remote Stub
23219
23220 @cindex debugging stub, example
23221 @cindex remote stub, example
23222 @cindex stub example, remote debugging
23223 The stub files provided with @value{GDBN} implement the target side of the
23224 communication protocol, and the @value{GDBN} side is implemented in the
23225 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
23226 these subroutines to communicate, and ignore the details. (If you're
23227 implementing your own stub file, you can still ignore the details: start
23228 with one of the existing stub files. @file{sparc-stub.c} is the best
23229 organized, and therefore the easiest to read.)
23230
23231 @cindex remote serial debugging, overview
23232 To debug a program running on another machine (the debugging
23233 @dfn{target} machine), you must first arrange for all the usual
23234 prerequisites for the program to run by itself. For example, for a C
23235 program, you need:
23236
23237 @enumerate
23238 @item
23239 A startup routine to set up the C runtime environment; these usually
23240 have a name like @file{crt0}. The startup routine may be supplied by
23241 your hardware supplier, or you may have to write your own.
23242
23243 @item
23244 A C subroutine library to support your program's
23245 subroutine calls, notably managing input and output.
23246
23247 @item
23248 A way of getting your program to the other machine---for example, a
23249 download program. These are often supplied by the hardware
23250 manufacturer, but you may have to write your own from hardware
23251 documentation.
23252 @end enumerate
23253
23254 The next step is to arrange for your program to use a serial port to
23255 communicate with the machine where @value{GDBN} is running (the @dfn{host}
23256 machine). In general terms, the scheme looks like this:
23257
23258 @table @emph
23259 @item On the host,
23260 @value{GDBN} already understands how to use this protocol; when everything
23261 else is set up, you can simply use the @samp{target remote} command
23262 (@pxref{Targets,,Specifying a Debugging Target}).
23263
23264 @item On the target,
23265 you must link with your program a few special-purpose subroutines that
23266 implement the @value{GDBN} remote serial protocol. The file containing these
23267 subroutines is called a @dfn{debugging stub}.
23268
23269 On certain remote targets, you can use an auxiliary program
23270 @code{gdbserver} instead of linking a stub into your program.
23271 @xref{Server,,Using the @code{gdbserver} Program}, for details.
23272 @end table
23273
23274 The debugging stub is specific to the architecture of the remote
23275 machine; for example, use @file{sparc-stub.c} to debug programs on
23276 @sc{sparc} boards.
23277
23278 @cindex remote serial stub list
23279 These working remote stubs are distributed with @value{GDBN}:
23280
23281 @table @code
23282
23283 @item i386-stub.c
23284 @cindex @file{i386-stub.c}
23285 @cindex Intel
23286 @cindex i386
23287 For Intel 386 and compatible architectures.
23288
23289 @item m68k-stub.c
23290 @cindex @file{m68k-stub.c}
23291 @cindex Motorola 680x0
23292 @cindex m680x0
23293 For Motorola 680x0 architectures.
23294
23295 @item sh-stub.c
23296 @cindex @file{sh-stub.c}
23297 @cindex Renesas
23298 @cindex SH
23299 For Renesas SH architectures.
23300
23301 @item sparc-stub.c
23302 @cindex @file{sparc-stub.c}
23303 @cindex Sparc
23304 For @sc{sparc} architectures.
23305
23306 @item sparcl-stub.c
23307 @cindex @file{sparcl-stub.c}
23308 @cindex Fujitsu
23309 @cindex SparcLite
23310 For Fujitsu @sc{sparclite} architectures.
23311
23312 @end table
23313
23314 The @file{README} file in the @value{GDBN} distribution may list other
23315 recently added stubs.
23316
23317 @menu
23318 * Stub Contents:: What the stub can do for you
23319 * Bootstrapping:: What you must do for the stub
23320 * Debug Session:: Putting it all together
23321 @end menu
23322
23323 @node Stub Contents
23324 @subsection What the Stub Can Do for You
23325
23326 @cindex remote serial stub
23327 The debugging stub for your architecture supplies these three
23328 subroutines:
23329
23330 @table @code
23331 @item set_debug_traps
23332 @findex set_debug_traps
23333 @cindex remote serial stub, initialization
23334 This routine arranges for @code{handle_exception} to run when your
23335 program stops. You must call this subroutine explicitly in your
23336 program's startup code.
23337
23338 @item handle_exception
23339 @findex handle_exception
23340 @cindex remote serial stub, main routine
23341 This is the central workhorse, but your program never calls it
23342 explicitly---the setup code arranges for @code{handle_exception} to
23343 run when a trap is triggered.
23344
23345 @code{handle_exception} takes control when your program stops during
23346 execution (for example, on a breakpoint), and mediates communications
23347 with @value{GDBN} on the host machine. This is where the communications
23348 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
23349 representative on the target machine. It begins by sending summary
23350 information on the state of your program, then continues to execute,
23351 retrieving and transmitting any information @value{GDBN} needs, until you
23352 execute a @value{GDBN} command that makes your program resume; at that point,
23353 @code{handle_exception} returns control to your own code on the target
23354 machine.
23355
23356 @item breakpoint
23357 @cindex @code{breakpoint} subroutine, remote
23358 Use this auxiliary subroutine to make your program contain a
23359 breakpoint. Depending on the particular situation, this may be the only
23360 way for @value{GDBN} to get control. For instance, if your target
23361 machine has some sort of interrupt button, you won't need to call this;
23362 pressing the interrupt button transfers control to
23363 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
23364 simply receiving characters on the serial port may also trigger a trap;
23365 again, in that situation, you don't need to call @code{breakpoint} from
23366 your own program---simply running @samp{target remote} from the host
23367 @value{GDBN} session gets control.
23368
23369 Call @code{breakpoint} if none of these is true, or if you simply want
23370 to make certain your program stops at a predetermined point for the
23371 start of your debugging session.
23372 @end table
23373
23374 @node Bootstrapping
23375 @subsection What You Must Do for the Stub
23376
23377 @cindex remote stub, support routines
23378 The debugging stubs that come with @value{GDBN} are set up for a particular
23379 chip architecture, but they have no information about the rest of your
23380 debugging target machine.
23381
23382 First of all you need to tell the stub how to communicate with the
23383 serial port.
23384
23385 @table @code
23386 @item int getDebugChar()
23387 @findex getDebugChar
23388 Write this subroutine to read a single character from the serial port.
23389 It may be identical to @code{getchar} for your target system; a
23390 different name is used to allow you to distinguish the two if you wish.
23391
23392 @item void putDebugChar(int)
23393 @findex putDebugChar
23394 Write this subroutine to write a single character to the serial port.
23395 It may be identical to @code{putchar} for your target system; a
23396 different name is used to allow you to distinguish the two if you wish.
23397 @end table
23398
23399 @cindex control C, and remote debugging
23400 @cindex interrupting remote targets
23401 If you want @value{GDBN} to be able to stop your program while it is
23402 running, you need to use an interrupt-driven serial driver, and arrange
23403 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
23404 character). That is the character which @value{GDBN} uses to tell the
23405 remote system to stop.
23406
23407 Getting the debugging target to return the proper status to @value{GDBN}
23408 probably requires changes to the standard stub; one quick and dirty way
23409 is to just execute a breakpoint instruction (the ``dirty'' part is that
23410 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
23411
23412 Other routines you need to supply are:
23413
23414 @table @code
23415 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
23416 @findex exceptionHandler
23417 Write this function to install @var{exception_address} in the exception
23418 handling tables. You need to do this because the stub does not have any
23419 way of knowing what the exception handling tables on your target system
23420 are like (for example, the processor's table might be in @sc{rom},
23421 containing entries which point to a table in @sc{ram}).
23422 The @var{exception_number} specifies the exception which should be changed;
23423 its meaning is architecture-dependent (for example, different numbers
23424 might represent divide by zero, misaligned access, etc). When this
23425 exception occurs, control should be transferred directly to
23426 @var{exception_address}, and the processor state (stack, registers,
23427 and so on) should be just as it is when a processor exception occurs. So if
23428 you want to use a jump instruction to reach @var{exception_address}, it
23429 should be a simple jump, not a jump to subroutine.
23430
23431 For the 386, @var{exception_address} should be installed as an interrupt
23432 gate so that interrupts are masked while the handler runs. The gate
23433 should be at privilege level 0 (the most privileged level). The
23434 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
23435 help from @code{exceptionHandler}.
23436
23437 @item void flush_i_cache()
23438 @findex flush_i_cache
23439 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
23440 instruction cache, if any, on your target machine. If there is no
23441 instruction cache, this subroutine may be a no-op.
23442
23443 On target machines that have instruction caches, @value{GDBN} requires this
23444 function to make certain that the state of your program is stable.
23445 @end table
23446
23447 @noindent
23448 You must also make sure this library routine is available:
23449
23450 @table @code
23451 @item void *memset(void *, int, int)
23452 @findex memset
23453 This is the standard library function @code{memset} that sets an area of
23454 memory to a known value. If you have one of the free versions of
23455 @code{libc.a}, @code{memset} can be found there; otherwise, you must
23456 either obtain it from your hardware manufacturer, or write your own.
23457 @end table
23458
23459 If you do not use the GNU C compiler, you may need other standard
23460 library subroutines as well; this varies from one stub to another,
23461 but in general the stubs are likely to use any of the common library
23462 subroutines which @code{@value{NGCC}} generates as inline code.
23463
23464
23465 @node Debug Session
23466 @subsection Putting it All Together
23467
23468 @cindex remote serial debugging summary
23469 In summary, when your program is ready to debug, you must follow these
23470 steps.
23471
23472 @enumerate
23473 @item
23474 Make sure you have defined the supporting low-level routines
23475 (@pxref{Bootstrapping,,What You Must Do for the Stub}):
23476 @display
23477 @code{getDebugChar}, @code{putDebugChar},
23478 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
23479 @end display
23480
23481 @item
23482 Insert these lines in your program's startup code, before the main
23483 procedure is called:
23484
23485 @smallexample
23486 set_debug_traps();
23487 breakpoint();
23488 @end smallexample
23489
23490 On some machines, when a breakpoint trap is raised, the hardware
23491 automatically makes the PC point to the instruction after the
23492 breakpoint. If your machine doesn't do that, you may need to adjust
23493 @code{handle_exception} to arrange for it to return to the instruction
23494 after the breakpoint on this first invocation, so that your program
23495 doesn't keep hitting the initial breakpoint instead of making
23496 progress.
23497
23498 @item
23499 For the 680x0 stub only, you need to provide a variable called
23500 @code{exceptionHook}. Normally you just use:
23501
23502 @smallexample
23503 void (*exceptionHook)() = 0;
23504 @end smallexample
23505
23506 @noindent
23507 but if before calling @code{set_debug_traps}, you set it to point to a
23508 function in your program, that function is called when
23509 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
23510 error). The function indicated by @code{exceptionHook} is called with
23511 one parameter: an @code{int} which is the exception number.
23512
23513 @item
23514 Compile and link together: your program, the @value{GDBN} debugging stub for
23515 your target architecture, and the supporting subroutines.
23516
23517 @item
23518 Make sure you have a serial connection between your target machine and
23519 the @value{GDBN} host, and identify the serial port on the host.
23520
23521 @item
23522 @c The "remote" target now provides a `load' command, so we should
23523 @c document that. FIXME.
23524 Download your program to your target machine (or get it there by
23525 whatever means the manufacturer provides), and start it.
23526
23527 @item
23528 Start @value{GDBN} on the host, and connect to the target
23529 (@pxref{Connecting,,Connecting to a Remote Target}).
23530
23531 @end enumerate
23532
23533 @node Configurations
23534 @chapter Configuration-Specific Information
23535
23536 While nearly all @value{GDBN} commands are available for all native and
23537 cross versions of the debugger, there are some exceptions. This chapter
23538 describes things that are only available in certain configurations.
23539
23540 There are three major categories of configurations: native
23541 configurations, where the host and target are the same, embedded
23542 operating system configurations, which are usually the same for several
23543 different processor architectures, and bare embedded processors, which
23544 are quite different from each other.
23545
23546 @menu
23547 * Native::
23548 * Embedded OS::
23549 * Embedded Processors::
23550 * Architectures::
23551 @end menu
23552
23553 @node Native
23554 @section Native
23555
23556 This section describes details specific to particular native
23557 configurations.
23558
23559 @menu
23560 * BSD libkvm Interface:: Debugging BSD kernel memory images
23561 * Process Information:: Process information
23562 * DJGPP Native:: Features specific to the DJGPP port
23563 * Cygwin Native:: Features specific to the Cygwin port
23564 * Hurd Native:: Features specific to @sc{gnu} Hurd
23565 * Darwin:: Features specific to Darwin
23566 * FreeBSD:: Features specific to FreeBSD
23567 @end menu
23568
23569 @node BSD libkvm Interface
23570 @subsection BSD libkvm Interface
23571
23572 @cindex libkvm
23573 @cindex kernel memory image
23574 @cindex kernel crash dump
23575
23576 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
23577 interface that provides a uniform interface for accessing kernel virtual
23578 memory images, including live systems and crash dumps. @value{GDBN}
23579 uses this interface to allow you to debug live kernels and kernel crash
23580 dumps on many native BSD configurations. This is implemented as a
23581 special @code{kvm} debugging target. For debugging a live system, load
23582 the currently running kernel into @value{GDBN} and connect to the
23583 @code{kvm} target:
23584
23585 @smallexample
23586 (@value{GDBP}) @b{target kvm}
23587 @end smallexample
23588
23589 For debugging crash dumps, provide the file name of the crash dump as an
23590 argument:
23591
23592 @smallexample
23593 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
23594 @end smallexample
23595
23596 Once connected to the @code{kvm} target, the following commands are
23597 available:
23598
23599 @table @code
23600 @kindex kvm
23601 @item kvm pcb
23602 Set current context from the @dfn{Process Control Block} (PCB) address.
23603
23604 @item kvm proc
23605 Set current context from proc address. This command isn't available on
23606 modern FreeBSD systems.
23607 @end table
23608
23609 @node Process Information
23610 @subsection Process Information
23611 @cindex /proc
23612 @cindex examine process image
23613 @cindex process info via @file{/proc}
23614
23615 Some operating systems provide interfaces to fetch additional
23616 information about running processes beyond memory and per-thread
23617 register state. If @value{GDBN} is configured for an operating system
23618 with a supported interface, the command @code{info proc} is available
23619 to report information about the process running your program, or about
23620 any process running on your system.
23621
23622 One supported interface is a facility called @samp{/proc} that can be
23623 used to examine the image of a running process using file-system
23624 subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
23625 systems.
23626
23627 On FreeBSD and NetBSD systems, system control nodes are used to query
23628 process information.
23629
23630 In addition, some systems may provide additional process information
23631 in core files. Note that a core file may include a subset of the
23632 information available from a live process. Process information is
23633 currently available from cores created on @sc{gnu}/Linux and FreeBSD
23634 systems.
23635
23636 @table @code
23637 @kindex info proc
23638 @cindex process ID
23639 @item info proc
23640 @itemx info proc @var{process-id}
23641 Summarize available information about a process. If a
23642 process ID is specified by @var{process-id}, display information about
23643 that process; otherwise display information about the program being
23644 debugged. The summary includes the debugged process ID, the command
23645 line used to invoke it, its current working directory, and its
23646 executable file's absolute file name.
23647
23648 On some systems, @var{process-id} can be of the form
23649 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
23650 within a process. If the optional @var{pid} part is missing, it means
23651 a thread from the process being debugged (the leading @samp{/} still
23652 needs to be present, or else @value{GDBN} will interpret the number as
23653 a process ID rather than a thread ID).
23654
23655 @item info proc cmdline
23656 @cindex info proc cmdline
23657 Show the original command line of the process. This command is
23658 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
23659
23660 @item info proc cwd
23661 @cindex info proc cwd
23662 Show the current working directory of the process. This command is
23663 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
23664
23665 @item info proc exe
23666 @cindex info proc exe
23667 Show the name of executable of the process. This command is supported
23668 on @sc{gnu}/Linux, FreeBSD and NetBSD.
23669
23670 @item info proc files
23671 @cindex info proc files
23672 Show the file descriptors open by the process. For each open file
23673 descriptor, @value{GDBN} shows its number, type (file, directory,
23674 character device, socket), file pointer offset, and the name of the
23675 resource open on the descriptor. The resource name can be a file name
23676 (for files, directories, and devices) or a protocol followed by socket
23677 address (for network connections). This command is supported on
23678 FreeBSD.
23679
23680 This example shows the open file descriptors for a process using a
23681 tty for standard input and output as well as two network sockets:
23682
23683 @smallexample
23684 (gdb) info proc files 22136
23685 process 22136
23686 Open files:
23687
23688 FD Type Offset Flags Name
23689 text file - r-------- /usr/bin/ssh
23690 ctty chr - rw------- /dev/pts/20
23691 cwd dir - r-------- /usr/home/john
23692 root dir - r-------- /
23693 0 chr 0x32933a4 rw------- /dev/pts/20
23694 1 chr 0x32933a4 rw------- /dev/pts/20
23695 2 chr 0x32933a4 rw------- /dev/pts/20
23696 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
23697 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
23698 @end smallexample
23699
23700 @item info proc mappings
23701 @cindex memory address space mappings
23702 Report the memory address space ranges accessible in a process. On
23703 Solaris, FreeBSD and NetBSD systems, each memory range includes information
23704 on whether the process has read, write, or execute access rights to each
23705 range. On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
23706 includes the object file which is mapped to that range.
23707
23708 @item info proc stat
23709 @itemx info proc status
23710 @cindex process detailed status information
23711 Show additional process-related information, including the user ID and
23712 group ID; virtual memory usage; the signals that are pending, blocked,
23713 and ignored; its TTY; its consumption of system and user time; its
23714 stack size; its @samp{nice} value; etc. These commands are supported
23715 on @sc{gnu}/Linux, FreeBSD and NetBSD.
23716
23717 For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
23718 information (type @kbd{man 5 proc} from your shell prompt).
23719
23720 For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
23721 @code{info proc status}.
23722
23723 @item info proc all
23724 Show all the information about the process described under all of the
23725 above @code{info proc} subcommands.
23726
23727 @ignore
23728 @comment These sub-options of 'info proc' were not included when
23729 @comment procfs.c was re-written. Keep their descriptions around
23730 @comment against the day when someone finds the time to put them back in.
23731 @kindex info proc times
23732 @item info proc times
23733 Starting time, user CPU time, and system CPU time for your program and
23734 its children.
23735
23736 @kindex info proc id
23737 @item info proc id
23738 Report on the process IDs related to your program: its own process ID,
23739 the ID of its parent, the process group ID, and the session ID.
23740 @end ignore
23741
23742 @item set procfs-trace
23743 @kindex set procfs-trace
23744 @cindex @code{procfs} API calls
23745 This command enables and disables tracing of @code{procfs} API calls.
23746
23747 @item show procfs-trace
23748 @kindex show procfs-trace
23749 Show the current state of @code{procfs} API call tracing.
23750
23751 @item set procfs-file @var{file}
23752 @kindex set procfs-file
23753 Tell @value{GDBN} to write @code{procfs} API trace to the named
23754 @var{file}. @value{GDBN} appends the trace info to the previous
23755 contents of the file. The default is to display the trace on the
23756 standard output.
23757
23758 @item show procfs-file
23759 @kindex show procfs-file
23760 Show the file to which @code{procfs} API trace is written.
23761
23762 @item proc-trace-entry
23763 @itemx proc-trace-exit
23764 @itemx proc-untrace-entry
23765 @itemx proc-untrace-exit
23766 @kindex proc-trace-entry
23767 @kindex proc-trace-exit
23768 @kindex proc-untrace-entry
23769 @kindex proc-untrace-exit
23770 These commands enable and disable tracing of entries into and exits
23771 from the @code{syscall} interface.
23772
23773 @item info pidlist
23774 @kindex info pidlist
23775 @cindex process list, QNX Neutrino
23776 For QNX Neutrino only, this command displays the list of all the
23777 processes and all the threads within each process.
23778
23779 @item info meminfo
23780 @kindex info meminfo
23781 @cindex mapinfo list, QNX Neutrino
23782 For QNX Neutrino only, this command displays the list of all mapinfos.
23783 @end table
23784
23785 @node DJGPP Native
23786 @subsection Features for Debugging @sc{djgpp} Programs
23787 @cindex @sc{djgpp} debugging
23788 @cindex native @sc{djgpp} debugging
23789 @cindex MS-DOS-specific commands
23790
23791 @cindex DPMI
23792 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
23793 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
23794 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
23795 top of real-mode DOS systems and their emulations.
23796
23797 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
23798 defines a few commands specific to the @sc{djgpp} port. This
23799 subsection describes those commands.
23800
23801 @table @code
23802 @kindex info dos
23803 @item info dos
23804 This is a prefix of @sc{djgpp}-specific commands which print
23805 information about the target system and important OS structures.
23806
23807 @kindex sysinfo
23808 @cindex MS-DOS system info
23809 @cindex free memory information (MS-DOS)
23810 @item info dos sysinfo
23811 This command displays assorted information about the underlying
23812 platform: the CPU type and features, the OS version and flavor, the
23813 DPMI version, and the available conventional and DPMI memory.
23814
23815 @cindex GDT
23816 @cindex LDT
23817 @cindex IDT
23818 @cindex segment descriptor tables
23819 @cindex descriptor tables display
23820 @item info dos gdt
23821 @itemx info dos ldt
23822 @itemx info dos idt
23823 These 3 commands display entries from, respectively, Global, Local,
23824 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
23825 tables are data structures which store a descriptor for each segment
23826 that is currently in use. The segment's selector is an index into a
23827 descriptor table; the table entry for that index holds the
23828 descriptor's base address and limit, and its attributes and access
23829 rights.
23830
23831 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
23832 segment (used for both data and the stack), and a DOS segment (which
23833 allows access to DOS/BIOS data structures and absolute addresses in
23834 conventional memory). However, the DPMI host will usually define
23835 additional segments in order to support the DPMI environment.
23836
23837 @cindex garbled pointers
23838 These commands allow to display entries from the descriptor tables.
23839 Without an argument, all entries from the specified table are
23840 displayed. An argument, which should be an integer expression, means
23841 display a single entry whose index is given by the argument. For
23842 example, here's a convenient way to display information about the
23843 debugged program's data segment:
23844
23845 @smallexample
23846 @exdent @code{(@value{GDBP}) info dos ldt $ds}
23847 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
23848 @end smallexample
23849
23850 @noindent
23851 This comes in handy when you want to see whether a pointer is outside
23852 the data segment's limit (i.e.@: @dfn{garbled}).
23853
23854 @cindex page tables display (MS-DOS)
23855 @item info dos pde
23856 @itemx info dos pte
23857 These two commands display entries from, respectively, the Page
23858 Directory and the Page Tables. Page Directories and Page Tables are
23859 data structures which control how virtual memory addresses are mapped
23860 into physical addresses. A Page Table includes an entry for every
23861 page of memory that is mapped into the program's address space; there
23862 may be several Page Tables, each one holding up to 4096 entries. A
23863 Page Directory has up to 4096 entries, one each for every Page Table
23864 that is currently in use.
23865
23866 Without an argument, @kbd{info dos pde} displays the entire Page
23867 Directory, and @kbd{info dos pte} displays all the entries in all of
23868 the Page Tables. An argument, an integer expression, given to the
23869 @kbd{info dos pde} command means display only that entry from the Page
23870 Directory table. An argument given to the @kbd{info dos pte} command
23871 means display entries from a single Page Table, the one pointed to by
23872 the specified entry in the Page Directory.
23873
23874 @cindex direct memory access (DMA) on MS-DOS
23875 These commands are useful when your program uses @dfn{DMA} (Direct
23876 Memory Access), which needs physical addresses to program the DMA
23877 controller.
23878
23879 These commands are supported only with some DPMI servers.
23880
23881 @cindex physical address from linear address
23882 @item info dos address-pte @var{addr}
23883 This command displays the Page Table entry for a specified linear
23884 address. The argument @var{addr} is a linear address which should
23885 already have the appropriate segment's base address added to it,
23886 because this command accepts addresses which may belong to @emph{any}
23887 segment. For example, here's how to display the Page Table entry for
23888 the page where a variable @code{i} is stored:
23889
23890 @smallexample
23891 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
23892 @exdent @code{Page Table entry for address 0x11a00d30:}
23893 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
23894 @end smallexample
23895
23896 @noindent
23897 This says that @code{i} is stored at offset @code{0xd30} from the page
23898 whose physical base address is @code{0x02698000}, and shows all the
23899 attributes of that page.
23900
23901 Note that you must cast the addresses of variables to a @code{char *},
23902 since otherwise the value of @code{__djgpp_base_address}, the base
23903 address of all variables and functions in a @sc{djgpp} program, will
23904 be added using the rules of C pointer arithmetics: if @code{i} is
23905 declared an @code{int}, @value{GDBN} will add 4 times the value of
23906 @code{__djgpp_base_address} to the address of @code{i}.
23907
23908 Here's another example, it displays the Page Table entry for the
23909 transfer buffer:
23910
23911 @smallexample
23912 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
23913 @exdent @code{Page Table entry for address 0x29110:}
23914 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
23915 @end smallexample
23916
23917 @noindent
23918 (The @code{+ 3} offset is because the transfer buffer's address is the
23919 3rd member of the @code{_go32_info_block} structure.) The output
23920 clearly shows that this DPMI server maps the addresses in conventional
23921 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
23922 linear (@code{0x29110}) addresses are identical.
23923
23924 This command is supported only with some DPMI servers.
23925 @end table
23926
23927 @cindex DOS serial data link, remote debugging
23928 In addition to native debugging, the DJGPP port supports remote
23929 debugging via a serial data link. The following commands are specific
23930 to remote serial debugging in the DJGPP port of @value{GDBN}.
23931
23932 @table @code
23933 @kindex set com1base
23934 @kindex set com1irq
23935 @kindex set com2base
23936 @kindex set com2irq
23937 @kindex set com3base
23938 @kindex set com3irq
23939 @kindex set com4base
23940 @kindex set com4irq
23941 @item set com1base @var{addr}
23942 This command sets the base I/O port address of the @file{COM1} serial
23943 port.
23944
23945 @item set com1irq @var{irq}
23946 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
23947 for the @file{COM1} serial port.
23948
23949 There are similar commands @samp{set com2base}, @samp{set com3irq},
23950 etc.@: for setting the port address and the @code{IRQ} lines for the
23951 other 3 COM ports.
23952
23953 @kindex show com1base
23954 @kindex show com1irq
23955 @kindex show com2base
23956 @kindex show com2irq
23957 @kindex show com3base
23958 @kindex show com3irq
23959 @kindex show com4base
23960 @kindex show com4irq
23961 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
23962 display the current settings of the base address and the @code{IRQ}
23963 lines used by the COM ports.
23964
23965 @item info serial
23966 @kindex info serial
23967 @cindex DOS serial port status
23968 This command prints the status of the 4 DOS serial ports. For each
23969 port, it prints whether it's active or not, its I/O base address and
23970 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
23971 counts of various errors encountered so far.
23972 @end table
23973
23974
23975 @node Cygwin Native
23976 @subsection Features for Debugging MS Windows PE Executables
23977 @cindex MS Windows debugging
23978 @cindex native Cygwin debugging
23979 @cindex Cygwin-specific commands
23980
23981 @value{GDBN} supports native debugging of MS Windows programs, including
23982 DLLs with and without symbolic debugging information.
23983
23984 @cindex Ctrl-BREAK, MS-Windows
23985 @cindex interrupt debuggee on MS-Windows
23986 MS-Windows programs that call @code{SetConsoleMode} to switch off the
23987 special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
23988 by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
23989 supports @kbd{C-@key{BREAK}} as an alternative interrupt key
23990 sequence, which can be used to interrupt the debuggee even if it
23991 ignores @kbd{C-c}.
23992
23993 There are various additional Cygwin-specific commands, described in
23994 this section. Working with DLLs that have no debugging symbols is
23995 described in @ref{Non-debug DLL Symbols}.
23996
23997 @table @code
23998 @kindex info w32
23999 @item info w32
24000 This is a prefix of MS Windows-specific commands which print
24001 information about the target system and important OS structures.
24002
24003 @item info w32 selector
24004 This command displays information returned by
24005 the Win32 API @code{GetThreadSelectorEntry} function.
24006 It takes an optional argument that is evaluated to
24007 a long value to give the information about this given selector.
24008 Without argument, this command displays information
24009 about the six segment registers.
24010
24011 @item info w32 thread-information-block
24012 This command displays thread specific information stored in the
24013 Thread Information Block (readable on the X86 CPU family using @code{$fs}
24014 selector for 32-bit programs and @code{$gs} for 64-bit programs).
24015
24016 @kindex signal-event
24017 @item signal-event @var{id}
24018 This command signals an event with user-provided @var{id}. Used to resume
24019 crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
24020
24021 To use it, create or edit the following keys in
24022 @code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
24023 @code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
24024 (for x86_64 versions):
24025
24026 @itemize @minus
24027 @item
24028 @code{Debugger} (REG_SZ) --- a command to launch the debugger.
24029 Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
24030 "attach %ld" -ex "signal-event %ld" -ex "continue"}.
24031
24032 The first @code{%ld} will be replaced by the process ID of the
24033 crashing process, the second @code{%ld} will be replaced by the ID of
24034 the event that blocks the crashing process, waiting for @value{GDBN}
24035 to attach.
24036
24037 @item
24038 @code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
24039 make the system run debugger specified by the Debugger key
24040 automatically, @code{0} will cause a dialog box with ``OK'' and
24041 ``Cancel'' buttons to appear, which allows the user to either
24042 terminate the crashing process (OK) or debug it (Cancel).
24043 @end itemize
24044
24045 @kindex set cygwin-exceptions
24046 @cindex debugging the Cygwin DLL
24047 @cindex Cygwin DLL, debugging
24048 @item set cygwin-exceptions @var{mode}
24049 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
24050 happen inside the Cygwin DLL. If @var{mode} is @code{off},
24051 @value{GDBN} will delay recognition of exceptions, and may ignore some
24052 exceptions which seem to be caused by internal Cygwin DLL
24053 ``bookkeeping''. This option is meant primarily for debugging the
24054 Cygwin DLL itself; the default value is @code{off} to avoid annoying
24055 @value{GDBN} users with false @code{SIGSEGV} signals.
24056
24057 @kindex show cygwin-exceptions
24058 @item show cygwin-exceptions
24059 Displays whether @value{GDBN} will break on exceptions that happen
24060 inside the Cygwin DLL itself.
24061
24062 @kindex set new-console
24063 @item set new-console @var{mode}
24064 If @var{mode} is @code{on} the debuggee will
24065 be started in a new console on next start.
24066 If @var{mode} is @code{off}, the debuggee will
24067 be started in the same console as the debugger.
24068
24069 @kindex show new-console
24070 @item show new-console
24071 Displays whether a new console is used
24072 when the debuggee is started.
24073
24074 @kindex set new-group
24075 @item set new-group @var{mode}
24076 This boolean value controls whether the debuggee should
24077 start a new group or stay in the same group as the debugger.
24078 This affects the way the Windows OS handles
24079 @samp{Ctrl-C}.
24080
24081 @kindex show new-group
24082 @item show new-group
24083 Displays current value of new-group boolean.
24084
24085 @kindex set debugevents
24086 @item set debugevents
24087 This boolean value adds debug output concerning kernel events related
24088 to the debuggee seen by the debugger. This includes events that
24089 signal thread and process creation and exit, DLL loading and
24090 unloading, console interrupts, and debugging messages produced by the
24091 Windows @code{OutputDebugString} API call.
24092
24093 @kindex set debugexec
24094 @item set debugexec
24095 This boolean value adds debug output concerning execute events
24096 (such as resume thread) seen by the debugger.
24097
24098 @kindex set debugexceptions
24099 @item set debugexceptions
24100 This boolean value adds debug output concerning exceptions in the
24101 debuggee seen by the debugger.
24102
24103 @kindex set debugmemory
24104 @item set debugmemory
24105 This boolean value adds debug output concerning debuggee memory reads
24106 and writes by the debugger.
24107
24108 @kindex set shell
24109 @item set shell
24110 This boolean values specifies whether the debuggee is called
24111 via a shell or directly (default value is on).
24112
24113 @kindex show shell
24114 @item show shell
24115 Displays if the debuggee will be started with a shell.
24116
24117 @end table
24118
24119 @menu
24120 * Non-debug DLL Symbols:: Support for DLLs without debugging symbols
24121 @end menu
24122
24123 @node Non-debug DLL Symbols
24124 @subsubsection Support for DLLs without Debugging Symbols
24125 @cindex DLLs with no debugging symbols
24126 @cindex Minimal symbols and DLLs
24127
24128 Very often on windows, some of the DLLs that your program relies on do
24129 not include symbolic debugging information (for example,
24130 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
24131 symbols in a DLL, it relies on the minimal amount of symbolic
24132 information contained in the DLL's export table. This section
24133 describes working with such symbols, known internally to @value{GDBN} as
24134 ``minimal symbols''.
24135
24136 Note that before the debugged program has started execution, no DLLs
24137 will have been loaded. The easiest way around this problem is simply to
24138 start the program --- either by setting a breakpoint or letting the
24139 program run once to completion.
24140
24141 @subsubsection DLL Name Prefixes
24142
24143 In keeping with the naming conventions used by the Microsoft debugging
24144 tools, DLL export symbols are made available with a prefix based on the
24145 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24146 also entered into the symbol table, so @code{CreateFileA} is often
24147 sufficient. In some cases there will be name clashes within a program
24148 (particularly if the executable itself includes full debugging symbols)
24149 necessitating the use of the fully qualified name when referring to the
24150 contents of the DLL. Use single-quotes around the name to avoid the
24151 exclamation mark (``!'') being interpreted as a language operator.
24152
24153 Note that the internal name of the DLL may be all upper-case, even
24154 though the file name of the DLL is lower-case, or vice-versa. Since
24155 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24156 some confusion. If in doubt, try the @code{info functions} and
24157 @code{info variables} commands or even @code{maint print msymbols}
24158 (@pxref{Symbols}). Here's an example:
24159
24160 @smallexample
24161 (@value{GDBP}) info function CreateFileA
24162 All functions matching regular expression "CreateFileA":
24163
24164 Non-debugging symbols:
24165 0x77e885f4 CreateFileA
24166 0x77e885f4 KERNEL32!CreateFileA
24167 @end smallexample
24168
24169 @smallexample
24170 (@value{GDBP}) info function !
24171 All functions matching regular expression "!":
24172
24173 Non-debugging symbols:
24174 0x6100114c cygwin1!__assert
24175 0x61004034 cygwin1!_dll_crt0@@0
24176 0x61004240 cygwin1!dll_crt0(per_process *)
24177 [etc...]
24178 @end smallexample
24179
24180 @subsubsection Working with Minimal Symbols
24181
24182 Symbols extracted from a DLL's export table do not contain very much
24183 type information. All that @value{GDBN} can do is guess whether a symbol
24184 refers to a function or variable depending on the linker section that
24185 contains the symbol. Also note that the actual contents of the memory
24186 contained in a DLL are not available unless the program is running. This
24187 means that you cannot examine the contents of a variable or disassemble
24188 a function within a DLL without a running program.
24189
24190 Variables are generally treated as pointers and dereferenced
24191 automatically. For this reason, it is often necessary to prefix a
24192 variable name with the address-of operator (``&'') and provide explicit
24193 type information in the command. Here's an example of the type of
24194 problem:
24195
24196 @smallexample
24197 (@value{GDBP}) print 'cygwin1!__argv'
24198 'cygwin1!__argv' has unknown type; cast it to its declared type
24199 @end smallexample
24200
24201 @smallexample
24202 (@value{GDBP}) x 'cygwin1!__argv'
24203 'cygwin1!__argv' has unknown type; cast it to its declared type
24204 @end smallexample
24205
24206 And two possible solutions:
24207
24208 @smallexample
24209 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
24210 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
24211 @end smallexample
24212
24213 @smallexample
24214 (@value{GDBP}) x/2x &'cygwin1!__argv'
24215 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
24216 (@value{GDBP}) x/x 0x10021608
24217 0x10021608: 0x0022fd98
24218 (@value{GDBP}) x/s 0x0022fd98
24219 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
24220 @end smallexample
24221
24222 Setting a break point within a DLL is possible even before the program
24223 starts execution. However, under these circumstances, @value{GDBN} can't
24224 examine the initial instructions of the function in order to skip the
24225 function's frame set-up code. You can work around this by using ``*&''
24226 to set the breakpoint at a raw memory address:
24227
24228 @smallexample
24229 (@value{GDBP}) break *&'python22!PyOS_Readline'
24230 Breakpoint 1 at 0x1e04eff0
24231 @end smallexample
24232
24233 The author of these extensions is not entirely convinced that setting a
24234 break point within a shared DLL like @file{kernel32.dll} is completely
24235 safe.
24236
24237 @node Hurd Native
24238 @subsection Commands Specific to @sc{gnu} Hurd Systems
24239 @cindex @sc{gnu} Hurd debugging
24240
24241 This subsection describes @value{GDBN} commands specific to the
24242 @sc{gnu} Hurd native debugging.
24243
24244 @table @code
24245 @item set signals
24246 @itemx set sigs
24247 @kindex set signals@r{, Hurd command}
24248 @kindex set sigs@r{, Hurd command}
24249 This command toggles the state of inferior signal interception by
24250 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
24251 affected by this command. @code{sigs} is a shorthand alias for
24252 @code{signals}.
24253
24254 @item show signals
24255 @itemx show sigs
24256 @kindex show signals@r{, Hurd command}
24257 @kindex show sigs@r{, Hurd command}
24258 Show the current state of intercepting inferior's signals.
24259
24260 @item set signal-thread
24261 @itemx set sigthread
24262 @kindex set signal-thread
24263 @kindex set sigthread
24264 This command tells @value{GDBN} which thread is the @code{libc} signal
24265 thread. That thread is run when a signal is delivered to a running
24266 process. @code{set sigthread} is the shorthand alias of @code{set
24267 signal-thread}.
24268
24269 @item show signal-thread
24270 @itemx show sigthread
24271 @kindex show signal-thread
24272 @kindex show sigthread
24273 These two commands show which thread will run when the inferior is
24274 delivered a signal.
24275
24276 @item set stopped
24277 @kindex set stopped@r{, Hurd command}
24278 This commands tells @value{GDBN} that the inferior process is stopped,
24279 as with the @code{SIGSTOP} signal. The stopped process can be
24280 continued by delivering a signal to it.
24281
24282 @item show stopped
24283 @kindex show stopped@r{, Hurd command}
24284 This command shows whether @value{GDBN} thinks the debuggee is
24285 stopped.
24286
24287 @item set exceptions
24288 @kindex set exceptions@r{, Hurd command}
24289 Use this command to turn off trapping of exceptions in the inferior.
24290 When exception trapping is off, neither breakpoints nor
24291 single-stepping will work. To restore the default, set exception
24292 trapping on.
24293
24294 @item show exceptions
24295 @kindex show exceptions@r{, Hurd command}
24296 Show the current state of trapping exceptions in the inferior.
24297
24298 @item set task pause
24299 @kindex set task@r{, Hurd commands}
24300 @cindex task attributes (@sc{gnu} Hurd)
24301 @cindex pause current task (@sc{gnu} Hurd)
24302 This command toggles task suspension when @value{GDBN} has control.
24303 Setting it to on takes effect immediately, and the task is suspended
24304 whenever @value{GDBN} gets control. Setting it to off will take
24305 effect the next time the inferior is continued. If this option is set
24306 to off, you can use @code{set thread default pause on} or @code{set
24307 thread pause on} (see below) to pause individual threads.
24308
24309 @item show task pause
24310 @kindex show task@r{, Hurd commands}
24311 Show the current state of task suspension.
24312
24313 @item set task detach-suspend-count
24314 @cindex task suspend count
24315 @cindex detach from task, @sc{gnu} Hurd
24316 This command sets the suspend count the task will be left with when
24317 @value{GDBN} detaches from it.
24318
24319 @item show task detach-suspend-count
24320 Show the suspend count the task will be left with when detaching.
24321
24322 @item set task exception-port
24323 @itemx set task excp
24324 @cindex task exception port, @sc{gnu} Hurd
24325 This command sets the task exception port to which @value{GDBN} will
24326 forward exceptions. The argument should be the value of the @dfn{send
24327 rights} of the task. @code{set task excp} is a shorthand alias.
24328
24329 @item set noninvasive
24330 @cindex noninvasive task options
24331 This command switches @value{GDBN} to a mode that is the least
24332 invasive as far as interfering with the inferior is concerned. This
24333 is the same as using @code{set task pause}, @code{set exceptions}, and
24334 @code{set signals} to values opposite to the defaults.
24335
24336 @item info send-rights
24337 @itemx info receive-rights
24338 @itemx info port-rights
24339 @itemx info port-sets
24340 @itemx info dead-names
24341 @itemx info ports
24342 @itemx info psets
24343 @cindex send rights, @sc{gnu} Hurd
24344 @cindex receive rights, @sc{gnu} Hurd
24345 @cindex port rights, @sc{gnu} Hurd
24346 @cindex port sets, @sc{gnu} Hurd
24347 @cindex dead names, @sc{gnu} Hurd
24348 These commands display information about, respectively, send rights,
24349 receive rights, port rights, port sets, and dead names of a task.
24350 There are also shorthand aliases: @code{info ports} for @code{info
24351 port-rights} and @code{info psets} for @code{info port-sets}.
24352
24353 @item set thread pause
24354 @kindex set thread@r{, Hurd command}
24355 @cindex thread properties, @sc{gnu} Hurd
24356 @cindex pause current thread (@sc{gnu} Hurd)
24357 This command toggles current thread suspension when @value{GDBN} has
24358 control. Setting it to on takes effect immediately, and the current
24359 thread is suspended whenever @value{GDBN} gets control. Setting it to
24360 off will take effect the next time the inferior is continued.
24361 Normally, this command has no effect, since when @value{GDBN} has
24362 control, the whole task is suspended. However, if you used @code{set
24363 task pause off} (see above), this command comes in handy to suspend
24364 only the current thread.
24365
24366 @item show thread pause
24367 @kindex show thread@r{, Hurd command}
24368 This command shows the state of current thread suspension.
24369
24370 @item set thread run
24371 This command sets whether the current thread is allowed to run.
24372
24373 @item show thread run
24374 Show whether the current thread is allowed to run.
24375
24376 @item set thread detach-suspend-count
24377 @cindex thread suspend count, @sc{gnu} Hurd
24378 @cindex detach from thread, @sc{gnu} Hurd
24379 This command sets the suspend count @value{GDBN} will leave on a
24380 thread when detaching. This number is relative to the suspend count
24381 found by @value{GDBN} when it notices the thread; use @code{set thread
24382 takeover-suspend-count} to force it to an absolute value.
24383
24384 @item show thread detach-suspend-count
24385 Show the suspend count @value{GDBN} will leave on the thread when
24386 detaching.
24387
24388 @item set thread exception-port
24389 @itemx set thread excp
24390 Set the thread exception port to which to forward exceptions. This
24391 overrides the port set by @code{set task exception-port} (see above).
24392 @code{set thread excp} is the shorthand alias.
24393
24394 @item set thread takeover-suspend-count
24395 Normally, @value{GDBN}'s thread suspend counts are relative to the
24396 value @value{GDBN} finds when it notices each thread. This command
24397 changes the suspend counts to be absolute instead.
24398
24399 @item set thread default
24400 @itemx show thread default
24401 @cindex thread default settings, @sc{gnu} Hurd
24402 Each of the above @code{set thread} commands has a @code{set thread
24403 default} counterpart (e.g., @code{set thread default pause}, @code{set
24404 thread default exception-port}, etc.). The @code{thread default}
24405 variety of commands sets the default thread properties for all
24406 threads; you can then change the properties of individual threads with
24407 the non-default commands.
24408 @end table
24409
24410 @node Darwin
24411 @subsection Darwin
24412 @cindex Darwin
24413
24414 @value{GDBN} provides the following commands specific to the Darwin target:
24415
24416 @table @code
24417 @item set debug darwin @var{num}
24418 @kindex set debug darwin
24419 When set to a non zero value, enables debugging messages specific to
24420 the Darwin support. Higher values produce more verbose output.
24421
24422 @item show debug darwin
24423 @kindex show debug darwin
24424 Show the current state of Darwin messages.
24425
24426 @item set debug mach-o @var{num}
24427 @kindex set debug mach-o
24428 When set to a non zero value, enables debugging messages while
24429 @value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
24430 file format used on Darwin for object and executable files.) Higher
24431 values produce more verbose output. This is a command to diagnose
24432 problems internal to @value{GDBN} and should not be needed in normal
24433 usage.
24434
24435 @item show debug mach-o
24436 @kindex show debug mach-o
24437 Show the current state of Mach-O file messages.
24438
24439 @item set mach-exceptions on
24440 @itemx set mach-exceptions off
24441 @kindex set mach-exceptions
24442 On Darwin, faults are first reported as a Mach exception and are then
24443 mapped to a Posix signal. Use this command to turn on trapping of
24444 Mach exceptions in the inferior. This might be sometimes useful to
24445 better understand the cause of a fault. The default is off.
24446
24447 @item show mach-exceptions
24448 @kindex show mach-exceptions
24449 Show the current state of exceptions trapping.
24450 @end table
24451
24452 @node FreeBSD
24453 @subsection FreeBSD
24454 @cindex FreeBSD
24455
24456 When the ABI of a system call is changed in the FreeBSD kernel, this
24457 is implemented by leaving a compatibility system call using the old
24458 ABI at the existing number and allocating a new system call number for
24459 the version using the new ABI. As a convenience, when a system call
24460 is caught by name (@pxref{catch syscall}), compatibility system calls
24461 are also caught.
24462
24463 For example, FreeBSD 12 introduced a new variant of the @code{kevent}
24464 system call and catching the @code{kevent} system call by name catches
24465 both variants:
24466
24467 @smallexample
24468 (@value{GDBP}) catch syscall kevent
24469 Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
24470 (@value{GDBP})
24471 @end smallexample
24472
24473
24474 @node Embedded OS
24475 @section Embedded Operating Systems
24476
24477 This section describes configurations involving the debugging of
24478 embedded operating systems that are available for several different
24479 architectures.
24480
24481 @value{GDBN} includes the ability to debug programs running on
24482 various real-time operating systems.
24483
24484 @node Embedded Processors
24485 @section Embedded Processors
24486
24487 This section goes into details specific to particular embedded
24488 configurations.
24489
24490 @cindex send command to simulator
24491 Whenever a specific embedded processor has a simulator, @value{GDBN}
24492 allows to send an arbitrary command to the simulator.
24493
24494 @table @code
24495 @item sim @var{command}
24496 @kindex sim@r{, a command}
24497 Send an arbitrary @var{command} string to the simulator. Consult the
24498 documentation for the specific simulator in use for information about
24499 acceptable commands.
24500 @end table
24501
24502
24503 @menu
24504 * ARC:: Synopsys ARC
24505 * ARM:: ARM
24506 * BPF:: eBPF
24507 * M68K:: Motorola M68K
24508 * MicroBlaze:: Xilinx MicroBlaze
24509 * MIPS Embedded:: MIPS Embedded
24510 * OpenRISC 1000:: OpenRISC 1000 (or1k)
24511 * PowerPC Embedded:: PowerPC Embedded
24512 * AVR:: Atmel AVR
24513 * CRIS:: CRIS
24514 * Super-H:: Renesas Super-H
24515 @end menu
24516
24517 @node ARC
24518 @subsection Synopsys ARC
24519 @cindex Synopsys ARC
24520 @cindex ARC specific commands
24521 @cindex ARC600
24522 @cindex ARC700
24523 @cindex ARC EM
24524 @cindex ARC HS
24525
24526 @value{GDBN} provides the following ARC-specific commands:
24527
24528 @table @code
24529 @item set debug arc
24530 @kindex set debug arc
24531 Control the level of ARC specific debug messages. Use 0 for no messages (the
24532 default), 1 for debug messages, and 2 for even more debug messages.
24533
24534 @item show debug arc
24535 @kindex show debug arc
24536 Show the level of ARC specific debugging in operation.
24537
24538 @item maint print arc arc-instruction @var{address}
24539 @kindex maint print arc arc-instruction
24540 Print internal disassembler information about instruction at a given address.
24541
24542 @end table
24543
24544 @node ARM
24545 @subsection ARM
24546
24547 @value{GDBN} provides the following ARM-specific commands:
24548
24549 @table @code
24550 @item set arm disassembler
24551 @kindex set arm
24552 This commands selects from a list of disassembly styles. The
24553 @code{"std"} style is the standard style.
24554
24555 @item show arm disassembler
24556 @kindex show arm
24557 Show the current disassembly style.
24558
24559 @item set arm apcs32
24560 @cindex ARM 32-bit mode
24561 This command toggles ARM operation mode between 32-bit and 26-bit.
24562
24563 @item show arm apcs32
24564 Display the current usage of the ARM 32-bit mode.
24565
24566 @item set arm fpu @var{fputype}
24567 This command sets the ARM floating-point unit (FPU) type. The
24568 argument @var{fputype} can be one of these:
24569
24570 @table @code
24571 @item auto
24572 Determine the FPU type by querying the OS ABI.
24573 @item softfpa
24574 Software FPU, with mixed-endian doubles on little-endian ARM
24575 processors.
24576 @item fpa
24577 GCC-compiled FPA co-processor.
24578 @item softvfp
24579 Software FPU with pure-endian doubles.
24580 @item vfp
24581 VFP co-processor.
24582 @end table
24583
24584 @item show arm fpu
24585 Show the current type of the FPU.
24586
24587 @item set arm abi
24588 This command forces @value{GDBN} to use the specified ABI.
24589
24590 @item show arm abi
24591 Show the currently used ABI.
24592
24593 @item set arm fallback-mode (arm|thumb|auto)
24594 @value{GDBN} uses the symbol table, when available, to determine
24595 whether instructions are ARM or Thumb. This command controls
24596 @value{GDBN}'s default behavior when the symbol table is not
24597 available. The default is @samp{auto}, which causes @value{GDBN} to
24598 use the current execution mode (from the @code{T} bit in the @code{CPSR}
24599 register).
24600
24601 @item show arm fallback-mode
24602 Show the current fallback instruction mode.
24603
24604 @item set arm force-mode (arm|thumb|auto)
24605 This command overrides use of the symbol table to determine whether
24606 instructions are ARM or Thumb. The default is @samp{auto}, which
24607 causes @value{GDBN} to use the symbol table and then the setting
24608 of @samp{set arm fallback-mode}.
24609
24610 @item show arm force-mode
24611 Show the current forced instruction mode.
24612
24613 @item set debug arm
24614 Toggle whether to display ARM-specific debugging messages from the ARM
24615 target support subsystem.
24616
24617 @item show debug arm
24618 Show whether ARM-specific debugging messages are enabled.
24619 @end table
24620
24621 @table @code
24622 @item target sim @r{[}@var{simargs}@r{]} @dots{}
24623 The @value{GDBN} ARM simulator accepts the following optional arguments.
24624
24625 @table @code
24626 @item --swi-support=@var{type}
24627 Tell the simulator which SWI interfaces to support. The argument
24628 @var{type} may be a comma separated list of the following values.
24629 The default value is @code{all}.
24630
24631 @table @code
24632 @item none
24633 @item demon
24634 @item angel
24635 @item redboot
24636 @item all
24637 @end table
24638 @end table
24639 @end table
24640
24641 @node BPF
24642 @subsection BPF
24643
24644 @table @code
24645 @item target sim @r{[}@var{simargs}@r{]} @dots{}
24646 The @value{GDBN} BPF simulator accepts the following optional arguments.
24647
24648 @table @code
24649 @item --skb-data-offset=@var{offset}
24650 Tell the simulator the offset, measured in bytes, of the
24651 @code{skb_data} field in the kernel @code{struct sk_buff} structure.
24652 This offset is used by some BPF specific-purpose load/store
24653 instructions. Defaults to 0.
24654 @end table
24655 @end table
24656
24657 @node M68K
24658 @subsection M68k
24659
24660 The Motorola m68k configuration includes ColdFire support.
24661
24662 @node MicroBlaze
24663 @subsection MicroBlaze
24664 @cindex Xilinx MicroBlaze
24665 @cindex XMD, Xilinx Microprocessor Debugger
24666
24667 The MicroBlaze is a soft-core processor supported on various Xilinx
24668 FPGAs, such as Spartan or Virtex series. Boards with these processors
24669 usually have JTAG ports which connect to a host system running the Xilinx
24670 Embedded Development Kit (EDK) or Software Development Kit (SDK).
24671 This host system is used to download the configuration bitstream to
24672 the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
24673 communicates with the target board using the JTAG interface and
24674 presents a @code{gdbserver} interface to the board. By default
24675 @code{xmd} uses port @code{1234}. (While it is possible to change
24676 this default port, it requires the use of undocumented @code{xmd}
24677 commands. Contact Xilinx support if you need to do this.)
24678
24679 Use these GDB commands to connect to the MicroBlaze target processor.
24680
24681 @table @code
24682 @item target remote :1234
24683 Use this command to connect to the target if you are running @value{GDBN}
24684 on the same system as @code{xmd}.
24685
24686 @item target remote @var{xmd-host}:1234
24687 Use this command to connect to the target if it is connected to @code{xmd}
24688 running on a different system named @var{xmd-host}.
24689
24690 @item load
24691 Use this command to download a program to the MicroBlaze target.
24692
24693 @item set debug microblaze @var{n}
24694 Enable MicroBlaze-specific debugging messages if non-zero.
24695
24696 @item show debug microblaze @var{n}
24697 Show MicroBlaze-specific debugging level.
24698 @end table
24699
24700 @node MIPS Embedded
24701 @subsection @acronym{MIPS} Embedded
24702
24703 @noindent
24704 @value{GDBN} supports these special commands for @acronym{MIPS} targets:
24705
24706 @table @code
24707 @item set mipsfpu double
24708 @itemx set mipsfpu single
24709 @itemx set mipsfpu none
24710 @itemx set mipsfpu auto
24711 @itemx show mipsfpu
24712 @kindex set mipsfpu
24713 @kindex show mipsfpu
24714 @cindex @acronym{MIPS} remote floating point
24715 @cindex floating point, @acronym{MIPS} remote
24716 If your target board does not support the @acronym{MIPS} floating point
24717 coprocessor, you should use the command @samp{set mipsfpu none} (if you
24718 need this, you may wish to put the command in your @value{GDBN} init
24719 file). This tells @value{GDBN} how to find the return value of
24720 functions which return floating point values. It also allows
24721 @value{GDBN} to avoid saving the floating point registers when calling
24722 functions on the board. If you are using a floating point coprocessor
24723 with only single precision floating point support, as on the @sc{r4650}
24724 processor, use the command @samp{set mipsfpu single}. The default
24725 double precision floating point coprocessor may be selected using
24726 @samp{set mipsfpu double}.
24727
24728 In previous versions the only choices were double precision or no
24729 floating point, so @samp{set mipsfpu on} will select double precision
24730 and @samp{set mipsfpu off} will select no floating point.
24731
24732 As usual, you can inquire about the @code{mipsfpu} variable with
24733 @samp{show mipsfpu}.
24734 @end table
24735
24736 @node OpenRISC 1000
24737 @subsection OpenRISC 1000
24738 @cindex OpenRISC 1000
24739
24740 @noindent
24741 The OpenRISC 1000 provides a free RISC instruction set architecture. It is
24742 mainly provided as a soft-core which can run on Xilinx, Altera and other
24743 FPGA's.
24744
24745 @value{GDBN} for OpenRISC supports the below commands when connecting to
24746 a target:
24747
24748 @table @code
24749
24750 @kindex target sim
24751 @item target sim
24752
24753 Runs the builtin CPU simulator which can run very basic
24754 programs but does not support most hardware functions like MMU.
24755 For more complex use cases the user is advised to run an external
24756 target, and connect using @samp{target remote}.
24757
24758 Example: @code{target sim}
24759
24760 @item set debug or1k
24761 Toggle whether to display OpenRISC-specific debugging messages from the
24762 OpenRISC target support subsystem.
24763
24764 @item show debug or1k
24765 Show whether OpenRISC-specific debugging messages are enabled.
24766 @end table
24767
24768 @node PowerPC Embedded
24769 @subsection PowerPC Embedded
24770
24771 @cindex DVC register
24772 @value{GDBN} supports using the DVC (Data Value Compare) register to
24773 implement in hardware simple hardware watchpoint conditions of the form:
24774
24775 @smallexample
24776 (@value{GDBP}) watch @var{address|variable} \
24777 if @var{address|variable} == @var{constant expression}
24778 @end smallexample
24779
24780 The DVC register will be automatically used when @value{GDBN} detects
24781 such pattern in a condition expression, and the created watchpoint uses one
24782 debug register (either the @code{exact-watchpoints} option is on and the
24783 variable is scalar, or the variable has a length of one byte). This feature
24784 is available in native @value{GDBN} running on a Linux kernel version 2.6.34
24785 or newer.
24786
24787 When running on PowerPC embedded processors, @value{GDBN} automatically uses
24788 ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
24789 in which case watchpoints using only one debug register are created when
24790 watching variables of scalar types.
24791
24792 You can create an artificial array to watch an arbitrary memory
24793 region using one of the following commands (@pxref{Expressions}):
24794
24795 @smallexample
24796 (@value{GDBP}) watch *((char *) @var{address})@@@var{length}
24797 (@value{GDBP}) watch @{char[@var{length}]@} @var{address}
24798 @end smallexample
24799
24800 PowerPC embedded processors support masked watchpoints. See the discussion
24801 about the @code{mask} argument in @ref{Set Watchpoints}.
24802
24803 @cindex ranged breakpoint
24804 PowerPC embedded processors support hardware accelerated
24805 @dfn{ranged breakpoints}. A ranged breakpoint stops execution of
24806 the inferior whenever it executes an instruction at any address within
24807 the range it specifies. To set a ranged breakpoint in @value{GDBN},
24808 use the @code{break-range} command.
24809
24810 @value{GDBN} provides the following PowerPC-specific commands:
24811
24812 @table @code
24813 @kindex break-range
24814 @item break-range @var{start-location}, @var{end-location}
24815 Set a breakpoint for an address range given by
24816 @var{start-location} and @var{end-location}, which can specify a function name,
24817 a line number, an offset of lines from the current line or from the start
24818 location, or an address of an instruction (see @ref{Specify Location},
24819 for a list of all the possible ways to specify a @var{location}.)
24820 The breakpoint will stop execution of the inferior whenever it
24821 executes an instruction at any address within the specified range,
24822 (including @var{start-location} and @var{end-location}.)
24823
24824 @kindex set powerpc
24825 @item set powerpc soft-float
24826 @itemx show powerpc soft-float
24827 Force @value{GDBN} to use (or not use) a software floating point calling
24828 convention. By default, @value{GDBN} selects the calling convention based
24829 on the selected architecture and the provided executable file.
24830
24831 @item set powerpc vector-abi
24832 @itemx show powerpc vector-abi
24833 Force @value{GDBN} to use the specified calling convention for vector
24834 arguments and return values. The valid options are @samp{auto};
24835 @samp{generic}, to avoid vector registers even if they are present;
24836 @samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
24837 registers. By default, @value{GDBN} selects the calling convention
24838 based on the selected architecture and the provided executable file.
24839
24840 @item set powerpc exact-watchpoints
24841 @itemx show powerpc exact-watchpoints
24842 Allow @value{GDBN} to use only one debug register when watching a variable
24843 of scalar type, thus assuming that the variable is accessed through the
24844 address of its first byte.
24845
24846 @end table
24847
24848 @node AVR
24849 @subsection Atmel AVR
24850 @cindex AVR
24851
24852 When configured for debugging the Atmel AVR, @value{GDBN} supports the
24853 following AVR-specific commands:
24854
24855 @table @code
24856 @item info io_registers
24857 @kindex info io_registers@r{, AVR}
24858 @cindex I/O registers (Atmel AVR)
24859 This command displays information about the AVR I/O registers. For
24860 each register, @value{GDBN} prints its number and value.
24861 @end table
24862
24863 @node CRIS
24864 @subsection CRIS
24865 @cindex CRIS
24866
24867 When configured for debugging CRIS, @value{GDBN} provides the
24868 following CRIS-specific commands:
24869
24870 @table @code
24871 @item set cris-version @var{ver}
24872 @cindex CRIS version
24873 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
24874 The CRIS version affects register names and sizes. This command is useful in
24875 case autodetection of the CRIS version fails.
24876
24877 @item show cris-version
24878 Show the current CRIS version.
24879
24880 @item set cris-dwarf2-cfi
24881 @cindex DWARF-2 CFI and CRIS
24882 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
24883 Change to @samp{off} when using @code{gcc-cris} whose version is below
24884 @code{R59}.
24885
24886 @item show cris-dwarf2-cfi
24887 Show the current state of using DWARF-2 CFI.
24888
24889 @item set cris-mode @var{mode}
24890 @cindex CRIS mode
24891 Set the current CRIS mode to @var{mode}. It should only be changed when
24892 debugging in guru mode, in which case it should be set to
24893 @samp{guru} (the default is @samp{normal}).
24894
24895 @item show cris-mode
24896 Show the current CRIS mode.
24897 @end table
24898
24899 @node Super-H
24900 @subsection Renesas Super-H
24901 @cindex Super-H
24902
24903 For the Renesas Super-H processor, @value{GDBN} provides these
24904 commands:
24905
24906 @table @code
24907 @item set sh calling-convention @var{convention}
24908 @kindex set sh calling-convention
24909 Set the calling-convention used when calling functions from @value{GDBN}.
24910 Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
24911 With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
24912 convention. If the DWARF-2 information of the called function specifies
24913 that the function follows the Renesas calling convention, the function
24914 is called using the Renesas calling convention. If the calling convention
24915 is set to @samp{renesas}, the Renesas calling convention is always used,
24916 regardless of the DWARF-2 information. This can be used to override the
24917 default of @samp{gcc} if debug information is missing, or the compiler
24918 does not emit the DWARF-2 calling convention entry for a function.
24919
24920 @item show sh calling-convention
24921 @kindex show sh calling-convention
24922 Show the current calling convention setting.
24923
24924 @end table
24925
24926
24927 @node Architectures
24928 @section Architectures
24929
24930 This section describes characteristics of architectures that affect
24931 all uses of @value{GDBN} with the architecture, both native and cross.
24932
24933 @menu
24934 * AArch64::
24935 * i386::
24936 * Alpha::
24937 * MIPS::
24938 * HPPA:: HP PA architecture
24939 * PowerPC::
24940 * Nios II::
24941 * Sparc64::
24942 * S12Z::
24943 @end menu
24944
24945 @node AArch64
24946 @subsection AArch64
24947 @cindex AArch64 support
24948
24949 When @value{GDBN} is debugging the AArch64 architecture, it provides the
24950 following special commands:
24951
24952 @table @code
24953 @item set debug aarch64
24954 @kindex set debug aarch64
24955 This command determines whether AArch64 architecture-specific debugging
24956 messages are to be displayed.
24957
24958 @item show debug aarch64
24959 Show whether AArch64 debugging messages are displayed.
24960
24961 @end table
24962
24963 @subsubsection AArch64 SVE.
24964 @cindex AArch64 SVE.
24965
24966 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
24967 Extension (SVE) is present, then @value{GDBN} will provide the vector registers
24968 @code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
24969 @code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
24970 @code{$vg} will be provided. This is the vector granule for the current thread
24971 and represents the number of 64-bit chunks in an SVE @code{z} register.
24972
24973 If the vector length changes, then the @code{$vg} register will be updated,
24974 but the lengths of the @code{z} and @code{p} registers will not change. This
24975 is a known limitation of @value{GDBN} and does not affect the execution of the
24976 target process.
24977
24978 @subsubsection AArch64 Pointer Authentication.
24979 @cindex AArch64 Pointer Authentication.
24980
24981 When @value{GDBN} is debugging the AArch64 architecture, and the program is
24982 using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
24983 register @code{$lr} is pointing to an PAC function its value will be masked.
24984 When GDB prints a backtrace, any addresses that required unmasking will be
24985 postfixed with the marker [PAC]. When using the MI, this is printed as part
24986 of the @code{addr_flags} field.
24987
24988 @node i386
24989 @subsection x86 Architecture-specific Issues
24990
24991 @table @code
24992 @item set struct-convention @var{mode}
24993 @kindex set struct-convention
24994 @cindex struct return convention
24995 @cindex struct/union returned in registers
24996 Set the convention used by the inferior to return @code{struct}s and
24997 @code{union}s from functions to @var{mode}. Possible values of
24998 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
24999 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
25000 are returned on the stack, while @code{"reg"} means that a
25001 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
25002 be returned in a register.
25003
25004 @item show struct-convention
25005 @kindex show struct-convention
25006 Show the current setting of the convention to return @code{struct}s
25007 from functions.
25008 @end table
25009
25010
25011 @subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
25012 @cindex Intel Memory Protection Extensions (MPX).
25013
25014 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
25015 @footnote{The register named with capital letters represent the architecture
25016 registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
25017 which are the lower bound and upper bound. Bounds are effective addresses or
25018 memory locations. The upper bounds are architecturally represented in 1's
25019 complement form. A bound having lower bound = 0, and upper bound = 0
25020 (1's complement of all bits set) will allow access to the entire address space.
25021
25022 @samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
25023 through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
25024 display the upper bound performing the complement of one operation on the
25025 upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
25026 @value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
25027 can also be noted that the upper bounds are inclusive.
25028
25029 As an example, assume that the register BND0 holds bounds for a pointer having
25030 access allowed for the range between 0x32 and 0x71. The values present on
25031 bnd0raw and bnd registers are presented as follows:
25032
25033 @smallexample
25034 bnd0raw = @{0x32, 0xffffffff8e@}
25035 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
25036 @end smallexample
25037
25038 This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
25039 change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
25040 counterpart. When the bnd0@dots{}bnd3 registers are displayed via
25041 Python, the display includes the memory size, in bits, accessible to
25042 the pointer.
25043
25044 Bounds can also be stored in bounds tables, which are stored in
25045 application memory. These tables store bounds for pointers by specifying
25046 the bounds pointer's value along with its bounds. Evaluating and changing
25047 bounds located in bound tables is therefore interesting while investigating
25048 bugs on MPX context. @value{GDBN} provides commands for this purpose:
25049
25050 @table @code
25051 @item show mpx bound @var{pointer}
25052 @kindex show mpx bound
25053 Display bounds of the given @var{pointer}.
25054
25055 @item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
25056 @kindex set mpx bound
25057 Set the bounds of a pointer in the bound table.
25058 This command takes three parameters: @var{pointer} is the pointers
25059 whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
25060 for lower and upper bounds respectively.
25061 @end table
25062
25063 When you call an inferior function on an Intel MPX enabled program,
25064 GDB sets the inferior's bound registers to the init (disabled) state
25065 before calling the function. As a consequence, bounds checks for the
25066 pointer arguments passed to the function will always pass.
25067
25068 This is necessary because when you call an inferior function, the
25069 program is usually in the middle of the execution of other function.
25070 Since at that point bound registers are in an arbitrary state, not
25071 clearing them would lead to random bound violations in the called
25072 function.
25073
25074 You can still examine the influence of the bound registers on the
25075 execution of the called function by stopping the execution of the
25076 called function at its prologue, setting bound registers, and
25077 continuing the execution. For example:
25078
25079 @smallexample
25080 $ break *upper
25081 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
25082 $ print upper (a, b, c, d, 1)
25083 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
25084 $ print $bnd0
25085 @{lbound = 0x0, ubound = ffffffff@} : size -1
25086 @end smallexample
25087
25088 At this last step the value of bnd0 can be changed for investigation of bound
25089 violations caused along the execution of the call. In order to know how to
25090 set the bound registers or bound table for the call consult the ABI.
25091
25092 @node Alpha
25093 @subsection Alpha
25094
25095 See the following section.
25096
25097 @node MIPS
25098 @subsection @acronym{MIPS}
25099
25100 @cindex stack on Alpha
25101 @cindex stack on @acronym{MIPS}
25102 @cindex Alpha stack
25103 @cindex @acronym{MIPS} stack
25104 Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
25105 sometimes requires @value{GDBN} to search backward in the object code to
25106 find the beginning of a function.
25107
25108 @cindex response time, @acronym{MIPS} debugging
25109 To improve response time (especially for embedded applications, where
25110 @value{GDBN} may be restricted to a slow serial line for this search)
25111 you may want to limit the size of this search, using one of these
25112 commands:
25113
25114 @table @code
25115 @cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
25116 @item set heuristic-fence-post @var{limit}
25117 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
25118 search for the beginning of a function. A value of @var{0} (the
25119 default) means there is no limit. However, except for @var{0}, the
25120 larger the limit the more bytes @code{heuristic-fence-post} must search
25121 and therefore the longer it takes to run. You should only need to use
25122 this command when debugging a stripped executable.
25123
25124 @item show heuristic-fence-post
25125 Display the current limit.
25126 @end table
25127
25128 @noindent
25129 These commands are available @emph{only} when @value{GDBN} is configured
25130 for debugging programs on Alpha or @acronym{MIPS} processors.
25131
25132 Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
25133 programs:
25134
25135 @table @code
25136 @item set mips abi @var{arg}
25137 @kindex set mips abi
25138 @cindex set ABI for @acronym{MIPS}
25139 Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
25140 values of @var{arg} are:
25141
25142 @table @samp
25143 @item auto
25144 The default ABI associated with the current binary (this is the
25145 default).
25146 @item o32
25147 @item o64
25148 @item n32
25149 @item n64
25150 @item eabi32
25151 @item eabi64
25152 @end table
25153
25154 @item show mips abi
25155 @kindex show mips abi
25156 Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
25157
25158 @item set mips compression @var{arg}
25159 @kindex set mips compression
25160 @cindex code compression, @acronym{MIPS}
25161 Tell @value{GDBN} which @acronym{MIPS} compressed
25162 @acronym{ISA, Instruction Set Architecture} encoding is used by the
25163 inferior. @value{GDBN} uses this for code disassembly and other
25164 internal interpretation purposes. This setting is only referred to
25165 when no executable has been associated with the debugging session or
25166 the executable does not provide information about the encoding it uses.
25167 Otherwise this setting is automatically updated from information
25168 provided by the executable.
25169
25170 Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25171 The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25172 executables containing @acronym{MIPS16} code frequently are not
25173 identified as such.
25174
25175 This setting is ``sticky''; that is, it retains its value across
25176 debugging sessions until reset either explicitly with this command or
25177 implicitly from an executable.
25178
25179 The compiler and/or assembler typically add symbol table annotations to
25180 identify functions compiled for the @acronym{MIPS16} or
25181 @acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25182 are present, @value{GDBN} uses them in preference to the global
25183 compressed @acronym{ISA} encoding setting.
25184
25185 @item show mips compression
25186 @kindex show mips compression
25187 Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25188 @value{GDBN} to debug the inferior.
25189
25190 @item set mipsfpu
25191 @itemx show mipsfpu
25192 @xref{MIPS Embedded, set mipsfpu}.
25193
25194 @item set mips mask-address @var{arg}
25195 @kindex set mips mask-address
25196 @cindex @acronym{MIPS} addresses, masking
25197 This command determines whether the most-significant 32 bits of 64-bit
25198 @acronym{MIPS} addresses are masked off. The argument @var{arg} can be
25199 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
25200 setting, which lets @value{GDBN} determine the correct value.
25201
25202 @item show mips mask-address
25203 @kindex show mips mask-address
25204 Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
25205 not.
25206
25207 @item set remote-mips64-transfers-32bit-regs
25208 @kindex set remote-mips64-transfers-32bit-regs
25209 This command controls compatibility with 64-bit @acronym{MIPS} targets that
25210 transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
25211 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
25212 and 64 bits for other registers, set this option to @samp{on}.
25213
25214 @item show remote-mips64-transfers-32bit-regs
25215 @kindex show remote-mips64-transfers-32bit-regs
25216 Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
25217
25218 @item set debug mips
25219 @kindex set debug mips
25220 This command turns on and off debugging messages for the @acronym{MIPS}-specific
25221 target code in @value{GDBN}.
25222
25223 @item show debug mips
25224 @kindex show debug mips
25225 Show the current setting of @acronym{MIPS} debugging messages.
25226 @end table
25227
25228
25229 @node HPPA
25230 @subsection HPPA
25231 @cindex HPPA support
25232
25233 When @value{GDBN} is debugging the HP PA architecture, it provides the
25234 following special commands:
25235
25236 @table @code
25237 @item set debug hppa
25238 @kindex set debug hppa
25239 This command determines whether HPPA architecture-specific debugging
25240 messages are to be displayed.
25241
25242 @item show debug hppa
25243 Show whether HPPA debugging messages are displayed.
25244
25245 @item maint print unwind @var{address}
25246 @kindex maint print unwind@r{, HPPA}
25247 This command displays the contents of the unwind table entry at the
25248 given @var{address}.
25249
25250 @end table
25251
25252
25253 @node PowerPC
25254 @subsection PowerPC
25255 @cindex PowerPC architecture
25256
25257 When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
25258 pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
25259 numbers stored in the floating point registers. These values must be stored
25260 in two consecutive registers, always starting at an even register like
25261 @code{f0} or @code{f2}.
25262
25263 The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
25264 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
25265 @code{f2} and @code{f3} for @code{$dl1} and so on.
25266
25267 For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
25268 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
25269
25270 @node Nios II
25271 @subsection Nios II
25272 @cindex Nios II architecture
25273
25274 When @value{GDBN} is debugging the Nios II architecture,
25275 it provides the following special commands:
25276
25277 @table @code
25278
25279 @item set debug nios2
25280 @kindex set debug nios2
25281 This command turns on and off debugging messages for the Nios II
25282 target code in @value{GDBN}.
25283
25284 @item show debug nios2
25285 @kindex show debug nios2
25286 Show the current setting of Nios II debugging messages.
25287 @end table
25288
25289 @node Sparc64
25290 @subsection Sparc64
25291 @cindex Sparc64 support
25292 @cindex Application Data Integrity
25293 @subsubsection ADI Support
25294
25295 The M7 processor supports an Application Data Integrity (ADI) feature that
25296 detects invalid data accesses. When software allocates memory and enables
25297 ADI on the allocated memory, it chooses a 4-bit version number, sets the
25298 version in the upper 4 bits of the 64-bit pointer to that data, and stores
25299 the 4-bit version in every cacheline of that data. Hardware saves the latter
25300 in spare bits in the cache and memory hierarchy. On each load and store,
25301 the processor compares the upper 4 VA (virtual address) bits to the
25302 cacheline's version. If there is a mismatch, the processor generates a
25303 version mismatch trap which can be either precise or disrupting. The trap
25304 is an error condition which the kernel delivers to the process as a SIGSEGV
25305 signal.
25306
25307 Note that only 64-bit applications can use ADI and need to be built with
25308 ADI-enabled.
25309
25310 Values of the ADI version tags, which are in granularity of a
25311 cacheline (64 bytes), can be viewed or modified.
25312
25313
25314 @table @code
25315 @kindex adi examine
25316 @item adi (examine | x) [ / @var{n} ] @var{addr}
25317
25318 The @code{adi examine} command displays the value of one ADI version tag per
25319 cacheline.
25320
25321 @var{n} is a decimal integer specifying the number in bytes; the default
25322 is 1. It specifies how much ADI version information, at the ratio of 1:ADI
25323 block size, to display.
25324
25325 @var{addr} is the address in user address space where you want @value{GDBN}
25326 to begin displaying the ADI version tags.
25327
25328 Below is an example of displaying ADI versions of variable "shmaddr".
25329
25330 @smallexample
25331 (@value{GDBP}) adi x/100 shmaddr
25332 0xfff800010002c000: 0 0
25333 @end smallexample
25334
25335 @kindex adi assign
25336 @item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
25337
25338 The @code{adi assign} command is used to assign new ADI version tag
25339 to an address.
25340
25341 @var{n} is a decimal integer specifying the number in bytes;
25342 the default is 1. It specifies how much ADI version information, at the
25343 ratio of 1:ADI block size, to modify.
25344
25345 @var{addr} is the address in user address space where you want @value{GDBN}
25346 to begin modifying the ADI version tags.
25347
25348 @var{tag} is the new ADI version tag.
25349
25350 For example, do the following to modify then verify ADI versions of
25351 variable "shmaddr":
25352
25353 @smallexample
25354 (@value{GDBP}) adi a/100 shmaddr = 7
25355 (@value{GDBP}) adi x/100 shmaddr
25356 0xfff800010002c000: 7 7
25357 @end smallexample
25358
25359 @end table
25360
25361 @node S12Z
25362 @subsection S12Z
25363 @cindex S12Z support
25364
25365 When @value{GDBN} is debugging the S12Z architecture,
25366 it provides the following special command:
25367
25368 @table @code
25369 @item maint info bdccsr
25370 @kindex maint info bdccsr@r{, S12Z}
25371 This command displays the current value of the microprocessor's
25372 BDCCSR register.
25373 @end table
25374
25375
25376 @node Controlling GDB
25377 @chapter Controlling @value{GDBN}
25378
25379 You can alter the way @value{GDBN} interacts with you by using the
25380 @code{set} command. For commands controlling how @value{GDBN} displays
25381 data, see @ref{Print Settings, ,Print Settings}. Other settings are
25382 described here.
25383
25384 @menu
25385 * Prompt:: Prompt
25386 * Editing:: Command editing
25387 * Command History:: Command history
25388 * Screen Size:: Screen size
25389 * Output Styling:: Output styling
25390 * Numbers:: Numbers
25391 * ABI:: Configuring the current ABI
25392 * Auto-loading:: Automatically loading associated files
25393 * Messages/Warnings:: Optional warnings and messages
25394 * Debugging Output:: Optional messages about internal happenings
25395 * Other Misc Settings:: Other Miscellaneous Settings
25396 @end menu
25397
25398 @node Prompt
25399 @section Prompt
25400
25401 @cindex prompt
25402
25403 @value{GDBN} indicates its readiness to read a command by printing a string
25404 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
25405 can change the prompt string with the @code{set prompt} command. For
25406 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
25407 the prompt in one of the @value{GDBN} sessions so that you can always tell
25408 which one you are talking to.
25409
25410 @emph{Note:} @code{set prompt} does not add a space for you after the
25411 prompt you set. This allows you to set a prompt which ends in a space
25412 or a prompt that does not.
25413
25414 @table @code
25415 @kindex set prompt
25416 @item set prompt @var{newprompt}
25417 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
25418
25419 @kindex show prompt
25420 @item show prompt
25421 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
25422 @end table
25423
25424 Versions of @value{GDBN} that ship with Python scripting enabled have
25425 prompt extensions. The commands for interacting with these extensions
25426 are:
25427
25428 @table @code
25429 @kindex set extended-prompt
25430 @item set extended-prompt @var{prompt}
25431 Set an extended prompt that allows for substitutions.
25432 @xref{gdb.prompt}, for a list of escape sequences that can be used for
25433 substitution. Any escape sequences specified as part of the prompt
25434 string are replaced with the corresponding strings each time the prompt
25435 is displayed.
25436
25437 For example:
25438
25439 @smallexample
25440 set extended-prompt Current working directory: \w (gdb)
25441 @end smallexample
25442
25443 Note that when an extended-prompt is set, it takes control of the
25444 @var{prompt_hook} hook. @xref{prompt_hook}, for further information.
25445
25446 @kindex show extended-prompt
25447 @item show extended-prompt
25448 Prints the extended prompt. Any escape sequences specified as part of
25449 the prompt string with @code{set extended-prompt}, are replaced with the
25450 corresponding strings each time the prompt is displayed.
25451 @end table
25452
25453 @node Editing
25454 @section Command Editing
25455 @cindex readline
25456 @cindex command line editing
25457
25458 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
25459 @sc{gnu} library provides consistent behavior for programs which provide a
25460 command line interface to the user. Advantages are @sc{gnu} Emacs-style
25461 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
25462 substitution, and a storage and recall of command history across
25463 debugging sessions.
25464
25465 You may control the behavior of command line editing in @value{GDBN} with the
25466 command @code{set}.
25467
25468 @table @code
25469 @kindex set editing
25470 @cindex editing
25471 @item set editing
25472 @itemx set editing on
25473 Enable command line editing (enabled by default).
25474
25475 @item set editing off
25476 Disable command line editing.
25477
25478 @kindex show editing
25479 @item show editing
25480 Show whether command line editing is enabled.
25481 @end table
25482
25483 @ifset SYSTEM_READLINE
25484 @xref{Command Line Editing, , , rluserman, GNU Readline Library},
25485 @end ifset
25486 @ifclear SYSTEM_READLINE
25487 @xref{Command Line Editing},
25488 @end ifclear
25489 for more details about the Readline
25490 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
25491 encouraged to read that chapter.
25492
25493 @cindex Readline application name
25494 @value{GDBN} sets the Readline application name to @samp{gdb}. This
25495 is useful for conditions in @file{.inputrc}.
25496
25497 @cindex operate-and-get-next
25498 @value{GDBN} defines a bindable Readline command,
25499 @code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
25500 This command accepts the current line for execution and fetches the
25501 next line relative to the current line from the history for editing.
25502 Any argument is ignored.
25503
25504 @node Command History
25505 @section Command History
25506 @cindex command history
25507
25508 @value{GDBN} can keep track of the commands you type during your
25509 debugging sessions, so that you can be certain of precisely what
25510 happened. Use these commands to manage the @value{GDBN} command
25511 history facility.
25512
25513 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
25514 package, to provide the history facility.
25515 @ifset SYSTEM_READLINE
25516 @xref{Using History Interactively, , , history, GNU History Library},
25517 @end ifset
25518 @ifclear SYSTEM_READLINE
25519 @xref{Using History Interactively},
25520 @end ifclear
25521 for the detailed description of the History library.
25522
25523 To issue a command to @value{GDBN} without affecting certain aspects of
25524 the state which is seen by users, prefix it with @samp{server }
25525 (@pxref{Server Prefix}). This
25526 means that this command will not affect the command history, nor will it
25527 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
25528 pressed on a line by itself.
25529
25530 @cindex @code{server}, command prefix
25531 The server prefix does not affect the recording of values into the value
25532 history; to print a value without recording it into the value history,
25533 use the @code{output} command instead of the @code{print} command.
25534
25535 Here is the description of @value{GDBN} commands related to command
25536 history.
25537
25538 @table @code
25539 @cindex history substitution
25540 @cindex history file
25541 @kindex set history filename
25542 @cindex @env{GDBHISTFILE}, environment variable
25543 @item set history filename @r{[}@var{fname}@r{]}
25544 Set the name of the @value{GDBN} command history file to @var{fname}.
25545 This is the file where @value{GDBN} reads an initial command history
25546 list, and where it writes the command history from this session when it
25547 exits. You can access this list through history expansion or through
25548 the history command editing characters listed below. This file defaults
25549 to the value of the environment variable @code{GDBHISTFILE}, or to
25550 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
25551 is not set.
25552
25553 The @code{GDBHISTFILE} environment variable is read after processing
25554 any @value{GDBN} initialization files (@pxref{Startup}) and after
25555 processing any commands passed using command line options (for
25556 example, @code{-ex}).
25557
25558 If the @var{fname} argument is not given, or if the @code{GDBHISTFILE}
25559 is the empty string then @value{GDBN} will neither try to load an
25560 existing history file, nor will it try to save the history on exit.
25561
25562 @cindex save command history
25563 @kindex set history save
25564 @item set history save
25565 @itemx set history save on
25566 Record command history in a file, whose name may be specified with the
25567 @code{set history filename} command. By default, this option is
25568 disabled. The command history will be recorded when @value{GDBN}
25569 exits. If @code{set history filename} is set to the empty string then
25570 history saving is disabled, even when @code{set history save} is
25571 @code{on}.
25572
25573 @item set history save off
25574 Don't record the command history into the file specified by @code{set
25575 history filename} when @value{GDBN} exits.
25576
25577 @cindex history size
25578 @kindex set history size
25579 @cindex @env{GDBHISTSIZE}, environment variable
25580 @item set history size @var{size}
25581 @itemx set history size unlimited
25582 Set the number of commands which @value{GDBN} keeps in its history list.
25583 This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
25584 to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
25585 are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
25586 either a negative number or the empty string, then the number of commands
25587 @value{GDBN} keeps in the history list is unlimited.
25588
25589 The @code{GDBHISTSIZE} environment variable is read after processing
25590 any @value{GDBN} initialization files (@pxref{Startup}) and after
25591 processing any commands passed using command line options (for
25592 example, @code{-ex}).
25593
25594 @cindex remove duplicate history
25595 @kindex set history remove-duplicates
25596 @item set history remove-duplicates @var{count}
25597 @itemx set history remove-duplicates unlimited
25598 Control the removal of duplicate history entries in the command history list.
25599 If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
25600 history entries and remove the first entry that is a duplicate of the current
25601 entry being added to the command history list. If @var{count} is
25602 @code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
25603 removal of duplicate history entries is disabled.
25604
25605 Only history entries added during the current session are considered for
25606 removal. This option is set to 0 by default.
25607
25608 @end table
25609
25610 History expansion assigns special meaning to the character @kbd{!}.
25611 @ifset SYSTEM_READLINE
25612 @xref{Event Designators, , , history, GNU History Library},
25613 @end ifset
25614 @ifclear SYSTEM_READLINE
25615 @xref{Event Designators},
25616 @end ifclear
25617 for more details.
25618
25619 @cindex history expansion, turn on/off
25620 Since @kbd{!} is also the logical not operator in C, history expansion
25621 is off by default. If you decide to enable history expansion with the
25622 @code{set history expansion on} command, you may sometimes need to
25623 follow @kbd{!} (when it is used as logical not, in an expression) with
25624 a space or a tab to prevent it from being expanded. The readline
25625 history facilities do not attempt substitution on the strings
25626 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
25627
25628 The commands to control history expansion are:
25629
25630 @table @code
25631 @item set history expansion on
25632 @itemx set history expansion
25633 @kindex set history expansion
25634 Enable history expansion. History expansion is off by default.
25635
25636 @item set history expansion off
25637 Disable history expansion.
25638
25639 @c @group
25640 @kindex show history
25641 @item show history
25642 @itemx show history filename
25643 @itemx show history save
25644 @itemx show history size
25645 @itemx show history expansion
25646 These commands display the state of the @value{GDBN} history parameters.
25647 @code{show history} by itself displays all four states.
25648 @c @end group
25649 @end table
25650
25651 @table @code
25652 @kindex show commands
25653 @cindex show last commands
25654 @cindex display command history
25655 @item show commands
25656 Display the last ten commands in the command history.
25657
25658 @item show commands @var{n}
25659 Print ten commands centered on command number @var{n}.
25660
25661 @item show commands +
25662 Print ten commands just after the commands last printed.
25663 @end table
25664
25665 @node Screen Size
25666 @section Screen Size
25667 @cindex size of screen
25668 @cindex screen size
25669 @cindex pagination
25670 @cindex page size
25671 @cindex pauses in output
25672
25673 Certain commands to @value{GDBN} may produce large amounts of
25674 information output to the screen. To help you read all of it,
25675 @value{GDBN} pauses and asks you for input at the end of each page of
25676 output. Type @key{RET} when you want to see one more page of output,
25677 @kbd{q} to discard the remaining output, or @kbd{c} to continue
25678 without paging for the rest of the current command. Also, the screen
25679 width setting determines when to wrap lines of output. Depending on
25680 what is being printed, @value{GDBN} tries to break the line at a
25681 readable place, rather than simply letting it overflow onto the
25682 following line.
25683
25684 Normally @value{GDBN} knows the size of the screen from the terminal
25685 driver software. For example, on Unix @value{GDBN} uses the termcap data base
25686 together with the value of the @code{TERM} environment variable and the
25687 @code{stty rows} and @code{stty cols} settings. If this is not correct,
25688 you can override it with the @code{set height} and @code{set
25689 width} commands:
25690
25691 @table @code
25692 @kindex set height
25693 @kindex set width
25694 @kindex show width
25695 @kindex show height
25696 @item set height @var{lpp}
25697 @itemx set height unlimited
25698 @itemx show height
25699 @itemx set width @var{cpl}
25700 @itemx set width unlimited
25701 @itemx show width
25702 These @code{set} commands specify a screen height of @var{lpp} lines and
25703 a screen width of @var{cpl} characters. The associated @code{show}
25704 commands display the current settings.
25705
25706 If you specify a height of either @code{unlimited} or zero lines,
25707 @value{GDBN} does not pause during output no matter how long the
25708 output is. This is useful if output is to a file or to an editor
25709 buffer.
25710
25711 Likewise, you can specify @samp{set width unlimited} or @samp{set
25712 width 0} to prevent @value{GDBN} from wrapping its output.
25713
25714 @item set pagination on
25715 @itemx set pagination off
25716 @kindex set pagination
25717 Turn the output pagination on or off; the default is on. Turning
25718 pagination off is the alternative to @code{set height unlimited}. Note that
25719 running @value{GDBN} with the @option{--batch} option (@pxref{Mode
25720 Options, -batch}) also automatically disables pagination.
25721
25722 @item show pagination
25723 @kindex show pagination
25724 Show the current pagination mode.
25725 @end table
25726
25727 @node Output Styling
25728 @section Output Styling
25729 @cindex styling
25730 @cindex colors
25731
25732 @kindex set style
25733 @kindex show style
25734 @value{GDBN} can style its output on a capable terminal. This is
25735 enabled by default on most systems, but disabled by default when in
25736 batch mode (@pxref{Mode Options}). Various style settings are available;
25737 and styles can also be disabled entirely.
25738
25739 @table @code
25740 @item set style enabled @samp{on|off}
25741 Enable or disable all styling. The default is host-dependent, with
25742 most hosts defaulting to @samp{on}.
25743
25744 @item show style enabled
25745 Show the current state of styling.
25746
25747 @item set style sources @samp{on|off}
25748 Enable or disable source code styling. This affects whether source
25749 code, such as the output of the @code{list} command, is styled. Note
25750 that source styling only works if styling in general is enabled, and
25751 if @value{GDBN} was linked with the GNU Source Highlight library. The
25752 default is @samp{on}.
25753
25754 @item show style sources
25755 Show the current state of source code styling.
25756 @end table
25757
25758 Subcommands of @code{set style} control specific forms of styling.
25759 These subcommands all follow the same pattern: each style-able object
25760 can be styled with a foreground color, a background color, and an
25761 intensity.
25762
25763 For example, the style of file names can be controlled using the
25764 @code{set style filename} group of commands:
25765
25766 @table @code
25767 @item set style filename background @var{color}
25768 Set the background to @var{color}. Valid colors are @samp{none}
25769 (meaning the terminal's default color), @samp{black}, @samp{red},
25770 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
25771 and@samp{white}.
25772
25773 @item set style filename foreground @var{color}
25774 Set the foreground to @var{color}. Valid colors are @samp{none}
25775 (meaning the terminal's default color), @samp{black}, @samp{red},
25776 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
25777 and@samp{white}.
25778
25779 @item set style filename intensity @var{value}
25780 Set the intensity to @var{value}. Valid intensities are @samp{normal}
25781 (the default), @samp{bold}, and @samp{dim}.
25782 @end table
25783
25784 The @code{show style} command and its subcommands are styling
25785 a style name in their output using its own style.
25786 So, use @command{show style} to see the complete list of styles,
25787 their characteristics and the visual aspect of each style.
25788
25789 The style-able objects are:
25790 @table @code
25791 @item filename
25792 Control the styling of file names. By default, this style's
25793 foreground color is green.
25794
25795 @item function
25796 Control the styling of function names. These are managed with the
25797 @code{set style function} family of commands. By default, this
25798 style's foreground color is yellow.
25799
25800 @item variable
25801 Control the styling of variable names. These are managed with the
25802 @code{set style variable} family of commands. By default, this style's
25803 foreground color is cyan.
25804
25805 @item address
25806 Control the styling of addresses. These are managed with the
25807 @code{set style address} family of commands. By default, this style's
25808 foreground color is blue.
25809
25810 @item version
25811 Control the styling of @value{GDBN}'s version number text. By
25812 default, this style's foreground color is magenta and it has bold
25813 intensity. The version number is displayed in two places, the output
25814 of @command{show version}, and when @value{GDBN} starts up.
25815
25816 Currently the version string displayed at startup is printed before
25817 @value{GDBN} has parsed any command line options, or parsed any
25818 command files, so there is currently no way to control the styling of
25819 this string. However, @value{GDBN}'s @code{--quiet} command line option
25820 can be used to disable printing of the version string on startup.
25821
25822 @item title
25823 Control the styling of titles. These are managed with the
25824 @code{set style title} family of commands. By default, this style's
25825 intensity is bold. Commands are using the title style to improve
25826 the readability of large output. For example, the commands
25827 @command{apropos} and @command{help} are using the title style
25828 for the command names.
25829
25830 @item highlight
25831 Control the styling of highlightings. These are managed with the
25832 @code{set style highlight} family of commands. By default, this style's
25833 foreground color is red. Commands are using the highlight style to draw
25834 the user attention to some specific parts of their output. For example,
25835 the command @command{apropos -v REGEXP} uses the highlight style to
25836 mark the documentation parts matching @var{regexp}.
25837
25838 @item tui-border
25839 Control the styling of the TUI border. Note that, unlike other
25840 styling options, only the color of the border can be controlled via
25841 @code{set style}. This was done for compatibility reasons, as TUI
25842 controls to set the border's intensity predated the addition of
25843 general styling to @value{GDBN}. @xref{TUI Configuration}.
25844
25845 @item tui-active-border
25846 Control the styling of the active TUI border; that is, the TUI window
25847 that has the focus.
25848
25849 @end table
25850
25851 @node Numbers
25852 @section Numbers
25853 @cindex number representation
25854 @cindex entering numbers
25855
25856 You can always enter numbers in octal, decimal, or hexadecimal in
25857 @value{GDBN} by the usual conventions: octal numbers begin with
25858 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
25859 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
25860 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
25861 10; likewise, the default display for numbers---when no particular
25862 format is specified---is base 10. You can change the default base for
25863 both input and output with the commands described below.
25864
25865 @table @code
25866 @kindex set input-radix
25867 @item set input-radix @var{base}
25868 Set the default base for numeric input. Supported choices
25869 for @var{base} are decimal 8, 10, or 16. The base must itself be
25870 specified either unambiguously or using the current input radix; for
25871 example, any of
25872
25873 @smallexample
25874 set input-radix 012
25875 set input-radix 10.
25876 set input-radix 0xa
25877 @end smallexample
25878
25879 @noindent
25880 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
25881 leaves the input radix unchanged, no matter what it was, since
25882 @samp{10}, being without any leading or trailing signs of its base, is
25883 interpreted in the current radix. Thus, if the current radix is 16,
25884 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
25885 change the radix.
25886
25887 @kindex set output-radix
25888 @item set output-radix @var{base}
25889 Set the default base for numeric display. Supported choices
25890 for @var{base} are decimal 8, 10, or 16. The base must itself be
25891 specified either unambiguously or using the current input radix.
25892
25893 @kindex show input-radix
25894 @item show input-radix
25895 Display the current default base for numeric input.
25896
25897 @kindex show output-radix
25898 @item show output-radix
25899 Display the current default base for numeric display.
25900
25901 @item set radix @r{[}@var{base}@r{]}
25902 @itemx show radix
25903 @kindex set radix
25904 @kindex show radix
25905 These commands set and show the default base for both input and output
25906 of numbers. @code{set radix} sets the radix of input and output to
25907 the same base; without an argument, it resets the radix back to its
25908 default value of 10.
25909
25910 @end table
25911
25912 @node ABI
25913 @section Configuring the Current ABI
25914
25915 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
25916 application automatically. However, sometimes you need to override its
25917 conclusions. Use these commands to manage @value{GDBN}'s view of the
25918 current ABI.
25919
25920 @cindex OS ABI
25921 @kindex set osabi
25922 @kindex show osabi
25923 @cindex Newlib OS ABI and its influence on the longjmp handling
25924
25925 One @value{GDBN} configuration can debug binaries for multiple operating
25926 system targets, either via remote debugging or native emulation.
25927 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
25928 but you can override its conclusion using the @code{set osabi} command.
25929 One example where this is useful is in debugging of binaries which use
25930 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
25931 not have the same identifying marks that the standard C library for your
25932 platform provides.
25933
25934 When @value{GDBN} is debugging the AArch64 architecture, it provides a
25935 ``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
25936 @code{longjmp} when debugging binaries that use the @sc{newlib} C library.
25937 The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
25938
25939 @table @code
25940 @item show osabi
25941 Show the OS ABI currently in use.
25942
25943 @item set osabi
25944 With no argument, show the list of registered available OS ABI's.
25945
25946 @item set osabi @var{abi}
25947 Set the current OS ABI to @var{abi}.
25948 @end table
25949
25950 @cindex float promotion
25951
25952 Generally, the way that an argument of type @code{float} is passed to a
25953 function depends on whether the function is prototyped. For a prototyped
25954 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
25955 according to the architecture's convention for @code{float}. For unprototyped
25956 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
25957 @code{double} and then passed.
25958
25959 Unfortunately, some forms of debug information do not reliably indicate whether
25960 a function is prototyped. If @value{GDBN} calls a function that is not marked
25961 as prototyped, it consults @kbd{set coerce-float-to-double}.
25962
25963 @table @code
25964 @kindex set coerce-float-to-double
25965 @item set coerce-float-to-double
25966 @itemx set coerce-float-to-double on
25967 Arguments of type @code{float} will be promoted to @code{double} when passed
25968 to an unprototyped function. This is the default setting.
25969
25970 @item set coerce-float-to-double off
25971 Arguments of type @code{float} will be passed directly to unprototyped
25972 functions.
25973
25974 @kindex show coerce-float-to-double
25975 @item show coerce-float-to-double
25976 Show the current setting of promoting @code{float} to @code{double}.
25977 @end table
25978
25979 @kindex set cp-abi
25980 @kindex show cp-abi
25981 @value{GDBN} needs to know the ABI used for your program's C@t{++}
25982 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
25983 used to build your application. @value{GDBN} only fully supports
25984 programs with a single C@t{++} ABI; if your program contains code using
25985 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
25986 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
25987 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
25988 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
25989 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
25990 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
25991 ``auto''.
25992
25993 @table @code
25994 @item show cp-abi
25995 Show the C@t{++} ABI currently in use.
25996
25997 @item set cp-abi
25998 With no argument, show the list of supported C@t{++} ABI's.
25999
26000 @item set cp-abi @var{abi}
26001 @itemx set cp-abi auto
26002 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
26003 @end table
26004
26005 @node Auto-loading
26006 @section Automatically loading associated files
26007 @cindex auto-loading
26008
26009 @value{GDBN} sometimes reads files with commands and settings automatically,
26010 without being explicitly told so by the user. We call this feature
26011 @dfn{auto-loading}. While auto-loading is useful for automatically adapting
26012 @value{GDBN} to the needs of your project, it can sometimes produce unexpected
26013 results or introduce security risks (e.g., if the file comes from untrusted
26014 sources).
26015
26016 There are various kinds of files @value{GDBN} can automatically load.
26017 In addition to these files, @value{GDBN} supports auto-loading code written
26018 in various extension languages. @xref{Auto-loading extensions}.
26019
26020 Note that loading of these associated files (including the local @file{.gdbinit}
26021 file) requires accordingly configured @code{auto-load safe-path}
26022 (@pxref{Auto-loading safe path}).
26023
26024 For these reasons, @value{GDBN} includes commands and options to let you
26025 control when to auto-load files and which files should be auto-loaded.
26026
26027 @table @code
26028 @anchor{set auto-load off}
26029 @kindex set auto-load off
26030 @item set auto-load off
26031 Globally disable loading of all auto-loaded files.
26032 You may want to use this command with the @samp{-iex} option
26033 (@pxref{Option -init-eval-command}) such as:
26034 @smallexample
26035 $ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
26036 @end smallexample
26037
26038 Be aware that system init file (@pxref{System-wide configuration})
26039 and init files from your home directory (@pxref{Home Directory Init File})
26040 still get read (as they come from generally trusted directories).
26041 To prevent @value{GDBN} from auto-loading even those init files, use the
26042 @option{-nx} option (@pxref{Mode Options}), in addition to
26043 @code{set auto-load no}.
26044
26045 @anchor{show auto-load}
26046 @kindex show auto-load
26047 @item show auto-load
26048 Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
26049 or disabled.
26050
26051 @smallexample
26052 (gdb) show auto-load
26053 gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
26054 libthread-db: Auto-loading of inferior specific libthread_db is on.
26055 local-gdbinit: Auto-loading of .gdbinit script from current directory
26056 is on.
26057 python-scripts: Auto-loading of Python scripts is on.
26058 safe-path: List of directories from which it is safe to auto-load files
26059 is $debugdir:$datadir/auto-load.
26060 scripts-directory: List of directories from which to load auto-loaded scripts
26061 is $debugdir:$datadir/auto-load.
26062 @end smallexample
26063
26064 @anchor{info auto-load}
26065 @kindex info auto-load
26066 @item info auto-load
26067 Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
26068 not.
26069
26070 @smallexample
26071 (gdb) info auto-load
26072 gdb-scripts:
26073 Loaded Script
26074 Yes /home/user/gdb/gdb-gdb.gdb
26075 libthread-db: No auto-loaded libthread-db.
26076 local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
26077 loaded.
26078 python-scripts:
26079 Loaded Script
26080 Yes /home/user/gdb/gdb-gdb.py
26081 @end smallexample
26082 @end table
26083
26084 These are @value{GDBN} control commands for the auto-loading:
26085
26086 @multitable @columnfractions .5 .5
26087 @item @xref{set auto-load off}.
26088 @tab Disable auto-loading globally.
26089 @item @xref{show auto-load}.
26090 @tab Show setting of all kinds of files.
26091 @item @xref{info auto-load}.
26092 @tab Show state of all kinds of files.
26093 @item @xref{set auto-load gdb-scripts}.
26094 @tab Control for @value{GDBN} command scripts.
26095 @item @xref{show auto-load gdb-scripts}.
26096 @tab Show setting of @value{GDBN} command scripts.
26097 @item @xref{info auto-load gdb-scripts}.
26098 @tab Show state of @value{GDBN} command scripts.
26099 @item @xref{set auto-load python-scripts}.
26100 @tab Control for @value{GDBN} Python scripts.
26101 @item @xref{show auto-load python-scripts}.
26102 @tab Show setting of @value{GDBN} Python scripts.
26103 @item @xref{info auto-load python-scripts}.
26104 @tab Show state of @value{GDBN} Python scripts.
26105 @item @xref{set auto-load guile-scripts}.
26106 @tab Control for @value{GDBN} Guile scripts.
26107 @item @xref{show auto-load guile-scripts}.
26108 @tab Show setting of @value{GDBN} Guile scripts.
26109 @item @xref{info auto-load guile-scripts}.
26110 @tab Show state of @value{GDBN} Guile scripts.
26111 @item @xref{set auto-load scripts-directory}.
26112 @tab Control for @value{GDBN} auto-loaded scripts location.
26113 @item @xref{show auto-load scripts-directory}.
26114 @tab Show @value{GDBN} auto-loaded scripts location.
26115 @item @xref{add-auto-load-scripts-directory}.
26116 @tab Add directory for auto-loaded scripts location list.
26117 @item @xref{set auto-load local-gdbinit}.
26118 @tab Control for init file in the current directory.
26119 @item @xref{show auto-load local-gdbinit}.
26120 @tab Show setting of init file in the current directory.
26121 @item @xref{info auto-load local-gdbinit}.
26122 @tab Show state of init file in the current directory.
26123 @item @xref{set auto-load libthread-db}.
26124 @tab Control for thread debugging library.
26125 @item @xref{show auto-load libthread-db}.
26126 @tab Show setting of thread debugging library.
26127 @item @xref{info auto-load libthread-db}.
26128 @tab Show state of thread debugging library.
26129 @item @xref{set auto-load safe-path}.
26130 @tab Control directories trusted for automatic loading.
26131 @item @xref{show auto-load safe-path}.
26132 @tab Show directories trusted for automatic loading.
26133 @item @xref{add-auto-load-safe-path}.
26134 @tab Add directory trusted for automatic loading.
26135 @end multitable
26136
26137 @menu
26138 * Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
26139 * libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
26140
26141 * Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
26142 * Auto-loading verbose mode:: @samp{set/show debug auto-load}
26143 @end menu
26144
26145 @node Init File in the Current Directory
26146 @subsection Automatically loading init file in the current directory
26147 @cindex auto-loading init file in the current directory
26148
26149 By default, @value{GDBN} reads and executes the canned sequences of commands
26150 from init file (if any) in the current working directory,
26151 see @ref{Init File in the Current Directory during Startup}.
26152
26153 Note that loading of this local @file{.gdbinit} file also requires accordingly
26154 configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26155
26156 @table @code
26157 @anchor{set auto-load local-gdbinit}
26158 @kindex set auto-load local-gdbinit
26159 @item set auto-load local-gdbinit [on|off]
26160 Enable or disable the auto-loading of canned sequences of commands
26161 (@pxref{Sequences}) found in init file in the current directory.
26162
26163 @anchor{show auto-load local-gdbinit}
26164 @kindex show auto-load local-gdbinit
26165 @item show auto-load local-gdbinit
26166 Show whether auto-loading of canned sequences of commands from init file in the
26167 current directory is enabled or disabled.
26168
26169 @anchor{info auto-load local-gdbinit}
26170 @kindex info auto-load local-gdbinit
26171 @item info auto-load local-gdbinit
26172 Print whether canned sequences of commands from init file in the
26173 current directory have been auto-loaded.
26174 @end table
26175
26176 @node libthread_db.so.1 file
26177 @subsection Automatically loading thread debugging library
26178 @cindex auto-loading libthread_db.so.1
26179
26180 This feature is currently present only on @sc{gnu}/Linux native hosts.
26181
26182 @value{GDBN} reads in some cases thread debugging library from places specific
26183 to the inferior (@pxref{set libthread-db-search-path}).
26184
26185 The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
26186 without checking this @samp{set auto-load libthread-db} switch as system
26187 libraries have to be trusted in general. In all other cases of
26188 @samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
26189 auto-load libthread-db} is enabled before trying to open such thread debugging
26190 library.
26191
26192 Note that loading of this debugging library also requires accordingly configured
26193 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26194
26195 @table @code
26196 @anchor{set auto-load libthread-db}
26197 @kindex set auto-load libthread-db
26198 @item set auto-load libthread-db [on|off]
26199 Enable or disable the auto-loading of inferior specific thread debugging library.
26200
26201 @anchor{show auto-load libthread-db}
26202 @kindex show auto-load libthread-db
26203 @item show auto-load libthread-db
26204 Show whether auto-loading of inferior specific thread debugging library is
26205 enabled or disabled.
26206
26207 @anchor{info auto-load libthread-db}
26208 @kindex info auto-load libthread-db
26209 @item info auto-load libthread-db
26210 Print the list of all loaded inferior specific thread debugging libraries and
26211 for each such library print list of inferior @var{pid}s using it.
26212 @end table
26213
26214 @node Auto-loading safe path
26215 @subsection Security restriction for auto-loading
26216 @cindex auto-loading safe-path
26217
26218 As the files of inferior can come from untrusted source (such as submitted by
26219 an application user) @value{GDBN} does not always load any files automatically.
26220 @value{GDBN} provides the @samp{set auto-load safe-path} setting to list
26221 directories trusted for loading files not explicitly requested by user.
26222 Each directory can also be a shell wildcard pattern.
26223
26224 If the path is not set properly you will see a warning and the file will not
26225 get loaded:
26226
26227 @smallexample
26228 $ ./gdb -q ./gdb
26229 Reading symbols from /home/user/gdb/gdb...
26230 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
26231 declined by your `auto-load safe-path' set
26232 to "$debugdir:$datadir/auto-load".
26233 warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
26234 declined by your `auto-load safe-path' set
26235 to "$debugdir:$datadir/auto-load".
26236 @end smallexample
26237
26238 @noindent
26239 To instruct @value{GDBN} to go ahead and use the init files anyway,
26240 invoke @value{GDBN} like this:
26241
26242 @smallexample
26243 $ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
26244 @end smallexample
26245
26246 The list of trusted directories is controlled by the following commands:
26247
26248 @table @code
26249 @anchor{set auto-load safe-path}
26250 @kindex set auto-load safe-path
26251 @item set auto-load safe-path @r{[}@var{directories}@r{]}
26252 Set the list of directories (and their subdirectories) trusted for automatic
26253 loading and execution of scripts. You can also enter a specific trusted file.
26254 Each directory can also be a shell wildcard pattern; wildcards do not match
26255 directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
26256 (@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
26257 If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
26258 its default value as specified during @value{GDBN} compilation.
26259
26260 The list of directories uses path separator (@samp{:} on GNU and Unix
26261 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26262 to the @env{PATH} environment variable.
26263
26264 @anchor{show auto-load safe-path}
26265 @kindex show auto-load safe-path
26266 @item show auto-load safe-path
26267 Show the list of directories trusted for automatic loading and execution of
26268 scripts.
26269
26270 @anchor{add-auto-load-safe-path}
26271 @kindex add-auto-load-safe-path
26272 @item add-auto-load-safe-path
26273 Add an entry (or list of entries) to the list of directories trusted for
26274 automatic loading and execution of scripts. Multiple entries may be delimited
26275 by the host platform path separator in use.
26276 @end table
26277
26278 This variable defaults to what @code{--with-auto-load-dir} has been configured
26279 to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
26280 substitution applies the same as for @ref{set auto-load scripts-directory}.
26281 The default @code{set auto-load safe-path} value can be also overriden by
26282 @value{GDBN} configuration option @option{--with-auto-load-safe-path}.
26283
26284 Setting this variable to @file{/} disables this security protection,
26285 corresponding @value{GDBN} configuration option is
26286 @option{--without-auto-load-safe-path}.
26287 This variable is supposed to be set to the system directories writable by the
26288 system superuser only. Users can add their source directories in init files in
26289 their home directories (@pxref{Home Directory Init File}). See also deprecated
26290 init file in the current directory
26291 (@pxref{Init File in the Current Directory during Startup}).
26292
26293 To force @value{GDBN} to load the files it declined to load in the previous
26294 example, you could use one of the following ways:
26295
26296 @table @asis
26297 @item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
26298 Specify this trusted directory (or a file) as additional component of the list.
26299 You have to specify also any existing directories displayed by
26300 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
26301
26302 @item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
26303 Specify this directory as in the previous case but just for a single
26304 @value{GDBN} session.
26305
26306 @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
26307 Disable auto-loading safety for a single @value{GDBN} session.
26308 This assumes all the files you debug during this @value{GDBN} session will come
26309 from trusted sources.
26310
26311 @item @kbd{./configure --without-auto-load-safe-path}
26312 During compilation of @value{GDBN} you may disable any auto-loading safety.
26313 This assumes all the files you will ever debug with this @value{GDBN} come from
26314 trusted sources.
26315 @end table
26316
26317 On the other hand you can also explicitly forbid automatic files loading which
26318 also suppresses any such warning messages:
26319
26320 @table @asis
26321 @item @kbd{gdb -iex "set auto-load no" @dots{}}
26322 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
26323
26324 @item @file{~/.gdbinit}: @samp{set auto-load no}
26325 Disable auto-loading globally for the user
26326 (@pxref{Home Directory Init File}). While it is improbable, you could also
26327 use system init file instead (@pxref{System-wide configuration}).
26328 @end table
26329
26330 This setting applies to the file names as entered by user. If no entry matches
26331 @value{GDBN} tries as a last resort to also resolve all the file names into
26332 their canonical form (typically resolving symbolic links) and compare the
26333 entries again. @value{GDBN} already canonicalizes most of the filenames on its
26334 own before starting the comparison so a canonical form of directories is
26335 recommended to be entered.
26336
26337 @node Auto-loading verbose mode
26338 @subsection Displaying files tried for auto-load
26339 @cindex auto-loading verbose mode
26340
26341 For better visibility of all the file locations where you can place scripts to
26342 be auto-loaded with inferior --- or to protect yourself against accidental
26343 execution of untrusted scripts --- @value{GDBN} provides a feature for printing
26344 all the files attempted to be loaded. Both existing and non-existing files may
26345 be printed.
26346
26347 For example the list of directories from which it is safe to auto-load files
26348 (@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
26349 may not be too obvious while setting it up.
26350
26351 @smallexample
26352 (gdb) set debug auto-load on
26353 (gdb) file ~/src/t/true
26354 auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
26355 for objfile "/tmp/true".
26356 auto-load: Updating directories of "/usr:/opt".
26357 auto-load: Using directory "/usr".
26358 auto-load: Using directory "/opt".
26359 warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
26360 by your `auto-load safe-path' set to "/usr:/opt".
26361 @end smallexample
26362
26363 @table @code
26364 @anchor{set debug auto-load}
26365 @kindex set debug auto-load
26366 @item set debug auto-load [on|off]
26367 Set whether to print the filenames attempted to be auto-loaded.
26368
26369 @anchor{show debug auto-load}
26370 @kindex show debug auto-load
26371 @item show debug auto-load
26372 Show whether printing of the filenames attempted to be auto-loaded is turned
26373 on or off.
26374 @end table
26375
26376 @node Messages/Warnings
26377 @section Optional Warnings and Messages
26378
26379 @cindex verbose operation
26380 @cindex optional warnings
26381 By default, @value{GDBN} is silent about its inner workings. If you are
26382 running on a slow machine, you may want to use the @code{set verbose}
26383 command. This makes @value{GDBN} tell you when it does a lengthy
26384 internal operation, so you will not think it has crashed.
26385
26386 Currently, the messages controlled by @code{set verbose} are those
26387 which announce that the symbol table for a source file is being read;
26388 see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
26389
26390 @table @code
26391 @kindex set verbose
26392 @item set verbose on
26393 Enables @value{GDBN} output of certain informational messages.
26394
26395 @item set verbose off
26396 Disables @value{GDBN} output of certain informational messages.
26397
26398 @kindex show verbose
26399 @item show verbose
26400 Displays whether @code{set verbose} is on or off.
26401 @end table
26402
26403 By default, if @value{GDBN} encounters bugs in the symbol table of an
26404 object file, it is silent; but if you are debugging a compiler, you may
26405 find this information useful (@pxref{Symbol Errors, ,Errors Reading
26406 Symbol Files}).
26407
26408 @table @code
26409
26410 @kindex set complaints
26411 @item set complaints @var{limit}
26412 Permits @value{GDBN} to output @var{limit} complaints about each type of
26413 unusual symbols before becoming silent about the problem. Set
26414 @var{limit} to zero to suppress all complaints; set it to a large number
26415 to prevent complaints from being suppressed.
26416
26417 @kindex show complaints
26418 @item show complaints
26419 Displays how many symbol complaints @value{GDBN} is permitted to produce.
26420
26421 @end table
26422
26423 @anchor{confirmation requests}
26424 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
26425 lot of stupid questions to confirm certain commands. For example, if
26426 you try to run a program which is already running:
26427
26428 @smallexample
26429 (@value{GDBP}) run
26430 The program being debugged has been started already.
26431 Start it from the beginning? (y or n)
26432 @end smallexample
26433
26434 If you are willing to unflinchingly face the consequences of your own
26435 commands, you can disable this ``feature'':
26436
26437 @table @code
26438
26439 @kindex set confirm
26440 @cindex flinching
26441 @cindex confirmation
26442 @cindex stupid questions
26443 @item set confirm off
26444 Disables confirmation requests. Note that running @value{GDBN} with
26445 the @option{--batch} option (@pxref{Mode Options, -batch}) also
26446 automatically disables confirmation requests.
26447
26448 @item set confirm on
26449 Enables confirmation requests (the default).
26450
26451 @kindex show confirm
26452 @item show confirm
26453 Displays state of confirmation requests.
26454
26455 @end table
26456
26457 @cindex command tracing
26458 If you need to debug user-defined commands or sourced files you may find it
26459 useful to enable @dfn{command tracing}. In this mode each command will be
26460 printed as it is executed, prefixed with one or more @samp{+} symbols, the
26461 quantity denoting the call depth of each command.
26462
26463 @table @code
26464 @kindex set trace-commands
26465 @cindex command scripts, debugging
26466 @item set trace-commands on
26467 Enable command tracing.
26468 @item set trace-commands off
26469 Disable command tracing.
26470 @item show trace-commands
26471 Display the current state of command tracing.
26472 @end table
26473
26474 @node Debugging Output
26475 @section Optional Messages about Internal Happenings
26476 @cindex optional debugging messages
26477
26478 @value{GDBN} has commands that enable optional debugging messages from
26479 various @value{GDBN} subsystems; normally these commands are of
26480 interest to @value{GDBN} maintainers, or when reporting a bug. This
26481 section documents those commands.
26482
26483 @table @code
26484 @kindex set exec-done-display
26485 @item set exec-done-display
26486 Turns on or off the notification of asynchronous commands'
26487 completion. When on, @value{GDBN} will print a message when an
26488 asynchronous command finishes its execution. The default is off.
26489 @kindex show exec-done-display
26490 @item show exec-done-display
26491 Displays the current setting of asynchronous command completion
26492 notification.
26493
26494 @kindex set debug
26495 @cindex ARM AArch64
26496 @item set debug aarch64
26497 Turns on or off display of debugging messages related to ARM AArch64.
26498 The default is off.
26499 @kindex show debug
26500 @item show debug aarch64
26501 Displays the current state of displaying debugging messages related to
26502 ARM AArch64.
26503
26504 @cindex gdbarch debugging info
26505 @cindex architecture debugging info
26506 @item set debug arch
26507 Turns on or off display of gdbarch debugging info. The default is off
26508 @item show debug arch
26509 Displays the current state of displaying gdbarch debugging info.
26510
26511 @item set debug aix-solib
26512 @cindex AIX shared library debugging
26513 Control display of debugging messages from the AIX shared library
26514 support module. The default is off.
26515 @item show debug aix-solib
26516 Show the current state of displaying AIX shared library debugging messages.
26517
26518 @item set debug aix-thread
26519 @cindex AIX threads
26520 Display debugging messages about inner workings of the AIX thread
26521 module.
26522 @item show debug aix-thread
26523 Show the current state of AIX thread debugging info display.
26524
26525 @item set debug check-physname
26526 @cindex physname
26527 Check the results of the ``physname'' computation. When reading DWARF
26528 debugging information for C@t{++}, @value{GDBN} attempts to compute
26529 each entity's name. @value{GDBN} can do this computation in two
26530 different ways, depending on exactly what information is present.
26531 When enabled, this setting causes @value{GDBN} to compute the names
26532 both ways and display any discrepancies.
26533 @item show debug check-physname
26534 Show the current state of ``physname'' checking.
26535
26536 @item set debug coff-pe-read
26537 @cindex COFF/PE exported symbols
26538 Control display of debugging messages related to reading of COFF/PE
26539 exported symbols. The default is off.
26540 @item show debug coff-pe-read
26541 Displays the current state of displaying debugging messages related to
26542 reading of COFF/PE exported symbols.
26543
26544 @item set debug dwarf-die
26545 @cindex DWARF DIEs
26546 Dump DWARF DIEs after they are read in.
26547 The value is the number of nesting levels to print.
26548 A value of zero turns off the display.
26549 @item show debug dwarf-die
26550 Show the current state of DWARF DIE debugging.
26551
26552 @item set debug dwarf-line
26553 @cindex DWARF Line Tables
26554 Turns on or off display of debugging messages related to reading
26555 DWARF line tables. The default is 0 (off).
26556 A value of 1 provides basic information.
26557 A value greater than 1 provides more verbose information.
26558 @item show debug dwarf-line
26559 Show the current state of DWARF line table debugging.
26560
26561 @item set debug dwarf-read
26562 @cindex DWARF Reading
26563 Turns on or off display of debugging messages related to reading
26564 DWARF debug info. The default is 0 (off).
26565 A value of 1 provides basic information.
26566 A value greater than 1 provides more verbose information.
26567 @item show debug dwarf-read
26568 Show the current state of DWARF reader debugging.
26569
26570 @item set debug displaced
26571 @cindex displaced stepping debugging info
26572 Turns on or off display of @value{GDBN} debugging info for the
26573 displaced stepping support. The default is off.
26574 @item show debug displaced
26575 Displays the current state of displaying @value{GDBN} debugging info
26576 related to displaced stepping.
26577
26578 @item set debug event
26579 @cindex event debugging info
26580 Turns on or off display of @value{GDBN} event debugging info. The
26581 default is off.
26582 @item show debug event
26583 Displays the current state of displaying @value{GDBN} event debugging
26584 info.
26585
26586 @item set debug event-loop
26587 @cindex event-loop debugging
26588 Controls output of debugging info about the event loop. The possible
26589 values are @samp{off}, @samp{all} (shows all debugging info) and
26590 @samp{all-except-ui} (shows all debugging info except those about
26591 UI-related events).
26592 @item show debug event-loop
26593 Shows the current state of displaying debugging info about the event
26594 loop.
26595
26596 @item set debug expression
26597 @cindex expression debugging info
26598 Turns on or off display of debugging info about @value{GDBN}
26599 expression parsing. The default is off.
26600 @item show debug expression
26601 Displays the current state of displaying debugging info about
26602 @value{GDBN} expression parsing.
26603
26604 @item set debug fbsd-lwp
26605 @cindex FreeBSD LWP debug messages
26606 Turns on or off debugging messages from the FreeBSD LWP debug support.
26607 @item show debug fbsd-lwp
26608 Show the current state of FreeBSD LWP debugging messages.
26609
26610 @item set debug fbsd-nat
26611 @cindex FreeBSD native target debug messages
26612 Turns on or off debugging messages from the FreeBSD native target.
26613 @item show debug fbsd-nat
26614 Show the current state of FreeBSD native target debugging messages.
26615
26616 @item set debug fortran-array-slicing
26617 @cindex fortran array slicing debugging info
26618 Turns on or off display of @value{GDBN} Fortran array slicing
26619 debugging info. The default is off.
26620
26621 @item show debug fortran-array-slicing
26622 Displays the current state of displaying @value{GDBN} Fortran array
26623 slicing debugging info.
26624
26625 @item set debug frame
26626 @cindex frame debugging info
26627 Turns on or off display of @value{GDBN} frame debugging info. The
26628 default is off.
26629 @item show debug frame
26630 Displays the current state of displaying @value{GDBN} frame debugging
26631 info.
26632
26633 @item set debug gnu-nat
26634 @cindex @sc{gnu}/Hurd debug messages
26635 Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
26636 @item show debug gnu-nat
26637 Show the current state of @sc{gnu}/Hurd debugging messages.
26638
26639 @item set debug infrun
26640 @cindex inferior debugging info
26641 Turns on or off display of @value{GDBN} debugging info for running the inferior.
26642 The default is off. @file{infrun.c} contains GDB's runtime state machine used
26643 for implementing operations such as single-stepping the inferior.
26644 @item show debug infrun
26645 Displays the current state of @value{GDBN} inferior debugging.
26646
26647 @item set debug jit
26648 @cindex just-in-time compilation, debugging messages
26649 Turn on or off debugging messages from JIT debug support.
26650 @item show debug jit
26651 Displays the current state of @value{GDBN} JIT debugging.
26652
26653 @item set debug lin-lwp
26654 @cindex @sc{gnu}/Linux LWP debug messages
26655 @cindex Linux lightweight processes
26656 Turn on or off debugging messages from the Linux LWP debug support.
26657 @item show debug lin-lwp
26658 Show the current state of Linux LWP debugging messages.
26659
26660 @item set debug linux-namespaces
26661 @cindex @sc{gnu}/Linux namespaces debug messages
26662 Turn on or off debugging messages from the Linux namespaces debug support.
26663 @item show debug linux-namespaces
26664 Show the current state of Linux namespaces debugging messages.
26665
26666 @item set debug mach-o
26667 @cindex Mach-O symbols processing
26668 Control display of debugging messages related to Mach-O symbols
26669 processing. The default is off.
26670 @item show debug mach-o
26671 Displays the current state of displaying debugging messages related to
26672 reading of COFF/PE exported symbols.
26673
26674 @item set debug notification
26675 @cindex remote async notification debugging info
26676 Turn on or off debugging messages about remote async notification.
26677 The default is off.
26678 @item show debug notification
26679 Displays the current state of remote async notification debugging messages.
26680
26681 @item set debug observer
26682 @cindex observer debugging info
26683 Turns on or off display of @value{GDBN} observer debugging. This
26684 includes info such as the notification of observable events.
26685 @item show debug observer
26686 Displays the current state of observer debugging.
26687
26688 @item set debug overload
26689 @cindex C@t{++} overload debugging info
26690 Turns on or off display of @value{GDBN} C@t{++} overload debugging
26691 info. This includes info such as ranking of functions, etc. The default
26692 is off.
26693 @item show debug overload
26694 Displays the current state of displaying @value{GDBN} C@t{++} overload
26695 debugging info.
26696
26697 @cindex expression parser, debugging info
26698 @cindex debug expression parser
26699 @item set debug parser
26700 Turns on or off the display of expression parser debugging output.
26701 Internally, this sets the @code{yydebug} variable in the expression
26702 parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
26703 details. The default is off.
26704 @item show debug parser
26705 Show the current state of expression parser debugging.
26706
26707 @cindex packets, reporting on stdout
26708 @cindex serial connections, debugging
26709 @cindex debug remote protocol
26710 @cindex remote protocol debugging
26711 @cindex display remote packets
26712 @item set debug remote
26713 Turns on or off display of reports on all packets sent back and forth across
26714 the serial line to the remote machine. The info is printed on the
26715 @value{GDBN} standard output stream. The default is off.
26716 @item show debug remote
26717 Displays the state of display of remote packets.
26718
26719 @item set debug remote-packet-max-chars
26720 Sets the maximum number of characters to display for each remote packet when
26721 @code{set debug remote} is on. This is useful to prevent @value{GDBN} from
26722 displaying lengthy remote packets and polluting the console.
26723
26724 The default value is @code{512}, which means @value{GDBN} will truncate each
26725 remote packet after 512 bytes.
26726
26727 Setting this option to @code{unlimited} will disable truncation and will output
26728 the full length of the remote packets.
26729 @item show debug remote-packet-max-chars
26730 Displays the number of bytes to output for remote packet debugging.
26731
26732 @item set debug separate-debug-file
26733 Turns on or off display of debug output about separate debug file search.
26734 @item show debug separate-debug-file
26735 Displays the state of separate debug file search debug output.
26736
26737 @item set debug serial
26738 Turns on or off display of @value{GDBN} serial debugging info. The
26739 default is off.
26740 @item show debug serial
26741 Displays the current state of displaying @value{GDBN} serial debugging
26742 info.
26743
26744 @item set debug solib-frv
26745 @cindex FR-V shared-library debugging
26746 Turn on or off debugging messages for FR-V shared-library code.
26747 @item show debug solib-frv
26748 Display the current state of FR-V shared-library code debugging
26749 messages.
26750
26751 @item set debug symbol-lookup
26752 @cindex symbol lookup
26753 Turns on or off display of debugging messages related to symbol lookup.
26754 The default is 0 (off).
26755 A value of 1 provides basic information.
26756 A value greater than 1 provides more verbose information.
26757 @item show debug symbol-lookup
26758 Show the current state of symbol lookup debugging messages.
26759
26760 @item set debug symfile
26761 @cindex symbol file functions
26762 Turns on or off display of debugging messages related to symbol file functions.
26763 The default is off. @xref{Files}.
26764 @item show debug symfile
26765 Show the current state of symbol file debugging messages.
26766
26767 @item set debug symtab-create
26768 @cindex symbol table creation
26769 Turns on or off display of debugging messages related to symbol table creation.
26770 The default is 0 (off).
26771 A value of 1 provides basic information.
26772 A value greater than 1 provides more verbose information.
26773 @item show debug symtab-create
26774 Show the current state of symbol table creation debugging.
26775
26776 @item set debug target
26777 @cindex target debugging info
26778 Turns on or off display of @value{GDBN} target debugging info. This info
26779 includes what is going on at the target level of GDB, as it happens. The
26780 default is 0. Set it to 1 to track events, and to 2 to also track the
26781 value of large memory transfers.
26782 @item show debug target
26783 Displays the current state of displaying @value{GDBN} target debugging
26784 info.
26785
26786 @item set debug timestamp
26787 @cindex timestamping debugging info
26788 Turns on or off display of timestamps with @value{GDBN} debugging info.
26789 When enabled, seconds and microseconds are displayed before each debugging
26790 message.
26791 @item show debug timestamp
26792 Displays the current state of displaying timestamps with @value{GDBN}
26793 debugging info.
26794
26795 @item set debug varobj
26796 @cindex variable object debugging info
26797 Turns on or off display of @value{GDBN} variable object debugging
26798 info. The default is off.
26799 @item show debug varobj
26800 Displays the current state of displaying @value{GDBN} variable object
26801 debugging info.
26802
26803 @item set debug xml
26804 @cindex XML parser debugging
26805 Turn on or off debugging messages for built-in XML parsers.
26806 @item show debug xml
26807 Displays the current state of XML debugging messages.
26808 @end table
26809
26810 @node Other Misc Settings
26811 @section Other Miscellaneous Settings
26812 @cindex miscellaneous settings
26813
26814 @table @code
26815 @kindex set interactive-mode
26816 @item set interactive-mode
26817 If @code{on}, forces @value{GDBN} to assume that GDB was started
26818 in a terminal. In practice, this means that @value{GDBN} should wait
26819 for the user to answer queries generated by commands entered at
26820 the command prompt. If @code{off}, forces @value{GDBN} to operate
26821 in the opposite mode, and it uses the default answers to all queries.
26822 If @code{auto} (the default), @value{GDBN} tries to determine whether
26823 its standard input is a terminal, and works in interactive-mode if it
26824 is, non-interactively otherwise.
26825
26826 In the vast majority of cases, the debugger should be able to guess
26827 correctly which mode should be used. But this setting can be useful
26828 in certain specific cases, such as running a MinGW @value{GDBN}
26829 inside a cygwin window.
26830
26831 @kindex show interactive-mode
26832 @item show interactive-mode
26833 Displays whether the debugger is operating in interactive mode or not.
26834 @end table
26835
26836 @node Extending GDB
26837 @chapter Extending @value{GDBN}
26838 @cindex extending GDB
26839
26840 @value{GDBN} provides several mechanisms for extension.
26841 @value{GDBN} also provides the ability to automatically load
26842 extensions when it reads a file for debugging. This allows the
26843 user to automatically customize @value{GDBN} for the program
26844 being debugged.
26845
26846 To facilitate the use of extension languages, @value{GDBN} is capable
26847 of evaluating the contents of a file. When doing so, @value{GDBN}
26848 can recognize which extension language is being used by looking at
26849 the filename extension. Files with an unrecognized filename extension
26850 are always treated as a @value{GDBN} Command Files.
26851 @xref{Command Files,, Command files}.
26852
26853 You can control how @value{GDBN} evaluates these files with the following
26854 setting:
26855
26856 @table @code
26857 @kindex set script-extension
26858 @kindex show script-extension
26859 @item set script-extension off
26860 All scripts are always evaluated as @value{GDBN} Command Files.
26861
26862 @item set script-extension soft
26863 The debugger determines the scripting language based on filename
26864 extension. If this scripting language is supported, @value{GDBN}
26865 evaluates the script using that language. Otherwise, it evaluates
26866 the file as a @value{GDBN} Command File.
26867
26868 @item set script-extension strict
26869 The debugger determines the scripting language based on filename
26870 extension, and evaluates the script using that language. If the
26871 language is not supported, then the evaluation fails.
26872
26873 @item show script-extension
26874 Display the current value of the @code{script-extension} option.
26875
26876 @end table
26877
26878 @ifset SYSTEM_GDBINIT_DIR
26879 This setting is not used for files in the system-wide gdbinit directory.
26880 Files in that directory must have an extension matching their language,
26881 or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
26882 commands. @xref{Startup}.
26883 @end ifset
26884
26885 @menu
26886 * Sequences:: Canned Sequences of @value{GDBN} Commands
26887 * Aliases:: Command Aliases
26888 * Python:: Extending @value{GDBN} using Python
26889 * Guile:: Extending @value{GDBN} using Guile
26890 * Auto-loading extensions:: Automatically loading extensions
26891 * Multiple Extension Languages:: Working with multiple extension languages
26892 @end menu
26893
26894 @node Sequences
26895 @section Canned Sequences of Commands
26896
26897 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
26898 Command Lists}), @value{GDBN} provides two ways to store sequences of
26899 commands for execution as a unit: user-defined commands and command
26900 files.
26901
26902 @menu
26903 * Define:: How to define your own commands
26904 * Hooks:: Hooks for user-defined commands
26905 * Command Files:: How to write scripts of commands to be stored in a file
26906 * Output:: Commands for controlled output
26907 * Auto-loading sequences:: Controlling auto-loaded command files
26908 @end menu
26909
26910 @node Define
26911 @subsection User-defined Commands
26912
26913 @cindex user-defined command
26914 @cindex arguments, to user-defined commands
26915 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
26916 which you assign a new name as a command. This is done with the
26917 @code{define} command. User commands may accept an unlimited number of arguments
26918 separated by whitespace. Arguments are accessed within the user command
26919 via @code{$arg0@dots{}$argN}. A trivial example:
26920
26921 @smallexample
26922 define adder
26923 print $arg0 + $arg1 + $arg2
26924 end
26925 @end smallexample
26926
26927 @noindent
26928 To execute the command use:
26929
26930 @smallexample
26931 adder 1 2 3
26932 @end smallexample
26933
26934 @noindent
26935 This defines the command @code{adder}, which prints the sum of
26936 its three arguments. Note the arguments are text substitutions, so they may
26937 reference variables, use complex expressions, or even perform inferior
26938 functions calls.
26939
26940 @cindex argument count in user-defined commands
26941 @cindex how many arguments (user-defined commands)
26942 In addition, @code{$argc} may be used to find out how many arguments have
26943 been passed.
26944
26945 @smallexample
26946 define adder
26947 if $argc == 2
26948 print $arg0 + $arg1
26949 end
26950 if $argc == 3
26951 print $arg0 + $arg1 + $arg2
26952 end
26953 end
26954 @end smallexample
26955
26956 Combining with the @code{eval} command (@pxref{eval}) makes it easier
26957 to process a variable number of arguments:
26958
26959 @smallexample
26960 define adder
26961 set $i = 0
26962 set $sum = 0
26963 while $i < $argc
26964 eval "set $sum = $sum + $arg%d", $i
26965 set $i = $i + 1
26966 end
26967 print $sum
26968 end
26969 @end smallexample
26970
26971 @table @code
26972
26973 @kindex define
26974 @item define @var{commandname}
26975 Define a command named @var{commandname}. If there is already a command
26976 by that name, you are asked to confirm that you want to redefine it.
26977 The argument @var{commandname} may be a bare command name consisting of letters,
26978 numbers, dashes, dots, and underscores. It may also start with any
26979 predefined or user-defined prefix command.
26980 For example, @samp{define target my-target} creates
26981 a user-defined @samp{target my-target} command.
26982
26983 The definition of the command is made up of other @value{GDBN} command lines,
26984 which are given following the @code{define} command. The end of these
26985 commands is marked by a line containing @code{end}.
26986
26987 @kindex document
26988 @kindex end@r{ (user-defined commands)}
26989 @item document @var{commandname}
26990 Document the user-defined command @var{commandname}, so that it can be
26991 accessed by @code{help}. The command @var{commandname} must already be
26992 defined. This command reads lines of documentation just as @code{define}
26993 reads the lines of the command definition, ending with @code{end}.
26994 After the @code{document} command is finished, @code{help} on command
26995 @var{commandname} displays the documentation you have written.
26996
26997 You may use the @code{document} command again to change the
26998 documentation of a command. Redefining the command with @code{define}
26999 does not change the documentation.
27000
27001 @kindex define-prefix
27002 @item define-prefix @var{commandname}
27003 Define or mark the command @var{commandname} as a user-defined prefix
27004 command. Once marked, @var{commandname} can be used as prefix command
27005 by the @code{define} command.
27006 Note that @code{define-prefix} can be used with a not yet defined
27007 @var{commandname}. In such a case, @var{commandname} is defined as
27008 an empty user-defined command.
27009 In case you redefine a command that was marked as a user-defined
27010 prefix command, the subcommands of the redefined command are kept
27011 (and @value{GDBN} indicates so to the user).
27012
27013 Example:
27014 @example
27015 (gdb) define-prefix abc
27016 (gdb) define-prefix abc def
27017 (gdb) define abc def
27018 Type commands for definition of "abc def".
27019 End with a line saying just "end".
27020 >echo command initial def\n
27021 >end
27022 (gdb) define abc def ghi
27023 Type commands for definition of "abc def ghi".
27024 End with a line saying just "end".
27025 >echo command ghi\n
27026 >end
27027 (gdb) define abc def
27028 Keeping subcommands of prefix command "def".
27029 Redefine command "def"? (y or n) y
27030 Type commands for definition of "abc def".
27031 End with a line saying just "end".
27032 >echo command def\n
27033 >end
27034 (gdb) abc def ghi
27035 command ghi
27036 (gdb) abc def
27037 command def
27038 (gdb)
27039 @end example
27040
27041 @kindex dont-repeat
27042 @cindex don't repeat command
27043 @item dont-repeat
27044 Used inside a user-defined command, this tells @value{GDBN} that this
27045 command should not be repeated when the user hits @key{RET}
27046 (@pxref{Command Syntax, repeat last command}).
27047
27048 @kindex help user-defined
27049 @item help user-defined
27050 List all user-defined commands and all python commands defined in class
27051 COMMAND_USER. The first line of the documentation or docstring is
27052 included (if any).
27053
27054 @kindex show user
27055 @item show user
27056 @itemx show user @var{commandname}
27057 Display the @value{GDBN} commands used to define @var{commandname} (but
27058 not its documentation). If no @var{commandname} is given, display the
27059 definitions for all user-defined commands.
27060 This does not work for user-defined python commands.
27061
27062 @cindex infinite recursion in user-defined commands
27063 @kindex show max-user-call-depth
27064 @kindex set max-user-call-depth
27065 @item show max-user-call-depth
27066 @itemx set max-user-call-depth
27067 The value of @code{max-user-call-depth} controls how many recursion
27068 levels are allowed in user-defined commands before @value{GDBN} suspects an
27069 infinite recursion and aborts the command.
27070 This does not apply to user-defined python commands.
27071 @end table
27072
27073 In addition to the above commands, user-defined commands frequently
27074 use control flow commands, described in @ref{Command Files}.
27075
27076 When user-defined commands are executed, the
27077 commands of the definition are not printed. An error in any command
27078 stops execution of the user-defined command.
27079
27080 If used interactively, commands that would ask for confirmation proceed
27081 without asking when used inside a user-defined command. Many @value{GDBN}
27082 commands that normally print messages to say what they are doing omit the
27083 messages when used in a user-defined command.
27084
27085 @node Hooks
27086 @subsection User-defined Command Hooks
27087 @cindex command hooks
27088 @cindex hooks, for commands
27089 @cindex hooks, pre-command
27090
27091 @kindex hook
27092 You may define @dfn{hooks}, which are a special kind of user-defined
27093 command. Whenever you run the command @samp{foo}, if the user-defined
27094 command @samp{hook-foo} exists, it is executed (with no arguments)
27095 before that command.
27096
27097 @cindex hooks, post-command
27098 @kindex hookpost
27099 A hook may also be defined which is run after the command you executed.
27100 Whenever you run the command @samp{foo}, if the user-defined command
27101 @samp{hookpost-foo} exists, it is executed (with no arguments) after
27102 that command. Post-execution hooks may exist simultaneously with
27103 pre-execution hooks, for the same command.
27104
27105 It is valid for a hook to call the command which it hooks. If this
27106 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
27107
27108 @c It would be nice if hookpost could be passed a parameter indicating
27109 @c if the command it hooks executed properly or not. FIXME!
27110
27111 @kindex stop@r{, a pseudo-command}
27112 In addition, a pseudo-command, @samp{stop} exists. Defining
27113 (@samp{hook-stop}) makes the associated commands execute every time
27114 execution stops in your program: before breakpoint commands are run,
27115 displays are printed, or the stack frame is printed.
27116
27117 For example, to ignore @code{SIGALRM} signals while
27118 single-stepping, but treat them normally during normal execution,
27119 you could define:
27120
27121 @smallexample
27122 define hook-stop
27123 handle SIGALRM nopass
27124 end
27125
27126 define hook-run
27127 handle SIGALRM pass
27128 end
27129
27130 define hook-continue
27131 handle SIGALRM pass
27132 end
27133 @end smallexample
27134
27135 As a further example, to hook at the beginning and end of the @code{echo}
27136 command, and to add extra text to the beginning and end of the message,
27137 you could define:
27138
27139 @smallexample
27140 define hook-echo
27141 echo <<<---
27142 end
27143
27144 define hookpost-echo
27145 echo --->>>\n
27146 end
27147
27148 (@value{GDBP}) echo Hello World
27149 <<<---Hello World--->>>
27150 (@value{GDBP})
27151
27152 @end smallexample
27153
27154 You can define a hook for any single-word command in @value{GDBN}, but
27155 not for command aliases; you should define a hook for the basic command
27156 name, e.g.@: @code{backtrace} rather than @code{bt}.
27157 @c FIXME! So how does Joe User discover whether a command is an alias
27158 @c or not?
27159 You can hook a multi-word command by adding @code{hook-} or
27160 @code{hookpost-} to the last word of the command, e.g.@:
27161 @samp{define target hook-remote} to add a hook to @samp{target remote}.
27162
27163 If an error occurs during the execution of your hook, execution of
27164 @value{GDBN} commands stops and @value{GDBN} issues a prompt
27165 (before the command that you actually typed had a chance to run).
27166
27167 If you try to define a hook which does not match any known command, you
27168 get a warning from the @code{define} command.
27169
27170 @node Command Files
27171 @subsection Command Files
27172
27173 @cindex command files
27174 @cindex scripting commands
27175 A command file for @value{GDBN} is a text file made of lines that are
27176 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
27177 also be included. An empty line in a command file does nothing; it
27178 does not mean to repeat the last command, as it would from the
27179 terminal.
27180
27181 You can request the execution of a command file with the @code{source}
27182 command. Note that the @code{source} command is also used to evaluate
27183 scripts that are not Command Files. The exact behavior can be configured
27184 using the @code{script-extension} setting.
27185 @xref{Extending GDB,, Extending GDB}.
27186
27187 @table @code
27188 @kindex source
27189 @cindex execute commands from a file
27190 @item source [-s] [-v] @var{filename}
27191 Execute the command file @var{filename}.
27192 @end table
27193
27194 The lines in a command file are generally executed sequentially,
27195 unless the order of execution is changed by one of the
27196 @emph{flow-control commands} described below. The commands are not
27197 printed as they are executed. An error in any command terminates
27198 execution of the command file and control is returned to the console.
27199
27200 @value{GDBN} first searches for @var{filename} in the current directory.
27201 If the file is not found there, and @var{filename} does not specify a
27202 directory, then @value{GDBN} also looks for the file on the source search path
27203 (specified with the @samp{directory} command);
27204 except that @file{$cdir} is not searched because the compilation directory
27205 is not relevant to scripts.
27206
27207 If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
27208 on the search path even if @var{filename} specifies a directory.
27209 The search is done by appending @var{filename} to each element of the
27210 search path. So, for example, if @var{filename} is @file{mylib/myscript}
27211 and the search path contains @file{/home/user} then @value{GDBN} will
27212 look for the script @file{/home/user/mylib/myscript}.
27213 The search is also done if @var{filename} is an absolute path.
27214 For example, if @var{filename} is @file{/tmp/myscript} and
27215 the search path contains @file{/home/user} then @value{GDBN} will
27216 look for the script @file{/home/user/tmp/myscript}.
27217 For DOS-like systems, if @var{filename} contains a drive specification,
27218 it is stripped before concatenation. For example, if @var{filename} is
27219 @file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
27220 will look for the script @file{c:/tmp/myscript}.
27221
27222 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
27223 each command as it is executed. The option must be given before
27224 @var{filename}, and is interpreted as part of the filename anywhere else.
27225
27226 Commands that would ask for confirmation if used interactively proceed
27227 without asking when used in a command file. Many @value{GDBN} commands that
27228 normally print messages to say what they are doing omit the messages
27229 when called from command files.
27230
27231 @value{GDBN} also accepts command input from standard input. In this
27232 mode, normal output goes to standard output and error output goes to
27233 standard error. Errors in a command file supplied on standard input do
27234 not terminate execution of the command file---execution continues with
27235 the next command.
27236
27237 @smallexample
27238 gdb < cmds > log 2>&1
27239 @end smallexample
27240
27241 (The syntax above will vary depending on the shell used.) This example
27242 will execute commands from the file @file{cmds}. All output and errors
27243 would be directed to @file{log}.
27244
27245 Since commands stored on command files tend to be more general than
27246 commands typed interactively, they frequently need to deal with
27247 complicated situations, such as different or unexpected values of
27248 variables and symbols, changes in how the program being debugged is
27249 built, etc. @value{GDBN} provides a set of flow-control commands to
27250 deal with these complexities. Using these commands, you can write
27251 complex scripts that loop over data structures, execute commands
27252 conditionally, etc.
27253
27254 @table @code
27255 @kindex if
27256 @kindex else
27257 @item if
27258 @itemx else
27259 This command allows to include in your script conditionally executed
27260 commands. The @code{if} command takes a single argument, which is an
27261 expression to evaluate. It is followed by a series of commands that
27262 are executed only if the expression is true (its value is nonzero).
27263 There can then optionally be an @code{else} line, followed by a series
27264 of commands that are only executed if the expression was false. The
27265 end of the list is marked by a line containing @code{end}.
27266
27267 @kindex while
27268 @item while
27269 This command allows to write loops. Its syntax is similar to
27270 @code{if}: the command takes a single argument, which is an expression
27271 to evaluate, and must be followed by the commands to execute, one per
27272 line, terminated by an @code{end}. These commands are called the
27273 @dfn{body} of the loop. The commands in the body of @code{while} are
27274 executed repeatedly as long as the expression evaluates to true.
27275
27276 @kindex loop_break
27277 @item loop_break
27278 This command exits the @code{while} loop in whose body it is included.
27279 Execution of the script continues after that @code{while}s @code{end}
27280 line.
27281
27282 @kindex loop_continue
27283 @item loop_continue
27284 This command skips the execution of the rest of the body of commands
27285 in the @code{while} loop in whose body it is included. Execution
27286 branches to the beginning of the @code{while} loop, where it evaluates
27287 the controlling expression.
27288
27289 @kindex end@r{ (if/else/while commands)}
27290 @item end
27291 Terminate the block of commands that are the body of @code{if},
27292 @code{else}, or @code{while} flow-control commands.
27293 @end table
27294
27295
27296 @node Output
27297 @subsection Commands for Controlled Output
27298
27299 During the execution of a command file or a user-defined command, normal
27300 @value{GDBN} output is suppressed; the only output that appears is what is
27301 explicitly printed by the commands in the definition. This section
27302 describes three commands useful for generating exactly the output you
27303 want.
27304
27305 @table @code
27306 @kindex echo
27307 @item echo @var{text}
27308 @c I do not consider backslash-space a standard C escape sequence
27309 @c because it is not in ANSI.
27310 Print @var{text}. Nonprinting characters can be included in
27311 @var{text} using C escape sequences, such as @samp{\n} to print a
27312 newline. @strong{No newline is printed unless you specify one.}
27313 In addition to the standard C escape sequences, a backslash followed
27314 by a space stands for a space. This is useful for displaying a
27315 string with spaces at the beginning or the end, since leading and
27316 trailing spaces are otherwise trimmed from all arguments.
27317 To print @samp{@w{ }and foo =@w{ }}, use the command
27318 @samp{echo \@w{ }and foo = \@w{ }}.
27319
27320 A backslash at the end of @var{text} can be used, as in C, to continue
27321 the command onto subsequent lines. For example,
27322
27323 @smallexample
27324 echo This is some text\n\
27325 which is continued\n\
27326 onto several lines.\n
27327 @end smallexample
27328
27329 produces the same output as
27330
27331 @smallexample
27332 echo This is some text\n
27333 echo which is continued\n
27334 echo onto several lines.\n
27335 @end smallexample
27336
27337 @kindex output
27338 @item output @var{expression}
27339 Print the value of @var{expression} and nothing but that value: no
27340 newlines, no @samp{$@var{nn} = }. The value is not entered in the
27341 value history either. @xref{Expressions, ,Expressions}, for more information
27342 on expressions.
27343
27344 @item output/@var{fmt} @var{expression}
27345 Print the value of @var{expression} in format @var{fmt}. You can use
27346 the same formats as for @code{print}. @xref{Output Formats,,Output
27347 Formats}, for more information.
27348
27349 @kindex printf
27350 @item printf @var{template}, @var{expressions}@dots{}
27351 Print the values of one or more @var{expressions} under the control of
27352 the string @var{template}. To print several values, make
27353 @var{expressions} be a comma-separated list of individual expressions,
27354 which may be either numbers or pointers. Their values are printed as
27355 specified by @var{template}, exactly as a C program would do by
27356 executing the code below:
27357
27358 @smallexample
27359 printf (@var{template}, @var{expressions}@dots{});
27360 @end smallexample
27361
27362 As in @code{C} @code{printf}, ordinary characters in @var{template}
27363 are printed verbatim, while @dfn{conversion specification} introduced
27364 by the @samp{%} character cause subsequent @var{expressions} to be
27365 evaluated, their values converted and formatted according to type and
27366 style information encoded in the conversion specifications, and then
27367 printed.
27368
27369 For example, you can print two values in hex like this:
27370
27371 @smallexample
27372 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
27373 @end smallexample
27374
27375 @code{printf} supports all the standard @code{C} conversion
27376 specifications, including the flags and modifiers between the @samp{%}
27377 character and the conversion letter, with the following exceptions:
27378
27379 @itemize @bullet
27380 @item
27381 The argument-ordering modifiers, such as @samp{2$}, are not supported.
27382
27383 @item
27384 The modifier @samp{*} is not supported for specifying precision or
27385 width.
27386
27387 @item
27388 The @samp{'} flag (for separation of digits into groups according to
27389 @code{LC_NUMERIC'}) is not supported.
27390
27391 @item
27392 The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
27393 supported.
27394
27395 @item
27396 The conversion letter @samp{n} (as in @samp{%n}) is not supported.
27397
27398 @item
27399 The conversion letters @samp{a} and @samp{A} are not supported.
27400 @end itemize
27401
27402 @noindent
27403 Note that the @samp{ll} type modifier is supported only if the
27404 underlying @code{C} implementation used to build @value{GDBN} supports
27405 the @code{long long int} type, and the @samp{L} type modifier is
27406 supported only if @code{long double} type is available.
27407
27408 As in @code{C}, @code{printf} supports simple backslash-escape
27409 sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
27410 @samp{\a}, and @samp{\f}, that consist of backslash followed by a
27411 single character. Octal and hexadecimal escape sequences are not
27412 supported.
27413
27414 Additionally, @code{printf} supports conversion specifications for DFP
27415 (@dfn{Decimal Floating Point}) types using the following length modifiers
27416 together with a floating point specifier.
27417 letters:
27418
27419 @itemize @bullet
27420 @item
27421 @samp{H} for printing @code{Decimal32} types.
27422
27423 @item
27424 @samp{D} for printing @code{Decimal64} types.
27425
27426 @item
27427 @samp{DD} for printing @code{Decimal128} types.
27428 @end itemize
27429
27430 If the underlying @code{C} implementation used to build @value{GDBN} has
27431 support for the three length modifiers for DFP types, other modifiers
27432 such as width and precision will also be available for @value{GDBN} to use.
27433
27434 In case there is no such @code{C} support, no additional modifiers will be
27435 available and the value will be printed in the standard way.
27436
27437 Here's an example of printing DFP types using the above conversion letters:
27438 @smallexample
27439 printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
27440 @end smallexample
27441
27442 @anchor{eval}
27443 @kindex eval
27444 @item eval @var{template}, @var{expressions}@dots{}
27445 Convert the values of one or more @var{expressions} under the control of
27446 the string @var{template} to a command line, and call it.
27447
27448 @end table
27449
27450 @node Auto-loading sequences
27451 @subsection Controlling auto-loading native @value{GDBN} scripts
27452 @cindex native script auto-loading
27453
27454 When a new object file is read (for example, due to the @code{file}
27455 command, or because the inferior has loaded a shared library),
27456 @value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
27457 @xref{Auto-loading extensions}.
27458
27459 Auto-loading can be enabled or disabled,
27460 and the list of auto-loaded scripts can be printed.
27461
27462 @table @code
27463 @anchor{set auto-load gdb-scripts}
27464 @kindex set auto-load gdb-scripts
27465 @item set auto-load gdb-scripts [on|off]
27466 Enable or disable the auto-loading of canned sequences of commands scripts.
27467
27468 @anchor{show auto-load gdb-scripts}
27469 @kindex show auto-load gdb-scripts
27470 @item show auto-load gdb-scripts
27471 Show whether auto-loading of canned sequences of commands scripts is enabled or
27472 disabled.
27473
27474 @anchor{info auto-load gdb-scripts}
27475 @kindex info auto-load gdb-scripts
27476 @cindex print list of auto-loaded canned sequences of commands scripts
27477 @item info auto-load gdb-scripts [@var{regexp}]
27478 Print the list of all canned sequences of commands scripts that @value{GDBN}
27479 auto-loaded.
27480 @end table
27481
27482 If @var{regexp} is supplied only canned sequences of commands scripts with
27483 matching names are printed.
27484
27485 @node Aliases
27486 @section Command Aliases
27487 @cindex aliases for commands
27488
27489 Aliases allow you to define alternate spellings for existing commands.
27490 For example, if a new @value{GDBN} command defined in Python
27491 (@pxref{Python}) has a long name, it is handy to have an abbreviated
27492 version of it that involves less typing.
27493
27494 @value{GDBN} itself uses aliases. For example @samp{s} is an alias
27495 of the @samp{step} command even though it is otherwise an ambiguous
27496 abbreviation of other commands like @samp{set} and @samp{show}.
27497
27498 Aliases are also used to provide shortened or more common versions
27499 of multi-word commands. For example, @value{GDBN} provides the
27500 @samp{tty} alias of the @samp{set inferior-tty} command.
27501
27502 You can define a new alias with the @samp{alias} command.
27503
27504 @table @code
27505
27506 @kindex alias
27507 @item alias [-a] [--] @var{alias} = @var{command} [@var{default-args}]
27508
27509 @end table
27510
27511 @var{alias} specifies the name of the new alias. Each word of
27512 @var{alias} must consist of letters, numbers, dashes and underscores.
27513
27514 @var{command} specifies the name of an existing command
27515 that is being aliased.
27516
27517 @var{command} can also be the name of an existing alias. In this
27518 case, @var{command} cannot be an alias that has default arguments.
27519
27520 The @samp{-a} option specifies that the new alias is an abbreviation
27521 of the command. Abbreviations are not used in command completion.
27522
27523 The @samp{--} option specifies the end of options,
27524 and is useful when @var{alias} begins with a dash.
27525
27526 You can specify @var{default-args} for your alias. These
27527 @var{default-args} will be automatically added before the alias
27528 arguments typed explicitly on the command line.
27529
27530 For example, the below defines an alias @code{btfullall} that shows all local
27531 variables and all frame arguments:
27532 @smallexample
27533 (@value{GDBP}) alias btfullall = backtrace -full -frame-arguments all
27534 @end smallexample
27535
27536 For more information about @var{default-args}, see @ref{Command
27537 aliases default args, ,Default Arguments}.
27538
27539 Here is a simple example showing how to make an abbreviation of a
27540 command so that there is less to type. Suppose you were tired of
27541 typing @samp{disas}, the current shortest unambiguous abbreviation of
27542 the @samp{disassemble} command and you wanted an even shorter version
27543 named @samp{di}. The following will accomplish this.
27544
27545 @smallexample
27546 (gdb) alias -a di = disas
27547 @end smallexample
27548
27549 Note that aliases are different from user-defined commands. With a
27550 user-defined command, you also need to write documentation for it with
27551 the @samp{document} command. An alias automatically picks up the
27552 documentation of the existing command.
27553
27554 Here is an example where we make @samp{elms} an abbreviation of
27555 @samp{elements} in the @samp{set print elements} command.
27556 This is to show that you can make an abbreviation of any part
27557 of a command.
27558
27559 @smallexample
27560 (gdb) alias -a set print elms = set print elements
27561 (gdb) alias -a show print elms = show print elements
27562 (gdb) set p elms 20
27563 (gdb) show p elms
27564 Limit on string chars or array elements to print is 200.
27565 @end smallexample
27566
27567 Note that if you are defining an alias of a @samp{set} command,
27568 and you want to have an alias for the corresponding @samp{show}
27569 command, then you need to define the latter separately.
27570
27571 Unambiguously abbreviated commands are allowed in @var{command} and
27572 @var{alias}, just as they are normally.
27573
27574 @smallexample
27575 (gdb) alias -a set pr elms = set p ele
27576 @end smallexample
27577
27578 Finally, here is an example showing the creation of a one word
27579 alias for a more complex command.
27580 This creates alias @samp{spe} of the command @samp{set print elements}.
27581
27582 @smallexample
27583 (gdb) alias spe = set print elements
27584 (gdb) spe 20
27585 @end smallexample
27586
27587 @menu
27588 * Command aliases default args:: Default arguments for aliases
27589 @end menu
27590
27591 @node Command aliases default args
27592 @subsection Default Arguments
27593 @cindex aliases for commands, default arguments
27594
27595 You can tell @value{GDBN} to always prepend some default arguments to
27596 the list of arguments provided explicitly by the user when using a
27597 user-defined alias.
27598
27599 If you repeatedly use the same arguments or options for a command, you
27600 can define an alias for this command and tell @value{GDBN} to
27601 automatically prepend these arguments or options to the list of
27602 arguments you type explicitly when using the alias@footnote{@value{GDBN}
27603 could easily accept default arguments for pre-defined commands and aliases,
27604 but it was deemed this would be confusing, and so is not allowed.}.
27605
27606 For example, if you often use the command @code{thread apply all}
27607 specifying to work on the threads in ascending order and to continue in case it
27608 encounters an error, you can tell @value{GDBN} to automatically preprend
27609 the @code{-ascending} and @code{-c} options by using:
27610
27611 @smallexample
27612 (@value{GDBP}) alias thread apply asc-all = thread apply all -ascending -c
27613 @end smallexample
27614
27615 Once you have defined this alias with its default args, any time you type
27616 the @code{thread apply asc-all} followed by @code{some arguments},
27617 @value{GDBN} will execute @code{thread apply all -ascending -c some arguments}.
27618
27619 To have even less to type, you can also define a one word alias:
27620 @smallexample
27621 (@value{GDBP}) alias t_a_c = thread apply all -ascending -c
27622 @end smallexample
27623
27624 As usual, unambiguous abbreviations can be used for @var{alias}
27625 and @var{default-args}.
27626
27627 The different aliases of a command do not share their default args.
27628 For example, you define a new alias @code{bt_ALL} showing all possible
27629 information and another alias @code{bt_SMALL} showing very limited information
27630 using:
27631 @smallexample
27632 (@value{GDBP}) alias bt_ALL = backtrace -entry-values both -frame-arg all \
27633 -past-main -past-entry -full
27634 (@value{GDBP}) alias bt_SMALL = backtrace -entry-values no -frame-arg none \
27635 -past-main off -past-entry off
27636 @end smallexample
27637
27638 (For more on using the @code{alias} command, see @ref{Aliases}.)
27639
27640 Default args are not limited to the arguments and options of @var{command},
27641 but can specify nested commands if @var{command} accepts such a nested command
27642 as argument.
27643 For example, the below defines @code{faalocalsoftype} that lists the
27644 frames having locals of a certain type, together with the matching
27645 local vars:
27646 @smallexample
27647 (@value{GDBP}) alias faalocalsoftype = frame apply all info locals -q -t
27648 (@value{GDBP}) faalocalsoftype int
27649 #1 0x55554f5e in sleeper_or_burner (v=0xdf50) at sleepers.c:86
27650 i = 0
27651 ret = 21845
27652 @end smallexample
27653
27654 This is also very useful to define an alias for a set of nested @code{with}
27655 commands to have a particular combination of temporary settings. For example,
27656 the below defines the alias @code{pp10} that pretty prints an expression
27657 argument, with a maximum of 10 elements if the expression is a string or
27658 an array:
27659 @smallexample
27660 (@value{GDBP}) alias pp10 = with print pretty -- with print elements 10 -- print
27661 @end smallexample
27662 This defines the alias @code{pp10} as being a sequence of 3 commands.
27663 The first part @code{with print pretty --} temporarily activates the setting
27664 @code{set print pretty}, then launches the command that follows the separator
27665 @code{--}.
27666 The command following the first part is also a @code{with} command that
27667 temporarily changes the setting @code{set print elements} to 10, then
27668 launches the command that follows the second separator @code{--}.
27669 The third part @code{print} is the command the @code{pp10} alias will launch,
27670 using the temporary values of the settings and the arguments explicitly given
27671 by the user.
27672 For more information about the @code{with} command usage,
27673 see @ref{Command Settings}.
27674
27675 @c Python docs live in a separate file.
27676 @include python.texi
27677
27678 @c Guile docs live in a separate file.
27679 @include guile.texi
27680
27681 @node Auto-loading extensions
27682 @section Auto-loading extensions
27683 @cindex auto-loading extensions
27684
27685 @value{GDBN} provides two mechanisms for automatically loading
27686 extensions when a new object file is read (for example, due to the
27687 @code{file} command, or because the inferior has loaded a shared
27688 library): @file{@var{objfile}-gdb.@var{ext}} (@pxref{objfile-gdbdotext
27689 file,,The @file{@var{objfile}-gdb.@var{ext}} file}) and the
27690 @code{.debug_gdb_scripts} section of modern file formats like ELF
27691 (@pxref{dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
27692 section}). For a discussion of the differences between these two
27693 approaches see @ref{Which flavor to choose?}.
27694
27695 The auto-loading feature is useful for supplying application-specific
27696 debugging commands and features.
27697
27698 Auto-loading can be enabled or disabled,
27699 and the list of auto-loaded scripts can be printed.
27700 See the @samp{auto-loading} section of each extension language
27701 for more information.
27702 For @value{GDBN} command files see @ref{Auto-loading sequences}.
27703 For Python files see @ref{Python Auto-loading}.
27704
27705 Note that loading of this script file also requires accordingly configured
27706 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27707
27708 @menu
27709 * objfile-gdbdotext file:: The @file{@var{objfile}-gdb.@var{ext}} file
27710 * dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
27711 * Which flavor to choose?:: Choosing between these approaches
27712 @end menu
27713
27714 @node objfile-gdbdotext file
27715 @subsection The @file{@var{objfile}-gdb.@var{ext}} file
27716 @cindex @file{@var{objfile}-gdb.gdb}
27717 @cindex @file{@var{objfile}-gdb.py}
27718 @cindex @file{@var{objfile}-gdb.scm}
27719
27720 When a new object file is read, @value{GDBN} looks for a file named
27721 @file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
27722 where @var{objfile} is the object file's name and
27723 where @var{ext} is the file extension for the extension language:
27724
27725 @table @code
27726 @item @file{@var{objfile}-gdb.gdb}
27727 GDB's own command language
27728 @item @file{@var{objfile}-gdb.py}
27729 Python
27730 @item @file{@var{objfile}-gdb.scm}
27731 Guile
27732 @end table
27733
27734 @var{script-name} is formed by ensuring that the file name of @var{objfile}
27735 is absolute, following all symlinks, and resolving @code{.} and @code{..}
27736 components, and appending the @file{-gdb.@var{ext}} suffix.
27737 If this file exists and is readable, @value{GDBN} will evaluate it as a
27738 script in the specified extension language.
27739
27740 If this file does not exist, then @value{GDBN} will look for
27741 @var{script-name} file in all of the directories as specified below.
27742 (On MS-Windows/MS-DOS, the drive letter of the executable's leading
27743 directories is converted to a one-letter subdirectory, i.e.@:
27744 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
27745 filesystems disallow colons in file names.)
27746
27747 Note that loading of these files requires an accordingly configured
27748 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27749
27750 For object files using @file{.exe} suffix @value{GDBN} tries to load first the
27751 scripts normally according to its @file{.exe} filename. But if no scripts are
27752 found @value{GDBN} also tries script filenames matching the object file without
27753 its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
27754 is attempted on any platform. This makes the script filenames compatible
27755 between Unix and MS-Windows hosts.
27756
27757 @table @code
27758 @anchor{set auto-load scripts-directory}
27759 @kindex set auto-load scripts-directory
27760 @item set auto-load scripts-directory @r{[}@var{directories}@r{]}
27761 Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
27762 may be delimited by the host platform path separator in use
27763 (@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
27764
27765 Each entry here needs to be covered also by the security setting
27766 @code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
27767
27768 @anchor{with-auto-load-dir}
27769 This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
27770 @code{set auto-load safe-path} value can be also overriden by @value{GDBN}
27771 configuration option @option{--with-auto-load-dir}.
27772
27773 Any reference to @file{$debugdir} will get replaced by
27774 @var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
27775 reference to @file{$datadir} will get replaced by @var{data-directory} which is
27776 determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
27777 @file{$datadir} must be placed as a directory component --- either alone or
27778 delimited by @file{/} or @file{\} directory separators, depending on the host
27779 platform.
27780
27781 The list of directories uses path separator (@samp{:} on GNU and Unix
27782 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27783 to the @env{PATH} environment variable.
27784
27785 @anchor{show auto-load scripts-directory}
27786 @kindex show auto-load scripts-directory
27787 @item show auto-load scripts-directory
27788 Show @value{GDBN} auto-loaded scripts location.
27789
27790 @anchor{add-auto-load-scripts-directory}
27791 @kindex add-auto-load-scripts-directory
27792 @item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
27793 Add an entry (or list of entries) to the list of auto-loaded scripts locations.
27794 Multiple entries may be delimited by the host platform path separator in use.
27795 @end table
27796
27797 @value{GDBN} does not track which files it has already auto-loaded this way.
27798 @value{GDBN} will load the associated script every time the corresponding
27799 @var{objfile} is opened.
27800 So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
27801 is evaluated more than once.
27802
27803 @node dotdebug_gdb_scripts section
27804 @subsection The @code{.debug_gdb_scripts} section
27805 @cindex @code{.debug_gdb_scripts} section
27806
27807 For systems using file formats like ELF and COFF,
27808 when @value{GDBN} loads a new object file
27809 it will look for a special section named @code{.debug_gdb_scripts}.
27810 If this section exists, its contents is a list of null-terminated entries
27811 specifying scripts to load. Each entry begins with a non-null prefix byte that
27812 specifies the kind of entry, typically the extension language and whether the
27813 script is in a file or inlined in @code{.debug_gdb_scripts}.
27814
27815 The following entries are supported:
27816
27817 @table @code
27818 @item SECTION_SCRIPT_ID_PYTHON_FILE = 1
27819 @item SECTION_SCRIPT_ID_SCHEME_FILE = 3
27820 @item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
27821 @item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
27822 @end table
27823
27824 @subsubsection Script File Entries
27825
27826 If the entry specifies a file, @value{GDBN} will look for the file first
27827 in the current directory and then along the source search path
27828 (@pxref{Source Path, ,Specifying Source Directories}),
27829 except that @file{$cdir} is not searched, since the compilation
27830 directory is not relevant to scripts.
27831
27832 File entries can be placed in section @code{.debug_gdb_scripts} with,
27833 for example, this GCC macro for Python scripts.
27834
27835 @example
27836 /* Note: The "MS" section flags are to remove duplicates. */
27837 #define DEFINE_GDB_PY_SCRIPT(script_name) \
27838 asm("\
27839 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
27840 .byte 1 /* Python */\n\
27841 .asciz \"" script_name "\"\n\
27842 .popsection \n\
27843 ");
27844 @end example
27845
27846 @noindent
27847 For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
27848 Then one can reference the macro in a header or source file like this:
27849
27850 @example
27851 DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
27852 @end example
27853
27854 The script name may include directories if desired.
27855
27856 Note that loading of this script file also requires accordingly configured
27857 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27858
27859 If the macro invocation is put in a header, any application or library
27860 using this header will get a reference to the specified script,
27861 and with the use of @code{"MS"} attributes on the section, the linker
27862 will remove duplicates.
27863
27864 @subsubsection Script Text Entries
27865
27866 Script text entries allow to put the executable script in the entry
27867 itself instead of loading it from a file.
27868 The first line of the entry, everything after the prefix byte and up to
27869 the first newline (@code{0xa}) character, is the script name, and must not
27870 contain any kind of space character, e.g., spaces or tabs.
27871 The rest of the entry, up to the trailing null byte, is the script to
27872 execute in the specified language. The name needs to be unique among
27873 all script names, as @value{GDBN} executes each script only once based
27874 on its name.
27875
27876 Here is an example from file @file{py-section-script.c} in the @value{GDBN}
27877 testsuite.
27878
27879 @example
27880 #include "symcat.h"
27881 #include "gdb/section-scripts.h"
27882 asm(
27883 ".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
27884 ".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
27885 ".ascii \"gdb.inlined-script\\n\"\n"
27886 ".ascii \"class test_cmd (gdb.Command):\\n\"\n"
27887 ".ascii \" def __init__ (self):\\n\"\n"
27888 ".ascii \" super (test_cmd, self).__init__ ("
27889 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
27890 ".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
27891 ".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
27892 ".ascii \"test_cmd ()\\n\"\n"
27893 ".byte 0\n"
27894 ".popsection\n"
27895 );
27896 @end example
27897
27898 Loading of inlined scripts requires a properly configured
27899 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27900 The path to specify in @code{auto-load safe-path} is the path of the file
27901 containing the @code{.debug_gdb_scripts} section.
27902
27903 @node Which flavor to choose?
27904 @subsection Which flavor to choose?
27905
27906 Given the multiple ways of auto-loading extensions, it might not always
27907 be clear which one to choose. This section provides some guidance.
27908
27909 @noindent
27910 Benefits of the @file{-gdb.@var{ext}} way:
27911
27912 @itemize @bullet
27913 @item
27914 Can be used with file formats that don't support multiple sections.
27915
27916 @item
27917 Ease of finding scripts for public libraries.
27918
27919 Scripts specified in the @code{.debug_gdb_scripts} section are searched for
27920 in the source search path.
27921 For publicly installed libraries, e.g., @file{libstdc++}, there typically
27922 isn't a source directory in which to find the script.
27923
27924 @item
27925 Doesn't require source code additions.
27926 @end itemize
27927
27928 @noindent
27929 Benefits of the @code{.debug_gdb_scripts} way:
27930
27931 @itemize @bullet
27932 @item
27933 Works with static linking.
27934
27935 Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
27936 trigger their loading. When an application is statically linked the only
27937 objfile available is the executable, and it is cumbersome to attach all the
27938 scripts from all the input libraries to the executable's
27939 @file{-gdb.@var{ext}} script.
27940
27941 @item
27942 Works with classes that are entirely inlined.
27943
27944 Some classes can be entirely inlined, and thus there may not be an associated
27945 shared library to attach a @file{-gdb.@var{ext}} script to.
27946
27947 @item
27948 Scripts needn't be copied out of the source tree.
27949
27950 In some circumstances, apps can be built out of large collections of internal
27951 libraries, and the build infrastructure necessary to install the
27952 @file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
27953 cumbersome. It may be easier to specify the scripts in the
27954 @code{.debug_gdb_scripts} section as relative paths, and add a path to the
27955 top of the source tree to the source search path.
27956 @end itemize
27957
27958 @node Multiple Extension Languages
27959 @section Multiple Extension Languages
27960
27961 The Guile and Python extension languages do not share any state,
27962 and generally do not interfere with each other.
27963 There are some things to be aware of, however.
27964
27965 @subsection Python comes first
27966
27967 Python was @value{GDBN}'s first extension language, and to avoid breaking
27968 existing behaviour Python comes first. This is generally solved by the
27969 ``first one wins'' principle. @value{GDBN} maintains a list of enabled
27970 extension languages, and when it makes a call to an extension language,
27971 (say to pretty-print a value), it tries each in turn until an extension
27972 language indicates it has performed the request (e.g., has returned the
27973 pretty-printed form of a value).
27974 This extends to errors while performing such requests: If an error happens
27975 while, for example, trying to pretty-print an object then the error is
27976 reported and any following extension languages are not tried.
27977
27978 @node Interpreters
27979 @chapter Command Interpreters
27980 @cindex command interpreters
27981
27982 @value{GDBN} supports multiple command interpreters, and some command
27983 infrastructure to allow users or user interface writers to switch
27984 between interpreters or run commands in other interpreters.
27985
27986 @value{GDBN} currently supports two command interpreters, the console
27987 interpreter (sometimes called the command-line interpreter or @sc{cli})
27988 and the machine interface interpreter (or @sc{gdb/mi}). This manual
27989 describes both of these interfaces in great detail.
27990
27991 By default, @value{GDBN} will start with the console interpreter.
27992 However, the user may choose to start @value{GDBN} with another
27993 interpreter by specifying the @option{-i} or @option{--interpreter}
27994 startup options. Defined interpreters include:
27995
27996 @table @code
27997 @item console
27998 @cindex console interpreter
27999 The traditional console or command-line interpreter. This is the most often
28000 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
28001 @value{GDBN} will use this interpreter.
28002
28003 @item mi
28004 @cindex mi interpreter
28005 The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
28006 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
28007 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
28008 Interface}.
28009
28010 @item mi3
28011 @cindex mi3 interpreter
28012 The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
28013
28014 @item mi2
28015 @cindex mi2 interpreter
28016 The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
28017
28018 @item mi1
28019 @cindex mi1 interpreter
28020 The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
28021
28022 @end table
28023
28024 @cindex invoke another interpreter
28025
28026 @kindex interpreter-exec
28027 You may execute commands in any interpreter from the current
28028 interpreter using the appropriate command. If you are running the
28029 console interpreter, simply use the @code{interpreter-exec} command:
28030
28031 @smallexample
28032 interpreter-exec mi "-data-list-register-names"
28033 @end smallexample
28034
28035 @sc{gdb/mi} has a similar command, although it is only available in versions of
28036 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
28037
28038 Note that @code{interpreter-exec} only changes the interpreter for the
28039 duration of the specified command. It does not change the interpreter
28040 permanently.
28041
28042 @cindex start a new independent interpreter
28043
28044 Although you may only choose a single interpreter at startup, it is
28045 possible to run an independent interpreter on a specified input/output
28046 device (usually a tty).
28047
28048 For example, consider a debugger GUI or IDE that wants to provide a
28049 @value{GDBN} console view. It may do so by embedding a terminal
28050 emulator widget in its GUI, starting @value{GDBN} in the traditional
28051 command-line mode with stdin/stdout/stderr redirected to that
28052 terminal, and then creating an MI interpreter running on a specified
28053 input/output device. The console interpreter created by @value{GDBN}
28054 at startup handles commands the user types in the terminal widget,
28055 while the GUI controls and synchronizes state with @value{GDBN} using
28056 the separate MI interpreter.
28057
28058 To start a new secondary @dfn{user interface} running MI, use the
28059 @code{new-ui} command:
28060
28061 @kindex new-ui
28062 @cindex new user interface
28063 @smallexample
28064 new-ui @var{interpreter} @var{tty}
28065 @end smallexample
28066
28067 The @var{interpreter} parameter specifies the interpreter to run.
28068 This accepts the same values as the @code{interpreter-exec} command.
28069 For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
28070 @var{tty} parameter specifies the name of the bidirectional file the
28071 interpreter uses for input/output, usually the name of a
28072 pseudoterminal slave on Unix systems. For example:
28073
28074 @smallexample
28075 (@value{GDBP}) new-ui mi /dev/pts/9
28076 @end smallexample
28077
28078 @noindent
28079 runs an MI interpreter on @file{/dev/pts/9}.
28080
28081 @node TUI
28082 @chapter @value{GDBN} Text User Interface
28083 @cindex TUI
28084 @cindex Text User Interface
28085
28086 The @value{GDBN} Text User Interface (TUI) is a terminal
28087 interface which uses the @code{curses} library to show the source
28088 file, the assembly output, the program registers and @value{GDBN}
28089 commands in separate text windows. The TUI mode is supported only
28090 on platforms where a suitable version of the @code{curses} library
28091 is available.
28092
28093 The TUI mode is enabled by default when you invoke @value{GDBN} as
28094 @samp{@value{GDBP} -tui}.
28095 You can also switch in and out of TUI mode while @value{GDBN} runs by
28096 using various TUI commands and key bindings, such as @command{tui
28097 enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
28098 @ref{TUI Keys, ,TUI Key Bindings}.
28099
28100 @menu
28101 * TUI Overview:: TUI overview
28102 * TUI Keys:: TUI key bindings
28103 * TUI Single Key Mode:: TUI single key mode
28104 * TUI Commands:: TUI-specific commands
28105 * TUI Configuration:: TUI configuration variables
28106 @end menu
28107
28108 @node TUI Overview
28109 @section TUI Overview
28110
28111 In TUI mode, @value{GDBN} can display several text windows:
28112
28113 @table @emph
28114 @item command
28115 This window is the @value{GDBN} command window with the @value{GDBN}
28116 prompt and the @value{GDBN} output. The @value{GDBN} input is still
28117 managed using readline.
28118
28119 @item source
28120 The source window shows the source file of the program. The current
28121 line and active breakpoints are displayed in this window.
28122
28123 @item assembly
28124 The assembly window shows the disassembly output of the program.
28125
28126 @item register
28127 This window shows the processor registers. Registers are highlighted
28128 when their values change.
28129 @end table
28130
28131 The source and assembly windows show the current program position
28132 by highlighting the current line and marking it with a @samp{>} marker.
28133 Breakpoints are indicated with two markers. The first marker
28134 indicates the breakpoint type:
28135
28136 @table @code
28137 @item B
28138 Breakpoint which was hit at least once.
28139
28140 @item b
28141 Breakpoint which was never hit.
28142
28143 @item H
28144 Hardware breakpoint which was hit at least once.
28145
28146 @item h
28147 Hardware breakpoint which was never hit.
28148 @end table
28149
28150 The second marker indicates whether the breakpoint is enabled or not:
28151
28152 @table @code
28153 @item +
28154 Breakpoint is enabled.
28155
28156 @item -
28157 Breakpoint is disabled.
28158 @end table
28159
28160 The source, assembly and register windows are updated when the current
28161 thread changes, when the frame changes, or when the program counter
28162 changes.
28163
28164 These windows are not all visible at the same time. The command
28165 window is always visible. The others can be arranged in several
28166 layouts:
28167
28168 @itemize @bullet
28169 @item
28170 source only,
28171
28172 @item
28173 assembly only,
28174
28175 @item
28176 source and assembly,
28177
28178 @item
28179 source and registers, or
28180
28181 @item
28182 assembly and registers.
28183 @end itemize
28184
28185 These are the standard layouts, but other layouts can be defined.
28186
28187 A status line above the command window shows the following information:
28188
28189 @table @emph
28190 @item target
28191 Indicates the current @value{GDBN} target.
28192 (@pxref{Targets, ,Specifying a Debugging Target}).
28193
28194 @item process
28195 Gives the current process or thread number.
28196 When no process is being debugged, this field is set to @code{No process}.
28197
28198 @item function
28199 Gives the current function name for the selected frame.
28200 The name is demangled if demangling is turned on (@pxref{Print Settings}).
28201 When there is no symbol corresponding to the current program counter,
28202 the string @code{??} is displayed.
28203
28204 @item line
28205 Indicates the current line number for the selected frame.
28206 When the current line number is not known, the string @code{??} is displayed.
28207
28208 @item pc
28209 Indicates the current program counter address.
28210 @end table
28211
28212 @node TUI Keys
28213 @section TUI Key Bindings
28214 @cindex TUI key bindings
28215
28216 The TUI installs several key bindings in the readline keymaps
28217 @ifset SYSTEM_READLINE
28218 (@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
28219 @end ifset
28220 @ifclear SYSTEM_READLINE
28221 (@pxref{Command Line Editing}).
28222 @end ifclear
28223 The following key bindings are installed for both TUI mode and the
28224 @value{GDBN} standard mode.
28225
28226 @table @kbd
28227 @kindex C-x C-a
28228 @item C-x C-a
28229 @kindex C-x a
28230 @itemx C-x a
28231 @kindex C-x A
28232 @itemx C-x A
28233 Enter or leave the TUI mode. When leaving the TUI mode,
28234 the curses window management stops and @value{GDBN} operates using
28235 its standard mode, writing on the terminal directly. When reentering
28236 the TUI mode, control is given back to the curses windows.
28237 The screen is then refreshed.
28238
28239 This key binding uses the bindable Readline function
28240 @code{tui-switch-mode}.
28241
28242 @kindex C-x 1
28243 @item C-x 1
28244 Use a TUI layout with only one window. The layout will
28245 either be @samp{source} or @samp{assembly}. When the TUI mode
28246 is not active, it will switch to the TUI mode.
28247
28248 Think of this key binding as the Emacs @kbd{C-x 1} binding.
28249
28250 This key binding uses the bindable Readline function
28251 @code{tui-delete-other-windows}.
28252
28253 @kindex C-x 2
28254 @item C-x 2
28255 Use a TUI layout with at least two windows. When the current
28256 layout already has two windows, the next layout with two windows is used.
28257 When a new layout is chosen, one window will always be common to the
28258 previous layout and the new one.
28259
28260 Think of it as the Emacs @kbd{C-x 2} binding.
28261
28262 This key binding uses the bindable Readline function
28263 @code{tui-change-windows}.
28264
28265 @kindex C-x o
28266 @item C-x o
28267 Change the active window. The TUI associates several key bindings
28268 (like scrolling and arrow keys) with the active window. This command
28269 gives the focus to the next TUI window.
28270
28271 Think of it as the Emacs @kbd{C-x o} binding.
28272
28273 This key binding uses the bindable Readline function
28274 @code{tui-other-window}.
28275
28276 @kindex C-x s
28277 @item C-x s
28278 Switch in and out of the TUI SingleKey mode that binds single
28279 keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
28280
28281 This key binding uses the bindable Readline function
28282 @code{next-keymap}.
28283 @end table
28284
28285 The following key bindings only work in the TUI mode:
28286
28287 @table @asis
28288 @kindex PgUp
28289 @item @key{PgUp}
28290 Scroll the active window one page up.
28291
28292 @kindex PgDn
28293 @item @key{PgDn}
28294 Scroll the active window one page down.
28295
28296 @kindex Up
28297 @item @key{Up}
28298 Scroll the active window one line up.
28299
28300 @kindex Down
28301 @item @key{Down}
28302 Scroll the active window one line down.
28303
28304 @kindex Left
28305 @item @key{Left}
28306 Scroll the active window one column left.
28307
28308 @kindex Right
28309 @item @key{Right}
28310 Scroll the active window one column right.
28311
28312 @kindex C-L
28313 @item @kbd{C-L}
28314 Refresh the screen.
28315 @end table
28316
28317 Because the arrow keys scroll the active window in the TUI mode, they
28318 are not available for their normal use by readline unless the command
28319 window has the focus. When another window is active, you must use
28320 other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
28321 and @kbd{C-f} to control the command window.
28322
28323 @node TUI Single Key Mode
28324 @section TUI Single Key Mode
28325 @cindex TUI single key mode
28326
28327 The TUI also provides a @dfn{SingleKey} mode, which binds several
28328 frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
28329 switch into this mode, where the following key bindings are used:
28330
28331 @table @kbd
28332 @kindex c @r{(SingleKey TUI key)}
28333 @item c
28334 continue
28335
28336 @kindex d @r{(SingleKey TUI key)}
28337 @item d
28338 down
28339
28340 @kindex f @r{(SingleKey TUI key)}
28341 @item f
28342 finish
28343
28344 @kindex n @r{(SingleKey TUI key)}
28345 @item n
28346 next
28347
28348 @kindex o @r{(SingleKey TUI key)}
28349 @item o
28350 nexti. The shortcut letter @samp{o} stands for ``step Over''.
28351
28352 @kindex q @r{(SingleKey TUI key)}
28353 @item q
28354 exit the SingleKey mode.
28355
28356 @kindex r @r{(SingleKey TUI key)}
28357 @item r
28358 run
28359
28360 @kindex s @r{(SingleKey TUI key)}
28361 @item s
28362 step
28363
28364 @kindex i @r{(SingleKey TUI key)}
28365 @item i
28366 stepi. The shortcut letter @samp{i} stands for ``step Into''.
28367
28368 @kindex u @r{(SingleKey TUI key)}
28369 @item u
28370 up
28371
28372 @kindex v @r{(SingleKey TUI key)}
28373 @item v
28374 info locals
28375
28376 @kindex w @r{(SingleKey TUI key)}
28377 @item w
28378 where
28379 @end table
28380
28381 Other keys temporarily switch to the @value{GDBN} command prompt.
28382 The key that was pressed is inserted in the editing buffer so that
28383 it is possible to type most @value{GDBN} commands without interaction
28384 with the TUI SingleKey mode. Once the command is entered the TUI
28385 SingleKey mode is restored. The only way to permanently leave
28386 this mode is by typing @kbd{q} or @kbd{C-x s}.
28387
28388 @cindex SingleKey keymap name
28389 If @value{GDBN} was built with Readline 8.0 or later, the TUI
28390 SingleKey keymap will be named @samp{SingleKey}. This can be used in
28391 @file{.inputrc} to add additional bindings to this keymap.
28392
28393 @node TUI Commands
28394 @section TUI-specific Commands
28395 @cindex TUI commands
28396
28397 The TUI has specific commands to control the text windows.
28398 These commands are always available, even when @value{GDBN} is not in
28399 the TUI mode. When @value{GDBN} is in the standard mode, most
28400 of these commands will automatically switch to the TUI mode.
28401
28402 Note that if @value{GDBN}'s @code{stdout} is not connected to a
28403 terminal, or @value{GDBN} has been started with the machine interface
28404 interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
28405 these commands will fail with an error, because it would not be
28406 possible or desirable to enable curses window management.
28407
28408 @table @code
28409 @item tui enable
28410 @kindex tui enable
28411 Activate TUI mode. The last active TUI window layout will be used if
28412 TUI mode has previously been used in the current debugging session,
28413 otherwise a default layout is used.
28414
28415 @item tui disable
28416 @kindex tui disable
28417 Disable TUI mode, returning to the console interpreter.
28418
28419 @item info win
28420 @kindex info win
28421 List and give the size of all displayed windows.
28422
28423 @item tui new-layout @var{name} @var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}
28424 @kindex tui new-layout
28425 Create a new TUI layout. The new layout will be named @var{name}, and
28426 can be accessed using the @code{layout} command (see below).
28427
28428 Each @var{window} parameter is either the name of a window to display,
28429 or a window description. The windows will be displayed from top to
28430 bottom in the order listed.
28431
28432 The names of the windows are the same as the ones given to the
28433 @code{focus} command (see below); additional, the @code{status}
28434 window can be specified. Note that, because it is of fixed height,
28435 the weight assigned to the status window is of no importance. It is
28436 conventional to use @samp{0} here.
28437
28438 A window description looks a bit like an invocation of @code{tui
28439 new-layout}, and is of the form
28440 @{@r{[}@code{-horizontal}@r{]}@var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}@}.
28441
28442 This specifies a sub-layout. If @code{-horizontal} is given, the
28443 windows in this description will be arranged side-by-side, rather than
28444 top-to-bottom.
28445
28446 Each @var{weight} is an integer. It is the weight of this window
28447 relative to all the other windows in the layout. These numbers are
28448 used to calculate how much of the screen is given to each window.
28449
28450 For example:
28451
28452 @example
28453 (gdb) tui new-layout example src 1 regs 1 status 0 cmd 1
28454 @end example
28455
28456 Here, the new layout is called @samp{example}. It shows the source
28457 and register windows, followed by the status window, and then finally
28458 the command window. The non-status windows all have the same weight,
28459 so the terminal will be split into three roughly equal sections.
28460
28461 Here is a more complex example, showing a horizontal layout:
28462
28463 @example
28464 (gdb) tui new-layout example @{-horizontal src 1 asm 1@} 2 status 0 cmd 1
28465 @end example
28466
28467 This will result in side-by-side source and assembly windows; with the
28468 status and command window being beneath these, filling the entire
28469 width of the terminal. Because they have weight 2, the source and
28470 assembly windows will be twice the height of the command window.
28471
28472 @item layout @var{name}
28473 @kindex layout
28474 Changes which TUI windows are displayed. The @var{name} parameter
28475 controls which layout is shown. It can be either one of the built-in
28476 layout names, or the name of a layout defined by the user using
28477 @code{tui new-layout}.
28478
28479 The built-in layouts are as follows:
28480
28481 @table @code
28482 @item next
28483 Display the next layout.
28484
28485 @item prev
28486 Display the previous layout.
28487
28488 @item src
28489 Display the source and command windows.
28490
28491 @item asm
28492 Display the assembly and command windows.
28493
28494 @item split
28495 Display the source, assembly, and command windows.
28496
28497 @item regs
28498 When in @code{src} layout display the register, source, and command
28499 windows. When in @code{asm} or @code{split} layout display the
28500 register, assembler, and command windows.
28501 @end table
28502
28503 @item focus @var{name}
28504 @kindex focus
28505 Changes which TUI window is currently active for scrolling. The
28506 @var{name} parameter can be any of the following:
28507
28508 @table @code
28509 @item next
28510 Make the next window active for scrolling.
28511
28512 @item prev
28513 Make the previous window active for scrolling.
28514
28515 @item src
28516 Make the source window active for scrolling.
28517
28518 @item asm
28519 Make the assembly window active for scrolling.
28520
28521 @item regs
28522 Make the register window active for scrolling.
28523
28524 @item cmd
28525 Make the command window active for scrolling.
28526 @end table
28527
28528 @item refresh
28529 @kindex refresh
28530 Refresh the screen. This is similar to typing @kbd{C-L}.
28531
28532 @item tui reg @var{group}
28533 @kindex tui reg
28534 Changes the register group displayed in the tui register window to
28535 @var{group}. If the register window is not currently displayed this
28536 command will cause the register window to be displayed. The list of
28537 register groups, as well as their order is target specific. The
28538 following groups are available on most targets:
28539 @table @code
28540 @item next
28541 Repeatedly selecting this group will cause the display to cycle
28542 through all of the available register groups.
28543
28544 @item prev
28545 Repeatedly selecting this group will cause the display to cycle
28546 through all of the available register groups in the reverse order to
28547 @var{next}.
28548
28549 @item general
28550 Display the general registers.
28551 @item float
28552 Display the floating point registers.
28553 @item system
28554 Display the system registers.
28555 @item vector
28556 Display the vector registers.
28557 @item all
28558 Display all registers.
28559 @end table
28560
28561 @item update
28562 @kindex update
28563 Update the source window and the current execution point.
28564
28565 @item winheight @var{name} +@var{count}
28566 @itemx winheight @var{name} -@var{count}
28567 @kindex winheight
28568 Change the height of the window @var{name} by @var{count}
28569 lines. Positive counts increase the height, while negative counts
28570 decrease it. The @var{name} parameter can be one of @code{src} (the
28571 source window), @code{cmd} (the command window), @code{asm} (the
28572 disassembly window), or @code{regs} (the register display window).
28573 @end table
28574
28575 @node TUI Configuration
28576 @section TUI Configuration Variables
28577 @cindex TUI configuration variables
28578
28579 Several configuration variables control the appearance of TUI windows.
28580
28581 @table @code
28582 @item set tui border-kind @var{kind}
28583 @kindex set tui border-kind
28584 Select the border appearance for the source, assembly and register windows.
28585 The possible values are the following:
28586 @table @code
28587 @item space
28588 Use a space character to draw the border.
28589
28590 @item ascii
28591 Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
28592
28593 @item acs
28594 Use the Alternate Character Set to draw the border. The border is
28595 drawn using character line graphics if the terminal supports them.
28596 @end table
28597
28598 @item set tui border-mode @var{mode}
28599 @kindex set tui border-mode
28600 @itemx set tui active-border-mode @var{mode}
28601 @kindex set tui active-border-mode
28602 Select the display attributes for the borders of the inactive windows
28603 or the active window. The @var{mode} can be one of the following:
28604 @table @code
28605 @item normal
28606 Use normal attributes to display the border.
28607
28608 @item standout
28609 Use standout mode.
28610
28611 @item reverse
28612 Use reverse video mode.
28613
28614 @item half
28615 Use half bright mode.
28616
28617 @item half-standout
28618 Use half bright and standout mode.
28619
28620 @item bold
28621 Use extra bright or bold mode.
28622
28623 @item bold-standout
28624 Use extra bright or bold and standout mode.
28625 @end table
28626
28627 @item set tui tab-width @var{nchars}
28628 @kindex set tui tab-width
28629 @kindex tabset
28630 Set the width of tab stops to be @var{nchars} characters. This
28631 setting affects the display of TAB characters in the source and
28632 assembly windows.
28633
28634 @item set tui compact-source @r{[}on@r{|}off@r{]}
28635 @kindex set tui compact-source
28636 Set whether the TUI source window is displayed in ``compact'' form.
28637 The default display uses more space for line numbers and starts the
28638 source text at the next tab stop; the compact display uses only as
28639 much space as is needed for the line numbers in the current file, and
28640 only a single space to separate the line numbers from the source.
28641 @end table
28642
28643 Note that the colors of the TUI borders can be controlled using the
28644 appropriate @code{set style} commands. @xref{Output Styling}.
28645
28646 @node Emacs
28647 @chapter Using @value{GDBN} under @sc{gnu} Emacs
28648
28649 @cindex Emacs
28650 @cindex @sc{gnu} Emacs
28651 A special interface allows you to use @sc{gnu} Emacs to view (and
28652 edit) the source files for the program you are debugging with
28653 @value{GDBN}.
28654
28655 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
28656 executable file you want to debug as an argument. This command starts
28657 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
28658 created Emacs buffer.
28659 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
28660
28661 Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
28662 things:
28663
28664 @itemize @bullet
28665 @item
28666 All ``terminal'' input and output goes through an Emacs buffer, called
28667 the GUD buffer.
28668
28669 This applies both to @value{GDBN} commands and their output, and to the input
28670 and output done by the program you are debugging.
28671
28672 This is useful because it means that you can copy the text of previous
28673 commands and input them again; you can even use parts of the output
28674 in this way.
28675
28676 All the facilities of Emacs' Shell mode are available for interacting
28677 with your program. In particular, you can send signals the usual
28678 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
28679 stop.
28680
28681 @item
28682 @value{GDBN} displays source code through Emacs.
28683
28684 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
28685 source file for that frame and puts an arrow (@samp{=>}) at the
28686 left margin of the current line. Emacs uses a separate buffer for
28687 source display, and splits the screen to show both your @value{GDBN} session
28688 and the source.
28689
28690 Explicit @value{GDBN} @code{list} or search commands still produce output as
28691 usual, but you probably have no reason to use them from Emacs.
28692 @end itemize
28693
28694 We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
28695 a graphical mode, enabled by default, which provides further buffers
28696 that can control the execution and describe the state of your program.
28697 @xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
28698
28699 If you specify an absolute file name when prompted for the @kbd{M-x
28700 gdb} argument, then Emacs sets your current working directory to where
28701 your program resides. If you only specify the file name, then Emacs
28702 sets your current working directory to the directory associated
28703 with the previous buffer. In this case, @value{GDBN} may find your
28704 program by searching your environment's @code{PATH} variable, but on
28705 some operating systems it might not find the source. So, although the
28706 @value{GDBN} input and output session proceeds normally, the auxiliary
28707 buffer does not display the current source and line of execution.
28708
28709 The initial working directory of @value{GDBN} is printed on the top
28710 line of the GUD buffer and this serves as a default for the commands
28711 that specify files for @value{GDBN} to operate on. @xref{Files,
28712 ,Commands to Specify Files}.
28713
28714 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
28715 need to call @value{GDBN} by a different name (for example, if you
28716 keep several configurations around, with different names) you can
28717 customize the Emacs variable @code{gud-gdb-command-name} to run the
28718 one you want.
28719
28720 In the GUD buffer, you can use these special Emacs commands in
28721 addition to the standard Shell mode commands:
28722
28723 @table @kbd
28724 @item C-h m
28725 Describe the features of Emacs' GUD Mode.
28726
28727 @item C-c C-s
28728 Execute to another source line, like the @value{GDBN} @code{step} command; also
28729 update the display window to show the current file and location.
28730
28731 @item C-c C-n
28732 Execute to next source line in this function, skipping all function
28733 calls, like the @value{GDBN} @code{next} command. Then update the display window
28734 to show the current file and location.
28735
28736 @item C-c C-i
28737 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
28738 display window accordingly.
28739
28740 @item C-c C-f
28741 Execute until exit from the selected stack frame, like the @value{GDBN}
28742 @code{finish} command.
28743
28744 @item C-c C-r
28745 Continue execution of your program, like the @value{GDBN} @code{continue}
28746 command.
28747
28748 @item C-c <
28749 Go up the number of frames indicated by the numeric argument
28750 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
28751 like the @value{GDBN} @code{up} command.
28752
28753 @item C-c >
28754 Go down the number of frames indicated by the numeric argument, like the
28755 @value{GDBN} @code{down} command.
28756 @end table
28757
28758 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
28759 tells @value{GDBN} to set a breakpoint on the source line point is on.
28760
28761 In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
28762 separate frame which shows a backtrace when the GUD buffer is current.
28763 Move point to any frame in the stack and type @key{RET} to make it
28764 become the current frame and display the associated source in the
28765 source buffer. Alternatively, click @kbd{Mouse-2} to make the
28766 selected frame become the current one. In graphical mode, the
28767 speedbar displays watch expressions.
28768
28769 If you accidentally delete the source-display buffer, an easy way to get
28770 it back is to type the command @code{f} in the @value{GDBN} buffer, to
28771 request a frame display; when you run under Emacs, this recreates
28772 the source buffer if necessary to show you the context of the current
28773 frame.
28774
28775 The source files displayed in Emacs are in ordinary Emacs buffers
28776 which are visiting the source files in the usual way. You can edit
28777 the files with these buffers if you wish; but keep in mind that @value{GDBN}
28778 communicates with Emacs in terms of line numbers. If you add or
28779 delete lines from the text, the line numbers that @value{GDBN} knows cease
28780 to correspond properly with the code.
28781
28782 A more detailed description of Emacs' interaction with @value{GDBN} is
28783 given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
28784 Emacs Manual}).
28785
28786 @node GDB/MI
28787 @chapter The @sc{gdb/mi} Interface
28788
28789 @unnumberedsec Function and Purpose
28790
28791 @cindex @sc{gdb/mi}, its purpose
28792 @sc{gdb/mi} is a line based machine oriented text interface to
28793 @value{GDBN} and is activated by specifying using the
28794 @option{--interpreter} command line option (@pxref{Mode Options}). It
28795 is specifically intended to support the development of systems which
28796 use the debugger as just one small component of a larger system.
28797
28798 This chapter is a specification of the @sc{gdb/mi} interface. It is written
28799 in the form of a reference manual.
28800
28801 Note that @sc{gdb/mi} is still under construction, so some of the
28802 features described below are incomplete and subject to change
28803 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
28804
28805 @unnumberedsec Notation and Terminology
28806
28807 @cindex notational conventions, for @sc{gdb/mi}
28808 This chapter uses the following notation:
28809
28810 @itemize @bullet
28811 @item
28812 @code{|} separates two alternatives.
28813
28814 @item
28815 @code{[ @var{something} ]} indicates that @var{something} is optional:
28816 it may or may not be given.
28817
28818 @item
28819 @code{( @var{group} )*} means that @var{group} inside the parentheses
28820 may repeat zero or more times.
28821
28822 @item
28823 @code{( @var{group} )+} means that @var{group} inside the parentheses
28824 may repeat one or more times.
28825
28826 @item
28827 @code{"@var{string}"} means a literal @var{string}.
28828 @end itemize
28829
28830 @ignore
28831 @heading Dependencies
28832 @end ignore
28833
28834 @menu
28835 * GDB/MI General Design::
28836 * GDB/MI Command Syntax::
28837 * GDB/MI Compatibility with CLI::
28838 * GDB/MI Development and Front Ends::
28839 * GDB/MI Output Records::
28840 * GDB/MI Simple Examples::
28841 * GDB/MI Command Description Format::
28842 * GDB/MI Breakpoint Commands::
28843 * GDB/MI Catchpoint Commands::
28844 * GDB/MI Program Context::
28845 * GDB/MI Thread Commands::
28846 * GDB/MI Ada Tasking Commands::
28847 * GDB/MI Program Execution::
28848 * GDB/MI Stack Manipulation::
28849 * GDB/MI Variable Objects::
28850 * GDB/MI Data Manipulation::
28851 * GDB/MI Tracepoint Commands::
28852 * GDB/MI Symbol Query::
28853 * GDB/MI File Commands::
28854 @ignore
28855 * GDB/MI Kod Commands::
28856 * GDB/MI Memory Overlay Commands::
28857 * GDB/MI Signal Handling Commands::
28858 @end ignore
28859 * GDB/MI Target Manipulation::
28860 * GDB/MI File Transfer Commands::
28861 * GDB/MI Ada Exceptions Commands::
28862 * GDB/MI Support Commands::
28863 * GDB/MI Miscellaneous Commands::
28864 @end menu
28865
28866 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28867 @node GDB/MI General Design
28868 @section @sc{gdb/mi} General Design
28869 @cindex GDB/MI General Design
28870
28871 Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
28872 parts---commands sent to @value{GDBN}, responses to those commands
28873 and notifications. Each command results in exactly one response,
28874 indicating either successful completion of the command, or an error.
28875 For the commands that do not resume the target, the response contains the
28876 requested information. For the commands that resume the target, the
28877 response only indicates whether the target was successfully resumed.
28878 Notifications is the mechanism for reporting changes in the state of the
28879 target, or in @value{GDBN} state, that cannot conveniently be associated with
28880 a command and reported as part of that command response.
28881
28882 The important examples of notifications are:
28883 @itemize @bullet
28884
28885 @item
28886 Exec notifications. These are used to report changes in
28887 target state---when a target is resumed, or stopped. It would not
28888 be feasible to include this information in response of resuming
28889 commands, because one resume commands can result in multiple events in
28890 different threads. Also, quite some time may pass before any event
28891 happens in the target, while a frontend needs to know whether the resuming
28892 command itself was successfully executed.
28893
28894 @item
28895 Console output, and status notifications. Console output
28896 notifications are used to report output of CLI commands, as well as
28897 diagnostics for other commands. Status notifications are used to
28898 report the progress of a long-running operation. Naturally, including
28899 this information in command response would mean no output is produced
28900 until the command is finished, which is undesirable.
28901
28902 @item
28903 General notifications. Commands may have various side effects on
28904 the @value{GDBN} or target state beyond their official purpose. For example,
28905 a command may change the selected thread. Although such changes can
28906 be included in command response, using notification allows for more
28907 orthogonal frontend design.
28908
28909 @end itemize
28910
28911 There's no guarantee that whenever an MI command reports an error,
28912 @value{GDBN} or the target are in any specific state, and especially,
28913 the state is not reverted to the state before the MI command was
28914 processed. Therefore, whenever an MI command results in an error,
28915 we recommend that the frontend refreshes all the information shown in
28916 the user interface.
28917
28918
28919 @menu
28920 * Context management::
28921 * Asynchronous and non-stop modes::
28922 * Thread groups::
28923 @end menu
28924
28925 @node Context management
28926 @subsection Context management
28927
28928 @subsubsection Threads and Frames
28929
28930 In most cases when @value{GDBN} accesses the target, this access is
28931 done in context of a specific thread and frame (@pxref{Frames}).
28932 Often, even when accessing global data, the target requires that a thread
28933 be specified. The CLI interface maintains the selected thread and frame,
28934 and supplies them to target on each command. This is convenient,
28935 because a command line user would not want to specify that information
28936 explicitly on each command, and because user interacts with
28937 @value{GDBN} via a single terminal, so no confusion is possible as
28938 to what thread and frame are the current ones.
28939
28940 In the case of MI, the concept of selected thread and frame is less
28941 useful. First, a frontend can easily remember this information
28942 itself. Second, a graphical frontend can have more than one window,
28943 each one used for debugging a different thread, and the frontend might
28944 want to access additional threads for internal purposes. This
28945 increases the risk that by relying on implicitly selected thread, the
28946 frontend may be operating on a wrong one. Therefore, each MI command
28947 should explicitly specify which thread and frame to operate on. To
28948 make it possible, each MI command accepts the @samp{--thread} and
28949 @samp{--frame} options, the value to each is @value{GDBN} global
28950 identifier for thread and frame to operate on.
28951
28952 Usually, each top-level window in a frontend allows the user to select
28953 a thread and a frame, and remembers the user selection for further
28954 operations. However, in some cases @value{GDBN} may suggest that the
28955 current thread or frame be changed. For example, when stopping on a
28956 breakpoint it is reasonable to switch to the thread where breakpoint is
28957 hit. For another example, if the user issues the CLI @samp{thread} or
28958 @samp{frame} commands via the frontend, it is desirable to change the
28959 frontend's selection to the one specified by user. @value{GDBN}
28960 communicates the suggestion to change current thread and frame using the
28961 @samp{=thread-selected} notification.
28962
28963 Note that historically, MI shares the selected thread with CLI, so
28964 frontends used the @code{-thread-select} to execute commands in the
28965 right context. However, getting this to work right is cumbersome. The
28966 simplest way is for frontend to emit @code{-thread-select} command
28967 before every command. This doubles the number of commands that need
28968 to be sent. The alternative approach is to suppress @code{-thread-select}
28969 if the selected thread in @value{GDBN} is supposed to be identical to the
28970 thread the frontend wants to operate on. However, getting this
28971 optimization right can be tricky. In particular, if the frontend
28972 sends several commands to @value{GDBN}, and one of the commands changes the
28973 selected thread, then the behaviour of subsequent commands will
28974 change. So, a frontend should either wait for response from such
28975 problematic commands, or explicitly add @code{-thread-select} for
28976 all subsequent commands. No frontend is known to do this exactly
28977 right, so it is suggested to just always pass the @samp{--thread} and
28978 @samp{--frame} options.
28979
28980 @subsubsection Language
28981
28982 The execution of several commands depends on which language is selected.
28983 By default, the current language (@pxref{show language}) is used.
28984 But for commands known to be language-sensitive, it is recommended
28985 to use the @samp{--language} option. This option takes one argument,
28986 which is the name of the language to use while executing the command.
28987 For instance:
28988
28989 @smallexample
28990 -data-evaluate-expression --language c "sizeof (void*)"
28991 ^done,value="4"
28992 (gdb)
28993 @end smallexample
28994
28995 The valid language names are the same names accepted by the
28996 @samp{set language} command (@pxref{Manually}), excluding @samp{auto},
28997 @samp{local} or @samp{unknown}.
28998
28999 @node Asynchronous and non-stop modes
29000 @subsection Asynchronous command execution and non-stop mode
29001
29002 On some targets, @value{GDBN} is capable of processing MI commands
29003 even while the target is running. This is called @dfn{asynchronous
29004 command execution} (@pxref{Background Execution}). The frontend may
29005 specify a preference for asynchronous execution using the
29006 @code{-gdb-set mi-async 1} command, which should be emitted before
29007 either running the executable or attaching to the target. After the
29008 frontend has started the executable or attached to the target, it can
29009 find if asynchronous execution is enabled using the
29010 @code{-list-target-features} command.
29011
29012 @table @code
29013 @item -gdb-set mi-async on
29014 @item -gdb-set mi-async off
29015 Set whether MI is in asynchronous mode.
29016
29017 When @code{off}, which is the default, MI execution commands (e.g.,
29018 @code{-exec-continue}) are foreground commands, and @value{GDBN} waits
29019 for the program to stop before processing further commands.
29020
29021 When @code{on}, MI execution commands are background execution
29022 commands (e.g., @code{-exec-continue} becomes the equivalent of the
29023 @code{c&} CLI command), and so @value{GDBN} is capable of processing
29024 MI commands even while the target is running.
29025
29026 @item -gdb-show mi-async
29027 Show whether MI asynchronous mode is enabled.
29028 @end table
29029
29030 Note: In @value{GDBN} version 7.7 and earlier, this option was called
29031 @code{target-async} instead of @code{mi-async}, and it had the effect
29032 of both putting MI in asynchronous mode and making CLI background
29033 commands possible. CLI background commands are now always possible
29034 ``out of the box'' if the target supports them. The old spelling is
29035 kept as a deprecated alias for backwards compatibility.
29036
29037 Even if @value{GDBN} can accept a command while target is running,
29038 many commands that access the target do not work when the target is
29039 running. Therefore, asynchronous command execution is most useful
29040 when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
29041 it is possible to examine the state of one thread, while other threads
29042 are running.
29043
29044 When a given thread is running, MI commands that try to access the
29045 target in the context of that thread may not work, or may work only on
29046 some targets. In particular, commands that try to operate on thread's
29047 stack will not work, on any target. Commands that read memory, or
29048 modify breakpoints, may work or not work, depending on the target. Note
29049 that even commands that operate on global state, such as @code{print},
29050 @code{set}, and breakpoint commands, still access the target in the
29051 context of a specific thread, so frontend should try to find a
29052 stopped thread and perform the operation on that thread (using the
29053 @samp{--thread} option).
29054
29055 Which commands will work in the context of a running thread is
29056 highly target dependent. However, the two commands
29057 @code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
29058 to find the state of a thread, will always work.
29059
29060 @node Thread groups
29061 @subsection Thread groups
29062 @value{GDBN} may be used to debug several processes at the same time.
29063 On some platforms, @value{GDBN} may support debugging of several
29064 hardware systems, each one having several cores with several different
29065 processes running on each core. This section describes the MI
29066 mechanism to support such debugging scenarios.
29067
29068 The key observation is that regardless of the structure of the
29069 target, MI can have a global list of threads, because most commands that
29070 accept the @samp{--thread} option do not need to know what process that
29071 thread belongs to. Therefore, it is not necessary to introduce
29072 neither additional @samp{--process} option, nor an notion of the
29073 current process in the MI interface. The only strictly new feature
29074 that is required is the ability to find how the threads are grouped
29075 into processes.
29076
29077 To allow the user to discover such grouping, and to support arbitrary
29078 hierarchy of machines/cores/processes, MI introduces the concept of a
29079 @dfn{thread group}. Thread group is a collection of threads and other
29080 thread groups. A thread group always has a string identifier, a type,
29081 and may have additional attributes specific to the type. A new
29082 command, @code{-list-thread-groups}, returns the list of top-level
29083 thread groups, which correspond to processes that @value{GDBN} is
29084 debugging at the moment. By passing an identifier of a thread group
29085 to the @code{-list-thread-groups} command, it is possible to obtain
29086 the members of specific thread group.
29087
29088 To allow the user to easily discover processes, and other objects, he
29089 wishes to debug, a concept of @dfn{available thread group} is
29090 introduced. Available thread group is an thread group that
29091 @value{GDBN} is not debugging, but that can be attached to, using the
29092 @code{-target-attach} command. The list of available top-level thread
29093 groups can be obtained using @samp{-list-thread-groups --available}.
29094 In general, the content of a thread group may be only retrieved only
29095 after attaching to that thread group.
29096
29097 Thread groups are related to inferiors (@pxref{Inferiors Connections and
29098 Programs}). Each inferior corresponds to a thread group of a special
29099 type @samp{process}, and some additional operations are permitted on
29100 such thread groups.
29101
29102 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29103 @node GDB/MI Command Syntax
29104 @section @sc{gdb/mi} Command Syntax
29105
29106 @menu
29107 * GDB/MI Input Syntax::
29108 * GDB/MI Output Syntax::
29109 @end menu
29110
29111 @node GDB/MI Input Syntax
29112 @subsection @sc{gdb/mi} Input Syntax
29113
29114 @cindex input syntax for @sc{gdb/mi}
29115 @cindex @sc{gdb/mi}, input syntax
29116 @table @code
29117 @item @var{command} @expansion{}
29118 @code{@var{cli-command} | @var{mi-command}}
29119
29120 @item @var{cli-command} @expansion{}
29121 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
29122 @var{cli-command} is any existing @value{GDBN} CLI command.
29123
29124 @item @var{mi-command} @expansion{}
29125 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
29126 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
29127
29128 @item @var{token} @expansion{}
29129 "any sequence of digits"
29130
29131 @item @var{option} @expansion{}
29132 @code{"-" @var{parameter} [ " " @var{parameter} ]}
29133
29134 @item @var{parameter} @expansion{}
29135 @code{@var{non-blank-sequence} | @var{c-string}}
29136
29137 @item @var{operation} @expansion{}
29138 @emph{any of the operations described in this chapter}
29139
29140 @item @var{non-blank-sequence} @expansion{}
29141 @emph{anything, provided it doesn't contain special characters such as
29142 "-", @var{nl}, """ and of course " "}
29143
29144 @item @var{c-string} @expansion{}
29145 @code{""" @var{seven-bit-iso-c-string-content} """}
29146
29147 @item @var{nl} @expansion{}
29148 @code{CR | CR-LF}
29149 @end table
29150
29151 @noindent
29152 Notes:
29153
29154 @itemize @bullet
29155 @item
29156 The CLI commands are still handled by the @sc{mi} interpreter; their
29157 output is described below.
29158
29159 @item
29160 The @code{@var{token}}, when present, is passed back when the command
29161 finishes.
29162
29163 @item
29164 Some @sc{mi} commands accept optional arguments as part of the parameter
29165 list. Each option is identified by a leading @samp{-} (dash) and may be
29166 followed by an optional argument parameter. Options occur first in the
29167 parameter list and can be delimited from normal parameters using
29168 @samp{--} (this is useful when some parameters begin with a dash).
29169 @end itemize
29170
29171 Pragmatics:
29172
29173 @itemize @bullet
29174 @item
29175 We want easy access to the existing CLI syntax (for debugging).
29176
29177 @item
29178 We want it to be easy to spot a @sc{mi} operation.
29179 @end itemize
29180
29181 @node GDB/MI Output Syntax
29182 @subsection @sc{gdb/mi} Output Syntax
29183
29184 @cindex output syntax of @sc{gdb/mi}
29185 @cindex @sc{gdb/mi}, output syntax
29186 The output from @sc{gdb/mi} consists of zero or more out-of-band records
29187 followed, optionally, by a single result record. This result record
29188 is for the most recent command. The sequence of output records is
29189 terminated by @samp{(gdb)}.
29190
29191 If an input command was prefixed with a @code{@var{token}} then the
29192 corresponding output for that command will also be prefixed by that same
29193 @var{token}.
29194
29195 @table @code
29196 @item @var{output} @expansion{}
29197 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
29198
29199 @item @var{result-record} @expansion{}
29200 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
29201
29202 @item @var{out-of-band-record} @expansion{}
29203 @code{@var{async-record} | @var{stream-record}}
29204
29205 @item @var{async-record} @expansion{}
29206 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
29207
29208 @item @var{exec-async-output} @expansion{}
29209 @code{[ @var{token} ] "*" @var{async-output nl}}
29210
29211 @item @var{status-async-output} @expansion{}
29212 @code{[ @var{token} ] "+" @var{async-output nl}}
29213
29214 @item @var{notify-async-output} @expansion{}
29215 @code{[ @var{token} ] "=" @var{async-output nl}}
29216
29217 @item @var{async-output} @expansion{}
29218 @code{@var{async-class} ( "," @var{result} )*}
29219
29220 @item @var{result-class} @expansion{}
29221 @code{"done" | "running" | "connected" | "error" | "exit"}
29222
29223 @item @var{async-class} @expansion{}
29224 @code{"stopped" | @var{others}} (where @var{others} will be added
29225 depending on the needs---this is still in development).
29226
29227 @item @var{result} @expansion{}
29228 @code{ @var{variable} "=" @var{value}}
29229
29230 @item @var{variable} @expansion{}
29231 @code{ @var{string} }
29232
29233 @item @var{value} @expansion{}
29234 @code{ @var{const} | @var{tuple} | @var{list} }
29235
29236 @item @var{const} @expansion{}
29237 @code{@var{c-string}}
29238
29239 @item @var{tuple} @expansion{}
29240 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
29241
29242 @item @var{list} @expansion{}
29243 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
29244 @var{result} ( "," @var{result} )* "]" }
29245
29246 @item @var{stream-record} @expansion{}
29247 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
29248
29249 @item @var{console-stream-output} @expansion{}
29250 @code{"~" @var{c-string nl}}
29251
29252 @item @var{target-stream-output} @expansion{}
29253 @code{"@@" @var{c-string nl}}
29254
29255 @item @var{log-stream-output} @expansion{}
29256 @code{"&" @var{c-string nl}}
29257
29258 @item @var{nl} @expansion{}
29259 @code{CR | CR-LF}
29260
29261 @item @var{token} @expansion{}
29262 @emph{any sequence of digits}.
29263 @end table
29264
29265 @noindent
29266 Notes:
29267
29268 @itemize @bullet
29269 @item
29270 All output sequences end in a single line containing a period.
29271
29272 @item
29273 The @code{@var{token}} is from the corresponding request. Note that
29274 for all async output, while the token is allowed by the grammar and
29275 may be output by future versions of @value{GDBN} for select async
29276 output messages, it is generally omitted. Frontends should treat
29277 all async output as reporting general changes in the state of the
29278 target and there should be no need to associate async output to any
29279 prior command.
29280
29281 @item
29282 @cindex status output in @sc{gdb/mi}
29283 @var{status-async-output} contains on-going status information about the
29284 progress of a slow operation. It can be discarded. All status output is
29285 prefixed by @samp{+}.
29286
29287 @item
29288 @cindex async output in @sc{gdb/mi}
29289 @var{exec-async-output} contains asynchronous state change on the target
29290 (stopped, started, disappeared). All async output is prefixed by
29291 @samp{*}.
29292
29293 @item
29294 @cindex notify output in @sc{gdb/mi}
29295 @var{notify-async-output} contains supplementary information that the
29296 client should handle (e.g., a new breakpoint information). All notify
29297 output is prefixed by @samp{=}.
29298
29299 @item
29300 @cindex console output in @sc{gdb/mi}
29301 @var{console-stream-output} is output that should be displayed as is in the
29302 console. It is the textual response to a CLI command. All the console
29303 output is prefixed by @samp{~}.
29304
29305 @item
29306 @cindex target output in @sc{gdb/mi}
29307 @var{target-stream-output} is the output produced by the target program.
29308 All the target output is prefixed by @samp{@@}.
29309
29310 @item
29311 @cindex log output in @sc{gdb/mi}
29312 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
29313 instance messages that should be displayed as part of an error log. All
29314 the log output is prefixed by @samp{&}.
29315
29316 @item
29317 @cindex list output in @sc{gdb/mi}
29318 New @sc{gdb/mi} commands should only output @var{lists} containing
29319 @var{values}.
29320
29321
29322 @end itemize
29323
29324 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
29325 details about the various output records.
29326
29327 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29328 @node GDB/MI Compatibility with CLI
29329 @section @sc{gdb/mi} Compatibility with CLI
29330
29331 @cindex compatibility, @sc{gdb/mi} and CLI
29332 @cindex @sc{gdb/mi}, compatibility with CLI
29333
29334 For the developers convenience CLI commands can be entered directly,
29335 but there may be some unexpected behaviour. For example, commands
29336 that query the user will behave as if the user replied yes, breakpoint
29337 command lists are not executed and some CLI commands, such as
29338 @code{if}, @code{when} and @code{define}, prompt for further input with
29339 @samp{>}, which is not valid MI output.
29340
29341 This feature may be removed at some stage in the future and it is
29342 recommended that front ends use the @code{-interpreter-exec} command
29343 (@pxref{-interpreter-exec}).
29344
29345 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29346 @node GDB/MI Development and Front Ends
29347 @section @sc{gdb/mi} Development and Front Ends
29348 @cindex @sc{gdb/mi} development
29349
29350 The application which takes the MI output and presents the state of the
29351 program being debugged to the user is called a @dfn{front end}.
29352
29353 Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
29354 to the MI interface may break existing usage. This section describes how the
29355 protocol changes and how to request previous version of the protocol when it
29356 does.
29357
29358 Some changes in MI need not break a carefully designed front end, and
29359 for these the MI version will remain unchanged. The following is a
29360 list of changes that may occur within one level, so front ends should
29361 parse MI output in a way that can handle them:
29362
29363 @itemize @bullet
29364 @item
29365 New MI commands may be added.
29366
29367 @item
29368 New fields may be added to the output of any MI command.
29369
29370 @item
29371 The range of values for fields with specified values, e.g.,
29372 @code{in_scope} (@pxref{-var-update}) may be extended.
29373
29374 @c The format of field's content e.g type prefix, may change so parse it
29375 @c at your own risk. Yes, in general?
29376
29377 @c The order of fields may change? Shouldn't really matter but it might
29378 @c resolve inconsistencies.
29379 @end itemize
29380
29381 If the changes are likely to break front ends, the MI version level
29382 will be increased by one. The new versions of the MI protocol are not compatible
29383 with the old versions. Old versions of MI remain available, allowing front ends
29384 to keep using them until they are modified to use the latest MI version.
29385
29386 Since @code{--interpreter=mi} always points to the latest MI version, it is
29387 recommended that front ends request a specific version of MI when launching
29388 @value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
29389 interpreter with the MI version they expect.
29390
29391 The following table gives a summary of the released versions of the MI
29392 interface: the version number, the version of GDB in which it first appeared
29393 and the breaking changes compared to the previous version.
29394
29395 @multitable @columnfractions .05 .05 .9
29396 @headitem MI version @tab GDB version @tab Breaking changes
29397
29398 @item
29399 @center 1
29400 @tab
29401 @center 5.1
29402 @tab
29403 None
29404
29405 @item
29406 @center 2
29407 @tab
29408 @center 6.0
29409 @tab
29410
29411 @itemize
29412 @item
29413 The @code{-environment-pwd}, @code{-environment-directory} and
29414 @code{-environment-path} commands now returns values using the MI output
29415 syntax, rather than CLI output syntax.
29416
29417 @item
29418 @code{-var-list-children}'s @code{children} result field is now a list, rather
29419 than a tuple.
29420
29421 @item
29422 @code{-var-update}'s @code{changelist} result field is now a list, rather than
29423 a tuple.
29424 @end itemize
29425
29426 @item
29427 @center 3
29428 @tab
29429 @center 9.1
29430 @tab
29431
29432 @itemize
29433 @item
29434 The output of information about multi-location breakpoints has changed in the
29435 responses to the @code{-break-insert} and @code{-break-info} commands, as well
29436 as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
29437 The multiple locations are now placed in a @code{locations} field, whose value
29438 is a list.
29439 @end itemize
29440
29441 @end multitable
29442
29443 If your front end cannot yet migrate to a more recent version of the
29444 MI protocol, you can nevertheless selectively enable specific features
29445 available in those recent MI versions, using the following commands:
29446
29447 @table @code
29448
29449 @item -fix-multi-location-breakpoint-output
29450 Use the output for multi-location breakpoints which was introduced by
29451 MI 3, even when using MI versions 2 or 1. This command has no
29452 effect when using MI version 3 or later.
29453
29454 @end table
29455
29456 The best way to avoid unexpected changes in MI that might break your front
29457 end is to make your project known to @value{GDBN} developers and
29458 follow development on @email{gdb@@sourceware.org} and
29459 @email{gdb-patches@@sourceware.org}.
29460 @cindex mailing lists
29461
29462 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29463 @node GDB/MI Output Records
29464 @section @sc{gdb/mi} Output Records
29465
29466 @menu
29467 * GDB/MI Result Records::
29468 * GDB/MI Stream Records::
29469 * GDB/MI Async Records::
29470 * GDB/MI Breakpoint Information::
29471 * GDB/MI Frame Information::
29472 * GDB/MI Thread Information::
29473 * GDB/MI Ada Exception Information::
29474 @end menu
29475
29476 @node GDB/MI Result Records
29477 @subsection @sc{gdb/mi} Result Records
29478
29479 @cindex result records in @sc{gdb/mi}
29480 @cindex @sc{gdb/mi}, result records
29481 In addition to a number of out-of-band notifications, the response to a
29482 @sc{gdb/mi} command includes one of the following result indications:
29483
29484 @table @code
29485 @findex ^done
29486 @item "^done" [ "," @var{results} ]
29487 The synchronous operation was successful, @code{@var{results}} are the return
29488 values.
29489
29490 @item "^running"
29491 @findex ^running
29492 This result record is equivalent to @samp{^done}. Historically, it
29493 was output instead of @samp{^done} if the command has resumed the
29494 target. This behaviour is maintained for backward compatibility, but
29495 all frontends should treat @samp{^done} and @samp{^running}
29496 identically and rely on the @samp{*running} output record to determine
29497 which threads are resumed.
29498
29499 @item "^connected"
29500 @findex ^connected
29501 @value{GDBN} has connected to a remote target.
29502
29503 @item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
29504 @findex ^error
29505 The operation failed. The @code{msg=@var{c-string}} variable contains
29506 the corresponding error message.
29507
29508 If present, the @code{code=@var{c-string}} variable provides an error
29509 code on which consumers can rely on to detect the corresponding
29510 error condition. At present, only one error code is defined:
29511
29512 @table @samp
29513 @item "undefined-command"
29514 Indicates that the command causing the error does not exist.
29515 @end table
29516
29517 @item "^exit"
29518 @findex ^exit
29519 @value{GDBN} has terminated.
29520
29521 @end table
29522
29523 @node GDB/MI Stream Records
29524 @subsection @sc{gdb/mi} Stream Records
29525
29526 @cindex @sc{gdb/mi}, stream records
29527 @cindex stream records in @sc{gdb/mi}
29528 @value{GDBN} internally maintains a number of output streams: the console, the
29529 target, and the log. The output intended for each of these streams is
29530 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
29531
29532 Each stream record begins with a unique @dfn{prefix character} which
29533 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
29534 Syntax}). In addition to the prefix, each stream record contains a
29535 @code{@var{string-output}}. This is either raw text (with an implicit new
29536 line) or a quoted C string (which does not contain an implicit newline).
29537
29538 @table @code
29539 @item "~" @var{string-output}
29540 The console output stream contains text that should be displayed in the
29541 CLI console window. It contains the textual responses to CLI commands.
29542
29543 @item "@@" @var{string-output}
29544 The target output stream contains any textual output from the running
29545 target. This is only present when GDB's event loop is truly
29546 asynchronous, which is currently only the case for remote targets.
29547
29548 @item "&" @var{string-output}
29549 The log stream contains debugging messages being produced by @value{GDBN}'s
29550 internals.
29551 @end table
29552
29553 @node GDB/MI Async Records
29554 @subsection @sc{gdb/mi} Async Records
29555
29556 @cindex async records in @sc{gdb/mi}
29557 @cindex @sc{gdb/mi}, async records
29558 @dfn{Async} records are used to notify the @sc{gdb/mi} client of
29559 additional changes that have occurred. Those changes can either be a
29560 consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
29561 target activity (e.g., target stopped).
29562
29563 The following is the list of possible async records:
29564
29565 @table @code
29566
29567 @item *running,thread-id="@var{thread}"
29568 The target is now running. The @var{thread} field can be the global
29569 thread ID of the thread that is now running, and it can be
29570 @samp{all} if all threads are running. The frontend should assume
29571 that no interaction with a running thread is possible after this
29572 notification is produced. The frontend should not assume that this
29573 notification is output only once for any command. @value{GDBN} may
29574 emit this notification several times, either for different threads,
29575 because it cannot resume all threads together, or even for a single
29576 thread, if the thread must be stepped though some code before letting
29577 it run freely.
29578
29579 @item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
29580 The target has stopped. The @var{reason} field can have one of the
29581 following values:
29582
29583 @table @code
29584 @item breakpoint-hit
29585 A breakpoint was reached.
29586 @item watchpoint-trigger
29587 A watchpoint was triggered.
29588 @item read-watchpoint-trigger
29589 A read watchpoint was triggered.
29590 @item access-watchpoint-trigger
29591 An access watchpoint was triggered.
29592 @item function-finished
29593 An -exec-finish or similar CLI command was accomplished.
29594 @item location-reached
29595 An -exec-until or similar CLI command was accomplished.
29596 @item watchpoint-scope
29597 A watchpoint has gone out of scope.
29598 @item end-stepping-range
29599 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
29600 similar CLI command was accomplished.
29601 @item exited-signalled
29602 The inferior exited because of a signal.
29603 @item exited
29604 The inferior exited.
29605 @item exited-normally
29606 The inferior exited normally.
29607 @item signal-received
29608 A signal was received by the inferior.
29609 @item solib-event
29610 The inferior has stopped due to a library being loaded or unloaded.
29611 This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
29612 set or when a @code{catch load} or @code{catch unload} catchpoint is
29613 in use (@pxref{Set Catchpoints}).
29614 @item fork
29615 The inferior has forked. This is reported when @code{catch fork}
29616 (@pxref{Set Catchpoints}) has been used.
29617 @item vfork
29618 The inferior has vforked. This is reported in when @code{catch vfork}
29619 (@pxref{Set Catchpoints}) has been used.
29620 @item syscall-entry
29621 The inferior entered a system call. This is reported when @code{catch
29622 syscall} (@pxref{Set Catchpoints}) has been used.
29623 @item syscall-return
29624 The inferior returned from a system call. This is reported when
29625 @code{catch syscall} (@pxref{Set Catchpoints}) has been used.
29626 @item exec
29627 The inferior called @code{exec}. This is reported when @code{catch exec}
29628 (@pxref{Set Catchpoints}) has been used.
29629 @end table
29630
29631 The @var{id} field identifies the global thread ID of the thread
29632 that directly caused the stop -- for example by hitting a breakpoint.
29633 Depending on whether all-stop
29634 mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
29635 stop all threads, or only the thread that directly triggered the stop.
29636 If all threads are stopped, the @var{stopped} field will have the
29637 value of @code{"all"}. Otherwise, the value of the @var{stopped}
29638 field will be a list of thread identifiers. Presently, this list will
29639 always include a single thread, but frontend should be prepared to see
29640 several threads in the list. The @var{core} field reports the
29641 processor core on which the stop event has happened. This field may be absent
29642 if such information is not available.
29643
29644 @item =thread-group-added,id="@var{id}"
29645 @itemx =thread-group-removed,id="@var{id}"
29646 A thread group was either added or removed. The @var{id} field
29647 contains the @value{GDBN} identifier of the thread group. When a thread
29648 group is added, it generally might not be associated with a running
29649 process. When a thread group is removed, its id becomes invalid and
29650 cannot be used in any way.
29651
29652 @item =thread-group-started,id="@var{id}",pid="@var{pid}"
29653 A thread group became associated with a running program,
29654 either because the program was just started or the thread group
29655 was attached to a program. The @var{id} field contains the
29656 @value{GDBN} identifier of the thread group. The @var{pid} field
29657 contains process identifier, specific to the operating system.
29658
29659 @item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
29660 A thread group is no longer associated with a running program,
29661 either because the program has exited, or because it was detached
29662 from. The @var{id} field contains the @value{GDBN} identifier of the
29663 thread group. The @var{code} field is the exit code of the inferior; it exists
29664 only when the inferior exited with some code.
29665
29666 @item =thread-created,id="@var{id}",group-id="@var{gid}"
29667 @itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
29668 A thread either was created, or has exited. The @var{id} field
29669 contains the global @value{GDBN} identifier of the thread. The @var{gid}
29670 field identifies the thread group this thread belongs to.
29671
29672 @item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
29673 Informs that the selected thread or frame were changed. This notification
29674 is not emitted as result of the @code{-thread-select} or
29675 @code{-stack-select-frame} commands, but is emitted whenever an MI command
29676 that is not documented to change the selected thread and frame actually
29677 changes them. In particular, invoking, directly or indirectly
29678 (via user-defined command), the CLI @code{thread} or @code{frame} commands,
29679 will generate this notification. Changing the thread or frame from another
29680 user interface (see @ref{Interpreters}) will also generate this notification.
29681
29682 The @var{frame} field is only present if the newly selected thread is
29683 stopped. See @ref{GDB/MI Frame Information} for the format of its value.
29684
29685 We suggest that in response to this notification, front ends
29686 highlight the selected thread and cause subsequent commands to apply to
29687 that thread.
29688
29689 @item =library-loaded,...
29690 Reports that a new library file was loaded by the program. This
29691 notification has 5 fields---@var{id}, @var{target-name},
29692 @var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
29693 opaque identifier of the library. For remote debugging case,
29694 @var{target-name} and @var{host-name} fields give the name of the
29695 library file on the target, and on the host respectively. For native
29696 debugging, both those fields have the same value. The
29697 @var{symbols-loaded} field is emitted only for backward compatibility
29698 and should not be relied on to convey any useful information. The
29699 @var{thread-group} field, if present, specifies the id of the thread
29700 group in whose context the library was loaded. If the field is
29701 absent, it means the library was loaded in the context of all present
29702 thread groups. The @var{ranges} field specifies the ranges of addresses belonging
29703 to this library.
29704
29705 @item =library-unloaded,...
29706 Reports that a library was unloaded by the program. This notification
29707 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
29708 the same meaning as for the @code{=library-loaded} notification.
29709 The @var{thread-group} field, if present, specifies the id of the
29710 thread group in whose context the library was unloaded. If the field is
29711 absent, it means the library was unloaded in the context of all present
29712 thread groups.
29713
29714 @item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
29715 @itemx =traceframe-changed,end
29716 Reports that the trace frame was changed and its new number is
29717 @var{tfnum}. The number of the tracepoint associated with this trace
29718 frame is @var{tpnum}.
29719
29720 @item =tsv-created,name=@var{name},initial=@var{initial}
29721 Reports that the new trace state variable @var{name} is created with
29722 initial value @var{initial}.
29723
29724 @item =tsv-deleted,name=@var{name}
29725 @itemx =tsv-deleted
29726 Reports that the trace state variable @var{name} is deleted or all
29727 trace state variables are deleted.
29728
29729 @item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
29730 Reports that the trace state variable @var{name} is modified with
29731 the initial value @var{initial}. The current value @var{current} of
29732 trace state variable is optional and is reported if the current
29733 value of trace state variable is known.
29734
29735 @item =breakpoint-created,bkpt=@{...@}
29736 @itemx =breakpoint-modified,bkpt=@{...@}
29737 @itemx =breakpoint-deleted,id=@var{number}
29738 Reports that a breakpoint was created, modified, or deleted,
29739 respectively. Only user-visible breakpoints are reported to the MI
29740 user.
29741
29742 The @var{bkpt} argument is of the same form as returned by the various
29743 breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
29744 @var{number} is the ordinal number of the breakpoint.
29745
29746 Note that if a breakpoint is emitted in the result record of a
29747 command, then it will not also be emitted in an async record.
29748
29749 @item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
29750 @itemx =record-stopped,thread-group="@var{id}"
29751 Execution log recording was either started or stopped on an
29752 inferior. The @var{id} is the @value{GDBN} identifier of the thread
29753 group corresponding to the affected inferior.
29754
29755 The @var{method} field indicates the method used to record execution. If the
29756 method in use supports multiple recording formats, @var{format} will be present
29757 and contain the currently used format. @xref{Process Record and Replay},
29758 for existing method and format values.
29759
29760 @item =cmd-param-changed,param=@var{param},value=@var{value}
29761 Reports that a parameter of the command @code{set @var{param}} is
29762 changed to @var{value}. In the multi-word @code{set} command,
29763 the @var{param} is the whole parameter list to @code{set} command.
29764 For example, In command @code{set check type on}, @var{param}
29765 is @code{check type} and @var{value} is @code{on}.
29766
29767 @item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
29768 Reports that bytes from @var{addr} to @var{data} + @var{len} were
29769 written in an inferior. The @var{id} is the identifier of the
29770 thread group corresponding to the affected inferior. The optional
29771 @code{type="code"} part is reported if the memory written to holds
29772 executable code.
29773 @end table
29774
29775 @node GDB/MI Breakpoint Information
29776 @subsection @sc{gdb/mi} Breakpoint Information
29777
29778 When @value{GDBN} reports information about a breakpoint, a
29779 tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
29780 following fields:
29781
29782 @table @code
29783 @item number
29784 The breakpoint number.
29785
29786 @item type
29787 The type of the breakpoint. For ordinary breakpoints this will be
29788 @samp{breakpoint}, but many values are possible.
29789
29790 @item catch-type
29791 If the type of the breakpoint is @samp{catchpoint}, then this
29792 indicates the exact type of catchpoint.
29793
29794 @item disp
29795 This is the breakpoint disposition---either @samp{del}, meaning that
29796 the breakpoint will be deleted at the next stop, or @samp{keep},
29797 meaning that the breakpoint will not be deleted.
29798
29799 @item enabled
29800 This indicates whether the breakpoint is enabled, in which case the
29801 value is @samp{y}, or disabled, in which case the value is @samp{n}.
29802 Note that this is not the same as the field @code{enable}.
29803
29804 @item addr
29805 The address of the breakpoint. This may be a hexidecimal number,
29806 giving the address; or the string @samp{<PENDING>}, for a pending
29807 breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
29808 multiple locations. This field will not be present if no address can
29809 be determined. For example, a watchpoint does not have an address.
29810
29811 @item addr_flags
29812 Optional field containing any flags related to the address. These flags are
29813 architecture-dependent; see @ref{Architectures} for their meaning for a
29814 particular CPU.
29815
29816 @item func
29817 If known, the function in which the breakpoint appears.
29818 If not known, this field is not present.
29819
29820 @item filename
29821 The name of the source file which contains this function, if known.
29822 If not known, this field is not present.
29823
29824 @item fullname
29825 The full file name of the source file which contains this function, if
29826 known. If not known, this field is not present.
29827
29828 @item line
29829 The line number at which this breakpoint appears, if known.
29830 If not known, this field is not present.
29831
29832 @item at
29833 If the source file is not known, this field may be provided. If
29834 provided, this holds the address of the breakpoint, possibly followed
29835 by a symbol name.
29836
29837 @item pending
29838 If this breakpoint is pending, this field is present and holds the
29839 text used to set the breakpoint, as entered by the user.
29840
29841 @item evaluated-by
29842 Where this breakpoint's condition is evaluated, either @samp{host} or
29843 @samp{target}.
29844
29845 @item thread
29846 If this is a thread-specific breakpoint, then this identifies the
29847 thread in which the breakpoint can trigger.
29848
29849 @item task
29850 If this breakpoint is restricted to a particular Ada task, then this
29851 field will hold the task identifier.
29852
29853 @item cond
29854 If the breakpoint is conditional, this is the condition expression.
29855
29856 @item ignore
29857 The ignore count of the breakpoint.
29858
29859 @item enable
29860 The enable count of the breakpoint.
29861
29862 @item traceframe-usage
29863 FIXME.
29864
29865 @item static-tracepoint-marker-string-id
29866 For a static tracepoint, the name of the static tracepoint marker.
29867
29868 @item mask
29869 For a masked watchpoint, this is the mask.
29870
29871 @item pass
29872 A tracepoint's pass count.
29873
29874 @item original-location
29875 The location of the breakpoint as originally specified by the user.
29876 This field is optional.
29877
29878 @item times
29879 The number of times the breakpoint has been hit.
29880
29881 @item installed
29882 This field is only given for tracepoints. This is either @samp{y},
29883 meaning that the tracepoint is installed, or @samp{n}, meaning that it
29884 is not.
29885
29886 @item what
29887 Some extra data, the exact contents of which are type-dependent.
29888
29889 @item locations
29890 This field is present if the breakpoint has multiple locations. It is also
29891 exceptionally present if the breakpoint is enabled and has a single, disabled
29892 location.
29893
29894 The value is a list of locations. The format of a location is described below.
29895
29896 @end table
29897
29898 A location in a multi-location breakpoint is represented as a tuple with the
29899 following fields:
29900
29901 @table @code
29902
29903 @item number
29904 The location number as a dotted pair, like @samp{1.2}. The first digit is the
29905 number of the parent breakpoint. The second digit is the number of the
29906 location within that breakpoint.
29907
29908 @item enabled
29909 This indicates whether the location is enabled, in which case the
29910 value is @samp{y}, or disabled, in which case the value is @samp{n}.
29911 Note that this is not the same as the field @code{enable}.
29912
29913 @item addr
29914 The address of this location as an hexidecimal number.
29915
29916 @item addr_flags
29917 Optional field containing any flags related to the address. These flags are
29918 architecture-dependent; see @ref{Architectures} for their meaning for a
29919 particular CPU.
29920
29921 @item func
29922 If known, the function in which the location appears.
29923 If not known, this field is not present.
29924
29925 @item file
29926 The name of the source file which contains this location, if known.
29927 If not known, this field is not present.
29928
29929 @item fullname
29930 The full file name of the source file which contains this location, if
29931 known. If not known, this field is not present.
29932
29933 @item line
29934 The line number at which this location appears, if known.
29935 If not known, this field is not present.
29936
29937 @item thread-groups
29938 The thread groups this location is in.
29939
29940 @end table
29941
29942 For example, here is what the output of @code{-break-insert}
29943 (@pxref{GDB/MI Breakpoint Commands}) might be:
29944
29945 @smallexample
29946 -> -break-insert main
29947 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29948 enabled="y",addr="0x08048564",func="main",file="myprog.c",
29949 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
29950 times="0"@}
29951 <- (gdb)
29952 @end smallexample
29953
29954 @node GDB/MI Frame Information
29955 @subsection @sc{gdb/mi} Frame Information
29956
29957 Response from many MI commands includes an information about stack
29958 frame. This information is a tuple that may have the following
29959 fields:
29960
29961 @table @code
29962 @item level
29963 The level of the stack frame. The innermost frame has the level of
29964 zero. This field is always present.
29965
29966 @item func
29967 The name of the function corresponding to the frame. This field may
29968 be absent if @value{GDBN} is unable to determine the function name.
29969
29970 @item addr
29971 The code address for the frame. This field is always present.
29972
29973 @item addr_flags
29974 Optional field containing any flags related to the address. These flags are
29975 architecture-dependent; see @ref{Architectures} for their meaning for a
29976 particular CPU.
29977
29978 @item file
29979 The name of the source files that correspond to the frame's code
29980 address. This field may be absent.
29981
29982 @item line
29983 The source line corresponding to the frames' code address. This field
29984 may be absent.
29985
29986 @item from
29987 The name of the binary file (either executable or shared library) the
29988 corresponds to the frame's code address. This field may be absent.
29989
29990 @end table
29991
29992 @node GDB/MI Thread Information
29993 @subsection @sc{gdb/mi} Thread Information
29994
29995 Whenever @value{GDBN} has to report an information about a thread, it
29996 uses a tuple with the following fields. The fields are always present unless
29997 stated otherwise.
29998
29999 @table @code
30000 @item id
30001 The global numeric id assigned to the thread by @value{GDBN}.
30002
30003 @item target-id
30004 The target-specific string identifying the thread.
30005
30006 @item details
30007 Additional information about the thread provided by the target.
30008 It is supposed to be human-readable and not interpreted by the
30009 frontend. This field is optional.
30010
30011 @item name
30012 The name of the thread. If the user specified a name using the
30013 @code{thread name} command, then this name is given. Otherwise, if
30014 @value{GDBN} can extract the thread name from the target, then that
30015 name is given. If @value{GDBN} cannot find the thread name, then this
30016 field is omitted.
30017
30018 @item state
30019 The execution state of the thread, either @samp{stopped} or @samp{running},
30020 depending on whether the thread is presently running.
30021
30022 @item frame
30023 The stack frame currently executing in the thread. This field is only present
30024 if the thread is stopped. Its format is documented in
30025 @ref{GDB/MI Frame Information}.
30026
30027 @item core
30028 The value of this field is an integer number of the processor core the
30029 thread was last seen on. This field is optional.
30030 @end table
30031
30032 @node GDB/MI Ada Exception Information
30033 @subsection @sc{gdb/mi} Ada Exception Information
30034
30035 Whenever a @code{*stopped} record is emitted because the program
30036 stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
30037 @value{GDBN} provides the name of the exception that was raised via
30038 the @code{exception-name} field. Also, for exceptions that were raised
30039 with an exception message, @value{GDBN} provides that message via
30040 the @code{exception-message} field.
30041
30042 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30043 @node GDB/MI Simple Examples
30044 @section Simple Examples of @sc{gdb/mi} Interaction
30045 @cindex @sc{gdb/mi}, simple examples
30046
30047 This subsection presents several simple examples of interaction using
30048 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
30049 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
30050 the output received from @sc{gdb/mi}.
30051
30052 Note the line breaks shown in the examples are here only for
30053 readability, they don't appear in the real output.
30054
30055 @subheading Setting a Breakpoint
30056
30057 Setting a breakpoint generates synchronous output which contains detailed
30058 information of the breakpoint.
30059
30060 @smallexample
30061 -> -break-insert main
30062 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30063 enabled="y",addr="0x08048564",func="main",file="myprog.c",
30064 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
30065 times="0"@}
30066 <- (gdb)
30067 @end smallexample
30068
30069 @subheading Program Execution
30070
30071 Program execution generates asynchronous records and MI gives the
30072 reason that execution stopped.
30073
30074 @smallexample
30075 -> -exec-run
30076 <- ^running
30077 <- (gdb)
30078 <- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
30079 frame=@{addr="0x08048564",func="main",
30080 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
30081 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
30082 arch="i386:x86_64"@}
30083 <- (gdb)
30084 -> -exec-continue
30085 <- ^running
30086 <- (gdb)
30087 <- *stopped,reason="exited-normally"
30088 <- (gdb)
30089 @end smallexample
30090
30091 @subheading Quitting @value{GDBN}
30092
30093 Quitting @value{GDBN} just prints the result class @samp{^exit}.
30094
30095 @smallexample
30096 -> (gdb)
30097 <- -gdb-exit
30098 <- ^exit
30099 @end smallexample
30100
30101 Please note that @samp{^exit} is printed immediately, but it might
30102 take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
30103 performs necessary cleanups, including killing programs being debugged
30104 or disconnecting from debug hardware, so the frontend should wait till
30105 @value{GDBN} exits and should only forcibly kill @value{GDBN} if it
30106 fails to exit in reasonable time.
30107
30108 @subheading A Bad Command
30109
30110 Here's what happens if you pass a non-existent command:
30111
30112 @smallexample
30113 -> -rubbish
30114 <- ^error,msg="Undefined MI command: rubbish"
30115 <- (gdb)
30116 @end smallexample
30117
30118
30119 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30120 @node GDB/MI Command Description Format
30121 @section @sc{gdb/mi} Command Description Format
30122
30123 The remaining sections describe blocks of commands. Each block of
30124 commands is laid out in a fashion similar to this section.
30125
30126 @subheading Motivation
30127
30128 The motivation for this collection of commands.
30129
30130 @subheading Introduction
30131
30132 A brief introduction to this collection of commands as a whole.
30133
30134 @subheading Commands
30135
30136 For each command in the block, the following is described:
30137
30138 @subsubheading Synopsis
30139
30140 @smallexample
30141 -command @var{args}@dots{}
30142 @end smallexample
30143
30144 @subsubheading Result
30145
30146 @subsubheading @value{GDBN} Command
30147
30148 The corresponding @value{GDBN} CLI command(s), if any.
30149
30150 @subsubheading Example
30151
30152 Example(s) formatted for readability. Some of the described commands have
30153 not been implemented yet and these are labeled N.A.@: (not available).
30154
30155
30156 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30157 @node GDB/MI Breakpoint Commands
30158 @section @sc{gdb/mi} Breakpoint Commands
30159
30160 @cindex breakpoint commands for @sc{gdb/mi}
30161 @cindex @sc{gdb/mi}, breakpoint commands
30162 This section documents @sc{gdb/mi} commands for manipulating
30163 breakpoints.
30164
30165 @subheading The @code{-break-after} Command
30166 @findex -break-after
30167
30168 @subsubheading Synopsis
30169
30170 @smallexample
30171 -break-after @var{number} @var{count}
30172 @end smallexample
30173
30174 The breakpoint number @var{number} is not in effect until it has been
30175 hit @var{count} times. To see how this is reflected in the output of
30176 the @samp{-break-list} command, see the description of the
30177 @samp{-break-list} command below.
30178
30179 @subsubheading @value{GDBN} Command
30180
30181 The corresponding @value{GDBN} command is @samp{ignore}.
30182
30183 @subsubheading Example
30184
30185 @smallexample
30186 (gdb)
30187 -break-insert main
30188 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30189 enabled="y",addr="0x000100d0",func="main",file="hello.c",
30190 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30191 times="0"@}
30192 (gdb)
30193 -break-after 1 3
30194 ~
30195 ^done
30196 (gdb)
30197 -break-list
30198 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30199 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30200 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30201 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30202 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30203 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30204 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30205 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30206 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30207 line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
30208 (gdb)
30209 @end smallexample
30210
30211 @ignore
30212 @subheading The @code{-break-catch} Command
30213 @findex -break-catch
30214 @end ignore
30215
30216 @subheading The @code{-break-commands} Command
30217 @findex -break-commands
30218
30219 @subsubheading Synopsis
30220
30221 @smallexample
30222 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
30223 @end smallexample
30224
30225 Specifies the CLI commands that should be executed when breakpoint
30226 @var{number} is hit. The parameters @var{command1} to @var{commandN}
30227 are the commands. If no command is specified, any previously-set
30228 commands are cleared. @xref{Break Commands}. Typical use of this
30229 functionality is tracing a program, that is, printing of values of
30230 some variables whenever breakpoint is hit and then continuing.
30231
30232 @subsubheading @value{GDBN} Command
30233
30234 The corresponding @value{GDBN} command is @samp{commands}.
30235
30236 @subsubheading Example
30237
30238 @smallexample
30239 (gdb)
30240 -break-insert main
30241 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30242 enabled="y",addr="0x000100d0",func="main",file="hello.c",
30243 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30244 times="0"@}
30245 (gdb)
30246 -break-commands 1 "print v" "continue"
30247 ^done
30248 (gdb)
30249 @end smallexample
30250
30251 @subheading The @code{-break-condition} Command
30252 @findex -break-condition
30253
30254 @subsubheading Synopsis
30255
30256 @smallexample
30257 -break-condition @var{number} @var{expr}
30258 @end smallexample
30259
30260 Breakpoint @var{number} will stop the program only if the condition in
30261 @var{expr} is true. The condition becomes part of the
30262 @samp{-break-list} output (see the description of the @samp{-break-list}
30263 command below).
30264
30265 @subsubheading @value{GDBN} Command
30266
30267 The corresponding @value{GDBN} command is @samp{condition}.
30268
30269 @subsubheading Example
30270
30271 @smallexample
30272 (gdb)
30273 -break-condition 1 1
30274 ^done
30275 (gdb)
30276 -break-list
30277 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30278 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30279 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30280 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30281 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30282 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30283 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30284 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30285 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30286 line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
30287 (gdb)
30288 @end smallexample
30289
30290 @subheading The @code{-break-delete} Command
30291 @findex -break-delete
30292
30293 @subsubheading Synopsis
30294
30295 @smallexample
30296 -break-delete ( @var{breakpoint} )+
30297 @end smallexample
30298
30299 Delete the breakpoint(s) whose number(s) are specified in the argument
30300 list. This is obviously reflected in the breakpoint list.
30301
30302 @subsubheading @value{GDBN} Command
30303
30304 The corresponding @value{GDBN} command is @samp{delete}.
30305
30306 @subsubheading Example
30307
30308 @smallexample
30309 (gdb)
30310 -break-delete 1
30311 ^done
30312 (gdb)
30313 -break-list
30314 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30315 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30316 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30317 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30318 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30319 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30320 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30321 body=[]@}
30322 (gdb)
30323 @end smallexample
30324
30325 @subheading The @code{-break-disable} Command
30326 @findex -break-disable
30327
30328 @subsubheading Synopsis
30329
30330 @smallexample
30331 -break-disable ( @var{breakpoint} )+
30332 @end smallexample
30333
30334 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
30335 break list is now set to @samp{n} for the named @var{breakpoint}(s).
30336
30337 @subsubheading @value{GDBN} Command
30338
30339 The corresponding @value{GDBN} command is @samp{disable}.
30340
30341 @subsubheading Example
30342
30343 @smallexample
30344 (gdb)
30345 -break-disable 2
30346 ^done
30347 (gdb)
30348 -break-list
30349 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30350 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30351 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30352 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30353 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30354 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30355 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30356 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
30357 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30358 line="5",thread-groups=["i1"],times="0"@}]@}
30359 (gdb)
30360 @end smallexample
30361
30362 @subheading The @code{-break-enable} Command
30363 @findex -break-enable
30364
30365 @subsubheading Synopsis
30366
30367 @smallexample
30368 -break-enable ( @var{breakpoint} )+
30369 @end smallexample
30370
30371 Enable (previously disabled) @var{breakpoint}(s).
30372
30373 @subsubheading @value{GDBN} Command
30374
30375 The corresponding @value{GDBN} command is @samp{enable}.
30376
30377 @subsubheading Example
30378
30379 @smallexample
30380 (gdb)
30381 -break-enable 2
30382 ^done
30383 (gdb)
30384 -break-list
30385 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30386 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30387 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30388 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30389 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30390 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30391 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30392 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
30393 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30394 line="5",thread-groups=["i1"],times="0"@}]@}
30395 (gdb)
30396 @end smallexample
30397
30398 @subheading The @code{-break-info} Command
30399 @findex -break-info
30400
30401 @subsubheading Synopsis
30402
30403 @smallexample
30404 -break-info @var{breakpoint}
30405 @end smallexample
30406
30407 @c REDUNDANT???
30408 Get information about a single breakpoint.
30409
30410 The result is a table of breakpoints. @xref{GDB/MI Breakpoint
30411 Information}, for details on the format of each breakpoint in the
30412 table.
30413
30414 @subsubheading @value{GDBN} Command
30415
30416 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
30417
30418 @subsubheading Example
30419 N.A.
30420
30421 @subheading The @code{-break-insert} Command
30422 @findex -break-insert
30423 @anchor{-break-insert}
30424
30425 @subsubheading Synopsis
30426
30427 @smallexample
30428 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ] [ --qualified ]
30429 [ -c @var{condition} ] [ -i @var{ignore-count} ]
30430 [ -p @var{thread-id} ] [ @var{location} ]
30431 @end smallexample
30432
30433 @noindent
30434 If specified, @var{location}, can be one of:
30435
30436 @table @var
30437 @item linespec location
30438 A linespec location. @xref{Linespec Locations}.
30439
30440 @item explicit location
30441 An explicit location. @sc{gdb/mi} explicit locations are
30442 analogous to the CLI's explicit locations using the option names
30443 listed below. @xref{Explicit Locations}.
30444
30445 @table @samp
30446 @item --source @var{filename}
30447 The source file name of the location. This option requires the use
30448 of either @samp{--function} or @samp{--line}.
30449
30450 @item --function @var{function}
30451 The name of a function or method.
30452
30453 @item --label @var{label}
30454 The name of a label.
30455
30456 @item --line @var{lineoffset}
30457 An absolute or relative line offset from the start of the location.
30458 @end table
30459
30460 @item address location
30461 An address location, *@var{address}. @xref{Address Locations}.
30462 @end table
30463
30464 @noindent
30465 The possible optional parameters of this command are:
30466
30467 @table @samp
30468 @item -t
30469 Insert a temporary breakpoint.
30470 @item -h
30471 Insert a hardware breakpoint.
30472 @item -f
30473 If @var{location} cannot be parsed (for example if it
30474 refers to unknown files or functions), create a pending
30475 breakpoint. Without this flag, @value{GDBN} will report
30476 an error, and won't create a breakpoint, if @var{location}
30477 cannot be parsed.
30478 @item -d
30479 Create a disabled breakpoint.
30480 @item -a
30481 Create a tracepoint. @xref{Tracepoints}. When this parameter
30482 is used together with @samp{-h}, a fast tracepoint is created.
30483 @item -c @var{condition}
30484 Make the breakpoint conditional on @var{condition}.
30485 @item -i @var{ignore-count}
30486 Initialize the @var{ignore-count}.
30487 @item -p @var{thread-id}
30488 Restrict the breakpoint to the thread with the specified global
30489 @var{thread-id}.
30490 @item --qualified
30491 This option makes @value{GDBN} interpret a function name specified as
30492 a complete fully-qualified name.
30493 @end table
30494
30495 @subsubheading Result
30496
30497 @xref{GDB/MI Breakpoint Information}, for details on the format of the
30498 resulting breakpoint.
30499
30500 Note: this format is open to change.
30501 @c An out-of-band breakpoint instead of part of the result?
30502
30503 @subsubheading @value{GDBN} Command
30504
30505 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
30506 @samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
30507
30508 @subsubheading Example
30509
30510 @smallexample
30511 (gdb)
30512 -break-insert main
30513 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
30514 fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
30515 times="0"@}
30516 (gdb)
30517 -break-insert -t foo
30518 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
30519 fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
30520 times="0"@}
30521 (gdb)
30522 -break-list
30523 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30524 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30525 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30526 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30527 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30528 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30529 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30530 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30531 addr="0x0001072c", func="main",file="recursive2.c",
30532 fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
30533 times="0"@},
30534 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
30535 addr="0x00010774",func="foo",file="recursive2.c",
30536 fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30537 times="0"@}]@}
30538 (gdb)
30539 @c -break-insert -r foo.*
30540 @c ~int foo(int, int);
30541 @c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
30542 @c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30543 @c times="0"@}
30544 @c (gdb)
30545 @end smallexample
30546
30547 @subheading The @code{-dprintf-insert} Command
30548 @findex -dprintf-insert
30549
30550 @subsubheading Synopsis
30551
30552 @smallexample
30553 -dprintf-insert [ -t ] [ -f ] [ -d ] [ --qualified ]
30554 [ -c @var{condition} ] [ -i @var{ignore-count} ]
30555 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
30556 [ @var{argument} ]
30557 @end smallexample
30558
30559 @noindent
30560 If supplied, @var{location} and @code{--qualified} may be specified
30561 the same way as for the @code{-break-insert} command.
30562 @xref{-break-insert}.
30563
30564 The possible optional parameters of this command are:
30565
30566 @table @samp
30567 @item -t
30568 Insert a temporary breakpoint.
30569 @item -f
30570 If @var{location} cannot be parsed (for example, if it
30571 refers to unknown files or functions), create a pending
30572 breakpoint. Without this flag, @value{GDBN} will report
30573 an error, and won't create a breakpoint, if @var{location}
30574 cannot be parsed.
30575 @item -d
30576 Create a disabled breakpoint.
30577 @item -c @var{condition}
30578 Make the breakpoint conditional on @var{condition}.
30579 @item -i @var{ignore-count}
30580 Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
30581 to @var{ignore-count}.
30582 @item -p @var{thread-id}
30583 Restrict the breakpoint to the thread with the specified global
30584 @var{thread-id}.
30585 @end table
30586
30587 @subsubheading Result
30588
30589 @xref{GDB/MI Breakpoint Information}, for details on the format of the
30590 resulting breakpoint.
30591
30592 @c An out-of-band breakpoint instead of part of the result?
30593
30594 @subsubheading @value{GDBN} Command
30595
30596 The corresponding @value{GDBN} command is @samp{dprintf}.
30597
30598 @subsubheading Example
30599
30600 @smallexample
30601 (gdb)
30602 4-dprintf-insert foo "At foo entry\n"
30603 4^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
30604 addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
30605 fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
30606 times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
30607 original-location="foo"@}
30608 (gdb)
30609 5-dprintf-insert 26 "arg=%d, g=%d\n" arg g
30610 5^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
30611 addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
30612 fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
30613 times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
30614 original-location="mi-dprintf.c:26"@}
30615 (gdb)
30616 @end smallexample
30617
30618 @subheading The @code{-break-list} Command
30619 @findex -break-list
30620
30621 @subsubheading Synopsis
30622
30623 @smallexample
30624 -break-list
30625 @end smallexample
30626
30627 Displays the list of inserted breakpoints, showing the following fields:
30628
30629 @table @samp
30630 @item Number
30631 number of the breakpoint
30632 @item Type
30633 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
30634 @item Disposition
30635 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
30636 or @samp{nokeep}
30637 @item Enabled
30638 is the breakpoint enabled or no: @samp{y} or @samp{n}
30639 @item Address
30640 memory location at which the breakpoint is set
30641 @item What
30642 logical location of the breakpoint, expressed by function name, file
30643 name, line number
30644 @item Thread-groups
30645 list of thread groups to which this breakpoint applies
30646 @item Times
30647 number of times the breakpoint has been hit
30648 @end table
30649
30650 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
30651 @code{body} field is an empty list.
30652
30653 @subsubheading @value{GDBN} Command
30654
30655 The corresponding @value{GDBN} command is @samp{info break}.
30656
30657 @subsubheading Example
30658
30659 @smallexample
30660 (gdb)
30661 -break-list
30662 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30663 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30664 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30665 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30666 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30667 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30668 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30669 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30670 addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
30671 times="0"@},
30672 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
30673 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
30674 line="13",thread-groups=["i1"],times="0"@}]@}
30675 (gdb)
30676 @end smallexample
30677
30678 Here's an example of the result when there are no breakpoints:
30679
30680 @smallexample
30681 (gdb)
30682 -break-list
30683 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30684 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30685 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30686 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30687 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30688 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30689 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30690 body=[]@}
30691 (gdb)
30692 @end smallexample
30693
30694 @subheading The @code{-break-passcount} Command
30695 @findex -break-passcount
30696
30697 @subsubheading Synopsis
30698
30699 @smallexample
30700 -break-passcount @var{tracepoint-number} @var{passcount}
30701 @end smallexample
30702
30703 Set the passcount for tracepoint @var{tracepoint-number} to
30704 @var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
30705 is not a tracepoint, error is emitted. This corresponds to CLI
30706 command @samp{passcount}.
30707
30708 @subheading The @code{-break-watch} Command
30709 @findex -break-watch
30710
30711 @subsubheading Synopsis
30712
30713 @smallexample
30714 -break-watch [ -a | -r ]
30715 @end smallexample
30716
30717 Create a watchpoint. With the @samp{-a} option it will create an
30718 @dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
30719 read from or on a write to the memory location. With the @samp{-r}
30720 option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
30721 trigger only when the memory location is accessed for reading. Without
30722 either of the options, the watchpoint created is a regular watchpoint,
30723 i.e., it will trigger when the memory location is accessed for writing.
30724 @xref{Set Watchpoints, , Setting Watchpoints}.
30725
30726 Note that @samp{-break-list} will report a single list of watchpoints and
30727 breakpoints inserted.
30728
30729 @subsubheading @value{GDBN} Command
30730
30731 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
30732 @samp{rwatch}.
30733
30734 @subsubheading Example
30735
30736 Setting a watchpoint on a variable in the @code{main} function:
30737
30738 @smallexample
30739 (gdb)
30740 -break-watch x
30741 ^done,wpt=@{number="2",exp="x"@}
30742 (gdb)
30743 -exec-continue
30744 ^running
30745 (gdb)
30746 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
30747 value=@{old="-268439212",new="55"@},
30748 frame=@{func="main",args=[],file="recursive2.c",
30749 fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
30750 (gdb)
30751 @end smallexample
30752
30753 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
30754 the program execution twice: first for the variable changing value, then
30755 for the watchpoint going out of scope.
30756
30757 @smallexample
30758 (gdb)
30759 -break-watch C
30760 ^done,wpt=@{number="5",exp="C"@}
30761 (gdb)
30762 -exec-continue
30763 ^running
30764 (gdb)
30765 *stopped,reason="watchpoint-trigger",
30766 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
30767 frame=@{func="callee4",args=[],
30768 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30769 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30770 arch="i386:x86_64"@}
30771 (gdb)
30772 -exec-continue
30773 ^running
30774 (gdb)
30775 *stopped,reason="watchpoint-scope",wpnum="5",
30776 frame=@{func="callee3",args=[@{name="strarg",
30777 value="0x11940 \"A string argument.\""@}],
30778 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30779 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30780 arch="i386:x86_64"@}
30781 (gdb)
30782 @end smallexample
30783
30784 Listing breakpoints and watchpoints, at different points in the program
30785 execution. Note that once the watchpoint goes out of scope, it is
30786 deleted.
30787
30788 @smallexample
30789 (gdb)
30790 -break-watch C
30791 ^done,wpt=@{number="2",exp="C"@}
30792 (gdb)
30793 -break-list
30794 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30795 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30796 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30797 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30798 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30799 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30800 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30801 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30802 addr="0x00010734",func="callee4",
30803 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30804 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
30805 times="1"@},
30806 bkpt=@{number="2",type="watchpoint",disp="keep",
30807 enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
30808 (gdb)
30809 -exec-continue
30810 ^running
30811 (gdb)
30812 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
30813 value=@{old="-276895068",new="3"@},
30814 frame=@{func="callee4",args=[],
30815 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30816 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30817 arch="i386:x86_64"@}
30818 (gdb)
30819 -break-list
30820 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30821 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30822 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30823 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30824 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30825 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30826 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30827 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30828 addr="0x00010734",func="callee4",
30829 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30830 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
30831 times="1"@},
30832 bkpt=@{number="2",type="watchpoint",disp="keep",
30833 enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
30834 (gdb)
30835 -exec-continue
30836 ^running
30837 ^done,reason="watchpoint-scope",wpnum="2",
30838 frame=@{func="callee3",args=[@{name="strarg",
30839 value="0x11940 \"A string argument.\""@}],
30840 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30841 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30842 arch="i386:x86_64"@}
30843 (gdb)
30844 -break-list
30845 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30846 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30847 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30848 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30849 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30850 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30851 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30852 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30853 addr="0x00010734",func="callee4",
30854 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30855 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
30856 thread-groups=["i1"],times="1"@}]@}
30857 (gdb)
30858 @end smallexample
30859
30860
30861 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30862 @node GDB/MI Catchpoint Commands
30863 @section @sc{gdb/mi} Catchpoint Commands
30864
30865 This section documents @sc{gdb/mi} commands for manipulating
30866 catchpoints.
30867
30868 @menu
30869 * Shared Library GDB/MI Catchpoint Commands::
30870 * Ada Exception GDB/MI Catchpoint Commands::
30871 * C++ Exception GDB/MI Catchpoint Commands::
30872 @end menu
30873
30874 @node Shared Library GDB/MI Catchpoint Commands
30875 @subsection Shared Library @sc{gdb/mi} Catchpoints
30876
30877 @subheading The @code{-catch-load} Command
30878 @findex -catch-load
30879
30880 @subsubheading Synopsis
30881
30882 @smallexample
30883 -catch-load [ -t ] [ -d ] @var{regexp}
30884 @end smallexample
30885
30886 Add a catchpoint for library load events. If the @samp{-t} option is used,
30887 the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30888 Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
30889 in a disabled state. The @samp{regexp} argument is a regular
30890 expression used to match the name of the loaded library.
30891
30892
30893 @subsubheading @value{GDBN} Command
30894
30895 The corresponding @value{GDBN} command is @samp{catch load}.
30896
30897 @subsubheading Example
30898
30899 @smallexample
30900 -catch-load -t foo.so
30901 ^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
30902 what="load of library matching foo.so",catch-type="load",times="0"@}
30903 (gdb)
30904 @end smallexample
30905
30906
30907 @subheading The @code{-catch-unload} Command
30908 @findex -catch-unload
30909
30910 @subsubheading Synopsis
30911
30912 @smallexample
30913 -catch-unload [ -t ] [ -d ] @var{regexp}
30914 @end smallexample
30915
30916 Add a catchpoint for library unload events. If the @samp{-t} option is
30917 used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30918 Breakpoints}). If the @samp{-d} option is used, the catchpoint is
30919 created in a disabled state. The @samp{regexp} argument is a regular
30920 expression used to match the name of the unloaded library.
30921
30922 @subsubheading @value{GDBN} Command
30923
30924 The corresponding @value{GDBN} command is @samp{catch unload}.
30925
30926 @subsubheading Example
30927
30928 @smallexample
30929 -catch-unload -d bar.so
30930 ^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
30931 what="load of library matching bar.so",catch-type="unload",times="0"@}
30932 (gdb)
30933 @end smallexample
30934
30935 @node Ada Exception GDB/MI Catchpoint Commands
30936 @subsection Ada Exception @sc{gdb/mi} Catchpoints
30937
30938 The following @sc{gdb/mi} commands can be used to create catchpoints
30939 that stop the execution when Ada exceptions are being raised.
30940
30941 @subheading The @code{-catch-assert} Command
30942 @findex -catch-assert
30943
30944 @subsubheading Synopsis
30945
30946 @smallexample
30947 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
30948 @end smallexample
30949
30950 Add a catchpoint for failed Ada assertions.
30951
30952 The possible optional parameters for this command are:
30953
30954 @table @samp
30955 @item -c @var{condition}
30956 Make the catchpoint conditional on @var{condition}.
30957 @item -d
30958 Create a disabled catchpoint.
30959 @item -t
30960 Create a temporary catchpoint.
30961 @end table
30962
30963 @subsubheading @value{GDBN} Command
30964
30965 The corresponding @value{GDBN} command is @samp{catch assert}.
30966
30967 @subsubheading Example
30968
30969 @smallexample
30970 -catch-assert
30971 ^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
30972 enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
30973 thread-groups=["i1"],times="0",
30974 original-location="__gnat_debug_raise_assert_failure"@}
30975 (gdb)
30976 @end smallexample
30977
30978 @subheading The @code{-catch-exception} Command
30979 @findex -catch-exception
30980
30981 @subsubheading Synopsis
30982
30983 @smallexample
30984 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
30985 [ -t ] [ -u ]
30986 @end smallexample
30987
30988 Add a catchpoint stopping when Ada exceptions are raised.
30989 By default, the command stops the program when any Ada exception
30990 gets raised. But it is also possible, by using some of the
30991 optional parameters described below, to create more selective
30992 catchpoints.
30993
30994 The possible optional parameters for this command are:
30995
30996 @table @samp
30997 @item -c @var{condition}
30998 Make the catchpoint conditional on @var{condition}.
30999 @item -d
31000 Create a disabled catchpoint.
31001 @item -e @var{exception-name}
31002 Only stop when @var{exception-name} is raised. This option cannot
31003 be used combined with @samp{-u}.
31004 @item -t
31005 Create a temporary catchpoint.
31006 @item -u
31007 Stop only when an unhandled exception gets raised. This option
31008 cannot be used combined with @samp{-e}.
31009 @end table
31010
31011 @subsubheading @value{GDBN} Command
31012
31013 The corresponding @value{GDBN} commands are @samp{catch exception}
31014 and @samp{catch exception unhandled}.
31015
31016 @subsubheading Example
31017
31018 @smallexample
31019 -catch-exception -e Program_Error
31020 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31021 enabled="y",addr="0x0000000000404874",
31022 what="`Program_Error' Ada exception", thread-groups=["i1"],
31023 times="0",original-location="__gnat_debug_raise_exception"@}
31024 (gdb)
31025 @end smallexample
31026
31027 @subheading The @code{-catch-handlers} Command
31028 @findex -catch-handlers
31029
31030 @subsubheading Synopsis
31031
31032 @smallexample
31033 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
31034 [ -t ]
31035 @end smallexample
31036
31037 Add a catchpoint stopping when Ada exceptions are handled.
31038 By default, the command stops the program when any Ada exception
31039 gets handled. But it is also possible, by using some of the
31040 optional parameters described below, to create more selective
31041 catchpoints.
31042
31043 The possible optional parameters for this command are:
31044
31045 @table @samp
31046 @item -c @var{condition}
31047 Make the catchpoint conditional on @var{condition}.
31048 @item -d
31049 Create a disabled catchpoint.
31050 @item -e @var{exception-name}
31051 Only stop when @var{exception-name} is handled.
31052 @item -t
31053 Create a temporary catchpoint.
31054 @end table
31055
31056 @subsubheading @value{GDBN} Command
31057
31058 The corresponding @value{GDBN} command is @samp{catch handlers}.
31059
31060 @subsubheading Example
31061
31062 @smallexample
31063 -catch-handlers -e Constraint_Error
31064 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31065 enabled="y",addr="0x0000000000402f68",
31066 what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
31067 times="0",original-location="__gnat_begin_handler"@}
31068 (gdb)
31069 @end smallexample
31070
31071 @node C++ Exception GDB/MI Catchpoint Commands
31072 @subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
31073
31074 The following @sc{gdb/mi} commands can be used to create catchpoints
31075 that stop the execution when C@t{++} exceptions are being throw, rethrown,
31076 or caught.
31077
31078 @subheading The @code{-catch-throw} Command
31079 @findex -catch-throw
31080
31081 @subsubheading Synopsis
31082
31083 @smallexample
31084 -catch-throw [ -t ] [ -r @var{regexp}]
31085 @end smallexample
31086
31087 Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
31088 given, then only exceptions whose type matches the regular expression
31089 will be caught.
31090
31091 If @samp{-t} is given, then the catchpoint is enabled only for one
31092 stop, the catchpoint is automatically deleted after stopping once for
31093 the event.
31094
31095 @subsubheading @value{GDBN} Command
31096
31097 The corresponding @value{GDBN} commands are @samp{catch throw}
31098 and @samp{tcatch throw} (@pxref{Set Catchpoints}).
31099
31100 @subsubheading Example
31101
31102 @smallexample
31103 -catch-throw -r exception_type
31104 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31105 what="exception throw",catch-type="throw",
31106 thread-groups=["i1"],
31107 regexp="exception_type",times="0"@}
31108 (gdb)
31109 -exec-run
31110 ^running
31111 (gdb)
31112 ~"\n"
31113 ~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
31114 in __cxa_throw () from /lib64/libstdc++.so.6\n"
31115 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31116 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
31117 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31118 thread-id="1",stopped-threads="all",core="6"
31119 (gdb)
31120 @end smallexample
31121
31122 @subheading The @code{-catch-rethrow} Command
31123 @findex -catch-rethrow
31124
31125 @subsubheading Synopsis
31126
31127 @smallexample
31128 -catch-rethrow [ -t ] [ -r @var{regexp}]
31129 @end smallexample
31130
31131 Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
31132 then only exceptions whose type matches the regular expression will be
31133 caught.
31134
31135 If @samp{-t} is given, then the catchpoint is enabled only for one
31136 stop, the catchpoint is automatically deleted after the first event is
31137 caught.
31138
31139 @subsubheading @value{GDBN} Command
31140
31141 The corresponding @value{GDBN} commands are @samp{catch rethrow}
31142 and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
31143
31144 @subsubheading Example
31145
31146 @smallexample
31147 -catch-rethrow -r exception_type
31148 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31149 what="exception rethrow",catch-type="rethrow",
31150 thread-groups=["i1"],
31151 regexp="exception_type",times="0"@}
31152 (gdb)
31153 -exec-run
31154 ^running
31155 (gdb)
31156 ~"\n"
31157 ~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
31158 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
31159 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31160 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
31161 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31162 thread-id="1",stopped-threads="all",core="6"
31163 (gdb)
31164 @end smallexample
31165
31166 @subheading The @code{-catch-catch} Command
31167 @findex -catch-catch
31168
31169 @subsubheading Synopsis
31170
31171 @smallexample
31172 -catch-catch [ -t ] [ -r @var{regexp}]
31173 @end smallexample
31174
31175 Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
31176 is given, then only exceptions whose type matches the regular
31177 expression will be caught.
31178
31179 If @samp{-t} is given, then the catchpoint is enabled only for one
31180 stop, the catchpoint is automatically deleted after the first event is
31181 caught.
31182
31183 @subsubheading @value{GDBN} Command
31184
31185 The corresponding @value{GDBN} commands are @samp{catch catch}
31186 and @samp{tcatch catch} (@pxref{Set Catchpoints}).
31187
31188 @subsubheading Example
31189
31190 @smallexample
31191 -catch-catch -r exception_type
31192 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31193 what="exception catch",catch-type="catch",
31194 thread-groups=["i1"],
31195 regexp="exception_type",times="0"@}
31196 (gdb)
31197 -exec-run
31198 ^running
31199 (gdb)
31200 ~"\n"
31201 ~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
31202 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
31203 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31204 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
31205 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31206 thread-id="1",stopped-threads="all",core="6"
31207 (gdb)
31208 @end smallexample
31209
31210 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31211 @node GDB/MI Program Context
31212 @section @sc{gdb/mi} Program Context
31213
31214 @subheading The @code{-exec-arguments} Command
31215 @findex -exec-arguments
31216
31217
31218 @subsubheading Synopsis
31219
31220 @smallexample
31221 -exec-arguments @var{args}
31222 @end smallexample
31223
31224 Set the inferior program arguments, to be used in the next
31225 @samp{-exec-run}.
31226
31227 @subsubheading @value{GDBN} Command
31228
31229 The corresponding @value{GDBN} command is @samp{set args}.
31230
31231 @subsubheading Example
31232
31233 @smallexample
31234 (gdb)
31235 -exec-arguments -v word
31236 ^done
31237 (gdb)
31238 @end smallexample
31239
31240
31241 @ignore
31242 @subheading The @code{-exec-show-arguments} Command
31243 @findex -exec-show-arguments
31244
31245 @subsubheading Synopsis
31246
31247 @smallexample
31248 -exec-show-arguments
31249 @end smallexample
31250
31251 Print the arguments of the program.
31252
31253 @subsubheading @value{GDBN} Command
31254
31255 The corresponding @value{GDBN} command is @samp{show args}.
31256
31257 @subsubheading Example
31258 N.A.
31259 @end ignore
31260
31261
31262 @subheading The @code{-environment-cd} Command
31263 @findex -environment-cd
31264
31265 @subsubheading Synopsis
31266
31267 @smallexample
31268 -environment-cd @var{pathdir}
31269 @end smallexample
31270
31271 Set @value{GDBN}'s working directory.
31272
31273 @subsubheading @value{GDBN} Command
31274
31275 The corresponding @value{GDBN} command is @samp{cd}.
31276
31277 @subsubheading Example
31278
31279 @smallexample
31280 (gdb)
31281 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31282 ^done
31283 (gdb)
31284 @end smallexample
31285
31286
31287 @subheading The @code{-environment-directory} Command
31288 @findex -environment-directory
31289
31290 @subsubheading Synopsis
31291
31292 @smallexample
31293 -environment-directory [ -r ] [ @var{pathdir} ]+
31294 @end smallexample
31295
31296 Add directories @var{pathdir} to beginning of search path for source files.
31297 If the @samp{-r} option is used, the search path is reset to the default
31298 search path. If directories @var{pathdir} are supplied in addition to the
31299 @samp{-r} option, the search path is first reset and then addition
31300 occurs as normal.
31301 Multiple directories may be specified, separated by blanks. Specifying
31302 multiple directories in a single command
31303 results in the directories added to the beginning of the
31304 search path in the same order they were presented in the command.
31305 If blanks are needed as
31306 part of a directory name, double-quotes should be used around
31307 the name. In the command output, the path will show up separated
31308 by the system directory-separator character. The directory-separator
31309 character must not be used
31310 in any directory name.
31311 If no directories are specified, the current search path is displayed.
31312
31313 @subsubheading @value{GDBN} Command
31314
31315 The corresponding @value{GDBN} command is @samp{dir}.
31316
31317 @subsubheading Example
31318
31319 @smallexample
31320 (gdb)
31321 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31322 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
31323 (gdb)
31324 -environment-directory ""
31325 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
31326 (gdb)
31327 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
31328 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
31329 (gdb)
31330 -environment-directory -r
31331 ^done,source-path="$cdir:$cwd"
31332 (gdb)
31333 @end smallexample
31334
31335
31336 @subheading The @code{-environment-path} Command
31337 @findex -environment-path
31338
31339 @subsubheading Synopsis
31340
31341 @smallexample
31342 -environment-path [ -r ] [ @var{pathdir} ]+
31343 @end smallexample
31344
31345 Add directories @var{pathdir} to beginning of search path for object files.
31346 If the @samp{-r} option is used, the search path is reset to the original
31347 search path that existed at gdb start-up. If directories @var{pathdir} are
31348 supplied in addition to the
31349 @samp{-r} option, the search path is first reset and then addition
31350 occurs as normal.
31351 Multiple directories may be specified, separated by blanks. Specifying
31352 multiple directories in a single command
31353 results in the directories added to the beginning of the
31354 search path in the same order they were presented in the command.
31355 If blanks are needed as
31356 part of a directory name, double-quotes should be used around
31357 the name. In the command output, the path will show up separated
31358 by the system directory-separator character. The directory-separator
31359 character must not be used
31360 in any directory name.
31361 If no directories are specified, the current path is displayed.
31362
31363
31364 @subsubheading @value{GDBN} Command
31365
31366 The corresponding @value{GDBN} command is @samp{path}.
31367
31368 @subsubheading Example
31369
31370 @smallexample
31371 (gdb)
31372 -environment-path
31373 ^done,path="/usr/bin"
31374 (gdb)
31375 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
31376 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
31377 (gdb)
31378 -environment-path -r /usr/local/bin
31379 ^done,path="/usr/local/bin:/usr/bin"
31380 (gdb)
31381 @end smallexample
31382
31383
31384 @subheading The @code{-environment-pwd} Command
31385 @findex -environment-pwd
31386
31387 @subsubheading Synopsis
31388
31389 @smallexample
31390 -environment-pwd
31391 @end smallexample
31392
31393 Show the current working directory.
31394
31395 @subsubheading @value{GDBN} Command
31396
31397 The corresponding @value{GDBN} command is @samp{pwd}.
31398
31399 @subsubheading Example
31400
31401 @smallexample
31402 (gdb)
31403 -environment-pwd
31404 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
31405 (gdb)
31406 @end smallexample
31407
31408 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31409 @node GDB/MI Thread Commands
31410 @section @sc{gdb/mi} Thread Commands
31411
31412
31413 @subheading The @code{-thread-info} Command
31414 @findex -thread-info
31415
31416 @subsubheading Synopsis
31417
31418 @smallexample
31419 -thread-info [ @var{thread-id} ]
31420 @end smallexample
31421
31422 Reports information about either a specific thread, if the
31423 @var{thread-id} parameter is present, or about all threads.
31424 @var{thread-id} is the thread's global thread ID. When printing
31425 information about all threads, also reports the global ID of the
31426 current thread.
31427
31428 @subsubheading @value{GDBN} Command
31429
31430 The @samp{info thread} command prints the same information
31431 about all threads.
31432
31433 @subsubheading Result
31434
31435 The result contains the following attributes:
31436
31437 @table @samp
31438 @item threads
31439 A list of threads. The format of the elements of the list is described in
31440 @ref{GDB/MI Thread Information}.
31441
31442 @item current-thread-id
31443 The global id of the currently selected thread. This field is omitted if there
31444 is no selected thread (for example, when the selected inferior is not running,
31445 and therefore has no threads) or if a @var{thread-id} argument was passed to
31446 the command.
31447
31448 @end table
31449
31450 @subsubheading Example
31451
31452 @smallexample
31453 -thread-info
31454 ^done,threads=[
31455 @{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
31456 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
31457 args=[]@},state="running"@},
31458 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
31459 frame=@{level="0",addr="0x0804891f",func="foo",
31460 args=[@{name="i",value="10"@}],
31461 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
31462 state="running"@}],
31463 current-thread-id="1"
31464 (gdb)
31465 @end smallexample
31466
31467 @subheading The @code{-thread-list-ids} Command
31468 @findex -thread-list-ids
31469
31470 @subsubheading Synopsis
31471
31472 @smallexample
31473 -thread-list-ids
31474 @end smallexample
31475
31476 Produces a list of the currently known global @value{GDBN} thread ids.
31477 At the end of the list it also prints the total number of such
31478 threads.
31479
31480 This command is retained for historical reasons, the
31481 @code{-thread-info} command should be used instead.
31482
31483 @subsubheading @value{GDBN} Command
31484
31485 Part of @samp{info threads} supplies the same information.
31486
31487 @subsubheading Example
31488
31489 @smallexample
31490 (gdb)
31491 -thread-list-ids
31492 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31493 current-thread-id="1",number-of-threads="3"
31494 (gdb)
31495 @end smallexample
31496
31497
31498 @subheading The @code{-thread-select} Command
31499 @findex -thread-select
31500
31501 @subsubheading Synopsis
31502
31503 @smallexample
31504 -thread-select @var{thread-id}
31505 @end smallexample
31506
31507 Make thread with global thread number @var{thread-id} the current
31508 thread. It prints the number of the new current thread, and the
31509 topmost frame for that thread.
31510
31511 This command is deprecated in favor of explicitly using the
31512 @samp{--thread} option to each command.
31513
31514 @subsubheading @value{GDBN} Command
31515
31516 The corresponding @value{GDBN} command is @samp{thread}.
31517
31518 @subsubheading Example
31519
31520 @smallexample
31521 (gdb)
31522 -exec-next
31523 ^running
31524 (gdb)
31525 *stopped,reason="end-stepping-range",thread-id="2",line="187",
31526 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
31527 (gdb)
31528 -thread-list-ids
31529 ^done,
31530 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31531 number-of-threads="3"
31532 (gdb)
31533 -thread-select 3
31534 ^done,new-thread-id="3",
31535 frame=@{level="0",func="vprintf",
31536 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
31537 @{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
31538 (gdb)
31539 @end smallexample
31540
31541 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31542 @node GDB/MI Ada Tasking Commands
31543 @section @sc{gdb/mi} Ada Tasking Commands
31544
31545 @subheading The @code{-ada-task-info} Command
31546 @findex -ada-task-info
31547
31548 @subsubheading Synopsis
31549
31550 @smallexample
31551 -ada-task-info [ @var{task-id} ]
31552 @end smallexample
31553
31554 Reports information about either a specific Ada task, if the
31555 @var{task-id} parameter is present, or about all Ada tasks.
31556
31557 @subsubheading @value{GDBN} Command
31558
31559 The @samp{info tasks} command prints the same information
31560 about all Ada tasks (@pxref{Ada Tasks}).
31561
31562 @subsubheading Result
31563
31564 The result is a table of Ada tasks. The following columns are
31565 defined for each Ada task:
31566
31567 @table @samp
31568 @item current
31569 This field exists only for the current thread. It has the value @samp{*}.
31570
31571 @item id
31572 The identifier that @value{GDBN} uses to refer to the Ada task.
31573
31574 @item task-id
31575 The identifier that the target uses to refer to the Ada task.
31576
31577 @item thread-id
31578 The global thread identifier of the thread corresponding to the Ada
31579 task.
31580
31581 This field should always exist, as Ada tasks are always implemented
31582 on top of a thread. But if @value{GDBN} cannot find this corresponding
31583 thread for any reason, the field is omitted.
31584
31585 @item parent-id
31586 This field exists only when the task was created by another task.
31587 In this case, it provides the ID of the parent task.
31588
31589 @item priority
31590 The base priority of the task.
31591
31592 @item state
31593 The current state of the task. For a detailed description of the
31594 possible states, see @ref{Ada Tasks}.
31595
31596 @item name
31597 The name of the task.
31598
31599 @end table
31600
31601 @subsubheading Example
31602
31603 @smallexample
31604 -ada-task-info
31605 ^done,tasks=@{nr_rows="3",nr_cols="8",
31606 hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
31607 @{width="3",alignment="1",col_name="id",colhdr="ID"@},
31608 @{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
31609 @{width="4",alignment="1",col_name="thread-id",colhdr=""@},
31610 @{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
31611 @{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
31612 @{width="22",alignment="-1",col_name="state",colhdr="State"@},
31613 @{width="1",alignment="2",col_name="name",colhdr="Name"@}],
31614 body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
31615 state="Child Termination Wait",name="main_task"@}]@}
31616 (gdb)
31617 @end smallexample
31618
31619 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31620 @node GDB/MI Program Execution
31621 @section @sc{gdb/mi} Program Execution
31622
31623 These are the asynchronous commands which generate the out-of-band
31624 record @samp{*stopped}. Currently @value{GDBN} only really executes
31625 asynchronously with remote targets and this interaction is mimicked in
31626 other cases.
31627
31628 @subheading The @code{-exec-continue} Command
31629 @findex -exec-continue
31630
31631 @subsubheading Synopsis
31632
31633 @smallexample
31634 -exec-continue [--reverse] [--all|--thread-group N]
31635 @end smallexample
31636
31637 Resumes the execution of the inferior program, which will continue
31638 to execute until it reaches a debugger stop event. If the
31639 @samp{--reverse} option is specified, execution resumes in reverse until
31640 it reaches a stop event. Stop events may include
31641 @itemize @bullet
31642 @item
31643 breakpoints or watchpoints
31644 @item
31645 signals or exceptions
31646 @item
31647 the end of the process (or its beginning under @samp{--reverse})
31648 @item
31649 the end or beginning of a replay log if one is being used.
31650 @end itemize
31651 In all-stop mode (@pxref{All-Stop
31652 Mode}), may resume only one thread, or all threads, depending on the
31653 value of the @samp{scheduler-locking} variable. If @samp{--all} is
31654 specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
31655 ignored in all-stop mode. If the @samp{--thread-group} options is
31656 specified, then all threads in that thread group are resumed.
31657
31658 @subsubheading @value{GDBN} Command
31659
31660 The corresponding @value{GDBN} corresponding is @samp{continue}.
31661
31662 @subsubheading Example
31663
31664 @smallexample
31665 -exec-continue
31666 ^running
31667 (gdb)
31668 @@Hello world
31669 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
31670 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
31671 line="13",arch="i386:x86_64"@}
31672 (gdb)
31673 @end smallexample
31674
31675
31676 @subheading The @code{-exec-finish} Command
31677 @findex -exec-finish
31678
31679 @subsubheading Synopsis
31680
31681 @smallexample
31682 -exec-finish [--reverse]
31683 @end smallexample
31684
31685 Resumes the execution of the inferior program until the current
31686 function is exited. Displays the results returned by the function.
31687 If the @samp{--reverse} option is specified, resumes the reverse
31688 execution of the inferior program until the point where current
31689 function was called.
31690
31691 @subsubheading @value{GDBN} Command
31692
31693 The corresponding @value{GDBN} command is @samp{finish}.
31694
31695 @subsubheading Example
31696
31697 Function returning @code{void}.
31698
31699 @smallexample
31700 -exec-finish
31701 ^running
31702 (gdb)
31703 @@hello from foo
31704 *stopped,reason="function-finished",frame=@{func="main",args=[],
31705 file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
31706 (gdb)
31707 @end smallexample
31708
31709 Function returning other than @code{void}. The name of the internal
31710 @value{GDBN} variable storing the result is printed, together with the
31711 value itself.
31712
31713 @smallexample
31714 -exec-finish
31715 ^running
31716 (gdb)
31717 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
31718 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
31719 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
31720 arch="i386:x86_64"@},
31721 gdb-result-var="$1",return-value="0"
31722 (gdb)
31723 @end smallexample
31724
31725
31726 @subheading The @code{-exec-interrupt} Command
31727 @findex -exec-interrupt
31728
31729 @subsubheading Synopsis
31730
31731 @smallexample
31732 -exec-interrupt [--all|--thread-group N]
31733 @end smallexample
31734
31735 Interrupts the background execution of the target. Note how the token
31736 associated with the stop message is the one for the execution command
31737 that has been interrupted. The token for the interrupt itself only
31738 appears in the @samp{^done} output. If the user is trying to
31739 interrupt a non-running program, an error message will be printed.
31740
31741 Note that when asynchronous execution is enabled, this command is
31742 asynchronous just like other execution commands. That is, first the
31743 @samp{^done} response will be printed, and the target stop will be
31744 reported after that using the @samp{*stopped} notification.
31745
31746 In non-stop mode, only the context thread is interrupted by default.
31747 All threads (in all inferiors) will be interrupted if the
31748 @samp{--all} option is specified. If the @samp{--thread-group}
31749 option is specified, all threads in that group will be interrupted.
31750
31751 @subsubheading @value{GDBN} Command
31752
31753 The corresponding @value{GDBN} command is @samp{interrupt}.
31754
31755 @subsubheading Example
31756
31757 @smallexample
31758 (gdb)
31759 111-exec-continue
31760 111^running
31761
31762 (gdb)
31763 222-exec-interrupt
31764 222^done
31765 (gdb)
31766 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
31767 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
31768 fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
31769 (gdb)
31770
31771 (gdb)
31772 -exec-interrupt
31773 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
31774 (gdb)
31775 @end smallexample
31776
31777 @subheading The @code{-exec-jump} Command
31778 @findex -exec-jump
31779
31780 @subsubheading Synopsis
31781
31782 @smallexample
31783 -exec-jump @var{location}
31784 @end smallexample
31785
31786 Resumes execution of the inferior program at the location specified by
31787 parameter. @xref{Specify Location}, for a description of the
31788 different forms of @var{location}.
31789
31790 @subsubheading @value{GDBN} Command
31791
31792 The corresponding @value{GDBN} command is @samp{jump}.
31793
31794 @subsubheading Example
31795
31796 @smallexample
31797 -exec-jump foo.c:10
31798 *running,thread-id="all"
31799 ^running
31800 @end smallexample
31801
31802
31803 @subheading The @code{-exec-next} Command
31804 @findex -exec-next
31805
31806 @subsubheading Synopsis
31807
31808 @smallexample
31809 -exec-next [--reverse]
31810 @end smallexample
31811
31812 Resumes execution of the inferior program, stopping when the beginning
31813 of the next source line is reached.
31814
31815 If the @samp{--reverse} option is specified, resumes reverse execution
31816 of the inferior program, stopping at the beginning of the previous
31817 source line. If you issue this command on the first line of a
31818 function, it will take you back to the caller of that function, to the
31819 source line where the function was called.
31820
31821
31822 @subsubheading @value{GDBN} Command
31823
31824 The corresponding @value{GDBN} command is @samp{next}.
31825
31826 @subsubheading Example
31827
31828 @smallexample
31829 -exec-next
31830 ^running
31831 (gdb)
31832 *stopped,reason="end-stepping-range",line="8",file="hello.c"
31833 (gdb)
31834 @end smallexample
31835
31836
31837 @subheading The @code{-exec-next-instruction} Command
31838 @findex -exec-next-instruction
31839
31840 @subsubheading Synopsis
31841
31842 @smallexample
31843 -exec-next-instruction [--reverse]
31844 @end smallexample
31845
31846 Executes one machine instruction. If the instruction is a function
31847 call, continues until the function returns. If the program stops at an
31848 instruction in the middle of a source line, the address will be
31849 printed as well.
31850
31851 If the @samp{--reverse} option is specified, resumes reverse execution
31852 of the inferior program, stopping at the previous instruction. If the
31853 previously executed instruction was a return from another function,
31854 it will continue to execute in reverse until the call to that function
31855 (from the current stack frame) is reached.
31856
31857 @subsubheading @value{GDBN} Command
31858
31859 The corresponding @value{GDBN} command is @samp{nexti}.
31860
31861 @subsubheading Example
31862
31863 @smallexample
31864 (gdb)
31865 -exec-next-instruction
31866 ^running
31867
31868 (gdb)
31869 *stopped,reason="end-stepping-range",
31870 addr="0x000100d4",line="5",file="hello.c"
31871 (gdb)
31872 @end smallexample
31873
31874
31875 @subheading The @code{-exec-return} Command
31876 @findex -exec-return
31877
31878 @subsubheading Synopsis
31879
31880 @smallexample
31881 -exec-return
31882 @end smallexample
31883
31884 Makes current function return immediately. Doesn't execute the inferior.
31885 Displays the new current frame.
31886
31887 @subsubheading @value{GDBN} Command
31888
31889 The corresponding @value{GDBN} command is @samp{return}.
31890
31891 @subsubheading Example
31892
31893 @smallexample
31894 (gdb)
31895 200-break-insert callee4
31896 200^done,bkpt=@{number="1",addr="0x00010734",
31897 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
31898 (gdb)
31899 000-exec-run
31900 000^running
31901 (gdb)
31902 000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
31903 frame=@{func="callee4",args=[],
31904 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31905 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
31906 arch="i386:x86_64"@}
31907 (gdb)
31908 205-break-delete
31909 205^done
31910 (gdb)
31911 111-exec-return
31912 111^done,frame=@{level="0",func="callee3",
31913 args=[@{name="strarg",
31914 value="0x11940 \"A string argument.\""@}],
31915 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31916 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31917 arch="i386:x86_64"@}
31918 (gdb)
31919 @end smallexample
31920
31921
31922 @subheading The @code{-exec-run} Command
31923 @findex -exec-run
31924
31925 @subsubheading Synopsis
31926
31927 @smallexample
31928 -exec-run [ --all | --thread-group N ] [ --start ]
31929 @end smallexample
31930
31931 Starts execution of the inferior from the beginning. The inferior
31932 executes until either a breakpoint is encountered or the program
31933 exits. In the latter case the output will include an exit code, if
31934 the program has exited exceptionally.
31935
31936 When neither the @samp{--all} nor the @samp{--thread-group} option
31937 is specified, the current inferior is started. If the
31938 @samp{--thread-group} option is specified, it should refer to a thread
31939 group of type @samp{process}, and that thread group will be started.
31940 If the @samp{--all} option is specified, then all inferiors will be started.
31941
31942 Using the @samp{--start} option instructs the debugger to stop
31943 the execution at the start of the inferior's main subprogram,
31944 following the same behavior as the @code{start} command
31945 (@pxref{Starting}).
31946
31947 @subsubheading @value{GDBN} Command
31948
31949 The corresponding @value{GDBN} command is @samp{run}.
31950
31951 @subsubheading Examples
31952
31953 @smallexample
31954 (gdb)
31955 -break-insert main
31956 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
31957 (gdb)
31958 -exec-run
31959 ^running
31960 (gdb)
31961 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
31962 frame=@{func="main",args=[],file="recursive2.c",
31963 fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
31964 (gdb)
31965 @end smallexample
31966
31967 @noindent
31968 Program exited normally:
31969
31970 @smallexample
31971 (gdb)
31972 -exec-run
31973 ^running
31974 (gdb)
31975 x = 55
31976 *stopped,reason="exited-normally"
31977 (gdb)
31978 @end smallexample
31979
31980 @noindent
31981 Program exited exceptionally:
31982
31983 @smallexample
31984 (gdb)
31985 -exec-run
31986 ^running
31987 (gdb)
31988 x = 55
31989 *stopped,reason="exited",exit-code="01"
31990 (gdb)
31991 @end smallexample
31992
31993 Another way the program can terminate is if it receives a signal such as
31994 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
31995
31996 @smallexample
31997 (gdb)
31998 *stopped,reason="exited-signalled",signal-name="SIGINT",
31999 signal-meaning="Interrupt"
32000 @end smallexample
32001
32002
32003 @c @subheading -exec-signal
32004
32005
32006 @subheading The @code{-exec-step} Command
32007 @findex -exec-step
32008
32009 @subsubheading Synopsis
32010
32011 @smallexample
32012 -exec-step [--reverse]
32013 @end smallexample
32014
32015 Resumes execution of the inferior program, stopping when the beginning
32016 of the next source line is reached, if the next source line is not a
32017 function call. If it is, stop at the first instruction of the called
32018 function. If the @samp{--reverse} option is specified, resumes reverse
32019 execution of the inferior program, stopping at the beginning of the
32020 previously executed source line.
32021
32022 @subsubheading @value{GDBN} Command
32023
32024 The corresponding @value{GDBN} command is @samp{step}.
32025
32026 @subsubheading Example
32027
32028 Stepping into a function:
32029
32030 @smallexample
32031 -exec-step
32032 ^running
32033 (gdb)
32034 *stopped,reason="end-stepping-range",
32035 frame=@{func="foo",args=[@{name="a",value="10"@},
32036 @{name="b",value="0"@}],file="recursive2.c",
32037 fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
32038 (gdb)
32039 @end smallexample
32040
32041 Regular stepping:
32042
32043 @smallexample
32044 -exec-step
32045 ^running
32046 (gdb)
32047 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
32048 (gdb)
32049 @end smallexample
32050
32051
32052 @subheading The @code{-exec-step-instruction} Command
32053 @findex -exec-step-instruction
32054
32055 @subsubheading Synopsis
32056
32057 @smallexample
32058 -exec-step-instruction [--reverse]
32059 @end smallexample
32060
32061 Resumes the inferior which executes one machine instruction. If the
32062 @samp{--reverse} option is specified, resumes reverse execution of the
32063 inferior program, stopping at the previously executed instruction.
32064 The output, once @value{GDBN} has stopped, will vary depending on
32065 whether we have stopped in the middle of a source line or not. In the
32066 former case, the address at which the program stopped will be printed
32067 as well.
32068
32069 @subsubheading @value{GDBN} Command
32070
32071 The corresponding @value{GDBN} command is @samp{stepi}.
32072
32073 @subsubheading Example
32074
32075 @smallexample
32076 (gdb)
32077 -exec-step-instruction
32078 ^running
32079
32080 (gdb)
32081 *stopped,reason="end-stepping-range",
32082 frame=@{func="foo",args=[],file="try.c",
32083 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
32084 (gdb)
32085 -exec-step-instruction
32086 ^running
32087
32088 (gdb)
32089 *stopped,reason="end-stepping-range",
32090 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
32091 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
32092 (gdb)
32093 @end smallexample
32094
32095
32096 @subheading The @code{-exec-until} Command
32097 @findex -exec-until
32098
32099 @subsubheading Synopsis
32100
32101 @smallexample
32102 -exec-until [ @var{location} ]
32103 @end smallexample
32104
32105 Executes the inferior until the @var{location} specified in the
32106 argument is reached. If there is no argument, the inferior executes
32107 until a source line greater than the current one is reached. The
32108 reason for stopping in this case will be @samp{location-reached}.
32109
32110 @subsubheading @value{GDBN} Command
32111
32112 The corresponding @value{GDBN} command is @samp{until}.
32113
32114 @subsubheading Example
32115
32116 @smallexample
32117 (gdb)
32118 -exec-until recursive2.c:6
32119 ^running
32120 (gdb)
32121 x = 55
32122 *stopped,reason="location-reached",frame=@{func="main",args=[],
32123 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
32124 arch="i386:x86_64"@}
32125 (gdb)
32126 @end smallexample
32127
32128 @ignore
32129 @subheading -file-clear
32130 Is this going away????
32131 @end ignore
32132
32133 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32134 @node GDB/MI Stack Manipulation
32135 @section @sc{gdb/mi} Stack Manipulation Commands
32136
32137 @subheading The @code{-enable-frame-filters} Command
32138 @findex -enable-frame-filters
32139
32140 @smallexample
32141 -enable-frame-filters
32142 @end smallexample
32143
32144 @value{GDBN} allows Python-based frame filters to affect the output of
32145 the MI commands relating to stack traces. As there is no way to
32146 implement this in a fully backward-compatible way, a front end must
32147 request that this functionality be enabled.
32148
32149 Once enabled, this feature cannot be disabled.
32150
32151 Note that if Python support has not been compiled into @value{GDBN},
32152 this command will still succeed (and do nothing).
32153
32154 @subheading The @code{-stack-info-frame} Command
32155 @findex -stack-info-frame
32156
32157 @subsubheading Synopsis
32158
32159 @smallexample
32160 -stack-info-frame
32161 @end smallexample
32162
32163 Get info on the selected frame.
32164
32165 @subsubheading @value{GDBN} Command
32166
32167 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
32168 (without arguments).
32169
32170 @subsubheading Example
32171
32172 @smallexample
32173 (gdb)
32174 -stack-info-frame
32175 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
32176 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32177 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32178 arch="i386:x86_64"@}
32179 (gdb)
32180 @end smallexample
32181
32182 @subheading The @code{-stack-info-depth} Command
32183 @findex -stack-info-depth
32184
32185 @subsubheading Synopsis
32186
32187 @smallexample
32188 -stack-info-depth [ @var{max-depth} ]
32189 @end smallexample
32190
32191 Return the depth of the stack. If the integer argument @var{max-depth}
32192 is specified, do not count beyond @var{max-depth} frames.
32193
32194 @subsubheading @value{GDBN} Command
32195
32196 There's no equivalent @value{GDBN} command.
32197
32198 @subsubheading Example
32199
32200 For a stack with frame levels 0 through 11:
32201
32202 @smallexample
32203 (gdb)
32204 -stack-info-depth
32205 ^done,depth="12"
32206 (gdb)
32207 -stack-info-depth 4
32208 ^done,depth="4"
32209 (gdb)
32210 -stack-info-depth 12
32211 ^done,depth="12"
32212 (gdb)
32213 -stack-info-depth 11
32214 ^done,depth="11"
32215 (gdb)
32216 -stack-info-depth 13
32217 ^done,depth="12"
32218 (gdb)
32219 @end smallexample
32220
32221 @anchor{-stack-list-arguments}
32222 @subheading The @code{-stack-list-arguments} Command
32223 @findex -stack-list-arguments
32224
32225 @subsubheading Synopsis
32226
32227 @smallexample
32228 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32229 [ @var{low-frame} @var{high-frame} ]
32230 @end smallexample
32231
32232 Display a list of the arguments for the frames between @var{low-frame}
32233 and @var{high-frame} (inclusive). If @var{low-frame} and
32234 @var{high-frame} are not provided, list the arguments for the whole
32235 call stack. If the two arguments are equal, show the single frame
32236 at the corresponding level. It is an error if @var{low-frame} is
32237 larger than the actual number of frames. On the other hand,
32238 @var{high-frame} may be larger than the actual number of frames, in
32239 which case only existing frames will be returned.
32240
32241 If @var{print-values} is 0 or @code{--no-values}, print only the names of
32242 the variables; if it is 1 or @code{--all-values}, print also their
32243 values; and if it is 2 or @code{--simple-values}, print the name,
32244 type and value for simple data types, and the name and type for arrays,
32245 structures and unions. If the option @code{--no-frame-filters} is
32246 supplied, then Python frame filters will not be executed.
32247
32248 If the @code{--skip-unavailable} option is specified, arguments that
32249 are not available are not listed. Partially available arguments
32250 are still displayed, however.
32251
32252 Use of this command to obtain arguments in a single frame is
32253 deprecated in favor of the @samp{-stack-list-variables} command.
32254
32255 @subsubheading @value{GDBN} Command
32256
32257 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
32258 @samp{gdb_get_args} command which partially overlaps with the
32259 functionality of @samp{-stack-list-arguments}.
32260
32261 @subsubheading Example
32262
32263 @smallexample
32264 (gdb)
32265 -stack-list-frames
32266 ^done,
32267 stack=[
32268 frame=@{level="0",addr="0x00010734",func="callee4",
32269 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32270 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
32271 arch="i386:x86_64"@},
32272 frame=@{level="1",addr="0x0001076c",func="callee3",
32273 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32274 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32275 arch="i386:x86_64"@},
32276 frame=@{level="2",addr="0x0001078c",func="callee2",
32277 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32278 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
32279 arch="i386:x86_64"@},
32280 frame=@{level="3",addr="0x000107b4",func="callee1",
32281 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32282 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
32283 arch="i386:x86_64"@},
32284 frame=@{level="4",addr="0x000107e0",func="main",
32285 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32286 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
32287 arch="i386:x86_64"@}]
32288 (gdb)
32289 -stack-list-arguments 0
32290 ^done,
32291 stack-args=[
32292 frame=@{level="0",args=[]@},
32293 frame=@{level="1",args=[name="strarg"]@},
32294 frame=@{level="2",args=[name="intarg",name="strarg"]@},
32295 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
32296 frame=@{level="4",args=[]@}]
32297 (gdb)
32298 -stack-list-arguments 1
32299 ^done,
32300 stack-args=[
32301 frame=@{level="0",args=[]@},
32302 frame=@{level="1",
32303 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32304 frame=@{level="2",args=[
32305 @{name="intarg",value="2"@},
32306 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32307 @{frame=@{level="3",args=[
32308 @{name="intarg",value="2"@},
32309 @{name="strarg",value="0x11940 \"A string argument.\""@},
32310 @{name="fltarg",value="3.5"@}]@},
32311 frame=@{level="4",args=[]@}]
32312 (gdb)
32313 -stack-list-arguments 0 2 2
32314 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
32315 (gdb)
32316 -stack-list-arguments 1 2 2
32317 ^done,stack-args=[frame=@{level="2",
32318 args=[@{name="intarg",value="2"@},
32319 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
32320 (gdb)
32321 @end smallexample
32322
32323 @c @subheading -stack-list-exception-handlers
32324
32325
32326 @anchor{-stack-list-frames}
32327 @subheading The @code{-stack-list-frames} Command
32328 @findex -stack-list-frames
32329
32330 @subsubheading Synopsis
32331
32332 @smallexample
32333 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
32334 @end smallexample
32335
32336 List the frames currently on the stack. For each frame it displays the
32337 following info:
32338
32339 @table @samp
32340 @item @var{level}
32341 The frame number, 0 being the topmost frame, i.e., the innermost function.
32342 @item @var{addr}
32343 The @code{$pc} value for that frame.
32344 @item @var{func}
32345 Function name.
32346 @item @var{file}
32347 File name of the source file where the function lives.
32348 @item @var{fullname}
32349 The full file name of the source file where the function lives.
32350 @item @var{line}
32351 Line number corresponding to the @code{$pc}.
32352 @item @var{from}
32353 The shared library where this function is defined. This is only given
32354 if the frame's function is not known.
32355 @item @var{arch}
32356 Frame's architecture.
32357 @end table
32358
32359 If invoked without arguments, this command prints a backtrace for the
32360 whole stack. If given two integer arguments, it shows the frames whose
32361 levels are between the two arguments (inclusive). If the two arguments
32362 are equal, it shows the single frame at the corresponding level. It is
32363 an error if @var{low-frame} is larger than the actual number of
32364 frames. On the other hand, @var{high-frame} may be larger than the
32365 actual number of frames, in which case only existing frames will be
32366 returned. If the option @code{--no-frame-filters} is supplied, then
32367 Python frame filters will not be executed.
32368
32369 @subsubheading @value{GDBN} Command
32370
32371 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
32372
32373 @subsubheading Example
32374
32375 Full stack backtrace:
32376
32377 @smallexample
32378 (gdb)
32379 -stack-list-frames
32380 ^done,stack=
32381 [frame=@{level="0",addr="0x0001076c",func="foo",
32382 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
32383 arch="i386:x86_64"@},
32384 frame=@{level="1",addr="0x000107a4",func="foo",
32385 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32386 arch="i386:x86_64"@},
32387 frame=@{level="2",addr="0x000107a4",func="foo",
32388 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32389 arch="i386:x86_64"@},
32390 frame=@{level="3",addr="0x000107a4",func="foo",
32391 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32392 arch="i386:x86_64"@},
32393 frame=@{level="4",addr="0x000107a4",func="foo",
32394 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32395 arch="i386:x86_64"@},
32396 frame=@{level="5",addr="0x000107a4",func="foo",
32397 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32398 arch="i386:x86_64"@},
32399 frame=@{level="6",addr="0x000107a4",func="foo",
32400 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32401 arch="i386:x86_64"@},
32402 frame=@{level="7",addr="0x000107a4",func="foo",
32403 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32404 arch="i386:x86_64"@},
32405 frame=@{level="8",addr="0x000107a4",func="foo",
32406 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32407 arch="i386:x86_64"@},
32408 frame=@{level="9",addr="0x000107a4",func="foo",
32409 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32410 arch="i386:x86_64"@},
32411 frame=@{level="10",addr="0x000107a4",func="foo",
32412 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32413 arch="i386:x86_64"@},
32414 frame=@{level="11",addr="0x00010738",func="main",
32415 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
32416 arch="i386:x86_64"@}]
32417 (gdb)
32418 @end smallexample
32419
32420 Show frames between @var{low_frame} and @var{high_frame}:
32421
32422 @smallexample
32423 (gdb)
32424 -stack-list-frames 3 5
32425 ^done,stack=
32426 [frame=@{level="3",addr="0x000107a4",func="foo",
32427 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32428 arch="i386:x86_64"@},
32429 frame=@{level="4",addr="0x000107a4",func="foo",
32430 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32431 arch="i386:x86_64"@},
32432 frame=@{level="5",addr="0x000107a4",func="foo",
32433 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32434 arch="i386:x86_64"@}]
32435 (gdb)
32436 @end smallexample
32437
32438 Show a single frame:
32439
32440 @smallexample
32441 (gdb)
32442 -stack-list-frames 3 3
32443 ^done,stack=
32444 [frame=@{level="3",addr="0x000107a4",func="foo",
32445 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32446 arch="i386:x86_64"@}]
32447 (gdb)
32448 @end smallexample
32449
32450
32451 @subheading The @code{-stack-list-locals} Command
32452 @findex -stack-list-locals
32453 @anchor{-stack-list-locals}
32454
32455 @subsubheading Synopsis
32456
32457 @smallexample
32458 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32459 @end smallexample
32460
32461 Display the local variable names for the selected frame. If
32462 @var{print-values} is 0 or @code{--no-values}, print only the names of
32463 the variables; if it is 1 or @code{--all-values}, print also their
32464 values; and if it is 2 or @code{--simple-values}, print the name,
32465 type and value for simple data types, and the name and type for arrays,
32466 structures and unions. In this last case, a frontend can immediately
32467 display the value of simple data types and create variable objects for
32468 other data types when the user wishes to explore their values in
32469 more detail. If the option @code{--no-frame-filters} is supplied, then
32470 Python frame filters will not be executed.
32471
32472 If the @code{--skip-unavailable} option is specified, local variables
32473 that are not available are not listed. Partially available local
32474 variables are still displayed, however.
32475
32476 This command is deprecated in favor of the
32477 @samp{-stack-list-variables} command.
32478
32479 @subsubheading @value{GDBN} Command
32480
32481 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
32482
32483 @subsubheading Example
32484
32485 @smallexample
32486 (gdb)
32487 -stack-list-locals 0
32488 ^done,locals=[name="A",name="B",name="C"]
32489 (gdb)
32490 -stack-list-locals --all-values
32491 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
32492 @{name="C",value="@{1, 2, 3@}"@}]
32493 -stack-list-locals --simple-values
32494 ^done,locals=[@{name="A",type="int",value="1"@},
32495 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
32496 (gdb)
32497 @end smallexample
32498
32499 @anchor{-stack-list-variables}
32500 @subheading The @code{-stack-list-variables} Command
32501 @findex -stack-list-variables
32502
32503 @subsubheading Synopsis
32504
32505 @smallexample
32506 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32507 @end smallexample
32508
32509 Display the names of local variables and function arguments for the selected frame. If
32510 @var{print-values} is 0 or @code{--no-values}, print only the names of
32511 the variables; if it is 1 or @code{--all-values}, print also their
32512 values; and if it is 2 or @code{--simple-values}, print the name,
32513 type and value for simple data types, and the name and type for arrays,
32514 structures and unions. If the option @code{--no-frame-filters} is
32515 supplied, then Python frame filters will not be executed.
32516
32517 If the @code{--skip-unavailable} option is specified, local variables
32518 and arguments that are not available are not listed. Partially
32519 available arguments and local variables are still displayed, however.
32520
32521 @subsubheading Example
32522
32523 @smallexample
32524 (gdb)
32525 -stack-list-variables --thread 1 --frame 0 --all-values
32526 ^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
32527 (gdb)
32528 @end smallexample
32529
32530
32531 @subheading The @code{-stack-select-frame} Command
32532 @findex -stack-select-frame
32533
32534 @subsubheading Synopsis
32535
32536 @smallexample
32537 -stack-select-frame @var{framenum}
32538 @end smallexample
32539
32540 Change the selected frame. Select a different frame @var{framenum} on
32541 the stack.
32542
32543 This command in deprecated in favor of passing the @samp{--frame}
32544 option to every command.
32545
32546 @subsubheading @value{GDBN} Command
32547
32548 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
32549 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
32550
32551 @subsubheading Example
32552
32553 @smallexample
32554 (gdb)
32555 -stack-select-frame 2
32556 ^done
32557 (gdb)
32558 @end smallexample
32559
32560 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32561 @node GDB/MI Variable Objects
32562 @section @sc{gdb/mi} Variable Objects
32563
32564 @ignore
32565
32566 @subheading Motivation for Variable Objects in @sc{gdb/mi}
32567
32568 For the implementation of a variable debugger window (locals, watched
32569 expressions, etc.), we are proposing the adaptation of the existing code
32570 used by @code{Insight}.
32571
32572 The two main reasons for that are:
32573
32574 @enumerate 1
32575 @item
32576 It has been proven in practice (it is already on its second generation).
32577
32578 @item
32579 It will shorten development time (needless to say how important it is
32580 now).
32581 @end enumerate
32582
32583 The original interface was designed to be used by Tcl code, so it was
32584 slightly changed so it could be used through @sc{gdb/mi}. This section
32585 describes the @sc{gdb/mi} operations that will be available and gives some
32586 hints about their use.
32587
32588 @emph{Note}: In addition to the set of operations described here, we
32589 expect the @sc{gui} implementation of a variable window to require, at
32590 least, the following operations:
32591
32592 @itemize @bullet
32593 @item @code{-gdb-show} @code{output-radix}
32594 @item @code{-stack-list-arguments}
32595 @item @code{-stack-list-locals}
32596 @item @code{-stack-select-frame}
32597 @end itemize
32598
32599 @end ignore
32600
32601 @subheading Introduction to Variable Objects
32602
32603 @cindex variable objects in @sc{gdb/mi}
32604
32605 Variable objects are "object-oriented" MI interface for examining and
32606 changing values of expressions. Unlike some other MI interfaces that
32607 work with expressions, variable objects are specifically designed for
32608 simple and efficient presentation in the frontend. A variable object
32609 is identified by string name. When a variable object is created, the
32610 frontend specifies the expression for that variable object. The
32611 expression can be a simple variable, or it can be an arbitrary complex
32612 expression, and can even involve CPU registers. After creating a
32613 variable object, the frontend can invoke other variable object
32614 operations---for example to obtain or change the value of a variable
32615 object, or to change display format.
32616
32617 Variable objects have hierarchical tree structure. Any variable object
32618 that corresponds to a composite type, such as structure in C, has
32619 a number of child variable objects, for example corresponding to each
32620 element of a structure. A child variable object can itself have
32621 children, recursively. Recursion ends when we reach
32622 leaf variable objects, which always have built-in types. Child variable
32623 objects are created only by explicit request, so if a frontend
32624 is not interested in the children of a particular variable object, no
32625 child will be created.
32626
32627 For a leaf variable object it is possible to obtain its value as a
32628 string, or set the value from a string. String value can be also
32629 obtained for a non-leaf variable object, but it's generally a string
32630 that only indicates the type of the object, and does not list its
32631 contents. Assignment to a non-leaf variable object is not allowed.
32632
32633 A frontend does not need to read the values of all variable objects each time
32634 the program stops. Instead, MI provides an update command that lists all
32635 variable objects whose values has changed since the last update
32636 operation. This considerably reduces the amount of data that must
32637 be transferred to the frontend. As noted above, children variable
32638 objects are created on demand, and only leaf variable objects have a
32639 real value. As result, gdb will read target memory only for leaf
32640 variables that frontend has created.
32641
32642 The automatic update is not always desirable. For example, a frontend
32643 might want to keep a value of some expression for future reference,
32644 and never update it. For another example, fetching memory is
32645 relatively slow for embedded targets, so a frontend might want
32646 to disable automatic update for the variables that are either not
32647 visible on the screen, or ``closed''. This is possible using so
32648 called ``frozen variable objects''. Such variable objects are never
32649 implicitly updated.
32650
32651 Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
32652 fixed variable object, the expression is parsed when the variable
32653 object is created, including associating identifiers to specific
32654 variables. The meaning of expression never changes. For a floating
32655 variable object the values of variables whose names appear in the
32656 expressions are re-evaluated every time in the context of the current
32657 frame. Consider this example:
32658
32659 @smallexample
32660 void do_work(...)
32661 @{
32662 struct work_state state;
32663
32664 if (...)
32665 do_work(...);
32666 @}
32667 @end smallexample
32668
32669 If a fixed variable object for the @code{state} variable is created in
32670 this function, and we enter the recursive call, the variable
32671 object will report the value of @code{state} in the top-level
32672 @code{do_work} invocation. On the other hand, a floating variable
32673 object will report the value of @code{state} in the current frame.
32674
32675 If an expression specified when creating a fixed variable object
32676 refers to a local variable, the variable object becomes bound to the
32677 thread and frame in which the variable object is created. When such
32678 variable object is updated, @value{GDBN} makes sure that the
32679 thread/frame combination the variable object is bound to still exists,
32680 and re-evaluates the variable object in context of that thread/frame.
32681
32682 The following is the complete set of @sc{gdb/mi} operations defined to
32683 access this functionality:
32684
32685 @multitable @columnfractions .4 .6
32686 @item @strong{Operation}
32687 @tab @strong{Description}
32688
32689 @item @code{-enable-pretty-printing}
32690 @tab enable Python-based pretty-printing
32691 @item @code{-var-create}
32692 @tab create a variable object
32693 @item @code{-var-delete}
32694 @tab delete the variable object and/or its children
32695 @item @code{-var-set-format}
32696 @tab set the display format of this variable
32697 @item @code{-var-show-format}
32698 @tab show the display format of this variable
32699 @item @code{-var-info-num-children}
32700 @tab tells how many children this object has
32701 @item @code{-var-list-children}
32702 @tab return a list of the object's children
32703 @item @code{-var-info-type}
32704 @tab show the type of this variable object
32705 @item @code{-var-info-expression}
32706 @tab print parent-relative expression that this variable object represents
32707 @item @code{-var-info-path-expression}
32708 @tab print full expression that this variable object represents
32709 @item @code{-var-show-attributes}
32710 @tab is this variable editable? does it exist here?
32711 @item @code{-var-evaluate-expression}
32712 @tab get the value of this variable
32713 @item @code{-var-assign}
32714 @tab set the value of this variable
32715 @item @code{-var-update}
32716 @tab update the variable and its children
32717 @item @code{-var-set-frozen}
32718 @tab set frozenness attribute
32719 @item @code{-var-set-update-range}
32720 @tab set range of children to display on update
32721 @end multitable
32722
32723 In the next subsection we describe each operation in detail and suggest
32724 how it can be used.
32725
32726 @subheading Description And Use of Operations on Variable Objects
32727
32728 @subheading The @code{-enable-pretty-printing} Command
32729 @findex -enable-pretty-printing
32730
32731 @smallexample
32732 -enable-pretty-printing
32733 @end smallexample
32734
32735 @value{GDBN} allows Python-based visualizers to affect the output of the
32736 MI variable object commands. However, because there was no way to
32737 implement this in a fully backward-compatible way, a front end must
32738 request that this functionality be enabled.
32739
32740 Once enabled, this feature cannot be disabled.
32741
32742 Note that if Python support has not been compiled into @value{GDBN},
32743 this command will still succeed (and do nothing).
32744
32745 This feature is currently (as of @value{GDBN} 7.0) experimental, and
32746 may work differently in future versions of @value{GDBN}.
32747
32748 @subheading The @code{-var-create} Command
32749 @findex -var-create
32750
32751 @subsubheading Synopsis
32752
32753 @smallexample
32754 -var-create @{@var{name} | "-"@}
32755 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
32756 @end smallexample
32757
32758 This operation creates a variable object, which allows the monitoring of
32759 a variable, the result of an expression, a memory cell or a CPU
32760 register.
32761
32762 The @var{name} parameter is the string by which the object can be
32763 referenced. It must be unique. If @samp{-} is specified, the varobj
32764 system will generate a string ``varNNNNNN'' automatically. It will be
32765 unique provided that one does not specify @var{name} of that format.
32766 The command fails if a duplicate name is found.
32767
32768 The frame under which the expression should be evaluated can be
32769 specified by @var{frame-addr}. A @samp{*} indicates that the current
32770 frame should be used. A @samp{@@} indicates that a floating variable
32771 object must be created.
32772
32773 @var{expression} is any expression valid on the current language set (must not
32774 begin with a @samp{*}), or one of the following:
32775
32776 @itemize @bullet
32777 @item
32778 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
32779
32780 @item
32781 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
32782
32783 @item
32784 @samp{$@var{regname}} --- a CPU register name
32785 @end itemize
32786
32787 @cindex dynamic varobj
32788 A varobj's contents may be provided by a Python-based pretty-printer. In this
32789 case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
32790 have slightly different semantics in some cases. If the
32791 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}
32792 will never create a dynamic varobj. This ensures backward
32793 compatibility for existing clients.
32794
32795 @subsubheading Result
32796
32797 This operation returns attributes of the newly-created varobj. These
32798 are:
32799
32800 @table @samp
32801 @item name
32802 The name of the varobj.
32803
32804 @item numchild
32805 The number of children of the varobj. This number is not necessarily
32806 reliable for a dynamic varobj. Instead, you must examine the
32807 @samp{has_more} attribute.
32808
32809 @item value
32810 The varobj's scalar value. For a varobj whose type is some sort of
32811 aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
32812 will not be interesting.
32813
32814 @item type
32815 The varobj's type. This is a string representation of the type, as
32816 would be printed by the @value{GDBN} CLI. If @samp{print object}
32817 (@pxref{Print Settings, set print object}) is set to @code{on}, the
32818 @emph{actual} (derived) type of the object is shown rather than the
32819 @emph{declared} one.
32820
32821 @item thread-id
32822 If a variable object is bound to a specific thread, then this is the
32823 thread's global identifier.
32824
32825 @item has_more
32826 For a dynamic varobj, this indicates whether there appear to be any
32827 children available. For a non-dynamic varobj, this will be 0.
32828
32829 @item dynamic
32830 This attribute will be present and have the value @samp{1} if the
32831 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32832 then this attribute will not be present.
32833
32834 @item displayhint
32835 A dynamic varobj can supply a display hint to the front end. The
32836 value comes directly from the Python pretty-printer object's
32837 @code{display_hint} method. @xref{Pretty Printing API}.
32838 @end table
32839
32840 Typical output will look like this:
32841
32842 @smallexample
32843 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
32844 has_more="@var{has_more}"
32845 @end smallexample
32846
32847
32848 @subheading The @code{-var-delete} Command
32849 @findex -var-delete
32850
32851 @subsubheading Synopsis
32852
32853 @smallexample
32854 -var-delete [ -c ] @var{name}
32855 @end smallexample
32856
32857 Deletes a previously created variable object and all of its children.
32858 With the @samp{-c} option, just deletes the children.
32859
32860 Returns an error if the object @var{name} is not found.
32861
32862
32863 @subheading The @code{-var-set-format} Command
32864 @findex -var-set-format
32865
32866 @subsubheading Synopsis
32867
32868 @smallexample
32869 -var-set-format @var{name} @var{format-spec}
32870 @end smallexample
32871
32872 Sets the output format for the value of the object @var{name} to be
32873 @var{format-spec}.
32874
32875 @anchor{-var-set-format}
32876 The syntax for the @var{format-spec} is as follows:
32877
32878 @smallexample
32879 @var{format-spec} @expansion{}
32880 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
32881 @end smallexample
32882
32883 The natural format is the default format choosen automatically
32884 based on the variable type (like decimal for an @code{int}, hex
32885 for pointers, etc.).
32886
32887 The zero-hexadecimal format has a representation similar to hexadecimal
32888 but with padding zeroes to the left of the value. For example, a 32-bit
32889 hexadecimal value of 0x1234 would be represented as 0x00001234 in the
32890 zero-hexadecimal format.
32891
32892 For a variable with children, the format is set only on the
32893 variable itself, and the children are not affected.
32894
32895 @subheading The @code{-var-show-format} Command
32896 @findex -var-show-format
32897
32898 @subsubheading Synopsis
32899
32900 @smallexample
32901 -var-show-format @var{name}
32902 @end smallexample
32903
32904 Returns the format used to display the value of the object @var{name}.
32905
32906 @smallexample
32907 @var{format} @expansion{}
32908 @var{format-spec}
32909 @end smallexample
32910
32911
32912 @subheading The @code{-var-info-num-children} Command
32913 @findex -var-info-num-children
32914
32915 @subsubheading Synopsis
32916
32917 @smallexample
32918 -var-info-num-children @var{name}
32919 @end smallexample
32920
32921 Returns the number of children of a variable object @var{name}:
32922
32923 @smallexample
32924 numchild=@var{n}
32925 @end smallexample
32926
32927 Note that this number is not completely reliable for a dynamic varobj.
32928 It will return the current number of children, but more children may
32929 be available.
32930
32931
32932 @subheading The @code{-var-list-children} Command
32933 @findex -var-list-children
32934
32935 @subsubheading Synopsis
32936
32937 @smallexample
32938 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
32939 @end smallexample
32940 @anchor{-var-list-children}
32941
32942 Return a list of the children of the specified variable object and
32943 create variable objects for them, if they do not already exist. With
32944 a single argument or if @var{print-values} has a value of 0 or
32945 @code{--no-values}, print only the names of the variables; if
32946 @var{print-values} is 1 or @code{--all-values}, also print their
32947 values; and if it is 2 or @code{--simple-values} print the name and
32948 value for simple data types and just the name for arrays, structures
32949 and unions.
32950
32951 @var{from} and @var{to}, if specified, indicate the range of children
32952 to report. If @var{from} or @var{to} is less than zero, the range is
32953 reset and all children will be reported. Otherwise, children starting
32954 at @var{from} (zero-based) and up to and excluding @var{to} will be
32955 reported.
32956
32957 If a child range is requested, it will only affect the current call to
32958 @code{-var-list-children}, but not future calls to @code{-var-update}.
32959 For this, you must instead use @code{-var-set-update-range}. The
32960 intent of this approach is to enable a front end to implement any
32961 update approach it likes; for example, scrolling a view may cause the
32962 front end to request more children with @code{-var-list-children}, and
32963 then the front end could call @code{-var-set-update-range} with a
32964 different range to ensure that future updates are restricted to just
32965 the visible items.
32966
32967 For each child the following results are returned:
32968
32969 @table @var
32970
32971 @item name
32972 Name of the variable object created for this child.
32973
32974 @item exp
32975 The expression to be shown to the user by the front end to designate this child.
32976 For example this may be the name of a structure member.
32977
32978 For a dynamic varobj, this value cannot be used to form an
32979 expression. There is no way to do this at all with a dynamic varobj.
32980
32981 For C/C@t{++} structures there are several pseudo children returned to
32982 designate access qualifiers. For these pseudo children @var{exp} is
32983 @samp{public}, @samp{private}, or @samp{protected}. In this case the
32984 type and value are not present.
32985
32986 A dynamic varobj will not report the access qualifying
32987 pseudo-children, regardless of the language. This information is not
32988 available at all with a dynamic varobj.
32989
32990 @item numchild
32991 Number of children this child has. For a dynamic varobj, this will be
32992 0.
32993
32994 @item type
32995 The type of the child. If @samp{print object}
32996 (@pxref{Print Settings, set print object}) is set to @code{on}, the
32997 @emph{actual} (derived) type of the object is shown rather than the
32998 @emph{declared} one.
32999
33000 @item value
33001 If values were requested, this is the value.
33002
33003 @item thread-id
33004 If this variable object is associated with a thread, this is the
33005 thread's global thread id. Otherwise this result is not present.
33006
33007 @item frozen
33008 If the variable object is frozen, this variable will be present with a value of 1.
33009
33010 @item displayhint
33011 A dynamic varobj can supply a display hint to the front end. The
33012 value comes directly from the Python pretty-printer object's
33013 @code{display_hint} method. @xref{Pretty Printing API}.
33014
33015 @item dynamic
33016 This attribute will be present and have the value @samp{1} if the
33017 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33018 then this attribute will not be present.
33019
33020 @end table
33021
33022 The result may have its own attributes:
33023
33024 @table @samp
33025 @item displayhint
33026 A dynamic varobj can supply a display hint to the front end. The
33027 value comes directly from the Python pretty-printer object's
33028 @code{display_hint} method. @xref{Pretty Printing API}.
33029
33030 @item has_more
33031 This is an integer attribute which is nonzero if there are children
33032 remaining after the end of the selected range.
33033 @end table
33034
33035 @subsubheading Example
33036
33037 @smallexample
33038 (gdb)
33039 -var-list-children n
33040 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
33041 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
33042 (gdb)
33043 -var-list-children --all-values n
33044 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
33045 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
33046 @end smallexample
33047
33048
33049 @subheading The @code{-var-info-type} Command
33050 @findex -var-info-type
33051
33052 @subsubheading Synopsis
33053
33054 @smallexample
33055 -var-info-type @var{name}
33056 @end smallexample
33057
33058 Returns the type of the specified variable @var{name}. The type is
33059 returned as a string in the same format as it is output by the
33060 @value{GDBN} CLI:
33061
33062 @smallexample
33063 type=@var{typename}
33064 @end smallexample
33065
33066
33067 @subheading The @code{-var-info-expression} Command
33068 @findex -var-info-expression
33069
33070 @subsubheading Synopsis
33071
33072 @smallexample
33073 -var-info-expression @var{name}
33074 @end smallexample
33075
33076 Returns a string that is suitable for presenting this
33077 variable object in user interface. The string is generally
33078 not valid expression in the current language, and cannot be evaluated.
33079
33080 For example, if @code{a} is an array, and variable object
33081 @code{A} was created for @code{a}, then we'll get this output:
33082
33083 @smallexample
33084 (gdb) -var-info-expression A.1
33085 ^done,lang="C",exp="1"
33086 @end smallexample
33087
33088 @noindent
33089 Here, the value of @code{lang} is the language name, which can be
33090 found in @ref{Supported Languages}.
33091
33092 Note that the output of the @code{-var-list-children} command also
33093 includes those expressions, so the @code{-var-info-expression} command
33094 is of limited use.
33095
33096 @subheading The @code{-var-info-path-expression} Command
33097 @findex -var-info-path-expression
33098
33099 @subsubheading Synopsis
33100
33101 @smallexample
33102 -var-info-path-expression @var{name}
33103 @end smallexample
33104
33105 Returns an expression that can be evaluated in the current
33106 context and will yield the same value that a variable object has.
33107 Compare this with the @code{-var-info-expression} command, which
33108 result can be used only for UI presentation. Typical use of
33109 the @code{-var-info-path-expression} command is creating a
33110 watchpoint from a variable object.
33111
33112 This command is currently not valid for children of a dynamic varobj,
33113 and will give an error when invoked on one.
33114
33115 For example, suppose @code{C} is a C@t{++} class, derived from class
33116 @code{Base}, and that the @code{Base} class has a member called
33117 @code{m_size}. Assume a variable @code{c} is has the type of
33118 @code{C} and a variable object @code{C} was created for variable
33119 @code{c}. Then, we'll get this output:
33120 @smallexample
33121 (gdb) -var-info-path-expression C.Base.public.m_size
33122 ^done,path_expr=((Base)c).m_size)
33123 @end smallexample
33124
33125 @subheading The @code{-var-show-attributes} Command
33126 @findex -var-show-attributes
33127
33128 @subsubheading Synopsis
33129
33130 @smallexample
33131 -var-show-attributes @var{name}
33132 @end smallexample
33133
33134 List attributes of the specified variable object @var{name}:
33135
33136 @smallexample
33137 status=@var{attr} [ ( ,@var{attr} )* ]
33138 @end smallexample
33139
33140 @noindent
33141 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
33142
33143 @subheading The @code{-var-evaluate-expression} Command
33144 @findex -var-evaluate-expression
33145
33146 @subsubheading Synopsis
33147
33148 @smallexample
33149 -var-evaluate-expression [-f @var{format-spec}] @var{name}
33150 @end smallexample
33151
33152 Evaluates the expression that is represented by the specified variable
33153 object and returns its value as a string. The format of the string
33154 can be specified with the @samp{-f} option. The possible values of
33155 this option are the same as for @code{-var-set-format}
33156 (@pxref{-var-set-format}). If the @samp{-f} option is not specified,
33157 the current display format will be used. The current display format
33158 can be changed using the @code{-var-set-format} command.
33159
33160 @smallexample
33161 value=@var{value}
33162 @end smallexample
33163
33164 Note that one must invoke @code{-var-list-children} for a variable
33165 before the value of a child variable can be evaluated.
33166
33167 @subheading The @code{-var-assign} Command
33168 @findex -var-assign
33169
33170 @subsubheading Synopsis
33171
33172 @smallexample
33173 -var-assign @var{name} @var{expression}
33174 @end smallexample
33175
33176 Assigns the value of @var{expression} to the variable object specified
33177 by @var{name}. The object must be @samp{editable}. If the variable's
33178 value is altered by the assign, the variable will show up in any
33179 subsequent @code{-var-update} list.
33180
33181 @subsubheading Example
33182
33183 @smallexample
33184 (gdb)
33185 -var-assign var1 3
33186 ^done,value="3"
33187 (gdb)
33188 -var-update *
33189 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
33190 (gdb)
33191 @end smallexample
33192
33193 @subheading The @code{-var-update} Command
33194 @findex -var-update
33195
33196 @subsubheading Synopsis
33197
33198 @smallexample
33199 -var-update [@var{print-values}] @{@var{name} | "*"@}
33200 @end smallexample
33201
33202 Reevaluate the expressions corresponding to the variable object
33203 @var{name} and all its direct and indirect children, and return the
33204 list of variable objects whose values have changed; @var{name} must
33205 be a root variable object. Here, ``changed'' means that the result of
33206 @code{-var-evaluate-expression} before and after the
33207 @code{-var-update} is different. If @samp{*} is used as the variable
33208 object names, all existing variable objects are updated, except
33209 for frozen ones (@pxref{-var-set-frozen}). The option
33210 @var{print-values} determines whether both names and values, or just
33211 names are printed. The possible values of this option are the same
33212 as for @code{-var-list-children} (@pxref{-var-list-children}). It is
33213 recommended to use the @samp{--all-values} option, to reduce the
33214 number of MI commands needed on each program stop.
33215
33216 With the @samp{*} parameter, if a variable object is bound to a
33217 currently running thread, it will not be updated, without any
33218 diagnostic.
33219
33220 If @code{-var-set-update-range} was previously used on a varobj, then
33221 only the selected range of children will be reported.
33222
33223 @code{-var-update} reports all the changed varobjs in a tuple named
33224 @samp{changelist}.
33225
33226 Each item in the change list is itself a tuple holding:
33227
33228 @table @samp
33229 @item name
33230 The name of the varobj.
33231
33232 @item value
33233 If values were requested for this update, then this field will be
33234 present and will hold the value of the varobj.
33235
33236 @item in_scope
33237 @anchor{-var-update}
33238 This field is a string which may take one of three values:
33239
33240 @table @code
33241 @item "true"
33242 The variable object's current value is valid.
33243
33244 @item "false"
33245 The variable object does not currently hold a valid value but it may
33246 hold one in the future if its associated expression comes back into
33247 scope.
33248
33249 @item "invalid"
33250 The variable object no longer holds a valid value.
33251 This can occur when the executable file being debugged has changed,
33252 either through recompilation or by using the @value{GDBN} @code{file}
33253 command. The front end should normally choose to delete these variable
33254 objects.
33255 @end table
33256
33257 In the future new values may be added to this list so the front should
33258 be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
33259
33260 @item type_changed
33261 This is only present if the varobj is still valid. If the type
33262 changed, then this will be the string @samp{true}; otherwise it will
33263 be @samp{false}.
33264
33265 When a varobj's type changes, its children are also likely to have
33266 become incorrect. Therefore, the varobj's children are automatically
33267 deleted when this attribute is @samp{true}. Also, the varobj's update
33268 range, when set using the @code{-var-set-update-range} command, is
33269 unset.
33270
33271 @item new_type
33272 If the varobj's type changed, then this field will be present and will
33273 hold the new type.
33274
33275 @item new_num_children
33276 For a dynamic varobj, if the number of children changed, or if the
33277 type changed, this will be the new number of children.
33278
33279 The @samp{numchild} field in other varobj responses is generally not
33280 valid for a dynamic varobj -- it will show the number of children that
33281 @value{GDBN} knows about, but because dynamic varobjs lazily
33282 instantiate their children, this will not reflect the number of
33283 children which may be available.
33284
33285 The @samp{new_num_children} attribute only reports changes to the
33286 number of children known by @value{GDBN}. This is the only way to
33287 detect whether an update has removed children (which necessarily can
33288 only happen at the end of the update range).
33289
33290 @item displayhint
33291 The display hint, if any.
33292
33293 @item has_more
33294 This is an integer value, which will be 1 if there are more children
33295 available outside the varobj's update range.
33296
33297 @item dynamic
33298 This attribute will be present and have the value @samp{1} if the
33299 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33300 then this attribute will not be present.
33301
33302 @item new_children
33303 If new children were added to a dynamic varobj within the selected
33304 update range (as set by @code{-var-set-update-range}), then they will
33305 be listed in this attribute.
33306 @end table
33307
33308 @subsubheading Example
33309
33310 @smallexample
33311 (gdb)
33312 -var-assign var1 3
33313 ^done,value="3"
33314 (gdb)
33315 -var-update --all-values var1
33316 ^done,changelist=[@{name="var1",value="3",in_scope="true",
33317 type_changed="false"@}]
33318 (gdb)
33319 @end smallexample
33320
33321 @subheading The @code{-var-set-frozen} Command
33322 @findex -var-set-frozen
33323 @anchor{-var-set-frozen}
33324
33325 @subsubheading Synopsis
33326
33327 @smallexample
33328 -var-set-frozen @var{name} @var{flag}
33329 @end smallexample
33330
33331 Set the frozenness flag on the variable object @var{name}. The
33332 @var{flag} parameter should be either @samp{1} to make the variable
33333 frozen or @samp{0} to make it unfrozen. If a variable object is
33334 frozen, then neither itself, nor any of its children, are
33335 implicitly updated by @code{-var-update} of
33336 a parent variable or by @code{-var-update *}. Only
33337 @code{-var-update} of the variable itself will update its value and
33338 values of its children. After a variable object is unfrozen, it is
33339 implicitly updated by all subsequent @code{-var-update} operations.
33340 Unfreezing a variable does not update it, only subsequent
33341 @code{-var-update} does.
33342
33343 @subsubheading Example
33344
33345 @smallexample
33346 (gdb)
33347 -var-set-frozen V 1
33348 ^done
33349 (gdb)
33350 @end smallexample
33351
33352 @subheading The @code{-var-set-update-range} command
33353 @findex -var-set-update-range
33354 @anchor{-var-set-update-range}
33355
33356 @subsubheading Synopsis
33357
33358 @smallexample
33359 -var-set-update-range @var{name} @var{from} @var{to}
33360 @end smallexample
33361
33362 Set the range of children to be returned by future invocations of
33363 @code{-var-update}.
33364
33365 @var{from} and @var{to} indicate the range of children to report. If
33366 @var{from} or @var{to} is less than zero, the range is reset and all
33367 children will be reported. Otherwise, children starting at @var{from}
33368 (zero-based) and up to and excluding @var{to} will be reported.
33369
33370 @subsubheading Example
33371
33372 @smallexample
33373 (gdb)
33374 -var-set-update-range V 1 2
33375 ^done
33376 @end smallexample
33377
33378 @subheading The @code{-var-set-visualizer} command
33379 @findex -var-set-visualizer
33380 @anchor{-var-set-visualizer}
33381
33382 @subsubheading Synopsis
33383
33384 @smallexample
33385 -var-set-visualizer @var{name} @var{visualizer}
33386 @end smallexample
33387
33388 Set a visualizer for the variable object @var{name}.
33389
33390 @var{visualizer} is the visualizer to use. The special value
33391 @samp{None} means to disable any visualizer in use.
33392
33393 If not @samp{None}, @var{visualizer} must be a Python expression.
33394 This expression must evaluate to a callable object which accepts a
33395 single argument. @value{GDBN} will call this object with the value of
33396 the varobj @var{name} as an argument (this is done so that the same
33397 Python pretty-printing code can be used for both the CLI and MI).
33398 When called, this object must return an object which conforms to the
33399 pretty-printing interface (@pxref{Pretty Printing API}).
33400
33401 The pre-defined function @code{gdb.default_visualizer} may be used to
33402 select a visualizer by following the built-in process
33403 (@pxref{Selecting Pretty-Printers}). This is done automatically when
33404 a varobj is created, and so ordinarily is not needed.
33405
33406 This feature is only available if Python support is enabled. The MI
33407 command @code{-list-features} (@pxref{GDB/MI Support Commands})
33408 can be used to check this.
33409
33410 @subsubheading Example
33411
33412 Resetting the visualizer:
33413
33414 @smallexample
33415 (gdb)
33416 -var-set-visualizer V None
33417 ^done
33418 @end smallexample
33419
33420 Reselecting the default (type-based) visualizer:
33421
33422 @smallexample
33423 (gdb)
33424 -var-set-visualizer V gdb.default_visualizer
33425 ^done
33426 @end smallexample
33427
33428 Suppose @code{SomeClass} is a visualizer class. A lambda expression
33429 can be used to instantiate this class for a varobj:
33430
33431 @smallexample
33432 (gdb)
33433 -var-set-visualizer V "lambda val: SomeClass()"
33434 ^done
33435 @end smallexample
33436
33437 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33438 @node GDB/MI Data Manipulation
33439 @section @sc{gdb/mi} Data Manipulation
33440
33441 @cindex data manipulation, in @sc{gdb/mi}
33442 @cindex @sc{gdb/mi}, data manipulation
33443 This section describes the @sc{gdb/mi} commands that manipulate data:
33444 examine memory and registers, evaluate expressions, etc.
33445
33446 For details about what an addressable memory unit is,
33447 @pxref{addressable memory unit}.
33448
33449 @c REMOVED FROM THE INTERFACE.
33450 @c @subheading -data-assign
33451 @c Change the value of a program variable. Plenty of side effects.
33452 @c @subsubheading GDB Command
33453 @c set variable
33454 @c @subsubheading Example
33455 @c N.A.
33456
33457 @subheading The @code{-data-disassemble} Command
33458 @findex -data-disassemble
33459
33460 @subsubheading Synopsis
33461
33462 @smallexample
33463 -data-disassemble
33464 [ -s @var{start-addr} -e @var{end-addr} ]
33465 | [ -a @var{addr} ]
33466 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
33467 -- @var{mode}
33468 @end smallexample
33469
33470 @noindent
33471 Where:
33472
33473 @table @samp
33474 @item @var{start-addr}
33475 is the beginning address (or @code{$pc})
33476 @item @var{end-addr}
33477 is the end address
33478 @item @var{addr}
33479 is an address anywhere within (or the name of) the function to
33480 disassemble. If an address is specified, the whole function
33481 surrounding that address will be disassembled. If a name is
33482 specified, the whole function with that name will be disassembled.
33483 @item @var{filename}
33484 is the name of the file to disassemble
33485 @item @var{linenum}
33486 is the line number to disassemble around
33487 @item @var{lines}
33488 is the number of disassembly lines to be produced. If it is -1,
33489 the whole function will be disassembled, in case no @var{end-addr} is
33490 specified. If @var{end-addr} is specified as a non-zero value, and
33491 @var{lines} is lower than the number of disassembly lines between
33492 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
33493 displayed; if @var{lines} is higher than the number of lines between
33494 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
33495 are displayed.
33496 @item @var{mode}
33497 is one of:
33498 @itemize @bullet
33499 @item 0 disassembly only
33500 @item 1 mixed source and disassembly (deprecated)
33501 @item 2 disassembly with raw opcodes
33502 @item 3 mixed source and disassembly with raw opcodes (deprecated)
33503 @item 4 mixed source and disassembly
33504 @item 5 mixed source and disassembly with raw opcodes
33505 @end itemize
33506
33507 Modes 1 and 3 are deprecated. The output is ``source centric''
33508 which hasn't proved useful in practice.
33509 @xref{Machine Code}, for a discussion of the difference between
33510 @code{/m} and @code{/s} output of the @code{disassemble} command.
33511 @end table
33512
33513 @subsubheading Result
33514
33515 The result of the @code{-data-disassemble} command will be a list named
33516 @samp{asm_insns}, the contents of this list depend on the @var{mode}
33517 used with the @code{-data-disassemble} command.
33518
33519 For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
33520 following fields:
33521
33522 @table @code
33523 @item address
33524 The address at which this instruction was disassembled.
33525
33526 @item func-name
33527 The name of the function this instruction is within.
33528
33529 @item offset
33530 The decimal offset in bytes from the start of @samp{func-name}.
33531
33532 @item inst
33533 The text disassembly for this @samp{address}.
33534
33535 @item opcodes
33536 This field is only present for modes 2, 3 and 5. This contains the raw opcode
33537 bytes for the @samp{inst} field.
33538
33539 @end table
33540
33541 For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
33542 @samp{src_and_asm_line}, each of which has the following fields:
33543
33544 @table @code
33545 @item line
33546 The line number within @samp{file}.
33547
33548 @item file
33549 The file name from the compilation unit. This might be an absolute
33550 file name or a relative file name depending on the compile command
33551 used.
33552
33553 @item fullname
33554 Absolute file name of @samp{file}. It is converted to a canonical form
33555 using the source file search path
33556 (@pxref{Source Path, ,Specifying Source Directories})
33557 and after resolving all the symbolic links.
33558
33559 If the source file is not found this field will contain the path as
33560 present in the debug information.
33561
33562 @item line_asm_insn
33563 This is a list of tuples containing the disassembly for @samp{line} in
33564 @samp{file}. The fields of each tuple are the same as for
33565 @code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
33566 @samp{func-name}, @samp{offset}, @samp{inst}, and optionally
33567 @samp{opcodes}.
33568
33569 @end table
33570
33571 Note that whatever included in the @samp{inst} field, is not
33572 manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
33573 adjust its format.
33574
33575 @subsubheading @value{GDBN} Command
33576
33577 The corresponding @value{GDBN} command is @samp{disassemble}.
33578
33579 @subsubheading Example
33580
33581 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
33582
33583 @smallexample
33584 (gdb)
33585 -data-disassemble -s $pc -e "$pc + 20" -- 0
33586 ^done,
33587 asm_insns=[
33588 @{address="0x000107c0",func-name="main",offset="4",
33589 inst="mov 2, %o0"@},
33590 @{address="0x000107c4",func-name="main",offset="8",
33591 inst="sethi %hi(0x11800), %o2"@},
33592 @{address="0x000107c8",func-name="main",offset="12",
33593 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
33594 @{address="0x000107cc",func-name="main",offset="16",
33595 inst="sethi %hi(0x11800), %o2"@},
33596 @{address="0x000107d0",func-name="main",offset="20",
33597 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
33598 (gdb)
33599 @end smallexample
33600
33601 Disassemble the whole @code{main} function. Line 32 is part of
33602 @code{main}.
33603
33604 @smallexample
33605 -data-disassemble -f basics.c -l 32 -- 0
33606 ^done,asm_insns=[
33607 @{address="0x000107bc",func-name="main",offset="0",
33608 inst="save %sp, -112, %sp"@},
33609 @{address="0x000107c0",func-name="main",offset="4",
33610 inst="mov 2, %o0"@},
33611 @{address="0x000107c4",func-name="main",offset="8",
33612 inst="sethi %hi(0x11800), %o2"@},
33613 [@dots{}]
33614 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
33615 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
33616 (gdb)
33617 @end smallexample
33618
33619 Disassemble 3 instructions from the start of @code{main}:
33620
33621 @smallexample
33622 (gdb)
33623 -data-disassemble -f basics.c -l 32 -n 3 -- 0
33624 ^done,asm_insns=[
33625 @{address="0x000107bc",func-name="main",offset="0",
33626 inst="save %sp, -112, %sp"@},
33627 @{address="0x000107c0",func-name="main",offset="4",
33628 inst="mov 2, %o0"@},
33629 @{address="0x000107c4",func-name="main",offset="8",
33630 inst="sethi %hi(0x11800), %o2"@}]
33631 (gdb)
33632 @end smallexample
33633
33634 Disassemble 3 instructions from the start of @code{main} in mixed mode:
33635
33636 @smallexample
33637 (gdb)
33638 -data-disassemble -f basics.c -l 32 -n 3 -- 1
33639 ^done,asm_insns=[
33640 src_and_asm_line=@{line="31",
33641 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33642 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33643 line_asm_insn=[@{address="0x000107bc",
33644 func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
33645 src_and_asm_line=@{line="32",
33646 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33647 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33648 line_asm_insn=[@{address="0x000107c0",
33649 func-name="main",offset="4",inst="mov 2, %o0"@},
33650 @{address="0x000107c4",func-name="main",offset="8",
33651 inst="sethi %hi(0x11800), %o2"@}]@}]
33652 (gdb)
33653 @end smallexample
33654
33655
33656 @subheading The @code{-data-evaluate-expression} Command
33657 @findex -data-evaluate-expression
33658
33659 @subsubheading Synopsis
33660
33661 @smallexample
33662 -data-evaluate-expression @var{expr}
33663 @end smallexample
33664
33665 Evaluate @var{expr} as an expression. The expression could contain an
33666 inferior function call. The function call will execute synchronously.
33667 If the expression contains spaces, it must be enclosed in double quotes.
33668
33669 @subsubheading @value{GDBN} Command
33670
33671 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
33672 @samp{call}. In @code{gdbtk} only, there's a corresponding
33673 @samp{gdb_eval} command.
33674
33675 @subsubheading Example
33676
33677 In the following example, the numbers that precede the commands are the
33678 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
33679 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
33680 output.
33681
33682 @smallexample
33683 211-data-evaluate-expression A
33684 211^done,value="1"
33685 (gdb)
33686 311-data-evaluate-expression &A
33687 311^done,value="0xefffeb7c"
33688 (gdb)
33689 411-data-evaluate-expression A+3
33690 411^done,value="4"
33691 (gdb)
33692 511-data-evaluate-expression "A + 3"
33693 511^done,value="4"
33694 (gdb)
33695 @end smallexample
33696
33697
33698 @subheading The @code{-data-list-changed-registers} Command
33699 @findex -data-list-changed-registers
33700
33701 @subsubheading Synopsis
33702
33703 @smallexample
33704 -data-list-changed-registers
33705 @end smallexample
33706
33707 Display a list of the registers that have changed.
33708
33709 @subsubheading @value{GDBN} Command
33710
33711 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
33712 has the corresponding command @samp{gdb_changed_register_list}.
33713
33714 @subsubheading Example
33715
33716 On a PPC MBX board:
33717
33718 @smallexample
33719 (gdb)
33720 -exec-continue
33721 ^running
33722
33723 (gdb)
33724 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
33725 func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
33726 line="5",arch="powerpc"@}
33727 (gdb)
33728 -data-list-changed-registers
33729 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
33730 "10","11","13","14","15","16","17","18","19","20","21","22","23",
33731 "24","25","26","27","28","30","31","64","65","66","67","69"]
33732 (gdb)
33733 @end smallexample
33734
33735
33736 @subheading The @code{-data-list-register-names} Command
33737 @findex -data-list-register-names
33738
33739 @subsubheading Synopsis
33740
33741 @smallexample
33742 -data-list-register-names [ ( @var{regno} )+ ]
33743 @end smallexample
33744
33745 Show a list of register names for the current target. If no arguments
33746 are given, it shows a list of the names of all the registers. If
33747 integer numbers are given as arguments, it will print a list of the
33748 names of the registers corresponding to the arguments. To ensure
33749 consistency between a register name and its number, the output list may
33750 include empty register names.
33751
33752 @subsubheading @value{GDBN} Command
33753
33754 @value{GDBN} does not have a command which corresponds to
33755 @samp{-data-list-register-names}. In @code{gdbtk} there is a
33756 corresponding command @samp{gdb_regnames}.
33757
33758 @subsubheading Example
33759
33760 For the PPC MBX board:
33761 @smallexample
33762 (gdb)
33763 -data-list-register-names
33764 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
33765 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
33766 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
33767 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
33768 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
33769 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
33770 "", "pc","ps","cr","lr","ctr","xer"]
33771 (gdb)
33772 -data-list-register-names 1 2 3
33773 ^done,register-names=["r1","r2","r3"]
33774 (gdb)
33775 @end smallexample
33776
33777 @subheading The @code{-data-list-register-values} Command
33778 @findex -data-list-register-values
33779
33780 @subsubheading Synopsis
33781
33782 @smallexample
33783 -data-list-register-values
33784 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
33785 @end smallexample
33786
33787 Display the registers' contents. The format according to which the
33788 registers' contents are to be returned is given by @var{fmt}, followed
33789 by an optional list of numbers specifying the registers to display. A
33790 missing list of numbers indicates that the contents of all the
33791 registers must be returned. The @code{--skip-unavailable} option
33792 indicates that only the available registers are to be returned.
33793
33794 Allowed formats for @var{fmt} are:
33795
33796 @table @code
33797 @item x
33798 Hexadecimal
33799 @item o
33800 Octal
33801 @item t
33802 Binary
33803 @item d
33804 Decimal
33805 @item r
33806 Raw
33807 @item N
33808 Natural
33809 @end table
33810
33811 @subsubheading @value{GDBN} Command
33812
33813 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
33814 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
33815
33816 @subsubheading Example
33817
33818 For a PPC MBX board (note: line breaks are for readability only, they
33819 don't appear in the actual output):
33820
33821 @smallexample
33822 (gdb)
33823 -data-list-register-values r 64 65
33824 ^done,register-values=[@{number="64",value="0xfe00a300"@},
33825 @{number="65",value="0x00029002"@}]
33826 (gdb)
33827 -data-list-register-values x
33828 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
33829 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
33830 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
33831 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
33832 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
33833 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
33834 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
33835 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
33836 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
33837 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
33838 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
33839 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
33840 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
33841 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
33842 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
33843 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
33844 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
33845 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
33846 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
33847 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
33848 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
33849 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
33850 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
33851 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
33852 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
33853 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
33854 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
33855 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
33856 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
33857 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
33858 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
33859 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
33860 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
33861 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
33862 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
33863 @{number="69",value="0x20002b03"@}]
33864 (gdb)
33865 @end smallexample
33866
33867
33868 @subheading The @code{-data-read-memory} Command
33869 @findex -data-read-memory
33870
33871 This command is deprecated, use @code{-data-read-memory-bytes} instead.
33872
33873 @subsubheading Synopsis
33874
33875 @smallexample
33876 -data-read-memory [ -o @var{byte-offset} ]
33877 @var{address} @var{word-format} @var{word-size}
33878 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
33879 @end smallexample
33880
33881 @noindent
33882 where:
33883
33884 @table @samp
33885 @item @var{address}
33886 An expression specifying the address of the first memory word to be
33887 read. Complex expressions containing embedded white space should be
33888 quoted using the C convention.
33889
33890 @item @var{word-format}
33891 The format to be used to print the memory words. The notation is the
33892 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
33893 ,Output Formats}).
33894
33895 @item @var{word-size}
33896 The size of each memory word in bytes.
33897
33898 @item @var{nr-rows}
33899 The number of rows in the output table.
33900
33901 @item @var{nr-cols}
33902 The number of columns in the output table.
33903
33904 @item @var{aschar}
33905 If present, indicates that each row should include an @sc{ascii} dump. The
33906 value of @var{aschar} is used as a padding character when a byte is not a
33907 member of the printable @sc{ascii} character set (printable @sc{ascii}
33908 characters are those whose code is between 32 and 126, inclusively).
33909
33910 @item @var{byte-offset}
33911 An offset to add to the @var{address} before fetching memory.
33912 @end table
33913
33914 This command displays memory contents as a table of @var{nr-rows} by
33915 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
33916 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
33917 (returned as @samp{total-bytes}). Should less than the requested number
33918 of bytes be returned by the target, the missing words are identified
33919 using @samp{N/A}. The number of bytes read from the target is returned
33920 in @samp{nr-bytes} and the starting address used to read memory in
33921 @samp{addr}.
33922
33923 The address of the next/previous row or page is available in
33924 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
33925 @samp{prev-page}.
33926
33927 @subsubheading @value{GDBN} Command
33928
33929 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
33930 @samp{gdb_get_mem} memory read command.
33931
33932 @subsubheading Example
33933
33934 Read six bytes of memory starting at @code{bytes+6} but then offset by
33935 @code{-6} bytes. Format as three rows of two columns. One byte per
33936 word. Display each word in hex.
33937
33938 @smallexample
33939 (gdb)
33940 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
33941 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
33942 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
33943 prev-page="0x0000138a",memory=[
33944 @{addr="0x00001390",data=["0x00","0x01"]@},
33945 @{addr="0x00001392",data=["0x02","0x03"]@},
33946 @{addr="0x00001394",data=["0x04","0x05"]@}]
33947 (gdb)
33948 @end smallexample
33949
33950 Read two bytes of memory starting at address @code{shorts + 64} and
33951 display as a single word formatted in decimal.
33952
33953 @smallexample
33954 (gdb)
33955 5-data-read-memory shorts+64 d 2 1 1
33956 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
33957 next-row="0x00001512",prev-row="0x0000150e",
33958 next-page="0x00001512",prev-page="0x0000150e",memory=[
33959 @{addr="0x00001510",data=["128"]@}]
33960 (gdb)
33961 @end smallexample
33962
33963 Read thirty two bytes of memory starting at @code{bytes+16} and format
33964 as eight rows of four columns. Include a string encoding with @samp{x}
33965 used as the non-printable character.
33966
33967 @smallexample
33968 (gdb)
33969 4-data-read-memory bytes+16 x 1 8 4 x
33970 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
33971 next-row="0x000013c0",prev-row="0x0000139c",
33972 next-page="0x000013c0",prev-page="0x00001380",memory=[
33973 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
33974 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
33975 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
33976 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
33977 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
33978 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
33979 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
33980 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
33981 (gdb)
33982 @end smallexample
33983
33984 @subheading The @code{-data-read-memory-bytes} Command
33985 @findex -data-read-memory-bytes
33986
33987 @subsubheading Synopsis
33988
33989 @smallexample
33990 -data-read-memory-bytes [ -o @var{offset} ]
33991 @var{address} @var{count}
33992 @end smallexample
33993
33994 @noindent
33995 where:
33996
33997 @table @samp
33998 @item @var{address}
33999 An expression specifying the address of the first addressable memory unit
34000 to be read. Complex expressions containing embedded white space should be
34001 quoted using the C convention.
34002
34003 @item @var{count}
34004 The number of addressable memory units to read. This should be an integer
34005 literal.
34006
34007 @item @var{offset}
34008 The offset relative to @var{address} at which to start reading. This
34009 should be an integer literal. This option is provided so that a frontend
34010 is not required to first evaluate address and then perform address
34011 arithmetics itself.
34012
34013 @end table
34014
34015 This command attempts to read all accessible memory regions in the
34016 specified range. First, all regions marked as unreadable in the memory
34017 map (if one is defined) will be skipped. @xref{Memory Region
34018 Attributes}. Second, @value{GDBN} will attempt to read the remaining
34019 regions. For each one, if reading full region results in an errors,
34020 @value{GDBN} will try to read a subset of the region.
34021
34022 In general, every single memory unit in the region may be readable or not,
34023 and the only way to read every readable unit is to try a read at
34024 every address, which is not practical. Therefore, @value{GDBN} will
34025 attempt to read all accessible memory units at either beginning or the end
34026 of the region, using a binary division scheme. This heuristic works
34027 well for reading across a memory map boundary. Note that if a region
34028 has a readable range that is neither at the beginning or the end,
34029 @value{GDBN} will not read it.
34030
34031 The result record (@pxref{GDB/MI Result Records}) that is output of
34032 the command includes a field named @samp{memory} whose content is a
34033 list of tuples. Each tuple represent a successfully read memory block
34034 and has the following fields:
34035
34036 @table @code
34037 @item begin
34038 The start address of the memory block, as hexadecimal literal.
34039
34040 @item end
34041 The end address of the memory block, as hexadecimal literal.
34042
34043 @item offset
34044 The offset of the memory block, as hexadecimal literal, relative to
34045 the start address passed to @code{-data-read-memory-bytes}.
34046
34047 @item contents
34048 The contents of the memory block, in hex.
34049
34050 @end table
34051
34052
34053
34054 @subsubheading @value{GDBN} Command
34055
34056 The corresponding @value{GDBN} command is @samp{x}.
34057
34058 @subsubheading Example
34059
34060 @smallexample
34061 (gdb)
34062 -data-read-memory-bytes &a 10
34063 ^done,memory=[@{begin="0xbffff154",offset="0x00000000",
34064 end="0xbffff15e",
34065 contents="01000000020000000300"@}]
34066 (gdb)
34067 @end smallexample
34068
34069
34070 @subheading The @code{-data-write-memory-bytes} Command
34071 @findex -data-write-memory-bytes
34072
34073 @subsubheading Synopsis
34074
34075 @smallexample
34076 -data-write-memory-bytes @var{address} @var{contents}
34077 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
34078 @end smallexample
34079
34080 @noindent
34081 where:
34082
34083 @table @samp
34084 @item @var{address}
34085 An expression specifying the address of the first addressable memory unit
34086 to be written. Complex expressions containing embedded white space should
34087 be quoted using the C convention.
34088
34089 @item @var{contents}
34090 The hex-encoded data to write. It is an error if @var{contents} does
34091 not represent an integral number of addressable memory units.
34092
34093 @item @var{count}
34094 Optional argument indicating the number of addressable memory units to be
34095 written. If @var{count} is greater than @var{contents}' length,
34096 @value{GDBN} will repeatedly write @var{contents} until it fills
34097 @var{count} memory units.
34098
34099 @end table
34100
34101 @subsubheading @value{GDBN} Command
34102
34103 There's no corresponding @value{GDBN} command.
34104
34105 @subsubheading Example
34106
34107 @smallexample
34108 (gdb)
34109 -data-write-memory-bytes &a "aabbccdd"
34110 ^done
34111 (gdb)
34112 @end smallexample
34113
34114 @smallexample
34115 (gdb)
34116 -data-write-memory-bytes &a "aabbccdd" 16e
34117 ^done
34118 (gdb)
34119 @end smallexample
34120
34121 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34122 @node GDB/MI Tracepoint Commands
34123 @section @sc{gdb/mi} Tracepoint Commands
34124
34125 The commands defined in this section implement MI support for
34126 tracepoints. For detailed introduction, see @ref{Tracepoints}.
34127
34128 @subheading The @code{-trace-find} Command
34129 @findex -trace-find
34130
34131 @subsubheading Synopsis
34132
34133 @smallexample
34134 -trace-find @var{mode} [@var{parameters}@dots{}]
34135 @end smallexample
34136
34137 Find a trace frame using criteria defined by @var{mode} and
34138 @var{parameters}. The following table lists permissible
34139 modes and their parameters. For details of operation, see @ref{tfind}.
34140
34141 @table @samp
34142
34143 @item none
34144 No parameters are required. Stops examining trace frames.
34145
34146 @item frame-number
34147 An integer is required as parameter. Selects tracepoint frame with
34148 that index.
34149
34150 @item tracepoint-number
34151 An integer is required as parameter. Finds next
34152 trace frame that corresponds to tracepoint with the specified number.
34153
34154 @item pc
34155 An address is required as parameter. Finds
34156 next trace frame that corresponds to any tracepoint at the specified
34157 address.
34158
34159 @item pc-inside-range
34160 Two addresses are required as parameters. Finds next trace
34161 frame that corresponds to a tracepoint at an address inside the
34162 specified range. Both bounds are considered to be inside the range.
34163
34164 @item pc-outside-range
34165 Two addresses are required as parameters. Finds
34166 next trace frame that corresponds to a tracepoint at an address outside
34167 the specified range. Both bounds are considered to be inside the range.
34168
34169 @item line
34170 Line specification is required as parameter. @xref{Specify Location}.
34171 Finds next trace frame that corresponds to a tracepoint at
34172 the specified location.
34173
34174 @end table
34175
34176 If @samp{none} was passed as @var{mode}, the response does not
34177 have fields. Otherwise, the response may have the following fields:
34178
34179 @table @samp
34180 @item found
34181 This field has either @samp{0} or @samp{1} as the value, depending
34182 on whether a matching tracepoint was found.
34183
34184 @item traceframe
34185 The index of the found traceframe. This field is present iff
34186 the @samp{found} field has value of @samp{1}.
34187
34188 @item tracepoint
34189 The index of the found tracepoint. This field is present iff
34190 the @samp{found} field has value of @samp{1}.
34191
34192 @item frame
34193 The information about the frame corresponding to the found trace
34194 frame. This field is present only if a trace frame was found.
34195 @xref{GDB/MI Frame Information}, for description of this field.
34196
34197 @end table
34198
34199 @subsubheading @value{GDBN} Command
34200
34201 The corresponding @value{GDBN} command is @samp{tfind}.
34202
34203 @subheading -trace-define-variable
34204 @findex -trace-define-variable
34205
34206 @subsubheading Synopsis
34207
34208 @smallexample
34209 -trace-define-variable @var{name} [ @var{value} ]
34210 @end smallexample
34211
34212 Create trace variable @var{name} if it does not exist. If
34213 @var{value} is specified, sets the initial value of the specified
34214 trace variable to that value. Note that the @var{name} should start
34215 with the @samp{$} character.
34216
34217 @subsubheading @value{GDBN} Command
34218
34219 The corresponding @value{GDBN} command is @samp{tvariable}.
34220
34221 @subheading The @code{-trace-frame-collected} Command
34222 @findex -trace-frame-collected
34223
34224 @subsubheading Synopsis
34225
34226 @smallexample
34227 -trace-frame-collected
34228 [--var-print-values @var{var_pval}]
34229 [--comp-print-values @var{comp_pval}]
34230 [--registers-format @var{regformat}]
34231 [--memory-contents]
34232 @end smallexample
34233
34234 This command returns the set of collected objects, register names,
34235 trace state variable names, memory ranges and computed expressions
34236 that have been collected at a particular trace frame. The optional
34237 parameters to the command affect the output format in different ways.
34238 See the output description table below for more details.
34239
34240 The reported names can be used in the normal manner to create
34241 varobjs and inspect the objects themselves. The items returned by
34242 this command are categorized so that it is clear which is a variable,
34243 which is a register, which is a trace state variable, which is a
34244 memory range and which is a computed expression.
34245
34246 For instance, if the actions were
34247 @smallexample
34248 collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
34249 collect *(int*)0xaf02bef0@@40
34250 @end smallexample
34251
34252 @noindent
34253 the object collected in its entirety would be @code{myVar}. The
34254 object @code{myArray} would be partially collected, because only the
34255 element at index @code{myIndex} would be collected. The remaining
34256 objects would be computed expressions.
34257
34258 An example output would be:
34259
34260 @smallexample
34261 (gdb)
34262 -trace-frame-collected
34263 ^done,
34264 explicit-variables=[@{name="myVar",value="1"@}],
34265 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
34266 @{name="myObj.field",value="0"@},
34267 @{name="myPtr->field",value="1"@},
34268 @{name="myCount + 2",value="3"@},
34269 @{name="$tvar1 + 1",value="43970027"@}],
34270 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
34271 @{number="1",value="0x0"@},
34272 @{number="2",value="0x4"@},
34273 ...
34274 @{number="125",value="0x0"@}],
34275 tvars=[@{name="$tvar1",current="43970026"@}],
34276 memory=[@{address="0x0000000000602264",length="4"@},
34277 @{address="0x0000000000615bc0",length="4"@}]
34278 (gdb)
34279 @end smallexample
34280
34281 Where:
34282
34283 @table @code
34284 @item explicit-variables
34285 The set of objects that have been collected in their entirety (as
34286 opposed to collecting just a few elements of an array or a few struct
34287 members). For each object, its name and value are printed.
34288 The @code{--var-print-values} option affects how or whether the value
34289 field is output. If @var{var_pval} is 0, then print only the names;
34290 if it is 1, print also their values; and if it is 2, print the name,
34291 type and value for simple data types, and the name and type for
34292 arrays, structures and unions.
34293
34294 @item computed-expressions
34295 The set of computed expressions that have been collected at the
34296 current trace frame. The @code{--comp-print-values} option affects
34297 this set like the @code{--var-print-values} option affects the
34298 @code{explicit-variables} set. See above.
34299
34300 @item registers
34301 The registers that have been collected at the current trace frame.
34302 For each register collected, the name and current value are returned.
34303 The value is formatted according to the @code{--registers-format}
34304 option. See the @command{-data-list-register-values} command for a
34305 list of the allowed formats. The default is @samp{x}.
34306
34307 @item tvars
34308 The trace state variables that have been collected at the current
34309 trace frame. For each trace state variable collected, the name and
34310 current value are returned.
34311
34312 @item memory
34313 The set of memory ranges that have been collected at the current trace
34314 frame. Its content is a list of tuples. Each tuple represents a
34315 collected memory range and has the following fields:
34316
34317 @table @code
34318 @item address
34319 The start address of the memory range, as hexadecimal literal.
34320
34321 @item length
34322 The length of the memory range, as decimal literal.
34323
34324 @item contents
34325 The contents of the memory block, in hex. This field is only present
34326 if the @code{--memory-contents} option is specified.
34327
34328 @end table
34329
34330 @end table
34331
34332 @subsubheading @value{GDBN} Command
34333
34334 There is no corresponding @value{GDBN} command.
34335
34336 @subsubheading Example
34337
34338 @subheading -trace-list-variables
34339 @findex -trace-list-variables
34340
34341 @subsubheading Synopsis
34342
34343 @smallexample
34344 -trace-list-variables
34345 @end smallexample
34346
34347 Return a table of all defined trace variables. Each element of the
34348 table has the following fields:
34349
34350 @table @samp
34351 @item name
34352 The name of the trace variable. This field is always present.
34353
34354 @item initial
34355 The initial value. This is a 64-bit signed integer. This
34356 field is always present.
34357
34358 @item current
34359 The value the trace variable has at the moment. This is a 64-bit
34360 signed integer. This field is absent iff current value is
34361 not defined, for example if the trace was never run, or is
34362 presently running.
34363
34364 @end table
34365
34366 @subsubheading @value{GDBN} Command
34367
34368 The corresponding @value{GDBN} command is @samp{tvariables}.
34369
34370 @subsubheading Example
34371
34372 @smallexample
34373 (gdb)
34374 -trace-list-variables
34375 ^done,trace-variables=@{nr_rows="1",nr_cols="3",
34376 hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
34377 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
34378 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
34379 body=[variable=@{name="$trace_timestamp",initial="0"@}
34380 variable=@{name="$foo",initial="10",current="15"@}]@}
34381 (gdb)
34382 @end smallexample
34383
34384 @subheading -trace-save
34385 @findex -trace-save
34386
34387 @subsubheading Synopsis
34388
34389 @smallexample
34390 -trace-save [ -r ] [ -ctf ] @var{filename}
34391 @end smallexample
34392
34393 Saves the collected trace data to @var{filename}. Without the
34394 @samp{-r} option, the data is downloaded from the target and saved
34395 in a local file. With the @samp{-r} option the target is asked
34396 to perform the save.
34397
34398 By default, this command will save the trace in the tfile format. You can
34399 supply the optional @samp{-ctf} argument to save it the CTF format. See
34400 @ref{Trace Files} for more information about CTF.
34401
34402 @subsubheading @value{GDBN} Command
34403
34404 The corresponding @value{GDBN} command is @samp{tsave}.
34405
34406
34407 @subheading -trace-start
34408 @findex -trace-start
34409
34410 @subsubheading Synopsis
34411
34412 @smallexample
34413 -trace-start
34414 @end smallexample
34415
34416 Starts a tracing experiment. The result of this command does not
34417 have any fields.
34418
34419 @subsubheading @value{GDBN} Command
34420
34421 The corresponding @value{GDBN} command is @samp{tstart}.
34422
34423 @subheading -trace-status
34424 @findex -trace-status
34425
34426 @subsubheading Synopsis
34427
34428 @smallexample
34429 -trace-status
34430 @end smallexample
34431
34432 Obtains the status of a tracing experiment. The result may include
34433 the following fields:
34434
34435 @table @samp
34436
34437 @item supported
34438 May have a value of either @samp{0}, when no tracing operations are
34439 supported, @samp{1}, when all tracing operations are supported, or
34440 @samp{file} when examining trace file. In the latter case, examining
34441 of trace frame is possible but new tracing experiement cannot be
34442 started. This field is always present.
34443
34444 @item running
34445 May have a value of either @samp{0} or @samp{1} depending on whether
34446 tracing experiement is in progress on target. This field is present
34447 if @samp{supported} field is not @samp{0}.
34448
34449 @item stop-reason
34450 Report the reason why the tracing was stopped last time. This field
34451 may be absent iff tracing was never stopped on target yet. The
34452 value of @samp{request} means the tracing was stopped as result of
34453 the @code{-trace-stop} command. The value of @samp{overflow} means
34454 the tracing buffer is full. The value of @samp{disconnection} means
34455 tracing was automatically stopped when @value{GDBN} has disconnected.
34456 The value of @samp{passcount} means tracing was stopped when a
34457 tracepoint was passed a maximal number of times for that tracepoint.
34458 This field is present if @samp{supported} field is not @samp{0}.
34459
34460 @item stopping-tracepoint
34461 The number of tracepoint whose passcount as exceeded. This field is
34462 present iff the @samp{stop-reason} field has the value of
34463 @samp{passcount}.
34464
34465 @item frames
34466 @itemx frames-created
34467 The @samp{frames} field is a count of the total number of trace frames
34468 in the trace buffer, while @samp{frames-created} is the total created
34469 during the run, including ones that were discarded, such as when a
34470 circular trace buffer filled up. Both fields are optional.
34471
34472 @item buffer-size
34473 @itemx buffer-free
34474 These fields tell the current size of the tracing buffer and the
34475 remaining space. These fields are optional.
34476
34477 @item circular
34478 The value of the circular trace buffer flag. @code{1} means that the
34479 trace buffer is circular and old trace frames will be discarded if
34480 necessary to make room, @code{0} means that the trace buffer is linear
34481 and may fill up.
34482
34483 @item disconnected
34484 The value of the disconnected tracing flag. @code{1} means that
34485 tracing will continue after @value{GDBN} disconnects, @code{0} means
34486 that the trace run will stop.
34487
34488 @item trace-file
34489 The filename of the trace file being examined. This field is
34490 optional, and only present when examining a trace file.
34491
34492 @end table
34493
34494 @subsubheading @value{GDBN} Command
34495
34496 The corresponding @value{GDBN} command is @samp{tstatus}.
34497
34498 @subheading -trace-stop
34499 @findex -trace-stop
34500
34501 @subsubheading Synopsis
34502
34503 @smallexample
34504 -trace-stop
34505 @end smallexample
34506
34507 Stops a tracing experiment. The result of this command has the same
34508 fields as @code{-trace-status}, except that the @samp{supported} and
34509 @samp{running} fields are not output.
34510
34511 @subsubheading @value{GDBN} Command
34512
34513 The corresponding @value{GDBN} command is @samp{tstop}.
34514
34515
34516 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34517 @node GDB/MI Symbol Query
34518 @section @sc{gdb/mi} Symbol Query Commands
34519
34520
34521 @ignore
34522 @subheading The @code{-symbol-info-address} Command
34523 @findex -symbol-info-address
34524
34525 @subsubheading Synopsis
34526
34527 @smallexample
34528 -symbol-info-address @var{symbol}
34529 @end smallexample
34530
34531 Describe where @var{symbol} is stored.
34532
34533 @subsubheading @value{GDBN} Command
34534
34535 The corresponding @value{GDBN} command is @samp{info address}.
34536
34537 @subsubheading Example
34538 N.A.
34539
34540
34541 @subheading The @code{-symbol-info-file} Command
34542 @findex -symbol-info-file
34543
34544 @subsubheading Synopsis
34545
34546 @smallexample
34547 -symbol-info-file
34548 @end smallexample
34549
34550 Show the file for the symbol.
34551
34552 @subsubheading @value{GDBN} Command
34553
34554 There's no equivalent @value{GDBN} command. @code{gdbtk} has
34555 @samp{gdb_find_file}.
34556
34557 @subsubheading Example
34558 N.A.
34559 @end ignore
34560
34561 @subheading The @code{-symbol-info-functions} Command
34562 @findex -symbol-info-functions
34563 @anchor{-symbol-info-functions}
34564
34565 @subsubheading Synopsis
34566
34567 @smallexample
34568 -symbol-info-functions [--include-nondebug]
34569 [--type @var{type_regexp}]
34570 [--name @var{name_regexp}]
34571 [--max-results @var{limit}]
34572 @end smallexample
34573
34574 @noindent
34575 Return a list containing the names and types for all global functions
34576 taken from the debug information. The functions are grouped by source
34577 file, and shown with the line number on which each function is
34578 defined.
34579
34580 The @code{--include-nondebug} option causes the output to include
34581 code symbols from the symbol table.
34582
34583 The options @code{--type} and @code{--name} allow the symbols returned
34584 to be filtered based on either the name of the function, or the type
34585 signature of the function.
34586
34587 The option @code{--max-results} restricts the command to return no
34588 more than @var{limit} results. If exactly @var{limit} results are
34589 returned then there might be additional results available if a higher
34590 limit is used.
34591
34592 @subsubheading @value{GDBN} Command
34593
34594 The corresponding @value{GDBN} command is @samp{info functions}.
34595
34596 @subsubheading Example
34597 @smallexample
34598 @group
34599 (gdb)
34600 -symbol-info-functions
34601 ^done,symbols=
34602 @{debug=
34603 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34604 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34605 symbols=[@{line="36", name="f4", type="void (int *)",
34606 description="void f4(int *);"@},
34607 @{line="42", name="main", type="int ()",
34608 description="int main();"@},
34609 @{line="30", name="f1", type="my_int_t (int, int)",
34610 description="static my_int_t f1(int, int);"@}]@},
34611 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34612 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34613 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34614 description="float f2(another_float_t);"@},
34615 @{line="39", name="f3", type="int (another_int_t)",
34616 description="int f3(another_int_t);"@},
34617 @{line="27", name="f1", type="another_float_t (int)",
34618 description="static another_float_t f1(int);"@}]@}]@}
34619 @end group
34620 @group
34621 (gdb)
34622 -symbol-info-functions --name f1
34623 ^done,symbols=
34624 @{debug=
34625 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34626 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34627 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
34628 description="static my_int_t f1(int, int);"@}]@},
34629 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34630 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34631 symbols=[@{line="27", name="f1", type="another_float_t (int)",
34632 description="static another_float_t f1(int);"@}]@}]@}
34633 @end group
34634 @group
34635 (gdb)
34636 -symbol-info-functions --type void
34637 ^done,symbols=
34638 @{debug=
34639 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34640 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34641 symbols=[@{line="36", name="f4", type="void (int *)",
34642 description="void f4(int *);"@}]@}]@}
34643 @end group
34644 @group
34645 (gdb)
34646 -symbol-info-functions --include-nondebug
34647 ^done,symbols=
34648 @{debug=
34649 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34650 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34651 symbols=[@{line="36", name="f4", type="void (int *)",
34652 description="void f4(int *);"@},
34653 @{line="42", name="main", type="int ()",
34654 description="int main();"@},
34655 @{line="30", name="f1", type="my_int_t (int, int)",
34656 description="static my_int_t f1(int, int);"@}]@},
34657 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34658 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34659 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34660 description="float f2(another_float_t);"@},
34661 @{line="39", name="f3", type="int (another_int_t)",
34662 description="int f3(another_int_t);"@},
34663 @{line="27", name="f1", type="another_float_t (int)",
34664 description="static another_float_t f1(int);"@}]@}],
34665 nondebug=
34666 [@{address="0x0000000000400398",name="_init"@},
34667 @{address="0x00000000004003b0",name="_start"@},
34668 ...
34669 ]@}
34670 @end group
34671 @end smallexample
34672
34673 @subheading The @code{-symbol-info-module-functions} Command
34674 @findex -symbol-info-module-functions
34675 @anchor{-symbol-info-module-functions}
34676
34677 @subsubheading Synopsis
34678
34679 @smallexample
34680 -symbol-info-module-functions [--module @var{module_regexp}]
34681 [--name @var{name_regexp}]
34682 [--type @var{type_regexp}]
34683 @end smallexample
34684
34685 @noindent
34686 Return a list containing the names of all known functions within all
34687 know Fortran modules. The functions are grouped by source file and
34688 containing module, and shown with the line number on which each
34689 function is defined.
34690
34691 The option @code{--module} only returns results for modules matching
34692 @var{module_regexp}. The option @code{--name} only returns functions
34693 whose name matches @var{name_regexp}, and @code{--type} only returns
34694 functions whose type matches @var{type_regexp}.
34695
34696 @subsubheading @value{GDBN} Command
34697
34698 The corresponding @value{GDBN} command is @samp{info module functions}.
34699
34700 @subsubheading Example
34701
34702 @smallexample
34703 @group
34704 (gdb)
34705 -symbol-info-module-functions
34706 ^done,symbols=
34707 [@{module="mod1",
34708 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34709 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34710 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
34711 description="void mod1::check_all(void);"@}]@}]@},
34712 @{module="mod2",
34713 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34714 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34715 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
34716 description="void mod2::check_var_i(void);"@}]@}]@},
34717 @{module="mod3",
34718 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34719 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34720 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
34721 description="void mod3::check_all(void);"@},
34722 @{line="27",name="mod3::check_mod2",type="void (void)",
34723 description="void mod3::check_mod2(void);"@}]@}]@},
34724 @{module="modmany",
34725 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34726 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34727 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
34728 description="void modmany::check_some(void);"@}]@}]@},
34729 @{module="moduse",
34730 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34731 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34732 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
34733 description="void moduse::check_all(void);"@},
34734 @{line="49",name="moduse::check_var_x",type="void (void)",
34735 description="void moduse::check_var_x(void);"@}]@}]@}]
34736 @end group
34737 @end smallexample
34738
34739 @subheading The @code{-symbol-info-module-variables} Command
34740 @findex -symbol-info-module-variables
34741 @anchor{-symbol-info-module-variables}
34742
34743 @subsubheading Synopsis
34744
34745 @smallexample
34746 -symbol-info-module-variables [--module @var{module_regexp}]
34747 [--name @var{name_regexp}]
34748 [--type @var{type_regexp}]
34749 @end smallexample
34750
34751 @noindent
34752 Return a list containing the names of all known variables within all
34753 know Fortran modules. The variables are grouped by source file and
34754 containing module, and shown with the line number on which each
34755 variable is defined.
34756
34757 The option @code{--module} only returns results for modules matching
34758 @var{module_regexp}. The option @code{--name} only returns variables
34759 whose name matches @var{name_regexp}, and @code{--type} only returns
34760 variables whose type matches @var{type_regexp}.
34761
34762 @subsubheading @value{GDBN} Command
34763
34764 The corresponding @value{GDBN} command is @samp{info module variables}.
34765
34766 @subsubheading Example
34767
34768 @smallexample
34769 @group
34770 (gdb)
34771 -symbol-info-module-variables
34772 ^done,symbols=
34773 [@{module="mod1",
34774 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34775 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34776 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
34777 description="integer(kind=4) mod1::var_const;"@},
34778 @{line="17",name="mod1::var_i",type="integer(kind=4)",
34779 description="integer(kind=4) mod1::var_i;"@}]@}]@},
34780 @{module="mod2",
34781 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34782 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34783 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
34784 description="integer(kind=4) mod2::var_i;"@}]@}]@},
34785 @{module="mod3",
34786 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34787 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34788 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
34789 description="integer(kind=4) mod3::mod1;"@},
34790 @{line="17",name="mod3::mod2",type="integer(kind=4)",
34791 description="integer(kind=4) mod3::mod2;"@},
34792 @{line="19",name="mod3::var_i",type="integer(kind=4)",
34793 description="integer(kind=4) mod3::var_i;"@}]@}]@},
34794 @{module="modmany",
34795 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34796 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34797 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
34798 description="integer(kind=4) modmany::var_a;"@},
34799 @{line="33",name="modmany::var_b",type="integer(kind=4)",
34800 description="integer(kind=4) modmany::var_b;"@},
34801 @{line="33",name="modmany::var_c",type="integer(kind=4)",
34802 description="integer(kind=4) modmany::var_c;"@},
34803 @{line="33",name="modmany::var_i",type="integer(kind=4)",
34804 description="integer(kind=4) modmany::var_i;"@}]@}]@},
34805 @{module="moduse",
34806 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34807 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34808 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
34809 description="integer(kind=4) moduse::var_x;"@},
34810 @{line="42",name="moduse::var_y",type="integer(kind=4)",
34811 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
34812 @end group
34813 @end smallexample
34814
34815 @subheading The @code{-symbol-info-modules} Command
34816 @findex -symbol-info-modules
34817 @anchor{-symbol-info-modules}
34818
34819 @subsubheading Synopsis
34820
34821 @smallexample
34822 -symbol-info-modules [--name @var{name_regexp}]
34823 [--max-results @var{limit}]
34824
34825 @end smallexample
34826
34827 @noindent
34828 Return a list containing the names of all known Fortran modules. The
34829 modules are grouped by source file, and shown with the line number on
34830 which each modules is defined.
34831
34832 The option @code{--name} allows the modules returned to be filtered
34833 based the name of the module.
34834
34835 The option @code{--max-results} restricts the command to return no
34836 more than @var{limit} results. If exactly @var{limit} results are
34837 returned then there might be additional results available if a higher
34838 limit is used.
34839
34840 @subsubheading @value{GDBN} Command
34841
34842 The corresponding @value{GDBN} command is @samp{info modules}.
34843
34844 @subsubheading Example
34845 @smallexample
34846 @group
34847 (gdb)
34848 -symbol-info-modules
34849 ^done,symbols=
34850 @{debug=
34851 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34852 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34853 symbols=[@{line="16",name="mod1"@},
34854 @{line="22",name="mod2"@}]@},
34855 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34856 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34857 symbols=[@{line="16",name="mod3"@},
34858 @{line="22",name="modmany"@},
34859 @{line="26",name="moduse"@}]@}]@}
34860 @end group
34861 @group
34862 (gdb)
34863 -symbol-info-modules --name mod[123]
34864 ^done,symbols=
34865 @{debug=
34866 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34867 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34868 symbols=[@{line="16",name="mod1"@},
34869 @{line="22",name="mod2"@}]@},
34870 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34871 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34872 symbols=[@{line="16",name="mod3"@}]@}]@}
34873 @end group
34874 @end smallexample
34875
34876 @subheading The @code{-symbol-info-types} Command
34877 @findex -symbol-info-types
34878 @anchor{-symbol-info-types}
34879
34880 @subsubheading Synopsis
34881
34882 @smallexample
34883 -symbol-info-types [--name @var{name_regexp}]
34884 [--max-results @var{limit}]
34885
34886 @end smallexample
34887
34888 @noindent
34889 Return a list of all defined types. The types are grouped by source
34890 file, and shown with the line number on which each user defined type
34891 is defined. Some base types are not defined in the source code but
34892 are added to the debug information by the compiler, for example
34893 @code{int}, @code{float}, etc.; these types do not have an associated
34894 line number.
34895
34896 The option @code{--name} allows the list of types returned to be
34897 filtered by name.
34898
34899 The option @code{--max-results} restricts the command to return no
34900 more than @var{limit} results. If exactly @var{limit} results are
34901 returned then there might be additional results available if a higher
34902 limit is used.
34903
34904 @subsubheading @value{GDBN} Command
34905
34906 The corresponding @value{GDBN} command is @samp{info types}.
34907
34908 @subsubheading Example
34909 @smallexample
34910 @group
34911 (gdb)
34912 -symbol-info-types
34913 ^done,symbols=
34914 @{debug=
34915 [@{filename="gdb.mi/mi-sym-info-1.c",
34916 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34917 symbols=[@{name="float"@},
34918 @{name="int"@},
34919 @{line="27",name="typedef int my_int_t;"@}]@},
34920 @{filename="gdb.mi/mi-sym-info-2.c",
34921 fullname="/project/gdb.mi/mi-sym-info-2.c",
34922 symbols=[@{line="24",name="typedef float another_float_t;"@},
34923 @{line="23",name="typedef int another_int_t;"@},
34924 @{name="float"@},
34925 @{name="int"@}]@}]@}
34926 @end group
34927 @group
34928 (gdb)
34929 -symbol-info-types --name _int_
34930 ^done,symbols=
34931 @{debug=
34932 [@{filename="gdb.mi/mi-sym-info-1.c",
34933 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34934 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
34935 @{filename="gdb.mi/mi-sym-info-2.c",
34936 fullname="/project/gdb.mi/mi-sym-info-2.c",
34937 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
34938 @end group
34939 @end smallexample
34940
34941 @subheading The @code{-symbol-info-variables} Command
34942 @findex -symbol-info-variables
34943 @anchor{-symbol-info-variables}
34944
34945 @subsubheading Synopsis
34946
34947 @smallexample
34948 -symbol-info-variables [--include-nondebug]
34949 [--type @var{type_regexp}]
34950 [--name @var{name_regexp}]
34951 [--max-results @var{limit}]
34952
34953 @end smallexample
34954
34955 @noindent
34956 Return a list containing the names and types for all global variables
34957 taken from the debug information. The variables are grouped by source
34958 file, and shown with the line number on which each variable is
34959 defined.
34960
34961 The @code{--include-nondebug} option causes the output to include
34962 data symbols from the symbol table.
34963
34964 The options @code{--type} and @code{--name} allow the symbols returned
34965 to be filtered based on either the name of the variable, or the type
34966 of the variable.
34967
34968 The option @code{--max-results} restricts the command to return no
34969 more than @var{limit} results. If exactly @var{limit} results are
34970 returned then there might be additional results available if a higher
34971 limit is used.
34972
34973 @subsubheading @value{GDBN} Command
34974
34975 The corresponding @value{GDBN} command is @samp{info variables}.
34976
34977 @subsubheading Example
34978 @smallexample
34979 @group
34980 (gdb)
34981 -symbol-info-variables
34982 ^done,symbols=
34983 @{debug=
34984 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34985 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34986 symbols=[@{line="25",name="global_f1",type="float",
34987 description="static float global_f1;"@},
34988 @{line="24",name="global_i1",type="int",
34989 description="static int global_i1;"@}]@},
34990 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34991 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34992 symbols=[@{line="21",name="global_f2",type="int",
34993 description="int global_f2;"@},
34994 @{line="20",name="global_i2",type="int",
34995 description="int global_i2;"@},
34996 @{line="19",name="global_f1",type="float",
34997 description="static float global_f1;"@},
34998 @{line="18",name="global_i1",type="int",
34999 description="static int global_i1;"@}]@}]@}
35000 @end group
35001 @group
35002 (gdb)
35003 -symbol-info-variables --name f1
35004 ^done,symbols=
35005 @{debug=
35006 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35007 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35008 symbols=[@{line="25",name="global_f1",type="float",
35009 description="static float global_f1;"@}]@},
35010 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35011 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35012 symbols=[@{line="19",name="global_f1",type="float",
35013 description="static float global_f1;"@}]@}]@}
35014 @end group
35015 @group
35016 (gdb)
35017 -symbol-info-variables --type float
35018 ^done,symbols=
35019 @{debug=
35020 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35021 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35022 symbols=[@{line="25",name="global_f1",type="float",
35023 description="static float global_f1;"@}]@},
35024 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35025 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35026 symbols=[@{line="19",name="global_f1",type="float",
35027 description="static float global_f1;"@}]@}]@}
35028 @end group
35029 @group
35030 (gdb)
35031 -symbol-info-variables --include-nondebug
35032 ^done,symbols=
35033 @{debug=
35034 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35035 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35036 symbols=[@{line="25",name="global_f1",type="float",
35037 description="static float global_f1;"@},
35038 @{line="24",name="global_i1",type="int",
35039 description="static int global_i1;"@}]@},
35040 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35041 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35042 symbols=[@{line="21",name="global_f2",type="int",
35043 description="int global_f2;"@},
35044 @{line="20",name="global_i2",type="int",
35045 description="int global_i2;"@},
35046 @{line="19",name="global_f1",type="float",
35047 description="static float global_f1;"@},
35048 @{line="18",name="global_i1",type="int",
35049 description="static int global_i1;"@}]@}],
35050 nondebug=
35051 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
35052 @{address="0x00000000004005d8",name="__dso_handle"@}
35053 ...
35054 ]@}
35055 @end group
35056 @end smallexample
35057
35058 @ignore
35059 @subheading The @code{-symbol-info-line} Command
35060 @findex -symbol-info-line
35061
35062 @subsubheading Synopsis
35063
35064 @smallexample
35065 -symbol-info-line
35066 @end smallexample
35067
35068 Show the core addresses of the code for a source line.
35069
35070 @subsubheading @value{GDBN} Command
35071
35072 The corresponding @value{GDBN} command is @samp{info line}.
35073 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
35074
35075 @subsubheading Example
35076 N.A.
35077
35078
35079 @subheading The @code{-symbol-info-symbol} Command
35080 @findex -symbol-info-symbol
35081
35082 @subsubheading Synopsis
35083
35084 @smallexample
35085 -symbol-info-symbol @var{addr}
35086 @end smallexample
35087
35088 Describe what symbol is at location @var{addr}.
35089
35090 @subsubheading @value{GDBN} Command
35091
35092 The corresponding @value{GDBN} command is @samp{info symbol}.
35093
35094 @subsubheading Example
35095 N.A.
35096
35097
35098 @subheading The @code{-symbol-list-functions} Command
35099 @findex -symbol-list-functions
35100
35101 @subsubheading Synopsis
35102
35103 @smallexample
35104 -symbol-list-functions
35105 @end smallexample
35106
35107 List the functions in the executable.
35108
35109 @subsubheading @value{GDBN} Command
35110
35111 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
35112 @samp{gdb_search} in @code{gdbtk}.
35113
35114 @subsubheading Example
35115 N.A.
35116 @end ignore
35117
35118
35119 @subheading The @code{-symbol-list-lines} Command
35120 @findex -symbol-list-lines
35121
35122 @subsubheading Synopsis
35123
35124 @smallexample
35125 -symbol-list-lines @var{filename}
35126 @end smallexample
35127
35128 Print the list of lines that contain code and their associated program
35129 addresses for the given source filename. The entries are sorted in
35130 ascending PC order.
35131
35132 @subsubheading @value{GDBN} Command
35133
35134 There is no corresponding @value{GDBN} command.
35135
35136 @subsubheading Example
35137 @smallexample
35138 (gdb)
35139 -symbol-list-lines basics.c
35140 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
35141 (gdb)
35142 @end smallexample
35143
35144
35145 @ignore
35146 @subheading The @code{-symbol-list-types} Command
35147 @findex -symbol-list-types
35148
35149 @subsubheading Synopsis
35150
35151 @smallexample
35152 -symbol-list-types
35153 @end smallexample
35154
35155 List all the type names.
35156
35157 @subsubheading @value{GDBN} Command
35158
35159 The corresponding commands are @samp{info types} in @value{GDBN},
35160 @samp{gdb_search} in @code{gdbtk}.
35161
35162 @subsubheading Example
35163 N.A.
35164
35165
35166 @subheading The @code{-symbol-list-variables} Command
35167 @findex -symbol-list-variables
35168
35169 @subsubheading Synopsis
35170
35171 @smallexample
35172 -symbol-list-variables
35173 @end smallexample
35174
35175 List all the global and static variable names.
35176
35177 @subsubheading @value{GDBN} Command
35178
35179 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
35180
35181 @subsubheading Example
35182 N.A.
35183
35184
35185 @subheading The @code{-symbol-locate} Command
35186 @findex -symbol-locate
35187
35188 @subsubheading Synopsis
35189
35190 @smallexample
35191 -symbol-locate
35192 @end smallexample
35193
35194 @subsubheading @value{GDBN} Command
35195
35196 @samp{gdb_loc} in @code{gdbtk}.
35197
35198 @subsubheading Example
35199 N.A.
35200
35201
35202 @subheading The @code{-symbol-type} Command
35203 @findex -symbol-type
35204
35205 @subsubheading Synopsis
35206
35207 @smallexample
35208 -symbol-type @var{variable}
35209 @end smallexample
35210
35211 Show type of @var{variable}.
35212
35213 @subsubheading @value{GDBN} Command
35214
35215 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
35216 @samp{gdb_obj_variable}.
35217
35218 @subsubheading Example
35219 N.A.
35220 @end ignore
35221
35222
35223 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35224 @node GDB/MI File Commands
35225 @section @sc{gdb/mi} File Commands
35226
35227 This section describes the GDB/MI commands to specify executable file names
35228 and to read in and obtain symbol table information.
35229
35230 @subheading The @code{-file-exec-and-symbols} Command
35231 @findex -file-exec-and-symbols
35232
35233 @subsubheading Synopsis
35234
35235 @smallexample
35236 -file-exec-and-symbols @var{file}
35237 @end smallexample
35238
35239 Specify the executable file to be debugged. This file is the one from
35240 which the symbol table is also read. If no file is specified, the
35241 command clears the executable and symbol information. If breakpoints
35242 are set when using this command with no arguments, @value{GDBN} will produce
35243 error messages. Otherwise, no output is produced, except a completion
35244 notification.
35245
35246 @subsubheading @value{GDBN} Command
35247
35248 The corresponding @value{GDBN} command is @samp{file}.
35249
35250 @subsubheading Example
35251
35252 @smallexample
35253 (gdb)
35254 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35255 ^done
35256 (gdb)
35257 @end smallexample
35258
35259
35260 @subheading The @code{-file-exec-file} Command
35261 @findex -file-exec-file
35262
35263 @subsubheading Synopsis
35264
35265 @smallexample
35266 -file-exec-file @var{file}
35267 @end smallexample
35268
35269 Specify the executable file to be debugged. Unlike
35270 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
35271 from this file. If used without argument, @value{GDBN} clears the information
35272 about the executable file. No output is produced, except a completion
35273 notification.
35274
35275 @subsubheading @value{GDBN} Command
35276
35277 The corresponding @value{GDBN} command is @samp{exec-file}.
35278
35279 @subsubheading Example
35280
35281 @smallexample
35282 (gdb)
35283 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35284 ^done
35285 (gdb)
35286 @end smallexample
35287
35288
35289 @ignore
35290 @subheading The @code{-file-list-exec-sections} Command
35291 @findex -file-list-exec-sections
35292
35293 @subsubheading Synopsis
35294
35295 @smallexample
35296 -file-list-exec-sections
35297 @end smallexample
35298
35299 List the sections of the current executable file.
35300
35301 @subsubheading @value{GDBN} Command
35302
35303 The @value{GDBN} command @samp{info file} shows, among the rest, the same
35304 information as this command. @code{gdbtk} has a corresponding command
35305 @samp{gdb_load_info}.
35306
35307 @subsubheading Example
35308 N.A.
35309 @end ignore
35310
35311
35312 @subheading The @code{-file-list-exec-source-file} Command
35313 @findex -file-list-exec-source-file
35314
35315 @subsubheading Synopsis
35316
35317 @smallexample
35318 -file-list-exec-source-file
35319 @end smallexample
35320
35321 List the line number, the current source file, and the absolute path
35322 to the current source file for the current executable. The macro
35323 information field has a value of @samp{1} or @samp{0} depending on
35324 whether or not the file includes preprocessor macro information.
35325
35326 @subsubheading @value{GDBN} Command
35327
35328 The @value{GDBN} equivalent is @samp{info source}
35329
35330 @subsubheading Example
35331
35332 @smallexample
35333 (gdb)
35334 123-file-list-exec-source-file
35335 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
35336 (gdb)
35337 @end smallexample
35338
35339
35340 @subheading The @code{-file-list-exec-source-files} Command
35341 @findex -file-list-exec-source-files
35342
35343 @subsubheading Synopsis
35344
35345 @smallexample
35346 -file-list-exec-source-files
35347 @end smallexample
35348
35349 List the source files for the current executable.
35350
35351 It will always output both the filename and fullname (absolute file
35352 name) of a source file.
35353
35354 @subsubheading @value{GDBN} Command
35355
35356 The @value{GDBN} equivalent is @samp{info sources}.
35357 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
35358
35359 @subsubheading Example
35360 @smallexample
35361 (gdb)
35362 -file-list-exec-source-files
35363 ^done,files=[
35364 @{file=foo.c,fullname=/home/foo.c@},
35365 @{file=/home/bar.c,fullname=/home/bar.c@},
35366 @{file=gdb_could_not_find_fullpath.c@}]
35367 (gdb)
35368 @end smallexample
35369
35370 @subheading The @code{-file-list-shared-libraries} Command
35371 @findex -file-list-shared-libraries
35372
35373 @subsubheading Synopsis
35374
35375 @smallexample
35376 -file-list-shared-libraries [ @var{regexp} ]
35377 @end smallexample
35378
35379 List the shared libraries in the program.
35380 With a regular expression @var{regexp}, only those libraries whose
35381 names match @var{regexp} are listed.
35382
35383 @subsubheading @value{GDBN} Command
35384
35385 The corresponding @value{GDBN} command is @samp{info shared}. The fields
35386 have a similar meaning to the @code{=library-loaded} notification.
35387 The @code{ranges} field specifies the multiple segments belonging to this
35388 library. Each range has the following fields:
35389
35390 @table @samp
35391 @item from
35392 The address defining the inclusive lower bound of the segment.
35393 @item to
35394 The address defining the exclusive upper bound of the segment.
35395 @end table
35396
35397 @subsubheading Example
35398 @smallexample
35399 (gdb)
35400 -file-list-exec-source-files
35401 ^done,shared-libraries=[
35402 @{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"@}]@},
35403 @{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"@}]@}]
35404 (gdb)
35405 @end smallexample
35406
35407
35408 @ignore
35409 @subheading The @code{-file-list-symbol-files} Command
35410 @findex -file-list-symbol-files
35411
35412 @subsubheading Synopsis
35413
35414 @smallexample
35415 -file-list-symbol-files
35416 @end smallexample
35417
35418 List symbol files.
35419
35420 @subsubheading @value{GDBN} Command
35421
35422 The corresponding @value{GDBN} command is @samp{info file} (part of it).
35423
35424 @subsubheading Example
35425 N.A.
35426 @end ignore
35427
35428
35429 @subheading The @code{-file-symbol-file} Command
35430 @findex -file-symbol-file
35431
35432 @subsubheading Synopsis
35433
35434 @smallexample
35435 -file-symbol-file @var{file}
35436 @end smallexample
35437
35438 Read symbol table info from the specified @var{file} argument. When
35439 used without arguments, clears @value{GDBN}'s symbol table info. No output is
35440 produced, except for a completion notification.
35441
35442 @subsubheading @value{GDBN} Command
35443
35444 The corresponding @value{GDBN} command is @samp{symbol-file}.
35445
35446 @subsubheading Example
35447
35448 @smallexample
35449 (gdb)
35450 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35451 ^done
35452 (gdb)
35453 @end smallexample
35454
35455 @ignore
35456 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35457 @node GDB/MI Memory Overlay Commands
35458 @section @sc{gdb/mi} Memory Overlay Commands
35459
35460 The memory overlay commands are not implemented.
35461
35462 @c @subheading -overlay-auto
35463
35464 @c @subheading -overlay-list-mapping-state
35465
35466 @c @subheading -overlay-list-overlays
35467
35468 @c @subheading -overlay-map
35469
35470 @c @subheading -overlay-off
35471
35472 @c @subheading -overlay-on
35473
35474 @c @subheading -overlay-unmap
35475
35476 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35477 @node GDB/MI Signal Handling Commands
35478 @section @sc{gdb/mi} Signal Handling Commands
35479
35480 Signal handling commands are not implemented.
35481
35482 @c @subheading -signal-handle
35483
35484 @c @subheading -signal-list-handle-actions
35485
35486 @c @subheading -signal-list-signal-types
35487 @end ignore
35488
35489
35490 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35491 @node GDB/MI Target Manipulation
35492 @section @sc{gdb/mi} Target Manipulation Commands
35493
35494
35495 @subheading The @code{-target-attach} Command
35496 @findex -target-attach
35497
35498 @subsubheading Synopsis
35499
35500 @smallexample
35501 -target-attach @var{pid} | @var{gid} | @var{file}
35502 @end smallexample
35503
35504 Attach to a process @var{pid} or a file @var{file} outside of
35505 @value{GDBN}, or a thread group @var{gid}. If attaching to a thread
35506 group, the id previously returned by
35507 @samp{-list-thread-groups --available} must be used.
35508
35509 @subsubheading @value{GDBN} Command
35510
35511 The corresponding @value{GDBN} command is @samp{attach}.
35512
35513 @subsubheading Example
35514 @smallexample
35515 (gdb)
35516 -target-attach 34
35517 =thread-created,id="1"
35518 *stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
35519 ^done
35520 (gdb)
35521 @end smallexample
35522
35523 @ignore
35524 @subheading The @code{-target-compare-sections} Command
35525 @findex -target-compare-sections
35526
35527 @subsubheading Synopsis
35528
35529 @smallexample
35530 -target-compare-sections [ @var{section} ]
35531 @end smallexample
35532
35533 Compare data of section @var{section} on target to the exec file.
35534 Without the argument, all sections are compared.
35535
35536 @subsubheading @value{GDBN} Command
35537
35538 The @value{GDBN} equivalent is @samp{compare-sections}.
35539
35540 @subsubheading Example
35541 N.A.
35542 @end ignore
35543
35544
35545 @subheading The @code{-target-detach} Command
35546 @findex -target-detach
35547
35548 @subsubheading Synopsis
35549
35550 @smallexample
35551 -target-detach [ @var{pid} | @var{gid} ]
35552 @end smallexample
35553
35554 Detach from the remote target which normally resumes its execution.
35555 If either @var{pid} or @var{gid} is specified, detaches from either
35556 the specified process, or specified thread group. There's no output.
35557
35558 @subsubheading @value{GDBN} Command
35559
35560 The corresponding @value{GDBN} command is @samp{detach}.
35561
35562 @subsubheading Example
35563
35564 @smallexample
35565 (gdb)
35566 -target-detach
35567 ^done
35568 (gdb)
35569 @end smallexample
35570
35571
35572 @subheading The @code{-target-disconnect} Command
35573 @findex -target-disconnect
35574
35575 @subsubheading Synopsis
35576
35577 @smallexample
35578 -target-disconnect
35579 @end smallexample
35580
35581 Disconnect from the remote target. There's no output and the target is
35582 generally not resumed.
35583
35584 @subsubheading @value{GDBN} Command
35585
35586 The corresponding @value{GDBN} command is @samp{disconnect}.
35587
35588 @subsubheading Example
35589
35590 @smallexample
35591 (gdb)
35592 -target-disconnect
35593 ^done
35594 (gdb)
35595 @end smallexample
35596
35597
35598 @subheading The @code{-target-download} Command
35599 @findex -target-download
35600
35601 @subsubheading Synopsis
35602
35603 @smallexample
35604 -target-download
35605 @end smallexample
35606
35607 Loads the executable onto the remote target.
35608 It prints out an update message every half second, which includes the fields:
35609
35610 @table @samp
35611 @item section
35612 The name of the section.
35613 @item section-sent
35614 The size of what has been sent so far for that section.
35615 @item section-size
35616 The size of the section.
35617 @item total-sent
35618 The total size of what was sent so far (the current and the previous sections).
35619 @item total-size
35620 The size of the overall executable to download.
35621 @end table
35622
35623 @noindent
35624 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
35625 @sc{gdb/mi} Output Syntax}).
35626
35627 In addition, it prints the name and size of the sections, as they are
35628 downloaded. These messages include the following fields:
35629
35630 @table @samp
35631 @item section
35632 The name of the section.
35633 @item section-size
35634 The size of the section.
35635 @item total-size
35636 The size of the overall executable to download.
35637 @end table
35638
35639 @noindent
35640 At the end, a summary is printed.
35641
35642 @subsubheading @value{GDBN} Command
35643
35644 The corresponding @value{GDBN} command is @samp{load}.
35645
35646 @subsubheading Example
35647
35648 Note: each status message appears on a single line. Here the messages
35649 have been broken down so that they can fit onto a page.
35650
35651 @smallexample
35652 (gdb)
35653 -target-download
35654 +download,@{section=".text",section-size="6668",total-size="9880"@}
35655 +download,@{section=".text",section-sent="512",section-size="6668",
35656 total-sent="512",total-size="9880"@}
35657 +download,@{section=".text",section-sent="1024",section-size="6668",
35658 total-sent="1024",total-size="9880"@}
35659 +download,@{section=".text",section-sent="1536",section-size="6668",
35660 total-sent="1536",total-size="9880"@}
35661 +download,@{section=".text",section-sent="2048",section-size="6668",
35662 total-sent="2048",total-size="9880"@}
35663 +download,@{section=".text",section-sent="2560",section-size="6668",
35664 total-sent="2560",total-size="9880"@}
35665 +download,@{section=".text",section-sent="3072",section-size="6668",
35666 total-sent="3072",total-size="9880"@}
35667 +download,@{section=".text",section-sent="3584",section-size="6668",
35668 total-sent="3584",total-size="9880"@}
35669 +download,@{section=".text",section-sent="4096",section-size="6668",
35670 total-sent="4096",total-size="9880"@}
35671 +download,@{section=".text",section-sent="4608",section-size="6668",
35672 total-sent="4608",total-size="9880"@}
35673 +download,@{section=".text",section-sent="5120",section-size="6668",
35674 total-sent="5120",total-size="9880"@}
35675 +download,@{section=".text",section-sent="5632",section-size="6668",
35676 total-sent="5632",total-size="9880"@}
35677 +download,@{section=".text",section-sent="6144",section-size="6668",
35678 total-sent="6144",total-size="9880"@}
35679 +download,@{section=".text",section-sent="6656",section-size="6668",
35680 total-sent="6656",total-size="9880"@}
35681 +download,@{section=".init",section-size="28",total-size="9880"@}
35682 +download,@{section=".fini",section-size="28",total-size="9880"@}
35683 +download,@{section=".data",section-size="3156",total-size="9880"@}
35684 +download,@{section=".data",section-sent="512",section-size="3156",
35685 total-sent="7236",total-size="9880"@}
35686 +download,@{section=".data",section-sent="1024",section-size="3156",
35687 total-sent="7748",total-size="9880"@}
35688 +download,@{section=".data",section-sent="1536",section-size="3156",
35689 total-sent="8260",total-size="9880"@}
35690 +download,@{section=".data",section-sent="2048",section-size="3156",
35691 total-sent="8772",total-size="9880"@}
35692 +download,@{section=".data",section-sent="2560",section-size="3156",
35693 total-sent="9284",total-size="9880"@}
35694 +download,@{section=".data",section-sent="3072",section-size="3156",
35695 total-sent="9796",total-size="9880"@}
35696 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
35697 write-rate="429"
35698 (gdb)
35699 @end smallexample
35700
35701
35702 @ignore
35703 @subheading The @code{-target-exec-status} Command
35704 @findex -target-exec-status
35705
35706 @subsubheading Synopsis
35707
35708 @smallexample
35709 -target-exec-status
35710 @end smallexample
35711
35712 Provide information on the state of the target (whether it is running or
35713 not, for instance).
35714
35715 @subsubheading @value{GDBN} Command
35716
35717 There's no equivalent @value{GDBN} command.
35718
35719 @subsubheading Example
35720 N.A.
35721
35722
35723 @subheading The @code{-target-list-available-targets} Command
35724 @findex -target-list-available-targets
35725
35726 @subsubheading Synopsis
35727
35728 @smallexample
35729 -target-list-available-targets
35730 @end smallexample
35731
35732 List the possible targets to connect to.
35733
35734 @subsubheading @value{GDBN} Command
35735
35736 The corresponding @value{GDBN} command is @samp{help target}.
35737
35738 @subsubheading Example
35739 N.A.
35740
35741
35742 @subheading The @code{-target-list-current-targets} Command
35743 @findex -target-list-current-targets
35744
35745 @subsubheading Synopsis
35746
35747 @smallexample
35748 -target-list-current-targets
35749 @end smallexample
35750
35751 Describe the current target.
35752
35753 @subsubheading @value{GDBN} Command
35754
35755 The corresponding information is printed by @samp{info file} (among
35756 other things).
35757
35758 @subsubheading Example
35759 N.A.
35760
35761
35762 @subheading The @code{-target-list-parameters} Command
35763 @findex -target-list-parameters
35764
35765 @subsubheading Synopsis
35766
35767 @smallexample
35768 -target-list-parameters
35769 @end smallexample
35770
35771 @c ????
35772 @end ignore
35773
35774 @subsubheading @value{GDBN} Command
35775
35776 No equivalent.
35777
35778 @subsubheading Example
35779 N.A.
35780
35781 @subheading The @code{-target-flash-erase} Command
35782 @findex -target-flash-erase
35783
35784 @subsubheading Synopsis
35785
35786 @smallexample
35787 -target-flash-erase
35788 @end smallexample
35789
35790 Erases all known flash memory regions on the target.
35791
35792 The corresponding @value{GDBN} command is @samp{flash-erase}.
35793
35794 The output is a list of flash regions that have been erased, with starting
35795 addresses and memory region sizes.
35796
35797 @smallexample
35798 (gdb)
35799 -target-flash-erase
35800 ^done,erased-regions=@{address="0x0",size="0x40000"@}
35801 (gdb)
35802 @end smallexample
35803
35804 @subheading The @code{-target-select} Command
35805 @findex -target-select
35806
35807 @subsubheading Synopsis
35808
35809 @smallexample
35810 -target-select @var{type} @var{parameters @dots{}}
35811 @end smallexample
35812
35813 Connect @value{GDBN} to the remote target. This command takes two args:
35814
35815 @table @samp
35816 @item @var{type}
35817 The type of target, for instance @samp{remote}, etc.
35818 @item @var{parameters}
35819 Device names, host names and the like. @xref{Target Commands, ,
35820 Commands for Managing Targets}, for more details.
35821 @end table
35822
35823 The output is a connection notification, followed by the address at
35824 which the target program is, in the following form:
35825
35826 @smallexample
35827 ^connected,addr="@var{address}",func="@var{function name}",
35828 args=[@var{arg list}]
35829 @end smallexample
35830
35831 @subsubheading @value{GDBN} Command
35832
35833 The corresponding @value{GDBN} command is @samp{target}.
35834
35835 @subsubheading Example
35836
35837 @smallexample
35838 (gdb)
35839 -target-select remote /dev/ttya
35840 ^connected,addr="0xfe00a300",func="??",args=[]
35841 (gdb)
35842 @end smallexample
35843
35844 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35845 @node GDB/MI File Transfer Commands
35846 @section @sc{gdb/mi} File Transfer Commands
35847
35848
35849 @subheading The @code{-target-file-put} Command
35850 @findex -target-file-put
35851
35852 @subsubheading Synopsis
35853
35854 @smallexample
35855 -target-file-put @var{hostfile} @var{targetfile}
35856 @end smallexample
35857
35858 Copy file @var{hostfile} from the host system (the machine running
35859 @value{GDBN}) to @var{targetfile} on the target system.
35860
35861 @subsubheading @value{GDBN} Command
35862
35863 The corresponding @value{GDBN} command is @samp{remote put}.
35864
35865 @subsubheading Example
35866
35867 @smallexample
35868 (gdb)
35869 -target-file-put localfile remotefile
35870 ^done
35871 (gdb)
35872 @end smallexample
35873
35874
35875 @subheading The @code{-target-file-get} Command
35876 @findex -target-file-get
35877
35878 @subsubheading Synopsis
35879
35880 @smallexample
35881 -target-file-get @var{targetfile} @var{hostfile}
35882 @end smallexample
35883
35884 Copy file @var{targetfile} from the target system to @var{hostfile}
35885 on the host system.
35886
35887 @subsubheading @value{GDBN} Command
35888
35889 The corresponding @value{GDBN} command is @samp{remote get}.
35890
35891 @subsubheading Example
35892
35893 @smallexample
35894 (gdb)
35895 -target-file-get remotefile localfile
35896 ^done
35897 (gdb)
35898 @end smallexample
35899
35900
35901 @subheading The @code{-target-file-delete} Command
35902 @findex -target-file-delete
35903
35904 @subsubheading Synopsis
35905
35906 @smallexample
35907 -target-file-delete @var{targetfile}
35908 @end smallexample
35909
35910 Delete @var{targetfile} from the target system.
35911
35912 @subsubheading @value{GDBN} Command
35913
35914 The corresponding @value{GDBN} command is @samp{remote delete}.
35915
35916 @subsubheading Example
35917
35918 @smallexample
35919 (gdb)
35920 -target-file-delete remotefile
35921 ^done
35922 (gdb)
35923 @end smallexample
35924
35925
35926 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35927 @node GDB/MI Ada Exceptions Commands
35928 @section Ada Exceptions @sc{gdb/mi} Commands
35929
35930 @subheading The @code{-info-ada-exceptions} Command
35931 @findex -info-ada-exceptions
35932
35933 @subsubheading Synopsis
35934
35935 @smallexample
35936 -info-ada-exceptions [ @var{regexp}]
35937 @end smallexample
35938
35939 List all Ada exceptions defined within the program being debugged.
35940 With a regular expression @var{regexp}, only those exceptions whose
35941 names match @var{regexp} are listed.
35942
35943 @subsubheading @value{GDBN} Command
35944
35945 The corresponding @value{GDBN} command is @samp{info exceptions}.
35946
35947 @subsubheading Result
35948
35949 The result is a table of Ada exceptions. The following columns are
35950 defined for each exception:
35951
35952 @table @samp
35953 @item name
35954 The name of the exception.
35955
35956 @item address
35957 The address of the exception.
35958
35959 @end table
35960
35961 @subsubheading Example
35962
35963 @smallexample
35964 -info-ada-exceptions aint
35965 ^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
35966 hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
35967 @{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
35968 body=[@{name="constraint_error",address="0x0000000000613da0"@},
35969 @{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
35970 @end smallexample
35971
35972 @subheading Catching Ada Exceptions
35973
35974 The commands describing how to ask @value{GDBN} to stop when a program
35975 raises an exception are described at @ref{Ada Exception GDB/MI
35976 Catchpoint Commands}.
35977
35978
35979 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35980 @node GDB/MI Support Commands
35981 @section @sc{gdb/mi} Support Commands
35982
35983 Since new commands and features get regularly added to @sc{gdb/mi},
35984 some commands are available to help front-ends query the debugger
35985 about support for these capabilities. Similarly, it is also possible
35986 to query @value{GDBN} about target support of certain features.
35987
35988 @subheading The @code{-info-gdb-mi-command} Command
35989 @cindex @code{-info-gdb-mi-command}
35990 @findex -info-gdb-mi-command
35991
35992 @subsubheading Synopsis
35993
35994 @smallexample
35995 -info-gdb-mi-command @var{cmd_name}
35996 @end smallexample
35997
35998 Query support for the @sc{gdb/mi} command named @var{cmd_name}.
35999
36000 Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
36001 is technically not part of the command name (@pxref{GDB/MI Input
36002 Syntax}), and thus should be omitted in @var{cmd_name}. However,
36003 for ease of use, this command also accepts the form with the leading
36004 dash.
36005
36006 @subsubheading @value{GDBN} Command
36007
36008 There is no corresponding @value{GDBN} command.
36009
36010 @subsubheading Result
36011
36012 The result is a tuple. There is currently only one field:
36013
36014 @table @samp
36015 @item exists
36016 This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
36017 @code{"false"} otherwise.
36018
36019 @end table
36020
36021 @subsubheading Example
36022
36023 Here is an example where the @sc{gdb/mi} command does not exist:
36024
36025 @smallexample
36026 -info-gdb-mi-command unsupported-command
36027 ^done,command=@{exists="false"@}
36028 @end smallexample
36029
36030 @noindent
36031 And here is an example where the @sc{gdb/mi} command is known
36032 to the debugger:
36033
36034 @smallexample
36035 -info-gdb-mi-command symbol-list-lines
36036 ^done,command=@{exists="true"@}
36037 @end smallexample
36038
36039 @subheading The @code{-list-features} Command
36040 @findex -list-features
36041 @cindex supported @sc{gdb/mi} features, list
36042
36043 Returns a list of particular features of the MI protocol that
36044 this version of gdb implements. A feature can be a command,
36045 or a new field in an output of some command, or even an
36046 important bugfix. While a frontend can sometimes detect presence
36047 of a feature at runtime, it is easier to perform detection at debugger
36048 startup.
36049
36050 The command returns a list of strings, with each string naming an
36051 available feature. Each returned string is just a name, it does not
36052 have any internal structure. The list of possible feature names
36053 is given below.
36054
36055 Example output:
36056
36057 @smallexample
36058 (gdb) -list-features
36059 ^done,result=["feature1","feature2"]
36060 @end smallexample
36061
36062 The current list of features is:
36063
36064 @ftable @samp
36065 @item frozen-varobjs
36066 Indicates support for the @code{-var-set-frozen} command, as well
36067 as possible presence of the @code{frozen} field in the output
36068 of @code{-varobj-create}.
36069 @item pending-breakpoints
36070 Indicates support for the @option{-f} option to the @code{-break-insert}
36071 command.
36072 @item python
36073 Indicates Python scripting support, Python-based
36074 pretty-printing commands, and possible presence of the
36075 @samp{display_hint} field in the output of @code{-var-list-children}
36076 @item thread-info
36077 Indicates support for the @code{-thread-info} command.
36078 @item data-read-memory-bytes
36079 Indicates support for the @code{-data-read-memory-bytes} and the
36080 @code{-data-write-memory-bytes} commands.
36081 @item breakpoint-notifications
36082 Indicates that changes to breakpoints and breakpoints created via the
36083 CLI will be announced via async records.
36084 @item ada-task-info
36085 Indicates support for the @code{-ada-task-info} command.
36086 @item language-option
36087 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
36088 option (@pxref{Context management}).
36089 @item info-gdb-mi-command
36090 Indicates support for the @code{-info-gdb-mi-command} command.
36091 @item undefined-command-error-code
36092 Indicates support for the "undefined-command" error code in error result
36093 records, produced when trying to execute an undefined @sc{gdb/mi} command
36094 (@pxref{GDB/MI Result Records}).
36095 @item exec-run-start-option
36096 Indicates that the @code{-exec-run} command supports the @option{--start}
36097 option (@pxref{GDB/MI Program Execution}).
36098 @item data-disassemble-a-option
36099 Indicates that the @code{-data-disassemble} command supports the @option{-a}
36100 option (@pxref{GDB/MI Data Manipulation}).
36101 @end ftable
36102
36103 @subheading The @code{-list-target-features} Command
36104 @findex -list-target-features
36105
36106 Returns a list of particular features that are supported by the
36107 target. Those features affect the permitted MI commands, but
36108 unlike the features reported by the @code{-list-features} command, the
36109 features depend on which target GDB is using at the moment. Whenever
36110 a target can change, due to commands such as @code{-target-select},
36111 @code{-target-attach} or @code{-exec-run}, the list of target features
36112 may change, and the frontend should obtain it again.
36113 Example output:
36114
36115 @smallexample
36116 (gdb) -list-target-features
36117 ^done,result=["async"]
36118 @end smallexample
36119
36120 The current list of features is:
36121
36122 @table @samp
36123 @item async
36124 Indicates that the target is capable of asynchronous command
36125 execution, which means that @value{GDBN} will accept further commands
36126 while the target is running.
36127
36128 @item reverse
36129 Indicates that the target is capable of reverse execution.
36130 @xref{Reverse Execution}, for more information.
36131
36132 @end table
36133
36134 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36135 @node GDB/MI Miscellaneous Commands
36136 @section Miscellaneous @sc{gdb/mi} Commands
36137
36138 @c @subheading -gdb-complete
36139
36140 @subheading The @code{-gdb-exit} Command
36141 @findex -gdb-exit
36142
36143 @subsubheading Synopsis
36144
36145 @smallexample
36146 -gdb-exit
36147 @end smallexample
36148
36149 Exit @value{GDBN} immediately.
36150
36151 @subsubheading @value{GDBN} Command
36152
36153 Approximately corresponds to @samp{quit}.
36154
36155 @subsubheading Example
36156
36157 @smallexample
36158 (gdb)
36159 -gdb-exit
36160 ^exit
36161 @end smallexample
36162
36163
36164 @ignore
36165 @subheading The @code{-exec-abort} Command
36166 @findex -exec-abort
36167
36168 @subsubheading Synopsis
36169
36170 @smallexample
36171 -exec-abort
36172 @end smallexample
36173
36174 Kill the inferior running program.
36175
36176 @subsubheading @value{GDBN} Command
36177
36178 The corresponding @value{GDBN} command is @samp{kill}.
36179
36180 @subsubheading Example
36181 N.A.
36182 @end ignore
36183
36184
36185 @subheading The @code{-gdb-set} Command
36186 @findex -gdb-set
36187
36188 @subsubheading Synopsis
36189
36190 @smallexample
36191 -gdb-set
36192 @end smallexample
36193
36194 Set an internal @value{GDBN} variable.
36195 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
36196
36197 @subsubheading @value{GDBN} Command
36198
36199 The corresponding @value{GDBN} command is @samp{set}.
36200
36201 @subsubheading Example
36202
36203 @smallexample
36204 (gdb)
36205 -gdb-set $foo=3
36206 ^done
36207 (gdb)
36208 @end smallexample
36209
36210
36211 @subheading The @code{-gdb-show} Command
36212 @findex -gdb-show
36213
36214 @subsubheading Synopsis
36215
36216 @smallexample
36217 -gdb-show
36218 @end smallexample
36219
36220 Show the current value of a @value{GDBN} variable.
36221
36222 @subsubheading @value{GDBN} Command
36223
36224 The corresponding @value{GDBN} command is @samp{show}.
36225
36226 @subsubheading Example
36227
36228 @smallexample
36229 (gdb)
36230 -gdb-show annotate
36231 ^done,value="0"
36232 (gdb)
36233 @end smallexample
36234
36235 @c @subheading -gdb-source
36236
36237
36238 @subheading The @code{-gdb-version} Command
36239 @findex -gdb-version
36240
36241 @subsubheading Synopsis
36242
36243 @smallexample
36244 -gdb-version
36245 @end smallexample
36246
36247 Show version information for @value{GDBN}. Used mostly in testing.
36248
36249 @subsubheading @value{GDBN} Command
36250
36251 The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
36252 default shows this information when you start an interactive session.
36253
36254 @subsubheading Example
36255
36256 @c This example modifies the actual output from GDB to avoid overfull
36257 @c box in TeX.
36258 @smallexample
36259 (gdb)
36260 -gdb-version
36261 ~GNU gdb 5.2.1
36262 ~Copyright 2000 Free Software Foundation, Inc.
36263 ~GDB is free software, covered by the GNU General Public License, and
36264 ~you are welcome to change it and/or distribute copies of it under
36265 ~ certain conditions.
36266 ~Type "show copying" to see the conditions.
36267 ~There is absolutely no warranty for GDB. Type "show warranty" for
36268 ~ details.
36269 ~This GDB was configured as
36270 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
36271 ^done
36272 (gdb)
36273 @end smallexample
36274
36275 @subheading The @code{-list-thread-groups} Command
36276 @findex -list-thread-groups
36277
36278 @subheading Synopsis
36279
36280 @smallexample
36281 -list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
36282 @end smallexample
36283
36284 Lists thread groups (@pxref{Thread groups}). When a single thread
36285 group is passed as the argument, lists the children of that group.
36286 When several thread group are passed, lists information about those
36287 thread groups. Without any parameters, lists information about all
36288 top-level thread groups.
36289
36290 Normally, thread groups that are being debugged are reported.
36291 With the @samp{--available} option, @value{GDBN} reports thread groups
36292 available on the target.
36293
36294 The output of this command may have either a @samp{threads} result or
36295 a @samp{groups} result. The @samp{thread} result has a list of tuples
36296 as value, with each tuple describing a thread (@pxref{GDB/MI Thread
36297 Information}). The @samp{groups} result has a list of tuples as value,
36298 each tuple describing a thread group. If top-level groups are
36299 requested (that is, no parameter is passed), or when several groups
36300 are passed, the output always has a @samp{groups} result. The format
36301 of the @samp{group} result is described below.
36302
36303 To reduce the number of roundtrips it's possible to list thread groups
36304 together with their children, by passing the @samp{--recurse} option
36305 and the recursion depth. Presently, only recursion depth of 1 is
36306 permitted. If this option is present, then every reported thread group
36307 will also include its children, either as @samp{group} or
36308 @samp{threads} field.
36309
36310 In general, any combination of option and parameters is permitted, with
36311 the following caveats:
36312
36313 @itemize @bullet
36314 @item
36315 When a single thread group is passed, the output will typically
36316 be the @samp{threads} result. Because threads may not contain
36317 anything, the @samp{recurse} option will be ignored.
36318
36319 @item
36320 When the @samp{--available} option is passed, limited information may
36321 be available. In particular, the list of threads of a process might
36322 be inaccessible. Further, specifying specific thread groups might
36323 not give any performance advantage over listing all thread groups.
36324 The frontend should assume that @samp{-list-thread-groups --available}
36325 is always an expensive operation and cache the results.
36326
36327 @end itemize
36328
36329 The @samp{groups} result is a list of tuples, where each tuple may
36330 have the following fields:
36331
36332 @table @code
36333 @item id
36334 Identifier of the thread group. This field is always present.
36335 The identifier is an opaque string; frontends should not try to
36336 convert it to an integer, even though it might look like one.
36337
36338 @item type
36339 The type of the thread group. At present, only @samp{process} is a
36340 valid type.
36341
36342 @item pid
36343 The target-specific process identifier. This field is only present
36344 for thread groups of type @samp{process} and only if the process exists.
36345
36346 @item exit-code
36347 The exit code of this group's last exited thread, formatted in octal.
36348 This field is only present for thread groups of type @samp{process} and
36349 only if the process is not running.
36350
36351 @item num_children
36352 The number of children this thread group has. This field may be
36353 absent for an available thread group.
36354
36355 @item threads
36356 This field has a list of tuples as value, each tuple describing a
36357 thread. It may be present if the @samp{--recurse} option is
36358 specified, and it's actually possible to obtain the threads.
36359
36360 @item cores
36361 This field is a list of integers, each identifying a core that one
36362 thread of the group is running on. This field may be absent if
36363 such information is not available.
36364
36365 @item executable
36366 The name of the executable file that corresponds to this thread group.
36367 The field is only present for thread groups of type @samp{process},
36368 and only if there is a corresponding executable file.
36369
36370 @end table
36371
36372 @subheading Example
36373
36374 @smallexample
36375 @value{GDBP}
36376 -list-thread-groups
36377 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
36378 -list-thread-groups 17
36379 ^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
36380 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
36381 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
36382 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
36383 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
36384 -list-thread-groups --available
36385 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
36386 -list-thread-groups --available --recurse 1
36387 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36388 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36389 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
36390 -list-thread-groups --available --recurse 1 17 18
36391 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36392 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36393 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
36394 @end smallexample
36395
36396 @subheading The @code{-info-os} Command
36397 @findex -info-os
36398
36399 @subsubheading Synopsis
36400
36401 @smallexample
36402 -info-os [ @var{type} ]
36403 @end smallexample
36404
36405 If no argument is supplied, the command returns a table of available
36406 operating-system-specific information types. If one of these types is
36407 supplied as an argument @var{type}, then the command returns a table
36408 of data of that type.
36409
36410 The types of information available depend on the target operating
36411 system.
36412
36413 @subsubheading @value{GDBN} Command
36414
36415 The corresponding @value{GDBN} command is @samp{info os}.
36416
36417 @subsubheading Example
36418
36419 When run on a @sc{gnu}/Linux system, the output will look something
36420 like this:
36421
36422 @smallexample
36423 @value{GDBP}
36424 -info-os
36425 ^done,OSDataTable=@{nr_rows="10",nr_cols="3",
36426 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
36427 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
36428 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
36429 body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
36430 col2="CPUs"@},
36431 item=@{col0="files",col1="Listing of all file descriptors",
36432 col2="File descriptors"@},
36433 item=@{col0="modules",col1="Listing of all loaded kernel modules",
36434 col2="Kernel modules"@},
36435 item=@{col0="msg",col1="Listing of all message queues",
36436 col2="Message queues"@},
36437 item=@{col0="processes",col1="Listing of all processes",
36438 col2="Processes"@},
36439 item=@{col0="procgroups",col1="Listing of all process groups",
36440 col2="Process groups"@},
36441 item=@{col0="semaphores",col1="Listing of all semaphores",
36442 col2="Semaphores"@},
36443 item=@{col0="shm",col1="Listing of all shared-memory regions",
36444 col2="Shared-memory regions"@},
36445 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
36446 col2="Sockets"@},
36447 item=@{col0="threads",col1="Listing of all threads",
36448 col2="Threads"@}]
36449 @value{GDBP}
36450 -info-os processes
36451 ^done,OSDataTable=@{nr_rows="190",nr_cols="4",
36452 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
36453 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
36454 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
36455 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
36456 body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
36457 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
36458 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
36459 ...
36460 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
36461 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
36462 (gdb)
36463 @end smallexample
36464
36465 (Note that the MI output here includes a @code{"Title"} column that
36466 does not appear in command-line @code{info os}; this column is useful
36467 for MI clients that want to enumerate the types of data, such as in a
36468 popup menu, but is needless clutter on the command line, and
36469 @code{info os} omits it.)
36470
36471 @subheading The @code{-add-inferior} Command
36472 @findex -add-inferior
36473
36474 @subheading Synopsis
36475
36476 @smallexample
36477 -add-inferior
36478 @end smallexample
36479
36480 Creates a new inferior (@pxref{Inferiors Connections and Programs}). The created
36481 inferior is not associated with any executable. Such association may
36482 be established with the @samp{-file-exec-and-symbols} command
36483 (@pxref{GDB/MI File Commands}). The command response has a single
36484 field, @samp{inferior}, whose value is the identifier of the
36485 thread group corresponding to the new inferior.
36486
36487 @subheading Example
36488
36489 @smallexample
36490 @value{GDBP}
36491 -add-inferior
36492 ^done,inferior="i3"
36493 @end smallexample
36494
36495 @subheading The @code{-interpreter-exec} Command
36496 @findex -interpreter-exec
36497
36498 @subheading Synopsis
36499
36500 @smallexample
36501 -interpreter-exec @var{interpreter} @var{command}
36502 @end smallexample
36503 @anchor{-interpreter-exec}
36504
36505 Execute the specified @var{command} in the given @var{interpreter}.
36506
36507 @subheading @value{GDBN} Command
36508
36509 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
36510
36511 @subheading Example
36512
36513 @smallexample
36514 (gdb)
36515 -interpreter-exec console "break main"
36516 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
36517 &"During symbol reading, bad structure-type format.\n"
36518 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
36519 ^done
36520 (gdb)
36521 @end smallexample
36522
36523 @subheading The @code{-inferior-tty-set} Command
36524 @findex -inferior-tty-set
36525
36526 @subheading Synopsis
36527
36528 @smallexample
36529 -inferior-tty-set /dev/pts/1
36530 @end smallexample
36531
36532 Set terminal for future runs of the program being debugged.
36533
36534 @subheading @value{GDBN} Command
36535
36536 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
36537
36538 @subheading Example
36539
36540 @smallexample
36541 (gdb)
36542 -inferior-tty-set /dev/pts/1
36543 ^done
36544 (gdb)
36545 @end smallexample
36546
36547 @subheading The @code{-inferior-tty-show} Command
36548 @findex -inferior-tty-show
36549
36550 @subheading Synopsis
36551
36552 @smallexample
36553 -inferior-tty-show
36554 @end smallexample
36555
36556 Show terminal for future runs of program being debugged.
36557
36558 @subheading @value{GDBN} Command
36559
36560 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
36561
36562 @subheading Example
36563
36564 @smallexample
36565 (gdb)
36566 -inferior-tty-set /dev/pts/1
36567 ^done
36568 (gdb)
36569 -inferior-tty-show
36570 ^done,inferior_tty_terminal="/dev/pts/1"
36571 (gdb)
36572 @end smallexample
36573
36574 @subheading The @code{-enable-timings} Command
36575 @findex -enable-timings
36576
36577 @subheading Synopsis
36578
36579 @smallexample
36580 -enable-timings [yes | no]
36581 @end smallexample
36582
36583 Toggle the printing of the wallclock, user and system times for an MI
36584 command as a field in its output. This command is to help frontend
36585 developers optimize the performance of their code. No argument is
36586 equivalent to @samp{yes}.
36587
36588 @subheading @value{GDBN} Command
36589
36590 No equivalent.
36591
36592 @subheading Example
36593
36594 @smallexample
36595 (gdb)
36596 -enable-timings
36597 ^done
36598 (gdb)
36599 -break-insert main
36600 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
36601 addr="0x080484ed",func="main",file="myprog.c",
36602 fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
36603 times="0"@},
36604 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
36605 (gdb)
36606 -enable-timings no
36607 ^done
36608 (gdb)
36609 -exec-run
36610 ^running
36611 (gdb)
36612 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
36613 frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
36614 @{name="argv",value="0xbfb60364"@}],file="myprog.c",
36615 fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
36616 (gdb)
36617 @end smallexample
36618
36619 @subheading The @code{-complete} Command
36620 @findex -complete
36621
36622 @subheading Synopsis
36623
36624 @smallexample
36625 -complete @var{command}
36626 @end smallexample
36627
36628 Show a list of completions for partially typed CLI @var{command}.
36629
36630 This command is intended for @sc{gdb/mi} frontends that cannot use two separate
36631 CLI and MI channels --- for example: because of lack of PTYs like on Windows or
36632 because @value{GDBN} is used remotely via a SSH connection.
36633
36634 @subheading Result
36635
36636 The result consists of two or three fields:
36637
36638 @table @samp
36639 @item completion
36640 This field contains the completed @var{command}. If @var{command}
36641 has no known completions, this field is omitted.
36642
36643 @item matches
36644 This field contains a (possibly empty) array of matches. It is always present.
36645
36646 @item max_completions_reached
36647 This field contains @code{1} if number of known completions is above
36648 @code{max-completions} limit (@pxref{Completion}), otherwise it contains
36649 @code{0}. It is always present.
36650
36651 @end table
36652
36653 @subheading @value{GDBN} Command
36654
36655 The corresponding @value{GDBN} command is @samp{complete}.
36656
36657 @subheading Example
36658
36659 @smallexample
36660 (gdb)
36661 -complete br
36662 ^done,completion="break",
36663 matches=["break","break-range"],
36664 max_completions_reached="0"
36665 (gdb)
36666 -complete "b ma"
36667 ^done,completion="b ma",
36668 matches=["b madvise","b main"],max_completions_reached="0"
36669 (gdb)
36670 -complete "b push_b"
36671 ^done,completion="b push_back(",
36672 matches=[
36673 "b A::push_back(void*)",
36674 "b std::string::push_back(char)",
36675 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
36676 max_completions_reached="0"
36677 (gdb)
36678 -complete "nonexist"
36679 ^done,matches=[],max_completions_reached="0"
36680 (gdb)
36681
36682 @end smallexample
36683
36684 @node Annotations
36685 @chapter @value{GDBN} Annotations
36686
36687 This chapter describes annotations in @value{GDBN}. Annotations were
36688 designed to interface @value{GDBN} to graphical user interfaces or other
36689 similar programs which want to interact with @value{GDBN} at a
36690 relatively high level.
36691
36692 The annotation mechanism has largely been superseded by @sc{gdb/mi}
36693 (@pxref{GDB/MI}).
36694
36695 @ignore
36696 This is Edition @value{EDITION}, @value{DATE}.
36697 @end ignore
36698
36699 @menu
36700 * Annotations Overview:: What annotations are; the general syntax.
36701 * Server Prefix:: Issuing a command without affecting user state.
36702 * Prompting:: Annotations marking @value{GDBN}'s need for input.
36703 * Errors:: Annotations for error messages.
36704 * Invalidation:: Some annotations describe things now invalid.
36705 * Annotations for Running::
36706 Whether the program is running, how it stopped, etc.
36707 * Source Annotations:: Annotations describing source code.
36708 @end menu
36709
36710 @node Annotations Overview
36711 @section What is an Annotation?
36712 @cindex annotations
36713
36714 Annotations start with a newline character, two @samp{control-z}
36715 characters, and the name of the annotation. If there is no additional
36716 information associated with this annotation, the name of the annotation
36717 is followed immediately by a newline. If there is additional
36718 information, the name of the annotation is followed by a space, the
36719 additional information, and a newline. The additional information
36720 cannot contain newline characters.
36721
36722 Any output not beginning with a newline and two @samp{control-z}
36723 characters denotes literal output from @value{GDBN}. Currently there is
36724 no need for @value{GDBN} to output a newline followed by two
36725 @samp{control-z} characters, but if there was such a need, the
36726 annotations could be extended with an @samp{escape} annotation which
36727 means those three characters as output.
36728
36729 The annotation @var{level}, which is specified using the
36730 @option{--annotate} command line option (@pxref{Mode Options}), controls
36731 how much information @value{GDBN} prints together with its prompt,
36732 values of expressions, source lines, and other types of output. Level 0
36733 is for no annotations, level 1 is for use when @value{GDBN} is run as a
36734 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
36735 for programs that control @value{GDBN}, and level 2 annotations have
36736 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
36737 Interface, annotate, GDB's Obsolete Annotations}).
36738
36739 @table @code
36740 @kindex set annotate
36741 @item set annotate @var{level}
36742 The @value{GDBN} command @code{set annotate} sets the level of
36743 annotations to the specified @var{level}.
36744
36745 @item show annotate
36746 @kindex show annotate
36747 Show the current annotation level.
36748 @end table
36749
36750 This chapter describes level 3 annotations.
36751
36752 A simple example of starting up @value{GDBN} with annotations is:
36753
36754 @smallexample
36755 $ @kbd{gdb --annotate=3}
36756 GNU gdb 6.0
36757 Copyright 2003 Free Software Foundation, Inc.
36758 GDB is free software, covered by the GNU General Public License,
36759 and you are welcome to change it and/or distribute copies of it
36760 under certain conditions.
36761 Type "show copying" to see the conditions.
36762 There is absolutely no warranty for GDB. Type "show warranty"
36763 for details.
36764 This GDB was configured as "i386-pc-linux-gnu"
36765
36766 ^Z^Zpre-prompt
36767 (@value{GDBP})
36768 ^Z^Zprompt
36769 @kbd{quit}
36770
36771 ^Z^Zpost-prompt
36772 $
36773 @end smallexample
36774
36775 Here @samp{quit} is input to @value{GDBN}; the rest is output from
36776 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
36777 denotes a @samp{control-z} character) are annotations; the rest is
36778 output from @value{GDBN}.
36779
36780 @node Server Prefix
36781 @section The Server Prefix
36782 @cindex server prefix
36783
36784 If you prefix a command with @samp{server } then it will not affect
36785 the command history, nor will it affect @value{GDBN}'s notion of which
36786 command to repeat if @key{RET} is pressed on a line by itself. This
36787 means that commands can be run behind a user's back by a front-end in
36788 a transparent manner.
36789
36790 The @code{server } prefix does not affect the recording of values into
36791 the value history; to print a value without recording it into the
36792 value history, use the @code{output} command instead of the
36793 @code{print} command.
36794
36795 Using this prefix also disables confirmation requests
36796 (@pxref{confirmation requests}).
36797
36798 @node Prompting
36799 @section Annotation for @value{GDBN} Input
36800
36801 @cindex annotations for prompts
36802 When @value{GDBN} prompts for input, it annotates this fact so it is possible
36803 to know when to send output, when the output from a given command is
36804 over, etc.
36805
36806 Different kinds of input each have a different @dfn{input type}. Each
36807 input type has three annotations: a @code{pre-} annotation, which
36808 denotes the beginning of any prompt which is being output, a plain
36809 annotation, which denotes the end of the prompt, and then a @code{post-}
36810 annotation which denotes the end of any echo which may (or may not) be
36811 associated with the input. For example, the @code{prompt} input type
36812 features the following annotations:
36813
36814 @smallexample
36815 ^Z^Zpre-prompt
36816 ^Z^Zprompt
36817 ^Z^Zpost-prompt
36818 @end smallexample
36819
36820 The input types are
36821
36822 @table @code
36823 @findex pre-prompt annotation
36824 @findex prompt annotation
36825 @findex post-prompt annotation
36826 @item prompt
36827 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
36828
36829 @findex pre-commands annotation
36830 @findex commands annotation
36831 @findex post-commands annotation
36832 @item commands
36833 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
36834 command. The annotations are repeated for each command which is input.
36835
36836 @findex pre-overload-choice annotation
36837 @findex overload-choice annotation
36838 @findex post-overload-choice annotation
36839 @item overload-choice
36840 When @value{GDBN} wants the user to select between various overloaded functions.
36841
36842 @findex pre-query annotation
36843 @findex query annotation
36844 @findex post-query annotation
36845 @item query
36846 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
36847
36848 @findex pre-prompt-for-continue annotation
36849 @findex prompt-for-continue annotation
36850 @findex post-prompt-for-continue annotation
36851 @item prompt-for-continue
36852 When @value{GDBN} is asking the user to press return to continue. Note: Don't
36853 expect this to work well; instead use @code{set height 0} to disable
36854 prompting. This is because the counting of lines is buggy in the
36855 presence of annotations.
36856 @end table
36857
36858 @node Errors
36859 @section Errors
36860 @cindex annotations for errors, warnings and interrupts
36861
36862 @findex quit annotation
36863 @smallexample
36864 ^Z^Zquit
36865 @end smallexample
36866
36867 This annotation occurs right before @value{GDBN} responds to an interrupt.
36868
36869 @findex error annotation
36870 @smallexample
36871 ^Z^Zerror
36872 @end smallexample
36873
36874 This annotation occurs right before @value{GDBN} responds to an error.
36875
36876 Quit and error annotations indicate that any annotations which @value{GDBN} was
36877 in the middle of may end abruptly. For example, if a
36878 @code{value-history-begin} annotation is followed by a @code{error}, one
36879 cannot expect to receive the matching @code{value-history-end}. One
36880 cannot expect not to receive it either, however; an error annotation
36881 does not necessarily mean that @value{GDBN} is immediately returning all the way
36882 to the top level.
36883
36884 @findex error-begin annotation
36885 A quit or error annotation may be preceded by
36886
36887 @smallexample
36888 ^Z^Zerror-begin
36889 @end smallexample
36890
36891 Any output between that and the quit or error annotation is the error
36892 message.
36893
36894 Warning messages are not yet annotated.
36895 @c If we want to change that, need to fix warning(), type_error(),
36896 @c range_error(), and possibly other places.
36897
36898 @node Invalidation
36899 @section Invalidation Notices
36900
36901 @cindex annotations for invalidation messages
36902 The following annotations say that certain pieces of state may have
36903 changed.
36904
36905 @table @code
36906 @findex frames-invalid annotation
36907 @item ^Z^Zframes-invalid
36908
36909 The frames (for example, output from the @code{backtrace} command) may
36910 have changed.
36911
36912 @findex breakpoints-invalid annotation
36913 @item ^Z^Zbreakpoints-invalid
36914
36915 The breakpoints may have changed. For example, the user just added or
36916 deleted a breakpoint.
36917 @end table
36918
36919 @node Annotations for Running
36920 @section Running the Program
36921 @cindex annotations for running programs
36922
36923 @findex starting annotation
36924 @findex stopping annotation
36925 When the program starts executing due to a @value{GDBN} command such as
36926 @code{step} or @code{continue},
36927
36928 @smallexample
36929 ^Z^Zstarting
36930 @end smallexample
36931
36932 is output. When the program stops,
36933
36934 @smallexample
36935 ^Z^Zstopped
36936 @end smallexample
36937
36938 is output. Before the @code{stopped} annotation, a variety of
36939 annotations describe how the program stopped.
36940
36941 @table @code
36942 @findex exited annotation
36943 @item ^Z^Zexited @var{exit-status}
36944 The program exited, and @var{exit-status} is the exit status (zero for
36945 successful exit, otherwise nonzero).
36946
36947 @findex signalled annotation
36948 @findex signal-name annotation
36949 @findex signal-name-end annotation
36950 @findex signal-string annotation
36951 @findex signal-string-end annotation
36952 @item ^Z^Zsignalled
36953 The program exited with a signal. After the @code{^Z^Zsignalled}, the
36954 annotation continues:
36955
36956 @smallexample
36957 @var{intro-text}
36958 ^Z^Zsignal-name
36959 @var{name}
36960 ^Z^Zsignal-name-end
36961 @var{middle-text}
36962 ^Z^Zsignal-string
36963 @var{string}
36964 ^Z^Zsignal-string-end
36965 @var{end-text}
36966 @end smallexample
36967
36968 @noindent
36969 where @var{name} is the name of the signal, such as @code{SIGILL} or
36970 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
36971 as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
36972 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
36973 user's benefit and have no particular format.
36974
36975 @findex signal annotation
36976 @item ^Z^Zsignal
36977 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
36978 just saying that the program received the signal, not that it was
36979 terminated with it.
36980
36981 @findex breakpoint annotation
36982 @item ^Z^Zbreakpoint @var{number}
36983 The program hit breakpoint number @var{number}.
36984
36985 @findex watchpoint annotation
36986 @item ^Z^Zwatchpoint @var{number}
36987 The program hit watchpoint number @var{number}.
36988 @end table
36989
36990 @node Source Annotations
36991 @section Displaying Source
36992 @cindex annotations for source display
36993
36994 @findex source annotation
36995 The following annotation is used instead of displaying source code:
36996
36997 @smallexample
36998 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
36999 @end smallexample
37000
37001 where @var{filename} is an absolute file name indicating which source
37002 file, @var{line} is the line number within that file (where 1 is the
37003 first line in the file), @var{character} is the character position
37004 within the file (where 0 is the first character in the file) (for most
37005 debug formats this will necessarily point to the beginning of a line),
37006 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
37007 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
37008 @var{addr} is the address in the target program associated with the
37009 source which is being displayed. The @var{addr} is in the form @samp{0x}
37010 followed by one or more lowercase hex digits (note that this does not
37011 depend on the language).
37012
37013 @node JIT Interface
37014 @chapter JIT Compilation Interface
37015 @cindex just-in-time compilation
37016 @cindex JIT compilation interface
37017
37018 This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
37019 interface. A JIT compiler is a program or library that generates native
37020 executable code at runtime and executes it, usually in order to achieve good
37021 performance while maintaining platform independence.
37022
37023 Programs that use JIT compilation are normally difficult to debug because
37024 portions of their code are generated at runtime, instead of being loaded from
37025 object files, which is where @value{GDBN} normally finds the program's symbols
37026 and debug information. In order to debug programs that use JIT compilation,
37027 @value{GDBN} has an interface that allows the program to register in-memory
37028 symbol files with @value{GDBN} at runtime.
37029
37030 If you are using @value{GDBN} to debug a program that uses this interface, then
37031 it should work transparently so long as you have not stripped the binary. If
37032 you are developing a JIT compiler, then the interface is documented in the rest
37033 of this chapter. At this time, the only known client of this interface is the
37034 LLVM JIT.
37035
37036 Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
37037 JIT compiler communicates with @value{GDBN} by writing data into a global
37038 variable and calling a function at a well-known symbol. When @value{GDBN}
37039 attaches, it reads a linked list of symbol files from the global variable to
37040 find existing code, and puts a breakpoint in the function so that it can find
37041 out about additional code.
37042
37043 @menu
37044 * Declarations:: Relevant C struct declarations
37045 * Registering Code:: Steps to register code
37046 * Unregistering Code:: Steps to unregister code
37047 * Custom Debug Info:: Emit debug information in a custom format
37048 @end menu
37049
37050 @node Declarations
37051 @section JIT Declarations
37052
37053 These are the relevant struct declarations that a C program should include to
37054 implement the interface:
37055
37056 @smallexample
37057 typedef enum
37058 @{
37059 JIT_NOACTION = 0,
37060 JIT_REGISTER_FN,
37061 JIT_UNREGISTER_FN
37062 @} jit_actions_t;
37063
37064 struct jit_code_entry
37065 @{
37066 struct jit_code_entry *next_entry;
37067 struct jit_code_entry *prev_entry;
37068 const char *symfile_addr;
37069 uint64_t symfile_size;
37070 @};
37071
37072 struct jit_descriptor
37073 @{
37074 uint32_t version;
37075 /* This type should be jit_actions_t, but we use uint32_t
37076 to be explicit about the bitwidth. */
37077 uint32_t action_flag;
37078 struct jit_code_entry *relevant_entry;
37079 struct jit_code_entry *first_entry;
37080 @};
37081
37082 /* GDB puts a breakpoint in this function. */
37083 void __attribute__((noinline)) __jit_debug_register_code() @{ @};
37084
37085 /* Make sure to specify the version statically, because the
37086 debugger may check the version before we can set it. */
37087 struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
37088 @end smallexample
37089
37090 If the JIT is multi-threaded, then it is important that the JIT synchronize any
37091 modifications to this global data properly, which can easily be done by putting
37092 a global mutex around modifications to these structures.
37093
37094 @node Registering Code
37095 @section Registering Code
37096
37097 To register code with @value{GDBN}, the JIT should follow this protocol:
37098
37099 @itemize @bullet
37100 @item
37101 Generate an object file in memory with symbols and other desired debug
37102 information. The file must include the virtual addresses of the sections.
37103
37104 @item
37105 Create a code entry for the file, which gives the start and size of the symbol
37106 file.
37107
37108 @item
37109 Add it to the linked list in the JIT descriptor.
37110
37111 @item
37112 Point the relevant_entry field of the descriptor at the entry.
37113
37114 @item
37115 Set @code{action_flag} to @code{JIT_REGISTER} and call
37116 @code{__jit_debug_register_code}.
37117 @end itemize
37118
37119 When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
37120 @code{relevant_entry} pointer so it doesn't have to walk the list looking for
37121 new code. However, the linked list must still be maintained in order to allow
37122 @value{GDBN} to attach to a running process and still find the symbol files.
37123
37124 @node Unregistering Code
37125 @section Unregistering Code
37126
37127 If code is freed, then the JIT should use the following protocol:
37128
37129 @itemize @bullet
37130 @item
37131 Remove the code entry corresponding to the code from the linked list.
37132
37133 @item
37134 Point the @code{relevant_entry} field of the descriptor at the code entry.
37135
37136 @item
37137 Set @code{action_flag} to @code{JIT_UNREGISTER} and call
37138 @code{__jit_debug_register_code}.
37139 @end itemize
37140
37141 If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
37142 and the JIT will leak the memory used for the associated symbol files.
37143
37144 @node Custom Debug Info
37145 @section Custom Debug Info
37146 @cindex custom JIT debug info
37147 @cindex JIT debug info reader
37148
37149 Generating debug information in platform-native file formats (like ELF
37150 or COFF) may be an overkill for JIT compilers; especially if all the
37151 debug info is used for is displaying a meaningful backtrace. The
37152 issue can be resolved by having the JIT writers decide on a debug info
37153 format and also provide a reader that parses the debug info generated
37154 by the JIT compiler. This section gives a brief overview on writing
37155 such a parser. More specific details can be found in the source file
37156 @file{gdb/jit-reader.in}, which is also installed as a header at
37157 @file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
37158
37159 The reader is implemented as a shared object (so this functionality is
37160 not available on platforms which don't allow loading shared objects at
37161 runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
37162 @code{jit-reader-unload} are provided, to be used to load and unload
37163 the readers from a preconfigured directory. Once loaded, the shared
37164 object is used the parse the debug information emitted by the JIT
37165 compiler.
37166
37167 @menu
37168 * Using JIT Debug Info Readers:: How to use supplied readers correctly
37169 * Writing JIT Debug Info Readers:: Creating a debug-info reader
37170 @end menu
37171
37172 @node Using JIT Debug Info Readers
37173 @subsection Using JIT Debug Info Readers
37174 @kindex jit-reader-load
37175 @kindex jit-reader-unload
37176
37177 Readers can be loaded and unloaded using the @code{jit-reader-load}
37178 and @code{jit-reader-unload} commands.
37179
37180 @table @code
37181 @item jit-reader-load @var{reader}
37182 Load the JIT reader named @var{reader}, which is a shared
37183 object specified as either an absolute or a relative file name. In
37184 the latter case, @value{GDBN} will try to load the reader from a
37185 pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
37186 system (here @var{libdir} is the system library directory, often
37187 @file{/usr/local/lib}).
37188
37189 Only one reader can be active at a time; trying to load a second
37190 reader when one is already loaded will result in @value{GDBN}
37191 reporting an error. A new JIT reader can be loaded by first unloading
37192 the current one using @code{jit-reader-unload} and then invoking
37193 @code{jit-reader-load}.
37194
37195 @item jit-reader-unload
37196 Unload the currently loaded JIT reader.
37197
37198 @end table
37199
37200 @node Writing JIT Debug Info Readers
37201 @subsection Writing JIT Debug Info Readers
37202 @cindex writing JIT debug info readers
37203
37204 As mentioned, a reader is essentially a shared object conforming to a
37205 certain ABI. This ABI is described in @file{jit-reader.h}.
37206
37207 @file{jit-reader.h} defines the structures, macros and functions
37208 required to write a reader. It is installed (along with
37209 @value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
37210 the system include directory.
37211
37212 Readers need to be released under a GPL compatible license. A reader
37213 can be declared as released under such a license by placing the macro
37214 @code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
37215
37216 The entry point for readers is the symbol @code{gdb_init_reader},
37217 which is expected to be a function with the prototype
37218
37219 @findex gdb_init_reader
37220 @smallexample
37221 extern struct gdb_reader_funcs *gdb_init_reader (void);
37222 @end smallexample
37223
37224 @cindex @code{struct gdb_reader_funcs}
37225
37226 @code{struct gdb_reader_funcs} contains a set of pointers to callback
37227 functions. These functions are executed to read the debug info
37228 generated by the JIT compiler (@code{read}), to unwind stack frames
37229 (@code{unwind}) and to create canonical frame IDs
37230 (@code{get_frame_id}). It also has a callback that is called when the
37231 reader is being unloaded (@code{destroy}). The struct looks like this
37232
37233 @smallexample
37234 struct gdb_reader_funcs
37235 @{
37236 /* Must be set to GDB_READER_INTERFACE_VERSION. */
37237 int reader_version;
37238
37239 /* For use by the reader. */
37240 void *priv_data;
37241
37242 gdb_read_debug_info *read;
37243 gdb_unwind_frame *unwind;
37244 gdb_get_frame_id *get_frame_id;
37245 gdb_destroy_reader *destroy;
37246 @};
37247 @end smallexample
37248
37249 @cindex @code{struct gdb_symbol_callbacks}
37250 @cindex @code{struct gdb_unwind_callbacks}
37251
37252 The callbacks are provided with another set of callbacks by
37253 @value{GDBN} to do their job. For @code{read}, these callbacks are
37254 passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
37255 and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
37256 @code{struct gdb_symbol_callbacks} has callbacks to create new object
37257 files and new symbol tables inside those object files. @code{struct
37258 gdb_unwind_callbacks} has callbacks to read registers off the current
37259 frame and to write out the values of the registers in the previous
37260 frame. Both have a callback (@code{target_read}) to read bytes off the
37261 target's address space.
37262
37263 @node In-Process Agent
37264 @chapter In-Process Agent
37265 @cindex debugging agent
37266 The traditional debugging model is conceptually low-speed, but works fine,
37267 because most bugs can be reproduced in debugging-mode execution. However,
37268 as multi-core or many-core processors are becoming mainstream, and
37269 multi-threaded programs become more and more popular, there should be more
37270 and more bugs that only manifest themselves at normal-mode execution, for
37271 example, thread races, because debugger's interference with the program's
37272 timing may conceal the bugs. On the other hand, in some applications,
37273 it is not feasible for the debugger to interrupt the program's execution
37274 long enough for the developer to learn anything helpful about its behavior.
37275 If the program's correctness depends on its real-time behavior, delays
37276 introduced by a debugger might cause the program to fail, even when the
37277 code itself is correct. It is useful to be able to observe the program's
37278 behavior without interrupting it.
37279
37280 Therefore, traditional debugging model is too intrusive to reproduce
37281 some bugs. In order to reduce the interference with the program, we can
37282 reduce the number of operations performed by debugger. The
37283 @dfn{In-Process Agent}, a shared library, is running within the same
37284 process with inferior, and is able to perform some debugging operations
37285 itself. As a result, debugger is only involved when necessary, and
37286 performance of debugging can be improved accordingly. Note that
37287 interference with program can be reduced but can't be removed completely,
37288 because the in-process agent will still stop or slow down the program.
37289
37290 The in-process agent can interpret and execute Agent Expressions
37291 (@pxref{Agent Expressions}) during performing debugging operations. The
37292 agent expressions can be used for different purposes, such as collecting
37293 data in tracepoints, and condition evaluation in breakpoints.
37294
37295 @anchor{Control Agent}
37296 You can control whether the in-process agent is used as an aid for
37297 debugging with the following commands:
37298
37299 @table @code
37300 @kindex set agent on
37301 @item set agent on
37302 Causes the in-process agent to perform some operations on behalf of the
37303 debugger. Just which operations requested by the user will be done
37304 by the in-process agent depends on the its capabilities. For example,
37305 if you request to evaluate breakpoint conditions in the in-process agent,
37306 and the in-process agent has such capability as well, then breakpoint
37307 conditions will be evaluated in the in-process agent.
37308
37309 @kindex set agent off
37310 @item set agent off
37311 Disables execution of debugging operations by the in-process agent. All
37312 of the operations will be performed by @value{GDBN}.
37313
37314 @kindex show agent
37315 @item show agent
37316 Display the current setting of execution of debugging operations by
37317 the in-process agent.
37318 @end table
37319
37320 @menu
37321 * In-Process Agent Protocol::
37322 @end menu
37323
37324 @node In-Process Agent Protocol
37325 @section In-Process Agent Protocol
37326 @cindex in-process agent protocol
37327
37328 The in-process agent is able to communicate with both @value{GDBN} and
37329 GDBserver (@pxref{In-Process Agent}). This section documents the protocol
37330 used for communications between @value{GDBN} or GDBserver and the IPA.
37331 In general, @value{GDBN} or GDBserver sends commands
37332 (@pxref{IPA Protocol Commands}) and data to in-process agent, and then
37333 in-process agent replies back with the return result of the command, or
37334 some other information. The data sent to in-process agent is composed
37335 of primitive data types, such as 4-byte or 8-byte type, and composite
37336 types, which are called objects (@pxref{IPA Protocol Objects}).
37337
37338 @menu
37339 * IPA Protocol Objects::
37340 * IPA Protocol Commands::
37341 @end menu
37342
37343 @node IPA Protocol Objects
37344 @subsection IPA Protocol Objects
37345 @cindex ipa protocol objects
37346
37347 The commands sent to and results received from agent may contain some
37348 complex data types called @dfn{objects}.
37349
37350 The in-process agent is running on the same machine with @value{GDBN}
37351 or GDBserver, so it doesn't have to handle as much differences between
37352 two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
37353 However, there are still some differences of two ends in two processes:
37354
37355 @enumerate
37356 @item
37357 word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
37358 compiled as a 64-bit executable, while in-process agent is a 32-bit one.
37359 @item
37360 ABI. Some machines may have multiple types of ABI, @value{GDBN} or
37361 GDBserver is compiled with one, and in-process agent is compiled with
37362 the other one.
37363 @end enumerate
37364
37365 Here are the IPA Protocol Objects:
37366
37367 @enumerate
37368 @item
37369 agent expression object. It represents an agent expression
37370 (@pxref{Agent Expressions}).
37371 @anchor{agent expression object}
37372 @item
37373 tracepoint action object. It represents a tracepoint action
37374 (@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
37375 memory, static trace data and to evaluate expression.
37376 @anchor{tracepoint action object}
37377 @item
37378 tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
37379 @anchor{tracepoint object}
37380
37381 @end enumerate
37382
37383 The following table describes important attributes of each IPA protocol
37384 object:
37385
37386 @multitable @columnfractions .30 .20 .50
37387 @headitem Name @tab Size @tab Description
37388 @item @emph{agent expression object} @tab @tab
37389 @item length @tab 4 @tab length of bytes code
37390 @item byte code @tab @var{length} @tab contents of byte code
37391 @item @emph{tracepoint action for collecting memory} @tab @tab
37392 @item 'M' @tab 1 @tab type of tracepoint action
37393 @item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
37394 address of the lowest byte to collect, otherwise @var{addr} is the offset
37395 of @var{basereg} for memory collecting.
37396 @item len @tab 8 @tab length of memory for collecting
37397 @item basereg @tab 4 @tab the register number containing the starting
37398 memory address for collecting.
37399 @item @emph{tracepoint action for collecting registers} @tab @tab
37400 @item 'R' @tab 1 @tab type of tracepoint action
37401 @item @emph{tracepoint action for collecting static trace data} @tab @tab
37402 @item 'L' @tab 1 @tab type of tracepoint action
37403 @item @emph{tracepoint action for expression evaluation} @tab @tab
37404 @item 'X' @tab 1 @tab type of tracepoint action
37405 @item agent expression @tab length of @tab @ref{agent expression object}
37406 @item @emph{tracepoint object} @tab @tab
37407 @item number @tab 4 @tab number of tracepoint
37408 @item address @tab 8 @tab address of tracepoint inserted on
37409 @item type @tab 4 @tab type of tracepoint
37410 @item enabled @tab 1 @tab enable or disable of tracepoint
37411 @item step_count @tab 8 @tab step
37412 @item pass_count @tab 8 @tab pass
37413 @item numactions @tab 4 @tab number of tracepoint actions
37414 @item hit count @tab 8 @tab hit count
37415 @item trace frame usage @tab 8 @tab trace frame usage
37416 @item compiled_cond @tab 8 @tab compiled condition
37417 @item orig_size @tab 8 @tab orig size
37418 @item condition @tab 4 if condition is NULL otherwise length of
37419 @ref{agent expression object}
37420 @tab zero if condition is NULL, otherwise is
37421 @ref{agent expression object}
37422 @item actions @tab variable
37423 @tab numactions number of @ref{tracepoint action object}
37424 @end multitable
37425
37426 @node IPA Protocol Commands
37427 @subsection IPA Protocol Commands
37428 @cindex ipa protocol commands
37429
37430 The spaces in each command are delimiters to ease reading this commands
37431 specification. They don't exist in real commands.
37432
37433 @table @samp
37434
37435 @item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
37436 Installs a new fast tracepoint described by @var{tracepoint_object}
37437 (@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
37438 head of @dfn{jumppad}, which is used to jump to data collection routine
37439 in IPA finally.
37440
37441 Replies:
37442 @table @samp
37443 @item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
37444 @var{target_address} is address of tracepoint in the inferior.
37445 The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
37446 @var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
37447 The @var{fjump} contains a sequence of instructions jump to jumppad entry.
37448 The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
37449 @item E @var{NN}
37450 for an error
37451
37452 @end table
37453
37454 @item close
37455 Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
37456 is about to kill inferiors.
37457
37458 @item qTfSTM
37459 @xref{qTfSTM}.
37460 @item qTsSTM
37461 @xref{qTsSTM}.
37462 @item qTSTMat
37463 @xref{qTSTMat}.
37464 @item probe_marker_at:@var{address}
37465 Asks in-process agent to probe the marker at @var{address}.
37466
37467 Replies:
37468 @table @samp
37469 @item E @var{NN}
37470 for an error
37471 @end table
37472 @item unprobe_marker_at:@var{address}
37473 Asks in-process agent to unprobe the marker at @var{address}.
37474 @end table
37475
37476 @node GDB Bugs
37477 @chapter Reporting Bugs in @value{GDBN}
37478 @cindex bugs in @value{GDBN}
37479 @cindex reporting bugs in @value{GDBN}
37480
37481 Your bug reports play an essential role in making @value{GDBN} reliable.
37482
37483 Reporting a bug may help you by bringing a solution to your problem, or it
37484 may not. But in any case the principal function of a bug report is to help
37485 the entire community by making the next version of @value{GDBN} work better. Bug
37486 reports are your contribution to the maintenance of @value{GDBN}.
37487
37488 In order for a bug report to serve its purpose, you must include the
37489 information that enables us to fix the bug.
37490
37491 @menu
37492 * Bug Criteria:: Have you found a bug?
37493 * Bug Reporting:: How to report bugs
37494 @end menu
37495
37496 @node Bug Criteria
37497 @section Have You Found a Bug?
37498 @cindex bug criteria
37499
37500 If you are not sure whether you have found a bug, here are some guidelines:
37501
37502 @itemize @bullet
37503 @cindex fatal signal
37504 @cindex debugger crash
37505 @cindex crash of debugger
37506 @item
37507 If the debugger gets a fatal signal, for any input whatever, that is a
37508 @value{GDBN} bug. Reliable debuggers never crash.
37509
37510 @cindex error on valid input
37511 @item
37512 If @value{GDBN} produces an error message for valid input, that is a
37513 bug. (Note that if you're cross debugging, the problem may also be
37514 somewhere in the connection to the target.)
37515
37516 @cindex invalid input
37517 @item
37518 If @value{GDBN} does not produce an error message for invalid input,
37519 that is a bug. However, you should note that your idea of
37520 ``invalid input'' might be our idea of ``an extension'' or ``support
37521 for traditional practice''.
37522
37523 @item
37524 If you are an experienced user of debugging tools, your suggestions
37525 for improvement of @value{GDBN} are welcome in any case.
37526 @end itemize
37527
37528 @node Bug Reporting
37529 @section How to Report Bugs
37530 @cindex bug reports
37531 @cindex @value{GDBN} bugs, reporting
37532
37533 A number of companies and individuals offer support for @sc{gnu} products.
37534 If you obtained @value{GDBN} from a support organization, we recommend you
37535 contact that organization first.
37536
37537 You can find contact information for many support companies and
37538 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
37539 distribution.
37540 @c should add a web page ref...
37541
37542 @ifset BUGURL
37543 @ifset BUGURL_DEFAULT
37544 In any event, we also recommend that you submit bug reports for
37545 @value{GDBN}. The preferred method is to submit them directly using
37546 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
37547 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
37548 be used.
37549
37550 @strong{Do not send bug reports to @samp{info-gdb}, or to
37551 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
37552 not want to receive bug reports. Those that do have arranged to receive
37553 @samp{bug-gdb}.
37554
37555 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
37556 serves as a repeater. The mailing list and the newsgroup carry exactly
37557 the same messages. Often people think of posting bug reports to the
37558 newsgroup instead of mailing them. This appears to work, but it has one
37559 problem which can be crucial: a newsgroup posting often lacks a mail
37560 path back to the sender. Thus, if we need to ask for more information,
37561 we may be unable to reach you. For this reason, it is better to send
37562 bug reports to the mailing list.
37563 @end ifset
37564 @ifclear BUGURL_DEFAULT
37565 In any event, we also recommend that you submit bug reports for
37566 @value{GDBN} to @value{BUGURL}.
37567 @end ifclear
37568 @end ifset
37569
37570 The fundamental principle of reporting bugs usefully is this:
37571 @strong{report all the facts}. If you are not sure whether to state a
37572 fact or leave it out, state it!
37573
37574 Often people omit facts because they think they know what causes the
37575 problem and assume that some details do not matter. Thus, you might
37576 assume that the name of the variable you use in an example does not matter.
37577 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
37578 stray memory reference which happens to fetch from the location where that
37579 name is stored in memory; perhaps, if the name were different, the contents
37580 of that location would fool the debugger into doing the right thing despite
37581 the bug. Play it safe and give a specific, complete example. That is the
37582 easiest thing for you to do, and the most helpful.
37583
37584 Keep in mind that the purpose of a bug report is to enable us to fix the
37585 bug. It may be that the bug has been reported previously, but neither
37586 you nor we can know that unless your bug report is complete and
37587 self-contained.
37588
37589 Sometimes people give a few sketchy facts and ask, ``Does this ring a
37590 bell?'' Those bug reports are useless, and we urge everyone to
37591 @emph{refuse to respond to them} except to chide the sender to report
37592 bugs properly.
37593
37594 To enable us to fix the bug, you should include all these things:
37595
37596 @itemize @bullet
37597 @item
37598 The version of @value{GDBN}. @value{GDBN} announces it if you start
37599 with no arguments; you can also print it at any time using @code{show
37600 version}.
37601
37602 Without this, we will not know whether there is any point in looking for
37603 the bug in the current version of @value{GDBN}.
37604
37605 @item
37606 The type of machine you are using, and the operating system name and
37607 version number.
37608
37609 @item
37610 The details of the @value{GDBN} build-time configuration.
37611 @value{GDBN} shows these details if you invoke it with the
37612 @option{--configuration} command-line option, or if you type
37613 @code{show configuration} at @value{GDBN}'s prompt.
37614
37615 @item
37616 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
37617 ``@value{GCC}--2.8.1''.
37618
37619 @item
37620 What compiler (and its version) was used to compile the program you are
37621 debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
37622 C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
37623 to get this information; for other compilers, see the documentation for
37624 those compilers.
37625
37626 @item
37627 The command arguments you gave the compiler to compile your example and
37628 observe the bug. For example, did you use @samp{-O}? To guarantee
37629 you will not omit something important, list them all. A copy of the
37630 Makefile (or the output from make) is sufficient.
37631
37632 If we were to try to guess the arguments, we would probably guess wrong
37633 and then we might not encounter the bug.
37634
37635 @item
37636 A complete input script, and all necessary source files, that will
37637 reproduce the bug.
37638
37639 @item
37640 A description of what behavior you observe that you believe is
37641 incorrect. For example, ``It gets a fatal signal.''
37642
37643 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
37644 will certainly notice it. But if the bug is incorrect output, we might
37645 not notice unless it is glaringly wrong. You might as well not give us
37646 a chance to make a mistake.
37647
37648 Even if the problem you experience is a fatal signal, you should still
37649 say so explicitly. Suppose something strange is going on, such as, your
37650 copy of @value{GDBN} is out of synch, or you have encountered a bug in
37651 the C library on your system. (This has happened!) Your copy might
37652 crash and ours would not. If you told us to expect a crash, then when
37653 ours fails to crash, we would know that the bug was not happening for
37654 us. If you had not told us to expect a crash, then we would not be able
37655 to draw any conclusion from our observations.
37656
37657 @pindex script
37658 @cindex recording a session script
37659 To collect all this information, you can use a session recording program
37660 such as @command{script}, which is available on many Unix systems.
37661 Just run your @value{GDBN} session inside @command{script} and then
37662 include the @file{typescript} file with your bug report.
37663
37664 Another way to record a @value{GDBN} session is to run @value{GDBN}
37665 inside Emacs and then save the entire buffer to a file.
37666
37667 @item
37668 If you wish to suggest changes to the @value{GDBN} source, send us context
37669 diffs. If you even discuss something in the @value{GDBN} source, refer to
37670 it by context, not by line number.
37671
37672 The line numbers in our development sources will not match those in your
37673 sources. Your line numbers would convey no useful information to us.
37674
37675 @end itemize
37676
37677 Here are some things that are not necessary:
37678
37679 @itemize @bullet
37680 @item
37681 A description of the envelope of the bug.
37682
37683 Often people who encounter a bug spend a lot of time investigating
37684 which changes to the input file will make the bug go away and which
37685 changes will not affect it.
37686
37687 This is often time consuming and not very useful, because the way we
37688 will find the bug is by running a single example under the debugger
37689 with breakpoints, not by pure deduction from a series of examples.
37690 We recommend that you save your time for something else.
37691
37692 Of course, if you can find a simpler example to report @emph{instead}
37693 of the original one, that is a convenience for us. Errors in the
37694 output will be easier to spot, running under the debugger will take
37695 less time, and so on.
37696
37697 However, simplification is not vital; if you do not want to do this,
37698 report the bug anyway and send us the entire test case you used.
37699
37700 @item
37701 A patch for the bug.
37702
37703 A patch for the bug does help us if it is a good one. But do not omit
37704 the necessary information, such as the test case, on the assumption that
37705 a patch is all we need. We might see problems with your patch and decide
37706 to fix the problem another way, or we might not understand it at all.
37707
37708 Sometimes with a program as complicated as @value{GDBN} it is very hard to
37709 construct an example that will make the program follow a certain path
37710 through the code. If you do not send us the example, we will not be able
37711 to construct one, so we will not be able to verify that the bug is fixed.
37712
37713 And if we cannot understand what bug you are trying to fix, or why your
37714 patch should be an improvement, we will not install it. A test case will
37715 help us to understand.
37716
37717 @item
37718 A guess about what the bug is or what it depends on.
37719
37720 Such guesses are usually wrong. Even we cannot guess right about such
37721 things without first using the debugger to find the facts.
37722 @end itemize
37723
37724 @c The readline documentation is distributed with the readline code
37725 @c and consists of the two following files:
37726 @c rluser.texi
37727 @c hsuser.texi
37728 @c Use -I with makeinfo to point to the appropriate directory,
37729 @c environment var TEXINPUTS with TeX.
37730 @ifclear SYSTEM_READLINE
37731 @include rluser.texi
37732 @include hsuser.texi
37733 @end ifclear
37734
37735 @node In Memoriam
37736 @appendix In Memoriam
37737
37738 The @value{GDBN} project mourns the loss of the following long-time
37739 contributors:
37740
37741 @table @code
37742 @item Fred Fish
37743 Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
37744 to Free Software in general. Outside of @value{GDBN}, he was known in
37745 the Amiga world for his series of Fish Disks, and the GeekGadget project.
37746
37747 @item Michael Snyder
37748 Michael was one of the Global Maintainers of the @value{GDBN} project,
37749 with contributions recorded as early as 1996, until 2011. In addition
37750 to his day to day participation, he was a large driving force behind
37751 adding Reverse Debugging to @value{GDBN}.
37752 @end table
37753
37754 Beyond their technical contributions to the project, they were also
37755 enjoyable members of the Free Software Community. We will miss them.
37756
37757 @node Formatting Documentation
37758 @appendix Formatting Documentation
37759
37760 @cindex @value{GDBN} reference card
37761 @cindex reference card
37762 The @value{GDBN} 4 release includes an already-formatted reference card, ready
37763 for printing with PostScript or Ghostscript, in the @file{gdb}
37764 subdirectory of the main source directory@footnote{In
37765 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
37766 release.}. If you can use PostScript or Ghostscript with your printer,
37767 you can print the reference card immediately with @file{refcard.ps}.
37768
37769 The release also includes the source for the reference card. You
37770 can format it, using @TeX{}, by typing:
37771
37772 @smallexample
37773 make refcard.dvi
37774 @end smallexample
37775
37776 The @value{GDBN} reference card is designed to print in @dfn{landscape}
37777 mode on US ``letter'' size paper;
37778 that is, on a sheet 11 inches wide by 8.5 inches
37779 high. You will need to specify this form of printing as an option to
37780 your @sc{dvi} output program.
37781
37782 @cindex documentation
37783
37784 All the documentation for @value{GDBN} comes as part of the machine-readable
37785 distribution. The documentation is written in Texinfo format, which is
37786 a documentation system that uses a single source file to produce both
37787 on-line information and a printed manual. You can use one of the Info
37788 formatting commands to create the on-line version of the documentation
37789 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
37790
37791 @value{GDBN} includes an already formatted copy of the on-line Info
37792 version of this manual in the @file{gdb} subdirectory. The main Info
37793 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
37794 subordinate files matching @samp{gdb.info*} in the same directory. If
37795 necessary, you can print out these files, or read them with any editor;
37796 but they are easier to read using the @code{info} subsystem in @sc{gnu}
37797 Emacs or the standalone @code{info} program, available as part of the
37798 @sc{gnu} Texinfo distribution.
37799
37800 If you want to format these Info files yourself, you need one of the
37801 Info formatting programs, such as @code{texinfo-format-buffer} or
37802 @code{makeinfo}.
37803
37804 If you have @code{makeinfo} installed, and are in the top level
37805 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
37806 version @value{GDBVN}), you can make the Info file by typing:
37807
37808 @smallexample
37809 cd gdb
37810 make gdb.info
37811 @end smallexample
37812
37813 If you want to typeset and print copies of this manual, you need @TeX{},
37814 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
37815 Texinfo definitions file.
37816
37817 @TeX{} is a typesetting program; it does not print files directly, but
37818 produces output files called @sc{dvi} files. To print a typeset
37819 document, you need a program to print @sc{dvi} files. If your system
37820 has @TeX{} installed, chances are it has such a program. The precise
37821 command to use depends on your system; @kbd{lpr -d} is common; another
37822 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
37823 require a file name without any extension or a @samp{.dvi} extension.
37824
37825 @TeX{} also requires a macro definitions file called
37826 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
37827 written in Texinfo format. On its own, @TeX{} cannot either read or
37828 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
37829 and is located in the @file{gdb-@var{version-number}/texinfo}
37830 directory.
37831
37832 If you have @TeX{} and a @sc{dvi} printer program installed, you can
37833 typeset and print this manual. First switch to the @file{gdb}
37834 subdirectory of the main source directory (for example, to
37835 @file{gdb-@value{GDBVN}/gdb}) and type:
37836
37837 @smallexample
37838 make gdb.dvi
37839 @end smallexample
37840
37841 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
37842
37843 @node Installing GDB
37844 @appendix Installing @value{GDBN}
37845 @cindex installation
37846
37847 @menu
37848 * Requirements:: Requirements for building @value{GDBN}
37849 * Running Configure:: Invoking the @value{GDBN} @file{configure} script
37850 * Separate Objdir:: Compiling @value{GDBN} in another directory
37851 * Config Names:: Specifying names for hosts and targets
37852 * Configure Options:: Summary of options for configure
37853 * System-wide configuration:: Having a system-wide init file
37854 @end menu
37855
37856 @node Requirements
37857 @section Requirements for Building @value{GDBN}
37858 @cindex building @value{GDBN}, requirements for
37859
37860 Building @value{GDBN} requires various tools and packages to be available.
37861 Other packages will be used only if they are found.
37862
37863 @heading Tools/Packages Necessary for Building @value{GDBN}
37864 @table @asis
37865 @item C@t{++}11 compiler
37866 @value{GDBN} is written in C@t{++}11. It should be buildable with any
37867 recent C@t{++}11 compiler, e.g.@: GCC.
37868
37869 @item GNU make
37870 @value{GDBN}'s build system relies on features only found in the GNU
37871 make program. Other variants of @code{make} will not work.
37872
37873 @item GMP (The GNU Multiple Precision Arithmetic Library)
37874 @value{GDBN} now uses GMP to perform some of its arithmetics.
37875 This library may be included with your operating system distribution;
37876 if it is not, you can get the latest version from
37877 @url{https://gmplib.org/}. If GMP is installed at an unusual path,
37878 you can use the @option{--with-libgmp-prefix} option to specify
37879 its location.
37880
37881 @end table
37882
37883 @heading Tools/Packages Optional for Building @value{GDBN}
37884 @table @asis
37885 @item Expat
37886 @anchor{Expat}
37887 @value{GDBN} can use the Expat XML parsing library. This library may be
37888 included with your operating system distribution; if it is not, you
37889 can get the latest version from @url{http://expat.sourceforge.net}.
37890 The @file{configure} script will search for this library in several
37891 standard locations; if it is installed in an unusual path, you can
37892 use the @option{--with-libexpat-prefix} option to specify its location.
37893
37894 Expat is used for:
37895
37896 @itemize @bullet
37897 @item
37898 Remote protocol memory maps (@pxref{Memory Map Format})
37899 @item
37900 Target descriptions (@pxref{Target Descriptions})
37901 @item
37902 Remote shared library lists (@xref{Library List Format},
37903 or alternatively @pxref{Library List Format for SVR4 Targets})
37904 @item
37905 MS-Windows shared libraries (@pxref{Shared Libraries})
37906 @item
37907 Traceframe info (@pxref{Traceframe Info Format})
37908 @item
37909 Branch trace (@pxref{Branch Trace Format},
37910 @pxref{Branch Trace Configuration Format})
37911 @end itemize
37912
37913 @item Guile
37914 @value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
37915 default, @value{GDBN} will be compiled if the Guile libraries are
37916 installed and are found by @file{configure}. You can use the
37917 @code{--with-guile} option to request Guile, and pass either the Guile
37918 version number or the file name of the relevant @code{pkg-config}
37919 program to choose a particular version of Guile.
37920
37921 @item iconv
37922 @value{GDBN}'s features related to character sets (@pxref{Character
37923 Sets}) require a functioning @code{iconv} implementation. If you are
37924 on a GNU system, then this is provided by the GNU C Library. Some
37925 other systems also provide a working @code{iconv}.
37926
37927 If @value{GDBN} is using the @code{iconv} program which is installed
37928 in a non-standard place, you will need to tell @value{GDBN} where to
37929 find it. This is done with @option{--with-iconv-bin} which specifies
37930 the directory that contains the @code{iconv} program. This program is
37931 run in order to make a list of the available character sets.
37932
37933 On systems without @code{iconv}, you can install GNU Libiconv. If
37934 Libiconv is installed in a standard place, @value{GDBN} will
37935 automatically use it if it is needed. If you have previously
37936 installed Libiconv in a non-standard place, you can use the
37937 @option{--with-libiconv-prefix} option to @file{configure}.
37938
37939 @value{GDBN}'s top-level @file{configure} and @file{Makefile} will
37940 arrange to build Libiconv if a directory named @file{libiconv} appears
37941 in the top-most source directory. If Libiconv is built this way, and
37942 if the operating system does not provide a suitable @code{iconv}
37943 implementation, then the just-built library will automatically be used
37944 by @value{GDBN}. One easy way to set this up is to download GNU
37945 Libiconv, unpack it inside the top-level directory of the @value{GDBN}
37946 source tree, and then rename the directory holding the Libiconv source
37947 code to @samp{libiconv}.
37948
37949 @item lzma
37950 @value{GDBN} can support debugging sections that are compressed with
37951 the LZMA library. @xref{MiniDebugInfo}. If this library is not
37952 included with your operating system, you can find it in the xz package
37953 at @url{http://tukaani.org/xz/}. If the LZMA library is available in
37954 the usual place, then the @file{configure} script will use it
37955 automatically. If it is installed in an unusual path, you can use the
37956 @option{--with-lzma-prefix} option to specify its location.
37957
37958 @item MPFR
37959 @anchor{MPFR}
37960 @value{GDBN} can use the GNU MPFR multiple-precision floating-point
37961 library. This library may be included with your operating system
37962 distribution; if it is not, you can get the latest version from
37963 @url{http://www.mpfr.org}. The @file{configure} script will search
37964 for this library in several standard locations; if it is installed
37965 in an unusual path, you can use the @option{--with-libmpfr-prefix}
37966 option to specify its location.
37967
37968 GNU MPFR is used to emulate target floating-point arithmetic during
37969 expression evaluation when the target uses different floating-point
37970 formats than the host. If GNU MPFR it is not available, @value{GDBN}
37971 will fall back to using host floating-point arithmetic.
37972
37973 @item Python
37974 @value{GDBN} can be scripted using Python language. @xref{Python}.
37975 By default, @value{GDBN} will be compiled if the Python libraries are
37976 installed and are found by @file{configure}. You can use the
37977 @code{--with-python} option to request Python, and pass either the
37978 file name of the relevant @code{python} executable, or the name of the
37979 directory in which Python is installed, to choose a particular
37980 installation of Python.
37981
37982 @item zlib
37983 @cindex compressed debug sections
37984 @value{GDBN} will use the @samp{zlib} library, if available, to read
37985 compressed debug sections. Some linkers, such as GNU gold, are capable
37986 of producing binaries with compressed debug sections. If @value{GDBN}
37987 is compiled with @samp{zlib}, it will be able to read the debug
37988 information in such binaries.
37989
37990 The @samp{zlib} library is likely included with your operating system
37991 distribution; if it is not, you can get the latest version from
37992 @url{http://zlib.net}.
37993 @end table
37994
37995 @node Running Configure
37996 @section Invoking the @value{GDBN} @file{configure} Script
37997 @cindex configuring @value{GDBN}
37998 @value{GDBN} comes with a @file{configure} script that automates the process
37999 of preparing @value{GDBN} for installation; you can then use @code{make} to
38000 build the @code{gdb} program.
38001 @iftex
38002 @c irrelevant in info file; it's as current as the code it lives with.
38003 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
38004 look at the @file{README} file in the sources; we may have improved the
38005 installation procedures since publishing this manual.}
38006 @end iftex
38007
38008 The @value{GDBN} distribution includes all the source code you need for
38009 @value{GDBN} in a single directory, whose name is usually composed by
38010 appending the version number to @samp{gdb}.
38011
38012 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
38013 @file{gdb-@value{GDBVN}} directory. That directory contains:
38014
38015 @table @code
38016 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
38017 script for configuring @value{GDBN} and all its supporting libraries
38018
38019 @item gdb-@value{GDBVN}/gdb
38020 the source specific to @value{GDBN} itself
38021
38022 @item gdb-@value{GDBVN}/bfd
38023 source for the Binary File Descriptor library
38024
38025 @item gdb-@value{GDBVN}/include
38026 @sc{gnu} include files
38027
38028 @item gdb-@value{GDBVN}/libiberty
38029 source for the @samp{-liberty} free software library
38030
38031 @item gdb-@value{GDBVN}/opcodes
38032 source for the library of opcode tables and disassemblers
38033
38034 @item gdb-@value{GDBVN}/readline
38035 source for the @sc{gnu} command-line interface
38036 @end table
38037
38038 There may be other subdirectories as well.
38039
38040 The simplest way to configure and build @value{GDBN} is to run @file{configure}
38041 from the @file{gdb-@var{version-number}} source directory, which in
38042 this example is the @file{gdb-@value{GDBVN}} directory.
38043
38044 First switch to the @file{gdb-@var{version-number}} source directory
38045 if you are not already in it; then run @file{configure}. Pass the
38046 identifier for the platform on which @value{GDBN} will run as an
38047 argument.
38048
38049 For example:
38050
38051 @smallexample
38052 cd gdb-@value{GDBVN}
38053 ./configure
38054 make
38055 @end smallexample
38056
38057 Running @samp{configure} and then running @code{make} builds the
38058 included supporting libraries, then @code{gdb} itself. The configured
38059 source files, and the binaries, are left in the corresponding source
38060 directories.
38061
38062 @need 750
38063 @file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
38064 system does not recognize this automatically when you run a different
38065 shell, you may need to run @code{sh} on it explicitly:
38066
38067 @smallexample
38068 sh configure
38069 @end smallexample
38070
38071 You should run the @file{configure} script from the top directory in the
38072 source tree, the @file{gdb-@var{version-number}} directory. If you run
38073 @file{configure} from one of the subdirectories, you will configure only
38074 that subdirectory. That is usually not what you want. In particular,
38075 if you run the first @file{configure} from the @file{gdb} subdirectory
38076 of the @file{gdb-@var{version-number}} directory, you will omit the
38077 configuration of @file{bfd}, @file{readline}, and other sibling
38078 directories of the @file{gdb} subdirectory. This leads to build errors
38079 about missing include files such as @file{bfd/bfd.h}.
38080
38081 You can install @code{@value{GDBN}} anywhere. The best way to do this
38082 is to pass the @code{--prefix} option to @code{configure}, and then
38083 install it with @code{make install}.
38084
38085 @node Separate Objdir
38086 @section Compiling @value{GDBN} in Another Directory
38087
38088 If you want to run @value{GDBN} versions for several host or target machines,
38089 you need a different @code{gdb} compiled for each combination of
38090 host and target. @file{configure} is designed to make this easy by
38091 allowing you to generate each configuration in a separate subdirectory,
38092 rather than in the source directory. If your @code{make} program
38093 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
38094 @code{make} in each of these directories builds the @code{gdb}
38095 program specified there.
38096
38097 To build @code{gdb} in a separate directory, run @file{configure}
38098 with the @samp{--srcdir} option to specify where to find the source.
38099 (You also need to specify a path to find @file{configure}
38100 itself from your working directory. If the path to @file{configure}
38101 would be the same as the argument to @samp{--srcdir}, you can leave out
38102 the @samp{--srcdir} option; it is assumed.)
38103
38104 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
38105 separate directory for a Sun 4 like this:
38106
38107 @smallexample
38108 @group
38109 cd gdb-@value{GDBVN}
38110 mkdir ../gdb-sun4
38111 cd ../gdb-sun4
38112 ../gdb-@value{GDBVN}/configure
38113 make
38114 @end group
38115 @end smallexample
38116
38117 When @file{configure} builds a configuration using a remote source
38118 directory, it creates a tree for the binaries with the same structure
38119 (and using the same names) as the tree under the source directory. In
38120 the example, you'd find the Sun 4 library @file{libiberty.a} in the
38121 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
38122 @file{gdb-sun4/gdb}.
38123
38124 Make sure that your path to the @file{configure} script has just one
38125 instance of @file{gdb} in it. If your path to @file{configure} looks
38126 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
38127 one subdirectory of @value{GDBN}, not the whole package. This leads to
38128 build errors about missing include files such as @file{bfd/bfd.h}.
38129
38130 One popular reason to build several @value{GDBN} configurations in separate
38131 directories is to configure @value{GDBN} for cross-compiling (where
38132 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
38133 programs that run on another machine---the @dfn{target}).
38134 You specify a cross-debugging target by
38135 giving the @samp{--target=@var{target}} option to @file{configure}.
38136
38137 When you run @code{make} to build a program or library, you must run
38138 it in a configured directory---whatever directory you were in when you
38139 called @file{configure} (or one of its subdirectories).
38140
38141 The @code{Makefile} that @file{configure} generates in each source
38142 directory also runs recursively. If you type @code{make} in a source
38143 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
38144 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
38145 will build all the required libraries, and then build GDB.
38146
38147 When you have multiple hosts or targets configured in separate
38148 directories, you can run @code{make} on them in parallel (for example,
38149 if they are NFS-mounted on each of the hosts); they will not interfere
38150 with each other.
38151
38152 @node Config Names
38153 @section Specifying Names for Hosts and Targets
38154
38155 The specifications used for hosts and targets in the @file{configure}
38156 script are based on a three-part naming scheme, but some short predefined
38157 aliases are also supported. The full naming scheme encodes three pieces
38158 of information in the following pattern:
38159
38160 @smallexample
38161 @var{architecture}-@var{vendor}-@var{os}
38162 @end smallexample
38163
38164 For example, you can use the alias @code{sun4} as a @var{host} argument,
38165 or as the value for @var{target} in a @code{--target=@var{target}}
38166 option. The equivalent full name is @samp{sparc-sun-sunos4}.
38167
38168 The @file{configure} script accompanying @value{GDBN} does not provide
38169 any query facility to list all supported host and target names or
38170 aliases. @file{configure} calls the Bourne shell script
38171 @code{config.sub} to map abbreviations to full names; you can read the
38172 script, if you wish, or you can use it to test your guesses on
38173 abbreviations---for example:
38174
38175 @smallexample
38176 % sh config.sub i386-linux
38177 i386-pc-linux-gnu
38178 % sh config.sub alpha-linux
38179 alpha-unknown-linux-gnu
38180 % sh config.sub hp9k700
38181 hppa1.1-hp-hpux
38182 % sh config.sub sun4
38183 sparc-sun-sunos4.1.1
38184 % sh config.sub sun3
38185 m68k-sun-sunos4.1.1
38186 % sh config.sub i986v
38187 Invalid configuration `i986v': machine `i986v' not recognized
38188 @end smallexample
38189
38190 @noindent
38191 @code{config.sub} is also distributed in the @value{GDBN} source
38192 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
38193
38194 @node Configure Options
38195 @section @file{configure} Options
38196
38197 Here is a summary of the @file{configure} options and arguments that
38198 are most often useful for building @value{GDBN}. @file{configure}
38199 also has several other options not listed here. @inforef{Running
38200 configure scripts,,autoconf.info}, for a full
38201 explanation of @file{configure}.
38202
38203 @smallexample
38204 configure @r{[}--help@r{]}
38205 @r{[}--prefix=@var{dir}@r{]}
38206 @r{[}--exec-prefix=@var{dir}@r{]}
38207 @r{[}--srcdir=@var{dirname}@r{]}
38208 @r{[}--target=@var{target}@r{]}
38209 @end smallexample
38210
38211 @noindent
38212 You may introduce options with a single @samp{-} rather than
38213 @samp{--} if you prefer; but you may abbreviate option names if you use
38214 @samp{--}.
38215
38216 @table @code
38217 @item --help
38218 Display a quick summary of how to invoke @file{configure}.
38219
38220 @item --prefix=@var{dir}
38221 Configure the source to install programs and files under directory
38222 @file{@var{dir}}.
38223
38224 @item --exec-prefix=@var{dir}
38225 Configure the source to install programs under directory
38226 @file{@var{dir}}.
38227
38228 @c avoid splitting the warning from the explanation:
38229 @need 2000
38230 @item --srcdir=@var{dirname}
38231 Use this option to make configurations in directories separate from the
38232 @value{GDBN} source directories. Among other things, you can use this to
38233 build (or maintain) several configurations simultaneously, in separate
38234 directories. @file{configure} writes configuration-specific files in
38235 the current directory, but arranges for them to use the source in the
38236 directory @var{dirname}. @file{configure} creates directories under
38237 the working directory in parallel to the source directories below
38238 @var{dirname}.
38239
38240 @item --target=@var{target}
38241 Configure @value{GDBN} for cross-debugging programs running on the specified
38242 @var{target}. Without this option, @value{GDBN} is configured to debug
38243 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
38244
38245 There is no convenient way to generate a list of all available
38246 targets. Also see the @code{--enable-targets} option, below.
38247 @end table
38248
38249 There are many other options that are specific to @value{GDBN}. This
38250 lists just the most common ones; there are some very specialized
38251 options not described here.
38252
38253 @table @code
38254 @item --enable-targets=@r{[}@var{target}@r{]}@dots{}
38255 @itemx --enable-targets=all
38256 Configure @value{GDBN} for cross-debugging programs running on the
38257 specified list of targets. The special value @samp{all} configures
38258 @value{GDBN} for debugging programs running on any target it supports.
38259
38260 @item --with-gdb-datadir=@var{path}
38261 Set the @value{GDBN}-specific data directory. @value{GDBN} will look
38262 here for certain supporting files or scripts. This defaults to the
38263 @file{gdb} subdirectory of @samp{datadir} (which can be set using
38264 @code{--datadir}).
38265
38266 @item --with-relocated-sources=@var{dir}
38267 Sets up the default source path substitution rule so that directory
38268 names recorded in debug information will be automatically adjusted for
38269 any directory under @var{dir}. @var{dir} should be a subdirectory of
38270 @value{GDBN}'s configured prefix, the one mentioned in the
38271 @code{--prefix} or @code{--exec-prefix} options to configure. This
38272 option is useful if GDB is supposed to be moved to a different place
38273 after it is built.
38274
38275 @item --enable-64-bit-bfd
38276 Enable 64-bit support in BFD on 32-bit hosts.
38277
38278 @item --disable-gdbmi
38279 Build @value{GDBN} without the GDB/MI machine interface
38280 (@pxref{GDB/MI}).
38281
38282 @item --enable-tui
38283 Build @value{GDBN} with the text-mode full-screen user interface
38284 (TUI). Requires a curses library (ncurses and cursesX are also
38285 supported).
38286
38287 @item --with-curses
38288 Use the curses library instead of the termcap library, for text-mode
38289 terminal operations.
38290
38291 @item --with-debuginfod
38292 Build @value{GDBN} with libdebuginfod, the debuginfod client library.
38293 Used to automatically fetch source files and separate debug files from
38294 debuginfod servers using the associated executable's build ID. Enabled
38295 by default if libdebuginfod is installed and found at configure time.
38296 debuginfod is packaged with elfutils, starting with version 0.178. You
38297 can get the latest version from `https://sourceware.org/elfutils/'.
38298
38299 @item --with-libunwind-ia64
38300 Use the libunwind library for unwinding function call stack on ia64
38301 target platforms. See http://www.nongnu.org/libunwind/index.html for
38302 details.
38303
38304 @item --with-system-readline
38305 Use the readline library installed on the host, rather than the
38306 library supplied as part of @value{GDBN}. Readline 7 or newer is
38307 required; this is enforced by the build system.
38308
38309 @item --with-system-zlib
38310 Use the zlib library installed on the host, rather than the library
38311 supplied as part of @value{GDBN}.
38312
38313 @item --with-expat
38314 Build @value{GDBN} with Expat, a library for XML parsing. (Done by
38315 default if libexpat is installed and found at configure time.) This
38316 library is used to read XML files supplied with @value{GDBN}. If it
38317 is unavailable, some features, such as remote protocol memory maps,
38318 target descriptions, and shared library lists, that are based on XML
38319 files, will not be available in @value{GDBN}. If your host does not
38320 have libexpat installed, you can get the latest version from
38321 `http://expat.sourceforge.net'.
38322
38323 @item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
38324
38325 Build @value{GDBN} with GNU libiconv, a character set encoding
38326 conversion library. This is not done by default, as on GNU systems
38327 the @code{iconv} that is built in to the C library is sufficient. If
38328 your host does not have a working @code{iconv}, you can get the latest
38329 version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
38330
38331 @value{GDBN}'s build system also supports building GNU libiconv as
38332 part of the overall build. @xref{Requirements}.
38333
38334 @item --with-lzma
38335 Build @value{GDBN} with LZMA, a compression library. (Done by default
38336 if liblzma is installed and found at configure time.) LZMA is used by
38337 @value{GDBN}'s "mini debuginfo" feature, which is only useful on
38338 platforms using the ELF object file format. If your host does not
38339 have liblzma installed, you can get the latest version from
38340 `https://tukaani.org/xz/'.
38341
38342 @item --with-mpfr
38343 Build @value{GDBN} with GNU MPFR, a library for multiple-precision
38344 floating-point computation with correct rounding. (Done by default if
38345 GNU MPFR is installed and found at configure time.) This library is
38346 used to emulate target floating-point arithmetic during expression
38347 evaluation when the target uses different floating-point formats than
38348 the host. If GNU MPFR is not available, @value{GDBN} will fall back
38349 to using host floating-point arithmetic. If your host does not have
38350 GNU MPFR installed, you can get the latest version from
38351 `http://www.mpfr.org'.
38352
38353 @item --with-python@r{[}=@var{python}@r{]}
38354 Build @value{GDBN} with Python scripting support. (Done by default if
38355 libpython is present and found at configure time.) Python makes
38356 @value{GDBN} scripting much more powerful than the restricted CLI
38357 scripting language. If your host does not have Python installed, you
38358 can find it on `http://www.python.org/download/'. The oldest version
38359 of Python supported by GDB is 2.6. The optional argument @var{python}
38360 is used to find the Python headers and libraries. It can be either
38361 the name of a Python executable, or the name of the directory in which
38362 Python is installed.
38363
38364 @item --with-guile[=GUILE]'
38365 Build @value{GDBN} with GNU Guile scripting support. (Done by default
38366 if libguile is present and found at configure time.) If your host
38367 does not have Guile installed, you can find it at
38368 `https://www.gnu.org/software/guile/'. The optional argument GUILE
38369 can be a version number, which will cause @code{configure} to try to
38370 use that version of Guile; or the file name of a @code{pkg-config}
38371 executable, which will be queried to find the information needed to
38372 compile and link against Guile.
38373
38374 @item --without-included-regex
38375 Don't use the regex library included with @value{GDBN} (as part of the
38376 libiberty library). This is the default on hosts with version 2 of
38377 the GNU C library.
38378
38379 @item --with-sysroot=@var{dir}
38380 Use @var{dir} as the default system root directory for libraries whose
38381 file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
38382 @var{dir} can be modified at run time by using the @command{set
38383 sysroot} command.) If @var{dir} is under the @value{GDBN} configured
38384 prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
38385 default system root will be automatically adjusted if and when
38386 @value{GDBN} is moved to a different location.
38387
38388 @item --with-system-gdbinit=@var{file}
38389 Configure @value{GDBN} to automatically load a system-wide init file.
38390 @var{file} should be an absolute file name. If @var{file} is in a
38391 directory under the configured prefix, and @value{GDBN} is moved to
38392 another location after being built, the location of the system-wide
38393 init file will be adjusted accordingly.
38394
38395 @item --with-system-gdbinit-dir=@var{directory}
38396 Configure @value{GDBN} to automatically load init files from a
38397 system-wide directory. @var{directory} should be an absolute directory
38398 name. If @var{directory} is in a directory under the configured
38399 prefix, and @value{GDBN} is moved to another location after being
38400 built, the location of the system-wide init directory will be
38401 adjusted accordingly.
38402
38403 @item --enable-build-warnings
38404 When building the @value{GDBN} sources, ask the compiler to warn about
38405 any code which looks even vaguely suspicious. It passes many
38406 different warning flags, depending on the exact version of the
38407 compiler you are using.
38408
38409 @item --enable-werror
38410 Treat compiler warnings as werrors. It adds the @code{-Werror} flag
38411 to the compiler, which will fail the compilation if the compiler
38412 outputs any warning messages.
38413
38414 @item --enable-ubsan
38415 Enable the GCC undefined behavior sanitizer. This is disabled by
38416 default, but passing @code{--enable-ubsan=yes} or
38417 @code{--enable-ubsan=auto} to @code{configure} will enable it. The
38418 undefined behavior sanitizer checks for C@t{++} undefined behavior.
38419 It has a performance cost, so if you are looking at @value{GDBN}'s
38420 performance, you should disable it. The undefined behavior sanitizer
38421 was first introduced in GCC 4.9.
38422 @end table
38423
38424 @node System-wide configuration
38425 @section System-wide configuration and settings
38426 @cindex system-wide init file
38427
38428 @value{GDBN} can be configured to have a system-wide init file and a
38429 system-wide init file directory; this file and files in that directory
38430 (if they have a recognized file extension) will be read and executed at
38431 startup (@pxref{Startup, , What @value{GDBN} does during startup}).
38432
38433 Here are the corresponding configure options:
38434
38435 @table @code
38436 @item --with-system-gdbinit=@var{file}
38437 Specify that the default location of the system-wide init file is
38438 @var{file}.
38439 @item --with-system-gdbinit-dir=@var{directory}
38440 Specify that the default location of the system-wide init file directory
38441 is @var{directory}.
38442 @end table
38443
38444 If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
38445 they may be subject to relocation. Two possible cases:
38446
38447 @itemize @bullet
38448 @item
38449 If the default location of this init file/directory contains @file{$prefix},
38450 it will be subject to relocation. Suppose that the configure options
38451 are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
38452 if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
38453 init file is looked for as @file{$install/etc/gdbinit} instead of
38454 @file{$prefix/etc/gdbinit}.
38455
38456 @item
38457 By contrast, if the default location does not contain the prefix,
38458 it will not be relocated. E.g.@: if @value{GDBN} has been configured with
38459 @option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
38460 then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
38461 wherever @value{GDBN} is installed.
38462 @end itemize
38463
38464 If the configured location of the system-wide init file (as given by the
38465 @option{--with-system-gdbinit} option at configure time) is in the
38466 data-directory (as specified by @option{--with-gdb-datadir} at configure
38467 time) or in one of its subdirectories, then @value{GDBN} will look for the
38468 system-wide init file in the directory specified by the
38469 @option{--data-directory} command-line option.
38470 Note that the system-wide init file is only read once, during @value{GDBN}
38471 initialization. If the data-directory is changed after @value{GDBN} has
38472 started with the @code{set data-directory} command, the file will not be
38473 reread.
38474
38475 This applies similarly to the system-wide directory specified in
38476 @option{--with-system-gdbinit-dir}.
38477
38478 Any supported scripting language can be used for these init files, as long
38479 as the file extension matches the scripting language. To be interpreted
38480 as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
38481 extension.
38482
38483 @menu
38484 * System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
38485 @end menu
38486
38487 @node System-wide Configuration Scripts
38488 @subsection Installed System-wide Configuration Scripts
38489 @cindex system-wide configuration scripts
38490
38491 The @file{system-gdbinit} directory, located inside the data-directory
38492 (as specified by @option{--with-gdb-datadir} at configure time) contains
38493 a number of scripts which can be used as system-wide init files. To
38494 automatically source those scripts at startup, @value{GDBN} should be
38495 configured with @option{--with-system-gdbinit}. Otherwise, any user
38496 should be able to source them by hand as needed.
38497
38498 The following scripts are currently available:
38499 @itemize @bullet
38500
38501 @item @file{elinos.py}
38502 @pindex elinos.py
38503 @cindex ELinOS system-wide configuration script
38504 This script is useful when debugging a program on an ELinOS target.
38505 It takes advantage of the environment variables defined in a standard
38506 ELinOS environment in order to determine the location of the system
38507 shared libraries, and then sets the @samp{solib-absolute-prefix}
38508 and @samp{solib-search-path} variables appropriately.
38509
38510 @item @file{wrs-linux.py}
38511 @pindex wrs-linux.py
38512 @cindex Wind River Linux system-wide configuration script
38513 This script is useful when debugging a program on a target running
38514 Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
38515 the host-side sysroot used by the target system.
38516
38517 @end itemize
38518
38519 @node Maintenance Commands
38520 @appendix Maintenance Commands
38521 @cindex maintenance commands
38522 @cindex internal commands
38523
38524 In addition to commands intended for @value{GDBN} users, @value{GDBN}
38525 includes a number of commands intended for @value{GDBN} developers,
38526 that are not documented elsewhere in this manual. These commands are
38527 provided here for reference. (For commands that turn on debugging
38528 messages, see @ref{Debugging Output}.)
38529
38530 @table @code
38531 @kindex maint agent
38532 @kindex maint agent-eval
38533 @item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38534 @itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38535 Translate the given @var{expression} into remote agent bytecodes.
38536 This command is useful for debugging the Agent Expression mechanism
38537 (@pxref{Agent Expressions}). The @samp{agent} version produces an
38538 expression useful for data collection, such as by tracepoints, while
38539 @samp{maint agent-eval} produces an expression that evaluates directly
38540 to a result. For instance, a collection expression for @code{globa +
38541 globb} will include bytecodes to record four bytes of memory at each
38542 of the addresses of @code{globa} and @code{globb}, while discarding
38543 the result of the addition, while an evaluation expression will do the
38544 addition and return the sum.
38545 If @code{-at} is given, generate remote agent bytecode for @var{location}.
38546 If not, generate remote agent bytecode for current frame PC address.
38547
38548 @kindex maint agent-printf
38549 @item maint agent-printf @var{format},@var{expr},...
38550 Translate the given format string and list of argument expressions
38551 into remote agent bytecodes and display them as a disassembled list.
38552 This command is useful for debugging the agent version of dynamic
38553 printf (@pxref{Dynamic Printf}).
38554
38555 @kindex maint info breakpoints
38556 @item @anchor{maint info breakpoints}maint info breakpoints
38557 Using the same format as @samp{info breakpoints}, display both the
38558 breakpoints you've set explicitly, and those @value{GDBN} is using for
38559 internal purposes. Internal breakpoints are shown with negative
38560 breakpoint numbers. The type column identifies what kind of breakpoint
38561 is shown:
38562
38563 @table @code
38564 @item breakpoint
38565 Normal, explicitly set breakpoint.
38566
38567 @item watchpoint
38568 Normal, explicitly set watchpoint.
38569
38570 @item longjmp
38571 Internal breakpoint, used to handle correctly stepping through
38572 @code{longjmp} calls.
38573
38574 @item longjmp resume
38575 Internal breakpoint at the target of a @code{longjmp}.
38576
38577 @item until
38578 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
38579
38580 @item finish
38581 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
38582
38583 @item shlib events
38584 Shared library events.
38585
38586 @end table
38587
38588 @kindex maint info btrace
38589 @item maint info btrace
38590 Pint information about raw branch tracing data.
38591
38592 @kindex maint btrace packet-history
38593 @item maint btrace packet-history
38594 Print the raw branch trace packets that are used to compute the
38595 execution history for the @samp{record btrace} command. Both the
38596 information and the format in which it is printed depend on the btrace
38597 recording format.
38598
38599 @table @code
38600 @item bts
38601 For the BTS recording format, print a list of blocks of sequential
38602 code. For each block, the following information is printed:
38603
38604 @table @asis
38605 @item Block number
38606 Newer blocks have higher numbers. The oldest block has number zero.
38607 @item Lowest @samp{PC}
38608 @item Highest @samp{PC}
38609 @end table
38610
38611 @item pt
38612 For the Intel Processor Trace recording format, print a list of
38613 Intel Processor Trace packets. For each packet, the following
38614 information is printed:
38615
38616 @table @asis
38617 @item Packet number
38618 Newer packets have higher numbers. The oldest packet has number zero.
38619 @item Trace offset
38620 The packet's offset in the trace stream.
38621 @item Packet opcode and payload
38622 @end table
38623 @end table
38624
38625 @kindex maint btrace clear-packet-history
38626 @item maint btrace clear-packet-history
38627 Discards the cached packet history printed by the @samp{maint btrace
38628 packet-history} command. The history will be computed again when
38629 needed.
38630
38631 @kindex maint btrace clear
38632 @item maint btrace clear
38633 Discard the branch trace data. The data will be fetched anew and the
38634 branch trace will be recomputed when needed.
38635
38636 This implicitly truncates the branch trace to a single branch trace
38637 buffer. When updating branch trace incrementally, the branch trace
38638 available to @value{GDBN} may be bigger than a single branch trace
38639 buffer.
38640
38641 @kindex maint set btrace pt skip-pad
38642 @item maint set btrace pt skip-pad
38643 @kindex maint show btrace pt skip-pad
38644 @item maint show btrace pt skip-pad
38645 Control whether @value{GDBN} will skip PAD packets when computing the
38646 packet history.
38647
38648 @kindex set displaced-stepping
38649 @kindex show displaced-stepping
38650 @cindex displaced stepping support
38651 @cindex out-of-line single-stepping
38652 @item set displaced-stepping
38653 @itemx show displaced-stepping
38654 Control whether or not @value{GDBN} will do @dfn{displaced stepping}
38655 if the target supports it. Displaced stepping is a way to single-step
38656 over breakpoints without removing them from the inferior, by executing
38657 an out-of-line copy of the instruction that was originally at the
38658 breakpoint location. It is also known as out-of-line single-stepping.
38659
38660 @table @code
38661 @item set displaced-stepping on
38662 If the target architecture supports it, @value{GDBN} will use
38663 displaced stepping to step over breakpoints.
38664
38665 @item set displaced-stepping off
38666 @value{GDBN} will not use displaced stepping to step over breakpoints,
38667 even if such is supported by the target architecture.
38668
38669 @cindex non-stop mode, and @samp{set displaced-stepping}
38670 @item set displaced-stepping auto
38671 This is the default mode. @value{GDBN} will use displaced stepping
38672 only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
38673 architecture supports displaced stepping.
38674 @end table
38675
38676 @kindex maint check-psymtabs
38677 @item maint check-psymtabs
38678 Check the consistency of currently expanded psymtabs versus symtabs.
38679 Use this to check, for example, whether a symbol is in one but not the other.
38680
38681 @kindex maint check-symtabs
38682 @item maint check-symtabs
38683 Check the consistency of currently expanded symtabs.
38684
38685 @kindex maint expand-symtabs
38686 @item maint expand-symtabs [@var{regexp}]
38687 Expand symbol tables.
38688 If @var{regexp} is specified, only expand symbol tables for file
38689 names matching @var{regexp}.
38690
38691 @kindex maint set catch-demangler-crashes
38692 @kindex maint show catch-demangler-crashes
38693 @cindex demangler crashes
38694 @item maint set catch-demangler-crashes [on|off]
38695 @itemx maint show catch-demangler-crashes
38696 Control whether @value{GDBN} should attempt to catch crashes in the
38697 symbol name demangler. The default is to attempt to catch crashes.
38698 If enabled, the first time a crash is caught, a core file is created,
38699 the offending symbol is displayed and the user is presented with the
38700 option to terminate the current session.
38701
38702 @kindex maint cplus first_component
38703 @item maint cplus first_component @var{name}
38704 Print the first C@t{++} class/namespace component of @var{name}.
38705
38706 @kindex maint cplus namespace
38707 @item maint cplus namespace
38708 Print the list of possible C@t{++} namespaces.
38709
38710 @kindex maint deprecate
38711 @kindex maint undeprecate
38712 @cindex deprecated commands
38713 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
38714 @itemx maint undeprecate @var{command}
38715 Deprecate or undeprecate the named @var{command}. Deprecated commands
38716 cause @value{GDBN} to issue a warning when you use them. The optional
38717 argument @var{replacement} says which newer command should be used in
38718 favor of the deprecated one; if it is given, @value{GDBN} will mention
38719 the replacement as part of the warning.
38720
38721 @kindex maint dump-me
38722 @item maint dump-me
38723 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
38724 Cause a fatal signal in the debugger and force it to dump its core.
38725 This is supported only on systems which support aborting a program
38726 with the @code{SIGQUIT} signal.
38727
38728 @kindex maint internal-error
38729 @kindex maint internal-warning
38730 @kindex maint demangler-warning
38731 @cindex demangler crashes
38732 @item maint internal-error @r{[}@var{message-text}@r{]}
38733 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
38734 @itemx maint demangler-warning @r{[}@var{message-text}@r{]}
38735
38736 Cause @value{GDBN} to call the internal function @code{internal_error},
38737 @code{internal_warning} or @code{demangler_warning} and hence behave
38738 as though an internal problem has been detected. In addition to
38739 reporting the internal problem, these functions give the user the
38740 opportunity to either quit @value{GDBN} or (for @code{internal_error}
38741 and @code{internal_warning}) create a core file of the current
38742 @value{GDBN} session.
38743
38744 These commands take an optional parameter @var{message-text} that is
38745 used as the text of the error or warning message.
38746
38747 Here's an example of using @code{internal-error}:
38748
38749 @smallexample
38750 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
38751 @dots{}/maint.c:121: internal-error: testing, 1, 2
38752 A problem internal to GDB has been detected. Further
38753 debugging may prove unreliable.
38754 Quit this debugging session? (y or n) @kbd{n}
38755 Create a core file? (y or n) @kbd{n}
38756 (@value{GDBP})
38757 @end smallexample
38758
38759 @cindex @value{GDBN} internal error
38760 @cindex internal errors, control of @value{GDBN} behavior
38761 @cindex demangler crashes
38762
38763 @kindex maint set internal-error
38764 @kindex maint show internal-error
38765 @kindex maint set internal-warning
38766 @kindex maint show internal-warning
38767 @kindex maint set demangler-warning
38768 @kindex maint show demangler-warning
38769 @item maint set internal-error @var{action} [ask|yes|no]
38770 @itemx maint show internal-error @var{action}
38771 @itemx maint set internal-warning @var{action} [ask|yes|no]
38772 @itemx maint show internal-warning @var{action}
38773 @itemx maint set demangler-warning @var{action} [ask|yes|no]
38774 @itemx maint show demangler-warning @var{action}
38775 When @value{GDBN} reports an internal problem (error or warning) it
38776 gives the user the opportunity to both quit @value{GDBN} and create a
38777 core file of the current @value{GDBN} session. These commands let you
38778 override the default behaviour for each particular @var{action},
38779 described in the table below.
38780
38781 @table @samp
38782 @item quit
38783 You can specify that @value{GDBN} should always (yes) or never (no)
38784 quit. The default is to ask the user what to do.
38785
38786 @item corefile
38787 You can specify that @value{GDBN} should always (yes) or never (no)
38788 create a core file. The default is to ask the user what to do. Note
38789 that there is no @code{corefile} option for @code{demangler-warning}:
38790 demangler warnings always create a core file and this cannot be
38791 disabled.
38792 @end table
38793
38794 @kindex maint packet
38795 @item maint packet @var{text}
38796 If @value{GDBN} is talking to an inferior via the serial protocol,
38797 then this command sends the string @var{text} to the inferior, and
38798 displays the response packet. @value{GDBN} supplies the initial
38799 @samp{$} character, the terminating @samp{#} character, and the
38800 checksum.
38801
38802 @kindex maint print architecture
38803 @item maint print architecture @r{[}@var{file}@r{]}
38804 Print the entire architecture configuration. The optional argument
38805 @var{file} names the file where the output goes.
38806
38807 @kindex maint print c-tdesc
38808 @item maint print c-tdesc @r{[}-single-feature@r{]} @r{[}@var{file}@r{]}
38809 Print the target description (@pxref{Target Descriptions}) as
38810 a C source file. By default, the target description is for the current
38811 target, but if the optional argument @var{file} is provided, that file
38812 is used to produce the description. The @var{file} should be an XML
38813 document, of the form described in @ref{Target Description Format}.
38814 The created source file is built into @value{GDBN} when @value{GDBN} is
38815 built again. This command is used by developers after they add or
38816 modify XML target descriptions.
38817
38818 When the optional flag @samp{-single-feature} is provided then the
38819 target description being processed (either the default, or from
38820 @var{file}) must only contain a single feature. The source file
38821 produced is different in this case.
38822
38823 @kindex maint print xml-tdesc
38824 @item maint print xml-tdesc @r{[}@var{file}@r{]}
38825 Print the target description (@pxref{Target Descriptions}) as an XML
38826 file. By default print the target description for the current target,
38827 but if the optional argument @var{file} is provided, then that file is
38828 read in by GDB and then used to produce the description. The
38829 @var{file} should be an XML document, of the form described in
38830 @ref{Target Description Format}.
38831
38832 @kindex maint check xml-descriptions
38833 @item maint check xml-descriptions @var{dir}
38834 Check that the target descriptions dynamically created by @value{GDBN}
38835 equal the descriptions created from XML files found in @var{dir}.
38836
38837 @anchor{maint check libthread-db}
38838 @kindex maint check libthread-db
38839 @item maint check libthread-db
38840 Run integrity checks on the current inferior's thread debugging
38841 library. This exercises all @code{libthread_db} functionality used by
38842 @value{GDBN} on GNU/Linux systems, and by extension also exercises the
38843 @code{proc_service} functions provided by @value{GDBN} that
38844 @code{libthread_db} uses. Note that parts of the test may be skipped
38845 on some platforms when debugging core files.
38846
38847 @kindex maint print core-file-backed-mappings
38848 @cindex memory address space mappings
38849 @item maint print core-file-backed-mappings
38850 Print the file-backed mappings which were loaded from a core file note.
38851 This output represents state internal to @value{GDBN} and should be
38852 similar to the mappings displayed by the @code{info proc mappings}
38853 command.
38854
38855 @kindex maint print dummy-frames
38856 @item maint print dummy-frames
38857 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
38858
38859 @smallexample
38860 (@value{GDBP}) @kbd{b add}
38861 @dots{}
38862 (@value{GDBP}) @kbd{print add(2,3)}
38863 Breakpoint 2, add (a=2, b=3) at @dots{}
38864 58 return (a + b);
38865 The program being debugged stopped while in a function called from GDB.
38866 @dots{}
38867 (@value{GDBP}) @kbd{maint print dummy-frames}
38868 0xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
38869 (@value{GDBP})
38870 @end smallexample
38871
38872 Takes an optional file parameter.
38873
38874 @kindex maint print registers
38875 @kindex maint print raw-registers
38876 @kindex maint print cooked-registers
38877 @kindex maint print register-groups
38878 @kindex maint print remote-registers
38879 @item maint print registers @r{[}@var{file}@r{]}
38880 @itemx maint print raw-registers @r{[}@var{file}@r{]}
38881 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
38882 @itemx maint print register-groups @r{[}@var{file}@r{]}
38883 @itemx maint print remote-registers @r{[}@var{file}@r{]}
38884 Print @value{GDBN}'s internal register data structures.
38885
38886 The command @code{maint print raw-registers} includes the contents of
38887 the raw register cache; the command @code{maint print
38888 cooked-registers} includes the (cooked) value of all registers,
38889 including registers which aren't available on the target nor visible
38890 to user; the command @code{maint print register-groups} includes the
38891 groups that each register is a member of; and the command @code{maint
38892 print remote-registers} includes the remote target's register numbers
38893 and offsets in the `G' packets.
38894
38895 These commands take an optional parameter, a file name to which to
38896 write the information.
38897
38898 @kindex maint print reggroups
38899 @item maint print reggroups @r{[}@var{file}@r{]}
38900 Print @value{GDBN}'s internal register group data structures. The
38901 optional argument @var{file} tells to what file to write the
38902 information.
38903
38904 The register groups info looks like this:
38905
38906 @smallexample
38907 (@value{GDBP}) @kbd{maint print reggroups}
38908 Group Type
38909 general user
38910 float user
38911 all user
38912 vector user
38913 system user
38914 save internal
38915 restore internal
38916 @end smallexample
38917
38918 @kindex maint flush register-cache
38919 @kindex flushregs
38920 @cindex register cache, flushing
38921 @item maint flush register-cache
38922 @itemx flushregs
38923 Flush the contents of the register cache and as a consequence the
38924 frame cache. This command is useful when debugging issues related to
38925 register fetching, or frame unwinding. The command @code{flushregs}
38926 is deprecated in favor of @code{maint flush register-cache}.
38927
38928 @kindex maint print objfiles
38929 @cindex info for known object files
38930 @item maint print objfiles @r{[}@var{regexp}@r{]}
38931 Print a dump of all known object files.
38932 If @var{regexp} is specified, only print object files whose names
38933 match @var{regexp}. For each object file, this command prints its name,
38934 address in memory, and all of its psymtabs and symtabs.
38935
38936 @kindex maint print user-registers
38937 @cindex user registers
38938 @item maint print user-registers
38939 List all currently available @dfn{user registers}. User registers
38940 typically provide alternate names for actual hardware registers. They
38941 include the four ``standard'' registers @code{$fp}, @code{$pc},
38942 @code{$sp}, and @code{$ps}. @xref{standard registers}. User
38943 registers can be used in expressions in the same way as the canonical
38944 register names, but only the latter are listed by the @code{info
38945 registers} and @code{maint print registers} commands.
38946
38947 @kindex maint print section-scripts
38948 @cindex info for known .debug_gdb_scripts-loaded scripts
38949 @item maint print section-scripts [@var{regexp}]
38950 Print a dump of scripts specified in the @code{.debug_gdb_section} section.
38951 If @var{regexp} is specified, only print scripts loaded by object files
38952 matching @var{regexp}.
38953 For each script, this command prints its name as specified in the objfile,
38954 and the full path if known.
38955 @xref{dotdebug_gdb_scripts section}.
38956
38957 @kindex maint print statistics
38958 @cindex bcache statistics
38959 @item maint print statistics
38960 This command prints, for each object file in the program, various data
38961 about that object file followed by the byte cache (@dfn{bcache})
38962 statistics for the object file. The objfile data includes the number
38963 of minimal, partial, full, and stabs symbols, the number of types
38964 defined by the objfile, the number of as yet unexpanded psym tables,
38965 the number of line tables and string tables, and the amount of memory
38966 used by the various tables. The bcache statistics include the counts,
38967 sizes, and counts of duplicates of all and unique objects, max,
38968 average, and median entry size, total memory used and its overhead and
38969 savings, and various measures of the hash table size and chain
38970 lengths.
38971
38972 @kindex maint print target-stack
38973 @cindex target stack description
38974 @item maint print target-stack
38975 A @dfn{target} is an interface between the debugger and a particular
38976 kind of file or process. Targets can be stacked in @dfn{strata},
38977 so that more than one target can potentially respond to a request.
38978 In particular, memory accesses will walk down the stack of targets
38979 until they find a target that is interested in handling that particular
38980 address.
38981
38982 This command prints a short description of each layer that was pushed on
38983 the @dfn{target stack}, starting from the top layer down to the bottom one.
38984
38985 @kindex maint print type
38986 @cindex type chain of a data type
38987 @item maint print type @var{expr}
38988 Print the type chain for a type specified by @var{expr}. The argument
38989 can be either a type name or a symbol. If it is a symbol, the type of
38990 that symbol is described. The type chain produced by this command is
38991 a recursive definition of the data type as stored in @value{GDBN}'s
38992 data structures, including its flags and contained types.
38993
38994 @kindex maint selftest
38995 @cindex self tests
38996 @item maint selftest @r{[}@var{filter}@r{]}
38997 Run any self tests that were compiled in to @value{GDBN}. This will
38998 print a message showing how many tests were run, and how many failed.
38999 If a @var{filter} is passed, only the tests with @var{filter} in their
39000 name will by ran.
39001
39002 @kindex maint info selftests
39003 @cindex self tests
39004 @item maint info selftests
39005 List the selftests compiled in to @value{GDBN}.
39006
39007 @kindex maint set dwarf always-disassemble
39008 @kindex maint show dwarf always-disassemble
39009 @item maint set dwarf always-disassemble
39010 @item maint show dwarf always-disassemble
39011 Control the behavior of @code{info address} when using DWARF debugging
39012 information.
39013
39014 The default is @code{off}, which means that @value{GDBN} should try to
39015 describe a variable's location in an easily readable format. When
39016 @code{on}, @value{GDBN} will instead display the DWARF location
39017 expression in an assembly-like format. Note that some locations are
39018 too complex for @value{GDBN} to describe simply; in this case you will
39019 always see the disassembly form.
39020
39021 Here is an example of the resulting disassembly:
39022
39023 @smallexample
39024 (gdb) info addr argc
39025 Symbol "argc" is a complex DWARF expression:
39026 1: DW_OP_fbreg 0
39027 @end smallexample
39028
39029 For more information on these expressions, see
39030 @uref{http://www.dwarfstd.org/, the DWARF standard}.
39031
39032 @kindex maint set dwarf max-cache-age
39033 @kindex maint show dwarf max-cache-age
39034 @item maint set dwarf max-cache-age
39035 @itemx maint show dwarf max-cache-age
39036 Control the DWARF compilation unit cache.
39037
39038 @cindex DWARF compilation units cache
39039 In object files with inter-compilation-unit references, such as those
39040 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
39041 reader needs to frequently refer to previously read compilation units.
39042 This setting controls how long a compilation unit will remain in the
39043 cache if it is not referenced. A higher limit means that cached
39044 compilation units will be stored in memory longer, and more total
39045 memory will be used. Setting it to zero disables caching, which will
39046 slow down @value{GDBN} startup, but reduce memory consumption.
39047
39048 @kindex maint set dwarf unwinders
39049 @kindex maint show dwarf unwinders
39050 @item maint set dwarf unwinders
39051 @itemx maint show dwarf unwinders
39052 Control use of the DWARF frame unwinders.
39053
39054 @cindex DWARF frame unwinders
39055 Many targets that support DWARF debugging use @value{GDBN}'s DWARF
39056 frame unwinders to build the backtrace. Many of these targets will
39057 also have a second mechanism for building the backtrace for use in
39058 cases where DWARF information is not available, this second mechanism
39059 is often an analysis of a function's prologue.
39060
39061 In order to extend testing coverage of the second level stack
39062 unwinding mechanisms it is helpful to be able to disable the DWARF
39063 stack unwinders, this can be done with this switch.
39064
39065 In normal use of @value{GDBN} disabling the DWARF unwinders is not
39066 advisable, there are cases that are better handled through DWARF than
39067 prologue analysis, and the debug experience is likely to be better
39068 with the DWARF frame unwinders enabled.
39069
39070 If DWARF frame unwinders are not supported for a particular target
39071 architecture, then enabling this flag does not cause them to be used.
39072
39073 @kindex maint set worker-threads
39074 @kindex maint show worker-threads
39075 @item maint set worker-threads
39076 @item maint show worker-threads
39077 Control the number of worker threads that may be used by @value{GDBN}.
39078 On capable hosts, @value{GDBN} may use multiple threads to speed up
39079 certain CPU-intensive operations, such as demangling symbol names.
39080 While the number of threads used by @value{GDBN} may vary, this
39081 command can be used to set an upper bound on this number. The default
39082 is @code{unlimited}, which lets @value{GDBN} choose a reasonable
39083 number. Note that this only controls worker threads started by
39084 @value{GDBN} itself; libraries used by @value{GDBN} may start threads
39085 of their own.
39086
39087 @kindex maint set profile
39088 @kindex maint show profile
39089 @cindex profiling GDB
39090 @item maint set profile
39091 @itemx maint show profile
39092 Control profiling of @value{GDBN}.
39093
39094 Profiling will be disabled until you use the @samp{maint set profile}
39095 command to enable it. When you enable profiling, the system will begin
39096 collecting timing and execution count data; when you disable profiling or
39097 exit @value{GDBN}, the results will be written to a log file. Remember that
39098 if you use profiling, @value{GDBN} will overwrite the profiling log file
39099 (often called @file{gmon.out}). If you have a record of important profiling
39100 data in a @file{gmon.out} file, be sure to move it to a safe location.
39101
39102 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
39103 compiled with the @samp{-pg} compiler option.
39104
39105 @kindex maint set show-debug-regs
39106 @kindex maint show show-debug-regs
39107 @cindex hardware debug registers
39108 @item maint set show-debug-regs
39109 @itemx maint show show-debug-regs
39110 Control whether to show variables that mirror the hardware debug
39111 registers. Use @code{on} to enable, @code{off} to disable. If
39112 enabled, the debug registers values are shown when @value{GDBN} inserts or
39113 removes a hardware breakpoint or watchpoint, and when the inferior
39114 triggers a hardware-assisted breakpoint or watchpoint.
39115
39116 @kindex maint set show-all-tib
39117 @kindex maint show show-all-tib
39118 @item maint set show-all-tib
39119 @itemx maint show show-all-tib
39120 Control whether to show all non zero areas within a 1k block starting
39121 at thread local base, when using the @samp{info w32 thread-information-block}
39122 command.
39123
39124 @kindex maint set target-async
39125 @kindex maint show target-async
39126 @item maint set target-async
39127 @itemx maint show target-async
39128 This controls whether @value{GDBN} targets operate in synchronous or
39129 asynchronous mode (@pxref{Background Execution}). Normally the
39130 default is asynchronous, if it is available; but this can be changed
39131 to more easily debug problems occurring only in synchronous mode.
39132
39133 @kindex maint set target-non-stop @var{mode} [on|off|auto]
39134 @kindex maint show target-non-stop
39135 @item maint set target-non-stop
39136 @itemx maint show target-non-stop
39137
39138 This controls whether @value{GDBN} targets always operate in non-stop
39139 mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
39140 Mode}). The default is @code{auto}, meaning non-stop mode is enabled
39141 if supported by the target.
39142
39143 @table @code
39144 @item maint set target-non-stop auto
39145 This is the default mode. @value{GDBN} controls the target in
39146 non-stop mode if the target supports it.
39147
39148 @item maint set target-non-stop on
39149 @value{GDBN} controls the target in non-stop mode even if the target
39150 does not indicate support.
39151
39152 @item maint set target-non-stop off
39153 @value{GDBN} does not control the target in non-stop mode even if the
39154 target supports it.
39155 @end table
39156
39157 @kindex maint set tui-resize-message
39158 @kindex maint show tui-resize-message
39159 @item maint set tui-resize-message
39160 @item maint show tui-resize-message
39161 Control whether @value{GDBN} displays a message each time the terminal
39162 is resized when in TUI mode. The default is @code{off}, which means
39163 that @value{GDBN} is silent during resizes. When @code{on},
39164 @value{GDBN} will display a message after a resize is completed; the
39165 message will include a number indicating how many times the terminal
39166 has been resized. This setting is intended for use by the test suite,
39167 where it would otherwise be difficult to determine when a resize and
39168 refresh has been completed.
39169
39170 @kindex maint set per-command
39171 @kindex maint show per-command
39172 @item maint set per-command
39173 @itemx maint show per-command
39174 @cindex resources used by commands
39175
39176 @value{GDBN} can display the resources used by each command.
39177 This is useful in debugging performance problems.
39178
39179 @table @code
39180 @item maint set per-command space [on|off]
39181 @itemx maint show per-command space
39182 Enable or disable the printing of the memory used by GDB for each command.
39183 If enabled, @value{GDBN} will display how much memory each command
39184 took, following the command's own output.
39185 This can also be requested by invoking @value{GDBN} with the
39186 @option{--statistics} command-line switch (@pxref{Mode Options}).
39187
39188 @item maint set per-command time [on|off]
39189 @itemx maint show per-command time
39190 Enable or disable the printing of the execution time of @value{GDBN}
39191 for each command.
39192 If enabled, @value{GDBN} will display how much time it
39193 took to execute each command, following the command's own output.
39194 Both CPU time and wallclock time are printed.
39195 Printing both is useful when trying to determine whether the cost is
39196 CPU or, e.g., disk/network latency.
39197 Note that the CPU time printed is for @value{GDBN} only, it does not include
39198 the execution time of the inferior because there's no mechanism currently
39199 to compute how much time was spent by @value{GDBN} and how much time was
39200 spent by the program been debugged.
39201 This can also be requested by invoking @value{GDBN} with the
39202 @option{--statistics} command-line switch (@pxref{Mode Options}).
39203
39204 @item maint set per-command symtab [on|off]
39205 @itemx maint show per-command symtab
39206 Enable or disable the printing of basic symbol table statistics
39207 for each command.
39208 If enabled, @value{GDBN} will display the following information:
39209
39210 @enumerate a
39211 @item
39212 number of symbol tables
39213 @item
39214 number of primary symbol tables
39215 @item
39216 number of blocks in the blockvector
39217 @end enumerate
39218 @end table
39219
39220 @kindex maint set check-libthread-db
39221 @kindex maint show check-libthread-db
39222 @item maint set check-libthread-db [on|off]
39223 @itemx maint show check-libthread-db
39224 Control whether @value{GDBN} should run integrity checks on inferior
39225 specific thread debugging libraries as they are loaded. The default
39226 is not to perform such checks. If any check fails @value{GDBN} will
39227 unload the library and continue searching for a suitable candidate as
39228 described in @ref{set libthread-db-search-path}. For more information
39229 about the tests, see @ref{maint check libthread-db}.
39230
39231 @kindex maint space
39232 @cindex memory used by commands
39233 @item maint space @var{value}
39234 An alias for @code{maint set per-command space}.
39235 A non-zero value enables it, zero disables it.
39236
39237 @kindex maint time
39238 @cindex time of command execution
39239 @item maint time @var{value}
39240 An alias for @code{maint set per-command time}.
39241 A non-zero value enables it, zero disables it.
39242
39243 @kindex maint translate-address
39244 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
39245 Find the symbol stored at the location specified by the address
39246 @var{addr} and an optional section name @var{section}. If found,
39247 @value{GDBN} prints the name of the closest symbol and an offset from
39248 the symbol's location to the specified address. This is similar to
39249 the @code{info address} command (@pxref{Symbols}), except that this
39250 command also allows to find symbols in other sections.
39251
39252 If section was not specified, the section in which the symbol was found
39253 is also printed. For dynamically linked executables, the name of
39254 executable or shared library containing the symbol is printed as well.
39255
39256 @kindex maint test-options
39257 @item maint test-options require-delimiter
39258 @itemx maint test-options unknown-is-error
39259 @itemx maint test-options unknown-is-operand
39260 These commands are used by the testsuite to validate the command
39261 options framework. The @code{require-delimiter} variant requires a
39262 double-dash delimiter to indicate end of options. The
39263 @code{unknown-is-error} and @code{unknown-is-operand} do not. The
39264 @code{unknown-is-error} variant throws an error on unknown option,
39265 while @code{unknown-is-operand} treats unknown options as the start of
39266 the command's operands. When run, the commands output the result of
39267 the processed options. When completed, the commands store the
39268 internal result of completion in a variable exposed by the @code{maint
39269 show test-options-completion-result} command.
39270
39271 @kindex maint show test-options-completion-result
39272 @item maint show test-options-completion-result
39273 Shows the result of completing the @code{maint test-options}
39274 subcommands. This is used by the testsuite to validate completion
39275 support in the command options framework.
39276
39277 @kindex maint set test-settings
39278 @kindex maint show test-settings
39279 @item maint set test-settings @var{kind}
39280 @itemx maint show test-settings @var{kind}
39281 These are representative commands for each @var{kind} of setting type
39282 @value{GDBN} supports. They are used by the testsuite for exercising
39283 the settings infrastructure.
39284
39285 @kindex maint with
39286 @item maint with @var{setting} [@var{value}] [-- @var{command}]
39287 Like the @code{with} command, but works with @code{maintenance set}
39288 variables. This is used by the testsuite to exercise the @code{with}
39289 command's infrastructure.
39290
39291 @end table
39292
39293 The following command is useful for non-interactive invocations of
39294 @value{GDBN}, such as in the test suite.
39295
39296 @table @code
39297 @item set watchdog @var{nsec}
39298 @kindex set watchdog
39299 @cindex watchdog timer
39300 @cindex timeout for commands
39301 Set the maximum number of seconds @value{GDBN} will wait for the
39302 target operation to finish. If this time expires, @value{GDBN}
39303 reports and error and the command is aborted.
39304
39305 @item show watchdog
39306 Show the current setting of the target wait timeout.
39307 @end table
39308
39309 @node Remote Protocol
39310 @appendix @value{GDBN} Remote Serial Protocol
39311
39312 @menu
39313 * Overview::
39314 * Packets::
39315 * Stop Reply Packets::
39316 * General Query Packets::
39317 * Architecture-Specific Protocol Details::
39318 * Tracepoint Packets::
39319 * Host I/O Packets::
39320 * Interrupts::
39321 * Notification Packets::
39322 * Remote Non-Stop::
39323 * Packet Acknowledgment::
39324 * Examples::
39325 * File-I/O Remote Protocol Extension::
39326 * Library List Format::
39327 * Library List Format for SVR4 Targets::
39328 * Memory Map Format::
39329 * Thread List Format::
39330 * Traceframe Info Format::
39331 * Branch Trace Format::
39332 * Branch Trace Configuration Format::
39333 @end menu
39334
39335 @node Overview
39336 @section Overview
39337
39338 There may be occasions when you need to know something about the
39339 protocol---for example, if there is only one serial port to your target
39340 machine, you might want your program to do something special if it
39341 recognizes a packet meant for @value{GDBN}.
39342
39343 In the examples below, @samp{->} and @samp{<-} are used to indicate
39344 transmitted and received data, respectively.
39345
39346 @cindex protocol, @value{GDBN} remote serial
39347 @cindex serial protocol, @value{GDBN} remote
39348 @cindex remote serial protocol
39349 All @value{GDBN} commands and responses (other than acknowledgments
39350 and notifications, see @ref{Notification Packets}) are sent as a
39351 @var{packet}. A @var{packet} is introduced with the character
39352 @samp{$}, the actual @var{packet-data}, and the terminating character
39353 @samp{#} followed by a two-digit @var{checksum}:
39354
39355 @smallexample
39356 @code{$}@var{packet-data}@code{#}@var{checksum}
39357 @end smallexample
39358 @noindent
39359
39360 @cindex checksum, for @value{GDBN} remote
39361 @noindent
39362 The two-digit @var{checksum} is computed as the modulo 256 sum of all
39363 characters between the leading @samp{$} and the trailing @samp{#} (an
39364 eight bit unsigned checksum).
39365
39366 Implementors should note that prior to @value{GDBN} 5.0 the protocol
39367 specification also included an optional two-digit @var{sequence-id}:
39368
39369 @smallexample
39370 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
39371 @end smallexample
39372
39373 @cindex sequence-id, for @value{GDBN} remote
39374 @noindent
39375 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
39376 has never output @var{sequence-id}s. Stubs that handle packets added
39377 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
39378
39379 When either the host or the target machine receives a packet, the first
39380 response expected is an acknowledgment: either @samp{+} (to indicate
39381 the package was received correctly) or @samp{-} (to request
39382 retransmission):
39383
39384 @smallexample
39385 -> @code{$}@var{packet-data}@code{#}@var{checksum}
39386 <- @code{+}
39387 @end smallexample
39388 @noindent
39389
39390 The @samp{+}/@samp{-} acknowledgments can be disabled
39391 once a connection is established.
39392 @xref{Packet Acknowledgment}, for details.
39393
39394 The host (@value{GDBN}) sends @var{command}s, and the target (the
39395 debugging stub incorporated in your program) sends a @var{response}. In
39396 the case of step and continue @var{command}s, the response is only sent
39397 when the operation has completed, and the target has again stopped all
39398 threads in all attached processes. This is the default all-stop mode
39399 behavior, but the remote protocol also supports @value{GDBN}'s non-stop
39400 execution mode; see @ref{Remote Non-Stop}, for details.
39401
39402 @var{packet-data} consists of a sequence of characters with the
39403 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
39404 exceptions).
39405
39406 @cindex remote protocol, field separator
39407 Fields within the packet should be separated using @samp{,} @samp{;} or
39408 @samp{:}. Except where otherwise noted all numbers are represented in
39409 @sc{hex} with leading zeros suppressed.
39410
39411 Implementors should note that prior to @value{GDBN} 5.0, the character
39412 @samp{:} could not appear as the third character in a packet (as it
39413 would potentially conflict with the @var{sequence-id}).
39414
39415 @cindex remote protocol, binary data
39416 @anchor{Binary Data}
39417 Binary data in most packets is encoded either as two hexadecimal
39418 digits per byte of binary data. This allowed the traditional remote
39419 protocol to work over connections which were only seven-bit clean.
39420 Some packets designed more recently assume an eight-bit clean
39421 connection, and use a more efficient encoding to send and receive
39422 binary data.
39423
39424 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
39425 as an escape character. Any escaped byte is transmitted as the escape
39426 character followed by the original character XORed with @code{0x20}.
39427 For example, the byte @code{0x7d} would be transmitted as the two
39428 bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
39429 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
39430 @samp{@}}) must always be escaped. Responses sent by the stub
39431 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
39432 is not interpreted as the start of a run-length encoded sequence
39433 (described next).
39434
39435 Response @var{data} can be run-length encoded to save space.
39436 Run-length encoding replaces runs of identical characters with one
39437 instance of the repeated character, followed by a @samp{*} and a
39438 repeat count. The repeat count is itself sent encoded, to avoid
39439 binary characters in @var{data}: a value of @var{n} is sent as
39440 @code{@var{n}+29}. For a repeat count greater or equal to 3, this
39441 produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
39442 code 32) for a repeat count of 3. (This is because run-length
39443 encoding starts to win for counts 3 or more.) Thus, for example,
39444 @samp{0* } is a run-length encoding of ``0000'': the space character
39445 after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
39446 3}} more times.
39447
39448 The printable characters @samp{#} and @samp{$} or with a numeric value
39449 greater than 126 must not be used. Runs of six repeats (@samp{#}) or
39450 seven repeats (@samp{$}) can be expanded using a repeat count of only
39451 five (@samp{"}). For example, @samp{00000000} can be encoded as
39452 @samp{0*"00}.
39453
39454 The error response returned for some packets includes a two character
39455 error number. That number is not well defined.
39456
39457 @cindex empty response, for unsupported packets
39458 For any @var{command} not supported by the stub, an empty response
39459 (@samp{$#00}) should be returned. That way it is possible to extend the
39460 protocol. A newer @value{GDBN} can tell if a packet is supported based
39461 on that response.
39462
39463 At a minimum, a stub is required to support the @samp{?} command to
39464 tell @value{GDBN} the reason for halting, @samp{g} and @samp{G}
39465 commands for register access, and the @samp{m} and @samp{M} commands
39466 for memory access. Stubs that only control single-threaded targets
39467 can implement run control with the @samp{c} (continue) command, and if
39468 the target architecture supports hardware-assisted single-stepping,
39469 the @samp{s} (step) command. Stubs that support multi-threading
39470 targets should support the @samp{vCont} command. All other commands
39471 are optional.
39472
39473 @node Packets
39474 @section Packets
39475
39476 The following table provides a complete list of all currently defined
39477 @var{command}s and their corresponding response @var{data}.
39478 @xref{File-I/O Remote Protocol Extension}, for details about the File
39479 I/O extension of the remote protocol.
39480
39481 Each packet's description has a template showing the packet's overall
39482 syntax, followed by an explanation of the packet's meaning. We
39483 include spaces in some of the templates for clarity; these are not
39484 part of the packet's syntax. No @value{GDBN} packet uses spaces to
39485 separate its components. For example, a template like @samp{foo
39486 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
39487 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
39488 @var{baz}. @value{GDBN} does not transmit a space character between the
39489 @samp{foo} and the @var{bar}, or between the @var{bar} and the
39490 @var{baz}.
39491
39492 @cindex @var{thread-id}, in remote protocol
39493 @anchor{thread-id syntax}
39494 Several packets and replies include a @var{thread-id} field to identify
39495 a thread. Normally these are positive numbers with a target-specific
39496 interpretation, formatted as big-endian hex strings. A @var{thread-id}
39497 can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
39498 pick any thread.
39499
39500 In addition, the remote protocol supports a multiprocess feature in
39501 which the @var{thread-id} syntax is extended to optionally include both
39502 process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
39503 The @var{pid} (process) and @var{tid} (thread) components each have the
39504 format described above: a positive number with target-specific
39505 interpretation formatted as a big-endian hex string, literal @samp{-1}
39506 to indicate all processes or threads (respectively), or @samp{0} to
39507 indicate an arbitrary process or thread. Specifying just a process, as
39508 @samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
39509 error to specify all processes but a specific thread, such as
39510 @samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
39511 for those packets and replies explicitly documented to include a process
39512 ID, rather than a @var{thread-id}.
39513
39514 The multiprocess @var{thread-id} syntax extensions are only used if both
39515 @value{GDBN} and the stub report support for the @samp{multiprocess}
39516 feature using @samp{qSupported}. @xref{multiprocess extensions}, for
39517 more information.
39518
39519 Note that all packet forms beginning with an upper- or lower-case
39520 letter, other than those described here, are reserved for future use.
39521
39522 Here are the packet descriptions.
39523
39524 @table @samp
39525
39526 @item !
39527 @cindex @samp{!} packet
39528 @anchor{extended mode}
39529 Enable extended mode. In extended mode, the remote server is made
39530 persistent. The @samp{R} packet is used to restart the program being
39531 debugged.
39532
39533 Reply:
39534 @table @samp
39535 @item OK
39536 The remote target both supports and has enabled extended mode.
39537 @end table
39538
39539 @item ?
39540 @cindex @samp{?} packet
39541 @anchor{? packet}
39542 This is sent when connection is first established to query the reason
39543 the target halted. The reply is the same as for step and continue.
39544 This packet has a special interpretation when the target is in
39545 non-stop mode; see @ref{Remote Non-Stop}.
39546
39547 Reply:
39548 @xref{Stop Reply Packets}, for the reply specifications.
39549
39550 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
39551 @cindex @samp{A} packet
39552 Initialized @code{argv[]} array passed into program. @var{arglen}
39553 specifies the number of bytes in the hex encoded byte stream
39554 @var{arg}. See @code{gdbserver} for more details.
39555
39556 Reply:
39557 @table @samp
39558 @item OK
39559 The arguments were set.
39560 @item E @var{NN}
39561 An error occurred.
39562 @end table
39563
39564 @item b @var{baud}
39565 @cindex @samp{b} packet
39566 (Don't use this packet; its behavior is not well-defined.)
39567 Change the serial line speed to @var{baud}.
39568
39569 JTC: @emph{When does the transport layer state change? When it's
39570 received, or after the ACK is transmitted. In either case, there are
39571 problems if the command or the acknowledgment packet is dropped.}
39572
39573 Stan: @emph{If people really wanted to add something like this, and get
39574 it working for the first time, they ought to modify ser-unix.c to send
39575 some kind of out-of-band message to a specially-setup stub and have the
39576 switch happen "in between" packets, so that from remote protocol's point
39577 of view, nothing actually happened.}
39578
39579 @item B @var{addr},@var{mode}
39580 @cindex @samp{B} packet
39581 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
39582 breakpoint at @var{addr}.
39583
39584 Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
39585 (@pxref{insert breakpoint or watchpoint packet}).
39586
39587 @cindex @samp{bc} packet
39588 @anchor{bc}
39589 @item bc
39590 Backward continue. Execute the target system in reverse. No parameter.
39591 @xref{Reverse Execution}, for more information.
39592
39593 Reply:
39594 @xref{Stop Reply Packets}, for the reply specifications.
39595
39596 @cindex @samp{bs} packet
39597 @anchor{bs}
39598 @item bs
39599 Backward single step. Execute one instruction in reverse. No parameter.
39600 @xref{Reverse Execution}, for more information.
39601
39602 Reply:
39603 @xref{Stop Reply Packets}, for the reply specifications.
39604
39605 @item c @r{[}@var{addr}@r{]}
39606 @cindex @samp{c} packet
39607 Continue at @var{addr}, which is the address to resume. If @var{addr}
39608 is omitted, resume at current address.
39609
39610 This packet is deprecated for multi-threading support. @xref{vCont
39611 packet}.
39612
39613 Reply:
39614 @xref{Stop Reply Packets}, for the reply specifications.
39615
39616 @item C @var{sig}@r{[};@var{addr}@r{]}
39617 @cindex @samp{C} packet
39618 Continue with signal @var{sig} (hex signal number). If
39619 @samp{;@var{addr}} is omitted, resume at same address.
39620
39621 This packet is deprecated for multi-threading support. @xref{vCont
39622 packet}.
39623
39624 Reply:
39625 @xref{Stop Reply Packets}, for the reply specifications.
39626
39627 @item d
39628 @cindex @samp{d} packet
39629 Toggle debug flag.
39630
39631 Don't use this packet; instead, define a general set packet
39632 (@pxref{General Query Packets}).
39633
39634 @item D
39635 @itemx D;@var{pid}
39636 @cindex @samp{D} packet
39637 The first form of the packet is used to detach @value{GDBN} from the
39638 remote system. It is sent to the remote target
39639 before @value{GDBN} disconnects via the @code{detach} command.
39640
39641 The second form, including a process ID, is used when multiprocess
39642 protocol extensions are enabled (@pxref{multiprocess extensions}), to
39643 detach only a specific process. The @var{pid} is specified as a
39644 big-endian hex string.
39645
39646 Reply:
39647 @table @samp
39648 @item OK
39649 for success
39650 @item E @var{NN}
39651 for an error
39652 @end table
39653
39654 @item F @var{RC},@var{EE},@var{CF};@var{XX}
39655 @cindex @samp{F} packet
39656 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
39657 This is part of the File-I/O protocol extension. @xref{File-I/O
39658 Remote Protocol Extension}, for the specification.
39659
39660 @item g
39661 @anchor{read registers packet}
39662 @cindex @samp{g} packet
39663 Read general registers.
39664
39665 Reply:
39666 @table @samp
39667 @item @var{XX@dots{}}
39668 Each byte of register data is described by two hex digits. The bytes
39669 with the register are transmitted in target byte order. The size of
39670 each register and their position within the @samp{g} packet are
39671 determined by the @value{GDBN} internal gdbarch functions
39672 @code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
39673
39674 When reading registers from a trace frame (@pxref{Analyze Collected
39675 Data,,Using the Collected Data}), the stub may also return a string of
39676 literal @samp{x}'s in place of the register data digits, to indicate
39677 that the corresponding register has not been collected, thus its value
39678 is unavailable. For example, for an architecture with 4 registers of
39679 4 bytes each, the following reply indicates to @value{GDBN} that
39680 registers 0 and 2 have not been collected, while registers 1 and 3
39681 have been collected, and both have zero value:
39682
39683 @smallexample
39684 -> @code{g}
39685 <- @code{xxxxxxxx00000000xxxxxxxx00000000}
39686 @end smallexample
39687
39688 @item E @var{NN}
39689 for an error.
39690 @end table
39691
39692 @item G @var{XX@dots{}}
39693 @cindex @samp{G} packet
39694 Write general registers. @xref{read registers packet}, for a
39695 description of the @var{XX@dots{}} data.
39696
39697 Reply:
39698 @table @samp
39699 @item OK
39700 for success
39701 @item E @var{NN}
39702 for an error
39703 @end table
39704
39705 @item H @var{op} @var{thread-id}
39706 @cindex @samp{H} packet
39707 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
39708 @samp{G}, et.al.). Depending on the operation to be performed, @var{op}
39709 should be @samp{c} for step and continue operations (note that this
39710 is deprecated, supporting the @samp{vCont} command is a better
39711 option), and @samp{g} for other operations. The thread designator
39712 @var{thread-id} has the format and interpretation described in
39713 @ref{thread-id syntax}.
39714
39715 Reply:
39716 @table @samp
39717 @item OK
39718 for success
39719 @item E @var{NN}
39720 for an error
39721 @end table
39722
39723 @c FIXME: JTC:
39724 @c 'H': How restrictive (or permissive) is the thread model. If a
39725 @c thread is selected and stopped, are other threads allowed
39726 @c to continue to execute? As I mentioned above, I think the
39727 @c semantics of each command when a thread is selected must be
39728 @c described. For example:
39729 @c
39730 @c 'g': If the stub supports threads and a specific thread is
39731 @c selected, returns the register block from that thread;
39732 @c otherwise returns current registers.
39733 @c
39734 @c 'G' If the stub supports threads and a specific thread is
39735 @c selected, sets the registers of the register block of
39736 @c that thread; otherwise sets current registers.
39737
39738 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
39739 @anchor{cycle step packet}
39740 @cindex @samp{i} packet
39741 Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
39742 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
39743 step starting at that address.
39744
39745 @item I
39746 @cindex @samp{I} packet
39747 Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
39748 step packet}.
39749
39750 @item k
39751 @cindex @samp{k} packet
39752 Kill request.
39753
39754 The exact effect of this packet is not specified.
39755
39756 For a bare-metal target, it may power cycle or reset the target
39757 system. For that reason, the @samp{k} packet has no reply.
39758
39759 For a single-process target, it may kill that process if possible.
39760
39761 A multiple-process target may choose to kill just one process, or all
39762 that are under @value{GDBN}'s control. For more precise control, use
39763 the vKill packet (@pxref{vKill packet}).
39764
39765 If the target system immediately closes the connection in response to
39766 @samp{k}, @value{GDBN} does not consider the lack of packet
39767 acknowledgment to be an error, and assumes the kill was successful.
39768
39769 If connected using @kbd{target extended-remote}, and the target does
39770 not close the connection in response to a kill request, @value{GDBN}
39771 probes the target state as if a new connection was opened
39772 (@pxref{? packet}).
39773
39774 @item m @var{addr},@var{length}
39775 @cindex @samp{m} packet
39776 Read @var{length} addressable memory units starting at address @var{addr}
39777 (@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
39778 any particular boundary.
39779
39780 The stub need not use any particular size or alignment when gathering
39781 data from memory for the response; even if @var{addr} is word-aligned
39782 and @var{length} is a multiple of the word size, the stub is free to
39783 use byte accesses, or not. For this reason, this packet may not be
39784 suitable for accessing memory-mapped I/O devices.
39785 @cindex alignment of remote memory accesses
39786 @cindex size of remote memory accesses
39787 @cindex memory, alignment and size of remote accesses
39788
39789 Reply:
39790 @table @samp
39791 @item @var{XX@dots{}}
39792 Memory contents; each byte is transmitted as a two-digit hexadecimal number.
39793 The reply may contain fewer addressable memory units than requested if the
39794 server was able to read only part of the region of memory.
39795 @item E @var{NN}
39796 @var{NN} is errno
39797 @end table
39798
39799 @item M @var{addr},@var{length}:@var{XX@dots{}}
39800 @cindex @samp{M} packet
39801 Write @var{length} addressable memory units starting at address @var{addr}
39802 (@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
39803 byte is transmitted as a two-digit hexadecimal number.
39804
39805 Reply:
39806 @table @samp
39807 @item OK
39808 for success
39809 @item E @var{NN}
39810 for an error (this includes the case where only part of the data was
39811 written).
39812 @end table
39813
39814 @item p @var{n}
39815 @cindex @samp{p} packet
39816 Read the value of register @var{n}; @var{n} is in hex.
39817 @xref{read registers packet}, for a description of how the returned
39818 register value is encoded.
39819
39820 Reply:
39821 @table @samp
39822 @item @var{XX@dots{}}
39823 the register's value
39824 @item E @var{NN}
39825 for an error
39826 @item @w{}
39827 Indicating an unrecognized @var{query}.
39828 @end table
39829
39830 @item P @var{n@dots{}}=@var{r@dots{}}
39831 @anchor{write register packet}
39832 @cindex @samp{P} packet
39833 Write register @var{n@dots{}} with value @var{r@dots{}}. The register
39834 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
39835 digits for each byte in the register (target byte order).
39836
39837 Reply:
39838 @table @samp
39839 @item OK
39840 for success
39841 @item E @var{NN}
39842 for an error
39843 @end table
39844
39845 @item q @var{name} @var{params}@dots{}
39846 @itemx Q @var{name} @var{params}@dots{}
39847 @cindex @samp{q} packet
39848 @cindex @samp{Q} packet
39849 General query (@samp{q}) and set (@samp{Q}). These packets are
39850 described fully in @ref{General Query Packets}.
39851
39852 @item r
39853 @cindex @samp{r} packet
39854 Reset the entire system.
39855
39856 Don't use this packet; use the @samp{R} packet instead.
39857
39858 @item R @var{XX}
39859 @cindex @samp{R} packet
39860 Restart the program being debugged. The @var{XX}, while needed, is ignored.
39861 This packet is only available in extended mode (@pxref{extended mode}).
39862
39863 The @samp{R} packet has no reply.
39864
39865 @item s @r{[}@var{addr}@r{]}
39866 @cindex @samp{s} packet
39867 Single step, resuming at @var{addr}. If
39868 @var{addr} is omitted, resume at same address.
39869
39870 This packet is deprecated for multi-threading support. @xref{vCont
39871 packet}.
39872
39873 Reply:
39874 @xref{Stop Reply Packets}, for the reply specifications.
39875
39876 @item S @var{sig}@r{[};@var{addr}@r{]}
39877 @anchor{step with signal packet}
39878 @cindex @samp{S} packet
39879 Step with signal. This is analogous to the @samp{C} packet, but
39880 requests a single-step, rather than a normal resumption of execution.
39881
39882 This packet is deprecated for multi-threading support. @xref{vCont
39883 packet}.
39884
39885 Reply:
39886 @xref{Stop Reply Packets}, for the reply specifications.
39887
39888 @item t @var{addr}:@var{PP},@var{MM}
39889 @cindex @samp{t} packet
39890 Search backwards starting at address @var{addr} for a match with pattern
39891 @var{PP} and mask @var{MM}, both of which are are 4 byte long.
39892 There must be at least 3 digits in @var{addr}.
39893
39894 @item T @var{thread-id}
39895 @cindex @samp{T} packet
39896 Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
39897
39898 Reply:
39899 @table @samp
39900 @item OK
39901 thread is still alive
39902 @item E @var{NN}
39903 thread is dead
39904 @end table
39905
39906 @item v
39907 Packets starting with @samp{v} are identified by a multi-letter name,
39908 up to the first @samp{;} or @samp{?} (or the end of the packet).
39909
39910 @item vAttach;@var{pid}
39911 @cindex @samp{vAttach} packet
39912 Attach to a new process with the specified process ID @var{pid}.
39913 The process ID is a
39914 hexadecimal integer identifying the process. In all-stop mode, all
39915 threads in the attached process are stopped; in non-stop mode, it may be
39916 attached without being stopped if that is supported by the target.
39917
39918 @c In non-stop mode, on a successful vAttach, the stub should set the
39919 @c current thread to a thread of the newly-attached process. After
39920 @c attaching, GDB queries for the attached process's thread ID with qC.
39921 @c Also note that, from a user perspective, whether or not the
39922 @c target is stopped on attach in non-stop mode depends on whether you
39923 @c use the foreground or background version of the attach command, not
39924 @c on what vAttach does; GDB does the right thing with respect to either
39925 @c stopping or restarting threads.
39926
39927 This packet is only available in extended mode (@pxref{extended mode}).
39928
39929 Reply:
39930 @table @samp
39931 @item E @var{nn}
39932 for an error
39933 @item @r{Any stop packet}
39934 for success in all-stop mode (@pxref{Stop Reply Packets})
39935 @item OK
39936 for success in non-stop mode (@pxref{Remote Non-Stop})
39937 @end table
39938
39939 @item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
39940 @cindex @samp{vCont} packet
39941 @anchor{vCont packet}
39942 Resume the inferior, specifying different actions for each thread.
39943
39944 For each inferior thread, the leftmost action with a matching
39945 @var{thread-id} is applied. Threads that don't match any action
39946 remain in their current state. Thread IDs are specified using the
39947 syntax described in @ref{thread-id syntax}. If multiprocess
39948 extensions (@pxref{multiprocess extensions}) are supported, actions
39949 can be specified to match all threads in a process by using the
39950 @samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
39951 @var{thread-id} matches all threads. Specifying no actions is an
39952 error.
39953
39954 Currently supported actions are:
39955
39956 @table @samp
39957 @item c
39958 Continue.
39959 @item C @var{sig}
39960 Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
39961 @item s
39962 Step.
39963 @item S @var{sig}
39964 Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
39965 @item t
39966 Stop.
39967 @item r @var{start},@var{end}
39968 Step once, and then keep stepping as long as the thread stops at
39969 addresses between @var{start} (inclusive) and @var{end} (exclusive).
39970 The remote stub reports a stop reply when either the thread goes out
39971 of the range or is stopped due to an unrelated reason, such as hitting
39972 a breakpoint. @xref{range stepping}.
39973
39974 If the range is empty (@var{start} == @var{end}), then the action
39975 becomes equivalent to the @samp{s} action. In other words,
39976 single-step once, and report the stop (even if the stepped instruction
39977 jumps to @var{start}).
39978
39979 (A stop reply may be sent at any point even if the PC is still within
39980 the stepping range; for example, it is valid to implement this packet
39981 in a degenerate way as a single instruction step operation.)
39982
39983 @end table
39984
39985 The optional argument @var{addr} normally associated with the
39986 @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
39987 not supported in @samp{vCont}.
39988
39989 The @samp{t} action is only relevant in non-stop mode
39990 (@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
39991 A stop reply should be generated for any affected thread not already stopped.
39992 When a thread is stopped by means of a @samp{t} action,
39993 the corresponding stop reply should indicate that the thread has stopped with
39994 signal @samp{0}, regardless of whether the target uses some other signal
39995 as an implementation detail.
39996
39997 The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
39998 @samp{r} actions for threads that are already running. Conversely,
39999 the server must ignore @samp{t} actions for threads that are already
40000 stopped.
40001
40002 @emph{Note:} In non-stop mode, a thread is considered running until
40003 @value{GDBN} acknowledges an asynchronous stop notification for it with
40004 the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
40005
40006 The stub must support @samp{vCont} if it reports support for
40007 multiprocess extensions (@pxref{multiprocess extensions}).
40008
40009 Reply:
40010 @xref{Stop Reply Packets}, for the reply specifications.
40011
40012 @item vCont?
40013 @cindex @samp{vCont?} packet
40014 Request a list of actions supported by the @samp{vCont} packet.
40015
40016 Reply:
40017 @table @samp
40018 @item vCont@r{[};@var{action}@dots{}@r{]}
40019 The @samp{vCont} packet is supported. Each @var{action} is a supported
40020 command in the @samp{vCont} packet.
40021 @item @w{}
40022 The @samp{vCont} packet is not supported.
40023 @end table
40024
40025 @anchor{vCtrlC packet}
40026 @item vCtrlC
40027 @cindex @samp{vCtrlC} packet
40028 Interrupt remote target as if a control-C was pressed on the remote
40029 terminal. This is the equivalent to reacting to the @code{^C}
40030 (@samp{\003}, the control-C character) character in all-stop mode
40031 while the target is running, except this works in non-stop mode.
40032 @xref{interrupting remote targets}, for more info on the all-stop
40033 variant.
40034
40035 Reply:
40036 @table @samp
40037 @item E @var{nn}
40038 for an error
40039 @item OK
40040 for success
40041 @end table
40042
40043 @item vFile:@var{operation}:@var{parameter}@dots{}
40044 @cindex @samp{vFile} packet
40045 Perform a file operation on the target system. For details,
40046 see @ref{Host I/O Packets}.
40047
40048 @item vFlashErase:@var{addr},@var{length}
40049 @cindex @samp{vFlashErase} packet
40050 Direct the stub to erase @var{length} bytes of flash starting at
40051 @var{addr}. The region may enclose any number of flash blocks, but
40052 its start and end must fall on block boundaries, as indicated by the
40053 flash block size appearing in the memory map (@pxref{Memory Map
40054 Format}). @value{GDBN} groups flash memory programming operations
40055 together, and sends a @samp{vFlashDone} request after each group; the
40056 stub is allowed to delay erase operation until the @samp{vFlashDone}
40057 packet is received.
40058
40059 Reply:
40060 @table @samp
40061 @item OK
40062 for success
40063 @item E @var{NN}
40064 for an error
40065 @end table
40066
40067 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
40068 @cindex @samp{vFlashWrite} packet
40069 Direct the stub to write data to flash address @var{addr}. The data
40070 is passed in binary form using the same encoding as for the @samp{X}
40071 packet (@pxref{Binary Data}). The memory ranges specified by
40072 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
40073 not overlap, and must appear in order of increasing addresses
40074 (although @samp{vFlashErase} packets for higher addresses may already
40075 have been received; the ordering is guaranteed only between
40076 @samp{vFlashWrite} packets). If a packet writes to an address that was
40077 neither erased by a preceding @samp{vFlashErase} packet nor by some other
40078 target-specific method, the results are unpredictable.
40079
40080
40081 Reply:
40082 @table @samp
40083 @item OK
40084 for success
40085 @item E.memtype
40086 for vFlashWrite addressing non-flash memory
40087 @item E @var{NN}
40088 for an error
40089 @end table
40090
40091 @item vFlashDone
40092 @cindex @samp{vFlashDone} packet
40093 Indicate to the stub that flash programming operation is finished.
40094 The stub is permitted to delay or batch the effects of a group of
40095 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
40096 @samp{vFlashDone} packet is received. The contents of the affected
40097 regions of flash memory are unpredictable until the @samp{vFlashDone}
40098 request is completed.
40099
40100 @item vKill;@var{pid}
40101 @cindex @samp{vKill} packet
40102 @anchor{vKill packet}
40103 Kill the process with the specified process ID @var{pid}, which is a
40104 hexadecimal integer identifying the process. This packet is used in
40105 preference to @samp{k} when multiprocess protocol extensions are
40106 supported; see @ref{multiprocess extensions}.
40107
40108 Reply:
40109 @table @samp
40110 @item E @var{nn}
40111 for an error
40112 @item OK
40113 for success
40114 @end table
40115
40116 @item vMustReplyEmpty
40117 @cindex @samp{vMustReplyEmpty} packet
40118 The correct reply to an unknown @samp{v} packet is to return the empty
40119 string, however, some older versions of @command{gdbserver} would
40120 incorrectly return @samp{OK} for unknown @samp{v} packets.
40121
40122 The @samp{vMustReplyEmpty} is used as a feature test to check how
40123 @command{gdbserver} handles unknown packets, it is important that this
40124 packet be handled in the same way as other unknown @samp{v} packets.
40125 If this packet is handled differently to other unknown @samp{v}
40126 packets then it is possible that @value{GDBN} may run into problems in
40127 other areas, specifically around use of @samp{vFile:setfs:}.
40128
40129 @item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
40130 @cindex @samp{vRun} packet
40131 Run the program @var{filename}, passing it each @var{argument} on its
40132 command line. The file and arguments are hex-encoded strings. If
40133 @var{filename} is an empty string, the stub may use a default program
40134 (e.g.@: the last program run). The program is created in the stopped
40135 state.
40136
40137 @c FIXME: What about non-stop mode?
40138
40139 This packet is only available in extended mode (@pxref{extended mode}).
40140
40141 Reply:
40142 @table @samp
40143 @item E @var{nn}
40144 for an error
40145 @item @r{Any stop packet}
40146 for success (@pxref{Stop Reply Packets})
40147 @end table
40148
40149 @item vStopped
40150 @cindex @samp{vStopped} packet
40151 @xref{Notification Packets}.
40152
40153 @item X @var{addr},@var{length}:@var{XX@dots{}}
40154 @anchor{X packet}
40155 @cindex @samp{X} packet
40156 Write data to memory, where the data is transmitted in binary.
40157 Memory is specified by its address @var{addr} and number of addressable memory
40158 units @var{length} (@pxref{addressable memory unit});
40159 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
40160
40161 Reply:
40162 @table @samp
40163 @item OK
40164 for success
40165 @item E @var{NN}
40166 for an error
40167 @end table
40168
40169 @item z @var{type},@var{addr},@var{kind}
40170 @itemx Z @var{type},@var{addr},@var{kind}
40171 @anchor{insert breakpoint or watchpoint packet}
40172 @cindex @samp{z} packet
40173 @cindex @samp{Z} packets
40174 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
40175 watchpoint starting at address @var{address} of kind @var{kind}.
40176
40177 Each breakpoint and watchpoint packet @var{type} is documented
40178 separately.
40179
40180 @emph{Implementation notes: A remote target shall return an empty string
40181 for an unrecognized breakpoint or watchpoint packet @var{type}. A
40182 remote target shall support either both or neither of a given
40183 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
40184 avoid potential problems with duplicate packets, the operations should
40185 be implemented in an idempotent way.}
40186
40187 @item z0,@var{addr},@var{kind}
40188 @itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
40189 @cindex @samp{z0} packet
40190 @cindex @samp{Z0} packet
40191 Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
40192 @var{addr} of type @var{kind}.
40193
40194 A software breakpoint is implemented by replacing the instruction at
40195 @var{addr} with a software breakpoint or trap instruction. The
40196 @var{kind} is target-specific and typically indicates the size of the
40197 breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
40198 @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
40199 architectures have additional meanings for @var{kind}
40200 (@pxref{Architecture-Specific Protocol Details}); if no
40201 architecture-specific value is being used, it should be @samp{0}.
40202 @var{kind} is hex-encoded. @var{cond_list} is an optional list of
40203 conditional expressions in bytecode form that should be evaluated on
40204 the target's side. These are the conditions that should be taken into
40205 consideration when deciding if the breakpoint trigger should be
40206 reported back to @value{GDBN}.
40207
40208 See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
40209 for how to best report a software breakpoint event to @value{GDBN}.
40210
40211 The @var{cond_list} parameter is comprised of a series of expressions,
40212 concatenated without separators. Each expression has the following form:
40213
40214 @table @samp
40215
40216 @item X @var{len},@var{expr}
40217 @var{len} is the length of the bytecode expression and @var{expr} is the
40218 actual conditional expression in bytecode form.
40219
40220 @end table
40221
40222 The optional @var{cmd_list} parameter introduces commands that may be
40223 run on the target, rather than being reported back to @value{GDBN}.
40224 The parameter starts with a numeric flag @var{persist}; if the flag is
40225 nonzero, then the breakpoint may remain active and the commands
40226 continue to be run even when @value{GDBN} disconnects from the target.
40227 Following this flag is a series of expressions concatenated with no
40228 separators. Each expression has the following form:
40229
40230 @table @samp
40231
40232 @item X @var{len},@var{expr}
40233 @var{len} is the length of the bytecode expression and @var{expr} is the
40234 actual commands expression in bytecode form.
40235
40236 @end table
40237
40238 @emph{Implementation note: It is possible for a target to copy or move
40239 code that contains software breakpoints (e.g., when implementing
40240 overlays). The behavior of this packet, in the presence of such a
40241 target, is not defined.}
40242
40243 Reply:
40244 @table @samp
40245 @item OK
40246 success
40247 @item @w{}
40248 not supported
40249 @item E @var{NN}
40250 for an error
40251 @end table
40252
40253 @item z1,@var{addr},@var{kind}
40254 @itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
40255 @cindex @samp{z1} packet
40256 @cindex @samp{Z1} packet
40257 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
40258 address @var{addr}.
40259
40260 A hardware breakpoint is implemented using a mechanism that is not
40261 dependent on being able to modify the target's memory. The
40262 @var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
40263 same meaning as in @samp{Z0} packets.
40264
40265 @emph{Implementation note: A hardware breakpoint is not affected by code
40266 movement.}
40267
40268 Reply:
40269 @table @samp
40270 @item OK
40271 success
40272 @item @w{}
40273 not supported
40274 @item E @var{NN}
40275 for an error
40276 @end table
40277
40278 @item z2,@var{addr},@var{kind}
40279 @itemx Z2,@var{addr},@var{kind}
40280 @cindex @samp{z2} packet
40281 @cindex @samp{Z2} packet
40282 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
40283 The number of bytes to watch is specified by @var{kind}.
40284
40285 Reply:
40286 @table @samp
40287 @item OK
40288 success
40289 @item @w{}
40290 not supported
40291 @item E @var{NN}
40292 for an error
40293 @end table
40294
40295 @item z3,@var{addr},@var{kind}
40296 @itemx Z3,@var{addr},@var{kind}
40297 @cindex @samp{z3} packet
40298 @cindex @samp{Z3} packet
40299 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
40300 The number of bytes to watch is specified by @var{kind}.
40301
40302 Reply:
40303 @table @samp
40304 @item OK
40305 success
40306 @item @w{}
40307 not supported
40308 @item E @var{NN}
40309 for an error
40310 @end table
40311
40312 @item z4,@var{addr},@var{kind}
40313 @itemx Z4,@var{addr},@var{kind}
40314 @cindex @samp{z4} packet
40315 @cindex @samp{Z4} packet
40316 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
40317 The number of bytes to watch is specified by @var{kind}.
40318
40319 Reply:
40320 @table @samp
40321 @item OK
40322 success
40323 @item @w{}
40324 not supported
40325 @item E @var{NN}
40326 for an error
40327 @end table
40328
40329 @end table
40330
40331 @node Stop Reply Packets
40332 @section Stop Reply Packets
40333 @cindex stop reply packets
40334
40335 The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
40336 @samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
40337 receive any of the below as a reply. Except for @samp{?}
40338 and @samp{vStopped}, that reply is only returned
40339 when the target halts. In the below the exact meaning of @dfn{signal
40340 number} is defined by the header @file{include/gdb/signals.h} in the
40341 @value{GDBN} source code.
40342
40343 In non-stop mode, the server will simply reply @samp{OK} to commands
40344 such as @samp{vCont}; any stop will be the subject of a future
40345 notification. @xref{Remote Non-Stop}.
40346
40347 As in the description of request packets, we include spaces in the
40348 reply templates for clarity; these are not part of the reply packet's
40349 syntax. No @value{GDBN} stop reply packet uses spaces to separate its
40350 components.
40351
40352 @table @samp
40353
40354 @item S @var{AA}
40355 The program received signal number @var{AA} (a two-digit hexadecimal
40356 number). This is equivalent to a @samp{T} response with no
40357 @var{n}:@var{r} pairs.
40358
40359 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
40360 @cindex @samp{T} packet reply
40361 The program received signal number @var{AA} (a two-digit hexadecimal
40362 number). This is equivalent to an @samp{S} response, except that the
40363 @samp{@var{n}:@var{r}} pairs can carry values of important registers
40364 and other information directly in the stop reply packet, reducing
40365 round-trip latency. Single-step and breakpoint traps are reported
40366 this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
40367
40368 @itemize @bullet
40369 @item
40370 If @var{n} is a hexadecimal number, it is a register number, and the
40371 corresponding @var{r} gives that register's value. The data @var{r} is a
40372 series of bytes in target byte order, with each byte given by a
40373 two-digit hex number.
40374
40375 @item
40376 If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
40377 the stopped thread, as specified in @ref{thread-id syntax}.
40378
40379 @item
40380 If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
40381 the core on which the stop event was detected.
40382
40383 @item
40384 If @var{n} is a recognized @dfn{stop reason}, it describes a more
40385 specific event that stopped the target. The currently defined stop
40386 reasons are listed below. The @var{aa} should be @samp{05}, the trap
40387 signal. At most one stop reason should be present.
40388
40389 @item
40390 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
40391 and go on to the next; this allows us to extend the protocol in the
40392 future.
40393 @end itemize
40394
40395 The currently defined stop reasons are:
40396
40397 @table @samp
40398 @item watch
40399 @itemx rwatch
40400 @itemx awatch
40401 The packet indicates a watchpoint hit, and @var{r} is the data address, in
40402 hex.
40403
40404 @item syscall_entry
40405 @itemx syscall_return
40406 The packet indicates a syscall entry or return, and @var{r} is the
40407 syscall number, in hex.
40408
40409 @cindex shared library events, remote reply
40410 @item library
40411 The packet indicates that the loaded libraries have changed.
40412 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
40413 list of loaded libraries. The @var{r} part is ignored.
40414
40415 @cindex replay log events, remote reply
40416 @item replaylog
40417 The packet indicates that the target cannot continue replaying
40418 logged execution events, because it has reached the end (or the
40419 beginning when executing backward) of the log. The value of @var{r}
40420 will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
40421 for more information.
40422
40423 @item swbreak
40424 @anchor{swbreak stop reason}
40425 The packet indicates a software breakpoint instruction was executed,
40426 irrespective of whether it was @value{GDBN} that planted the
40427 breakpoint or the breakpoint is hardcoded in the program. The @var{r}
40428 part must be left empty.
40429
40430 On some architectures, such as x86, at the architecture level, when a
40431 breakpoint instruction executes the program counter points at the
40432 breakpoint address plus an offset. On such targets, the stub is
40433 responsible for adjusting the PC to point back at the breakpoint
40434 address.
40435
40436 This packet should not be sent by default; older @value{GDBN} versions
40437 did not support it. @value{GDBN} requests it, by supplying an
40438 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40439 remote stub must also supply the appropriate @samp{qSupported} feature
40440 indicating support.
40441
40442 This packet is required for correct non-stop mode operation.
40443
40444 @item hwbreak
40445 The packet indicates the target stopped for a hardware breakpoint.
40446 The @var{r} part must be left empty.
40447
40448 The same remarks about @samp{qSupported} and non-stop mode above
40449 apply.
40450
40451 @cindex fork events, remote reply
40452 @item fork
40453 The packet indicates that @code{fork} was called, and @var{r}
40454 is the thread ID of the new child process. Refer to
40455 @ref{thread-id syntax} for the format of the @var{thread-id}
40456 field. This packet is only applicable to targets that support
40457 fork events.
40458
40459 This packet should not be sent by default; older @value{GDBN} versions
40460 did not support it. @value{GDBN} requests it, by supplying an
40461 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40462 remote stub must also supply the appropriate @samp{qSupported} feature
40463 indicating support.
40464
40465 @cindex vfork events, remote reply
40466 @item vfork
40467 The packet indicates that @code{vfork} was called, and @var{r}
40468 is the thread ID of the new child process. Refer to
40469 @ref{thread-id syntax} for the format of the @var{thread-id}
40470 field. This packet is only applicable to targets that support
40471 vfork events.
40472
40473 This packet should not be sent by default; older @value{GDBN} versions
40474 did not support it. @value{GDBN} requests it, by supplying an
40475 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40476 remote stub must also supply the appropriate @samp{qSupported} feature
40477 indicating support.
40478
40479 @cindex vforkdone events, remote reply
40480 @item vforkdone
40481 The packet indicates that a child process created by a vfork
40482 has either called @code{exec} or terminated, so that the
40483 address spaces of the parent and child process are no longer
40484 shared. The @var{r} part is ignored. This packet is only
40485 applicable to targets that support vforkdone events.
40486
40487 This packet should not be sent by default; older @value{GDBN} versions
40488 did not support it. @value{GDBN} requests it, by supplying an
40489 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40490 remote stub must also supply the appropriate @samp{qSupported} feature
40491 indicating support.
40492
40493 @cindex exec events, remote reply
40494 @item exec
40495 The packet indicates that @code{execve} was called, and @var{r}
40496 is the absolute pathname of the file that was executed, in hex.
40497 This packet is only applicable to targets that support exec events.
40498
40499 This packet should not be sent by default; older @value{GDBN} versions
40500 did not support it. @value{GDBN} requests it, by supplying an
40501 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40502 remote stub must also supply the appropriate @samp{qSupported} feature
40503 indicating support.
40504
40505 @cindex thread create event, remote reply
40506 @anchor{thread create event}
40507 @item create
40508 The packet indicates that the thread was just created. The new thread
40509 is stopped until @value{GDBN} sets it running with a resumption packet
40510 (@pxref{vCont packet}). This packet should not be sent by default;
40511 @value{GDBN} requests it with the @ref{QThreadEvents} packet. See
40512 also the @samp{w} (@pxref{thread exit event}) remote reply below. The
40513 @var{r} part is ignored.
40514
40515 @end table
40516
40517 @item W @var{AA}
40518 @itemx W @var{AA} ; process:@var{pid}
40519 The process exited, and @var{AA} is the exit status. This is only
40520 applicable to certain targets.
40521
40522 The second form of the response, including the process ID of the
40523 exited process, can be used only when @value{GDBN} has reported
40524 support for multiprocess protocol extensions; see @ref{multiprocess
40525 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40526 hex strings.
40527
40528 @item X @var{AA}
40529 @itemx X @var{AA} ; process:@var{pid}
40530 The process terminated with signal @var{AA}.
40531
40532 The second form of the response, including the process ID of the
40533 terminated process, can be used only when @value{GDBN} has reported
40534 support for multiprocess protocol extensions; see @ref{multiprocess
40535 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40536 hex strings.
40537
40538 @anchor{thread exit event}
40539 @cindex thread exit event, remote reply
40540 @item w @var{AA} ; @var{tid}
40541
40542 The thread exited, and @var{AA} is the exit status. This response
40543 should not be sent by default; @value{GDBN} requests it with the
40544 @ref{QThreadEvents} packet. See also @ref{thread create event} above.
40545 @var{AA} is formatted as a big-endian hex string.
40546
40547 @item N
40548 There are no resumed threads left in the target. In other words, even
40549 though the process is alive, the last resumed thread has exited. For
40550 example, say the target process has two threads: thread 1 and thread
40551 2. The client leaves thread 1 stopped, and resumes thread 2, which
40552 subsequently exits. At this point, even though the process is still
40553 alive, and thus no @samp{W} stop reply is sent, no thread is actually
40554 executing either. The @samp{N} stop reply thus informs the client
40555 that it can stop waiting for stop replies. This packet should not be
40556 sent by default; older @value{GDBN} versions did not support it.
40557 @value{GDBN} requests it, by supplying an appropriate
40558 @samp{qSupported} feature (@pxref{qSupported}). The remote stub must
40559 also supply the appropriate @samp{qSupported} feature indicating
40560 support.
40561
40562 @item O @var{XX}@dots{}
40563 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
40564 written as the program's console output. This can happen at any time
40565 while the program is running and the debugger should continue to wait
40566 for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
40567
40568 @item F @var{call-id},@var{parameter}@dots{}
40569 @var{call-id} is the identifier which says which host system call should
40570 be called. This is just the name of the function. Translation into the
40571 correct system call is only applicable as it's defined in @value{GDBN}.
40572 @xref{File-I/O Remote Protocol Extension}, for a list of implemented
40573 system calls.
40574
40575 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
40576 this very system call.
40577
40578 The target replies with this packet when it expects @value{GDBN} to
40579 call a host system call on behalf of the target. @value{GDBN} replies
40580 with an appropriate @samp{F} packet and keeps up waiting for the next
40581 reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
40582 or @samp{s} action is expected to be continued. @xref{File-I/O Remote
40583 Protocol Extension}, for more details.
40584
40585 @end table
40586
40587 @node General Query Packets
40588 @section General Query Packets
40589 @cindex remote query requests
40590
40591 Packets starting with @samp{q} are @dfn{general query packets};
40592 packets starting with @samp{Q} are @dfn{general set packets}. General
40593 query and set packets are a semi-unified form for retrieving and
40594 sending information to and from the stub.
40595
40596 The initial letter of a query or set packet is followed by a name
40597 indicating what sort of thing the packet applies to. For example,
40598 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
40599 definitions with the stub. These packet names follow some
40600 conventions:
40601
40602 @itemize @bullet
40603 @item
40604 The name must not contain commas, colons or semicolons.
40605 @item
40606 Most @value{GDBN} query and set packets have a leading upper case
40607 letter.
40608 @item
40609 The names of custom vendor packets should use a company prefix, in
40610 lower case, followed by a period. For example, packets designed at
40611 the Acme Corporation might begin with @samp{qacme.foo} (for querying
40612 foos) or @samp{Qacme.bar} (for setting bars).
40613 @end itemize
40614
40615 The name of a query or set packet should be separated from any
40616 parameters by a @samp{:}; the parameters themselves should be
40617 separated by @samp{,} or @samp{;}. Stubs must be careful to match the
40618 full packet name, and check for a separator or the end of the packet,
40619 in case two packet names share a common prefix. New packets should not begin
40620 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
40621 packets predate these conventions, and have arguments without any terminator
40622 for the packet name; we suspect they are in widespread use in places that
40623 are difficult to upgrade. The @samp{qC} packet has no arguments, but some
40624 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
40625 packet.}.
40626
40627 Like the descriptions of the other packets, each description here
40628 has a template showing the packet's overall syntax, followed by an
40629 explanation of the packet's meaning. We include spaces in some of the
40630 templates for clarity; these are not part of the packet's syntax. No
40631 @value{GDBN} packet uses spaces to separate its components.
40632
40633 Here are the currently defined query and set packets:
40634
40635 @table @samp
40636
40637 @item QAgent:1
40638 @itemx QAgent:0
40639 Turn on or off the agent as a helper to perform some debugging operations
40640 delegated from @value{GDBN} (@pxref{Control Agent}).
40641
40642 @item QAllow:@var{op}:@var{val}@dots{}
40643 @cindex @samp{QAllow} packet
40644 Specify which operations @value{GDBN} expects to request of the
40645 target, as a semicolon-separated list of operation name and value
40646 pairs. Possible values for @var{op} include @samp{WriteReg},
40647 @samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
40648 @samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
40649 indicating that @value{GDBN} will not request the operation, or 1,
40650 indicating that it may. (The target can then use this to set up its
40651 own internals optimally, for instance if the debugger never expects to
40652 insert breakpoints, it may not need to install its own trap handler.)
40653
40654 @item qC
40655 @cindex current thread, remote request
40656 @cindex @samp{qC} packet
40657 Return the current thread ID.
40658
40659 Reply:
40660 @table @samp
40661 @item QC @var{thread-id}
40662 Where @var{thread-id} is a thread ID as documented in
40663 @ref{thread-id syntax}.
40664 @item @r{(anything else)}
40665 Any other reply implies the old thread ID.
40666 @end table
40667
40668 @item qCRC:@var{addr},@var{length}
40669 @cindex CRC of memory block, remote request
40670 @cindex @samp{qCRC} packet
40671 @anchor{qCRC packet}
40672 Compute the CRC checksum of a block of memory using CRC-32 defined in
40673 IEEE 802.3. The CRC is computed byte at a time, taking the most
40674 significant bit of each byte first. The initial pattern code
40675 @code{0xffffffff} is used to ensure leading zeros affect the CRC.
40676
40677 @emph{Note:} This is the same CRC used in validating separate debug
40678 files (@pxref{Separate Debug Files, , Debugging Information in Separate
40679 Files}). However the algorithm is slightly different. When validating
40680 separate debug files, the CRC is computed taking the @emph{least}
40681 significant bit of each byte first, and the final result is inverted to
40682 detect trailing zeros.
40683
40684 Reply:
40685 @table @samp
40686 @item E @var{NN}
40687 An error (such as memory fault)
40688 @item C @var{crc32}
40689 The specified memory region's checksum is @var{crc32}.
40690 @end table
40691
40692 @item QDisableRandomization:@var{value}
40693 @cindex disable address space randomization, remote request
40694 @cindex @samp{QDisableRandomization} packet
40695 Some target operating systems will randomize the virtual address space
40696 of the inferior process as a security feature, but provide a feature
40697 to disable such randomization, e.g.@: to allow for a more deterministic
40698 debugging experience. On such systems, this packet with a @var{value}
40699 of 1 directs the target to disable address space randomization for
40700 processes subsequently started via @samp{vRun} packets, while a packet
40701 with a @var{value} of 0 tells the target to enable address space
40702 randomization.
40703
40704 This packet is only available in extended mode (@pxref{extended mode}).
40705
40706 Reply:
40707 @table @samp
40708 @item OK
40709 The request succeeded.
40710
40711 @item E @var{nn}
40712 An error occurred. The error number @var{nn} is given as hex digits.
40713
40714 @item @w{}
40715 An empty reply indicates that @samp{QDisableRandomization} is not supported
40716 by the stub.
40717 @end table
40718
40719 This packet is not probed by default; the remote stub must request it,
40720 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40721 This should only be done on targets that actually support disabling
40722 address space randomization.
40723
40724 @item QStartupWithShell:@var{value}
40725 @cindex startup with shell, remote request
40726 @cindex @samp{QStartupWithShell} packet
40727 On UNIX-like targets, it is possible to start the inferior using a
40728 shell program. This is the default behavior on both @value{GDBN} and
40729 @command{gdbserver} (@pxref{set startup-with-shell}). This packet is
40730 used to inform @command{gdbserver} whether it should start the
40731 inferior using a shell or not.
40732
40733 If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
40734 to start the inferior. If @var{value} is @samp{1},
40735 @command{gdbserver} will use a shell to start the inferior. All other
40736 values are considered an error.
40737
40738 This packet is only available in extended mode (@pxref{extended
40739 mode}).
40740
40741 Reply:
40742 @table @samp
40743 @item OK
40744 The request succeeded.
40745
40746 @item E @var{nn}
40747 An error occurred. The error number @var{nn} is given as hex digits.
40748 @end table
40749
40750 This packet is not probed by default; the remote stub must request it,
40751 by supplying an appropriate @samp{qSupported} response
40752 (@pxref{qSupported}). This should only be done on targets that
40753 actually support starting the inferior using a shell.
40754
40755 Use of this packet is controlled by the @code{set startup-with-shell}
40756 command; @pxref{set startup-with-shell}.
40757
40758 @item QEnvironmentHexEncoded:@var{hex-value}
40759 @anchor{QEnvironmentHexEncoded}
40760 @cindex set environment variable, remote request
40761 @cindex @samp{QEnvironmentHexEncoded} packet
40762 On UNIX-like targets, it is possible to set environment variables that
40763 will be passed to the inferior during the startup process. This
40764 packet is used to inform @command{gdbserver} of an environment
40765 variable that has been defined by the user on @value{GDBN} (@pxref{set
40766 environment}).
40767
40768 The packet is composed by @var{hex-value}, an hex encoded
40769 representation of the @var{name=value} format representing an
40770 environment variable. The name of the environment variable is
40771 represented by @var{name}, and the value to be assigned to the
40772 environment variable is represented by @var{value}. If the variable
40773 has no value (i.e., the value is @code{null}), then @var{value} will
40774 not be present.
40775
40776 This packet is only available in extended mode (@pxref{extended
40777 mode}).
40778
40779 Reply:
40780 @table @samp
40781 @item OK
40782 The request succeeded.
40783 @end table
40784
40785 This packet is not probed by default; the remote stub must request it,
40786 by supplying an appropriate @samp{qSupported} response
40787 (@pxref{qSupported}). This should only be done on targets that
40788 actually support passing environment variables to the starting
40789 inferior.
40790
40791 This packet is related to the @code{set environment} command;
40792 @pxref{set environment}.
40793
40794 @item QEnvironmentUnset:@var{hex-value}
40795 @anchor{QEnvironmentUnset}
40796 @cindex unset environment variable, remote request
40797 @cindex @samp{QEnvironmentUnset} packet
40798 On UNIX-like targets, it is possible to unset environment variables
40799 before starting the inferior in the remote target. This packet is
40800 used to inform @command{gdbserver} of an environment variable that has
40801 been unset by the user on @value{GDBN} (@pxref{unset environment}).
40802
40803 The packet is composed by @var{hex-value}, an hex encoded
40804 representation of the name of the environment variable to be unset.
40805
40806 This packet is only available in extended mode (@pxref{extended
40807 mode}).
40808
40809 Reply:
40810 @table @samp
40811 @item OK
40812 The request succeeded.
40813 @end table
40814
40815 This packet is not probed by default; the remote stub must request it,
40816 by supplying an appropriate @samp{qSupported} response
40817 (@pxref{qSupported}). This should only be done on targets that
40818 actually support passing environment variables to the starting
40819 inferior.
40820
40821 This packet is related to the @code{unset environment} command;
40822 @pxref{unset environment}.
40823
40824 @item QEnvironmentReset
40825 @anchor{QEnvironmentReset}
40826 @cindex reset environment, remote request
40827 @cindex @samp{QEnvironmentReset} packet
40828 On UNIX-like targets, this packet is used to reset the state of
40829 environment variables in the remote target before starting the
40830 inferior. In this context, reset means unsetting all environment
40831 variables that were previously set by the user (i.e., were not
40832 initially present in the environment). It is sent to
40833 @command{gdbserver} before the @samp{QEnvironmentHexEncoded}
40834 (@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
40835 (@pxref{QEnvironmentUnset}) packets.
40836
40837 This packet is only available in extended mode (@pxref{extended
40838 mode}).
40839
40840 Reply:
40841 @table @samp
40842 @item OK
40843 The request succeeded.
40844 @end table
40845
40846 This packet is not probed by default; the remote stub must request it,
40847 by supplying an appropriate @samp{qSupported} response
40848 (@pxref{qSupported}). This should only be done on targets that
40849 actually support passing environment variables to the starting
40850 inferior.
40851
40852 @item QSetWorkingDir:@r{[}@var{directory}@r{]}
40853 @anchor{QSetWorkingDir packet}
40854 @cindex set working directory, remote request
40855 @cindex @samp{QSetWorkingDir} packet
40856 This packet is used to inform the remote server of the intended
40857 current working directory for programs that are going to be executed.
40858
40859 The packet is composed by @var{directory}, an hex encoded
40860 representation of the directory that the remote inferior will use as
40861 its current working directory. If @var{directory} is an empty string,
40862 the remote server should reset the inferior's current working
40863 directory to its original, empty value.
40864
40865 This packet is only available in extended mode (@pxref{extended
40866 mode}).
40867
40868 Reply:
40869 @table @samp
40870 @item OK
40871 The request succeeded.
40872 @end table
40873
40874 @item qfThreadInfo
40875 @itemx qsThreadInfo
40876 @cindex list active threads, remote request
40877 @cindex @samp{qfThreadInfo} packet
40878 @cindex @samp{qsThreadInfo} packet
40879 Obtain a list of all active thread IDs from the target (OS). Since there
40880 may be too many active threads to fit into one reply packet, this query
40881 works iteratively: it may require more than one query/reply sequence to
40882 obtain the entire list of threads. The first query of the sequence will
40883 be the @samp{qfThreadInfo} query; subsequent queries in the
40884 sequence will be the @samp{qsThreadInfo} query.
40885
40886 NOTE: This packet replaces the @samp{qL} query (see below).
40887
40888 Reply:
40889 @table @samp
40890 @item m @var{thread-id}
40891 A single thread ID
40892 @item m @var{thread-id},@var{thread-id}@dots{}
40893 a comma-separated list of thread IDs
40894 @item l
40895 (lower case letter @samp{L}) denotes end of list.
40896 @end table
40897
40898 In response to each query, the target will reply with a list of one or
40899 more thread IDs, separated by commas.
40900 @value{GDBN} will respond to each reply with a request for more thread
40901 ids (using the @samp{qs} form of the query), until the target responds
40902 with @samp{l} (lower-case ell, for @dfn{last}).
40903 Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
40904 fields.
40905
40906 @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
40907 initial connection with the remote target, and the very first thread ID
40908 mentioned in the reply will be stopped by @value{GDBN} in a subsequent
40909 message. Therefore, the stub should ensure that the first thread ID in
40910 the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
40911
40912 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
40913 @cindex get thread-local storage address, remote request
40914 @cindex @samp{qGetTLSAddr} packet
40915 Fetch the address associated with thread local storage specified
40916 by @var{thread-id}, @var{offset}, and @var{lm}.
40917
40918 @var{thread-id} is the thread ID associated with the
40919 thread for which to fetch the TLS address. @xref{thread-id syntax}.
40920
40921 @var{offset} is the (big endian, hex encoded) offset associated with the
40922 thread local variable. (This offset is obtained from the debug
40923 information associated with the variable.)
40924
40925 @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
40926 load module associated with the thread local storage. For example,
40927 a @sc{gnu}/Linux system will pass the link map address of the shared
40928 object associated with the thread local storage under consideration.
40929 Other operating environments may choose to represent the load module
40930 differently, so the precise meaning of this parameter will vary.
40931
40932 Reply:
40933 @table @samp
40934 @item @var{XX}@dots{}
40935 Hex encoded (big endian) bytes representing the address of the thread
40936 local storage requested.
40937
40938 @item E @var{nn}
40939 An error occurred. The error number @var{nn} is given as hex digits.
40940
40941 @item @w{}
40942 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
40943 @end table
40944
40945 @item qGetTIBAddr:@var{thread-id}
40946 @cindex get thread information block address
40947 @cindex @samp{qGetTIBAddr} packet
40948 Fetch address of the Windows OS specific Thread Information Block.
40949
40950 @var{thread-id} is the thread ID associated with the thread.
40951
40952 Reply:
40953 @table @samp
40954 @item @var{XX}@dots{}
40955 Hex encoded (big endian) bytes representing the linear address of the
40956 thread information block.
40957
40958 @item E @var{nn}
40959 An error occured. This means that either the thread was not found, or the
40960 address could not be retrieved.
40961
40962 @item @w{}
40963 An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
40964 @end table
40965
40966 @item qL @var{startflag} @var{threadcount} @var{nextthread}
40967 Obtain thread information from RTOS. Where: @var{startflag} (one hex
40968 digit) is one to indicate the first query and zero to indicate a
40969 subsequent query; @var{threadcount} (two hex digits) is the maximum
40970 number of threads the response packet can contain; and @var{nextthread}
40971 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
40972 returned in the response as @var{argthread}.
40973
40974 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
40975
40976 Reply:
40977 @table @samp
40978 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
40979 Where: @var{count} (two hex digits) is the number of threads being
40980 returned; @var{done} (one hex digit) is zero to indicate more threads
40981 and one indicates no further threads; @var{argthreadid} (eight hex
40982 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
40983 is a sequence of thread IDs, @var{threadid} (eight hex
40984 digits), from the target. See @code{remote.c:parse_threadlist_response()}.
40985 @end table
40986
40987 @item qOffsets
40988 @cindex section offsets, remote request
40989 @cindex @samp{qOffsets} packet
40990 Get section offsets that the target used when relocating the downloaded
40991 image.
40992
40993 Reply:
40994 @table @samp
40995 @item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
40996 Relocate the @code{Text} section by @var{xxx} from its original address.
40997 Relocate the @code{Data} section by @var{yyy} from its original address.
40998 If the object file format provides segment information (e.g.@: @sc{elf}
40999 @samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
41000 segments by the supplied offsets.
41001
41002 @emph{Note: while a @code{Bss} offset may be included in the response,
41003 @value{GDBN} ignores this and instead applies the @code{Data} offset
41004 to the @code{Bss} section.}
41005
41006 @item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
41007 Relocate the first segment of the object file, which conventionally
41008 contains program code, to a starting address of @var{xxx}. If
41009 @samp{DataSeg} is specified, relocate the second segment, which
41010 conventionally contains modifiable data, to a starting address of
41011 @var{yyy}. @value{GDBN} will report an error if the object file
41012 does not contain segment information, or does not contain at least
41013 as many segments as mentioned in the reply. Extra segments are
41014 kept at fixed offsets relative to the last relocated segment.
41015 @end table
41016
41017 @item qP @var{mode} @var{thread-id}
41018 @cindex thread information, remote request
41019 @cindex @samp{qP} packet
41020 Returns information on @var{thread-id}. Where: @var{mode} is a hex
41021 encoded 32 bit mode; @var{thread-id} is a thread ID
41022 (@pxref{thread-id syntax}).
41023
41024 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
41025 (see below).
41026
41027 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
41028
41029 @item QNonStop:1
41030 @itemx QNonStop:0
41031 @cindex non-stop mode, remote request
41032 @cindex @samp{QNonStop} packet
41033 @anchor{QNonStop}
41034 Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
41035 @xref{Remote Non-Stop}, for more information.
41036
41037 Reply:
41038 @table @samp
41039 @item OK
41040 The request succeeded.
41041
41042 @item E @var{nn}
41043 An error occurred. The error number @var{nn} is given as hex digits.
41044
41045 @item @w{}
41046 An empty reply indicates that @samp{QNonStop} is not supported by
41047 the stub.
41048 @end table
41049
41050 This packet is not probed by default; the remote stub must request it,
41051 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41052 Use of this packet is controlled by the @code{set non-stop} command;
41053 @pxref{Non-Stop Mode}.
41054
41055 @item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
41056 @itemx QCatchSyscalls:0
41057 @cindex catch syscalls from inferior, remote request
41058 @cindex @samp{QCatchSyscalls} packet
41059 @anchor{QCatchSyscalls}
41060 Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
41061 catching syscalls from the inferior process.
41062
41063 For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
41064 in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
41065 is listed, every system call should be reported.
41066
41067 Note that if a syscall not in the list is reported, @value{GDBN} will
41068 still filter the event according to its own list from all corresponding
41069 @code{catch syscall} commands. However, it is more efficient to only
41070 report the requested syscalls.
41071
41072 Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
41073 @samp{QCatchSyscalls:1} list is completely replaced by the new list.
41074
41075 If the inferior process execs, the state of @samp{QCatchSyscalls} is
41076 kept for the new process too. On targets where exec may affect syscall
41077 numbers, for example with exec between 32 and 64-bit processes, the
41078 client should send a new packet with the new syscall list.
41079
41080 Reply:
41081 @table @samp
41082 @item OK
41083 The request succeeded.
41084
41085 @item E @var{nn}
41086 An error occurred. @var{nn} are hex digits.
41087
41088 @item @w{}
41089 An empty reply indicates that @samp{QCatchSyscalls} is not supported by
41090 the stub.
41091 @end table
41092
41093 Use of this packet is controlled by the @code{set remote catch-syscalls}
41094 command (@pxref{Remote Configuration, set remote catch-syscalls}).
41095 This packet is not probed by default; the remote stub must request it,
41096 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41097
41098 @item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41099 @cindex pass signals to inferior, remote request
41100 @cindex @samp{QPassSignals} packet
41101 @anchor{QPassSignals}
41102 Each listed @var{signal} should be passed directly to the inferior process.
41103 Signals are numbered identically to continue packets and stop replies
41104 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41105 strictly greater than the previous item. These signals do not need to stop
41106 the inferior, or be reported to @value{GDBN}. All other signals should be
41107 reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
41108 combine; any earlier @samp{QPassSignals} list is completely replaced by the
41109 new list. This packet improves performance when using @samp{handle
41110 @var{signal} nostop noprint pass}.
41111
41112 Reply:
41113 @table @samp
41114 @item OK
41115 The request succeeded.
41116
41117 @item E @var{nn}
41118 An error occurred. The error number @var{nn} is given as hex digits.
41119
41120 @item @w{}
41121 An empty reply indicates that @samp{QPassSignals} is not supported by
41122 the stub.
41123 @end table
41124
41125 Use of this packet is controlled by the @code{set remote pass-signals}
41126 command (@pxref{Remote Configuration, set remote pass-signals}).
41127 This packet is not probed by default; the remote stub must request it,
41128 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41129
41130 @item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41131 @cindex signals the inferior may see, remote request
41132 @cindex @samp{QProgramSignals} packet
41133 @anchor{QProgramSignals}
41134 Each listed @var{signal} may be delivered to the inferior process.
41135 Others should be silently discarded.
41136
41137 In some cases, the remote stub may need to decide whether to deliver a
41138 signal to the program or not without @value{GDBN} involvement. One
41139 example of that is while detaching --- the program's threads may have
41140 stopped for signals that haven't yet had a chance of being reported to
41141 @value{GDBN}, and so the remote stub can use the signal list specified
41142 by this packet to know whether to deliver or ignore those pending
41143 signals.
41144
41145 This does not influence whether to deliver a signal as requested by a
41146 resumption packet (@pxref{vCont packet}).
41147
41148 Signals are numbered identically to continue packets and stop replies
41149 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41150 strictly greater than the previous item. Multiple
41151 @samp{QProgramSignals} packets do not combine; any earlier
41152 @samp{QProgramSignals} list is completely replaced by the new list.
41153
41154 Reply:
41155 @table @samp
41156 @item OK
41157 The request succeeded.
41158
41159 @item E @var{nn}
41160 An error occurred. The error number @var{nn} is given as hex digits.
41161
41162 @item @w{}
41163 An empty reply indicates that @samp{QProgramSignals} is not supported
41164 by the stub.
41165 @end table
41166
41167 Use of this packet is controlled by the @code{set remote program-signals}
41168 command (@pxref{Remote Configuration, set remote program-signals}).
41169 This packet is not probed by default; the remote stub must request it,
41170 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41171
41172 @anchor{QThreadEvents}
41173 @item QThreadEvents:1
41174 @itemx QThreadEvents:0
41175 @cindex thread create/exit events, remote request
41176 @cindex @samp{QThreadEvents} packet
41177
41178 Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
41179 reporting of thread create and exit events. @xref{thread create
41180 event}, for the reply specifications. For example, this is used in
41181 non-stop mode when @value{GDBN} stops a set of threads and
41182 synchronously waits for the their corresponding stop replies. Without
41183 exit events, if one of the threads exits, @value{GDBN} would hang
41184 forever not knowing that it should no longer expect a stop for that
41185 same thread. @value{GDBN} does not enable this feature unless the
41186 stub reports that it supports it by including @samp{QThreadEvents+} in
41187 its @samp{qSupported} reply.
41188
41189 Reply:
41190 @table @samp
41191 @item OK
41192 The request succeeded.
41193
41194 @item E @var{nn}
41195 An error occurred. The error number @var{nn} is given as hex digits.
41196
41197 @item @w{}
41198 An empty reply indicates that @samp{QThreadEvents} is not supported by
41199 the stub.
41200 @end table
41201
41202 Use of this packet is controlled by the @code{set remote thread-events}
41203 command (@pxref{Remote Configuration, set remote thread-events}).
41204
41205 @item qRcmd,@var{command}
41206 @cindex execute remote command, remote request
41207 @cindex @samp{qRcmd} packet
41208 @var{command} (hex encoded) is passed to the local interpreter for
41209 execution. Invalid commands should be reported using the output
41210 string. Before the final result packet, the target may also respond
41211 with a number of intermediate @samp{O@var{output}} console output
41212 packets. @emph{Implementors should note that providing access to a
41213 stubs's interpreter may have security implications}.
41214
41215 Reply:
41216 @table @samp
41217 @item OK
41218 A command response with no output.
41219 @item @var{OUTPUT}
41220 A command response with the hex encoded output string @var{OUTPUT}.
41221 @item E @var{NN}
41222 Indicate a badly formed request.
41223 @item @w{}
41224 An empty reply indicates that @samp{qRcmd} is not recognized.
41225 @end table
41226
41227 (Note that the @code{qRcmd} packet's name is separated from the
41228 command by a @samp{,}, not a @samp{:}, contrary to the naming
41229 conventions above. Please don't use this packet as a model for new
41230 packets.)
41231
41232 @item qSearch:memory:@var{address};@var{length};@var{search-pattern}
41233 @cindex searching memory, in remote debugging
41234 @ifnotinfo
41235 @cindex @samp{qSearch:memory} packet
41236 @end ifnotinfo
41237 @cindex @samp{qSearch memory} packet
41238 @anchor{qSearch memory}
41239 Search @var{length} bytes at @var{address} for @var{search-pattern}.
41240 Both @var{address} and @var{length} are encoded in hex;
41241 @var{search-pattern} is a sequence of bytes, also hex encoded.
41242
41243 Reply:
41244 @table @samp
41245 @item 0
41246 The pattern was not found.
41247 @item 1,address
41248 The pattern was found at @var{address}.
41249 @item E @var{NN}
41250 A badly formed request or an error was encountered while searching memory.
41251 @item @w{}
41252 An empty reply indicates that @samp{qSearch:memory} is not recognized.
41253 @end table
41254
41255 @item QStartNoAckMode
41256 @cindex @samp{QStartNoAckMode} packet
41257 @anchor{QStartNoAckMode}
41258 Request that the remote stub disable the normal @samp{+}/@samp{-}
41259 protocol acknowledgments (@pxref{Packet Acknowledgment}).
41260
41261 Reply:
41262 @table @samp
41263 @item OK
41264 The stub has switched to no-acknowledgment mode.
41265 @value{GDBN} acknowledges this response,
41266 but neither the stub nor @value{GDBN} shall send or expect further
41267 @samp{+}/@samp{-} acknowledgments in the current connection.
41268 @item @w{}
41269 An empty reply indicates that the stub does not support no-acknowledgment mode.
41270 @end table
41271
41272 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
41273 @cindex supported packets, remote query
41274 @cindex features of the remote protocol
41275 @cindex @samp{qSupported} packet
41276 @anchor{qSupported}
41277 Tell the remote stub about features supported by @value{GDBN}, and
41278 query the stub for features it supports. This packet allows
41279 @value{GDBN} and the remote stub to take advantage of each others'
41280 features. @samp{qSupported} also consolidates multiple feature probes
41281 at startup, to improve @value{GDBN} performance---a single larger
41282 packet performs better than multiple smaller probe packets on
41283 high-latency links. Some features may enable behavior which must not
41284 be on by default, e.g.@: because it would confuse older clients or
41285 stubs. Other features may describe packets which could be
41286 automatically probed for, but are not. These features must be
41287 reported before @value{GDBN} will use them. This ``default
41288 unsupported'' behavior is not appropriate for all packets, but it
41289 helps to keep the initial connection time under control with new
41290 versions of @value{GDBN} which support increasing numbers of packets.
41291
41292 Reply:
41293 @table @samp
41294 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
41295 The stub supports or does not support each returned @var{stubfeature},
41296 depending on the form of each @var{stubfeature} (see below for the
41297 possible forms).
41298 @item @w{}
41299 An empty reply indicates that @samp{qSupported} is not recognized,
41300 or that no features needed to be reported to @value{GDBN}.
41301 @end table
41302
41303 The allowed forms for each feature (either a @var{gdbfeature} in the
41304 @samp{qSupported} packet, or a @var{stubfeature} in the response)
41305 are:
41306
41307 @table @samp
41308 @item @var{name}=@var{value}
41309 The remote protocol feature @var{name} is supported, and associated
41310 with the specified @var{value}. The format of @var{value} depends
41311 on the feature, but it must not include a semicolon.
41312 @item @var{name}+
41313 The remote protocol feature @var{name} is supported, and does not
41314 need an associated value.
41315 @item @var{name}-
41316 The remote protocol feature @var{name} is not supported.
41317 @item @var{name}?
41318 The remote protocol feature @var{name} may be supported, and
41319 @value{GDBN} should auto-detect support in some other way when it is
41320 needed. This form will not be used for @var{gdbfeature} notifications,
41321 but may be used for @var{stubfeature} responses.
41322 @end table
41323
41324 Whenever the stub receives a @samp{qSupported} request, the
41325 supplied set of @value{GDBN} features should override any previous
41326 request. This allows @value{GDBN} to put the stub in a known
41327 state, even if the stub had previously been communicating with
41328 a different version of @value{GDBN}.
41329
41330 The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
41331 are defined:
41332
41333 @table @samp
41334 @item multiprocess
41335 This feature indicates whether @value{GDBN} supports multiprocess
41336 extensions to the remote protocol. @value{GDBN} does not use such
41337 extensions unless the stub also reports that it supports them by
41338 including @samp{multiprocess+} in its @samp{qSupported} reply.
41339 @xref{multiprocess extensions}, for details.
41340
41341 @item xmlRegisters
41342 This feature indicates that @value{GDBN} supports the XML target
41343 description. If the stub sees @samp{xmlRegisters=} with target
41344 specific strings separated by a comma, it will report register
41345 description.
41346
41347 @item qRelocInsn
41348 This feature indicates whether @value{GDBN} supports the
41349 @samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
41350 instruction reply packet}).
41351
41352 @item swbreak
41353 This feature indicates whether @value{GDBN} supports the swbreak stop
41354 reason in stop replies. @xref{swbreak stop reason}, for details.
41355
41356 @item hwbreak
41357 This feature indicates whether @value{GDBN} supports the hwbreak stop
41358 reason in stop replies. @xref{swbreak stop reason}, for details.
41359
41360 @item fork-events
41361 This feature indicates whether @value{GDBN} supports fork event
41362 extensions to the remote protocol. @value{GDBN} does not use such
41363 extensions unless the stub also reports that it supports them by
41364 including @samp{fork-events+} in its @samp{qSupported} reply.
41365
41366 @item vfork-events
41367 This feature indicates whether @value{GDBN} supports vfork event
41368 extensions to the remote protocol. @value{GDBN} does not use such
41369 extensions unless the stub also reports that it supports them by
41370 including @samp{vfork-events+} in its @samp{qSupported} reply.
41371
41372 @item exec-events
41373 This feature indicates whether @value{GDBN} supports exec event
41374 extensions to the remote protocol. @value{GDBN} does not use such
41375 extensions unless the stub also reports that it supports them by
41376 including @samp{exec-events+} in its @samp{qSupported} reply.
41377
41378 @item vContSupported
41379 This feature indicates whether @value{GDBN} wants to know the
41380 supported actions in the reply to @samp{vCont?} packet.
41381 @end table
41382
41383 Stubs should ignore any unknown values for
41384 @var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
41385 packet supports receiving packets of unlimited length (earlier
41386 versions of @value{GDBN} may reject overly long responses). Additional values
41387 for @var{gdbfeature} may be defined in the future to let the stub take
41388 advantage of new features in @value{GDBN}, e.g.@: incompatible
41389 improvements in the remote protocol---the @samp{multiprocess} feature is
41390 an example of such a feature. The stub's reply should be independent
41391 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
41392 describes all the features it supports, and then the stub replies with
41393 all the features it supports.
41394
41395 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
41396 responses, as long as each response uses one of the standard forms.
41397
41398 Some features are flags. A stub which supports a flag feature
41399 should respond with a @samp{+} form response. Other features
41400 require values, and the stub should respond with an @samp{=}
41401 form response.
41402
41403 Each feature has a default value, which @value{GDBN} will use if
41404 @samp{qSupported} is not available or if the feature is not mentioned
41405 in the @samp{qSupported} response. The default values are fixed; a
41406 stub is free to omit any feature responses that match the defaults.
41407
41408 Not all features can be probed, but for those which can, the probing
41409 mechanism is useful: in some cases, a stub's internal
41410 architecture may not allow the protocol layer to know some information
41411 about the underlying target in advance. This is especially common in
41412 stubs which may be configured for multiple targets.
41413
41414 These are the currently defined stub features and their properties:
41415
41416 @multitable @columnfractions 0.35 0.2 0.12 0.2
41417 @c NOTE: The first row should be @headitem, but we do not yet require
41418 @c a new enough version of Texinfo (4.7) to use @headitem.
41419 @item Feature Name
41420 @tab Value Required
41421 @tab Default
41422 @tab Probe Allowed
41423
41424 @item @samp{PacketSize}
41425 @tab Yes
41426 @tab @samp{-}
41427 @tab No
41428
41429 @item @samp{qXfer:auxv:read}
41430 @tab No
41431 @tab @samp{-}
41432 @tab Yes
41433
41434 @item @samp{qXfer:btrace:read}
41435 @tab No
41436 @tab @samp{-}
41437 @tab Yes
41438
41439 @item @samp{qXfer:btrace-conf:read}
41440 @tab No
41441 @tab @samp{-}
41442 @tab Yes
41443
41444 @item @samp{qXfer:exec-file:read}
41445 @tab No
41446 @tab @samp{-}
41447 @tab Yes
41448
41449 @item @samp{qXfer:features:read}
41450 @tab No
41451 @tab @samp{-}
41452 @tab Yes
41453
41454 @item @samp{qXfer:libraries:read}
41455 @tab No
41456 @tab @samp{-}
41457 @tab Yes
41458
41459 @item @samp{qXfer:libraries-svr4:read}
41460 @tab No
41461 @tab @samp{-}
41462 @tab Yes
41463
41464 @item @samp{augmented-libraries-svr4-read}
41465 @tab No
41466 @tab @samp{-}
41467 @tab No
41468
41469 @item @samp{qXfer:memory-map:read}
41470 @tab No
41471 @tab @samp{-}
41472 @tab Yes
41473
41474 @item @samp{qXfer:sdata:read}
41475 @tab No
41476 @tab @samp{-}
41477 @tab Yes
41478
41479 @item @samp{qXfer:siginfo:read}
41480 @tab No
41481 @tab @samp{-}
41482 @tab Yes
41483
41484 @item @samp{qXfer:siginfo:write}
41485 @tab No
41486 @tab @samp{-}
41487 @tab Yes
41488
41489 @item @samp{qXfer:threads:read}
41490 @tab No
41491 @tab @samp{-}
41492 @tab Yes
41493
41494 @item @samp{qXfer:traceframe-info:read}
41495 @tab No
41496 @tab @samp{-}
41497 @tab Yes
41498
41499 @item @samp{qXfer:uib:read}
41500 @tab No
41501 @tab @samp{-}
41502 @tab Yes
41503
41504 @item @samp{qXfer:fdpic:read}
41505 @tab No
41506 @tab @samp{-}
41507 @tab Yes
41508
41509 @item @samp{Qbtrace:off}
41510 @tab Yes
41511 @tab @samp{-}
41512 @tab Yes
41513
41514 @item @samp{Qbtrace:bts}
41515 @tab Yes
41516 @tab @samp{-}
41517 @tab Yes
41518
41519 @item @samp{Qbtrace:pt}
41520 @tab Yes
41521 @tab @samp{-}
41522 @tab Yes
41523
41524 @item @samp{Qbtrace-conf:bts:size}
41525 @tab Yes
41526 @tab @samp{-}
41527 @tab Yes
41528
41529 @item @samp{Qbtrace-conf:pt:size}
41530 @tab Yes
41531 @tab @samp{-}
41532 @tab Yes
41533
41534 @item @samp{QNonStop}
41535 @tab No
41536 @tab @samp{-}
41537 @tab Yes
41538
41539 @item @samp{QCatchSyscalls}
41540 @tab No
41541 @tab @samp{-}
41542 @tab Yes
41543
41544 @item @samp{QPassSignals}
41545 @tab No
41546 @tab @samp{-}
41547 @tab Yes
41548
41549 @item @samp{QStartNoAckMode}
41550 @tab No
41551 @tab @samp{-}
41552 @tab Yes
41553
41554 @item @samp{multiprocess}
41555 @tab No
41556 @tab @samp{-}
41557 @tab No
41558
41559 @item @samp{ConditionalBreakpoints}
41560 @tab No
41561 @tab @samp{-}
41562 @tab No
41563
41564 @item @samp{ConditionalTracepoints}
41565 @tab No
41566 @tab @samp{-}
41567 @tab No
41568
41569 @item @samp{ReverseContinue}
41570 @tab No
41571 @tab @samp{-}
41572 @tab No
41573
41574 @item @samp{ReverseStep}
41575 @tab No
41576 @tab @samp{-}
41577 @tab No
41578
41579 @item @samp{TracepointSource}
41580 @tab No
41581 @tab @samp{-}
41582 @tab No
41583
41584 @item @samp{QAgent}
41585 @tab No
41586 @tab @samp{-}
41587 @tab No
41588
41589 @item @samp{QAllow}
41590 @tab No
41591 @tab @samp{-}
41592 @tab No
41593
41594 @item @samp{QDisableRandomization}
41595 @tab No
41596 @tab @samp{-}
41597 @tab No
41598
41599 @item @samp{EnableDisableTracepoints}
41600 @tab No
41601 @tab @samp{-}
41602 @tab No
41603
41604 @item @samp{QTBuffer:size}
41605 @tab No
41606 @tab @samp{-}
41607 @tab No
41608
41609 @item @samp{tracenz}
41610 @tab No
41611 @tab @samp{-}
41612 @tab No
41613
41614 @item @samp{BreakpointCommands}
41615 @tab No
41616 @tab @samp{-}
41617 @tab No
41618
41619 @item @samp{swbreak}
41620 @tab No
41621 @tab @samp{-}
41622 @tab No
41623
41624 @item @samp{hwbreak}
41625 @tab No
41626 @tab @samp{-}
41627 @tab No
41628
41629 @item @samp{fork-events}
41630 @tab No
41631 @tab @samp{-}
41632 @tab No
41633
41634 @item @samp{vfork-events}
41635 @tab No
41636 @tab @samp{-}
41637 @tab No
41638
41639 @item @samp{exec-events}
41640 @tab No
41641 @tab @samp{-}
41642 @tab No
41643
41644 @item @samp{QThreadEvents}
41645 @tab No
41646 @tab @samp{-}
41647 @tab No
41648
41649 @item @samp{no-resumed}
41650 @tab No
41651 @tab @samp{-}
41652 @tab No
41653
41654 @end multitable
41655
41656 These are the currently defined stub features, in more detail:
41657
41658 @table @samp
41659 @cindex packet size, remote protocol
41660 @item PacketSize=@var{bytes}
41661 The remote stub can accept packets up to at least @var{bytes} in
41662 length. @value{GDBN} will send packets up to this size for bulk
41663 transfers, and will never send larger packets. This is a limit on the
41664 data characters in the packet, including the frame and checksum.
41665 There is no trailing NUL byte in a remote protocol packet; if the stub
41666 stores packets in a NUL-terminated format, it should allow an extra
41667 byte in its buffer for the NUL. If this stub feature is not supported,
41668 @value{GDBN} guesses based on the size of the @samp{g} packet response.
41669
41670 @item qXfer:auxv:read
41671 The remote stub understands the @samp{qXfer:auxv:read} packet
41672 (@pxref{qXfer auxiliary vector read}).
41673
41674 @item qXfer:btrace:read
41675 The remote stub understands the @samp{qXfer:btrace:read}
41676 packet (@pxref{qXfer btrace read}).
41677
41678 @item qXfer:btrace-conf:read
41679 The remote stub understands the @samp{qXfer:btrace-conf:read}
41680 packet (@pxref{qXfer btrace-conf read}).
41681
41682 @item qXfer:exec-file:read
41683 The remote stub understands the @samp{qXfer:exec-file:read} packet
41684 (@pxref{qXfer executable filename read}).
41685
41686 @item qXfer:features:read
41687 The remote stub understands the @samp{qXfer:features:read} packet
41688 (@pxref{qXfer target description read}).
41689
41690 @item qXfer:libraries:read
41691 The remote stub understands the @samp{qXfer:libraries:read} packet
41692 (@pxref{qXfer library list read}).
41693
41694 @item qXfer:libraries-svr4:read
41695 The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
41696 (@pxref{qXfer svr4 library list read}).
41697
41698 @item augmented-libraries-svr4-read
41699 The remote stub understands the augmented form of the
41700 @samp{qXfer:libraries-svr4:read} packet
41701 (@pxref{qXfer svr4 library list read}).
41702
41703 @item qXfer:memory-map:read
41704 The remote stub understands the @samp{qXfer:memory-map:read} packet
41705 (@pxref{qXfer memory map read}).
41706
41707 @item qXfer:sdata:read
41708 The remote stub understands the @samp{qXfer:sdata:read} packet
41709 (@pxref{qXfer sdata read}).
41710
41711 @item qXfer:siginfo:read
41712 The remote stub understands the @samp{qXfer:siginfo:read} packet
41713 (@pxref{qXfer siginfo read}).
41714
41715 @item qXfer:siginfo:write
41716 The remote stub understands the @samp{qXfer:siginfo:write} packet
41717 (@pxref{qXfer siginfo write}).
41718
41719 @item qXfer:threads:read
41720 The remote stub understands the @samp{qXfer:threads:read} packet
41721 (@pxref{qXfer threads read}).
41722
41723 @item qXfer:traceframe-info:read
41724 The remote stub understands the @samp{qXfer:traceframe-info:read}
41725 packet (@pxref{qXfer traceframe info read}).
41726
41727 @item qXfer:uib:read
41728 The remote stub understands the @samp{qXfer:uib:read}
41729 packet (@pxref{qXfer unwind info block}).
41730
41731 @item qXfer:fdpic:read
41732 The remote stub understands the @samp{qXfer:fdpic:read}
41733 packet (@pxref{qXfer fdpic loadmap read}).
41734
41735 @item QNonStop
41736 The remote stub understands the @samp{QNonStop} packet
41737 (@pxref{QNonStop}).
41738
41739 @item QCatchSyscalls
41740 The remote stub understands the @samp{QCatchSyscalls} packet
41741 (@pxref{QCatchSyscalls}).
41742
41743 @item QPassSignals
41744 The remote stub understands the @samp{QPassSignals} packet
41745 (@pxref{QPassSignals}).
41746
41747 @item QStartNoAckMode
41748 The remote stub understands the @samp{QStartNoAckMode} packet and
41749 prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
41750
41751 @item multiprocess
41752 @anchor{multiprocess extensions}
41753 @cindex multiprocess extensions, in remote protocol
41754 The remote stub understands the multiprocess extensions to the remote
41755 protocol syntax. The multiprocess extensions affect the syntax of
41756 thread IDs in both packets and replies (@pxref{thread-id syntax}), and
41757 add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
41758 replies. Note that reporting this feature indicates support for the
41759 syntactic extensions only, not that the stub necessarily supports
41760 debugging of more than one process at a time. The stub must not use
41761 multiprocess extensions in packet replies unless @value{GDBN} has also
41762 indicated it supports them in its @samp{qSupported} request.
41763
41764 @item qXfer:osdata:read
41765 The remote stub understands the @samp{qXfer:osdata:read} packet
41766 ((@pxref{qXfer osdata read}).
41767
41768 @item ConditionalBreakpoints
41769 The target accepts and implements evaluation of conditional expressions
41770 defined for breakpoints. The target will only report breakpoint triggers
41771 when such conditions are true (@pxref{Conditions, ,Break Conditions}).
41772
41773 @item ConditionalTracepoints
41774 The remote stub accepts and implements conditional expressions defined
41775 for tracepoints (@pxref{Tracepoint Conditions}).
41776
41777 @item ReverseContinue
41778 The remote stub accepts and implements the reverse continue packet
41779 (@pxref{bc}).
41780
41781 @item ReverseStep
41782 The remote stub accepts and implements the reverse step packet
41783 (@pxref{bs}).
41784
41785 @item TracepointSource
41786 The remote stub understands the @samp{QTDPsrc} packet that supplies
41787 the source form of tracepoint definitions.
41788
41789 @item QAgent
41790 The remote stub understands the @samp{QAgent} packet.
41791
41792 @item QAllow
41793 The remote stub understands the @samp{QAllow} packet.
41794
41795 @item QDisableRandomization
41796 The remote stub understands the @samp{QDisableRandomization} packet.
41797
41798 @item StaticTracepoint
41799 @cindex static tracepoints, in remote protocol
41800 The remote stub supports static tracepoints.
41801
41802 @item InstallInTrace
41803 @anchor{install tracepoint in tracing}
41804 The remote stub supports installing tracepoint in tracing.
41805
41806 @item EnableDisableTracepoints
41807 The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
41808 @samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
41809 to be enabled and disabled while a trace experiment is running.
41810
41811 @item QTBuffer:size
41812 The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
41813 packet that allows to change the size of the trace buffer.
41814
41815 @item tracenz
41816 @cindex string tracing, in remote protocol
41817 The remote stub supports the @samp{tracenz} bytecode for collecting strings.
41818 See @ref{Bytecode Descriptions} for details about the bytecode.
41819
41820 @item BreakpointCommands
41821 @cindex breakpoint commands, in remote protocol
41822 The remote stub supports running a breakpoint's command list itself,
41823 rather than reporting the hit to @value{GDBN}.
41824
41825 @item Qbtrace:off
41826 The remote stub understands the @samp{Qbtrace:off} packet.
41827
41828 @item Qbtrace:bts
41829 The remote stub understands the @samp{Qbtrace:bts} packet.
41830
41831 @item Qbtrace:pt
41832 The remote stub understands the @samp{Qbtrace:pt} packet.
41833
41834 @item Qbtrace-conf:bts:size
41835 The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
41836
41837 @item Qbtrace-conf:pt:size
41838 The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
41839
41840 @item swbreak
41841 The remote stub reports the @samp{swbreak} stop reason for memory
41842 breakpoints.
41843
41844 @item hwbreak
41845 The remote stub reports the @samp{hwbreak} stop reason for hardware
41846 breakpoints.
41847
41848 @item fork-events
41849 The remote stub reports the @samp{fork} stop reason for fork events.
41850
41851 @item vfork-events
41852 The remote stub reports the @samp{vfork} stop reason for vfork events
41853 and vforkdone events.
41854
41855 @item exec-events
41856 The remote stub reports the @samp{exec} stop reason for exec events.
41857
41858 @item vContSupported
41859 The remote stub reports the supported actions in the reply to
41860 @samp{vCont?} packet.
41861
41862 @item QThreadEvents
41863 The remote stub understands the @samp{QThreadEvents} packet.
41864
41865 @item no-resumed
41866 The remote stub reports the @samp{N} stop reply.
41867
41868 @end table
41869
41870 @item qSymbol::
41871 @cindex symbol lookup, remote request
41872 @cindex @samp{qSymbol} packet
41873 Notify the target that @value{GDBN} is prepared to serve symbol lookup
41874 requests. Accept requests from the target for the values of symbols.
41875
41876 Reply:
41877 @table @samp
41878 @item OK
41879 The target does not need to look up any (more) symbols.
41880 @item qSymbol:@var{sym_name}
41881 The target requests the value of symbol @var{sym_name} (hex encoded).
41882 @value{GDBN} may provide the value by using the
41883 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
41884 below.
41885 @end table
41886
41887 @item qSymbol:@var{sym_value}:@var{sym_name}
41888 Set the value of @var{sym_name} to @var{sym_value}.
41889
41890 @var{sym_name} (hex encoded) is the name of a symbol whose value the
41891 target has previously requested.
41892
41893 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
41894 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
41895 will be empty.
41896
41897 Reply:
41898 @table @samp
41899 @item OK
41900 The target does not need to look up any (more) symbols.
41901 @item qSymbol:@var{sym_name}
41902 The target requests the value of a new symbol @var{sym_name} (hex
41903 encoded). @value{GDBN} will continue to supply the values of symbols
41904 (if available), until the target ceases to request them.
41905 @end table
41906
41907 @item qTBuffer
41908 @itemx QTBuffer
41909 @itemx QTDisconnected
41910 @itemx QTDP
41911 @itemx QTDPsrc
41912 @itemx QTDV
41913 @itemx qTfP
41914 @itemx qTfV
41915 @itemx QTFrame
41916 @itemx qTMinFTPILen
41917
41918 @xref{Tracepoint Packets}.
41919
41920 @item qThreadExtraInfo,@var{thread-id}
41921 @cindex thread attributes info, remote request
41922 @cindex @samp{qThreadExtraInfo} packet
41923 Obtain from the target OS a printable string description of thread
41924 attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
41925 for the forms of @var{thread-id}. This
41926 string may contain anything that the target OS thinks is interesting
41927 for @value{GDBN} to tell the user about the thread. The string is
41928 displayed in @value{GDBN}'s @code{info threads} display. Some
41929 examples of possible thread extra info strings are @samp{Runnable}, or
41930 @samp{Blocked on Mutex}.
41931
41932 Reply:
41933 @table @samp
41934 @item @var{XX}@dots{}
41935 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
41936 comprising the printable string containing the extra information about
41937 the thread's attributes.
41938 @end table
41939
41940 (Note that the @code{qThreadExtraInfo} packet's name is separated from
41941 the command by a @samp{,}, not a @samp{:}, contrary to the naming
41942 conventions above. Please don't use this packet as a model for new
41943 packets.)
41944
41945 @item QTNotes
41946 @itemx qTP
41947 @itemx QTSave
41948 @itemx qTsP
41949 @itemx qTsV
41950 @itemx QTStart
41951 @itemx QTStop
41952 @itemx QTEnable
41953 @itemx QTDisable
41954 @itemx QTinit
41955 @itemx QTro
41956 @itemx qTStatus
41957 @itemx qTV
41958 @itemx qTfSTM
41959 @itemx qTsSTM
41960 @itemx qTSTMat
41961 @xref{Tracepoint Packets}.
41962
41963 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
41964 @cindex read special object, remote request
41965 @cindex @samp{qXfer} packet
41966 @anchor{qXfer read}
41967 Read uninterpreted bytes from the target's special data area
41968 identified by the keyword @var{object}. Request @var{length} bytes
41969 starting at @var{offset} bytes into the data. The content and
41970 encoding of @var{annex} is specific to @var{object}; it can supply
41971 additional details about what data to access.
41972
41973 Reply:
41974 @table @samp
41975 @item m @var{data}
41976 Data @var{data} (@pxref{Binary Data}) has been read from the
41977 target. There may be more data at a higher address (although
41978 it is permitted to return @samp{m} even for the last valid
41979 block of data, as long as at least one byte of data was read).
41980 It is possible for @var{data} to have fewer bytes than the @var{length} in the
41981 request.
41982
41983 @item l @var{data}
41984 Data @var{data} (@pxref{Binary Data}) has been read from the target.
41985 There is no more data to be read. It is possible for @var{data} to
41986 have fewer bytes than the @var{length} in the request.
41987
41988 @item l
41989 The @var{offset} in the request is at the end of the data.
41990 There is no more data to be read.
41991
41992 @item E00
41993 The request was malformed, or @var{annex} was invalid.
41994
41995 @item E @var{nn}
41996 The offset was invalid, or there was an error encountered reading the data.
41997 The @var{nn} part is a hex-encoded @code{errno} value.
41998
41999 @item @w{}
42000 An empty reply indicates the @var{object} string was not recognized by
42001 the stub, or that the object does not support reading.
42002 @end table
42003
42004 Here are the specific requests of this form defined so far. All the
42005 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
42006 formats, listed above.
42007
42008 @table @samp
42009 @item qXfer:auxv:read::@var{offset},@var{length}
42010 @anchor{qXfer auxiliary vector read}
42011 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
42012 auxiliary vector}. Note @var{annex} must be empty.
42013
42014 This packet is not probed by default; the remote stub must request it,
42015 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42016
42017 @item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
42018 @anchor{qXfer btrace read}
42019
42020 Return a description of the current branch trace.
42021 @xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
42022 packet may have one of the following values:
42023
42024 @table @code
42025 @item all
42026 Returns all available branch trace.
42027
42028 @item new
42029 Returns all available branch trace if the branch trace changed since
42030 the last read request.
42031
42032 @item delta
42033 Returns the new branch trace since the last read request. Adds a new
42034 block to the end of the trace that begins at zero and ends at the source
42035 location of the first branch in the trace buffer. This extra block is
42036 used to stitch traces together.
42037
42038 If the trace buffer overflowed, returns an error indicating the overflow.
42039 @end table
42040
42041 This packet is not probed by default; the remote stub must request it
42042 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42043
42044 @item qXfer:btrace-conf:read::@var{offset},@var{length}
42045 @anchor{qXfer btrace-conf read}
42046
42047 Return a description of the current branch trace configuration.
42048 @xref{Branch Trace Configuration Format}.
42049
42050 This packet is not probed by default; the remote stub must request it
42051 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42052
42053 @item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
42054 @anchor{qXfer executable filename read}
42055 Return the full absolute name of the file that was executed to create
42056 a process running on the remote system. The annex specifies the
42057 numeric process ID of the process to query, encoded as a hexadecimal
42058 number. If the annex part is empty the remote stub should return the
42059 filename corresponding to the currently executing process.
42060
42061 This packet is not probed by default; the remote stub must request it,
42062 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42063
42064 @item qXfer:features:read:@var{annex}:@var{offset},@var{length}
42065 @anchor{qXfer target description read}
42066 Access the @dfn{target description}. @xref{Target Descriptions}. The
42067 annex specifies which XML document to access. The main description is
42068 always loaded from the @samp{target.xml} annex.
42069
42070 This packet is not probed by default; the remote stub must request it,
42071 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42072
42073 @item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
42074 @anchor{qXfer library list read}
42075 Access the target's list of loaded libraries. @xref{Library List Format}.
42076 The annex part of the generic @samp{qXfer} packet must be empty
42077 (@pxref{qXfer read}).
42078
42079 Targets which maintain a list of libraries in the program's memory do
42080 not need to implement this packet; it is designed for platforms where
42081 the operating system manages the list of loaded libraries.
42082
42083 This packet is not probed by default; the remote stub must request it,
42084 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42085
42086 @item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
42087 @anchor{qXfer svr4 library list read}
42088 Access the target's list of loaded libraries when the target is an SVR4
42089 platform. @xref{Library List Format for SVR4 Targets}. The annex part
42090 of the generic @samp{qXfer} packet must be empty unless the remote
42091 stub indicated it supports the augmented form of this packet
42092 by supplying an appropriate @samp{qSupported} response
42093 (@pxref{qXfer read}, @ref{qSupported}).
42094
42095 This packet is optional for better performance on SVR4 targets.
42096 @value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
42097
42098 This packet is not probed by default; the remote stub must request it,
42099 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42100
42101 If the remote stub indicates it supports the augmented form of this
42102 packet then the annex part of the generic @samp{qXfer} packet may
42103 contain a semicolon-separated list of @samp{@var{name}=@var{value}}
42104 arguments. The currently supported arguments are:
42105
42106 @table @code
42107 @item start=@var{address}
42108 A hexadecimal number specifying the address of the @samp{struct
42109 link_map} to start reading the library list from. If unset or zero
42110 then the first @samp{struct link_map} in the library list will be
42111 chosen as the starting point.
42112
42113 @item prev=@var{address}
42114 A hexadecimal number specifying the address of the @samp{struct
42115 link_map} immediately preceding the @samp{struct link_map}
42116 specified by the @samp{start} argument. If unset or zero then
42117 the remote stub will expect that no @samp{struct link_map}
42118 exists prior to the starting point.
42119
42120 @end table
42121
42122 Arguments that are not understood by the remote stub will be silently
42123 ignored.
42124
42125 @item qXfer:memory-map:read::@var{offset},@var{length}
42126 @anchor{qXfer memory map read}
42127 Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
42128 annex part of the generic @samp{qXfer} packet must be empty
42129 (@pxref{qXfer read}).
42130
42131 This packet is not probed by default; the remote stub must request it,
42132 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42133
42134 @item qXfer:sdata:read::@var{offset},@var{length}
42135 @anchor{qXfer sdata read}
42136
42137 Read contents of the extra collected static tracepoint marker
42138 information. The annex part of the generic @samp{qXfer} packet must
42139 be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
42140 Action Lists}.
42141
42142 This packet is not probed by default; the remote stub must request it,
42143 by supplying an appropriate @samp{qSupported} response
42144 (@pxref{qSupported}).
42145
42146 @item qXfer:siginfo:read::@var{offset},@var{length}
42147 @anchor{qXfer siginfo read}
42148 Read contents of the extra signal information on the target
42149 system. The annex part of the generic @samp{qXfer} packet must be
42150 empty (@pxref{qXfer read}).
42151
42152 This packet is not probed by default; the remote stub must request it,
42153 by supplying an appropriate @samp{qSupported} response
42154 (@pxref{qSupported}).
42155
42156 @item qXfer:threads:read::@var{offset},@var{length}
42157 @anchor{qXfer threads read}
42158 Access the list of threads on target. @xref{Thread List Format}. The
42159 annex part of the generic @samp{qXfer} packet must be empty
42160 (@pxref{qXfer read}).
42161
42162 This packet is not probed by default; the remote stub must request it,
42163 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42164
42165 @item qXfer:traceframe-info:read::@var{offset},@var{length}
42166 @anchor{qXfer traceframe info read}
42167
42168 Return a description of the current traceframe's contents.
42169 @xref{Traceframe Info Format}. The annex part of the generic
42170 @samp{qXfer} packet must be empty (@pxref{qXfer read}).
42171
42172 This packet is not probed by default; the remote stub must request it,
42173 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42174
42175 @item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
42176 @anchor{qXfer unwind info block}
42177
42178 Return the unwind information block for @var{pc}. This packet is used
42179 on OpenVMS/ia64 to ask the kernel unwind information.
42180
42181 This packet is not probed by default.
42182
42183 @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
42184 @anchor{qXfer fdpic loadmap read}
42185 Read contents of @code{loadmap}s on the target system. The
42186 annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
42187 executable @code{loadmap} or interpreter @code{loadmap} to read.
42188
42189 This packet is not probed by default; the remote stub must request it,
42190 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42191
42192 @item qXfer:osdata:read::@var{offset},@var{length}
42193 @anchor{qXfer osdata read}
42194 Access the target's @dfn{operating system information}.
42195 @xref{Operating System Information}.
42196
42197 @end table
42198
42199 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
42200 @cindex write data into object, remote request
42201 @anchor{qXfer write}
42202 Write uninterpreted bytes into the target's special data area
42203 identified by the keyword @var{object}, starting at @var{offset} bytes
42204 into the data. The binary-encoded data (@pxref{Binary Data}) to be
42205 written is given by @var{data}@dots{}. The content and encoding of @var{annex}
42206 is specific to @var{object}; it can supply additional details about what data
42207 to access.
42208
42209 Reply:
42210 @table @samp
42211 @item @var{nn}
42212 @var{nn} (hex encoded) is the number of bytes written.
42213 This may be fewer bytes than supplied in the request.
42214
42215 @item E00
42216 The request was malformed, or @var{annex} was invalid.
42217
42218 @item E @var{nn}
42219 The offset was invalid, or there was an error encountered writing the data.
42220 The @var{nn} part is a hex-encoded @code{errno} value.
42221
42222 @item @w{}
42223 An empty reply indicates the @var{object} string was not
42224 recognized by the stub, or that the object does not support writing.
42225 @end table
42226
42227 Here are the specific requests of this form defined so far. All the
42228 @samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
42229 formats, listed above.
42230
42231 @table @samp
42232 @item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
42233 @anchor{qXfer siginfo write}
42234 Write @var{data} to the extra signal information on the target system.
42235 The annex part of the generic @samp{qXfer} packet must be
42236 empty (@pxref{qXfer write}).
42237
42238 This packet is not probed by default; the remote stub must request it,
42239 by supplying an appropriate @samp{qSupported} response
42240 (@pxref{qSupported}).
42241 @end table
42242
42243 @item qXfer:@var{object}:@var{operation}:@dots{}
42244 Requests of this form may be added in the future. When a stub does
42245 not recognize the @var{object} keyword, or its support for
42246 @var{object} does not recognize the @var{operation} keyword, the stub
42247 must respond with an empty packet.
42248
42249 @item qAttached:@var{pid}
42250 @cindex query attached, remote request
42251 @cindex @samp{qAttached} packet
42252 Return an indication of whether the remote server attached to an
42253 existing process or created a new process. When the multiprocess
42254 protocol extensions are supported (@pxref{multiprocess extensions}),
42255 @var{pid} is an integer in hexadecimal format identifying the target
42256 process. Otherwise, @value{GDBN} will omit the @var{pid} field and
42257 the query packet will be simplified as @samp{qAttached}.
42258
42259 This query is used, for example, to know whether the remote process
42260 should be detached or killed when a @value{GDBN} session is ended with
42261 the @code{quit} command.
42262
42263 Reply:
42264 @table @samp
42265 @item 1
42266 The remote server attached to an existing process.
42267 @item 0
42268 The remote server created a new process.
42269 @item E @var{NN}
42270 A badly formed request or an error was encountered.
42271 @end table
42272
42273 @item Qbtrace:bts
42274 Enable branch tracing for the current thread using Branch Trace Store.
42275
42276 Reply:
42277 @table @samp
42278 @item OK
42279 Branch tracing has been enabled.
42280 @item E.errtext
42281 A badly formed request or an error was encountered.
42282 @end table
42283
42284 @item Qbtrace:pt
42285 Enable branch tracing for the current thread using Intel Processor Trace.
42286
42287 Reply:
42288 @table @samp
42289 @item OK
42290 Branch tracing has been enabled.
42291 @item E.errtext
42292 A badly formed request or an error was encountered.
42293 @end table
42294
42295 @item Qbtrace:off
42296 Disable branch tracing for the current thread.
42297
42298 Reply:
42299 @table @samp
42300 @item OK
42301 Branch tracing has been disabled.
42302 @item E.errtext
42303 A badly formed request or an error was encountered.
42304 @end table
42305
42306 @item Qbtrace-conf:bts:size=@var{value}
42307 Set the requested ring buffer size for new threads that use the
42308 btrace recording method in bts format.
42309
42310 Reply:
42311 @table @samp
42312 @item OK
42313 The ring buffer size has been set.
42314 @item E.errtext
42315 A badly formed request or an error was encountered.
42316 @end table
42317
42318 @item Qbtrace-conf:pt:size=@var{value}
42319 Set the requested ring buffer size for new threads that use the
42320 btrace recording method in pt format.
42321
42322 Reply:
42323 @table @samp
42324 @item OK
42325 The ring buffer size has been set.
42326 @item E.errtext
42327 A badly formed request or an error was encountered.
42328 @end table
42329
42330 @end table
42331
42332 @node Architecture-Specific Protocol Details
42333 @section Architecture-Specific Protocol Details
42334
42335 This section describes how the remote protocol is applied to specific
42336 target architectures. Also see @ref{Standard Target Features}, for
42337 details of XML target descriptions for each architecture.
42338
42339 @menu
42340 * ARM-Specific Protocol Details::
42341 * MIPS-Specific Protocol Details::
42342 @end menu
42343
42344 @node ARM-Specific Protocol Details
42345 @subsection @acronym{ARM}-specific Protocol Details
42346
42347 @menu
42348 * ARM Breakpoint Kinds::
42349 @end menu
42350
42351 @node ARM Breakpoint Kinds
42352 @subsubsection @acronym{ARM} Breakpoint Kinds
42353 @cindex breakpoint kinds, @acronym{ARM}
42354
42355 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42356
42357 @table @r
42358
42359 @item 2
42360 16-bit Thumb mode breakpoint.
42361
42362 @item 3
42363 32-bit Thumb mode (Thumb-2) breakpoint.
42364
42365 @item 4
42366 32-bit @acronym{ARM} mode breakpoint.
42367
42368 @end table
42369
42370 @node MIPS-Specific Protocol Details
42371 @subsection @acronym{MIPS}-specific Protocol Details
42372
42373 @menu
42374 * MIPS Register packet Format::
42375 * MIPS Breakpoint Kinds::
42376 @end menu
42377
42378 @node MIPS Register packet Format
42379 @subsubsection @acronym{MIPS} Register Packet Format
42380 @cindex register packet format, @acronym{MIPS}
42381
42382 The following @code{g}/@code{G} packets have previously been defined.
42383 In the below, some thirty-two bit registers are transferred as
42384 sixty-four bits. Those registers should be zero/sign extended (which?)
42385 to fill the space allocated. Register bytes are transferred in target
42386 byte order. The two nibbles within a register byte are transferred
42387 most-significant -- least-significant.
42388
42389 @table @r
42390
42391 @item MIPS32
42392 All registers are transferred as thirty-two bit quantities in the order:
42393 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
42394 registers; fsr; fir; fp.
42395
42396 @item MIPS64
42397 All registers are transferred as sixty-four bit quantities (including
42398 thirty-two bit registers such as @code{sr}). The ordering is the same
42399 as @code{MIPS32}.
42400
42401 @end table
42402
42403 @node MIPS Breakpoint Kinds
42404 @subsubsection @acronym{MIPS} Breakpoint Kinds
42405 @cindex breakpoint kinds, @acronym{MIPS}
42406
42407 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42408
42409 @table @r
42410
42411 @item 2
42412 16-bit @acronym{MIPS16} mode breakpoint.
42413
42414 @item 3
42415 16-bit @acronym{microMIPS} mode breakpoint.
42416
42417 @item 4
42418 32-bit standard @acronym{MIPS} mode breakpoint.
42419
42420 @item 5
42421 32-bit @acronym{microMIPS} mode breakpoint.
42422
42423 @end table
42424
42425 @node Tracepoint Packets
42426 @section Tracepoint Packets
42427 @cindex tracepoint packets
42428 @cindex packets, tracepoint
42429
42430 Here we describe the packets @value{GDBN} uses to implement
42431 tracepoints (@pxref{Tracepoints}).
42432
42433 @table @samp
42434
42435 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
42436 @cindex @samp{QTDP} packet
42437 Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
42438 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
42439 the tracepoint is disabled. The @var{step} gives the tracepoint's step
42440 count, and @var{pass} gives its pass count. If an @samp{F} is present,
42441 then the tracepoint is to be a fast tracepoint, and the @var{flen} is
42442 the number of bytes that the target should copy elsewhere to make room
42443 for the tracepoint. If an @samp{X} is present, it introduces a
42444 tracepoint condition, which consists of a hexadecimal length, followed
42445 by a comma and hex-encoded bytes, in a manner similar to action
42446 encodings as described below. If the trailing @samp{-} is present,
42447 further @samp{QTDP} packets will follow to specify this tracepoint's
42448 actions.
42449
42450 Replies:
42451 @table @samp
42452 @item OK
42453 The packet was understood and carried out.
42454 @item qRelocInsn
42455 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
42456 @item @w{}
42457 The packet was not recognized.
42458 @end table
42459
42460 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
42461 Define actions to be taken when a tracepoint is hit. The @var{n} and
42462 @var{addr} must be the same as in the initial @samp{QTDP} packet for
42463 this tracepoint. This packet may only be sent immediately after
42464 another @samp{QTDP} packet that ended with a @samp{-}. If the
42465 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
42466 specifying more actions for this tracepoint.
42467
42468 In the series of action packets for a given tracepoint, at most one
42469 can have an @samp{S} before its first @var{action}. If such a packet
42470 is sent, it and the following packets define ``while-stepping''
42471 actions. Any prior packets define ordinary actions --- that is, those
42472 taken when the tracepoint is first hit. If no action packet has an
42473 @samp{S}, then all the packets in the series specify ordinary
42474 tracepoint actions.
42475
42476 The @samp{@var{action}@dots{}} portion of the packet is a series of
42477 actions, concatenated without separators. Each action has one of the
42478 following forms:
42479
42480 @table @samp
42481
42482 @item R @var{mask}
42483 Collect the registers whose bits are set in @var{mask},
42484 a hexadecimal number whose @var{i}'th bit is set if register number
42485 @var{i} should be collected. (The least significant bit is numbered
42486 zero.) Note that @var{mask} may be any number of digits long; it may
42487 not fit in a 32-bit word.
42488
42489 @item M @var{basereg},@var{offset},@var{len}
42490 Collect @var{len} bytes of memory starting at the address in register
42491 number @var{basereg}, plus @var{offset}. If @var{basereg} is
42492 @samp{-1}, then the range has a fixed address: @var{offset} is the
42493 address of the lowest byte to collect. The @var{basereg},
42494 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
42495 values (the @samp{-1} value for @var{basereg} is a special case).
42496
42497 @item X @var{len},@var{expr}
42498 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
42499 it directs. The agent expression @var{expr} is as described in
42500 @ref{Agent Expressions}. Each byte of the expression is encoded as a
42501 two-digit hex number in the packet; @var{len} is the number of bytes
42502 in the expression (and thus one-half the number of hex digits in the
42503 packet).
42504
42505 @end table
42506
42507 Any number of actions may be packed together in a single @samp{QTDP}
42508 packet, as long as the packet does not exceed the maximum packet
42509 length (400 bytes, for many stubs). There may be only one @samp{R}
42510 action per tracepoint, and it must precede any @samp{M} or @samp{X}
42511 actions. Any registers referred to by @samp{M} and @samp{X} actions
42512 must be collected by a preceding @samp{R} action. (The
42513 ``while-stepping'' actions are treated as if they were attached to a
42514 separate tracepoint, as far as these restrictions are concerned.)
42515
42516 Replies:
42517 @table @samp
42518 @item OK
42519 The packet was understood and carried out.
42520 @item qRelocInsn
42521 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
42522 @item @w{}
42523 The packet was not recognized.
42524 @end table
42525
42526 @item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
42527 @cindex @samp{QTDPsrc} packet
42528 Specify a source string of tracepoint @var{n} at address @var{addr}.
42529 This is useful to get accurate reproduction of the tracepoints
42530 originally downloaded at the beginning of the trace run. The @var{type}
42531 is the name of the tracepoint part, such as @samp{cond} for the
42532 tracepoint's conditional expression (see below for a list of types), while
42533 @var{bytes} is the string, encoded in hexadecimal.
42534
42535 @var{start} is the offset of the @var{bytes} within the overall source
42536 string, while @var{slen} is the total length of the source string.
42537 This is intended for handling source strings that are longer than will
42538 fit in a single packet.
42539 @c Add detailed example when this info is moved into a dedicated
42540 @c tracepoint descriptions section.
42541
42542 The available string types are @samp{at} for the location,
42543 @samp{cond} for the conditional, and @samp{cmd} for an action command.
42544 @value{GDBN} sends a separate packet for each command in the action
42545 list, in the same order in which the commands are stored in the list.
42546
42547 The target does not need to do anything with source strings except
42548 report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
42549 query packets.
42550
42551 Although this packet is optional, and @value{GDBN} will only send it
42552 if the target replies with @samp{TracepointSource} @xref{General
42553 Query Packets}, it makes both disconnected tracing and trace files
42554 much easier to use. Otherwise the user must be careful that the
42555 tracepoints in effect while looking at trace frames are identical to
42556 the ones in effect during the trace run; even a small discrepancy
42557 could cause @samp{tdump} not to work, or a particular trace frame not
42558 be found.
42559
42560 @item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
42561 @cindex define trace state variable, remote request
42562 @cindex @samp{QTDV} packet
42563 Create a new trace state variable, number @var{n}, with an initial
42564 value of @var{value}, which is a 64-bit signed integer. Both @var{n}
42565 and @var{value} are encoded as hexadecimal values. @value{GDBN} has
42566 the option of not using this packet for initial values of zero; the
42567 target should simply create the trace state variables as they are
42568 mentioned in expressions. The value @var{builtin} should be 1 (one)
42569 if the trace state variable is builtin and 0 (zero) if it is not builtin.
42570 @value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
42571 @samp{qTsV} packet had it set. The contents of @var{name} is the
42572 hex-encoded name (without the leading @samp{$}) of the trace state
42573 variable.
42574
42575 @item QTFrame:@var{n}
42576 @cindex @samp{QTFrame} packet
42577 Select the @var{n}'th tracepoint frame from the buffer, and use the
42578 register and memory contents recorded there to answer subsequent
42579 request packets from @value{GDBN}.
42580
42581 A successful reply from the stub indicates that the stub has found the
42582 requested frame. The response is a series of parts, concatenated
42583 without separators, describing the frame we selected. Each part has
42584 one of the following forms:
42585
42586 @table @samp
42587 @item F @var{f}
42588 The selected frame is number @var{n} in the trace frame buffer;
42589 @var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
42590 was no frame matching the criteria in the request packet.
42591
42592 @item T @var{t}
42593 The selected trace frame records a hit of tracepoint number @var{t};
42594 @var{t} is a hexadecimal number.
42595
42596 @end table
42597
42598 @item QTFrame:pc:@var{addr}
42599 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42600 currently selected frame whose PC is @var{addr};
42601 @var{addr} is a hexadecimal number.
42602
42603 @item QTFrame:tdp:@var{t}
42604 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42605 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
42606 is a hexadecimal number.
42607
42608 @item QTFrame:range:@var{start}:@var{end}
42609 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42610 currently selected frame whose PC is between @var{start} (inclusive)
42611 and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
42612 numbers.
42613
42614 @item QTFrame:outside:@var{start}:@var{end}
42615 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
42616 frame @emph{outside} the given range of addresses (exclusive).
42617
42618 @item qTMinFTPILen
42619 @cindex @samp{qTMinFTPILen} packet
42620 This packet requests the minimum length of instruction at which a fast
42621 tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
42622 the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
42623 it depends on the target system being able to create trampolines in
42624 the first 64K of memory, which might or might not be possible for that
42625 system. So the reply to this packet will be 4 if it is able to
42626 arrange for that.
42627
42628 Replies:
42629
42630 @table @samp
42631 @item 0
42632 The minimum instruction length is currently unknown.
42633 @item @var{length}
42634 The minimum instruction length is @var{length}, where @var{length}
42635 is a hexadecimal number greater or equal to 1. A reply
42636 of 1 means that a fast tracepoint may be placed on any instruction
42637 regardless of size.
42638 @item E
42639 An error has occurred.
42640 @item @w{}
42641 An empty reply indicates that the request is not supported by the stub.
42642 @end table
42643
42644 @item QTStart
42645 @cindex @samp{QTStart} packet
42646 Begin the tracepoint experiment. Begin collecting data from
42647 tracepoint hits in the trace frame buffer. This packet supports the
42648 @samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
42649 instruction reply packet}).
42650
42651 @item QTStop
42652 @cindex @samp{QTStop} packet
42653 End the tracepoint experiment. Stop collecting trace frames.
42654
42655 @item QTEnable:@var{n}:@var{addr}
42656 @anchor{QTEnable}
42657 @cindex @samp{QTEnable} packet
42658 Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
42659 experiment. If the tracepoint was previously disabled, then collection
42660 of data from it will resume.
42661
42662 @item QTDisable:@var{n}:@var{addr}
42663 @anchor{QTDisable}
42664 @cindex @samp{QTDisable} packet
42665 Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
42666 experiment. No more data will be collected from the tracepoint unless
42667 @samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
42668
42669 @item QTinit
42670 @cindex @samp{QTinit} packet
42671 Clear the table of tracepoints, and empty the trace frame buffer.
42672
42673 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
42674 @cindex @samp{QTro} packet
42675 Establish the given ranges of memory as ``transparent''. The stub
42676 will answer requests for these ranges from memory's current contents,
42677 if they were not collected as part of the tracepoint hit.
42678
42679 @value{GDBN} uses this to mark read-only regions of memory, like those
42680 containing program code. Since these areas never change, they should
42681 still have the same contents they did when the tracepoint was hit, so
42682 there's no reason for the stub to refuse to provide their contents.
42683
42684 @item QTDisconnected:@var{value}
42685 @cindex @samp{QTDisconnected} packet
42686 Set the choice to what to do with the tracing run when @value{GDBN}
42687 disconnects from the target. A @var{value} of 1 directs the target to
42688 continue the tracing run, while 0 tells the target to stop tracing if
42689 @value{GDBN} is no longer in the picture.
42690
42691 @item qTStatus
42692 @cindex @samp{qTStatus} packet
42693 Ask the stub if there is a trace experiment running right now.
42694
42695 The reply has the form:
42696
42697 @table @samp
42698
42699 @item T@var{running}@r{[};@var{field}@r{]}@dots{}
42700 @var{running} is a single digit @code{1} if the trace is presently
42701 running, or @code{0} if not. It is followed by semicolon-separated
42702 optional fields that an agent may use to report additional status.
42703
42704 @end table
42705
42706 If the trace is not running, the agent may report any of several
42707 explanations as one of the optional fields:
42708
42709 @table @samp
42710
42711 @item tnotrun:0
42712 No trace has been run yet.
42713
42714 @item tstop[:@var{text}]:0
42715 The trace was stopped by a user-originated stop command. The optional
42716 @var{text} field is a user-supplied string supplied as part of the
42717 stop command (for instance, an explanation of why the trace was
42718 stopped manually). It is hex-encoded.
42719
42720 @item tfull:0
42721 The trace stopped because the trace buffer filled up.
42722
42723 @item tdisconnected:0
42724 The trace stopped because @value{GDBN} disconnected from the target.
42725
42726 @item tpasscount:@var{tpnum}
42727 The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
42728
42729 @item terror:@var{text}:@var{tpnum}
42730 The trace stopped because tracepoint @var{tpnum} had an error. The
42731 string @var{text} is available to describe the nature of the error
42732 (for instance, a divide by zero in the condition expression); it
42733 is hex encoded.
42734
42735 @item tunknown:0
42736 The trace stopped for some other reason.
42737
42738 @end table
42739
42740 Additional optional fields supply statistical and other information.
42741 Although not required, they are extremely useful for users monitoring
42742 the progress of a trace run. If a trace has stopped, and these
42743 numbers are reported, they must reflect the state of the just-stopped
42744 trace.
42745
42746 @table @samp
42747
42748 @item tframes:@var{n}
42749 The number of trace frames in the buffer.
42750
42751 @item tcreated:@var{n}
42752 The total number of trace frames created during the run. This may
42753 be larger than the trace frame count, if the buffer is circular.
42754
42755 @item tsize:@var{n}
42756 The total size of the trace buffer, in bytes.
42757
42758 @item tfree:@var{n}
42759 The number of bytes still unused in the buffer.
42760
42761 @item circular:@var{n}
42762 The value of the circular trace buffer flag. @code{1} means that the
42763 trace buffer is circular and old trace frames will be discarded if
42764 necessary to make room, @code{0} means that the trace buffer is linear
42765 and may fill up.
42766
42767 @item disconn:@var{n}
42768 The value of the disconnected tracing flag. @code{1} means that
42769 tracing will continue after @value{GDBN} disconnects, @code{0} means
42770 that the trace run will stop.
42771
42772 @end table
42773
42774 @item qTP:@var{tp}:@var{addr}
42775 @cindex tracepoint status, remote request
42776 @cindex @samp{qTP} packet
42777 Ask the stub for the current state of tracepoint number @var{tp} at
42778 address @var{addr}.
42779
42780 Replies:
42781 @table @samp
42782 @item V@var{hits}:@var{usage}
42783 The tracepoint has been hit @var{hits} times so far during the trace
42784 run, and accounts for @var{usage} in the trace buffer. Note that
42785 @code{while-stepping} steps are not counted as separate hits, but the
42786 steps' space consumption is added into the usage number.
42787
42788 @end table
42789
42790 @item qTV:@var{var}
42791 @cindex trace state variable value, remote request
42792 @cindex @samp{qTV} packet
42793 Ask the stub for the value of the trace state variable number @var{var}.
42794
42795 Replies:
42796 @table @samp
42797 @item V@var{value}
42798 The value of the variable is @var{value}. This will be the current
42799 value of the variable if the user is examining a running target, or a
42800 saved value if the variable was collected in the trace frame that the
42801 user is looking at. Note that multiple requests may result in
42802 different reply values, such as when requesting values while the
42803 program is running.
42804
42805 @item U
42806 The value of the variable is unknown. This would occur, for example,
42807 if the user is examining a trace frame in which the requested variable
42808 was not collected.
42809 @end table
42810
42811 @item qTfP
42812 @cindex @samp{qTfP} packet
42813 @itemx qTsP
42814 @cindex @samp{qTsP} packet
42815 These packets request data about tracepoints that are being used by
42816 the target. @value{GDBN} sends @code{qTfP} to get the first piece
42817 of data, and multiple @code{qTsP} to get additional pieces. Replies
42818 to these packets generally take the form of the @code{QTDP} packets
42819 that define tracepoints. (FIXME add detailed syntax)
42820
42821 @item qTfV
42822 @cindex @samp{qTfV} packet
42823 @itemx qTsV
42824 @cindex @samp{qTsV} packet
42825 These packets request data about trace state variables that are on the
42826 target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
42827 and multiple @code{qTsV} to get additional variables. Replies to
42828 these packets follow the syntax of the @code{QTDV} packets that define
42829 trace state variables.
42830
42831 @item qTfSTM
42832 @itemx qTsSTM
42833 @anchor{qTfSTM}
42834 @anchor{qTsSTM}
42835 @cindex @samp{qTfSTM} packet
42836 @cindex @samp{qTsSTM} packet
42837 These packets request data about static tracepoint markers that exist
42838 in the target program. @value{GDBN} sends @code{qTfSTM} to get the
42839 first piece of data, and multiple @code{qTsSTM} to get additional
42840 pieces. Replies to these packets take the following form:
42841
42842 Reply:
42843 @table @samp
42844 @item m @var{address}:@var{id}:@var{extra}
42845 A single marker
42846 @item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
42847 a comma-separated list of markers
42848 @item l
42849 (lower case letter @samp{L}) denotes end of list.
42850 @item E @var{nn}
42851 An error occurred. The error number @var{nn} is given as hex digits.
42852 @item @w{}
42853 An empty reply indicates that the request is not supported by the
42854 stub.
42855 @end table
42856
42857 The @var{address} is encoded in hex;
42858 @var{id} and @var{extra} are strings encoded in hex.
42859
42860 In response to each query, the target will reply with a list of one or
42861 more markers, separated by commas. @value{GDBN} will respond to each
42862 reply with a request for more markers (using the @samp{qs} form of the
42863 query), until the target responds with @samp{l} (lower-case ell, for
42864 @dfn{last}).
42865
42866 @item qTSTMat:@var{address}
42867 @anchor{qTSTMat}
42868 @cindex @samp{qTSTMat} packet
42869 This packets requests data about static tracepoint markers in the
42870 target program at @var{address}. Replies to this packet follow the
42871 syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
42872 tracepoint markers.
42873
42874 @item QTSave:@var{filename}
42875 @cindex @samp{QTSave} packet
42876 This packet directs the target to save trace data to the file name
42877 @var{filename} in the target's filesystem. The @var{filename} is encoded
42878 as a hex string; the interpretation of the file name (relative vs
42879 absolute, wild cards, etc) is up to the target.
42880
42881 @item qTBuffer:@var{offset},@var{len}
42882 @cindex @samp{qTBuffer} packet
42883 Return up to @var{len} bytes of the current contents of trace buffer,
42884 starting at @var{offset}. The trace buffer is treated as if it were
42885 a contiguous collection of traceframes, as per the trace file format.
42886 The reply consists as many hex-encoded bytes as the target can deliver
42887 in a packet; it is not an error to return fewer than were asked for.
42888 A reply consisting of just @code{l} indicates that no bytes are
42889 available.
42890
42891 @item QTBuffer:circular:@var{value}
42892 This packet directs the target to use a circular trace buffer if
42893 @var{value} is 1, or a linear buffer if the value is 0.
42894
42895 @item QTBuffer:size:@var{size}
42896 @anchor{QTBuffer-size}
42897 @cindex @samp{QTBuffer size} packet
42898 This packet directs the target to make the trace buffer be of size
42899 @var{size} if possible. A value of @code{-1} tells the target to
42900 use whatever size it prefers.
42901
42902 @item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
42903 @cindex @samp{QTNotes} packet
42904 This packet adds optional textual notes to the trace run. Allowable
42905 types include @code{user}, @code{notes}, and @code{tstop}, the
42906 @var{text} fields are arbitrary strings, hex-encoded.
42907
42908 @end table
42909
42910 @subsection Relocate instruction reply packet
42911 When installing fast tracepoints in memory, the target may need to
42912 relocate the instruction currently at the tracepoint address to a
42913 different address in memory. For most instructions, a simple copy is
42914 enough, but, for example, call instructions that implicitly push the
42915 return address on the stack, and relative branches or other
42916 PC-relative instructions require offset adjustment, so that the effect
42917 of executing the instruction at a different address is the same as if
42918 it had executed in the original location.
42919
42920 In response to several of the tracepoint packets, the target may also
42921 respond with a number of intermediate @samp{qRelocInsn} request
42922 packets before the final result packet, to have @value{GDBN} handle
42923 this relocation operation. If a packet supports this mechanism, its
42924 documentation will explicitly say so. See for example the above
42925 descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
42926 format of the request is:
42927
42928 @table @samp
42929 @item qRelocInsn:@var{from};@var{to}
42930
42931 This requests @value{GDBN} to copy instruction at address @var{from}
42932 to address @var{to}, possibly adjusted so that executing the
42933 instruction at @var{to} has the same effect as executing it at
42934 @var{from}. @value{GDBN} writes the adjusted instruction to target
42935 memory starting at @var{to}.
42936 @end table
42937
42938 Replies:
42939 @table @samp
42940 @item qRelocInsn:@var{adjusted_size}
42941 Informs the stub the relocation is complete. The @var{adjusted_size} is
42942 the length in bytes of resulting relocated instruction sequence.
42943 @item E @var{NN}
42944 A badly formed request was detected, or an error was encountered while
42945 relocating the instruction.
42946 @end table
42947
42948 @node Host I/O Packets
42949 @section Host I/O Packets
42950 @cindex Host I/O, remote protocol
42951 @cindex file transfer, remote protocol
42952
42953 The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
42954 operations on the far side of a remote link. For example, Host I/O is
42955 used to upload and download files to a remote target with its own
42956 filesystem. Host I/O uses the same constant values and data structure
42957 layout as the target-initiated File-I/O protocol. However, the
42958 Host I/O packets are structured differently. The target-initiated
42959 protocol relies on target memory to store parameters and buffers.
42960 Host I/O requests are initiated by @value{GDBN}, and the
42961 target's memory is not involved. @xref{File-I/O Remote Protocol
42962 Extension}, for more details on the target-initiated protocol.
42963
42964 The Host I/O request packets all encode a single operation along with
42965 its arguments. They have this format:
42966
42967 @table @samp
42968
42969 @item vFile:@var{operation}: @var{parameter}@dots{}
42970 @var{operation} is the name of the particular request; the target
42971 should compare the entire packet name up to the second colon when checking
42972 for a supported operation. The format of @var{parameter} depends on
42973 the operation. Numbers are always passed in hexadecimal. Negative
42974 numbers have an explicit minus sign (i.e.@: two's complement is not
42975 used). Strings (e.g.@: filenames) are encoded as a series of
42976 hexadecimal bytes. The last argument to a system call may be a
42977 buffer of escaped binary data (@pxref{Binary Data}).
42978
42979 @end table
42980
42981 The valid responses to Host I/O packets are:
42982
42983 @table @samp
42984
42985 @item F @var{result} [, @var{errno}] [; @var{attachment}]
42986 @var{result} is the integer value returned by this operation, usually
42987 non-negative for success and -1 for errors. If an error has occured,
42988 @var{errno} will be included in the result specifying a
42989 value defined by the File-I/O protocol (@pxref{Errno Values}). For
42990 operations which return data, @var{attachment} supplies the data as a
42991 binary buffer. Binary buffers in response packets are escaped in the
42992 normal way (@pxref{Binary Data}). See the individual packet
42993 documentation for the interpretation of @var{result} and
42994 @var{attachment}.
42995
42996 @item @w{}
42997 An empty response indicates that this operation is not recognized.
42998
42999 @end table
43000
43001 These are the supported Host I/O operations:
43002
43003 @table @samp
43004 @item vFile:open: @var{filename}, @var{flags}, @var{mode}
43005 Open a file at @var{filename} and return a file descriptor for it, or
43006 return -1 if an error occurs. The @var{filename} is a string,
43007 @var{flags} is an integer indicating a mask of open flags
43008 (@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
43009 of mode bits to use if the file is created (@pxref{mode_t Values}).
43010 @xref{open}, for details of the open flags and mode values.
43011
43012 @item vFile:close: @var{fd}
43013 Close the open file corresponding to @var{fd} and return 0, or
43014 -1 if an error occurs.
43015
43016 @item vFile:pread: @var{fd}, @var{count}, @var{offset}
43017 Read data from the open file corresponding to @var{fd}. Up to
43018 @var{count} bytes will be read from the file, starting at @var{offset}
43019 relative to the start of the file. The target may read fewer bytes;
43020 common reasons include packet size limits and an end-of-file
43021 condition. The number of bytes read is returned. Zero should only be
43022 returned for a successful read at the end of the file, or if
43023 @var{count} was zero.
43024
43025 The data read should be returned as a binary attachment on success.
43026 If zero bytes were read, the response should include an empty binary
43027 attachment (i.e.@: a trailing semicolon). The return value is the
43028 number of target bytes read; the binary attachment may be longer if
43029 some characters were escaped.
43030
43031 @item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
43032 Write @var{data} (a binary buffer) to the open file corresponding
43033 to @var{fd}. Start the write at @var{offset} from the start of the
43034 file. Unlike many @code{write} system calls, there is no
43035 separate @var{count} argument; the length of @var{data} in the
43036 packet is used. @samp{vFile:pwrite} returns the number of bytes written,
43037 which may be shorter than the length of @var{data}, or -1 if an
43038 error occurred.
43039
43040 @item vFile:fstat: @var{fd}
43041 Get information about the open file corresponding to @var{fd}.
43042 On success the information is returned as a binary attachment
43043 and the return value is the size of this attachment in bytes.
43044 If an error occurs the return value is -1. The format of the
43045 returned binary attachment is as described in @ref{struct stat}.
43046
43047 @item vFile:unlink: @var{filename}
43048 Delete the file at @var{filename} on the target. Return 0,
43049 or -1 if an error occurs. The @var{filename} is a string.
43050
43051 @item vFile:readlink: @var{filename}
43052 Read value of symbolic link @var{filename} on the target. Return
43053 the number of bytes read, or -1 if an error occurs.
43054
43055 The data read should be returned as a binary attachment on success.
43056 If zero bytes were read, the response should include an empty binary
43057 attachment (i.e.@: a trailing semicolon). The return value is the
43058 number of target bytes read; the binary attachment may be longer if
43059 some characters were escaped.
43060
43061 @item vFile:setfs: @var{pid}
43062 Select the filesystem on which @code{vFile} operations with
43063 @var{filename} arguments will operate. This is required for
43064 @value{GDBN} to be able to access files on remote targets where
43065 the remote stub does not share a common filesystem with the
43066 inferior(s).
43067
43068 If @var{pid} is nonzero, select the filesystem as seen by process
43069 @var{pid}. If @var{pid} is zero, select the filesystem as seen by
43070 the remote stub. Return 0 on success, or -1 if an error occurs.
43071 If @code{vFile:setfs:} indicates success, the selected filesystem
43072 remains selected until the next successful @code{vFile:setfs:}
43073 operation.
43074
43075 @end table
43076
43077 @node Interrupts
43078 @section Interrupts
43079 @cindex interrupts (remote protocol)
43080 @anchor{interrupting remote targets}
43081
43082 In all-stop mode, when a program on the remote target is running,
43083 @value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
43084 @code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
43085 is specified via @value{GDBN}'s @samp{interrupt-sequence}.
43086
43087 The precise meaning of @code{BREAK} is defined by the transport
43088 mechanism and may, in fact, be undefined. @value{GDBN} does not
43089 currently define a @code{BREAK} mechanism for any of the network
43090 interfaces except for TCP, in which case @value{GDBN} sends the
43091 @code{telnet} BREAK sequence.
43092
43093 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
43094 transport mechanisms. It is represented by sending the single byte
43095 @code{0x03} without any of the usual packet overhead described in
43096 the Overview section (@pxref{Overview}). When a @code{0x03} byte is
43097 transmitted as part of a packet, it is considered to be packet data
43098 and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
43099 (@pxref{X packet}), used for binary downloads, may include an unescaped
43100 @code{0x03} as part of its packet.
43101
43102 @code{BREAK} followed by @code{g} is also known as Magic SysRq g.
43103 When Linux kernel receives this sequence from serial port,
43104 it stops execution and connects to gdb.
43105
43106 In non-stop mode, because packet resumptions are asynchronous
43107 (@pxref{vCont packet}), @value{GDBN} is always free to send a remote
43108 command to the remote stub, even when the target is running. For that
43109 reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
43110 packet}) with the usual packet framing instead of the single byte
43111 @code{0x03}.
43112
43113 Stubs are not required to recognize these interrupt mechanisms and the
43114 precise meaning associated with receipt of the interrupt is
43115 implementation defined. If the target supports debugging of multiple
43116 threads and/or processes, it should attempt to interrupt all
43117 currently-executing threads and processes.
43118 If the stub is successful at interrupting the
43119 running program, it should send one of the stop
43120 reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
43121 of successfully stopping the program in all-stop mode, and a stop reply
43122 for each stopped thread in non-stop mode.
43123 Interrupts received while the
43124 program is stopped are queued and the program will be interrupted when
43125 it is resumed next time.
43126
43127 @node Notification Packets
43128 @section Notification Packets
43129 @cindex notification packets
43130 @cindex packets, notification
43131
43132 The @value{GDBN} remote serial protocol includes @dfn{notifications},
43133 packets that require no acknowledgment. Both the GDB and the stub
43134 may send notifications (although the only notifications defined at
43135 present are sent by the stub). Notifications carry information
43136 without incurring the round-trip latency of an acknowledgment, and so
43137 are useful for low-impact communications where occasional packet loss
43138 is not a problem.
43139
43140 A notification packet has the form @samp{% @var{data} #
43141 @var{checksum}}, where @var{data} is the content of the notification,
43142 and @var{checksum} is a checksum of @var{data}, computed and formatted
43143 as for ordinary @value{GDBN} packets. A notification's @var{data}
43144 never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
43145 receiving a notification, the recipient sends no @samp{+} or @samp{-}
43146 to acknowledge the notification's receipt or to report its corruption.
43147
43148 Every notification's @var{data} begins with a name, which contains no
43149 colon characters, followed by a colon character.
43150
43151 Recipients should silently ignore corrupted notifications and
43152 notifications they do not understand. Recipients should restart
43153 timeout periods on receipt of a well-formed notification, whether or
43154 not they understand it.
43155
43156 Senders should only send the notifications described here when this
43157 protocol description specifies that they are permitted. In the
43158 future, we may extend the protocol to permit existing notifications in
43159 new contexts; this rule helps older senders avoid confusing newer
43160 recipients.
43161
43162 (Older versions of @value{GDBN} ignore bytes received until they see
43163 the @samp{$} byte that begins an ordinary packet, so new stubs may
43164 transmit notifications without fear of confusing older clients. There
43165 are no notifications defined for @value{GDBN} to send at the moment, but we
43166 assume that most older stubs would ignore them, as well.)
43167
43168 Each notification is comprised of three parts:
43169 @table @samp
43170 @item @var{name}:@var{event}
43171 The notification packet is sent by the side that initiates the
43172 exchange (currently, only the stub does that), with @var{event}
43173 carrying the specific information about the notification, and
43174 @var{name} specifying the name of the notification.
43175 @item @var{ack}
43176 The acknowledge sent by the other side, usually @value{GDBN}, to
43177 acknowledge the exchange and request the event.
43178 @end table
43179
43180 The purpose of an asynchronous notification mechanism is to report to
43181 @value{GDBN} that something interesting happened in the remote stub.
43182
43183 The remote stub may send notification @var{name}:@var{event}
43184 at any time, but @value{GDBN} acknowledges the notification when
43185 appropriate. The notification event is pending before @value{GDBN}
43186 acknowledges. Only one notification at a time may be pending; if
43187 additional events occur before @value{GDBN} has acknowledged the
43188 previous notification, they must be queued by the stub for later
43189 synchronous transmission in response to @var{ack} packets from
43190 @value{GDBN}. Because the notification mechanism is unreliable,
43191 the stub is permitted to resend a notification if it believes
43192 @value{GDBN} may not have received it.
43193
43194 Specifically, notifications may appear when @value{GDBN} is not
43195 otherwise reading input from the stub, or when @value{GDBN} is
43196 expecting to read a normal synchronous response or a
43197 @samp{+}/@samp{-} acknowledgment to a packet it has sent.
43198 Notification packets are distinct from any other communication from
43199 the stub so there is no ambiguity.
43200
43201 After receiving a notification, @value{GDBN} shall acknowledge it by
43202 sending a @var{ack} packet as a regular, synchronous request to the
43203 stub. Such acknowledgment is not required to happen immediately, as
43204 @value{GDBN} is permitted to send other, unrelated packets to the
43205 stub first, which the stub should process normally.
43206
43207 Upon receiving a @var{ack} packet, if the stub has other queued
43208 events to report to @value{GDBN}, it shall respond by sending a
43209 normal @var{event}. @value{GDBN} shall then send another @var{ack}
43210 packet to solicit further responses; again, it is permitted to send
43211 other, unrelated packets as well which the stub should process
43212 normally.
43213
43214 If the stub receives a @var{ack} packet and there are no additional
43215 @var{event} to report, the stub shall return an @samp{OK} response.
43216 At this point, @value{GDBN} has finished processing a notification
43217 and the stub has completed sending any queued events. @value{GDBN}
43218 won't accept any new notifications until the final @samp{OK} is
43219 received . If further notification events occur, the stub shall send
43220 a new notification, @value{GDBN} shall accept the notification, and
43221 the process shall be repeated.
43222
43223 The process of asynchronous notification can be illustrated by the
43224 following example:
43225 @smallexample
43226 <- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
43227 @code{...}
43228 -> @code{vStopped}
43229 <- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
43230 -> @code{vStopped}
43231 <- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
43232 -> @code{vStopped}
43233 <- @code{OK}
43234 @end smallexample
43235
43236 The following notifications are defined:
43237 @multitable @columnfractions 0.12 0.12 0.38 0.38
43238
43239 @item Notification
43240 @tab Ack
43241 @tab Event
43242 @tab Description
43243
43244 @item Stop
43245 @tab vStopped
43246 @tab @var{reply}. The @var{reply} has the form of a stop reply, as
43247 described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
43248 for information on how these notifications are acknowledged by
43249 @value{GDBN}.
43250 @tab Report an asynchronous stop event in non-stop mode.
43251
43252 @end multitable
43253
43254 @node Remote Non-Stop
43255 @section Remote Protocol Support for Non-Stop Mode
43256
43257 @value{GDBN}'s remote protocol supports non-stop debugging of
43258 multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
43259 supports non-stop mode, it should report that to @value{GDBN} by including
43260 @samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
43261
43262 @value{GDBN} typically sends a @samp{QNonStop} packet only when
43263 establishing a new connection with the stub. Entering non-stop mode
43264 does not alter the state of any currently-running threads, but targets
43265 must stop all threads in any already-attached processes when entering
43266 all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
43267 probe the target state after a mode change.
43268
43269 In non-stop mode, when an attached process encounters an event that
43270 would otherwise be reported with a stop reply, it uses the
43271 asynchronous notification mechanism (@pxref{Notification Packets}) to
43272 inform @value{GDBN}. In contrast to all-stop mode, where all threads
43273 in all processes are stopped when a stop reply is sent, in non-stop
43274 mode only the thread reporting the stop event is stopped. That is,
43275 when reporting a @samp{S} or @samp{T} response to indicate completion
43276 of a step operation, hitting a breakpoint, or a fault, only the
43277 affected thread is stopped; any other still-running threads continue
43278 to run. When reporting a @samp{W} or @samp{X} response, all running
43279 threads belonging to other attached processes continue to run.
43280
43281 In non-stop mode, the target shall respond to the @samp{?} packet as
43282 follows. First, any incomplete stop reply notification/@samp{vStopped}
43283 sequence in progress is abandoned. The target must begin a new
43284 sequence reporting stop events for all stopped threads, whether or not
43285 it has previously reported those events to @value{GDBN}. The first
43286 stop reply is sent as a synchronous reply to the @samp{?} packet, and
43287 subsequent stop replies are sent as responses to @samp{vStopped} packets
43288 using the mechanism described above. The target must not send
43289 asynchronous stop reply notifications until the sequence is complete.
43290 If all threads are running when the target receives the @samp{?} packet,
43291 or if the target is not attached to any process, it shall respond
43292 @samp{OK}.
43293
43294 If the stub supports non-stop mode, it should also support the
43295 @samp{swbreak} stop reason if software breakpoints are supported, and
43296 the @samp{hwbreak} stop reason if hardware breakpoints are supported
43297 (@pxref{swbreak stop reason}). This is because given the asynchronous
43298 nature of non-stop mode, between the time a thread hits a breakpoint
43299 and the time the event is finally processed by @value{GDBN}, the
43300 breakpoint may have already been removed from the target. Due to
43301 this, @value{GDBN} needs to be able to tell whether a trap stop was
43302 caused by a delayed breakpoint event, which should be ignored, as
43303 opposed to a random trap signal, which should be reported to the user.
43304 Note the @samp{swbreak} feature implies that the target is responsible
43305 for adjusting the PC when a software breakpoint triggers, if
43306 necessary, such as on the x86 architecture.
43307
43308 @node Packet Acknowledgment
43309 @section Packet Acknowledgment
43310
43311 @cindex acknowledgment, for @value{GDBN} remote
43312 @cindex packet acknowledgment, for @value{GDBN} remote
43313 By default, when either the host or the target machine receives a packet,
43314 the first response expected is an acknowledgment: either @samp{+} (to indicate
43315 the package was received correctly) or @samp{-} (to request retransmission).
43316 This mechanism allows the @value{GDBN} remote protocol to operate over
43317 unreliable transport mechanisms, such as a serial line.
43318
43319 In cases where the transport mechanism is itself reliable (such as a pipe or
43320 TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
43321 It may be desirable to disable them in that case to reduce communication
43322 overhead, or for other reasons. This can be accomplished by means of the
43323 @samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
43324
43325 When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
43326 expect @samp{+}/@samp{-} protocol acknowledgments. The packet
43327 and response format still includes the normal checksum, as described in
43328 @ref{Overview}, but the checksum may be ignored by the receiver.
43329
43330 If the stub supports @samp{QStartNoAckMode} and prefers to operate in
43331 no-acknowledgment mode, it should report that to @value{GDBN}
43332 by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
43333 @pxref{qSupported}.
43334 If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
43335 disabled via the @code{set remote noack-packet off} command
43336 (@pxref{Remote Configuration}),
43337 @value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
43338 Only then may the stub actually turn off packet acknowledgments.
43339 @value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
43340 response, which can be safely ignored by the stub.
43341
43342 Note that @code{set remote noack-packet} command only affects negotiation
43343 between @value{GDBN} and the stub when subsequent connections are made;
43344 it does not affect the protocol acknowledgment state for any current
43345 connection.
43346 Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
43347 new connection is established,
43348 there is also no protocol request to re-enable the acknowledgments
43349 for the current connection, once disabled.
43350
43351 @node Examples
43352 @section Examples
43353
43354 Example sequence of a target being re-started. Notice how the restart
43355 does not get any direct output:
43356
43357 @smallexample
43358 -> @code{R00}
43359 <- @code{+}
43360 @emph{target restarts}
43361 -> @code{?}
43362 <- @code{+}
43363 <- @code{T001:1234123412341234}
43364 -> @code{+}
43365 @end smallexample
43366
43367 Example sequence of a target being stepped by a single instruction:
43368
43369 @smallexample
43370 -> @code{G1445@dots{}}
43371 <- @code{+}
43372 -> @code{s}
43373 <- @code{+}
43374 @emph{time passes}
43375 <- @code{T001:1234123412341234}
43376 -> @code{+}
43377 -> @code{g}
43378 <- @code{+}
43379 <- @code{1455@dots{}}
43380 -> @code{+}
43381 @end smallexample
43382
43383 @node File-I/O Remote Protocol Extension
43384 @section File-I/O Remote Protocol Extension
43385 @cindex File-I/O remote protocol extension
43386
43387 @menu
43388 * File-I/O Overview::
43389 * Protocol Basics::
43390 * The F Request Packet::
43391 * The F Reply Packet::
43392 * The Ctrl-C Message::
43393 * Console I/O::
43394 * List of Supported Calls::
43395 * Protocol-specific Representation of Datatypes::
43396 * Constants::
43397 * File-I/O Examples::
43398 @end menu
43399
43400 @node File-I/O Overview
43401 @subsection File-I/O Overview
43402 @cindex file-i/o overview
43403
43404 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
43405 target to use the host's file system and console I/O to perform various
43406 system calls. System calls on the target system are translated into a
43407 remote protocol packet to the host system, which then performs the needed
43408 actions and returns a response packet to the target system.
43409 This simulates file system operations even on targets that lack file systems.
43410
43411 The protocol is defined to be independent of both the host and target systems.
43412 It uses its own internal representation of datatypes and values. Both
43413 @value{GDBN} and the target's @value{GDBN} stub are responsible for
43414 translating the system-dependent value representations into the internal
43415 protocol representations when data is transmitted.
43416
43417 The communication is synchronous. A system call is possible only when
43418 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
43419 or @samp{s} packets. While @value{GDBN} handles the request for a system call,
43420 the target is stopped to allow deterministic access to the target's
43421 memory. Therefore File-I/O is not interruptible by target signals. On
43422 the other hand, it is possible to interrupt File-I/O by a user interrupt
43423 (@samp{Ctrl-C}) within @value{GDBN}.
43424
43425 The target's request to perform a host system call does not finish
43426 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
43427 after finishing the system call, the target returns to continuing the
43428 previous activity (continue, step). No additional continue or step
43429 request from @value{GDBN} is required.
43430
43431 @smallexample
43432 (@value{GDBP}) continue
43433 <- target requests 'system call X'
43434 target is stopped, @value{GDBN} executes system call
43435 -> @value{GDBN} returns result
43436 ... target continues, @value{GDBN} returns to wait for the target
43437 <- target hits breakpoint and sends a Txx packet
43438 @end smallexample
43439
43440 The protocol only supports I/O on the console and to regular files on
43441 the host file system. Character or block special devices, pipes,
43442 named pipes, sockets or any other communication method on the host
43443 system are not supported by this protocol.
43444
43445 File I/O is not supported in non-stop mode.
43446
43447 @node Protocol Basics
43448 @subsection Protocol Basics
43449 @cindex protocol basics, file-i/o
43450
43451 The File-I/O protocol uses the @code{F} packet as the request as well
43452 as reply packet. Since a File-I/O system call can only occur when
43453 @value{GDBN} is waiting for a response from the continuing or stepping target,
43454 the File-I/O request is a reply that @value{GDBN} has to expect as a result
43455 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
43456 This @code{F} packet contains all information needed to allow @value{GDBN}
43457 to call the appropriate host system call:
43458
43459 @itemize @bullet
43460 @item
43461 A unique identifier for the requested system call.
43462
43463 @item
43464 All parameters to the system call. Pointers are given as addresses
43465 in the target memory address space. Pointers to strings are given as
43466 pointer/length pair. Numerical values are given as they are.
43467 Numerical control flags are given in a protocol-specific representation.
43468
43469 @end itemize
43470
43471 At this point, @value{GDBN} has to perform the following actions.
43472
43473 @itemize @bullet
43474 @item
43475 If the parameters include pointer values to data needed as input to a
43476 system call, @value{GDBN} requests this data from the target with a
43477 standard @code{m} packet request. This additional communication has to be
43478 expected by the target implementation and is handled as any other @code{m}
43479 packet.
43480
43481 @item
43482 @value{GDBN} translates all value from protocol representation to host
43483 representation as needed. Datatypes are coerced into the host types.
43484
43485 @item
43486 @value{GDBN} calls the system call.
43487
43488 @item
43489 It then coerces datatypes back to protocol representation.
43490
43491 @item
43492 If the system call is expected to return data in buffer space specified
43493 by pointer parameters to the call, the data is transmitted to the
43494 target using a @code{M} or @code{X} packet. This packet has to be expected
43495 by the target implementation and is handled as any other @code{M} or @code{X}
43496 packet.
43497
43498 @end itemize
43499
43500 Eventually @value{GDBN} replies with another @code{F} packet which contains all
43501 necessary information for the target to continue. This at least contains
43502
43503 @itemize @bullet
43504 @item
43505 Return value.
43506
43507 @item
43508 @code{errno}, if has been changed by the system call.
43509
43510 @item
43511 ``Ctrl-C'' flag.
43512
43513 @end itemize
43514
43515 After having done the needed type and value coercion, the target continues
43516 the latest continue or step action.
43517
43518 @node The F Request Packet
43519 @subsection The @code{F} Request Packet
43520 @cindex file-i/o request packet
43521 @cindex @code{F} request packet
43522
43523 The @code{F} request packet has the following format:
43524
43525 @table @samp
43526 @item F@var{call-id},@var{parameter@dots{}}
43527
43528 @var{call-id} is the identifier to indicate the host system call to be called.
43529 This is just the name of the function.
43530
43531 @var{parameter@dots{}} are the parameters to the system call.
43532 Parameters are hexadecimal integer values, either the actual values in case
43533 of scalar datatypes, pointers to target buffer space in case of compound
43534 datatypes and unspecified memory areas, or pointer/length pairs in case
43535 of string parameters. These are appended to the @var{call-id} as a
43536 comma-delimited list. All values are transmitted in ASCII
43537 string representation, pointer/length pairs separated by a slash.
43538
43539 @end table
43540
43541
43542
43543 @node The F Reply Packet
43544 @subsection The @code{F} Reply Packet
43545 @cindex file-i/o reply packet
43546 @cindex @code{F} reply packet
43547
43548 The @code{F} reply packet has the following format:
43549
43550 @table @samp
43551
43552 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
43553
43554 @var{retcode} is the return code of the system call as hexadecimal value.
43555
43556 @var{errno} is the @code{errno} set by the call, in protocol-specific
43557 representation.
43558 This parameter can be omitted if the call was successful.
43559
43560 @var{Ctrl-C flag} is only sent if the user requested a break. In this
43561 case, @var{errno} must be sent as well, even if the call was successful.
43562 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
43563
43564 @smallexample
43565 F0,0,C
43566 @end smallexample
43567
43568 @noindent
43569 or, if the call was interrupted before the host call has been performed:
43570
43571 @smallexample
43572 F-1,4,C
43573 @end smallexample
43574
43575 @noindent
43576 assuming 4 is the protocol-specific representation of @code{EINTR}.
43577
43578 @end table
43579
43580
43581 @node The Ctrl-C Message
43582 @subsection The @samp{Ctrl-C} Message
43583 @cindex ctrl-c message, in file-i/o protocol
43584
43585 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
43586 reply packet (@pxref{The F Reply Packet}),
43587 the target should behave as if it had
43588 gotten a break message. The meaning for the target is ``system call
43589 interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
43590 (as with a break message) and return to @value{GDBN} with a @code{T02}
43591 packet.
43592
43593 It's important for the target to know in which
43594 state the system call was interrupted. There are two possible cases:
43595
43596 @itemize @bullet
43597 @item
43598 The system call hasn't been performed on the host yet.
43599
43600 @item
43601 The system call on the host has been finished.
43602
43603 @end itemize
43604
43605 These two states can be distinguished by the target by the value of the
43606 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
43607 call hasn't been performed. This is equivalent to the @code{EINTR} handling
43608 on POSIX systems. In any other case, the target may presume that the
43609 system call has been finished --- successfully or not --- and should behave
43610 as if the break message arrived right after the system call.
43611
43612 @value{GDBN} must behave reliably. If the system call has not been called
43613 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
43614 @code{errno} in the packet. If the system call on the host has been finished
43615 before the user requests a break, the full action must be finished by
43616 @value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
43617 The @code{F} packet may only be sent when either nothing has happened
43618 or the full action has been completed.
43619
43620 @node Console I/O
43621 @subsection Console I/O
43622 @cindex console i/o as part of file-i/o
43623
43624 By default and if not explicitly closed by the target system, the file
43625 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
43626 on the @value{GDBN} console is handled as any other file output operation
43627 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
43628 by @value{GDBN} so that after the target read request from file descriptor
43629 0 all following typing is buffered until either one of the following
43630 conditions is met:
43631
43632 @itemize @bullet
43633 @item
43634 The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
43635 @code{read}
43636 system call is treated as finished.
43637
43638 @item
43639 The user presses @key{RET}. This is treated as end of input with a trailing
43640 newline.
43641
43642 @item
43643 The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
43644 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
43645
43646 @end itemize
43647
43648 If the user has typed more characters than fit in the buffer given to
43649 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
43650 either another @code{read(0, @dots{})} is requested by the target, or debugging
43651 is stopped at the user's request.
43652
43653
43654 @node List of Supported Calls
43655 @subsection List of Supported Calls
43656 @cindex list of supported file-i/o calls
43657
43658 @menu
43659 * open::
43660 * close::
43661 * read::
43662 * write::
43663 * lseek::
43664 * rename::
43665 * unlink::
43666 * stat/fstat::
43667 * gettimeofday::
43668 * isatty::
43669 * system::
43670 @end menu
43671
43672 @node open
43673 @unnumberedsubsubsec open
43674 @cindex open, file-i/o system call
43675
43676 @table @asis
43677 @item Synopsis:
43678 @smallexample
43679 int open(const char *pathname, int flags);
43680 int open(const char *pathname, int flags, mode_t mode);
43681 @end smallexample
43682
43683 @item Request:
43684 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
43685
43686 @noindent
43687 @var{flags} is the bitwise @code{OR} of the following values:
43688
43689 @table @code
43690 @item O_CREAT
43691 If the file does not exist it will be created. The host
43692 rules apply as far as file ownership and time stamps
43693 are concerned.
43694
43695 @item O_EXCL
43696 When used with @code{O_CREAT}, if the file already exists it is
43697 an error and open() fails.
43698
43699 @item O_TRUNC
43700 If the file already exists and the open mode allows
43701 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
43702 truncated to zero length.
43703
43704 @item O_APPEND
43705 The file is opened in append mode.
43706
43707 @item O_RDONLY
43708 The file is opened for reading only.
43709
43710 @item O_WRONLY
43711 The file is opened for writing only.
43712
43713 @item O_RDWR
43714 The file is opened for reading and writing.
43715 @end table
43716
43717 @noindent
43718 Other bits are silently ignored.
43719
43720
43721 @noindent
43722 @var{mode} is the bitwise @code{OR} of the following values:
43723
43724 @table @code
43725 @item S_IRUSR
43726 User has read permission.
43727
43728 @item S_IWUSR
43729 User has write permission.
43730
43731 @item S_IRGRP
43732 Group has read permission.
43733
43734 @item S_IWGRP
43735 Group has write permission.
43736
43737 @item S_IROTH
43738 Others have read permission.
43739
43740 @item S_IWOTH
43741 Others have write permission.
43742 @end table
43743
43744 @noindent
43745 Other bits are silently ignored.
43746
43747
43748 @item Return value:
43749 @code{open} returns the new file descriptor or -1 if an error
43750 occurred.
43751
43752 @item Errors:
43753
43754 @table @code
43755 @item EEXIST
43756 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
43757
43758 @item EISDIR
43759 @var{pathname} refers to a directory.
43760
43761 @item EACCES
43762 The requested access is not allowed.
43763
43764 @item ENAMETOOLONG
43765 @var{pathname} was too long.
43766
43767 @item ENOENT
43768 A directory component in @var{pathname} does not exist.
43769
43770 @item ENODEV
43771 @var{pathname} refers to a device, pipe, named pipe or socket.
43772
43773 @item EROFS
43774 @var{pathname} refers to a file on a read-only filesystem and
43775 write access was requested.
43776
43777 @item EFAULT
43778 @var{pathname} is an invalid pointer value.
43779
43780 @item ENOSPC
43781 No space on device to create the file.
43782
43783 @item EMFILE
43784 The process already has the maximum number of files open.
43785
43786 @item ENFILE
43787 The limit on the total number of files open on the system
43788 has been reached.
43789
43790 @item EINTR
43791 The call was interrupted by the user.
43792 @end table
43793
43794 @end table
43795
43796 @node close
43797 @unnumberedsubsubsec close
43798 @cindex close, file-i/o system call
43799
43800 @table @asis
43801 @item Synopsis:
43802 @smallexample
43803 int close(int fd);
43804 @end smallexample
43805
43806 @item Request:
43807 @samp{Fclose,@var{fd}}
43808
43809 @item Return value:
43810 @code{close} returns zero on success, or -1 if an error occurred.
43811
43812 @item Errors:
43813
43814 @table @code
43815 @item EBADF
43816 @var{fd} isn't a valid open file descriptor.
43817
43818 @item EINTR
43819 The call was interrupted by the user.
43820 @end table
43821
43822 @end table
43823
43824 @node read
43825 @unnumberedsubsubsec read
43826 @cindex read, file-i/o system call
43827
43828 @table @asis
43829 @item Synopsis:
43830 @smallexample
43831 int read(int fd, void *buf, unsigned int count);
43832 @end smallexample
43833
43834 @item Request:
43835 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
43836
43837 @item Return value:
43838 On success, the number of bytes read is returned.
43839 Zero indicates end of file. If count is zero, read
43840 returns zero as well. On error, -1 is returned.
43841
43842 @item Errors:
43843
43844 @table @code
43845 @item EBADF
43846 @var{fd} is not a valid file descriptor or is not open for
43847 reading.
43848
43849 @item EFAULT
43850 @var{bufptr} is an invalid pointer value.
43851
43852 @item EINTR
43853 The call was interrupted by the user.
43854 @end table
43855
43856 @end table
43857
43858 @node write
43859 @unnumberedsubsubsec write
43860 @cindex write, file-i/o system call
43861
43862 @table @asis
43863 @item Synopsis:
43864 @smallexample
43865 int write(int fd, const void *buf, unsigned int count);
43866 @end smallexample
43867
43868 @item Request:
43869 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
43870
43871 @item Return value:
43872 On success, the number of bytes written are returned.
43873 Zero indicates nothing was written. On error, -1
43874 is returned.
43875
43876 @item Errors:
43877
43878 @table @code
43879 @item EBADF
43880 @var{fd} is not a valid file descriptor or is not open for
43881 writing.
43882
43883 @item EFAULT
43884 @var{bufptr} is an invalid pointer value.
43885
43886 @item EFBIG
43887 An attempt was made to write a file that exceeds the
43888 host-specific maximum file size allowed.
43889
43890 @item ENOSPC
43891 No space on device to write the data.
43892
43893 @item EINTR
43894 The call was interrupted by the user.
43895 @end table
43896
43897 @end table
43898
43899 @node lseek
43900 @unnumberedsubsubsec lseek
43901 @cindex lseek, file-i/o system call
43902
43903 @table @asis
43904 @item Synopsis:
43905 @smallexample
43906 long lseek (int fd, long offset, int flag);
43907 @end smallexample
43908
43909 @item Request:
43910 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
43911
43912 @var{flag} is one of:
43913
43914 @table @code
43915 @item SEEK_SET
43916 The offset is set to @var{offset} bytes.
43917
43918 @item SEEK_CUR
43919 The offset is set to its current location plus @var{offset}
43920 bytes.
43921
43922 @item SEEK_END
43923 The offset is set to the size of the file plus @var{offset}
43924 bytes.
43925 @end table
43926
43927 @item Return value:
43928 On success, the resulting unsigned offset in bytes from
43929 the beginning of the file is returned. Otherwise, a
43930 value of -1 is returned.
43931
43932 @item Errors:
43933
43934 @table @code
43935 @item EBADF
43936 @var{fd} is not a valid open file descriptor.
43937
43938 @item ESPIPE
43939 @var{fd} is associated with the @value{GDBN} console.
43940
43941 @item EINVAL
43942 @var{flag} is not a proper value.
43943
43944 @item EINTR
43945 The call was interrupted by the user.
43946 @end table
43947
43948 @end table
43949
43950 @node rename
43951 @unnumberedsubsubsec rename
43952 @cindex rename, file-i/o system call
43953
43954 @table @asis
43955 @item Synopsis:
43956 @smallexample
43957 int rename(const char *oldpath, const char *newpath);
43958 @end smallexample
43959
43960 @item Request:
43961 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
43962
43963 @item Return value:
43964 On success, zero is returned. On error, -1 is returned.
43965
43966 @item Errors:
43967
43968 @table @code
43969 @item EISDIR
43970 @var{newpath} is an existing directory, but @var{oldpath} is not a
43971 directory.
43972
43973 @item EEXIST
43974 @var{newpath} is a non-empty directory.
43975
43976 @item EBUSY
43977 @var{oldpath} or @var{newpath} is a directory that is in use by some
43978 process.
43979
43980 @item EINVAL
43981 An attempt was made to make a directory a subdirectory
43982 of itself.
43983
43984 @item ENOTDIR
43985 A component used as a directory in @var{oldpath} or new
43986 path is not a directory. Or @var{oldpath} is a directory
43987 and @var{newpath} exists but is not a directory.
43988
43989 @item EFAULT
43990 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
43991
43992 @item EACCES
43993 No access to the file or the path of the file.
43994
43995 @item ENAMETOOLONG
43996
43997 @var{oldpath} or @var{newpath} was too long.
43998
43999 @item ENOENT
44000 A directory component in @var{oldpath} or @var{newpath} does not exist.
44001
44002 @item EROFS
44003 The file is on a read-only filesystem.
44004
44005 @item ENOSPC
44006 The device containing the file has no room for the new
44007 directory entry.
44008
44009 @item EINTR
44010 The call was interrupted by the user.
44011 @end table
44012
44013 @end table
44014
44015 @node unlink
44016 @unnumberedsubsubsec unlink
44017 @cindex unlink, file-i/o system call
44018
44019 @table @asis
44020 @item Synopsis:
44021 @smallexample
44022 int unlink(const char *pathname);
44023 @end smallexample
44024
44025 @item Request:
44026 @samp{Funlink,@var{pathnameptr}/@var{len}}
44027
44028 @item Return value:
44029 On success, zero is returned. On error, -1 is returned.
44030
44031 @item Errors:
44032
44033 @table @code
44034 @item EACCES
44035 No access to the file or the path of the file.
44036
44037 @item EPERM
44038 The system does not allow unlinking of directories.
44039
44040 @item EBUSY
44041 The file @var{pathname} cannot be unlinked because it's
44042 being used by another process.
44043
44044 @item EFAULT
44045 @var{pathnameptr} is an invalid pointer value.
44046
44047 @item ENAMETOOLONG
44048 @var{pathname} was too long.
44049
44050 @item ENOENT
44051 A directory component in @var{pathname} does not exist.
44052
44053 @item ENOTDIR
44054 A component of the path is not a directory.
44055
44056 @item EROFS
44057 The file is on a read-only filesystem.
44058
44059 @item EINTR
44060 The call was interrupted by the user.
44061 @end table
44062
44063 @end table
44064
44065 @node stat/fstat
44066 @unnumberedsubsubsec stat/fstat
44067 @cindex fstat, file-i/o system call
44068 @cindex stat, file-i/o system call
44069
44070 @table @asis
44071 @item Synopsis:
44072 @smallexample
44073 int stat(const char *pathname, struct stat *buf);
44074 int fstat(int fd, struct stat *buf);
44075 @end smallexample
44076
44077 @item Request:
44078 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
44079 @samp{Ffstat,@var{fd},@var{bufptr}}
44080
44081 @item Return value:
44082 On success, zero is returned. On error, -1 is returned.
44083
44084 @item Errors:
44085
44086 @table @code
44087 @item EBADF
44088 @var{fd} is not a valid open file.
44089
44090 @item ENOENT
44091 A directory component in @var{pathname} does not exist or the
44092 path is an empty string.
44093
44094 @item ENOTDIR
44095 A component of the path is not a directory.
44096
44097 @item EFAULT
44098 @var{pathnameptr} is an invalid pointer value.
44099
44100 @item EACCES
44101 No access to the file or the path of the file.
44102
44103 @item ENAMETOOLONG
44104 @var{pathname} was too long.
44105
44106 @item EINTR
44107 The call was interrupted by the user.
44108 @end table
44109
44110 @end table
44111
44112 @node gettimeofday
44113 @unnumberedsubsubsec gettimeofday
44114 @cindex gettimeofday, file-i/o system call
44115
44116 @table @asis
44117 @item Synopsis:
44118 @smallexample
44119 int gettimeofday(struct timeval *tv, void *tz);
44120 @end smallexample
44121
44122 @item Request:
44123 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
44124
44125 @item Return value:
44126 On success, 0 is returned, -1 otherwise.
44127
44128 @item Errors:
44129
44130 @table @code
44131 @item EINVAL
44132 @var{tz} is a non-NULL pointer.
44133
44134 @item EFAULT
44135 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
44136 @end table
44137
44138 @end table
44139
44140 @node isatty
44141 @unnumberedsubsubsec isatty
44142 @cindex isatty, file-i/o system call
44143
44144 @table @asis
44145 @item Synopsis:
44146 @smallexample
44147 int isatty(int fd);
44148 @end smallexample
44149
44150 @item Request:
44151 @samp{Fisatty,@var{fd}}
44152
44153 @item Return value:
44154 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
44155
44156 @item Errors:
44157
44158 @table @code
44159 @item EINTR
44160 The call was interrupted by the user.
44161 @end table
44162
44163 @end table
44164
44165 Note that the @code{isatty} call is treated as a special case: it returns
44166 1 to the target if the file descriptor is attached
44167 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
44168 would require implementing @code{ioctl} and would be more complex than
44169 needed.
44170
44171
44172 @node system
44173 @unnumberedsubsubsec system
44174 @cindex system, file-i/o system call
44175
44176 @table @asis
44177 @item Synopsis:
44178 @smallexample
44179 int system(const char *command);
44180 @end smallexample
44181
44182 @item Request:
44183 @samp{Fsystem,@var{commandptr}/@var{len}}
44184
44185 @item Return value:
44186 If @var{len} is zero, the return value indicates whether a shell is
44187 available. A zero return value indicates a shell is not available.
44188 For non-zero @var{len}, the value returned is -1 on error and the
44189 return status of the command otherwise. Only the exit status of the
44190 command is returned, which is extracted from the host's @code{system}
44191 return value by calling @code{WEXITSTATUS(retval)}. In case
44192 @file{/bin/sh} could not be executed, 127 is returned.
44193
44194 @item Errors:
44195
44196 @table @code
44197 @item EINTR
44198 The call was interrupted by the user.
44199 @end table
44200
44201 @end table
44202
44203 @value{GDBN} takes over the full task of calling the necessary host calls
44204 to perform the @code{system} call. The return value of @code{system} on
44205 the host is simplified before it's returned
44206 to the target. Any termination signal information from the child process
44207 is discarded, and the return value consists
44208 entirely of the exit status of the called command.
44209
44210 Due to security concerns, the @code{system} call is by default refused
44211 by @value{GDBN}. The user has to allow this call explicitly with the
44212 @code{set remote system-call-allowed 1} command.
44213
44214 @table @code
44215 @item set remote system-call-allowed
44216 @kindex set remote system-call-allowed
44217 Control whether to allow the @code{system} calls in the File I/O
44218 protocol for the remote target. The default is zero (disabled).
44219
44220 @item show remote system-call-allowed
44221 @kindex show remote system-call-allowed
44222 Show whether the @code{system} calls are allowed in the File I/O
44223 protocol.
44224 @end table
44225
44226 @node Protocol-specific Representation of Datatypes
44227 @subsection Protocol-specific Representation of Datatypes
44228 @cindex protocol-specific representation of datatypes, in file-i/o protocol
44229
44230 @menu
44231 * Integral Datatypes::
44232 * Pointer Values::
44233 * Memory Transfer::
44234 * struct stat::
44235 * struct timeval::
44236 @end menu
44237
44238 @node Integral Datatypes
44239 @unnumberedsubsubsec Integral Datatypes
44240 @cindex integral datatypes, in file-i/o protocol
44241
44242 The integral datatypes used in the system calls are @code{int},
44243 @code{unsigned int}, @code{long}, @code{unsigned long},
44244 @code{mode_t}, and @code{time_t}.
44245
44246 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
44247 implemented as 32 bit values in this protocol.
44248
44249 @code{long} and @code{unsigned long} are implemented as 64 bit types.
44250
44251 @xref{Limits}, for corresponding MIN and MAX values (similar to those
44252 in @file{limits.h}) to allow range checking on host and target.
44253
44254 @code{time_t} datatypes are defined as seconds since the Epoch.
44255
44256 All integral datatypes transferred as part of a memory read or write of a
44257 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
44258 byte order.
44259
44260 @node Pointer Values
44261 @unnumberedsubsubsec Pointer Values
44262 @cindex pointer values, in file-i/o protocol
44263
44264 Pointers to target data are transmitted as they are. An exception
44265 is made for pointers to buffers for which the length isn't
44266 transmitted as part of the function call, namely strings. Strings
44267 are transmitted as a pointer/length pair, both as hex values, e.g.@:
44268
44269 @smallexample
44270 @code{1aaf/12}
44271 @end smallexample
44272
44273 @noindent
44274 which is a pointer to data of length 18 bytes at position 0x1aaf.
44275 The length is defined as the full string length in bytes, including
44276 the trailing null byte. For example, the string @code{"hello world"}
44277 at address 0x123456 is transmitted as
44278
44279 @smallexample
44280 @code{123456/d}
44281 @end smallexample
44282
44283 @node Memory Transfer
44284 @unnumberedsubsubsec Memory Transfer
44285 @cindex memory transfer, in file-i/o protocol
44286
44287 Structured data which is transferred using a memory read or write (for
44288 example, a @code{struct stat}) is expected to be in a protocol-specific format
44289 with all scalar multibyte datatypes being big endian. Translation to
44290 this representation needs to be done both by the target before the @code{F}
44291 packet is sent, and by @value{GDBN} before
44292 it transfers memory to the target. Transferred pointers to structured
44293 data should point to the already-coerced data at any time.
44294
44295
44296 @node struct stat
44297 @unnumberedsubsubsec struct stat
44298 @cindex struct stat, in file-i/o protocol
44299
44300 The buffer of type @code{struct stat} used by the target and @value{GDBN}
44301 is defined as follows:
44302
44303 @smallexample
44304 struct stat @{
44305 unsigned int st_dev; /* device */
44306 unsigned int st_ino; /* inode */
44307 mode_t st_mode; /* protection */
44308 unsigned int st_nlink; /* number of hard links */
44309 unsigned int st_uid; /* user ID of owner */
44310 unsigned int st_gid; /* group ID of owner */
44311 unsigned int st_rdev; /* device type (if inode device) */
44312 unsigned long st_size; /* total size, in bytes */
44313 unsigned long st_blksize; /* blocksize for filesystem I/O */
44314 unsigned long st_blocks; /* number of blocks allocated */
44315 time_t st_atime; /* time of last access */
44316 time_t st_mtime; /* time of last modification */
44317 time_t st_ctime; /* time of last change */
44318 @};
44319 @end smallexample
44320
44321 The integral datatypes conform to the definitions given in the
44322 appropriate section (see @ref{Integral Datatypes}, for details) so this
44323 structure is of size 64 bytes.
44324
44325 The values of several fields have a restricted meaning and/or
44326 range of values.
44327
44328 @table @code
44329
44330 @item st_dev
44331 A value of 0 represents a file, 1 the console.
44332
44333 @item st_ino
44334 No valid meaning for the target. Transmitted unchanged.
44335
44336 @item st_mode
44337 Valid mode bits are described in @ref{Constants}. Any other
44338 bits have currently no meaning for the target.
44339
44340 @item st_uid
44341 @itemx st_gid
44342 @itemx st_rdev
44343 No valid meaning for the target. Transmitted unchanged.
44344
44345 @item st_atime
44346 @itemx st_mtime
44347 @itemx st_ctime
44348 These values have a host and file system dependent
44349 accuracy. Especially on Windows hosts, the file system may not
44350 support exact timing values.
44351 @end table
44352
44353 The target gets a @code{struct stat} of the above representation and is
44354 responsible for coercing it to the target representation before
44355 continuing.
44356
44357 Note that due to size differences between the host, target, and protocol
44358 representations of @code{struct stat} members, these members could eventually
44359 get truncated on the target.
44360
44361 @node struct timeval
44362 @unnumberedsubsubsec struct timeval
44363 @cindex struct timeval, in file-i/o protocol
44364
44365 The buffer of type @code{struct timeval} used by the File-I/O protocol
44366 is defined as follows:
44367
44368 @smallexample
44369 struct timeval @{
44370 time_t tv_sec; /* second */
44371 long tv_usec; /* microsecond */
44372 @};
44373 @end smallexample
44374
44375 The integral datatypes conform to the definitions given in the
44376 appropriate section (see @ref{Integral Datatypes}, for details) so this
44377 structure is of size 8 bytes.
44378
44379 @node Constants
44380 @subsection Constants
44381 @cindex constants, in file-i/o protocol
44382
44383 The following values are used for the constants inside of the
44384 protocol. @value{GDBN} and target are responsible for translating these
44385 values before and after the call as needed.
44386
44387 @menu
44388 * Open Flags::
44389 * mode_t Values::
44390 * Errno Values::
44391 * Lseek Flags::
44392 * Limits::
44393 @end menu
44394
44395 @node Open Flags
44396 @unnumberedsubsubsec Open Flags
44397 @cindex open flags, in file-i/o protocol
44398
44399 All values are given in hexadecimal representation.
44400
44401 @smallexample
44402 O_RDONLY 0x0
44403 O_WRONLY 0x1
44404 O_RDWR 0x2
44405 O_APPEND 0x8
44406 O_CREAT 0x200
44407 O_TRUNC 0x400
44408 O_EXCL 0x800
44409 @end smallexample
44410
44411 @node mode_t Values
44412 @unnumberedsubsubsec mode_t Values
44413 @cindex mode_t values, in file-i/o protocol
44414
44415 All values are given in octal representation.
44416
44417 @smallexample
44418 S_IFREG 0100000
44419 S_IFDIR 040000
44420 S_IRUSR 0400
44421 S_IWUSR 0200
44422 S_IXUSR 0100
44423 S_IRGRP 040
44424 S_IWGRP 020
44425 S_IXGRP 010
44426 S_IROTH 04
44427 S_IWOTH 02
44428 S_IXOTH 01
44429 @end smallexample
44430
44431 @node Errno Values
44432 @unnumberedsubsubsec Errno Values
44433 @cindex errno values, in file-i/o protocol
44434
44435 All values are given in decimal representation.
44436
44437 @smallexample
44438 EPERM 1
44439 ENOENT 2
44440 EINTR 4
44441 EBADF 9
44442 EACCES 13
44443 EFAULT 14
44444 EBUSY 16
44445 EEXIST 17
44446 ENODEV 19
44447 ENOTDIR 20
44448 EISDIR 21
44449 EINVAL 22
44450 ENFILE 23
44451 EMFILE 24
44452 EFBIG 27
44453 ENOSPC 28
44454 ESPIPE 29
44455 EROFS 30
44456 ENAMETOOLONG 91
44457 EUNKNOWN 9999
44458 @end smallexample
44459
44460 @code{EUNKNOWN} is used as a fallback error value if a host system returns
44461 any error value not in the list of supported error numbers.
44462
44463 @node Lseek Flags
44464 @unnumberedsubsubsec Lseek Flags
44465 @cindex lseek flags, in file-i/o protocol
44466
44467 @smallexample
44468 SEEK_SET 0
44469 SEEK_CUR 1
44470 SEEK_END 2
44471 @end smallexample
44472
44473 @node Limits
44474 @unnumberedsubsubsec Limits
44475 @cindex limits, in file-i/o protocol
44476
44477 All values are given in decimal representation.
44478
44479 @smallexample
44480 INT_MIN -2147483648
44481 INT_MAX 2147483647
44482 UINT_MAX 4294967295
44483 LONG_MIN -9223372036854775808
44484 LONG_MAX 9223372036854775807
44485 ULONG_MAX 18446744073709551615
44486 @end smallexample
44487
44488 @node File-I/O Examples
44489 @subsection File-I/O Examples
44490 @cindex file-i/o examples
44491
44492 Example sequence of a write call, file descriptor 3, buffer is at target
44493 address 0x1234, 6 bytes should be written:
44494
44495 @smallexample
44496 <- @code{Fwrite,3,1234,6}
44497 @emph{request memory read from target}
44498 -> @code{m1234,6}
44499 <- XXXXXX
44500 @emph{return "6 bytes written"}
44501 -> @code{F6}
44502 @end smallexample
44503
44504 Example sequence of a read call, file descriptor 3, buffer is at target
44505 address 0x1234, 6 bytes should be read:
44506
44507 @smallexample
44508 <- @code{Fread,3,1234,6}
44509 @emph{request memory write to target}
44510 -> @code{X1234,6:XXXXXX}
44511 @emph{return "6 bytes read"}
44512 -> @code{F6}
44513 @end smallexample
44514
44515 Example sequence of a read call, call fails on the host due to invalid
44516 file descriptor (@code{EBADF}):
44517
44518 @smallexample
44519 <- @code{Fread,3,1234,6}
44520 -> @code{F-1,9}
44521 @end smallexample
44522
44523 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
44524 host is called:
44525
44526 @smallexample
44527 <- @code{Fread,3,1234,6}
44528 -> @code{F-1,4,C}
44529 <- @code{T02}
44530 @end smallexample
44531
44532 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
44533 host is called:
44534
44535 @smallexample
44536 <- @code{Fread,3,1234,6}
44537 -> @code{X1234,6:XXXXXX}
44538 <- @code{T02}
44539 @end smallexample
44540
44541 @node Library List Format
44542 @section Library List Format
44543 @cindex library list format, remote protocol
44544
44545 On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
44546 same process as your application to manage libraries. In this case,
44547 @value{GDBN} can use the loader's symbol table and normal memory
44548 operations to maintain a list of shared libraries. On other
44549 platforms, the operating system manages loaded libraries.
44550 @value{GDBN} can not retrieve the list of currently loaded libraries
44551 through memory operations, so it uses the @samp{qXfer:libraries:read}
44552 packet (@pxref{qXfer library list read}) instead. The remote stub
44553 queries the target's operating system and reports which libraries
44554 are loaded.
44555
44556 The @samp{qXfer:libraries:read} packet returns an XML document which
44557 lists loaded libraries and their offsets. Each library has an
44558 associated name and one or more segment or section base addresses,
44559 which report where the library was loaded in memory.
44560
44561 For the common case of libraries that are fully linked binaries, the
44562 library should have a list of segments. If the target supports
44563 dynamic linking of a relocatable object file, its library XML element
44564 should instead include a list of allocated sections. The segment or
44565 section bases are start addresses, not relocation offsets; they do not
44566 depend on the library's link-time base addresses.
44567
44568 @value{GDBN} must be linked with the Expat library to support XML
44569 library lists. @xref{Expat}.
44570
44571 A simple memory map, with one loaded library relocated by a single
44572 offset, looks like this:
44573
44574 @smallexample
44575 <library-list>
44576 <library name="/lib/libc.so.6">
44577 <segment address="0x10000000"/>
44578 </library>
44579 </library-list>
44580 @end smallexample
44581
44582 Another simple memory map, with one loaded library with three
44583 allocated sections (.text, .data, .bss), looks like this:
44584
44585 @smallexample
44586 <library-list>
44587 <library name="sharedlib.o">
44588 <section address="0x10000000"/>
44589 <section address="0x20000000"/>
44590 <section address="0x30000000"/>
44591 </library>
44592 </library-list>
44593 @end smallexample
44594
44595 The format of a library list is described by this DTD:
44596
44597 @smallexample
44598 <!-- library-list: Root element with versioning -->
44599 <!ELEMENT library-list (library)*>
44600 <!ATTLIST library-list version CDATA #FIXED "1.0">
44601 <!ELEMENT library (segment*, section*)>
44602 <!ATTLIST library name CDATA #REQUIRED>
44603 <!ELEMENT segment EMPTY>
44604 <!ATTLIST segment address CDATA #REQUIRED>
44605 <!ELEMENT section EMPTY>
44606 <!ATTLIST section address CDATA #REQUIRED>
44607 @end smallexample
44608
44609 In addition, segments and section descriptors cannot be mixed within a
44610 single library element, and you must supply at least one segment or
44611 section for each library.
44612
44613 @node Library List Format for SVR4 Targets
44614 @section Library List Format for SVR4 Targets
44615 @cindex library list format, remote protocol
44616
44617 On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
44618 (e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
44619 shared libraries. Still a special library list provided by this packet is
44620 more efficient for the @value{GDBN} remote protocol.
44621
44622 The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
44623 loaded libraries and their SVR4 linker parameters. For each library on SVR4
44624 target, the following parameters are reported:
44625
44626 @itemize @minus
44627 @item
44628 @code{name}, the absolute file name from the @code{l_name} field of
44629 @code{struct link_map}.
44630 @item
44631 @code{lm} with address of @code{struct link_map} used for TLS
44632 (Thread Local Storage) access.
44633 @item
44634 @code{l_addr}, the displacement as read from the field @code{l_addr} of
44635 @code{struct link_map}. For prelinked libraries this is not an absolute
44636 memory address. It is a displacement of absolute memory address against
44637 address the file was prelinked to during the library load.
44638 @item
44639 @code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
44640 @end itemize
44641
44642 Additionally the single @code{main-lm} attribute specifies address of
44643 @code{struct link_map} used for the main executable. This parameter is used
44644 for TLS access and its presence is optional.
44645
44646 @value{GDBN} must be linked with the Expat library to support XML
44647 SVR4 library lists. @xref{Expat}.
44648
44649 A simple memory map, with two loaded libraries (which do not use prelink),
44650 looks like this:
44651
44652 @smallexample
44653 <library-list-svr4 version="1.0" main-lm="0xe4f8f8">
44654 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
44655 l_ld="0xe4eefc"/>
44656 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
44657 l_ld="0x152350"/>
44658 </library-list-svr>
44659 @end smallexample
44660
44661 The format of an SVR4 library list is described by this DTD:
44662
44663 @smallexample
44664 <!-- library-list-svr4: Root element with versioning -->
44665 <!ELEMENT library-list-svr4 (library)*>
44666 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
44667 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
44668 <!ELEMENT library EMPTY>
44669 <!ATTLIST library name CDATA #REQUIRED>
44670 <!ATTLIST library lm CDATA #REQUIRED>
44671 <!ATTLIST library l_addr CDATA #REQUIRED>
44672 <!ATTLIST library l_ld CDATA #REQUIRED>
44673 @end smallexample
44674
44675 @node Memory Map Format
44676 @section Memory Map Format
44677 @cindex memory map format
44678
44679 To be able to write into flash memory, @value{GDBN} needs to obtain a
44680 memory map from the target. This section describes the format of the
44681 memory map.
44682
44683 The memory map is obtained using the @samp{qXfer:memory-map:read}
44684 (@pxref{qXfer memory map read}) packet and is an XML document that
44685 lists memory regions.
44686
44687 @value{GDBN} must be linked with the Expat library to support XML
44688 memory maps. @xref{Expat}.
44689
44690 The top-level structure of the document is shown below:
44691
44692 @smallexample
44693 <?xml version="1.0"?>
44694 <!DOCTYPE memory-map
44695 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44696 "http://sourceware.org/gdb/gdb-memory-map.dtd">
44697 <memory-map>
44698 region...
44699 </memory-map>
44700 @end smallexample
44701
44702 Each region can be either:
44703
44704 @itemize
44705
44706 @item
44707 A region of RAM starting at @var{addr} and extending for @var{length}
44708 bytes from there:
44709
44710 @smallexample
44711 <memory type="ram" start="@var{addr}" length="@var{length}"/>
44712 @end smallexample
44713
44714
44715 @item
44716 A region of read-only memory:
44717
44718 @smallexample
44719 <memory type="rom" start="@var{addr}" length="@var{length}"/>
44720 @end smallexample
44721
44722
44723 @item
44724 A region of flash memory, with erasure blocks @var{blocksize}
44725 bytes in length:
44726
44727 @smallexample
44728 <memory type="flash" start="@var{addr}" length="@var{length}">
44729 <property name="blocksize">@var{blocksize}</property>
44730 </memory>
44731 @end smallexample
44732
44733 @end itemize
44734
44735 Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
44736 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
44737 packets to write to addresses in such ranges.
44738
44739 The formal DTD for memory map format is given below:
44740
44741 @smallexample
44742 <!-- ................................................... -->
44743 <!-- Memory Map XML DTD ................................ -->
44744 <!-- File: memory-map.dtd .............................. -->
44745 <!-- .................................... .............. -->
44746 <!-- memory-map.dtd -->
44747 <!-- memory-map: Root element with versioning -->
44748 <!ELEMENT memory-map (memory)*>
44749 <!ATTLIST memory-map version CDATA #FIXED "1.0.0">
44750 <!ELEMENT memory (property)*>
44751 <!-- memory: Specifies a memory region,
44752 and its type, or device. -->
44753 <!ATTLIST memory type (ram|rom|flash) #REQUIRED
44754 start CDATA #REQUIRED
44755 length CDATA #REQUIRED>
44756 <!-- property: Generic attribute tag -->
44757 <!ELEMENT property (#PCDATA | property)*>
44758 <!ATTLIST property name (blocksize) #REQUIRED>
44759 @end smallexample
44760
44761 @node Thread List Format
44762 @section Thread List Format
44763 @cindex thread list format
44764
44765 To efficiently update the list of threads and their attributes,
44766 @value{GDBN} issues the @samp{qXfer:threads:read} packet
44767 (@pxref{qXfer threads read}) and obtains the XML document with
44768 the following structure:
44769
44770 @smallexample
44771 <?xml version="1.0"?>
44772 <threads>
44773 <thread id="id" core="0" name="name">
44774 ... description ...
44775 </thread>
44776 </threads>
44777 @end smallexample
44778
44779 Each @samp{thread} element must have the @samp{id} attribute that
44780 identifies the thread (@pxref{thread-id syntax}). The
44781 @samp{core} attribute, if present, specifies which processor core
44782 the thread was last executing on. The @samp{name} attribute, if
44783 present, specifies the human-readable name of the thread. The content
44784 of the of @samp{thread} element is interpreted as human-readable
44785 auxiliary information. The @samp{handle} attribute, if present,
44786 is a hex encoded representation of the thread handle.
44787
44788
44789 @node Traceframe Info Format
44790 @section Traceframe Info Format
44791 @cindex traceframe info format
44792
44793 To be able to know which objects in the inferior can be examined when
44794 inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
44795 memory ranges, registers and trace state variables that have been
44796 collected in a traceframe.
44797
44798 This list is obtained using the @samp{qXfer:traceframe-info:read}
44799 (@pxref{qXfer traceframe info read}) packet and is an XML document.
44800
44801 @value{GDBN} must be linked with the Expat library to support XML
44802 traceframe info discovery. @xref{Expat}.
44803
44804 The top-level structure of the document is shown below:
44805
44806 @smallexample
44807 <?xml version="1.0"?>
44808 <!DOCTYPE traceframe-info
44809 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44810 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
44811 <traceframe-info>
44812 block...
44813 </traceframe-info>
44814 @end smallexample
44815
44816 Each traceframe block can be either:
44817
44818 @itemize
44819
44820 @item
44821 A region of collected memory starting at @var{addr} and extending for
44822 @var{length} bytes from there:
44823
44824 @smallexample
44825 <memory start="@var{addr}" length="@var{length}"/>
44826 @end smallexample
44827
44828 @item
44829 A block indicating trace state variable numbered @var{number} has been
44830 collected:
44831
44832 @smallexample
44833 <tvar id="@var{number}"/>
44834 @end smallexample
44835
44836 @end itemize
44837
44838 The formal DTD for the traceframe info format is given below:
44839
44840 @smallexample
44841 <!ELEMENT traceframe-info (memory | tvar)* >
44842 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
44843
44844 <!ELEMENT memory EMPTY>
44845 <!ATTLIST memory start CDATA #REQUIRED
44846 length CDATA #REQUIRED>
44847 <!ELEMENT tvar>
44848 <!ATTLIST tvar id CDATA #REQUIRED>
44849 @end smallexample
44850
44851 @node Branch Trace Format
44852 @section Branch Trace Format
44853 @cindex branch trace format
44854
44855 In order to display the branch trace of an inferior thread,
44856 @value{GDBN} needs to obtain the list of branches. This list is
44857 represented as list of sequential code blocks that are connected via
44858 branches. The code in each block has been executed sequentially.
44859
44860 This list is obtained using the @samp{qXfer:btrace:read}
44861 (@pxref{qXfer btrace read}) packet and is an XML document.
44862
44863 @value{GDBN} must be linked with the Expat library to support XML
44864 traceframe info discovery. @xref{Expat}.
44865
44866 The top-level structure of the document is shown below:
44867
44868 @smallexample
44869 <?xml version="1.0"?>
44870 <!DOCTYPE btrace
44871 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
44872 "http://sourceware.org/gdb/gdb-btrace.dtd">
44873 <btrace>
44874 block...
44875 </btrace>
44876 @end smallexample
44877
44878 @itemize
44879
44880 @item
44881 A block of sequentially executed instructions starting at @var{begin}
44882 and ending at @var{end}:
44883
44884 @smallexample
44885 <block begin="@var{begin}" end="@var{end}"/>
44886 @end smallexample
44887
44888 @end itemize
44889
44890 The formal DTD for the branch trace format is given below:
44891
44892 @smallexample
44893 <!ELEMENT btrace (block* | pt) >
44894 <!ATTLIST btrace version CDATA #FIXED "1.0">
44895
44896 <!ELEMENT block EMPTY>
44897 <!ATTLIST block begin CDATA #REQUIRED
44898 end CDATA #REQUIRED>
44899
44900 <!ELEMENT pt (pt-config?, raw?)>
44901
44902 <!ELEMENT pt-config (cpu?)>
44903
44904 <!ELEMENT cpu EMPTY>
44905 <!ATTLIST cpu vendor CDATA #REQUIRED
44906 family CDATA #REQUIRED
44907 model CDATA #REQUIRED
44908 stepping CDATA #REQUIRED>
44909
44910 <!ELEMENT raw (#PCDATA)>
44911 @end smallexample
44912
44913 @node Branch Trace Configuration Format
44914 @section Branch Trace Configuration Format
44915 @cindex branch trace configuration format
44916
44917 For each inferior thread, @value{GDBN} can obtain the branch trace
44918 configuration using the @samp{qXfer:btrace-conf:read}
44919 (@pxref{qXfer btrace-conf read}) packet.
44920
44921 The configuration describes the branch trace format and configuration
44922 settings for that format. The following information is described:
44923
44924 @table @code
44925 @item bts
44926 This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
44927 @table @code
44928 @item size
44929 The size of the @acronym{BTS} ring buffer in bytes.
44930 @end table
44931 @item pt
44932 This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
44933 PT}) format.
44934 @table @code
44935 @item size
44936 The size of the @acronym{Intel PT} ring buffer in bytes.
44937 @end table
44938 @end table
44939
44940 @value{GDBN} must be linked with the Expat library to support XML
44941 branch trace configuration discovery. @xref{Expat}.
44942
44943 The formal DTD for the branch trace configuration format is given below:
44944
44945 @smallexample
44946 <!ELEMENT btrace-conf (bts?, pt?)>
44947 <!ATTLIST btrace-conf version CDATA #FIXED "1.0">
44948
44949 <!ELEMENT bts EMPTY>
44950 <!ATTLIST bts size CDATA #IMPLIED>
44951
44952 <!ELEMENT pt EMPTY>
44953 <!ATTLIST pt size CDATA #IMPLIED>
44954 @end smallexample
44955
44956 @include agentexpr.texi
44957
44958 @node Target Descriptions
44959 @appendix Target Descriptions
44960 @cindex target descriptions
44961
44962 One of the challenges of using @value{GDBN} to debug embedded systems
44963 is that there are so many minor variants of each processor
44964 architecture in use. It is common practice for vendors to start with
44965 a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
44966 and then make changes to adapt it to a particular market niche. Some
44967 architectures have hundreds of variants, available from dozens of
44968 vendors. This leads to a number of problems:
44969
44970 @itemize @bullet
44971 @item
44972 With so many different customized processors, it is difficult for
44973 the @value{GDBN} maintainers to keep up with the changes.
44974 @item
44975 Since individual variants may have short lifetimes or limited
44976 audiences, it may not be worthwhile to carry information about every
44977 variant in the @value{GDBN} source tree.
44978 @item
44979 When @value{GDBN} does support the architecture of the embedded system
44980 at hand, the task of finding the correct architecture name to give the
44981 @command{set architecture} command can be error-prone.
44982 @end itemize
44983
44984 To address these problems, the @value{GDBN} remote protocol allows a
44985 target system to not only identify itself to @value{GDBN}, but to
44986 actually describe its own features. This lets @value{GDBN} support
44987 processor variants it has never seen before --- to the extent that the
44988 descriptions are accurate, and that @value{GDBN} understands them.
44989
44990 @value{GDBN} must be linked with the Expat library to support XML
44991 target descriptions. @xref{Expat}.
44992
44993 @menu
44994 * Retrieving Descriptions:: How descriptions are fetched from a target.
44995 * Target Description Format:: The contents of a target description.
44996 * Predefined Target Types:: Standard types available for target
44997 descriptions.
44998 * Enum Target Types:: How to define enum target types.
44999 * Standard Target Features:: Features @value{GDBN} knows about.
45000 @end menu
45001
45002 @node Retrieving Descriptions
45003 @section Retrieving Descriptions
45004
45005 Target descriptions can be read from the target automatically, or
45006 specified by the user manually. The default behavior is to read the
45007 description from the target. @value{GDBN} retrieves it via the remote
45008 protocol using @samp{qXfer} requests (@pxref{General Query Packets,
45009 qXfer}). The @var{annex} in the @samp{qXfer} packet will be
45010 @samp{target.xml}. The contents of the @samp{target.xml} annex are an
45011 XML document, of the form described in @ref{Target Description
45012 Format}.
45013
45014 Alternatively, you can specify a file to read for the target description.
45015 If a file is set, the target will not be queried. The commands to
45016 specify a file are:
45017
45018 @table @code
45019 @cindex set tdesc filename
45020 @item set tdesc filename @var{path}
45021 Read the target description from @var{path}.
45022
45023 @cindex unset tdesc filename
45024 @item unset tdesc filename
45025 Do not read the XML target description from a file. @value{GDBN}
45026 will use the description supplied by the current target.
45027
45028 @cindex show tdesc filename
45029 @item show tdesc filename
45030 Show the filename to read for a target description, if any.
45031 @end table
45032
45033
45034 @node Target Description Format
45035 @section Target Description Format
45036 @cindex target descriptions, XML format
45037
45038 A target description annex is an @uref{http://www.w3.org/XML/, XML}
45039 document which complies with the Document Type Definition provided in
45040 the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
45041 means you can use generally available tools like @command{xmllint} to
45042 check that your feature descriptions are well-formed and valid.
45043 However, to help people unfamiliar with XML write descriptions for
45044 their targets, we also describe the grammar here.
45045
45046 Target descriptions can identify the architecture of the remote target
45047 and (for some architectures) provide information about custom register
45048 sets. They can also identify the OS ABI of the remote target.
45049 @value{GDBN} can use this information to autoconfigure for your
45050 target, or to warn you if you connect to an unsupported target.
45051
45052 Here is a simple target description:
45053
45054 @smallexample
45055 <target version="1.0">
45056 <architecture>i386:x86-64</architecture>
45057 </target>
45058 @end smallexample
45059
45060 @noindent
45061 This minimal description only says that the target uses
45062 the x86-64 architecture.
45063
45064 A target description has the following overall form, with [ ] marking
45065 optional elements and @dots{} marking repeatable elements. The elements
45066 are explained further below.
45067
45068 @smallexample
45069 <?xml version="1.0"?>
45070 <!DOCTYPE target SYSTEM "gdb-target.dtd">
45071 <target version="1.0">
45072 @r{[}@var{architecture}@r{]}
45073 @r{[}@var{osabi}@r{]}
45074 @r{[}@var{compatible}@r{]}
45075 @r{[}@var{feature}@dots{}@r{]}
45076 </target>
45077 @end smallexample
45078
45079 @noindent
45080 The description is generally insensitive to whitespace and line
45081 breaks, under the usual common-sense rules. The XML version
45082 declaration and document type declaration can generally be omitted
45083 (@value{GDBN} does not require them), but specifying them may be
45084 useful for XML validation tools. The @samp{version} attribute for
45085 @samp{<target>} may also be omitted, but we recommend
45086 including it; if future versions of @value{GDBN} use an incompatible
45087 revision of @file{gdb-target.dtd}, they will detect and report
45088 the version mismatch.
45089
45090 @subsection Inclusion
45091 @cindex target descriptions, inclusion
45092 @cindex XInclude
45093 @ifnotinfo
45094 @cindex <xi:include>
45095 @end ifnotinfo
45096
45097 It can sometimes be valuable to split a target description up into
45098 several different annexes, either for organizational purposes, or to
45099 share files between different possible target descriptions. You can
45100 divide a description into multiple files by replacing any element of
45101 the target description with an inclusion directive of the form:
45102
45103 @smallexample
45104 <xi:include href="@var{document}"/>
45105 @end smallexample
45106
45107 @noindent
45108 When @value{GDBN} encounters an element of this form, it will retrieve
45109 the named XML @var{document}, and replace the inclusion directive with
45110 the contents of that document. If the current description was read
45111 using @samp{qXfer}, then so will be the included document;
45112 @var{document} will be interpreted as the name of an annex. If the
45113 current description was read from a file, @value{GDBN} will look for
45114 @var{document} as a file in the same directory where it found the
45115 original description.
45116
45117 @subsection Architecture
45118 @cindex <architecture>
45119
45120 An @samp{<architecture>} element has this form:
45121
45122 @smallexample
45123 <architecture>@var{arch}</architecture>
45124 @end smallexample
45125
45126 @var{arch} is one of the architectures from the set accepted by
45127 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45128
45129 @subsection OS ABI
45130 @cindex @code{<osabi>}
45131
45132 This optional field was introduced in @value{GDBN} version 7.0.
45133 Previous versions of @value{GDBN} ignore it.
45134
45135 An @samp{<osabi>} element has this form:
45136
45137 @smallexample
45138 <osabi>@var{abi-name}</osabi>
45139 @end smallexample
45140
45141 @var{abi-name} is an OS ABI name from the same selection accepted by
45142 @w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
45143
45144 @subsection Compatible Architecture
45145 @cindex @code{<compatible>}
45146
45147 This optional field was introduced in @value{GDBN} version 7.0.
45148 Previous versions of @value{GDBN} ignore it.
45149
45150 A @samp{<compatible>} element has this form:
45151
45152 @smallexample
45153 <compatible>@var{arch}</compatible>
45154 @end smallexample
45155
45156 @var{arch} is one of the architectures from the set accepted by
45157 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45158
45159 A @samp{<compatible>} element is used to specify that the target
45160 is able to run binaries in some other than the main target architecture
45161 given by the @samp{<architecture>} element. For example, on the
45162 Cell Broadband Engine, the main architecture is @code{powerpc:common}
45163 or @code{powerpc:common64}, but the system is able to run binaries
45164 in the @code{spu} architecture as well. The way to describe this
45165 capability with @samp{<compatible>} is as follows:
45166
45167 @smallexample
45168 <architecture>powerpc:common</architecture>
45169 <compatible>spu</compatible>
45170 @end smallexample
45171
45172 @subsection Features
45173 @cindex <feature>
45174
45175 Each @samp{<feature>} describes some logical portion of the target
45176 system. Features are currently used to describe available CPU
45177 registers and the types of their contents. A @samp{<feature>} element
45178 has this form:
45179
45180 @smallexample
45181 <feature name="@var{name}">
45182 @r{[}@var{type}@dots{}@r{]}
45183 @var{reg}@dots{}
45184 </feature>
45185 @end smallexample
45186
45187 @noindent
45188 Each feature's name should be unique within the description. The name
45189 of a feature does not matter unless @value{GDBN} has some special
45190 knowledge of the contents of that feature; if it does, the feature
45191 should have its standard name. @xref{Standard Target Features}.
45192
45193 @subsection Types
45194
45195 Any register's value is a collection of bits which @value{GDBN} must
45196 interpret. The default interpretation is a two's complement integer,
45197 but other types can be requested by name in the register description.
45198 Some predefined types are provided by @value{GDBN} (@pxref{Predefined
45199 Target Types}), and the description can define additional composite
45200 and enum types.
45201
45202 Each type element must have an @samp{id} attribute, which gives
45203 a unique (within the containing @samp{<feature>}) name to the type.
45204 Types must be defined before they are used.
45205
45206 @cindex <vector>
45207 Some targets offer vector registers, which can be treated as arrays
45208 of scalar elements. These types are written as @samp{<vector>} elements,
45209 specifying the array element type, @var{type}, and the number of elements,
45210 @var{count}:
45211
45212 @smallexample
45213 <vector id="@var{id}" type="@var{type}" count="@var{count}"/>
45214 @end smallexample
45215
45216 @cindex <union>
45217 If a register's value is usefully viewed in multiple ways, define it
45218 with a union type containing the useful representations. The
45219 @samp{<union>} element contains one or more @samp{<field>} elements,
45220 each of which has a @var{name} and a @var{type}:
45221
45222 @smallexample
45223 <union id="@var{id}">
45224 <field name="@var{name}" type="@var{type}"/>
45225 @dots{}
45226 </union>
45227 @end smallexample
45228
45229 @cindex <struct>
45230 @cindex <flags>
45231 If a register's value is composed from several separate values, define
45232 it with either a structure type or a flags type.
45233 A flags type may only contain bitfields.
45234 A structure type may either contain only bitfields or contain no bitfields.
45235 If the value contains only bitfields, its total size in bytes must be
45236 specified.
45237
45238 Non-bitfield values have a @var{name} and @var{type}.
45239
45240 @smallexample
45241 <struct id="@var{id}">
45242 <field name="@var{name}" type="@var{type}"/>
45243 @dots{}
45244 </struct>
45245 @end smallexample
45246
45247 Both @var{name} and @var{type} values are required.
45248 No implicit padding is added.
45249
45250 Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
45251
45252 @smallexample
45253 <struct id="@var{id}" size="@var{size}">
45254 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
45255 @dots{}
45256 </struct>
45257 @end smallexample
45258
45259 @smallexample
45260 <flags id="@var{id}" size="@var{size}">
45261 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
45262 @dots{}
45263 </flags>
45264 @end smallexample
45265
45266 The @var{name} value is required.
45267 Bitfield values may be named with the empty string, @samp{""},
45268 in which case the field is ``filler'' and its value is not printed.
45269 Not all bits need to be specified, so ``filler'' fields are optional.
45270
45271 The @var{start} and @var{end} values are required, and @var{type}
45272 is optional.
45273 The field's @var{start} must be less than or equal to its @var{end},
45274 and zero represents the least significant bit.
45275
45276 The default value of @var{type} is @code{bool} for single bit fields,
45277 and an unsigned integer otherwise.
45278
45279 Which to choose? Structures or flags?
45280
45281 Registers defined with @samp{flags} have these advantages over
45282 defining them with @samp{struct}:
45283
45284 @itemize @bullet
45285 @item
45286 Arithmetic may be performed on them as if they were integers.
45287 @item
45288 They are printed in a more readable fashion.
45289 @end itemize
45290
45291 Registers defined with @samp{struct} have one advantage over
45292 defining them with @samp{flags}:
45293
45294 @itemize @bullet
45295 @item
45296 One can fetch individual fields like in @samp{C}.
45297
45298 @smallexample
45299 (gdb) print $my_struct_reg.field3
45300 $1 = 42
45301 @end smallexample
45302
45303 @end itemize
45304
45305 @subsection Registers
45306 @cindex <reg>
45307
45308 Each register is represented as an element with this form:
45309
45310 @smallexample
45311 <reg name="@var{name}"
45312 bitsize="@var{size}"
45313 @r{[}regnum="@var{num}"@r{]}
45314 @r{[}save-restore="@var{save-restore}"@r{]}
45315 @r{[}type="@var{type}"@r{]}
45316 @r{[}group="@var{group}"@r{]}/>
45317 @end smallexample
45318
45319 @noindent
45320 The components are as follows:
45321
45322 @table @var
45323
45324 @item name
45325 The register's name; it must be unique within the target description.
45326
45327 @item bitsize
45328 The register's size, in bits.
45329
45330 @item regnum
45331 The register's number. If omitted, a register's number is one greater
45332 than that of the previous register (either in the current feature or in
45333 a preceding feature); the first register in the target description
45334 defaults to zero. This register number is used to read or write
45335 the register; e.g.@: it is used in the remote @code{p} and @code{P}
45336 packets, and registers appear in the @code{g} and @code{G} packets
45337 in order of increasing register number.
45338
45339 @item save-restore
45340 Whether the register should be preserved across inferior function
45341 calls; this must be either @code{yes} or @code{no}. The default is
45342 @code{yes}, which is appropriate for most registers except for
45343 some system control registers; this is not related to the target's
45344 ABI.
45345
45346 @item type
45347 The type of the register. It may be a predefined type, a type
45348 defined in the current feature, or one of the special types @code{int}
45349 and @code{float}. @code{int} is an integer type of the correct size
45350 for @var{bitsize}, and @code{float} is a floating point type (in the
45351 architecture's normal floating point format) of the correct size for
45352 @var{bitsize}. The default is @code{int}.
45353
45354 @item group
45355 The register group to which this register belongs. It can be one of the
45356 standard register groups @code{general}, @code{float}, @code{vector} or an
45357 arbitrary string. Group names should be limited to alphanumeric characters.
45358 If a group name is made up of multiple words the words may be separated by
45359 hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
45360 @var{group} is specified, @value{GDBN} will not display the register in
45361 @code{info registers}.
45362
45363 @end table
45364
45365 @node Predefined Target Types
45366 @section Predefined Target Types
45367 @cindex target descriptions, predefined types
45368
45369 Type definitions in the self-description can build up composite types
45370 from basic building blocks, but can not define fundamental types. Instead,
45371 standard identifiers are provided by @value{GDBN} for the fundamental
45372 types. The currently supported types are:
45373
45374 @table @code
45375
45376 @item bool
45377 Boolean type, occupying a single bit.
45378
45379 @item int8
45380 @itemx int16
45381 @itemx int24
45382 @itemx int32
45383 @itemx int64
45384 @itemx int128
45385 Signed integer types holding the specified number of bits.
45386
45387 @item uint8
45388 @itemx uint16
45389 @itemx uint24
45390 @itemx uint32
45391 @itemx uint64
45392 @itemx uint128
45393 Unsigned integer types holding the specified number of bits.
45394
45395 @item code_ptr
45396 @itemx data_ptr
45397 Pointers to unspecified code and data. The program counter and
45398 any dedicated return address register may be marked as code
45399 pointers; printing a code pointer converts it into a symbolic
45400 address. The stack pointer and any dedicated address registers
45401 may be marked as data pointers.
45402
45403 @item ieee_single
45404 Single precision IEEE floating point.
45405
45406 @item ieee_double
45407 Double precision IEEE floating point.
45408
45409 @item arm_fpa_ext
45410 The 12-byte extended precision format used by ARM FPA registers.
45411
45412 @item i387_ext
45413 The 10-byte extended precision format used by x87 registers.
45414
45415 @item i386_eflags
45416 32bit @sc{eflags} register used by x86.
45417
45418 @item i386_mxcsr
45419 32bit @sc{mxcsr} register used by x86.
45420
45421 @end table
45422
45423 @node Enum Target Types
45424 @section Enum Target Types
45425 @cindex target descriptions, enum types
45426
45427 Enum target types are useful in @samp{struct} and @samp{flags}
45428 register descriptions. @xref{Target Description Format}.
45429
45430 Enum types have a name, size and a list of name/value pairs.
45431
45432 @smallexample
45433 <enum id="@var{id}" size="@var{size}">
45434 <evalue name="@var{name}" value="@var{value}"/>
45435 @dots{}
45436 </enum>
45437 @end smallexample
45438
45439 Enums must be defined before they are used.
45440
45441 @smallexample
45442 <enum id="levels_type" size="4">
45443 <evalue name="low" value="0"/>
45444 <evalue name="high" value="1"/>
45445 </enum>
45446 <flags id="flags_type" size="4">
45447 <field name="X" start="0"/>
45448 <field name="LEVEL" start="1" end="1" type="levels_type"/>
45449 </flags>
45450 <reg name="flags" bitsize="32" type="flags_type"/>
45451 @end smallexample
45452
45453 Given that description, a value of 3 for the @samp{flags} register
45454 would be printed as:
45455
45456 @smallexample
45457 (gdb) info register flags
45458 flags 0x3 [ X LEVEL=high ]
45459 @end smallexample
45460
45461 @node Standard Target Features
45462 @section Standard Target Features
45463 @cindex target descriptions, standard features
45464
45465 A target description must contain either no registers or all the
45466 target's registers. If the description contains no registers, then
45467 @value{GDBN} will assume a default register layout, selected based on
45468 the architecture. If the description contains any registers, the
45469 default layout will not be used; the standard registers must be
45470 described in the target description, in such a way that @value{GDBN}
45471 can recognize them.
45472
45473 This is accomplished by giving specific names to feature elements
45474 which contain standard registers. @value{GDBN} will look for features
45475 with those names and verify that they contain the expected registers;
45476 if any known feature is missing required registers, or if any required
45477 feature is missing, @value{GDBN} will reject the target
45478 description. You can add additional registers to any of the
45479 standard features --- @value{GDBN} will display them just as if
45480 they were added to an unrecognized feature.
45481
45482 This section lists the known features and their expected contents.
45483 Sample XML documents for these features are included in the
45484 @value{GDBN} source tree, in the directory @file{gdb/features}.
45485
45486 Names recognized by @value{GDBN} should include the name of the
45487 company or organization which selected the name, and the overall
45488 architecture to which the feature applies; so e.g.@: the feature
45489 containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
45490
45491 The names of registers are not case sensitive for the purpose
45492 of recognizing standard features, but @value{GDBN} will only display
45493 registers using the capitalization used in the description.
45494
45495 @menu
45496 * AArch64 Features::
45497 * ARC Features::
45498 * ARM Features::
45499 * i386 Features::
45500 * MicroBlaze Features::
45501 * MIPS Features::
45502 * M68K Features::
45503 * NDS32 Features::
45504 * Nios II Features::
45505 * OpenRISC 1000 Features::
45506 * PowerPC Features::
45507 * RISC-V Features::
45508 * RX Features::
45509 * S/390 and System z Features::
45510 * Sparc Features::
45511 * TIC6x Features::
45512 @end menu
45513
45514
45515 @node AArch64 Features
45516 @subsection AArch64 Features
45517 @cindex target descriptions, AArch64 features
45518
45519 The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
45520 targets. It should contain registers @samp{x0} through @samp{x30},
45521 @samp{sp}, @samp{pc}, and @samp{cpsr}.
45522
45523 The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
45524 it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
45525 and @samp{fpcr}.
45526
45527 The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
45528 it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
45529 through @samp{p15}, @samp{ffr} and @samp{vg}.
45530
45531 The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
45532 it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
45533
45534 @node ARC Features
45535 @subsection ARC Features
45536 @cindex target descriptions, ARC Features
45537
45538 ARC processors are so configurable that even core registers and their numbers
45539 are not predetermined completely. Moreover, @emph{flags} and @emph{PC}
45540 registers, which are important to @value{GDBN}, are not ``core'' registers in
45541 ARC. Therefore, there are two features that their presence is mandatory:
45542 @samp{org.gnu.gdb.arc.core} and @samp{org.gnu.gdb.arc.aux}.
45543
45544 The @samp{org.gnu.gdb.arc.core} feature is required for all targets. It must
45545 contain registers:
45546
45547 @itemize @minus
45548 @item
45549 @samp{r0} through @samp{r25} for normal register file targets.
45550 @item
45551 @samp{r0} through @samp{r3}, and @samp{r10} through @samp{r15} for reduced
45552 register file targets.
45553 @item
45554 @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}@footnote{Not necessary for ARCv1.},
45555 @samp{blink}, @samp{lp_count}, @samp{pcl}.
45556 @end itemize
45557
45558 In case of an ARCompact target (ARCv1 ISA), the @samp{org.gnu.gdb.arc.core}
45559 feature may contain registers @samp{ilink1} and @samp{ilink2}. While in case
45560 of ARC EM and ARC HS targets (ARCv2 ISA), register @samp{ilink} may be present.
45561 The difference between ARCv1 and ARCv2 is the naming of registers @emph{29th}
45562 and @emph{30th}. They are called @samp{ilink1} and @samp{ilink2} for ARCv1 and
45563 are optional. For ARCv2, they are called @samp{ilink} and @samp{r30} and only
45564 @samp{ilink} is optional. The optionality of @samp{ilink*} registers is
45565 because of their inaccessibility during user space debugging sessions.
45566
45567 Extension core registers @samp{r32} through @samp{r59} are optional and their
45568 existence depends on the configuration. When debugging GNU/Linux applications,
45569 i.e.@: user space debugging, these core registers are not available.
45570
45571 The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets. Here
45572 is the list of registers pertinent to this feature:
45573
45574 @itemize @minus
45575 @item
45576 mandatory: @samp{pc} and @samp{status32}.
45577 @item
45578 optional: @samp{lp_start}, @samp{lp_end}, and @samp{bta}.
45579 @end itemize
45580
45581 @node ARM Features
45582 @subsection ARM Features
45583 @cindex target descriptions, ARM features
45584
45585 The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
45586 ARM targets.
45587 It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
45588 @samp{lr}, @samp{pc}, and @samp{cpsr}.
45589
45590 For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
45591 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
45592 registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
45593 and @samp{xpsr}.
45594
45595 The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
45596 should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
45597
45598 The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
45599 it should contain at least registers @samp{wR0} through @samp{wR15} and
45600 @samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
45601 @samp{wCSSF}, and @samp{wCASF} registers are optional.
45602
45603 The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
45604 should contain at least registers @samp{d0} through @samp{d15}. If
45605 they are present, @samp{d16} through @samp{d31} should also be included.
45606 @value{GDBN} will synthesize the single-precision registers from
45607 halves of the double-precision registers.
45608
45609 The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
45610 need to contain registers; it instructs @value{GDBN} to display the
45611 VFP double-precision registers as vectors and to synthesize the
45612 quad-precision registers from pairs of double-precision registers.
45613 If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
45614 be present and include 32 double-precision registers.
45615
45616 @node i386 Features
45617 @subsection i386 Features
45618 @cindex target descriptions, i386 features
45619
45620 The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
45621 targets. It should describe the following registers:
45622
45623 @itemize @minus
45624 @item
45625 @samp{eax} through @samp{edi} plus @samp{eip} for i386
45626 @item
45627 @samp{rax} through @samp{r15} plus @samp{rip} for amd64
45628 @item
45629 @samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
45630 @samp{fs}, @samp{gs}
45631 @item
45632 @samp{st0} through @samp{st7}
45633 @item
45634 @samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
45635 @samp{foseg}, @samp{fooff} and @samp{fop}
45636 @end itemize
45637
45638 The register sets may be different, depending on the target.
45639
45640 The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
45641 describe registers:
45642
45643 @itemize @minus
45644 @item
45645 @samp{xmm0} through @samp{xmm7} for i386
45646 @item
45647 @samp{xmm0} through @samp{xmm15} for amd64
45648 @item
45649 @samp{mxcsr}
45650 @end itemize
45651
45652 The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
45653 @samp{org.gnu.gdb.i386.sse} feature. It should
45654 describe the upper 128 bits of @sc{ymm} registers:
45655
45656 @itemize @minus
45657 @item
45658 @samp{ymm0h} through @samp{ymm7h} for i386
45659 @item
45660 @samp{ymm0h} through @samp{ymm15h} for amd64
45661 @end itemize
45662
45663 The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
45664 Memory Protection Extension (MPX). It should describe the following registers:
45665
45666 @itemize @minus
45667 @item
45668 @samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
45669 @item
45670 @samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
45671 @end itemize
45672
45673 The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
45674 describe a single register, @samp{orig_eax}.
45675
45676 The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
45677 describe two system registers: @samp{fs_base} and @samp{gs_base}.
45678
45679 The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
45680 @samp{org.gnu.gdb.i386.avx} feature. It should
45681 describe additional @sc{xmm} registers:
45682
45683 @itemize @minus
45684 @item
45685 @samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
45686 @end itemize
45687
45688 It should describe the upper 128 bits of additional @sc{ymm} registers:
45689
45690 @itemize @minus
45691 @item
45692 @samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
45693 @end itemize
45694
45695 It should
45696 describe the upper 256 bits of @sc{zmm} registers:
45697
45698 @itemize @minus
45699 @item
45700 @samp{zmm0h} through @samp{zmm7h} for i386.
45701 @item
45702 @samp{zmm0h} through @samp{zmm15h} for amd64.
45703 @end itemize
45704
45705 It should
45706 describe the additional @sc{zmm} registers:
45707
45708 @itemize @minus
45709 @item
45710 @samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
45711 @end itemize
45712
45713 The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
45714 describe a single register, @samp{pkru}. It is a 32-bit register
45715 valid for i386 and amd64.
45716
45717 @node MicroBlaze Features
45718 @subsection MicroBlaze Features
45719 @cindex target descriptions, MicroBlaze features
45720
45721 The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
45722 targets. It should contain registers @samp{r0} through @samp{r31},
45723 @samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
45724 @samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
45725 @samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
45726
45727 The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
45728 If present, it should contain registers @samp{rshr} and @samp{rslr}
45729
45730 @node MIPS Features
45731 @subsection @acronym{MIPS} Features
45732 @cindex target descriptions, @acronym{MIPS} features
45733
45734 The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
45735 It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
45736 @samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
45737 on the target.
45738
45739 The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
45740 contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
45741 registers. They may be 32-bit or 64-bit depending on the target.
45742
45743 The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
45744 it may be optional in a future version of @value{GDBN}. It should
45745 contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
45746 @samp{fir}. They may be 32-bit or 64-bit depending on the target.
45747
45748 The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
45749 contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
45750 @samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
45751 be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
45752
45753 The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
45754 contain a single register, @samp{restart}, which is used by the
45755 Linux kernel to control restartable syscalls.
45756
45757 @node M68K Features
45758 @subsection M68K Features
45759 @cindex target descriptions, M68K features
45760
45761 @table @code
45762 @item @samp{org.gnu.gdb.m68k.core}
45763 @itemx @samp{org.gnu.gdb.coldfire.core}
45764 @itemx @samp{org.gnu.gdb.fido.core}
45765 One of those features must be always present.
45766 The feature that is present determines which flavor of m68k is
45767 used. The feature that is present should contain registers
45768 @samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
45769 @samp{sp}, @samp{ps} and @samp{pc}.
45770
45771 @item @samp{org.gnu.gdb.coldfire.fp}
45772 This feature is optional. If present, it should contain registers
45773 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
45774 @samp{fpiaddr}.
45775
45776 Note that, despite the fact that this feature's name says
45777 @samp{coldfire}, it is used to describe any floating point registers.
45778 The size of the registers must match the main m68k flavor; so, for
45779 example, if the primary feature is reported as @samp{coldfire}, then
45780 64-bit floating point registers are required.
45781 @end table
45782
45783 @node NDS32 Features
45784 @subsection NDS32 Features
45785 @cindex target descriptions, NDS32 features
45786
45787 The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
45788 targets. It should contain at least registers @samp{r0} through
45789 @samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
45790 and @samp{pc}.
45791
45792 The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
45793 it should contain 64-bit double-precision floating-point registers
45794 @samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
45795 @samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
45796
45797 @emph{Note:} The first sixteen 64-bit double-precision floating-point
45798 registers are overlapped with the thirty-two 32-bit single-precision
45799 floating-point registers. The 32-bit single-precision registers, if
45800 not being listed explicitly, will be synthesized from halves of the
45801 overlapping 64-bit double-precision registers. Listing 32-bit
45802 single-precision registers explicitly is deprecated, and the
45803 support to it could be totally removed some day.
45804
45805 @node Nios II Features
45806 @subsection Nios II Features
45807 @cindex target descriptions, Nios II features
45808
45809 The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
45810 targets. It should contain the 32 core registers (@samp{zero},
45811 @samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
45812 @samp{pc}, and the 16 control registers (@samp{status} through
45813 @samp{mpuacc}).
45814
45815 @node OpenRISC 1000 Features
45816 @subsection Openrisc 1000 Features
45817 @cindex target descriptions, OpenRISC 1000 features
45818
45819 The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
45820 targets. It should contain the 32 general purpose registers (@samp{r0}
45821 through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
45822
45823 @node PowerPC Features
45824 @subsection PowerPC Features
45825 @cindex target descriptions, PowerPC features
45826
45827 The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
45828 targets. It should contain registers @samp{r0} through @samp{r31},
45829 @samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
45830 @samp{xer}. They may be 32-bit or 64-bit depending on the target.
45831
45832 The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
45833 contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
45834
45835 The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
45836 contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
45837 @samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
45838 through @samp{v31} as aliases for the corresponding @samp{vrX}
45839 registers.
45840
45841 The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
45842 contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
45843 combine these registers with the floating point registers (@samp{f0}
45844 through @samp{f31}) and the altivec registers (@samp{vr0} through
45845 @samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
45846 @samp{vs63}, the set of vector-scalar registers for POWER7.
45847 Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
45848 @samp{org.gnu.gdb.power.altivec}.
45849
45850 The @samp{org.gnu.gdb.power.spe} feature is optional. It should
45851 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
45852 @samp{spefscr}. SPE targets should provide 32-bit registers in
45853 @samp{org.gnu.gdb.power.core} and provide the upper halves in
45854 @samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
45855 these to present registers @samp{ev0} through @samp{ev31} to the
45856 user.
45857
45858 The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
45859 contain the 64-bit register @samp{ppr}.
45860
45861 The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
45862 contain the 64-bit register @samp{dscr}.
45863
45864 The @samp{org.gnu.gdb.power.tar} feature is optional. It should
45865 contain the 64-bit register @samp{tar}.
45866
45867 The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
45868 contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
45869 64-bit wide.
45870
45871 The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
45872 contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
45873 and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
45874 server PMU registers provided by @sc{gnu}/Linux.
45875
45876 The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
45877 contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
45878 64-bit wide.
45879
45880 The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
45881 contain the checkpointed general-purpose registers @samp{cr0} through
45882 @samp{cr31}, as well as the checkpointed registers @samp{clr} and
45883 @samp{cctr}. These registers may all be either 32-bit or 64-bit
45884 depending on the target. It should also contain the checkpointed
45885 registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
45886 wide.
45887
45888 The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
45889 contain the checkpointed 64-bit floating-point registers @samp{cf0}
45890 through @samp{cf31}, as well as the checkpointed 64-bit register
45891 @samp{cfpscr}.
45892
45893 The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
45894 should contain the checkpointed altivec registers @samp{cvr0} through
45895 @samp{cvr31}, all 128-bit wide. It should also contain the
45896 checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
45897 wide.
45898
45899 The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
45900 contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
45901 will combine these registers with the checkpointed floating point
45902 registers (@samp{cf0} through @samp{cf31}) and the checkpointed
45903 altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
45904 128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
45905 @samp{cvs63}. Therefore, this feature requires both
45906 @samp{org.gnu.gdb.power.htm.altivec} and
45907 @samp{org.gnu.gdb.power.htm.fpu}.
45908
45909 The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
45910 contain the 64-bit checkpointed register @samp{cppr}.
45911
45912 The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
45913 contain the 64-bit checkpointed register @samp{cdscr}.
45914
45915 The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
45916 contain the 64-bit checkpointed register @samp{ctar}.
45917
45918
45919 @node RISC-V Features
45920 @subsection RISC-V Features
45921 @cindex target descriptions, RISC-V Features
45922
45923 The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
45924 targets. It should contain the registers @samp{x0} through
45925 @samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
45926 @samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
45927 etc).
45928
45929 The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
45930 should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
45931 @samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
45932 architectural register names, or the ABI names can be used.
45933
45934 The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
45935 it should contain registers that are not backed by real registers on
45936 the target, but are instead virtual, where the register value is
45937 derived from other target state. In many ways these are like
45938 @value{GDBN}s pseudo-registers, except implemented by the target.
45939 Currently the only register expected in this set is the one byte
45940 @samp{priv} register that contains the target's privilege level in the
45941 least significant two bits.
45942
45943 The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
45944 should contain all of the target's standard CSRs. Standard CSRs are
45945 those defined in the RISC-V specification documents. There is some
45946 overlap between this feature and the fpu feature; the @samp{fflags},
45947 @samp{frm}, and @samp{fcsr} registers could be in either feature. The
45948 expectation is that these registers will be in the fpu feature if the
45949 target has floating point hardware, but can be moved into the csr
45950 feature if the target has the floating point control registers, but no
45951 other floating point hardware.
45952
45953 @node RX Features
45954 @subsection RX Features
45955 @cindex target descriptions, RX Features
45956
45957 The @samp{org.gnu.gdb.rx.core} feature is required for RX
45958 targets. It should contain the registers @samp{r0} through
45959 @samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
45960 @samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
45961
45962 @node S/390 and System z Features
45963 @subsection S/390 and System z Features
45964 @cindex target descriptions, S/390 features
45965 @cindex target descriptions, System z features
45966
45967 The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
45968 System z targets. It should contain the PSW and the 16 general
45969 registers. In particular, System z targets should provide the 64-bit
45970 registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
45971 S/390 targets should provide the 32-bit versions of these registers.
45972 A System z target that runs in 31-bit addressing mode should provide
45973 32-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
45974 register's upper halves @samp{r0h} through @samp{r15h}, and their
45975 lower halves @samp{r0l} through @samp{r15l}.
45976
45977 The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
45978 contain the 64-bit registers @samp{f0} through @samp{f15}, and
45979 @samp{fpc}.
45980
45981 The @samp{org.gnu.gdb.s390.acr} feature is required. It should
45982 contain the 32-bit registers @samp{acr0} through @samp{acr15}.
45983
45984 The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
45985 contain the register @samp{orig_r2}, which is 64-bit wide on System z
45986 targets and 32-bit otherwise. In addition, the feature may contain
45987 the @samp{last_break} register, whose width depends on the addressing
45988 mode, as well as the @samp{system_call} register, which is always
45989 32-bit wide.
45990
45991 The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
45992 contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
45993 @samp{atia}, and @samp{tr0} through @samp{tr15}.
45994
45995 The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
45996 64-bit wide registers @samp{v0l} through @samp{v15l}, which will be
45997 combined by @value{GDBN} with the floating point registers @samp{f0}
45998 through @samp{f15} to present the 128-bit wide vector registers
45999 @samp{v0} through @samp{v15}. In addition, this feature should
46000 contain the 128-bit wide vector registers @samp{v16} through
46001 @samp{v31}.
46002
46003 The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
46004 the 64-bit wide guarded-storage-control registers @samp{gsd},
46005 @samp{gssm}, and @samp{gsepla}.
46006
46007 The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
46008 the 64-bit wide guarded-storage broadcast control registers
46009 @samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
46010
46011 @node Sparc Features
46012 @subsection Sparc Features
46013 @cindex target descriptions, sparc32 features
46014 @cindex target descriptions, sparc64 features
46015 The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
46016 targets. It should describe the following registers:
46017
46018 @itemize @minus
46019 @item
46020 @samp{g0} through @samp{g7}
46021 @item
46022 @samp{o0} through @samp{o7}
46023 @item
46024 @samp{l0} through @samp{l7}
46025 @item
46026 @samp{i0} through @samp{i7}
46027 @end itemize
46028
46029 They may be 32-bit or 64-bit depending on the target.
46030
46031 Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
46032 targets. It should describe the following registers:
46033
46034 @itemize @minus
46035 @item
46036 @samp{f0} through @samp{f31}
46037 @item
46038 @samp{f32} through @samp{f62} for sparc64
46039 @end itemize
46040
46041 The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
46042 targets. It should describe the following registers:
46043
46044 @itemize @minus
46045 @item
46046 @samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
46047 @samp{fsr}, and @samp{csr} for sparc32
46048 @item
46049 @samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
46050 for sparc64
46051 @end itemize
46052
46053 @node TIC6x Features
46054 @subsection TMS320C6x Features
46055 @cindex target descriptions, TIC6x features
46056 @cindex target descriptions, TMS320C6x features
46057 The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
46058 targets. It should contain registers @samp{A0} through @samp{A15},
46059 registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
46060
46061 The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
46062 contain registers @samp{A16} through @samp{A31} and @samp{B16}
46063 through @samp{B31}.
46064
46065 The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
46066 contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
46067
46068 @node Operating System Information
46069 @appendix Operating System Information
46070 @cindex operating system information
46071
46072 Users of @value{GDBN} often wish to obtain information about the state of
46073 the operating system running on the target---for example the list of
46074 processes, or the list of open files. This section describes the
46075 mechanism that makes it possible. This mechanism is similar to the
46076 target features mechanism (@pxref{Target Descriptions}), but focuses
46077 on a different aspect of target.
46078
46079 Operating system information is retrieved from the target via the
46080 remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
46081 read}). The object name in the request should be @samp{osdata}, and
46082 the @var{annex} identifies the data to be fetched.
46083
46084 @menu
46085 * Process list::
46086 @end menu
46087
46088 @node Process list
46089 @appendixsection Process list
46090 @cindex operating system information, process list
46091
46092 When requesting the process list, the @var{annex} field in the
46093 @samp{qXfer} request should be @samp{processes}. The returned data is
46094 an XML document. The formal syntax of this document is defined in
46095 @file{gdb/features/osdata.dtd}.
46096
46097 An example document is:
46098
46099 @smallexample
46100 <?xml version="1.0"?>
46101 <!DOCTYPE target SYSTEM "osdata.dtd">
46102 <osdata type="processes">
46103 <item>
46104 <column name="pid">1</column>
46105 <column name="user">root</column>
46106 <column name="command">/sbin/init</column>
46107 <column name="cores">1,2,3</column>
46108 </item>
46109 </osdata>
46110 @end smallexample
46111
46112 Each item should include a column whose name is @samp{pid}. The value
46113 of that column should identify the process on the target. The
46114 @samp{user} and @samp{command} columns are optional, and will be
46115 displayed by @value{GDBN}. The @samp{cores} column, if present,
46116 should contain a comma-separated list of cores that this process
46117 is running on. Target may provide additional columns,
46118 which @value{GDBN} currently ignores.
46119
46120 @node Trace File Format
46121 @appendix Trace File Format
46122 @cindex trace file format
46123
46124 The trace file comes in three parts: a header, a textual description
46125 section, and a trace frame section with binary data.
46126
46127 The header has the form @code{\x7fTRACE0\n}. The first byte is
46128 @code{0x7f} so as to indicate that the file contains binary data,
46129 while the @code{0} is a version number that may have different values
46130 in the future.
46131
46132 The description section consists of multiple lines of @sc{ascii} text
46133 separated by newline characters (@code{0xa}). The lines may include a
46134 variety of optional descriptive or context-setting information, such
46135 as tracepoint definitions or register set size. @value{GDBN} will
46136 ignore any line that it does not recognize. An empty line marks the end
46137 of this section.
46138
46139 @table @code
46140 @item R @var{size}
46141 Specifies the size of a register block in bytes. This is equal to the
46142 size of a @code{g} packet payload in the remote protocol. @var{size}
46143 is an ascii decimal number. There should be only one such line in
46144 a single trace file.
46145
46146 @item status @var{status}
46147 Trace status. @var{status} has the same format as a @code{qTStatus}
46148 remote packet reply. There should be only one such line in a single trace
46149 file.
46150
46151 @item tp @var{payload}
46152 Tracepoint definition. The @var{payload} has the same format as
46153 @code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
46154 may take multiple lines of definition, corresponding to the multiple
46155 reply packets.
46156
46157 @item tsv @var{payload}
46158 Trace state variable definition. The @var{payload} has the same format as
46159 @code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
46160 may take multiple lines of definition, corresponding to the multiple
46161 reply packets.
46162
46163 @item tdesc @var{payload}
46164 Target description in XML format. The @var{payload} is a single line of
46165 the XML file. All such lines should be concatenated together to get
46166 the original XML file. This file is in the same format as @code{qXfer}
46167 @code{features} payload, and corresponds to the main @code{target.xml}
46168 file. Includes are not allowed.
46169
46170 @end table
46171
46172 The trace frame section consists of a number of consecutive frames.
46173 Each frame begins with a two-byte tracepoint number, followed by a
46174 four-byte size giving the amount of data in the frame. The data in
46175 the frame consists of a number of blocks, each introduced by a
46176 character indicating its type (at least register, memory, and trace
46177 state variable). The data in this section is raw binary, not a
46178 hexadecimal or other encoding; its endianness matches the target's
46179 endianness.
46180
46181 @c FIXME bi-arch may require endianness/arch info in description section
46182
46183 @table @code
46184 @item R @var{bytes}
46185 Register block. The number and ordering of bytes matches that of a
46186 @code{g} packet in the remote protocol. Note that these are the
46187 actual bytes, in target order, not a hexadecimal encoding.
46188
46189 @item M @var{address} @var{length} @var{bytes}...
46190 Memory block. This is a contiguous block of memory, at the 8-byte
46191 address @var{address}, with a 2-byte length @var{length}, followed by
46192 @var{length} bytes.
46193
46194 @item V @var{number} @var{value}
46195 Trace state variable block. This records the 8-byte signed value
46196 @var{value} of trace state variable numbered @var{number}.
46197
46198 @end table
46199
46200 Future enhancements of the trace file format may include additional types
46201 of blocks.
46202
46203 @node Index Section Format
46204 @appendix @code{.gdb_index} section format
46205 @cindex .gdb_index section format
46206 @cindex index section format
46207
46208 This section documents the index section that is created by @code{save
46209 gdb-index} (@pxref{Index Files}). The index section is
46210 DWARF-specific; some knowledge of DWARF is assumed in this
46211 description.
46212
46213 The mapped index file format is designed to be directly
46214 @code{mmap}able on any architecture. In most cases, a datum is
46215 represented using a little-endian 32-bit integer value, called an
46216 @code{offset_type}. Big endian machines must byte-swap the values
46217 before using them. Exceptions to this rule are noted. The data is
46218 laid out such that alignment is always respected.
46219
46220 A mapped index consists of several areas, laid out in order.
46221
46222 @enumerate
46223 @item
46224 The file header. This is a sequence of values, of @code{offset_type}
46225 unless otherwise noted:
46226
46227 @enumerate
46228 @item
46229 The version number, currently 8. Versions 1, 2 and 3 are obsolete.
46230 Version 4 uses a different hashing function from versions 5 and 6.
46231 Version 6 includes symbols for inlined functions, whereas versions 4
46232 and 5 do not. Version 7 adds attributes to the CU indices in the
46233 symbol table. Version 8 specifies that symbols from DWARF type units
46234 (@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
46235 compilation unit (@samp{DW_TAG_comp_unit}) using the type.
46236
46237 @value{GDBN} will only read version 4, 5, or 6 indices
46238 by specifying @code{set use-deprecated-index-sections on}.
46239 GDB has a workaround for potentially broken version 7 indices so it is
46240 currently not flagged as deprecated.
46241
46242 @item
46243 The offset, from the start of the file, of the CU list.
46244
46245 @item
46246 The offset, from the start of the file, of the types CU list. Note
46247 that this area can be empty, in which case this offset will be equal
46248 to the next offset.
46249
46250 @item
46251 The offset, from the start of the file, of the address area.
46252
46253 @item
46254 The offset, from the start of the file, of the symbol table.
46255
46256 @item
46257 The offset, from the start of the file, of the constant pool.
46258 @end enumerate
46259
46260 @item
46261 The CU list. This is a sequence of pairs of 64-bit little-endian
46262 values, sorted by the CU offset. The first element in each pair is
46263 the offset of a CU in the @code{.debug_info} section. The second
46264 element in each pair is the length of that CU. References to a CU
46265 elsewhere in the map are done using a CU index, which is just the
46266 0-based index into this table. Note that if there are type CUs, then
46267 conceptually CUs and type CUs form a single list for the purposes of
46268 CU indices.
46269
46270 @item
46271 The types CU list. This is a sequence of triplets of 64-bit
46272 little-endian values. In a triplet, the first value is the CU offset,
46273 the second value is the type offset in the CU, and the third value is
46274 the type signature. The types CU list is not sorted.
46275
46276 @item
46277 The address area. The address area consists of a sequence of address
46278 entries. Each address entry has three elements:
46279
46280 @enumerate
46281 @item
46282 The low address. This is a 64-bit little-endian value.
46283
46284 @item
46285 The high address. This is a 64-bit little-endian value. Like
46286 @code{DW_AT_high_pc}, the value is one byte beyond the end.
46287
46288 @item
46289 The CU index. This is an @code{offset_type} value.
46290 @end enumerate
46291
46292 @item
46293 The symbol table. This is an open-addressed hash table. The size of
46294 the hash table is always a power of 2.
46295
46296 Each slot in the hash table consists of a pair of @code{offset_type}
46297 values. The first value is the offset of the symbol's name in the
46298 constant pool. The second value is the offset of the CU vector in the
46299 constant pool.
46300
46301 If both values are 0, then this slot in the hash table is empty. This
46302 is ok because while 0 is a valid constant pool index, it cannot be a
46303 valid index for both a string and a CU vector.
46304
46305 The hash value for a table entry is computed by applying an
46306 iterative hash function to the symbol's name. Starting with an
46307 initial value of @code{r = 0}, each (unsigned) character @samp{c} in
46308 the string is incorporated into the hash using the formula depending on the
46309 index version:
46310
46311 @table @asis
46312 @item Version 4
46313 The formula is @code{r = r * 67 + c - 113}.
46314
46315 @item Versions 5 to 7
46316 The formula is @code{r = r * 67 + tolower (c) - 113}.
46317 @end table
46318
46319 The terminating @samp{\0} is not incorporated into the hash.
46320
46321 The step size used in the hash table is computed via
46322 @code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
46323 value, and @samp{size} is the size of the hash table. The step size
46324 is used to find the next candidate slot when handling a hash
46325 collision.
46326
46327 The names of C@t{++} symbols in the hash table are canonicalized. We
46328 don't currently have a simple description of the canonicalization
46329 algorithm; if you intend to create new index sections, you must read
46330 the code.
46331
46332 @item
46333 The constant pool. This is simply a bunch of bytes. It is organized
46334 so that alignment is correct: CU vectors are stored first, followed by
46335 strings.
46336
46337 A CU vector in the constant pool is a sequence of @code{offset_type}
46338 values. The first value is the number of CU indices in the vector.
46339 Each subsequent value is the index and symbol attributes of a CU in
46340 the CU list. This element in the hash table is used to indicate which
46341 CUs define the symbol and how the symbol is used.
46342 See below for the format of each CU index+attributes entry.
46343
46344 A string in the constant pool is zero-terminated.
46345 @end enumerate
46346
46347 Attributes were added to CU index values in @code{.gdb_index} version 7.
46348 If a symbol has multiple uses within a CU then there is one
46349 CU index+attributes value for each use.
46350
46351 The format of each CU index+attributes entry is as follows
46352 (bit 0 = LSB):
46353
46354 @table @asis
46355
46356 @item Bits 0-23
46357 This is the index of the CU in the CU list.
46358 @item Bits 24-27
46359 These bits are reserved for future purposes and must be zero.
46360 @item Bits 28-30
46361 The kind of the symbol in the CU.
46362
46363 @table @asis
46364 @item 0
46365 This value is reserved and should not be used.
46366 By reserving zero the full @code{offset_type} value is backwards compatible
46367 with previous versions of the index.
46368 @item 1
46369 The symbol is a type.
46370 @item 2
46371 The symbol is a variable or an enum value.
46372 @item 3
46373 The symbol is a function.
46374 @item 4
46375 Any other kind of symbol.
46376 @item 5,6,7
46377 These values are reserved.
46378 @end table
46379
46380 @item Bit 31
46381 This bit is zero if the value is global and one if it is static.
46382
46383 The determination of whether a symbol is global or static is complicated.
46384 The authorative reference is the file @file{dwarf2read.c} in
46385 @value{GDBN} sources.
46386
46387 @end table
46388
46389 This pseudo-code describes the computation of a symbol's kind and
46390 global/static attributes in the index.
46391
46392 @smallexample
46393 is_external = get_attribute (die, DW_AT_external);
46394 language = get_attribute (cu_die, DW_AT_language);
46395 switch (die->tag)
46396 @{
46397 case DW_TAG_typedef:
46398 case DW_TAG_base_type:
46399 case DW_TAG_subrange_type:
46400 kind = TYPE;
46401 is_static = 1;
46402 break;
46403 case DW_TAG_enumerator:
46404 kind = VARIABLE;
46405 is_static = language != CPLUS;
46406 break;
46407 case DW_TAG_subprogram:
46408 kind = FUNCTION;
46409 is_static = ! (is_external || language == ADA);
46410 break;
46411 case DW_TAG_constant:
46412 kind = VARIABLE;
46413 is_static = ! is_external;
46414 break;
46415 case DW_TAG_variable:
46416 kind = VARIABLE;
46417 is_static = ! is_external;
46418 break;
46419 case DW_TAG_namespace:
46420 kind = TYPE;
46421 is_static = 0;
46422 break;
46423 case DW_TAG_class_type:
46424 case DW_TAG_interface_type:
46425 case DW_TAG_structure_type:
46426 case DW_TAG_union_type:
46427 case DW_TAG_enumeration_type:
46428 kind = TYPE;
46429 is_static = language != CPLUS;
46430 break;
46431 default:
46432 assert (0);
46433 @}
46434 @end smallexample
46435
46436 @node Man Pages
46437 @appendix Manual pages
46438 @cindex Man pages
46439
46440 @menu
46441 * gdb man:: The GNU Debugger man page
46442 * gdbserver man:: Remote Server for the GNU Debugger man page
46443 * gcore man:: Generate a core file of a running program
46444 * gdbinit man:: gdbinit scripts
46445 * gdb-add-index man:: Add index files to speed up GDB
46446 @end menu
46447
46448 @node gdb man
46449 @heading gdb man
46450
46451 @c man title gdb The GNU Debugger
46452
46453 @c man begin SYNOPSIS gdb
46454 gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
46455 [@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
46456 [@option{-b}@w{ }@var{bps}]
46457 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
46458 [@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
46459 [@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
46460 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
46461 [@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
46462 @c man end
46463
46464 @c man begin DESCRIPTION gdb
46465 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
46466 going on ``inside'' another program while it executes -- or what another
46467 program was doing at the moment it crashed.
46468
46469 @value{GDBN} can do four main kinds of things (plus other things in support of
46470 these) to help you catch bugs in the act:
46471
46472 @itemize @bullet
46473 @item
46474 Start your program, specifying anything that might affect its behavior.
46475
46476 @item
46477 Make your program stop on specified conditions.
46478
46479 @item
46480 Examine what has happened, when your program has stopped.
46481
46482 @item
46483 Change things in your program, so you can experiment with correcting the
46484 effects of one bug and go on to learn about another.
46485 @end itemize
46486
46487 You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
46488 Modula-2.
46489
46490 @value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
46491 commands from the terminal until you tell it to exit with the @value{GDBN}
46492 command @code{quit}. You can get online help from @value{GDBN} itself
46493 by using the command @code{help}.
46494
46495 You can run @code{gdb} with no arguments or options; but the most
46496 usual way to start @value{GDBN} is with one argument or two, specifying an
46497 executable program as the argument:
46498
46499 @smallexample
46500 gdb program
46501 @end smallexample
46502
46503 You can also start with both an executable program and a core file specified:
46504
46505 @smallexample
46506 gdb program core
46507 @end smallexample
46508
46509 You can, instead, specify a process ID as a second argument or use option
46510 @code{-p}, if you want to debug a running process:
46511
46512 @smallexample
46513 gdb program 1234
46514 gdb -p 1234
46515 @end smallexample
46516
46517 @noindent
46518 would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
46519 can omit the @var{program} filename.
46520
46521 Here are some of the most frequently needed @value{GDBN} commands:
46522
46523 @c pod2man highlights the right hand side of the @item lines.
46524 @table @env
46525 @item break [@var{file}:]@var{function}
46526 Set a breakpoint at @var{function} (in @var{file}).
46527
46528 @item run [@var{arglist}]
46529 Start your program (with @var{arglist}, if specified).
46530
46531 @item bt
46532 Backtrace: display the program stack.
46533
46534 @item print @var{expr}
46535 Display the value of an expression.
46536
46537 @item c
46538 Continue running your program (after stopping, e.g. at a breakpoint).
46539
46540 @item next
46541 Execute next program line (after stopping); step @emph{over} any
46542 function calls in the line.
46543
46544 @item edit [@var{file}:]@var{function}
46545 look at the program line where it is presently stopped.
46546
46547 @item list [@var{file}:]@var{function}
46548 type the text of the program in the vicinity of where it is presently stopped.
46549
46550 @item step
46551 Execute next program line (after stopping); step @emph{into} any
46552 function calls in the line.
46553
46554 @item help [@var{name}]
46555 Show information about @value{GDBN} command @var{name}, or general information
46556 about using @value{GDBN}.
46557
46558 @item quit
46559 Exit from @value{GDBN}.
46560 @end table
46561
46562 @ifset man
46563 For full details on @value{GDBN},
46564 see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46565 by Richard M. Stallman and Roland H. Pesch. The same text is available online
46566 as the @code{gdb} entry in the @code{info} program.
46567 @end ifset
46568 @c man end
46569
46570 @c man begin OPTIONS gdb
46571 Any arguments other than options specify an executable
46572 file and core file (or process ID); that is, the first argument
46573 encountered with no
46574 associated option flag is equivalent to a @option{-se} option, and the second,
46575 if any, is equivalent to a @option{-c} option if it's the name of a file.
46576 Many options have
46577 both long and short forms; both are shown here. The long forms are also
46578 recognized if you truncate them, so long as enough of the option is
46579 present to be unambiguous. (If you prefer, you can flag option
46580 arguments with @option{+} rather than @option{-}, though we illustrate the
46581 more usual convention.)
46582
46583 All the options and command line arguments you give are processed
46584 in sequential order. The order makes a difference when the @option{-x}
46585 option is used.
46586
46587 @table @env
46588 @item -help
46589 @itemx -h
46590 List all options, with brief explanations.
46591
46592 @item -symbols=@var{file}
46593 @itemx -s @var{file}
46594 Read symbol table from file @var{file}.
46595
46596 @item -write
46597 Enable writing into executable and core files.
46598
46599 @item -exec=@var{file}
46600 @itemx -e @var{file}
46601 Use file @var{file} as the executable file to execute when
46602 appropriate, and for examining pure data in conjunction with a core
46603 dump.
46604
46605 @item -se=@var{file}
46606 Read symbol table from file @var{file} and use it as the executable
46607 file.
46608
46609 @item -core=@var{file}
46610 @itemx -c @var{file}
46611 Use file @var{file} as a core dump to examine.
46612
46613 @item -command=@var{file}
46614 @itemx -x @var{file}
46615 Execute @value{GDBN} commands from file @var{file}.
46616
46617 @item -ex @var{command}
46618 Execute given @value{GDBN} @var{command}.
46619
46620 @item -directory=@var{directory}
46621 @itemx -d @var{directory}
46622 Add @var{directory} to the path to search for source files.
46623
46624 @item -nh
46625 Do not execute commands from @file{~/.config/gdb/gdbinit} or
46626 @file{~/.gdbinit}.
46627
46628 @item -nx
46629 @itemx -n
46630 Do not execute commands from any @file{.gdbinit} initialization files.
46631
46632 @item -quiet
46633 @itemx -q
46634 ``Quiet''. Do not print the introductory and copyright messages. These
46635 messages are also suppressed in batch mode.
46636
46637 @item -batch
46638 Run in batch mode. Exit with status @code{0} after processing all the command
46639 files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
46640 Exit with nonzero status if an error occurs in executing the @value{GDBN}
46641 commands in the command files.
46642
46643 Batch mode may be useful for running @value{GDBN} as a filter, for example to
46644 download and run a program on another computer; in order to make this
46645 more useful, the message
46646
46647 @smallexample
46648 Program exited normally.
46649 @end smallexample
46650
46651 @noindent
46652 (which is ordinarily issued whenever a program running under @value{GDBN} control
46653 terminates) is not issued when running in batch mode.
46654
46655 @item -cd=@var{directory}
46656 Run @value{GDBN} using @var{directory} as its working directory,
46657 instead of the current directory.
46658
46659 @item -fullname
46660 @itemx -f
46661 Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
46662 @value{GDBN} to output the full file name and line number in a standard,
46663 recognizable fashion each time a stack frame is displayed (which
46664 includes each time the program stops). This recognizable format looks
46665 like two @samp{\032} characters, followed by the file name, line number
46666 and character position separated by colons, and a newline. The
46667 Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
46668 characters as a signal to display the source code for the frame.
46669
46670 @item -b @var{bps}
46671 Set the line speed (baud rate or bits per second) of any serial
46672 interface used by @value{GDBN} for remote debugging.
46673
46674 @item -tty=@var{device}
46675 Run using @var{device} for your program's standard input and output.
46676 @end table
46677 @c man end
46678
46679 @c man begin SEEALSO gdb
46680 @ifset man
46681 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46682 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46683 documentation are properly installed at your site, the command
46684
46685 @smallexample
46686 info gdb
46687 @end smallexample
46688
46689 @noindent
46690 should give you access to the complete manual.
46691
46692 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46693 Richard M. Stallman and Roland H. Pesch, July 1991.
46694 @end ifset
46695 @c man end
46696
46697 @node gdbserver man
46698 @heading gdbserver man
46699
46700 @c man title gdbserver Remote Server for the GNU Debugger
46701 @format
46702 @c man begin SYNOPSIS gdbserver
46703 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
46704
46705 gdbserver --attach @var{comm} @var{pid}
46706
46707 gdbserver --multi @var{comm}
46708 @c man end
46709 @end format
46710
46711 @c man begin DESCRIPTION gdbserver
46712 @command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
46713 than the one which is running the program being debugged.
46714
46715 @ifclear man
46716 @subheading Usage (server (target) side)
46717 @end ifclear
46718 @ifset man
46719 Usage (server (target) side):
46720 @end ifset
46721
46722 First, you need to have a copy of the program you want to debug put onto
46723 the target system. The program can be stripped to save space if needed, as
46724 @command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
46725 the @value{GDBN} running on the host system.
46726
46727 To use the server, you log on to the target system, and run the @command{gdbserver}
46728 program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
46729 your program, and (c) its arguments. The general syntax is:
46730
46731 @smallexample
46732 target> gdbserver @var{comm} @var{program} [@var{args} ...]
46733 @end smallexample
46734
46735 For example, using a serial port, you might say:
46736
46737 @smallexample
46738 @ifset man
46739 @c @file would wrap it as F</dev/com1>.
46740 target> gdbserver /dev/com1 emacs foo.txt
46741 @end ifset
46742 @ifclear man
46743 target> gdbserver @file{/dev/com1} emacs foo.txt
46744 @end ifclear
46745 @end smallexample
46746
46747 This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
46748 to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
46749 waits patiently for the host @value{GDBN} to communicate with it.
46750
46751 To use a TCP connection, you could say:
46752
46753 @smallexample
46754 target> gdbserver host:2345 emacs foo.txt
46755 @end smallexample
46756
46757 This says pretty much the same thing as the last example, except that we are
46758 going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
46759 that we are expecting to see a TCP connection from @code{host} to local TCP port
46760 2345. (Currently, the @code{host} part is ignored.) You can choose any number you
46761 want for the port number as long as it does not conflict with any existing TCP
46762 ports on the target system. This same port number must be used in the host
46763 @value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
46764 you chose a port number that conflicts with another service, @command{gdbserver} will
46765 print an error message and exit.
46766
46767 @command{gdbserver} can also attach to running programs.
46768 This is accomplished via the @option{--attach} argument. The syntax is:
46769
46770 @smallexample
46771 target> gdbserver --attach @var{comm} @var{pid}
46772 @end smallexample
46773
46774 @var{pid} is the process ID of a currently running process. It isn't
46775 necessary to point @command{gdbserver} at a binary for the running process.
46776
46777 To start @code{gdbserver} without supplying an initial command to run
46778 or process ID to attach, use the @option{--multi} command line option.
46779 In such case you should connect using @kbd{target extended-remote} to start
46780 the program you want to debug.
46781
46782 @smallexample
46783 target> gdbserver --multi @var{comm}
46784 @end smallexample
46785
46786 @ifclear man
46787 @subheading Usage (host side)
46788 @end ifclear
46789 @ifset man
46790 Usage (host side):
46791 @end ifset
46792
46793 You need an unstripped copy of the target program on your host system, since
46794 @value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
46795 would, with the target program as the first argument. (You may need to use the
46796 @option{--baud} option if the serial line is running at anything except 9600 baud.)
46797 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
46798 new command you need to know about is @code{target remote}
46799 (or @code{target extended-remote}). Its argument is either
46800 a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
46801 descriptor. For example:
46802
46803 @smallexample
46804 @ifset man
46805 @c @file would wrap it as F</dev/ttyb>.
46806 (gdb) target remote /dev/ttyb
46807 @end ifset
46808 @ifclear man
46809 (gdb) target remote @file{/dev/ttyb}
46810 @end ifclear
46811 @end smallexample
46812
46813 @noindent
46814 communicates with the server via serial line @file{/dev/ttyb}, and:
46815
46816 @smallexample
46817 (gdb) target remote the-target:2345
46818 @end smallexample
46819
46820 @noindent
46821 communicates via a TCP connection to port 2345 on host `the-target', where
46822 you previously started up @command{gdbserver} with the same port number. Note that for
46823 TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
46824 command, otherwise you may get an error that looks something like
46825 `Connection refused'.
46826
46827 @command{gdbserver} can also debug multiple inferiors at once,
46828 described in
46829 @ifset man
46830 the @value{GDBN} manual in node @code{Inferiors Connections and Programs}
46831 -- shell command @code{info -f gdb -n 'Inferiors Connections and Programs'}.
46832 @end ifset
46833 @ifclear man
46834 @ref{Inferiors Connections and Programs}.
46835 @end ifclear
46836 In such case use the @code{extended-remote} @value{GDBN} command variant:
46837
46838 @smallexample
46839 (gdb) target extended-remote the-target:2345
46840 @end smallexample
46841
46842 The @command{gdbserver} option @option{--multi} may or may not be used in such
46843 case.
46844 @c man end
46845
46846 @c man begin OPTIONS gdbserver
46847 There are three different modes for invoking @command{gdbserver}:
46848
46849 @itemize @bullet
46850
46851 @item
46852 Debug a specific program specified by its program name:
46853
46854 @smallexample
46855 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
46856 @end smallexample
46857
46858 The @var{comm} parameter specifies how should the server communicate
46859 with @value{GDBN}; it is either a device name (to use a serial line),
46860 a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
46861 stdin/stdout of @code{gdbserver}. Specify the name of the program to
46862 debug in @var{prog}. Any remaining arguments will be passed to the
46863 program verbatim. When the program exits, @value{GDBN} will close the
46864 connection, and @code{gdbserver} will exit.
46865
46866 @item
46867 Debug a specific program by specifying the process ID of a running
46868 program:
46869
46870 @smallexample
46871 gdbserver --attach @var{comm} @var{pid}
46872 @end smallexample
46873
46874 The @var{comm} parameter is as described above. Supply the process ID
46875 of a running program in @var{pid}; @value{GDBN} will do everything
46876 else. Like with the previous mode, when the process @var{pid} exits,
46877 @value{GDBN} will close the connection, and @code{gdbserver} will exit.
46878
46879 @item
46880 Multi-process mode -- debug more than one program/process:
46881
46882 @smallexample
46883 gdbserver --multi @var{comm}
46884 @end smallexample
46885
46886 In this mode, @value{GDBN} can instruct @command{gdbserver} which
46887 command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
46888 close the connection when a process being debugged exits, so you can
46889 debug several processes in the same session.
46890 @end itemize
46891
46892 In each of the modes you may specify these options:
46893
46894 @table @env
46895
46896 @item --help
46897 List all options, with brief explanations.
46898
46899 @item --version
46900 This option causes @command{gdbserver} to print its version number and exit.
46901
46902 @item --attach
46903 @command{gdbserver} will attach to a running program. The syntax is:
46904
46905 @smallexample
46906 target> gdbserver --attach @var{comm} @var{pid}
46907 @end smallexample
46908
46909 @var{pid} is the process ID of a currently running process. It isn't
46910 necessary to point @command{gdbserver} at a binary for the running process.
46911
46912 @item --multi
46913 To start @code{gdbserver} without supplying an initial command to run
46914 or process ID to attach, use this command line option.
46915 Then you can connect using @kbd{target extended-remote} and start
46916 the program you want to debug. The syntax is:
46917
46918 @smallexample
46919 target> gdbserver --multi @var{comm}
46920 @end smallexample
46921
46922 @item --debug
46923 Instruct @code{gdbserver} to display extra status information about the debugging
46924 process.
46925 This option is intended for @code{gdbserver} development and for bug reports to
46926 the developers.
46927
46928 @item --remote-debug
46929 Instruct @code{gdbserver} to display remote protocol debug output.
46930 This option is intended for @code{gdbserver} development and for bug reports to
46931 the developers.
46932
46933 @item --debug-file=@var{filename}
46934 Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
46935 This option is intended for @code{gdbserver} development and for bug reports to
46936 the developers.
46937
46938 @item --debug-format=option1@r{[},option2,...@r{]}
46939 Instruct @code{gdbserver} to include extra information in each line
46940 of debugging output.
46941 @xref{Other Command-Line Arguments for gdbserver}.
46942
46943 @item --wrapper
46944 Specify a wrapper to launch programs
46945 for debugging. The option should be followed by the name of the
46946 wrapper, then any command-line arguments to pass to the wrapper, then
46947 @kbd{--} indicating the end of the wrapper arguments.
46948
46949 @item --once
46950 By default, @command{gdbserver} keeps the listening TCP port open, so that
46951 additional connections are possible. However, if you start @code{gdbserver}
46952 with the @option{--once} option, it will stop listening for any further
46953 connection attempts after connecting to the first @value{GDBN} session.
46954
46955 @c --disable-packet is not documented for users.
46956
46957 @c --disable-randomization and --no-disable-randomization are superseded by
46958 @c QDisableRandomization.
46959
46960 @end table
46961 @c man end
46962
46963 @c man begin SEEALSO gdbserver
46964 @ifset man
46965 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46966 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46967 documentation are properly installed at your site, the command
46968
46969 @smallexample
46970 info gdb
46971 @end smallexample
46972
46973 should give you access to the complete manual.
46974
46975 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46976 Richard M. Stallman and Roland H. Pesch, July 1991.
46977 @end ifset
46978 @c man end
46979
46980 @node gcore man
46981 @heading gcore
46982
46983 @c man title gcore Generate a core file of a running program
46984
46985 @format
46986 @c man begin SYNOPSIS gcore
46987 gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
46988 @c man end
46989 @end format
46990
46991 @c man begin DESCRIPTION gcore
46992 Generate core dumps of one or more running programs with process IDs
46993 @var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
46994 is equivalent to one produced by the kernel when the process crashes
46995 (and when @kbd{ulimit -c} was used to set up an appropriate core dump
46996 limit). However, unlike after a crash, after @command{gcore} finishes
46997 its job the program remains running without any change.
46998 @c man end
46999
47000 @c man begin OPTIONS gcore
47001 @table @env
47002 @item -a
47003 Dump all memory mappings. The actual effect of this option depends on
47004 the Operating System. On @sc{gnu}/Linux, it will disable
47005 @code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
47006 enable @code{dump-excluded-mappings} (@pxref{set
47007 dump-excluded-mappings}).
47008
47009 @item -o @var{prefix}
47010 The optional argument @var{prefix} specifies the prefix to be used
47011 when composing the file names of the core dumps. The file name is
47012 composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
47013 process ID of the running program being analyzed by @command{gcore}.
47014 If not specified, @var{prefix} defaults to @var{gcore}.
47015 @end table
47016 @c man end
47017
47018 @c man begin SEEALSO gcore
47019 @ifset man
47020 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47021 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47022 documentation are properly installed at your site, the command
47023
47024 @smallexample
47025 info gdb
47026 @end smallexample
47027
47028 @noindent
47029 should give you access to the complete manual.
47030
47031 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47032 Richard M. Stallman and Roland H. Pesch, July 1991.
47033 @end ifset
47034 @c man end
47035
47036 @node gdbinit man
47037 @heading gdbinit
47038
47039 @c man title gdbinit GDB initialization scripts
47040
47041 @format
47042 @c man begin SYNOPSIS gdbinit
47043 @ifset SYSTEM_GDBINIT
47044 @value{SYSTEM_GDBINIT}
47045 @end ifset
47046
47047 @ifset SYSTEM_GDBINIT_DIR
47048 @value{SYSTEM_GDBINIT_DIR}/*
47049 @end ifset
47050
47051 ~/.config/gdb/gdbinit
47052
47053 ~/.gdbinit
47054
47055 ./.gdbinit
47056 @c man end
47057 @end format
47058
47059 @c man begin DESCRIPTION gdbinit
47060 These files contain @value{GDBN} commands to automatically execute during
47061 @value{GDBN} startup. The lines of contents are canned sequences of commands,
47062 described in
47063 @ifset man
47064 the @value{GDBN} manual in node @code{Sequences}
47065 -- shell command @code{info -f gdb -n Sequences}.
47066 @end ifset
47067 @ifclear man
47068 @ref{Sequences}.
47069 @end ifclear
47070
47071 Please read more in
47072 @ifset man
47073 the @value{GDBN} manual in node @code{Startup}
47074 -- shell command @code{info -f gdb -n Startup}.
47075 @end ifset
47076 @ifclear man
47077 @ref{Startup}.
47078 @end ifclear
47079
47080 @table @env
47081 @ifset SYSTEM_GDBINIT
47082 @item @value{SYSTEM_GDBINIT}
47083 @end ifset
47084 @ifclear SYSTEM_GDBINIT
47085 @item (not enabled with @code{--with-system-gdbinit} during compilation)
47086 @end ifclear
47087 System-wide initialization file. It is executed unless user specified
47088 @value{GDBN} option @code{-nx} or @code{-n}.
47089 See more in
47090 @ifset man
47091 the @value{GDBN} manual in node @code{System-wide configuration}
47092 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
47093 @end ifset
47094 @ifset SYSTEM_GDBINIT_DIR
47095 @item @value{SYSTEM_GDBINIT_DIR}
47096 @end ifset
47097 @ifclear SYSTEM_GDBINIT_DIR
47098 @item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
47099 @end ifclear
47100 System-wide initialization directory. All files in this directory are
47101 executed on startup unless user specified @value{GDBN} option @code{-nx} or
47102 @code{-n}, as long as they have a recognized file extension.
47103 See more in
47104 @ifset man
47105 the @value{GDBN} manual in node @code{System-wide configuration}
47106 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
47107 @end ifset
47108 @ifclear man
47109 @ref{System-wide configuration}.
47110 @end ifclear
47111
47112 @item @file{~/.config/gdb/gdbinit} or @file{~/.gdbinit}
47113 User initialization file. It is executed unless user specified
47114 @value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
47115
47116 @item @file{.gdbinit}
47117 Initialization file for current directory. It may need to be enabled with
47118 @value{GDBN} security command @code{set auto-load local-gdbinit}.
47119 See more in
47120 @ifset man
47121 the @value{GDBN} manual in node @code{Init File in the Current Directory}
47122 -- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
47123 @end ifset
47124 @ifclear man
47125 @ref{Init File in the Current Directory}.
47126 @end ifclear
47127 @end table
47128 @c man end
47129
47130 @c man begin SEEALSO gdbinit
47131 @ifset man
47132 gdb(1), @code{info -f gdb -n Startup}
47133
47134 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47135 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47136 documentation are properly installed at your site, the command
47137
47138 @smallexample
47139 info gdb
47140 @end smallexample
47141
47142 should give you access to the complete manual.
47143
47144 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47145 Richard M. Stallman and Roland H. Pesch, July 1991.
47146 @end ifset
47147 @c man end
47148
47149 @node gdb-add-index man
47150 @heading gdb-add-index
47151 @pindex gdb-add-index
47152 @anchor{gdb-add-index}
47153
47154 @c man title gdb-add-index Add index files to speed up GDB
47155
47156 @c man begin SYNOPSIS gdb-add-index
47157 gdb-add-index @var{filename}
47158 @c man end
47159
47160 @c man begin DESCRIPTION gdb-add-index
47161 When @value{GDBN} finds a symbol file, it scans the symbols in the
47162 file in order to construct an internal symbol table. This lets most
47163 @value{GDBN} operations work quickly--at the cost of a delay early on.
47164 For large programs, this delay can be quite lengthy, so @value{GDBN}
47165 provides a way to build an index, which speeds up startup.
47166
47167 To determine whether a file contains such an index, use the command
47168 @kbd{readelf -S filename}: the index is stored in a section named
47169 @code{.gdb_index}. The index file can only be produced on systems
47170 which use ELF binaries and DWARF debug information (i.e., sections
47171 named @code{.debug_*}).
47172
47173 @command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
47174 in the @env{PATH} environment variable. If you want to use different
47175 versions of these programs, you can specify them through the
47176 @env{GDB} and @env{OBJDUMP} environment variables.
47177
47178 See more in
47179 @ifset man
47180 the @value{GDBN} manual in node @code{Index Files}
47181 -- shell command @kbd{info -f gdb -n "Index Files"}.
47182 @end ifset
47183 @ifclear man
47184 @ref{Index Files}.
47185 @end ifclear
47186 @c man end
47187
47188 @c man begin SEEALSO gdb-add-index
47189 @ifset man
47190 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47191 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47192 documentation are properly installed at your site, the command
47193
47194 @smallexample
47195 info gdb
47196 @end smallexample
47197
47198 should give you access to the complete manual.
47199
47200 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47201 Richard M. Stallman and Roland H. Pesch, July 1991.
47202 @end ifset
47203 @c man end
47204
47205 @include gpl.texi
47206
47207 @node GNU Free Documentation License
47208 @appendix GNU Free Documentation License
47209 @include fdl.texi
47210
47211 @node Concept Index
47212 @unnumbered Concept Index
47213
47214 @printindex cp
47215
47216 @node Command and Variable Index
47217 @unnumbered Command, Variable, and Function Index
47218
47219 @printindex fn
47220
47221 @tex
47222 % I think something like @@colophon should be in texinfo. In the
47223 % meantime:
47224 \long\def\colophon{\hbox to0pt{}\vfill
47225 \centerline{The body of this manual is set in}
47226 \centerline{\fontname\tenrm,}
47227 \centerline{with headings in {\bf\fontname\tenbf}}
47228 \centerline{and examples in {\tt\fontname\tentt}.}
47229 \centerline{{\it\fontname\tenit\/},}
47230 \centerline{{\bf\fontname\tenbf}, and}
47231 \centerline{{\sl\fontname\tensl\/}}
47232 \centerline{are used for emphasis.}\vfill}
47233 \page\colophon
47234 % Blame: doc@@cygnus.com, 1991.
47235 @end tex
47236
47237 @bye
This page took 1.16319 seconds and 4 git commands to generate.