gdb: add new version style
[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 find out what open target connections exist at any moment, use
3122 @w{@code{info connections}}:
3123
3124 @table @code
3125 @kindex info connections [ @var{id}@dots{} ]
3126 @item info connections
3127 Print a list of all open target connections currently being managed by
3128 @value{GDBN}. By default all connections are printed, but the
3129 argument @var{id}@dots{} -- a space separated list of connections
3130 numbers -- can be used to limit the display to just the requested
3131 connections.
3132
3133 @value{GDBN} displays for each connection (in this order):
3134
3135 @enumerate
3136 @item
3137 the connection number assigned by @value{GDBN}.
3138
3139 @item
3140 the protocol used by the connection.
3141
3142 @item
3143 a textual description of the protocol used by the connection.
3144
3145 @end enumerate
3146
3147 @noindent
3148 An asterisk @samp{*} preceding the connection number indicates the
3149 connection of the current inferior.
3150
3151 For example,
3152 @end table
3153 @c end table here to get a little more width for example
3154
3155 @smallexample
3156 (@value{GDBP}) info connections
3157 Num What Description
3158 * 1 extended-remote host:10000 Extended remote serial target in gdb-specific protocol
3159 2 native Native process
3160 3 core Local core dump file
3161 @end smallexample
3162
3163 To switch focus between inferiors, use the @code{inferior} command:
3164
3165 @table @code
3166 @kindex inferior @var{infno}
3167 @item inferior @var{infno}
3168 Make inferior number @var{infno} the current inferior. The argument
3169 @var{infno} is the inferior number assigned by @value{GDBN}, as shown
3170 in the first field of the @samp{info inferiors} display.
3171 @end table
3172
3173 @vindex $_inferior@r{, convenience variable}
3174 The debugger convenience variable @samp{$_inferior} contains the
3175 number of the current inferior. You may find this useful in writing
3176 breakpoint conditional expressions, command scripts, and so forth.
3177 @xref{Convenience Vars,, Convenience Variables}, for general
3178 information on convenience variables.
3179
3180 You can get multiple executables into a debugging session via the
3181 @code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3182 systems @value{GDBN} can add inferiors to the debug session
3183 automatically by following calls to @code{fork} and @code{exec}. To
3184 remove inferiors from the debugging session use the
3185 @w{@code{remove-inferiors}} command.
3186
3187 @table @code
3188 @kindex add-inferior
3189 @item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ] [-no-connection ]
3190 Adds @var{n} inferiors to be run using @var{executable} as the
3191 executable; @var{n} defaults to 1. If no executable is specified,
3192 the inferiors begins empty, with no program. You can still assign or
3193 change the program assigned to the inferior at any time by using the
3194 @code{file} command with the executable name as its argument.
3195
3196 By default, the new inferior begins connected to the same target
3197 connection as the current inferior. For example, if the current
3198 inferior was connected to @code{gdbserver} with @code{target remote},
3199 then the new inferior will be connected to the same @code{gdbserver}
3200 instance. The @samp{-no-connection} option starts the new inferior
3201 with no connection yet. You can then for example use the @code{target
3202 remote} command to connect to some other @code{gdbserver} instance,
3203 use @code{run} to spawn a local program, etc.
3204
3205 @kindex clone-inferior
3206 @item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3207 Adds @var{n} inferiors ready to execute the same program as inferior
3208 @var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
3209 number of the current inferior. This is a convenient command when you
3210 want to run another instance of the inferior you are debugging.
3211
3212 @smallexample
3213 (@value{GDBP}) info inferiors
3214 Num Description Connection Executable
3215 * 1 process 29964 1 (native) helloworld
3216 (@value{GDBP}) clone-inferior
3217 Added inferior 2.
3218 1 inferiors added.
3219 (@value{GDBP}) info inferiors
3220 Num Description Connection Executable
3221 * 1 process 29964 1 (native) helloworld
3222 2 <null> 1 (native) helloworld
3223 @end smallexample
3224
3225 You can now simply switch focus to inferior 2 and run it.
3226
3227 @kindex remove-inferiors
3228 @item remove-inferiors @var{infno}@dots{}
3229 Removes the inferior or inferiors @var{infno}@dots{}. It is not
3230 possible to remove an inferior that is running with this command. For
3231 those, use the @code{kill} or @code{detach} command first.
3232
3233 @end table
3234
3235 To quit debugging one of the running inferiors that is not the current
3236 inferior, you can either detach from it by using the @w{@code{detach
3237 inferior}} command (allowing it to run independently), or kill it
3238 using the @w{@code{kill inferiors}} command:
3239
3240 @table @code
3241 @kindex detach inferiors @var{infno}@dots{}
3242 @item detach inferior @var{infno}@dots{}
3243 Detach from the inferior or inferiors identified by @value{GDBN}
3244 inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
3245 still stays on the list of inferiors shown by @code{info inferiors},
3246 but its Description will show @samp{<null>}.
3247
3248 @kindex kill inferiors @var{infno}@dots{}
3249 @item kill inferiors @var{infno}@dots{}
3250 Kill the inferior or inferiors identified by @value{GDBN} inferior
3251 number(s) @var{infno}@dots{}. Note that the inferior's entry still
3252 stays on the list of inferiors shown by @code{info inferiors}, but its
3253 Description will show @samp{<null>}.
3254 @end table
3255
3256 After the successful completion of a command such as @code{detach},
3257 @code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
3258 a normal process exit, the inferior is still valid and listed with
3259 @code{info inferiors}, ready to be restarted.
3260
3261
3262 To be notified when inferiors are started or exit under @value{GDBN}'s
3263 control use @w{@code{set print inferior-events}}:
3264
3265 @table @code
3266 @kindex set print inferior-events
3267 @cindex print messages on inferior start and exit
3268 @item set print inferior-events
3269 @itemx set print inferior-events on
3270 @itemx set print inferior-events off
3271 The @code{set print inferior-events} command allows you to enable or
3272 disable printing of messages when @value{GDBN} notices that new
3273 inferiors have started or that inferiors have exited or have been
3274 detached. By default, these messages will not be printed.
3275
3276 @kindex show print inferior-events
3277 @item show print inferior-events
3278 Show whether messages will be printed when @value{GDBN} detects that
3279 inferiors have started, exited or have been detached.
3280 @end table
3281
3282 Many commands will work the same with multiple programs as with a
3283 single program: e.g., @code{print myglobal} will simply display the
3284 value of @code{myglobal} in the current inferior.
3285
3286
3287 Occasionally, when debugging @value{GDBN} itself, it may be useful to
3288 get more info about the relationship of inferiors, programs, address
3289 spaces in a debug session. You can do that with the @w{@code{maint
3290 info program-spaces}} command.
3291
3292 @table @code
3293 @kindex maint info program-spaces
3294 @item maint info program-spaces
3295 Print a list of all program spaces currently being managed by
3296 @value{GDBN}.
3297
3298 @value{GDBN} displays for each program space (in this order):
3299
3300 @enumerate
3301 @item
3302 the program space number assigned by @value{GDBN}
3303
3304 @item
3305 the name of the executable loaded into the program space, with e.g.,
3306 the @code{file} command.
3307
3308 @end enumerate
3309
3310 @noindent
3311 An asterisk @samp{*} preceding the @value{GDBN} program space number
3312 indicates the current program space.
3313
3314 In addition, below each program space line, @value{GDBN} prints extra
3315 information that isn't suitable to display in tabular form. For
3316 example, the list of inferiors bound to the program space.
3317
3318 @smallexample
3319 (@value{GDBP}) maint info program-spaces
3320 Id Executable
3321 * 1 hello
3322 2 goodbye
3323 Bound inferiors: ID 1 (process 21561)
3324 @end smallexample
3325
3326 Here we can see that no inferior is running the program @code{hello},
3327 while @code{process 21561} is running the program @code{goodbye}. On
3328 some targets, it is possible that multiple inferiors are bound to the
3329 same program space. The most common example is that of debugging both
3330 the parent and child processes of a @code{vfork} call. For example,
3331
3332 @smallexample
3333 (@value{GDBP}) maint info program-spaces
3334 Id Executable
3335 * 1 vfork-test
3336 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3337 @end smallexample
3338
3339 Here, both inferior 2 and inferior 1 are running in the same program
3340 space as a result of inferior 1 having executed a @code{vfork} call.
3341 @end table
3342
3343 @node Threads
3344 @section Debugging Programs with Multiple Threads
3345
3346 @cindex threads of execution
3347 @cindex multiple threads
3348 @cindex switching threads
3349 In some operating systems, such as GNU/Linux and Solaris, a single program
3350 may have more than one @dfn{thread} of execution. The precise semantics
3351 of threads differ from one operating system to another, but in general
3352 the threads of a single program are akin to multiple processes---except
3353 that they share one address space (that is, they can all examine and
3354 modify the same variables). On the other hand, each thread has its own
3355 registers and execution stack, and perhaps private memory.
3356
3357 @value{GDBN} provides these facilities for debugging multi-thread
3358 programs:
3359
3360 @itemize @bullet
3361 @item automatic notification of new threads
3362 @item @samp{thread @var{thread-id}}, a command to switch among threads
3363 @item @samp{info threads}, a command to inquire about existing threads
3364 @item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
3365 a command to apply a command to a list of threads
3366 @item thread-specific breakpoints
3367 @item @samp{set print thread-events}, which controls printing of
3368 messages on thread start and exit.
3369 @item @samp{set libthread-db-search-path @var{path}}, which lets
3370 the user specify which @code{libthread_db} to use if the default choice
3371 isn't compatible with the program.
3372 @end itemize
3373
3374 @cindex focus of debugging
3375 @cindex current thread
3376 The @value{GDBN} thread debugging facility allows you to observe all
3377 threads while your program runs---but whenever @value{GDBN} takes
3378 control, one thread in particular is always the focus of debugging.
3379 This thread is called the @dfn{current thread}. Debugging commands show
3380 program information from the perspective of the current thread.
3381
3382 @cindex @code{New} @var{systag} message
3383 @cindex thread identifier (system)
3384 @c FIXME-implementors!! It would be more helpful if the [New...] message
3385 @c included GDB's numeric thread handle, so you could just go to that
3386 @c thread without first checking `info threads'.
3387 Whenever @value{GDBN} detects a new thread in your program, it displays
3388 the target system's identification for the thread with a message in the
3389 form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
3390 whose form varies depending on the particular system. For example, on
3391 @sc{gnu}/Linux, you might see
3392
3393 @smallexample
3394 [New Thread 0x41e02940 (LWP 25582)]
3395 @end smallexample
3396
3397 @noindent
3398 when @value{GDBN} notices a new thread. In contrast, on other systems,
3399 the @var{systag} is simply something like @samp{process 368}, with no
3400 further qualifier.
3401
3402 @c FIXME!! (1) Does the [New...] message appear even for the very first
3403 @c thread of a program, or does it only appear for the
3404 @c second---i.e.@: when it becomes obvious we have a multithread
3405 @c program?
3406 @c (2) *Is* there necessarily a first thread always? Or do some
3407 @c multithread systems permit starting a program with multiple
3408 @c threads ab initio?
3409
3410 @anchor{thread numbers}
3411 @cindex thread number, per inferior
3412 @cindex thread identifier (GDB)
3413 For debugging purposes, @value{GDBN} associates its own thread number
3414 ---always a single integer---with each thread of an inferior. This
3415 number is unique between all threads of an inferior, but not unique
3416 between threads of different inferiors.
3417
3418 @cindex qualified thread ID
3419 You can refer to a given thread in an inferior using the qualified
3420 @var{inferior-num}.@var{thread-num} syntax, also known as
3421 @dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3422 number and @var{thread-num} being the thread number of the given
3423 inferior. For example, thread @code{2.3} refers to thread number 3 of
3424 inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3425 then @value{GDBN} infers you're referring to a thread of the current
3426 inferior.
3427
3428 Until you create a second inferior, @value{GDBN} does not show the
3429 @var{inferior-num} part of thread IDs, even though you can always use
3430 the full @var{inferior-num}.@var{thread-num} form to refer to threads
3431 of inferior 1, the initial inferior.
3432
3433 @anchor{thread ID lists}
3434 @cindex thread ID lists
3435 Some commands accept a space-separated @dfn{thread ID list} as
3436 argument. A list element can be:
3437
3438 @enumerate
3439 @item
3440 A thread ID as shown in the first field of the @samp{info threads}
3441 display, with or without an inferior qualifier. E.g., @samp{2.1} or
3442 @samp{1}.
3443
3444 @item
3445 A range of thread numbers, again with or without an inferior
3446 qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3447 @var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3448
3449 @item
3450 All threads of an inferior, specified with a star wildcard, with or
3451 without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3452 @samp{1.*}) or @code{*}. The former refers to all threads of the
3453 given inferior, and the latter form without an inferior qualifier
3454 refers to all threads of the current inferior.
3455
3456 @end enumerate
3457
3458 For example, if the current inferior is 1, and inferior 7 has one
3459 thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3460 includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
3461 7 to 9 of inferior 6 and all threads of inferior 7. That is, in
3462 expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
3463 7.1}.
3464
3465
3466 @anchor{global thread numbers}
3467 @cindex global thread number
3468 @cindex global thread identifier (GDB)
3469 In addition to a @emph{per-inferior} number, each thread is also
3470 assigned a unique @emph{global} number, also known as @dfn{global
3471 thread ID}, a single integer. Unlike the thread number component of
3472 the thread ID, no two threads have the same global ID, even when
3473 you're debugging multiple inferiors.
3474
3475 From @value{GDBN}'s perspective, a process always has at least one
3476 thread. In other words, @value{GDBN} assigns a thread number to the
3477 program's ``main thread'' even if the program is not multi-threaded.
3478
3479 @vindex $_thread@r{, convenience variable}
3480 @vindex $_gthread@r{, convenience variable}
3481 The debugger convenience variables @samp{$_thread} and
3482 @samp{$_gthread} contain, respectively, the per-inferior thread number
3483 and the global thread number of the current thread. You may find this
3484 useful in writing breakpoint conditional expressions, command scripts,
3485 and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3486 general information on convenience variables.
3487
3488 If @value{GDBN} detects the program is multi-threaded, it augments the
3489 usual message about stopping at a breakpoint with the ID and name of
3490 the thread that hit the breakpoint.
3491
3492 @smallexample
3493 Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3494 @end smallexample
3495
3496 Likewise when the program receives a signal:
3497
3498 @smallexample
3499 Thread 1 "main" received signal SIGINT, Interrupt.
3500 @end smallexample
3501
3502 @table @code
3503 @kindex info threads
3504 @item info threads @r{[}@var{thread-id-list}@r{]}
3505
3506 Display information about one or more threads. With no arguments
3507 displays information about all threads. You can specify the list of
3508 threads that you want to display using the thread ID list syntax
3509 (@pxref{thread ID lists}).
3510
3511 @value{GDBN} displays for each thread (in this order):
3512
3513 @enumerate
3514 @item
3515 the per-inferior thread number assigned by @value{GDBN}
3516
3517 @item
3518 the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3519 option was specified
3520
3521 @item
3522 the target system's thread identifier (@var{systag})
3523
3524 @item
3525 the thread's name, if one is known. A thread can either be named by
3526 the user (see @code{thread name}, below), or, in some cases, by the
3527 program itself.
3528
3529 @item
3530 the current stack frame summary for that thread
3531 @end enumerate
3532
3533 @noindent
3534 An asterisk @samp{*} to the left of the @value{GDBN} thread number
3535 indicates the current thread.
3536
3537 For example,
3538 @end table
3539 @c end table here to get a little more width for example
3540
3541 @smallexample
3542 (@value{GDBP}) info threads
3543 Id Target Id Frame
3544 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3545 2 process 35 thread 23 0x34e5 in sigpause ()
3546 3 process 35 thread 27 0x34e5 in sigpause ()
3547 at threadtest.c:68
3548 @end smallexample
3549
3550 If you're debugging multiple inferiors, @value{GDBN} displays thread
3551 IDs using the qualified @var{inferior-num}.@var{thread-num} format.
3552 Otherwise, only @var{thread-num} is shown.
3553
3554 If you specify the @samp{-gid} option, @value{GDBN} displays a column
3555 indicating each thread's global thread ID:
3556
3557 @smallexample
3558 (@value{GDBP}) info threads
3559 Id GId Target Id Frame
3560 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3561 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3562 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3563 * 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
3564 @end smallexample
3565
3566 On Solaris, you can display more information about user threads with a
3567 Solaris-specific command:
3568
3569 @table @code
3570 @item maint info sol-threads
3571 @kindex maint info sol-threads
3572 @cindex thread info (Solaris)
3573 Display info on Solaris user threads.
3574 @end table
3575
3576 @table @code
3577 @kindex thread @var{thread-id}
3578 @item thread @var{thread-id}
3579 Make thread ID @var{thread-id} the current thread. The command
3580 argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3581 the first field of the @samp{info threads} display, with or without an
3582 inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3583
3584 @value{GDBN} responds by displaying the system identifier of the
3585 thread you selected, and its current stack frame summary:
3586
3587 @smallexample
3588 (@value{GDBP}) thread 2
3589 [Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3590 #0 some_function (ignore=0x0) at example.c:8
3591 8 printf ("hello\n");
3592 @end smallexample
3593
3594 @noindent
3595 As with the @samp{[New @dots{}]} message, the form of the text after
3596 @samp{Switching to} depends on your system's conventions for identifying
3597 threads.
3598
3599 @anchor{thread apply all}
3600 @kindex thread apply
3601 @cindex apply command to several threads
3602 @item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
3603 The @code{thread apply} command allows you to apply the named
3604 @var{command} to one or more threads. Specify the threads that you
3605 want affected using the thread ID list syntax (@pxref{thread ID
3606 lists}), or specify @code{all} to apply to all threads. To apply a
3607 command to all threads in descending order, type @kbd{thread apply all
3608 @var{command}}. To apply a command to all threads in ascending order,
3609 type @kbd{thread apply all -ascending @var{command}}.
3610
3611 The @var{flag} arguments control what output to produce and how to handle
3612 errors raised when applying @var{command} to a thread. @var{flag}
3613 must start with a @code{-} directly followed by one letter in
3614 @code{qcs}. If several flags are provided, they must be given
3615 individually, such as @code{-c -q}.
3616
3617 By default, @value{GDBN} displays some thread information before the
3618 output produced by @var{command}, and an error raised during the
3619 execution of a @var{command} will abort @code{thread apply}. The
3620 following flags can be used to fine-tune this behavior:
3621
3622 @table @code
3623 @item -c
3624 The flag @code{-c}, which stands for @samp{continue}, causes any
3625 errors in @var{command} to be displayed, and the execution of
3626 @code{thread apply} then continues.
3627 @item -s
3628 The flag @code{-s}, which stands for @samp{silent}, causes any errors
3629 or empty output produced by a @var{command} to be silently ignored.
3630 That is, the execution continues, but the thread information and errors
3631 are not printed.
3632 @item -q
3633 The flag @code{-q} (@samp{quiet}) disables printing the thread
3634 information.
3635 @end table
3636
3637 Flags @code{-c} and @code{-s} cannot be used together.
3638
3639 @kindex taas
3640 @cindex apply command to all threads (ignoring errors and empty output)
3641 @item taas [@var{option}]@dots{} @var{command}
3642 Shortcut for @code{thread apply all -s [@var{option}]@dots{} @var{command}}.
3643 Applies @var{command} on all threads, ignoring errors and empty output.
3644
3645 The @code{taas} command accepts the same options as the @code{thread
3646 apply all} command. @xref{thread apply all}.
3647
3648 @kindex tfaas
3649 @cindex apply a command to all frames of all threads (ignoring errors and empty output)
3650 @item tfaas [@var{option}]@dots{} @var{command}
3651 Shortcut for @code{thread apply all -s -- frame apply all -s [@var{option}]@dots{} @var{command}}.
3652 Applies @var{command} on all frames of all threads, ignoring errors
3653 and empty output. Note that the flag @code{-s} is specified twice:
3654 The first @code{-s} ensures that @code{thread apply} only shows the thread
3655 information of the threads for which @code{frame apply} produces
3656 some output. The second @code{-s} is needed to ensure that @code{frame
3657 apply} shows the frame information of a frame only if the
3658 @var{command} successfully produced some output.
3659
3660 It can for example be used to print a local variable or a function
3661 argument without knowing the thread or frame where this variable or argument
3662 is, using:
3663 @smallexample
3664 (@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3665 @end smallexample
3666
3667 The @code{tfaas} command accepts the same options as the @code{frame
3668 apply} command. @xref{Frame Apply,,frame apply}.
3669
3670 @kindex thread name
3671 @cindex name a thread
3672 @item thread name [@var{name}]
3673 This command assigns a name to the current thread. If no argument is
3674 given, any existing user-specified name is removed. The thread name
3675 appears in the @samp{info threads} display.
3676
3677 On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3678 determine the name of the thread as given by the OS. On these
3679 systems, a name specified with @samp{thread name} will override the
3680 system-give name, and removing the user-specified name will cause
3681 @value{GDBN} to once again display the system-specified name.
3682
3683 @kindex thread find
3684 @cindex search for a thread
3685 @item thread find [@var{regexp}]
3686 Search for and display thread ids whose name or @var{systag}
3687 matches the supplied regular expression.
3688
3689 As well as being the complement to the @samp{thread name} command,
3690 this command also allows you to identify a thread by its target
3691 @var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3692 is the LWP id.
3693
3694 @smallexample
3695 (@value{GDBN}) thread find 26688
3696 Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3697 (@value{GDBN}) info thread 4
3698 Id Target Id Frame
3699 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3700 @end smallexample
3701
3702 @kindex set print thread-events
3703 @cindex print messages on thread start and exit
3704 @item set print thread-events
3705 @itemx set print thread-events on
3706 @itemx set print thread-events off
3707 The @code{set print thread-events} command allows you to enable or
3708 disable printing of messages when @value{GDBN} notices that new threads have
3709 started or that threads have exited. By default, these messages will
3710 be printed if detection of these events is supported by the target.
3711 Note that these messages cannot be disabled on all targets.
3712
3713 @kindex show print thread-events
3714 @item show print thread-events
3715 Show whether messages will be printed when @value{GDBN} detects that threads
3716 have started and exited.
3717 @end table
3718
3719 @xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3720 more information about how @value{GDBN} behaves when you stop and start
3721 programs with multiple threads.
3722
3723 @xref{Set Watchpoints,,Setting Watchpoints}, for information about
3724 watchpoints in programs with multiple threads.
3725
3726 @anchor{set libthread-db-search-path}
3727 @table @code
3728 @kindex set libthread-db-search-path
3729 @cindex search path for @code{libthread_db}
3730 @item set libthread-db-search-path @r{[}@var{path}@r{]}
3731 If this variable is set, @var{path} is a colon-separated list of
3732 directories @value{GDBN} will use to search for @code{libthread_db}.
3733 If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3734 its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3735 Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3736 macro.
3737
3738 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3739 @code{libthread_db} library to obtain information about threads in the
3740 inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3741 to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3742 specific thread debugging library loading is enabled
3743 by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3744
3745 A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3746 refers to the default system directories that are
3747 normally searched for loading shared libraries. The @samp{$sdir} entry
3748 is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3749 (@pxref{libthread_db.so.1 file}).
3750
3751 A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3752 refers to the directory from which @code{libpthread}
3753 was loaded in the inferior process.
3754
3755 For any @code{libthread_db} library @value{GDBN} finds in above directories,
3756 @value{GDBN} attempts to initialize it with the current inferior process.
3757 If this initialization fails (which could happen because of a version
3758 mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3759 will unload @code{libthread_db}, and continue with the next directory.
3760 If none of @code{libthread_db} libraries initialize successfully,
3761 @value{GDBN} will issue a warning and thread debugging will be disabled.
3762
3763 Setting @code{libthread-db-search-path} is currently implemented
3764 only on some platforms.
3765
3766 @kindex show libthread-db-search-path
3767 @item show libthread-db-search-path
3768 Display current libthread_db search path.
3769
3770 @kindex set debug libthread-db
3771 @kindex show debug libthread-db
3772 @cindex debugging @code{libthread_db}
3773 @item set debug libthread-db
3774 @itemx show debug libthread-db
3775 Turns on or off display of @code{libthread_db}-related events.
3776 Use @code{1} to enable, @code{0} to disable.
3777 @end table
3778
3779 @node Forks
3780 @section Debugging Forks
3781
3782 @cindex fork, debugging programs which call
3783 @cindex multiple processes
3784 @cindex processes, multiple
3785 On most systems, @value{GDBN} has no special support for debugging
3786 programs which create additional processes using the @code{fork}
3787 function. When a program forks, @value{GDBN} will continue to debug the
3788 parent process and the child process will run unimpeded. If you have
3789 set a breakpoint in any code which the child then executes, the child
3790 will get a @code{SIGTRAP} signal which (unless it catches the signal)
3791 will cause it to terminate.
3792
3793 However, if you want to debug the child process there is a workaround
3794 which isn't too painful. Put a call to @code{sleep} in the code which
3795 the child process executes after the fork. It may be useful to sleep
3796 only if a certain environment variable is set, or a certain file exists,
3797 so that the delay need not occur when you don't want to run @value{GDBN}
3798 on the child. While the child is sleeping, use the @code{ps} program to
3799 get its process ID. Then tell @value{GDBN} (a new invocation of
3800 @value{GDBN} if you are also debugging the parent process) to attach to
3801 the child process (@pxref{Attach}). From that point on you can debug
3802 the child process just like any other process which you attached to.
3803
3804 On some systems, @value{GDBN} provides support for debugging programs
3805 that create additional processes using the @code{fork} or @code{vfork}
3806 functions. On @sc{gnu}/Linux platforms, this feature is supported
3807 with kernel version 2.5.46 and later.
3808
3809 The fork debugging commands are supported in native mode and when
3810 connected to @code{gdbserver} in either @code{target remote} mode or
3811 @code{target extended-remote} mode.
3812
3813 By default, when a program forks, @value{GDBN} will continue to debug
3814 the parent process and the child process will run unimpeded.
3815
3816 If you want to follow the child process instead of the parent process,
3817 use the command @w{@code{set follow-fork-mode}}.
3818
3819 @table @code
3820 @kindex set follow-fork-mode
3821 @item set follow-fork-mode @var{mode}
3822 Set the debugger response to a program call of @code{fork} or
3823 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
3824 process. The @var{mode} argument can be:
3825
3826 @table @code
3827 @item parent
3828 The original process is debugged after a fork. The child process runs
3829 unimpeded. This is the default.
3830
3831 @item child
3832 The new process is debugged after a fork. The parent process runs
3833 unimpeded.
3834
3835 @end table
3836
3837 @kindex show follow-fork-mode
3838 @item show follow-fork-mode
3839 Display the current debugger response to a @code{fork} or @code{vfork} call.
3840 @end table
3841
3842 @cindex debugging multiple processes
3843 On Linux, if you want to debug both the parent and child processes, use the
3844 command @w{@code{set detach-on-fork}}.
3845
3846 @table @code
3847 @kindex set detach-on-fork
3848 @item set detach-on-fork @var{mode}
3849 Tells gdb whether to detach one of the processes after a fork, or
3850 retain debugger control over them both.
3851
3852 @table @code
3853 @item on
3854 The child process (or parent process, depending on the value of
3855 @code{follow-fork-mode}) will be detached and allowed to run
3856 independently. This is the default.
3857
3858 @item off
3859 Both processes will be held under the control of @value{GDBN}.
3860 One process (child or parent, depending on the value of
3861 @code{follow-fork-mode}) is debugged as usual, while the other
3862 is held suspended.
3863
3864 @end table
3865
3866 @kindex show detach-on-fork
3867 @item show detach-on-fork
3868 Show whether detach-on-fork mode is on/off.
3869 @end table
3870
3871 If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3872 will retain control of all forked processes (including nested forks).
3873 You can list the forked processes under the control of @value{GDBN} by
3874 using the @w{@code{info inferiors}} command, and switch from one fork
3875 to another by using the @code{inferior} command (@pxref{Inferiors Connections and
3876 Programs, ,Debugging Multiple Inferiors Connections and Programs}).
3877
3878 To quit debugging one of the forked processes, you can either detach
3879 from it by using the @w{@code{detach inferiors}} command (allowing it
3880 to run independently), or kill it using the @w{@code{kill inferiors}}
3881 command. @xref{Inferiors Connections and Programs, ,Debugging
3882 Multiple Inferiors Connections and Programs}.
3883
3884 If you ask to debug a child process and a @code{vfork} is followed by an
3885 @code{exec}, @value{GDBN} executes the new target up to the first
3886 breakpoint in the new target. If you have a breakpoint set on
3887 @code{main} in your original program, the breakpoint will also be set on
3888 the child process's @code{main}.
3889
3890 On some systems, when a child process is spawned by @code{vfork}, you
3891 cannot debug the child or parent until an @code{exec} call completes.
3892
3893 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
3894 call executes, the new target restarts. To restart the parent
3895 process, use the @code{file} command with the parent executable name
3896 as its argument. By default, after an @code{exec} call executes,
3897 @value{GDBN} discards the symbols of the previous executable image.
3898 You can change this behaviour with the @w{@code{set follow-exec-mode}}
3899 command.
3900
3901 @table @code
3902 @kindex set follow-exec-mode
3903 @item set follow-exec-mode @var{mode}
3904
3905 Set debugger response to a program call of @code{exec}. An
3906 @code{exec} call replaces the program image of a process.
3907
3908 @code{follow-exec-mode} can be:
3909
3910 @table @code
3911 @item new
3912 @value{GDBN} creates a new inferior and rebinds the process to this
3913 new inferior. The program the process was running before the
3914 @code{exec} call can be restarted afterwards by restarting the
3915 original inferior.
3916
3917 For example:
3918
3919 @smallexample
3920 (@value{GDBP}) info inferiors
3921 (gdb) info inferior
3922 Id Description Executable
3923 * 1 <null> prog1
3924 (@value{GDBP}) run
3925 process 12020 is executing new program: prog2
3926 Program exited normally.
3927 (@value{GDBP}) info inferiors
3928 Id Description Executable
3929 1 <null> prog1
3930 * 2 <null> prog2
3931 @end smallexample
3932
3933 @item same
3934 @value{GDBN} keeps the process bound to the same inferior. The new
3935 executable image replaces the previous executable loaded in the
3936 inferior. Restarting the inferior after the @code{exec} call, with
3937 e.g., the @code{run} command, restarts the executable the process was
3938 running after the @code{exec} call. This is the default mode.
3939
3940 For example:
3941
3942 @smallexample
3943 (@value{GDBP}) info inferiors
3944 Id Description Executable
3945 * 1 <null> prog1
3946 (@value{GDBP}) run
3947 process 12020 is executing new program: prog2
3948 Program exited normally.
3949 (@value{GDBP}) info inferiors
3950 Id Description Executable
3951 * 1 <null> prog2
3952 @end smallexample
3953
3954 @end table
3955 @end table
3956
3957 @code{follow-exec-mode} is supported in native mode and
3958 @code{target extended-remote} mode.
3959
3960 You can use the @code{catch} command to make @value{GDBN} stop whenever
3961 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
3962 Catchpoints, ,Setting Catchpoints}.
3963
3964 @node Checkpoint/Restart
3965 @section Setting a @emph{Bookmark} to Return to Later
3966
3967 @cindex checkpoint
3968 @cindex restart
3969 @cindex bookmark
3970 @cindex snapshot of a process
3971 @cindex rewind program state
3972
3973 On certain operating systems@footnote{Currently, only
3974 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3975 program's state, called a @dfn{checkpoint}, and come back to it
3976 later.
3977
3978 Returning to a checkpoint effectively undoes everything that has
3979 happened in the program since the @code{checkpoint} was saved. This
3980 includes changes in memory, registers, and even (within some limits)
3981 system state. Effectively, it is like going back in time to the
3982 moment when the checkpoint was saved.
3983
3984 Thus, if you're stepping thru a program and you think you're
3985 getting close to the point where things go wrong, you can save
3986 a checkpoint. Then, if you accidentally go too far and miss
3987 the critical statement, instead of having to restart your program
3988 from the beginning, you can just go back to the checkpoint and
3989 start again from there.
3990
3991 This can be especially useful if it takes a lot of time or
3992 steps to reach the point where you think the bug occurs.
3993
3994 To use the @code{checkpoint}/@code{restart} method of debugging:
3995
3996 @table @code
3997 @kindex checkpoint
3998 @item checkpoint
3999 Save a snapshot of the debugged program's current execution state.
4000 The @code{checkpoint} command takes no arguments, but each checkpoint
4001 is assigned a small integer id, similar to a breakpoint id.
4002
4003 @kindex info checkpoints
4004 @item info checkpoints
4005 List the checkpoints that have been saved in the current debugging
4006 session. For each checkpoint, the following information will be
4007 listed:
4008
4009 @table @code
4010 @item Checkpoint ID
4011 @item Process ID
4012 @item Code Address
4013 @item Source line, or label
4014 @end table
4015
4016 @kindex restart @var{checkpoint-id}
4017 @item restart @var{checkpoint-id}
4018 Restore the program state that was saved as checkpoint number
4019 @var{checkpoint-id}. All program variables, registers, stack frames
4020 etc.@: will be returned to the values that they had when the checkpoint
4021 was saved. In essence, gdb will ``wind back the clock'' to the point
4022 in time when the checkpoint was saved.
4023
4024 Note that breakpoints, @value{GDBN} variables, command history etc.
4025 are not affected by restoring a checkpoint. In general, a checkpoint
4026 only restores things that reside in the program being debugged, not in
4027 the debugger.
4028
4029 @kindex delete checkpoint @var{checkpoint-id}
4030 @item delete checkpoint @var{checkpoint-id}
4031 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
4032
4033 @end table
4034
4035 Returning to a previously saved checkpoint will restore the user state
4036 of the program being debugged, plus a significant subset of the system
4037 (OS) state, including file pointers. It won't ``un-write'' data from
4038 a file, but it will rewind the file pointer to the previous location,
4039 so that the previously written data can be overwritten. For files
4040 opened in read mode, the pointer will also be restored so that the
4041 previously read data can be read again.
4042
4043 Of course, characters that have been sent to a printer (or other
4044 external device) cannot be ``snatched back'', and characters received
4045 from eg.@: a serial device can be removed from internal program buffers,
4046 but they cannot be ``pushed back'' into the serial pipeline, ready to
4047 be received again. Similarly, the actual contents of files that have
4048 been changed cannot be restored (at this time).
4049
4050 However, within those constraints, you actually can ``rewind'' your
4051 program to a previously saved point in time, and begin debugging it
4052 again --- and you can change the course of events so as to debug a
4053 different execution path this time.
4054
4055 @cindex checkpoints and process id
4056 Finally, there is one bit of internal program state that will be
4057 different when you return to a checkpoint --- the program's process
4058 id. Each checkpoint will have a unique process id (or @var{pid}),
4059 and each will be different from the program's original @var{pid}.
4060 If your program has saved a local copy of its process id, this could
4061 potentially pose a problem.
4062
4063 @subsection A Non-obvious Benefit of Using Checkpoints
4064
4065 On some systems such as @sc{gnu}/Linux, address space randomization
4066 is performed on new processes for security reasons. This makes it
4067 difficult or impossible to set a breakpoint, or watchpoint, on an
4068 absolute address if you have to restart the program, since the
4069 absolute location of a symbol will change from one execution to the
4070 next.
4071
4072 A checkpoint, however, is an @emph{identical} copy of a process.
4073 Therefore if you create a checkpoint at (eg.@:) the start of main,
4074 and simply return to that checkpoint instead of restarting the
4075 process, you can avoid the effects of address randomization and
4076 your symbols will all stay in the same place.
4077
4078 @node Stopping
4079 @chapter Stopping and Continuing
4080
4081 The principal purposes of using a debugger are so that you can stop your
4082 program before it terminates; or so that, if your program runs into
4083 trouble, you can investigate and find out why.
4084
4085 Inside @value{GDBN}, your program may stop for any of several reasons,
4086 such as a signal, a breakpoint, or reaching a new line after a
4087 @value{GDBN} command such as @code{step}. You may then examine and
4088 change variables, set new breakpoints or remove old ones, and then
4089 continue execution. Usually, the messages shown by @value{GDBN} provide
4090 ample explanation of the status of your program---but you can also
4091 explicitly request this information at any time.
4092
4093 @table @code
4094 @kindex info program
4095 @item info program
4096 Display information about the status of your program: whether it is
4097 running or not, what process it is, and why it stopped.
4098 @end table
4099
4100 @menu
4101 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
4102 * Continuing and Stepping:: Resuming execution
4103 * Skipping Over Functions and Files::
4104 Skipping over functions and files
4105 * Signals:: Signals
4106 * Thread Stops:: Stopping and starting multi-thread programs
4107 @end menu
4108
4109 @node Breakpoints
4110 @section Breakpoints, Watchpoints, and Catchpoints
4111
4112 @cindex breakpoints
4113 A @dfn{breakpoint} makes your program stop whenever a certain point in
4114 the program is reached. For each breakpoint, you can add conditions to
4115 control in finer detail whether your program stops. You can set
4116 breakpoints with the @code{break} command and its variants (@pxref{Set
4117 Breaks, ,Setting Breakpoints}), to specify the place where your program
4118 should stop by line number, function name or exact address in the
4119 program.
4120
4121 On some systems, you can set breakpoints in shared libraries before
4122 the executable is run.
4123
4124 @cindex watchpoints
4125 @cindex data breakpoints
4126 @cindex memory tracing
4127 @cindex breakpoint on memory address
4128 @cindex breakpoint on variable modification
4129 A @dfn{watchpoint} is a special breakpoint that stops your program
4130 when the value of an expression changes. The expression may be a value
4131 of a variable, or it could involve values of one or more variables
4132 combined by operators, such as @samp{a + b}. This is sometimes called
4133 @dfn{data breakpoints}. You must use a different command to set
4134 watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
4135 from that, you can manage a watchpoint like any other breakpoint: you
4136 enable, disable, and delete both breakpoints and watchpoints using the
4137 same commands.
4138
4139 You can arrange to have values from your program displayed automatically
4140 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
4141 Automatic Display}.
4142
4143 @cindex catchpoints
4144 @cindex breakpoint on events
4145 A @dfn{catchpoint} is another special breakpoint that stops your program
4146 when a certain kind of event occurs, such as the throwing of a C@t{++}
4147 exception or the loading of a library. As with watchpoints, you use a
4148 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
4149 Catchpoints}), but aside from that, you can manage a catchpoint like any
4150 other breakpoint. (To stop when your program receives a signal, use the
4151 @code{handle} command; see @ref{Signals, ,Signals}.)
4152
4153 @cindex breakpoint numbers
4154 @cindex numbers for breakpoints
4155 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
4156 catchpoint when you create it; these numbers are successive integers
4157 starting with one. In many of the commands for controlling various
4158 features of breakpoints you use the breakpoint number to say which
4159 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4160 @dfn{disabled}; if disabled, it has no effect on your program until you
4161 enable it again.
4162
4163 @cindex breakpoint ranges
4164 @cindex breakpoint lists
4165 @cindex ranges of breakpoints
4166 @cindex lists of breakpoints
4167 Some @value{GDBN} commands accept a space-separated list of breakpoints
4168 on which to operate. A list element can be either a single breakpoint number,
4169 like @samp{5}, or a range of such numbers, like @samp{5-7}.
4170 When a breakpoint list is given to a command, all breakpoints in that list
4171 are operated on.
4172
4173 @menu
4174 * Set Breaks:: Setting breakpoints
4175 * Set Watchpoints:: Setting watchpoints
4176 * Set Catchpoints:: Setting catchpoints
4177 * Delete Breaks:: Deleting breakpoints
4178 * Disabling:: Disabling breakpoints
4179 * Conditions:: Break conditions
4180 * Break Commands:: Breakpoint command lists
4181 * Dynamic Printf:: Dynamic printf
4182 * Save Breakpoints:: How to save breakpoints in a file
4183 * Static Probe Points:: Listing static probe points
4184 * Error in Breakpoints:: ``Cannot insert breakpoints''
4185 * Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
4186 @end menu
4187
4188 @node Set Breaks
4189 @subsection Setting Breakpoints
4190
4191 @c FIXME LMB what does GDB do if no code on line of breakpt?
4192 @c consider in particular declaration with/without initialization.
4193 @c
4194 @c FIXME 2 is there stuff on this already? break at fun start, already init?
4195
4196 @kindex break
4197 @kindex b @r{(@code{break})}
4198 @vindex $bpnum@r{, convenience variable}
4199 @cindex latest breakpoint
4200 Breakpoints are set with the @code{break} command (abbreviated
4201 @code{b}). The debugger convenience variable @samp{$bpnum} records the
4202 number of the breakpoint you've set most recently; see @ref{Convenience
4203 Vars,, Convenience Variables}, for a discussion of what you can do with
4204 convenience variables.
4205
4206 @table @code
4207 @item break @var{location}
4208 Set a breakpoint at the given @var{location}, which can specify a
4209 function name, a line number, or an address of an instruction.
4210 (@xref{Specify Location}, for a list of all the possible ways to
4211 specify a @var{location}.) The breakpoint will stop your program just
4212 before it executes any of the code in the specified @var{location}.
4213
4214 When using source languages that permit overloading of symbols, such as
4215 C@t{++}, a function name may refer to more than one possible place to break.
4216 @xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4217 that situation.
4218
4219 It is also possible to insert a breakpoint that will stop the program
4220 only if a specific thread (@pxref{Thread-Specific Breakpoints})
4221 or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
4222
4223 @item break
4224 When called without any arguments, @code{break} sets a breakpoint at
4225 the next instruction to be executed in the selected stack frame
4226 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4227 innermost, this makes your program stop as soon as control
4228 returns to that frame. This is similar to the effect of a
4229 @code{finish} command in the frame inside the selected frame---except
4230 that @code{finish} does not leave an active breakpoint. If you use
4231 @code{break} without an argument in the innermost frame, @value{GDBN} stops
4232 the next time it reaches the current location; this may be useful
4233 inside loops.
4234
4235 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
4236 least one instruction has been executed. If it did not do this, you
4237 would be unable to proceed past a breakpoint without first disabling the
4238 breakpoint. This rule applies whether or not the breakpoint already
4239 existed when your program stopped.
4240
4241 @item break @dots{} if @var{cond}
4242 Set a breakpoint with condition @var{cond}; evaluate the expression
4243 @var{cond} each time the breakpoint is reached, and stop only if the
4244 value is nonzero---that is, if @var{cond} evaluates as true.
4245 @samp{@dots{}} stands for one of the possible arguments described
4246 above (or no argument) specifying where to break. @xref{Conditions,
4247 ,Break Conditions}, for more information on breakpoint conditions.
4248
4249 The breakpoint may be mapped to multiple locations. If the breakpoint
4250 condition @var{cond} is invalid at some but not all of the locations,
4251 the locations for which the condition is invalid are disabled. For
4252 example, @value{GDBN} reports below that two of the three locations
4253 are disabled.
4254
4255 @smallexample
4256 (@value{GDBP}) break func if a == 10
4257 warning: failed to validate condition at location 0x11ce, disabling:
4258 No symbol "a" in current context.
4259 warning: failed to validate condition at location 0x11b6, disabling:
4260 No symbol "a" in current context.
4261 Breakpoint 1 at 0x11b6: func. (3 locations)
4262 @end smallexample
4263
4264 Locations that are disabled because of the condition are denoted by an
4265 uppercase @code{N} in the output of the @code{info breakpoints}
4266 command:
4267
4268 @smallexample
4269 (@value{GDBP}) info breakpoints
4270 Num Type Disp Enb Address What
4271 1 breakpoint keep y <MULTIPLE>
4272 stop only if a == 10
4273 1.1 N* 0x00000000000011b6 in ...
4274 1.2 y 0x00000000000011c2 in ...
4275 1.3 N* 0x00000000000011ce in ...
4276 (*): Breakpoint condition is invalid at this location.
4277 @end smallexample
4278
4279 If the breakpoint condition @var{cond} is invalid in the context of
4280 @emph{all} the locations of the breakpoint, @value{GDBN} refuses to
4281 define the breakpoint. For example, if variable @code{foo} is an
4282 undefined variable:
4283
4284 @smallexample
4285 (@value{GDBP}) break func if foo
4286 No symbol "foo" in current context.
4287 @end smallexample
4288
4289 @item break @dots{} -force-condition if @var{cond}
4290 There may be cases where the condition @var{cond} is invalid at all
4291 the current locations, but the user knows that it will be valid at a
4292 future location; for example, because of a library load. In such
4293 cases, by using the @code{-force-condition} keyword before @samp{if},
4294 @value{GDBN} can be forced to define the breakpoint with the given
4295 condition expression instead of refusing it.
4296
4297 @smallexample
4298 (@value{GDBP}) break func -force-condition if foo
4299 warning: failed to validate condition at location 1, disabling:
4300 No symbol "foo" in current context.
4301 warning: failed to validate condition at location 2, disabling:
4302 No symbol "foo" in current context.
4303 warning: failed to validate condition at location 3, disabling:
4304 No symbol "foo" in current context.
4305 Breakpoint 1 at 0x1158: test.c:18. (3 locations)
4306 @end smallexample
4307
4308 This causes all the present locations where the breakpoint would
4309 otherwise be inserted, to be disabled, as seen in the example above.
4310 However, if there exist locations at which the condition is valid, the
4311 @code{-force-condition} keyword has no effect.
4312
4313 @kindex tbreak
4314 @item tbreak @var{args}
4315 Set a breakpoint enabled only for one stop. The @var{args} are the
4316 same as for the @code{break} command, and the breakpoint is set in the same
4317 way, but the breakpoint is automatically deleted after the first time your
4318 program stops there. @xref{Disabling, ,Disabling Breakpoints}.
4319
4320 @kindex hbreak
4321 @cindex hardware breakpoints
4322 @item hbreak @var{args}
4323 Set a hardware-assisted breakpoint. The @var{args} are the same as for the
4324 @code{break} command and the breakpoint is set in the same way, but the
4325 breakpoint requires hardware support and some target hardware may not
4326 have this support. The main purpose of this is EPROM/ROM code
4327 debugging, so you can set a breakpoint at an instruction without
4328 changing the instruction. This can be used with the new trap-generation
4329 provided by SPARClite DSU and most x86-based targets. These targets
4330 will generate traps when a program accesses some data or instruction
4331 address that is assigned to the debug registers. However the hardware
4332 breakpoint registers can take a limited number of breakpoints. For
4333 example, on the DSU, only two data breakpoints can be set at a time, and
4334 @value{GDBN} will reject this command if more than two are used. Delete
4335 or disable unused hardware breakpoints before setting new ones
4336 (@pxref{Disabling, ,Disabling Breakpoints}).
4337 @xref{Conditions, ,Break Conditions}.
4338 For remote targets, you can restrict the number of hardware
4339 breakpoints @value{GDBN} will use, see @ref{set remote
4340 hardware-breakpoint-limit}.
4341
4342 @kindex thbreak
4343 @item thbreak @var{args}
4344 Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
4345 are the same as for the @code{hbreak} command and the breakpoint is set in
4346 the same way. However, like the @code{tbreak} command,
4347 the breakpoint is automatically deleted after the
4348 first time your program stops there. Also, like the @code{hbreak}
4349 command, the breakpoint requires hardware support and some target hardware
4350 may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4351 See also @ref{Conditions, ,Break Conditions}.
4352
4353 @kindex rbreak
4354 @cindex regular expression
4355 @cindex breakpoints at functions matching a regexp
4356 @cindex set breakpoints in many functions
4357 @item rbreak @var{regex}
4358 Set breakpoints on all functions matching the regular expression
4359 @var{regex}. This command sets an unconditional breakpoint on all
4360 matches, printing a list of all breakpoints it set. Once these
4361 breakpoints are set, they are treated just like the breakpoints set with
4362 the @code{break} command. You can delete them, disable them, or make
4363 them conditional the same way as any other breakpoint.
4364
4365 In programs using different languages, @value{GDBN} chooses the syntax
4366 to print the list of all breakpoints it sets according to the
4367 @samp{set language} value: using @samp{set language auto}
4368 (see @ref{Automatically, ,Set Language Automatically}) means to use the
4369 language of the breakpoint's function, other values mean to use
4370 the manually specified language (see @ref{Manually, ,Set Language Manually}).
4371
4372 The syntax of the regular expression is the standard one used with tools
4373 like @file{grep}. Note that this is different from the syntax used by
4374 shells, so for instance @code{foo*} matches all functions that include
4375 an @code{fo} followed by zero or more @code{o}s. There is an implicit
4376 @code{.*} leading and trailing the regular expression you supply, so to
4377 match only functions that begin with @code{foo}, use @code{^foo}.
4378
4379 @cindex non-member C@t{++} functions, set breakpoint in
4380 When debugging C@t{++} programs, @code{rbreak} is useful for setting
4381 breakpoints on overloaded functions that are not members of any special
4382 classes.
4383
4384 @cindex set breakpoints on all functions
4385 The @code{rbreak} command can be used to set breakpoints in
4386 @strong{all} the functions in a program, like this:
4387
4388 @smallexample
4389 (@value{GDBP}) rbreak .
4390 @end smallexample
4391
4392 @item rbreak @var{file}:@var{regex}
4393 If @code{rbreak} is called with a filename qualification, it limits
4394 the search for functions matching the given regular expression to the
4395 specified @var{file}. This can be used, for example, to set breakpoints on
4396 every function in a given file:
4397
4398 @smallexample
4399 (@value{GDBP}) rbreak file.c:.
4400 @end smallexample
4401
4402 The colon separating the filename qualifier from the regex may
4403 optionally be surrounded by spaces.
4404
4405 @kindex info breakpoints
4406 @cindex @code{$_} and @code{info breakpoints}
4407 @item info breakpoints @r{[}@var{list}@dots{}@r{]}
4408 @itemx info break @r{[}@var{list}@dots{}@r{]}
4409 Print a table of all breakpoints, watchpoints, and catchpoints set and
4410 not deleted. Optional argument @var{n} means print information only
4411 about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4412 For each breakpoint, following columns are printed:
4413
4414 @table @emph
4415 @item Breakpoint Numbers
4416 @item Type
4417 Breakpoint, watchpoint, or catchpoint.
4418 @item Disposition
4419 Whether the breakpoint is marked to be disabled or deleted when hit.
4420 @item Enabled or Disabled
4421 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
4422 that are not enabled.
4423 @item Address
4424 Where the breakpoint is in your program, as a memory address. For a
4425 pending breakpoint whose address is not yet known, this field will
4426 contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4427 library that has the symbol or line referred by breakpoint is loaded.
4428 See below for details. A breakpoint with several locations will
4429 have @samp{<MULTIPLE>} in this field---see below for details.
4430 @item What
4431 Where the breakpoint is in the source for your program, as a file and
4432 line number. For a pending breakpoint, the original string passed to
4433 the breakpoint command will be listed as it cannot be resolved until
4434 the appropriate shared library is loaded in the future.
4435 @end table
4436
4437 @noindent
4438 If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4439 ``target''. If mode is ``host'', breakpoint condition evaluation is done by
4440 @value{GDBN} on the host's side. If it is ``target'', then the condition
4441 is evaluated by the target. The @code{info break} command shows
4442 the condition on the line following the affected breakpoint, together with
4443 its condition evaluation mode in between parentheses.
4444
4445 Breakpoint commands, if any, are listed after that. A pending breakpoint is
4446 allowed to have a condition specified for it. The condition is not parsed for
4447 validity until a shared library is loaded that allows the pending
4448 breakpoint to resolve to a valid location.
4449
4450 @noindent
4451 @code{info break} with a breakpoint
4452 number @var{n} as argument lists only that breakpoint. The
4453 convenience variable @code{$_} and the default examining-address for
4454 the @code{x} command are set to the address of the last breakpoint
4455 listed (@pxref{Memory, ,Examining Memory}).
4456
4457 @noindent
4458 @code{info break} displays a count of the number of times the breakpoint
4459 has been hit. This is especially useful in conjunction with the
4460 @code{ignore} command. You can ignore a large number of breakpoint
4461 hits, look at the breakpoint info to see how many times the breakpoint
4462 was hit, and then run again, ignoring one less than that number. This
4463 will get you quickly to the last hit of that breakpoint.
4464
4465 @noindent
4466 For a breakpoints with an enable count (xref) greater than 1,
4467 @code{info break} also displays that count.
4468
4469 @end table
4470
4471 @value{GDBN} allows you to set any number of breakpoints at the same place in
4472 your program. There is nothing silly or meaningless about this. When
4473 the breakpoints are conditional, this is even useful
4474 (@pxref{Conditions, ,Break Conditions}).
4475
4476 @cindex multiple locations, breakpoints
4477 @cindex breakpoints, multiple locations
4478 It is possible that a breakpoint corresponds to several locations
4479 in your program. Examples of this situation are:
4480
4481 @itemize @bullet
4482 @item
4483 Multiple functions in the program may have the same name.
4484
4485 @item
4486 For a C@t{++} constructor, the @value{NGCC} compiler generates several
4487 instances of the function body, used in different cases.
4488
4489 @item
4490 For a C@t{++} template function, a given line in the function can
4491 correspond to any number of instantiations.
4492
4493 @item
4494 For an inlined function, a given source line can correspond to
4495 several places where that function is inlined.
4496 @end itemize
4497
4498 In all those cases, @value{GDBN} will insert a breakpoint at all
4499 the relevant locations.
4500
4501 A breakpoint with multiple locations is displayed in the breakpoint
4502 table using several rows---one header row, followed by one row for
4503 each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4504 address column. The rows for individual locations contain the actual
4505 addresses for locations, and show the functions to which those
4506 locations belong. The number column for a location is of the form
4507 @var{breakpoint-number}.@var{location-number}.
4508
4509 For example:
4510
4511 @smallexample
4512 Num Type Disp Enb Address What
4513 1 breakpoint keep y <MULTIPLE>
4514 stop only if i==1
4515 breakpoint already hit 1 time
4516 1.1 y 0x080486a2 in void foo<int>() at t.cc:8
4517 1.2 y 0x080486ca in void foo<double>() at t.cc:8
4518 @end smallexample
4519
4520 You cannot delete the individual locations from a breakpoint. However,
4521 each location can be individually enabled or disabled by passing
4522 @var{breakpoint-number}.@var{location-number} as argument to the
4523 @code{enable} and @code{disable} commands. It's also possible to
4524 @code{enable} and @code{disable} a range of @var{location-number}
4525 locations using a @var{breakpoint-number} and two @var{location-number}s,
4526 in increasing order, separated by a hyphen, like
4527 @kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4528 in which case @value{GDBN} acts on all the locations in the range (inclusive).
4529 Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4530 all of the locations that belong to that breakpoint.
4531
4532 @cindex pending breakpoints
4533 It's quite common to have a breakpoint inside a shared library.
4534 Shared libraries can be loaded and unloaded explicitly,
4535 and possibly repeatedly, as the program is executed. To support
4536 this use case, @value{GDBN} updates breakpoint locations whenever
4537 any shared library is loaded or unloaded. Typically, you would
4538 set a breakpoint in a shared library at the beginning of your
4539 debugging session, when the library is not loaded, and when the
4540 symbols from the library are not available. When you try to set
4541 breakpoint, @value{GDBN} will ask you if you want to set
4542 a so called @dfn{pending breakpoint}---breakpoint whose address
4543 is not yet resolved.
4544
4545 After the program is run, whenever a new shared library is loaded,
4546 @value{GDBN} reevaluates all the breakpoints. When a newly loaded
4547 shared library contains the symbol or line referred to by some
4548 pending breakpoint, that breakpoint is resolved and becomes an
4549 ordinary breakpoint. When a library is unloaded, all breakpoints
4550 that refer to its symbols or source lines become pending again.
4551
4552 This logic works for breakpoints with multiple locations, too. For
4553 example, if you have a breakpoint in a C@t{++} template function, and
4554 a newly loaded shared library has an instantiation of that template,
4555 a new location is added to the list of locations for the breakpoint.
4556
4557 Except for having unresolved address, pending breakpoints do not
4558 differ from regular breakpoints. You can set conditions or commands,
4559 enable and disable them and perform other breakpoint operations.
4560
4561 @value{GDBN} provides some additional commands for controlling what
4562 happens when the @samp{break} command cannot resolve breakpoint
4563 address specification to an address:
4564
4565 @kindex set breakpoint pending
4566 @kindex show breakpoint pending
4567 @table @code
4568 @item set breakpoint pending auto
4569 This is the default behavior. When @value{GDBN} cannot find the breakpoint
4570 location, it queries you whether a pending breakpoint should be created.
4571
4572 @item set breakpoint pending on
4573 This indicates that an unrecognized breakpoint location should automatically
4574 result in a pending breakpoint being created.
4575
4576 @item set breakpoint pending off
4577 This indicates that pending breakpoints are not to be created. Any
4578 unrecognized breakpoint location results in an error. This setting does
4579 not affect any pending breakpoints previously created.
4580
4581 @item show breakpoint pending
4582 Show the current behavior setting for creating pending breakpoints.
4583 @end table
4584
4585 The settings above only affect the @code{break} command and its
4586 variants. Once breakpoint is set, it will be automatically updated
4587 as shared libraries are loaded and unloaded.
4588
4589 @cindex automatic hardware breakpoints
4590 For some targets, @value{GDBN} can automatically decide if hardware or
4591 software breakpoints should be used, depending on whether the
4592 breakpoint address is read-only or read-write. This applies to
4593 breakpoints set with the @code{break} command as well as to internal
4594 breakpoints set by commands like @code{next} and @code{finish}. For
4595 breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
4596 breakpoints.
4597
4598 You can control this automatic behaviour with the following commands:
4599
4600 @kindex set breakpoint auto-hw
4601 @kindex show breakpoint auto-hw
4602 @table @code
4603 @item set breakpoint auto-hw on
4604 This is the default behavior. When @value{GDBN} sets a breakpoint, it
4605 will try to use the target memory map to decide if software or hardware
4606 breakpoint must be used.
4607
4608 @item set breakpoint auto-hw off
4609 This indicates @value{GDBN} should not automatically select breakpoint
4610 type. If the target provides a memory map, @value{GDBN} will warn when
4611 trying to set software breakpoint at a read-only address.
4612 @end table
4613
4614 @value{GDBN} normally implements breakpoints by replacing the program code
4615 at the breakpoint address with a special instruction, which, when
4616 executed, given control to the debugger. By default, the program
4617 code is so modified only when the program is resumed. As soon as
4618 the program stops, @value{GDBN} restores the original instructions. This
4619 behaviour guards against leaving breakpoints inserted in the
4620 target should gdb abrubptly disconnect. However, with slow remote
4621 targets, inserting and removing breakpoint can reduce the performance.
4622 This behavior can be controlled with the following commands::
4623
4624 @kindex set breakpoint always-inserted
4625 @kindex show breakpoint always-inserted
4626 @table @code
4627 @item set breakpoint always-inserted off
4628 All breakpoints, including newly added by the user, are inserted in
4629 the target only when the target is resumed. All breakpoints are
4630 removed from the target when it stops. This is the default mode.
4631
4632 @item set breakpoint always-inserted on
4633 Causes all breakpoints to be inserted in the target at all times. If
4634 the user adds a new breakpoint, or changes an existing breakpoint, the
4635 breakpoints in the target are updated immediately. A breakpoint is
4636 removed from the target only when breakpoint itself is deleted.
4637 @end table
4638
4639 @value{GDBN} handles conditional breakpoints by evaluating these conditions
4640 when a breakpoint breaks. If the condition is true, then the process being
4641 debugged stops, otherwise the process is resumed.
4642
4643 If the target supports evaluating conditions on its end, @value{GDBN} may
4644 download the breakpoint, together with its conditions, to it.
4645
4646 This feature can be controlled via the following commands:
4647
4648 @kindex set breakpoint condition-evaluation
4649 @kindex show breakpoint condition-evaluation
4650 @table @code
4651 @item set breakpoint condition-evaluation host
4652 This option commands @value{GDBN} to evaluate the breakpoint
4653 conditions on the host's side. Unconditional breakpoints are sent to
4654 the target which in turn receives the triggers and reports them back to GDB
4655 for condition evaluation. This is the standard evaluation mode.
4656
4657 @item set breakpoint condition-evaluation target
4658 This option commands @value{GDBN} to download breakpoint conditions
4659 to the target at the moment of their insertion. The target
4660 is responsible for evaluating the conditional expression and reporting
4661 breakpoint stop events back to @value{GDBN} whenever the condition
4662 is true. Due to limitations of target-side evaluation, some conditions
4663 cannot be evaluated there, e.g., conditions that depend on local data
4664 that is only known to the host. Examples include
4665 conditional expressions involving convenience variables, complex types
4666 that cannot be handled by the agent expression parser and expressions
4667 that are too long to be sent over to the target, specially when the
4668 target is a remote system. In these cases, the conditions will be
4669 evaluated by @value{GDBN}.
4670
4671 @item set breakpoint condition-evaluation auto
4672 This is the default mode. If the target supports evaluating breakpoint
4673 conditions on its end, @value{GDBN} will download breakpoint conditions to
4674 the target (limitations mentioned previously apply). If the target does
4675 not support breakpoint condition evaluation, then @value{GDBN} will fallback
4676 to evaluating all these conditions on the host's side.
4677 @end table
4678
4679
4680 @cindex negative breakpoint numbers
4681 @cindex internal @value{GDBN} breakpoints
4682 @value{GDBN} itself sometimes sets breakpoints in your program for
4683 special purposes, such as proper handling of @code{longjmp} (in C
4684 programs). These internal breakpoints are assigned negative numbers,
4685 starting with @code{-1}; @samp{info breakpoints} does not display them.
4686 You can see these breakpoints with the @value{GDBN} maintenance command
4687 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
4688
4689
4690 @node Set Watchpoints
4691 @subsection Setting Watchpoints
4692
4693 @cindex setting watchpoints
4694 You can use a watchpoint to stop execution whenever the value of an
4695 expression changes, without having to predict a particular place where
4696 this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4697 The expression may be as simple as the value of a single variable, or
4698 as complex as many variables combined by operators. Examples include:
4699
4700 @itemize @bullet
4701 @item
4702 A reference to the value of a single variable.
4703
4704 @item
4705 An address cast to an appropriate data type. For example,
4706 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4707 address (assuming an @code{int} occupies 4 bytes).
4708
4709 @item
4710 An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4711 expression can use any operators valid in the program's native
4712 language (@pxref{Languages}).
4713 @end itemize
4714
4715 You can set a watchpoint on an expression even if the expression can
4716 not be evaluated yet. For instance, you can set a watchpoint on
4717 @samp{*global_ptr} before @samp{global_ptr} is initialized.
4718 @value{GDBN} will stop when your program sets @samp{global_ptr} and
4719 the expression produces a valid value. If the expression becomes
4720 valid in some other way than changing a variable (e.g.@: if the memory
4721 pointed to by @samp{*global_ptr} becomes readable as the result of a
4722 @code{malloc} call), @value{GDBN} may not stop until the next time
4723 the expression changes.
4724
4725 @cindex software watchpoints
4726 @cindex hardware watchpoints
4727 Depending on your system, watchpoints may be implemented in software or
4728 hardware. @value{GDBN} does software watchpointing by single-stepping your
4729 program and testing the variable's value each time, which is hundreds of
4730 times slower than normal execution. (But this may still be worth it, to
4731 catch errors where you have no clue what part of your program is the
4732 culprit.)
4733
4734 On some systems, such as most PowerPC or x86-based targets,
4735 @value{GDBN} includes support for hardware watchpoints, which do not
4736 slow down the running of your program.
4737
4738 @table @code
4739 @kindex watch
4740 @item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4741 Set a watchpoint for an expression. @value{GDBN} will break when the
4742 expression @var{expr} is written into by the program and its value
4743 changes. The simplest (and the most popular) use of this command is
4744 to watch the value of a single variable:
4745
4746 @smallexample
4747 (@value{GDBP}) watch foo
4748 @end smallexample
4749
4750 If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
4751 argument, @value{GDBN} breaks only when the thread identified by
4752 @var{thread-id} changes the value of @var{expr}. If any other threads
4753 change the value of @var{expr}, @value{GDBN} will not break. Note
4754 that watchpoints restricted to a single thread in this way only work
4755 with Hardware Watchpoints.
4756
4757 Ordinarily a watchpoint respects the scope of variables in @var{expr}
4758 (see below). The @code{-location} argument tells @value{GDBN} to
4759 instead watch the memory referred to by @var{expr}. In this case,
4760 @value{GDBN} will evaluate @var{expr}, take the address of the result,
4761 and watch the memory at that address. The type of the result is used
4762 to determine the size of the watched memory. If the expression's
4763 result does not have an address, then @value{GDBN} will print an
4764 error.
4765
4766 The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4767 of masked watchpoints, if the current architecture supports this
4768 feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4769 Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4770 to an address to watch. The mask specifies that some bits of an address
4771 (the bits which are reset in the mask) should be ignored when matching
4772 the address accessed by the inferior against the watchpoint address.
4773 Thus, a masked watchpoint watches many addresses simultaneously---those
4774 addresses whose unmasked bits are identical to the unmasked bits in the
4775 watchpoint address. The @code{mask} argument implies @code{-location}.
4776 Examples:
4777
4778 @smallexample
4779 (@value{GDBP}) watch foo mask 0xffff00ff
4780 (@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4781 @end smallexample
4782
4783 @kindex rwatch
4784 @item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4785 Set a watchpoint that will break when the value of @var{expr} is read
4786 by the program.
4787
4788 @kindex awatch
4789 @item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4790 Set a watchpoint that will break when @var{expr} is either read from
4791 or written into by the program.
4792
4793 @kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4794 @item info watchpoints @r{[}@var{list}@dots{}@r{]}
4795 This command prints a list of watchpoints, using the same format as
4796 @code{info break} (@pxref{Set Breaks}).
4797 @end table
4798
4799 If you watch for a change in a numerically entered address you need to
4800 dereference it, as the address itself is just a constant number which will
4801 never change. @value{GDBN} refuses to create a watchpoint that watches
4802 a never-changing value:
4803
4804 @smallexample
4805 (@value{GDBP}) watch 0x600850
4806 Cannot watch constant value 0x600850.
4807 (@value{GDBP}) watch *(int *) 0x600850
4808 Watchpoint 1: *(int *) 6293584
4809 @end smallexample
4810
4811 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4812 watchpoints execute very quickly, and the debugger reports a change in
4813 value at the exact instruction where the change occurs. If @value{GDBN}
4814 cannot set a hardware watchpoint, it sets a software watchpoint, which
4815 executes more slowly and reports the change in value at the next
4816 @emph{statement}, not the instruction, after the change occurs.
4817
4818 @cindex use only software watchpoints
4819 You can force @value{GDBN} to use only software watchpoints with the
4820 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4821 zero, @value{GDBN} will never try to use hardware watchpoints, even if
4822 the underlying system supports them. (Note that hardware-assisted
4823 watchpoints that were set @emph{before} setting
4824 @code{can-use-hw-watchpoints} to zero will still use the hardware
4825 mechanism of watching expression values.)
4826
4827 @table @code
4828 @item set can-use-hw-watchpoints
4829 @kindex set can-use-hw-watchpoints
4830 Set whether or not to use hardware watchpoints.
4831
4832 @item show can-use-hw-watchpoints
4833 @kindex show can-use-hw-watchpoints
4834 Show the current mode of using hardware watchpoints.
4835 @end table
4836
4837 For remote targets, you can restrict the number of hardware
4838 watchpoints @value{GDBN} will use, see @ref{set remote
4839 hardware-breakpoint-limit}.
4840
4841 When you issue the @code{watch} command, @value{GDBN} reports
4842
4843 @smallexample
4844 Hardware watchpoint @var{num}: @var{expr}
4845 @end smallexample
4846
4847 @noindent
4848 if it was able to set a hardware watchpoint.
4849
4850 Currently, the @code{awatch} and @code{rwatch} commands can only set
4851 hardware watchpoints, because accesses to data that don't change the
4852 value of the watched expression cannot be detected without examining
4853 every instruction as it is being executed, and @value{GDBN} does not do
4854 that currently. If @value{GDBN} finds that it is unable to set a
4855 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4856 will print a message like this:
4857
4858 @smallexample
4859 Expression cannot be implemented with read/access watchpoint.
4860 @end smallexample
4861
4862 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4863 data type of the watched expression is wider than what a hardware
4864 watchpoint on the target machine can handle. For example, some systems
4865 can only watch regions that are up to 4 bytes wide; on such systems you
4866 cannot set hardware watchpoints for an expression that yields a
4867 double-precision floating-point number (which is typically 8 bytes
4868 wide). As a work-around, it might be possible to break the large region
4869 into a series of smaller ones and watch them with separate watchpoints.
4870
4871 If you set too many hardware watchpoints, @value{GDBN} might be unable
4872 to insert all of them when you resume the execution of your program.
4873 Since the precise number of active watchpoints is unknown until such
4874 time as the program is about to be resumed, @value{GDBN} might not be
4875 able to warn you about this when you set the watchpoints, and the
4876 warning will be printed only when the program is resumed:
4877
4878 @smallexample
4879 Hardware watchpoint @var{num}: Could not insert watchpoint
4880 @end smallexample
4881
4882 @noindent
4883 If this happens, delete or disable some of the watchpoints.
4884
4885 Watching complex expressions that reference many variables can also
4886 exhaust the resources available for hardware-assisted watchpoints.
4887 That's because @value{GDBN} needs to watch every variable in the
4888 expression with separately allocated resources.
4889
4890 If you call a function interactively using @code{print} or @code{call},
4891 any watchpoints you have set will be inactive until @value{GDBN} reaches another
4892 kind of breakpoint or the call completes.
4893
4894 @value{GDBN} automatically deletes watchpoints that watch local
4895 (automatic) variables, or expressions that involve such variables, when
4896 they go out of scope, that is, when the execution leaves the block in
4897 which these variables were defined. In particular, when the program
4898 being debugged terminates, @emph{all} local variables go out of scope,
4899 and so only watchpoints that watch global variables remain set. If you
4900 rerun the program, you will need to set all such watchpoints again. One
4901 way of doing that would be to set a code breakpoint at the entry to the
4902 @code{main} function and when it breaks, set all the watchpoints.
4903
4904 @cindex watchpoints and threads
4905 @cindex threads and watchpoints
4906 In multi-threaded programs, watchpoints will detect changes to the
4907 watched expression from every thread.
4908
4909 @quotation
4910 @emph{Warning:} In multi-threaded programs, software watchpoints
4911 have only limited usefulness. If @value{GDBN} creates a software
4912 watchpoint, it can only watch the value of an expression @emph{in a
4913 single thread}. If you are confident that the expression can only
4914 change due to the current thread's activity (and if you are also
4915 confident that no other thread can become current), then you can use
4916 software watchpoints as usual. However, @value{GDBN} may not notice
4917 when a non-current thread's activity changes the expression. (Hardware
4918 watchpoints, in contrast, watch an expression in all threads.)
4919 @end quotation
4920
4921 @xref{set remote hardware-watchpoint-limit}.
4922
4923 @node Set Catchpoints
4924 @subsection Setting Catchpoints
4925 @cindex catchpoints, setting
4926 @cindex exception handlers
4927 @cindex event handling
4928
4929 You can use @dfn{catchpoints} to cause the debugger to stop for certain
4930 kinds of program events, such as C@t{++} exceptions or the loading of a
4931 shared library. Use the @code{catch} command to set a catchpoint.
4932
4933 @table @code
4934 @kindex catch
4935 @item catch @var{event}
4936 Stop when @var{event} occurs. The @var{event} can be any of the following:
4937
4938 @table @code
4939 @item throw @r{[}@var{regexp}@r{]}
4940 @itemx rethrow @r{[}@var{regexp}@r{]}
4941 @itemx catch @r{[}@var{regexp}@r{]}
4942 @kindex catch throw
4943 @kindex catch rethrow
4944 @kindex catch catch
4945 @cindex stop on C@t{++} exceptions
4946 The throwing, re-throwing, or catching of a C@t{++} exception.
4947
4948 If @var{regexp} is given, then only exceptions whose type matches the
4949 regular expression will be caught.
4950
4951 @vindex $_exception@r{, convenience variable}
4952 The convenience variable @code{$_exception} is available at an
4953 exception-related catchpoint, on some systems. This holds the
4954 exception being thrown.
4955
4956 There are currently some limitations to C@t{++} exception handling in
4957 @value{GDBN}:
4958
4959 @itemize @bullet
4960 @item
4961 The support for these commands is system-dependent. Currently, only
4962 systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4963 supported.
4964
4965 @item
4966 The regular expression feature and the @code{$_exception} convenience
4967 variable rely on the presence of some SDT probes in @code{libstdc++}.
4968 If these probes are not present, then these features cannot be used.
4969 These probes were first available in the GCC 4.8 release, but whether
4970 or not they are available in your GCC also depends on how it was
4971 built.
4972
4973 @item
4974 The @code{$_exception} convenience variable is only valid at the
4975 instruction at which an exception-related catchpoint is set.
4976
4977 @item
4978 When an exception-related catchpoint is hit, @value{GDBN} stops at a
4979 location in the system library which implements runtime exception
4980 support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4981 (@pxref{Selection}) to get to your code.
4982
4983 @item
4984 If you call a function interactively, @value{GDBN} normally returns
4985 control to you when the function has finished executing. If the call
4986 raises an exception, however, the call may bypass the mechanism that
4987 returns control to you and cause your program either to abort or to
4988 simply continue running until it hits a breakpoint, catches a signal
4989 that @value{GDBN} is listening for, or exits. This is the case even if
4990 you set a catchpoint for the exception; catchpoints on exceptions are
4991 disabled within interactive calls. @xref{Calling}, for information on
4992 controlling this with @code{set unwind-on-terminating-exception}.
4993
4994 @item
4995 You cannot raise an exception interactively.
4996
4997 @item
4998 You cannot install an exception handler interactively.
4999 @end itemize
5000
5001 @item exception @r{[}@var{name}@r{]}
5002 @kindex catch exception
5003 @cindex Ada exception catching
5004 @cindex catch Ada exceptions
5005 An Ada exception being raised. If an exception name is specified
5006 at the end of the command (eg @code{catch exception Program_Error}),
5007 the debugger will stop only when this specific exception is raised.
5008 Otherwise, the debugger stops execution when any Ada exception is raised.
5009
5010 When inserting an exception catchpoint on a user-defined exception whose
5011 name is identical to one of the exceptions defined by the language, the
5012 fully qualified name must be used as the exception name. Otherwise,
5013 @value{GDBN} will assume that it should stop on the pre-defined exception
5014 rather than the user-defined one. For instance, assuming an exception
5015 called @code{Constraint_Error} is defined in package @code{Pck}, then
5016 the command to use to catch such exceptions is @kbd{catch exception
5017 Pck.Constraint_Error}.
5018
5019 @vindex $_ada_exception@r{, convenience variable}
5020 The convenience variable @code{$_ada_exception} holds the address of
5021 the exception being thrown. This can be useful when setting a
5022 condition for such a catchpoint.
5023
5024 @item exception unhandled
5025 @kindex catch exception unhandled
5026 An exception that was raised but is not handled by the program. The
5027 convenience variable @code{$_ada_exception} is set as for @code{catch
5028 exception}.
5029
5030 @item handlers @r{[}@var{name}@r{]}
5031 @kindex catch handlers
5032 @cindex Ada exception handlers catching
5033 @cindex catch Ada exceptions when handled
5034 An Ada exception being handled. If an exception name is
5035 specified at the end of the command
5036 (eg @kbd{catch handlers Program_Error}), the debugger will stop
5037 only when this specific exception is handled.
5038 Otherwise, the debugger stops execution when any Ada exception is handled.
5039
5040 When inserting a handlers catchpoint on a user-defined
5041 exception whose name is identical to one of the exceptions
5042 defined by the language, the fully qualified name must be used
5043 as the exception name. Otherwise, @value{GDBN} will assume that it
5044 should stop on the pre-defined exception rather than the
5045 user-defined one. For instance, assuming an exception called
5046 @code{Constraint_Error} is defined in package @code{Pck}, then the
5047 command to use to catch such exceptions handling is
5048 @kbd{catch handlers Pck.Constraint_Error}.
5049
5050 The convenience variable @code{$_ada_exception} is set as for
5051 @code{catch exception}.
5052
5053 @item assert
5054 @kindex catch assert
5055 A failed Ada assertion. Note that the convenience variable
5056 @code{$_ada_exception} is @emph{not} set by this catchpoint.
5057
5058 @item exec
5059 @kindex catch exec
5060 @cindex break on fork/exec
5061 A call to @code{exec}.
5062
5063 @anchor{catch syscall}
5064 @item syscall
5065 @itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
5066 @kindex catch syscall
5067 @cindex break on a system call.
5068 A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
5069 syscall is a mechanism for application programs to request a service
5070 from the operating system (OS) or one of the OS system services.
5071 @value{GDBN} can catch some or all of the syscalls issued by the
5072 debuggee, and show the related information for each syscall. If no
5073 argument is specified, calls to and returns from all system calls
5074 will be caught.
5075
5076 @var{name} can be any system call name that is valid for the
5077 underlying OS. Just what syscalls are valid depends on the OS. On
5078 GNU and Unix systems, you can find the full list of valid syscall
5079 names on @file{/usr/include/asm/unistd.h}.
5080
5081 @c For MS-Windows, the syscall names and the corresponding numbers
5082 @c can be found, e.g., on this URL:
5083 @c http://www.metasploit.com/users/opcode/syscalls.html
5084 @c but we don't support Windows syscalls yet.
5085
5086 Normally, @value{GDBN} knows in advance which syscalls are valid for
5087 each OS, so you can use the @value{GDBN} command-line completion
5088 facilities (@pxref{Completion,, command completion}) to list the
5089 available choices.
5090
5091 You may also specify the system call numerically. A syscall's
5092 number is the value passed to the OS's syscall dispatcher to
5093 identify the requested service. When you specify the syscall by its
5094 name, @value{GDBN} uses its database of syscalls to convert the name
5095 into the corresponding numeric code, but using the number directly
5096 may be useful if @value{GDBN}'s database does not have the complete
5097 list of syscalls on your system (e.g., because @value{GDBN} lags
5098 behind the OS upgrades).
5099
5100 You may specify a group of related syscalls to be caught at once using
5101 the @code{group:} syntax (@code{g:} is a shorter equivalent). For
5102 instance, on some platforms @value{GDBN} allows you to catch all
5103 network related syscalls, by passing the argument @code{group:network}
5104 to @code{catch syscall}. Note that not all syscall groups are
5105 available in every system. You can use the command completion
5106 facilities (@pxref{Completion,, command completion}) to list the
5107 syscall groups available on your environment.
5108
5109 The example below illustrates how this command works if you don't provide
5110 arguments to it:
5111
5112 @smallexample
5113 (@value{GDBP}) catch syscall
5114 Catchpoint 1 (syscall)
5115 (@value{GDBP}) r
5116 Starting program: /tmp/catch-syscall
5117
5118 Catchpoint 1 (call to syscall 'close'), \
5119 0xffffe424 in __kernel_vsyscall ()
5120 (@value{GDBP}) c
5121 Continuing.
5122
5123 Catchpoint 1 (returned from syscall 'close'), \
5124 0xffffe424 in __kernel_vsyscall ()
5125 (@value{GDBP})
5126 @end smallexample
5127
5128 Here is an example of catching a system call by name:
5129
5130 @smallexample
5131 (@value{GDBP}) catch syscall chroot
5132 Catchpoint 1 (syscall 'chroot' [61])
5133 (@value{GDBP}) r
5134 Starting program: /tmp/catch-syscall
5135
5136 Catchpoint 1 (call to syscall 'chroot'), \
5137 0xffffe424 in __kernel_vsyscall ()
5138 (@value{GDBP}) c
5139 Continuing.
5140
5141 Catchpoint 1 (returned from syscall 'chroot'), \
5142 0xffffe424 in __kernel_vsyscall ()
5143 (@value{GDBP})
5144 @end smallexample
5145
5146 An example of specifying a system call numerically. In the case
5147 below, the syscall number has a corresponding entry in the XML
5148 file, so @value{GDBN} finds its name and prints it:
5149
5150 @smallexample
5151 (@value{GDBP}) catch syscall 252
5152 Catchpoint 1 (syscall(s) 'exit_group')
5153 (@value{GDBP}) r
5154 Starting program: /tmp/catch-syscall
5155
5156 Catchpoint 1 (call to syscall 'exit_group'), \
5157 0xffffe424 in __kernel_vsyscall ()
5158 (@value{GDBP}) c
5159 Continuing.
5160
5161 Program exited normally.
5162 (@value{GDBP})
5163 @end smallexample
5164
5165 Here is an example of catching a syscall group:
5166
5167 @smallexample
5168 (@value{GDBP}) catch syscall group:process
5169 Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
5170 'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
5171 'exit_group' [252] 'waitid' [284] 'unshare' [310])
5172 (@value{GDBP}) r
5173 Starting program: /tmp/catch-syscall
5174
5175 Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
5176 from /lib64/ld-linux-x86-64.so.2
5177
5178 (@value{GDBP}) c
5179 Continuing.
5180 @end smallexample
5181
5182 However, there can be situations when there is no corresponding name
5183 in XML file for that syscall number. In this case, @value{GDBN} prints
5184 a warning message saying that it was not able to find the syscall name,
5185 but the catchpoint will be set anyway. See the example below:
5186
5187 @smallexample
5188 (@value{GDBP}) catch syscall 764
5189 warning: The number '764' does not represent a known syscall.
5190 Catchpoint 2 (syscall 764)
5191 (@value{GDBP})
5192 @end smallexample
5193
5194 If you configure @value{GDBN} using the @samp{--without-expat} option,
5195 it will not be able to display syscall names. Also, if your
5196 architecture does not have an XML file describing its system calls,
5197 you will not be able to see the syscall names. It is important to
5198 notice that these two features are used for accessing the syscall
5199 name database. In either case, you will see a warning like this:
5200
5201 @smallexample
5202 (@value{GDBP}) catch syscall
5203 warning: Could not open "syscalls/i386-linux.xml"
5204 warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5205 GDB will not be able to display syscall names.
5206 Catchpoint 1 (syscall)
5207 (@value{GDBP})
5208 @end smallexample
5209
5210 Of course, the file name will change depending on your architecture and system.
5211
5212 Still using the example above, you can also try to catch a syscall by its
5213 number. In this case, you would see something like:
5214
5215 @smallexample
5216 (@value{GDBP}) catch syscall 252
5217 Catchpoint 1 (syscall(s) 252)
5218 @end smallexample
5219
5220 Again, in this case @value{GDBN} would not be able to display syscall's names.
5221
5222 @item fork
5223 @kindex catch fork
5224 A call to @code{fork}.
5225
5226 @item vfork
5227 @kindex catch vfork
5228 A call to @code{vfork}.
5229
5230 @item load @r{[}@var{regexp}@r{]}
5231 @itemx unload @r{[}@var{regexp}@r{]}
5232 @kindex catch load
5233 @kindex catch unload
5234 The loading or unloading of a shared library. If @var{regexp} is
5235 given, then the catchpoint will stop only if the regular expression
5236 matches one of the affected libraries.
5237
5238 @item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5239 @kindex catch signal
5240 The delivery of a signal.
5241
5242 With no arguments, this catchpoint will catch any signal that is not
5243 used internally by @value{GDBN}, specifically, all signals except
5244 @samp{SIGTRAP} and @samp{SIGINT}.
5245
5246 With the argument @samp{all}, all signals, including those used by
5247 @value{GDBN}, will be caught. This argument cannot be used with other
5248 signal names.
5249
5250 Otherwise, the arguments are a list of signal names as given to
5251 @code{handle} (@pxref{Signals}). Only signals specified in this list
5252 will be caught.
5253
5254 One reason that @code{catch signal} can be more useful than
5255 @code{handle} is that you can attach commands and conditions to the
5256 catchpoint.
5257
5258 When a signal is caught by a catchpoint, the signal's @code{stop} and
5259 @code{print} settings, as specified by @code{handle}, are ignored.
5260 However, whether the signal is still delivered to the inferior depends
5261 on the @code{pass} setting; this can be changed in the catchpoint's
5262 commands.
5263
5264 @end table
5265
5266 @item tcatch @var{event}
5267 @kindex tcatch
5268 Set a catchpoint that is enabled only for one stop. The catchpoint is
5269 automatically deleted after the first time the event is caught.
5270
5271 @end table
5272
5273 Use the @code{info break} command to list the current catchpoints.
5274
5275
5276 @node Delete Breaks
5277 @subsection Deleting Breakpoints
5278
5279 @cindex clearing breakpoints, watchpoints, catchpoints
5280 @cindex deleting breakpoints, watchpoints, catchpoints
5281 It is often necessary to eliminate a breakpoint, watchpoint, or
5282 catchpoint once it has done its job and you no longer want your program
5283 to stop there. This is called @dfn{deleting} the breakpoint. A
5284 breakpoint that has been deleted no longer exists; it is forgotten.
5285
5286 With the @code{clear} command you can delete breakpoints according to
5287 where they are in your program. With the @code{delete} command you can
5288 delete individual breakpoints, watchpoints, or catchpoints by specifying
5289 their breakpoint numbers.
5290
5291 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5292 automatically ignores breakpoints on the first instruction to be executed
5293 when you continue execution without changing the execution address.
5294
5295 @table @code
5296 @kindex clear
5297 @item clear
5298 Delete any breakpoints at the next instruction to be executed in the
5299 selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
5300 the innermost frame is selected, this is a good way to delete a
5301 breakpoint where your program just stopped.
5302
5303 @item clear @var{location}
5304 Delete any breakpoints set at the specified @var{location}.
5305 @xref{Specify Location}, for the various forms of @var{location}; the
5306 most useful ones are listed below:
5307
5308 @table @code
5309 @item clear @var{function}
5310 @itemx clear @var{filename}:@var{function}
5311 Delete any breakpoints set at entry to the named @var{function}.
5312
5313 @item clear @var{linenum}
5314 @itemx clear @var{filename}:@var{linenum}
5315 Delete any breakpoints set at or within the code of the specified
5316 @var{linenum} of the specified @var{filename}.
5317 @end table
5318
5319 @cindex delete breakpoints
5320 @kindex delete
5321 @kindex d @r{(@code{delete})}
5322 @item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5323 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
5324 list specified as argument. If no argument is specified, delete all
5325 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5326 confirm off}). You can abbreviate this command as @code{d}.
5327 @end table
5328
5329 @node Disabling
5330 @subsection Disabling Breakpoints
5331
5332 @cindex enable/disable a breakpoint
5333 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5334 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5335 it had been deleted, but remembers the information on the breakpoint so
5336 that you can @dfn{enable} it again later.
5337
5338 You disable and enable breakpoints, watchpoints, and catchpoints with
5339 the @code{enable} and @code{disable} commands, optionally specifying
5340 one or more breakpoint numbers as arguments. Use @code{info break} to
5341 print a list of all breakpoints, watchpoints, and catchpoints if you
5342 do not know which numbers to use.
5343
5344 Disabling and enabling a breakpoint that has multiple locations
5345 affects all of its locations.
5346
5347 A breakpoint, watchpoint, or catchpoint can have any of several
5348 different states of enablement:
5349
5350 @itemize @bullet
5351 @item
5352 Enabled. The breakpoint stops your program. A breakpoint set
5353 with the @code{break} command starts out in this state.
5354 @item
5355 Disabled. The breakpoint has no effect on your program.
5356 @item
5357 Enabled once. The breakpoint stops your program, but then becomes
5358 disabled.
5359 @item
5360 Enabled for a count. The breakpoint stops your program for the next
5361 N times, then becomes disabled.
5362 @item
5363 Enabled for deletion. The breakpoint stops your program, but
5364 immediately after it does so it is deleted permanently. A breakpoint
5365 set with the @code{tbreak} command starts out in this state.
5366 @end itemize
5367
5368 You can use the following commands to enable or disable breakpoints,
5369 watchpoints, and catchpoints:
5370
5371 @table @code
5372 @kindex disable
5373 @kindex dis @r{(@code{disable})}
5374 @item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5375 Disable the specified breakpoints---or all breakpoints, if none are
5376 listed. A disabled breakpoint has no effect but is not forgotten. All
5377 options such as ignore-counts, conditions and commands are remembered in
5378 case the breakpoint is enabled again later. You may abbreviate
5379 @code{disable} as @code{dis}.
5380
5381 @kindex enable
5382 @item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5383 Enable the specified breakpoints (or all defined breakpoints). They
5384 become effective once again in stopping your program.
5385
5386 @item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
5387 Enable the specified breakpoints temporarily. @value{GDBN} disables any
5388 of these breakpoints immediately after stopping your program.
5389
5390 @item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
5391 Enable the specified breakpoints temporarily. @value{GDBN} records
5392 @var{count} with each of the specified breakpoints, and decrements a
5393 breakpoint's count when it is hit. When any count reaches 0,
5394 @value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5395 count (@pxref{Conditions, ,Break Conditions}), that will be
5396 decremented to 0 before @var{count} is affected.
5397
5398 @item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
5399 Enable the specified breakpoints to work once, then die. @value{GDBN}
5400 deletes any of these breakpoints as soon as your program stops there.
5401 Breakpoints set by the @code{tbreak} command start out in this state.
5402 @end table
5403
5404 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5405 @c confusing: tbreak is also initially enabled.
5406 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
5407 ,Setting Breakpoints}), breakpoints that you set are initially enabled;
5408 subsequently, they become disabled or enabled only when you use one of
5409 the commands above. (The command @code{until} can set and delete a
5410 breakpoint of its own, but it does not change the state of your other
5411 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
5412 Stepping}.)
5413
5414 @node Conditions
5415 @subsection Break Conditions
5416 @cindex conditional breakpoints
5417 @cindex breakpoint conditions
5418
5419 @c FIXME what is scope of break condition expr? Context where wanted?
5420 @c in particular for a watchpoint?
5421 The simplest sort of breakpoint breaks every time your program reaches a
5422 specified place. You can also specify a @dfn{condition} for a
5423 breakpoint. A condition is just a Boolean expression in your
5424 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5425 a condition evaluates the expression each time your program reaches it,
5426 and your program stops only if the condition is @emph{true}.
5427
5428 This is the converse of using assertions for program validation; in that
5429 situation, you want to stop when the assertion is violated---that is,
5430 when the condition is false. In C, if you want to test an assertion expressed
5431 by the condition @var{assert}, you should set the condition
5432 @samp{! @var{assert}} on the appropriate breakpoint.
5433
5434 Conditions are also accepted for watchpoints; you may not need them,
5435 since a watchpoint is inspecting the value of an expression anyhow---but
5436 it might be simpler, say, to just set a watchpoint on a variable name,
5437 and specify a condition that tests whether the new value is an interesting
5438 one.
5439
5440 Break conditions can have side effects, and may even call functions in
5441 your program. This can be useful, for example, to activate functions
5442 that log program progress, or to use your own print functions to
5443 format special data structures. The effects are completely predictable
5444 unless there is another enabled breakpoint at the same address. (In
5445 that case, @value{GDBN} might see the other breakpoint first and stop your
5446 program without checking the condition of this one.) Note that
5447 breakpoint commands are usually more convenient and flexible than break
5448 conditions for the
5449 purpose of performing side effects when a breakpoint is reached
5450 (@pxref{Break Commands, ,Breakpoint Command Lists}).
5451
5452 Breakpoint conditions can also be evaluated on the target's side if
5453 the target supports it. Instead of evaluating the conditions locally,
5454 @value{GDBN} encodes the expression into an agent expression
5455 (@pxref{Agent Expressions}) suitable for execution on the target,
5456 independently of @value{GDBN}. Global variables become raw memory
5457 locations, locals become stack accesses, and so forth.
5458
5459 In this case, @value{GDBN} will only be notified of a breakpoint trigger
5460 when its condition evaluates to true. This mechanism may provide faster
5461 response times depending on the performance characteristics of the target
5462 since it does not need to keep @value{GDBN} informed about
5463 every breakpoint trigger, even those with false conditions.
5464
5465 Break conditions can be specified when a breakpoint is set, by using
5466 @samp{if} in the arguments to the @code{break} command. @xref{Set
5467 Breaks, ,Setting Breakpoints}. They can also be changed at any time
5468 with the @code{condition} command.
5469
5470 You can also use the @code{if} keyword with the @code{watch} command.
5471 The @code{catch} command does not recognize the @code{if} keyword;
5472 @code{condition} is the only way to impose a further condition on a
5473 catchpoint.
5474
5475 @table @code
5476 @kindex condition
5477 @item condition @var{bnum} @var{expression}
5478 Specify @var{expression} as the break condition for breakpoint,
5479 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5480 breakpoint @var{bnum} stops your program only if the value of
5481 @var{expression} is true (nonzero, in C). When you use
5482 @code{condition}, @value{GDBN} checks @var{expression} immediately for
5483 syntactic correctness, and to determine whether symbols in it have
5484 referents in the context of your breakpoint. If @var{expression} uses
5485 symbols not referenced in the context of the breakpoint, @value{GDBN}
5486 prints an error message:
5487
5488 @smallexample
5489 No symbol "foo" in current context.
5490 @end smallexample
5491
5492 @noindent
5493 @value{GDBN} does
5494 not actually evaluate @var{expression} at the time the @code{condition}
5495 command (or a command that sets a breakpoint with a condition, like
5496 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
5497
5498 @item condition -force @var{bnum} @var{expression}
5499 When the @code{-force} flag is used, define the condition even if
5500 @var{expression} is invalid at all the current locations of breakpoint
5501 @var{bnum}. This is similar to the @code{-force-condition} option
5502 of the @code{break} command.
5503
5504 @item condition @var{bnum}
5505 Remove the condition from breakpoint number @var{bnum}. It becomes
5506 an ordinary unconditional breakpoint.
5507 @end table
5508
5509 @cindex ignore count (of breakpoint)
5510 A special case of a breakpoint condition is to stop only when the
5511 breakpoint has been reached a certain number of times. This is so
5512 useful that there is a special way to do it, using the @dfn{ignore
5513 count} of the breakpoint. Every breakpoint has an ignore count, which
5514 is an integer. Most of the time, the ignore count is zero, and
5515 therefore has no effect. But if your program reaches a breakpoint whose
5516 ignore count is positive, then instead of stopping, it just decrements
5517 the ignore count by one and continues. As a result, if the ignore count
5518 value is @var{n}, the breakpoint does not stop the next @var{n} times
5519 your program reaches it.
5520
5521 @table @code
5522 @kindex ignore
5523 @item ignore @var{bnum} @var{count}
5524 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5525 The next @var{count} times the breakpoint is reached, your program's
5526 execution does not stop; other than to decrement the ignore count, @value{GDBN}
5527 takes no action.
5528
5529 To make the breakpoint stop the next time it is reached, specify
5530 a count of zero.
5531
5532 When you use @code{continue} to resume execution of your program from a
5533 breakpoint, you can specify an ignore count directly as an argument to
5534 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
5535 Stepping,,Continuing and Stepping}.
5536
5537 If a breakpoint has a positive ignore count and a condition, the
5538 condition is not checked. Once the ignore count reaches zero,
5539 @value{GDBN} resumes checking the condition.
5540
5541 You could achieve the effect of the ignore count with a condition such
5542 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5543 is decremented each time. @xref{Convenience Vars, ,Convenience
5544 Variables}.
5545 @end table
5546
5547 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5548
5549
5550 @node Break Commands
5551 @subsection Breakpoint Command Lists
5552
5553 @cindex breakpoint commands
5554 You can give any breakpoint (or watchpoint or catchpoint) a series of
5555 commands to execute when your program stops due to that breakpoint. For
5556 example, you might want to print the values of certain expressions, or
5557 enable other breakpoints.
5558
5559 @table @code
5560 @kindex commands
5561 @kindex end@r{ (breakpoint commands)}
5562 @item commands @r{[}@var{list}@dots{}@r{]}
5563 @itemx @dots{} @var{command-list} @dots{}
5564 @itemx end
5565 Specify a list of commands for the given breakpoints. The commands
5566 themselves appear on the following lines. Type a line containing just
5567 @code{end} to terminate the commands.
5568
5569 To remove all commands from a breakpoint, type @code{commands} and
5570 follow it immediately with @code{end}; that is, give no commands.
5571
5572 With no argument, @code{commands} refers to the last breakpoint,
5573 watchpoint, or catchpoint set (not to the breakpoint most recently
5574 encountered). If the most recent breakpoints were set with a single
5575 command, then the @code{commands} will apply to all the breakpoints
5576 set by that command. This applies to breakpoints set by
5577 @code{rbreak}, and also applies when a single @code{break} command
5578 creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5579 Expressions}).
5580 @end table
5581
5582 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5583 disabled within a @var{command-list}.
5584
5585 You can use breakpoint commands to start your program up again. Simply
5586 use the @code{continue} command, or @code{step}, or any other command
5587 that resumes execution.
5588
5589 Any other commands in the command list, after a command that resumes
5590 execution, are ignored. This is because any time you resume execution
5591 (even with a simple @code{next} or @code{step}), you may encounter
5592 another breakpoint---which could have its own command list, leading to
5593 ambiguities about which list to execute.
5594
5595 @kindex silent
5596 If the first command you specify in a command list is @code{silent}, the
5597 usual message about stopping at a breakpoint is not printed. This may
5598 be desirable for breakpoints that are to print a specific message and
5599 then continue. If none of the remaining commands print anything, you
5600 see no sign that the breakpoint was reached. @code{silent} is
5601 meaningful only at the beginning of a breakpoint command list.
5602
5603 The commands @code{echo}, @code{output}, and @code{printf} allow you to
5604 print precisely controlled output, and are often useful in silent
5605 breakpoints. @xref{Output, ,Commands for Controlled Output}.
5606
5607 For example, here is how you could use breakpoint commands to print the
5608 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5609
5610 @smallexample
5611 break foo if x>0
5612 commands
5613 silent
5614 printf "x is %d\n",x
5615 cont
5616 end
5617 @end smallexample
5618
5619 One application for breakpoint commands is to compensate for one bug so
5620 you can test for another. Put a breakpoint just after the erroneous line
5621 of code, give it a condition to detect the case in which something
5622 erroneous has been done, and give it commands to assign correct values
5623 to any variables that need them. End with the @code{continue} command
5624 so that your program does not stop, and start with the @code{silent}
5625 command so that no output is produced. Here is an example:
5626
5627 @smallexample
5628 break 403
5629 commands
5630 silent
5631 set x = y + 4
5632 cont
5633 end
5634 @end smallexample
5635
5636 @node Dynamic Printf
5637 @subsection Dynamic Printf
5638
5639 @cindex dynamic printf
5640 @cindex dprintf
5641 The dynamic printf command @code{dprintf} combines a breakpoint with
5642 formatted printing of your program's data to give you the effect of
5643 inserting @code{printf} calls into your program on-the-fly, without
5644 having to recompile it.
5645
5646 In its most basic form, the output goes to the GDB console. However,
5647 you can set the variable @code{dprintf-style} for alternate handling.
5648 For instance, you can ask to format the output by calling your
5649 program's @code{printf} function. This has the advantage that the
5650 characters go to the program's output device, so they can recorded in
5651 redirects to files and so forth.
5652
5653 If you are doing remote debugging with a stub or agent, you can also
5654 ask to have the printf handled by the remote agent. In addition to
5655 ensuring that the output goes to the remote program's device along
5656 with any other output the program might produce, you can also ask that
5657 the dprintf remain active even after disconnecting from the remote
5658 target. Using the stub/agent is also more efficient, as it can do
5659 everything without needing to communicate with @value{GDBN}.
5660
5661 @table @code
5662 @kindex dprintf
5663 @item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5664 Whenever execution reaches @var{location}, print the values of one or
5665 more @var{expressions} under the control of the string @var{template}.
5666 To print several values, separate them with commas.
5667
5668 @item set dprintf-style @var{style}
5669 Set the dprintf output to be handled in one of several different
5670 styles enumerated below. A change of style affects all existing
5671 dynamic printfs immediately. (If you need individual control over the
5672 print commands, simply define normal breakpoints with
5673 explicitly-supplied command lists.)
5674
5675 @table @code
5676 @item gdb
5677 @kindex dprintf-style gdb
5678 Handle the output using the @value{GDBN} @code{printf} command.
5679
5680 @item call
5681 @kindex dprintf-style call
5682 Handle the output by calling a function in your program (normally
5683 @code{printf}).
5684
5685 @item agent
5686 @kindex dprintf-style agent
5687 Have the remote debugging agent (such as @code{gdbserver}) handle
5688 the output itself. This style is only available for agents that
5689 support running commands on the target.
5690 @end table
5691
5692 @item set dprintf-function @var{function}
5693 Set the function to call if the dprintf style is @code{call}. By
5694 default its value is @code{printf}. You may set it to any expression.
5695 that @value{GDBN} can evaluate to a function, as per the @code{call}
5696 command.
5697
5698 @item set dprintf-channel @var{channel}
5699 Set a ``channel'' for dprintf. If set to a non-empty value,
5700 @value{GDBN} will evaluate it as an expression and pass the result as
5701 a first argument to the @code{dprintf-function}, in the manner of
5702 @code{fprintf} and similar functions. Otherwise, the dprintf format
5703 string will be the first argument, in the manner of @code{printf}.
5704
5705 As an example, if you wanted @code{dprintf} output to go to a logfile
5706 that is a standard I/O stream assigned to the variable @code{mylog},
5707 you could do the following:
5708
5709 @example
5710 (gdb) set dprintf-style call
5711 (gdb) set dprintf-function fprintf
5712 (gdb) set dprintf-channel mylog
5713 (gdb) dprintf 25,"at line 25, glob=%d\n",glob
5714 Dprintf 1 at 0x123456: file main.c, line 25.
5715 (gdb) info break
5716 1 dprintf keep y 0x00123456 in main at main.c:25
5717 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5718 continue
5719 (gdb)
5720 @end example
5721
5722 Note that the @code{info break} displays the dynamic printf commands
5723 as normal breakpoint commands; you can thus easily see the effect of
5724 the variable settings.
5725
5726 @item set disconnected-dprintf on
5727 @itemx set disconnected-dprintf off
5728 @kindex set disconnected-dprintf
5729 Choose whether @code{dprintf} commands should continue to run if
5730 @value{GDBN} has disconnected from the target. This only applies
5731 if the @code{dprintf-style} is @code{agent}.
5732
5733 @item show disconnected-dprintf off
5734 @kindex show disconnected-dprintf
5735 Show the current choice for disconnected @code{dprintf}.
5736
5737 @end table
5738
5739 @value{GDBN} does not check the validity of function and channel,
5740 relying on you to supply values that are meaningful for the contexts
5741 in which they are being used. For instance, the function and channel
5742 may be the values of local variables, but if that is the case, then
5743 all enabled dynamic prints must be at locations within the scope of
5744 those locals. If evaluation fails, @value{GDBN} will report an error.
5745
5746 @node Save Breakpoints
5747 @subsection How to save breakpoints to a file
5748
5749 To save breakpoint definitions to a file use the @w{@code{save
5750 breakpoints}} command.
5751
5752 @table @code
5753 @kindex save breakpoints
5754 @cindex save breakpoints to a file for future sessions
5755 @item save breakpoints [@var{filename}]
5756 This command saves all current breakpoint definitions together with
5757 their commands and ignore counts, into a file @file{@var{filename}}
5758 suitable for use in a later debugging session. This includes all
5759 types of breakpoints (breakpoints, watchpoints, catchpoints,
5760 tracepoints). To read the saved breakpoint definitions, use the
5761 @code{source} command (@pxref{Command Files}). Note that watchpoints
5762 with expressions involving local variables may fail to be recreated
5763 because it may not be possible to access the context where the
5764 watchpoint is valid anymore. Because the saved breakpoint definitions
5765 are simply a sequence of @value{GDBN} commands that recreate the
5766 breakpoints, you can edit the file in your favorite editing program,
5767 and remove the breakpoint definitions you're not interested in, or
5768 that can no longer be recreated.
5769 @end table
5770
5771 @node Static Probe Points
5772 @subsection Static Probe Points
5773
5774 @cindex static probe point, SystemTap
5775 @cindex static probe point, DTrace
5776 @value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5777 for Statically Defined Tracing, and the probes are designed to have a tiny
5778 runtime code and data footprint, and no dynamic relocations.
5779
5780 Currently, the following types of probes are supported on
5781 ELF-compatible systems:
5782
5783 @itemize @bullet
5784
5785 @item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5786 @acronym{SDT} probes@footnote{See
5787 @uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
5788 for more information on how to add @code{SystemTap} @acronym{SDT}
5789 probes in your applications.}. @code{SystemTap} probes are usable
5790 from assembly, C and C@t{++} languages@footnote{See
5791 @uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5792 for a good reference on how the @acronym{SDT} probes are implemented.}.
5793
5794 @item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5795 @acronym{USDT} probes. @code{DTrace} probes are usable from C and
5796 C@t{++} languages.
5797 @end itemize
5798
5799 @cindex semaphores on static probe points
5800 Some @code{SystemTap} probes have an associated semaphore variable;
5801 for instance, this happens automatically if you defined your probe
5802 using a DTrace-style @file{.d} file. If your probe has a semaphore,
5803 @value{GDBN} will automatically enable it when you specify a
5804 breakpoint using the @samp{-probe-stap} notation. But, if you put a
5805 breakpoint at a probe's location by some other method (e.g.,
5806 @code{break file:line}), then @value{GDBN} will not automatically set
5807 the semaphore. @code{DTrace} probes do not support semaphores.
5808
5809 You can examine the available static static probes using @code{info
5810 probes}, with optional arguments:
5811
5812 @table @code
5813 @kindex info probes
5814 @item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5815 If given, @var{type} is either @code{stap} for listing
5816 @code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5817 probes. If omitted all probes are listed regardless of their types.
5818
5819 If given, @var{provider} is a regular expression used to match against provider
5820 names when selecting which probes to list. If omitted, probes by all
5821 probes from all providers are listed.
5822
5823 If given, @var{name} is a regular expression to match against probe names
5824 when selecting which probes to list. If omitted, probe names are not
5825 considered when deciding whether to display them.
5826
5827 If given, @var{objfile} is a regular expression used to select which
5828 object files (executable or shared libraries) to examine. If not
5829 given, all object files are considered.
5830
5831 @item info probes all
5832 List the available static probes, from all types.
5833 @end table
5834
5835 @cindex enabling and disabling probes
5836 Some probe points can be enabled and/or disabled. The effect of
5837 enabling or disabling a probe depends on the type of probe being
5838 handled. Some @code{DTrace} probes can be enabled or
5839 disabled, but @code{SystemTap} probes cannot be disabled.
5840
5841 You can enable (or disable) one or more probes using the following
5842 commands, with optional arguments:
5843
5844 @table @code
5845 @kindex enable probes
5846 @item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5847 If given, @var{provider} is a regular expression used to match against
5848 provider names when selecting which probes to enable. If omitted,
5849 all probes from all providers are enabled.
5850
5851 If given, @var{name} is a regular expression to match against probe
5852 names when selecting which probes to enable. If omitted, probe names
5853 are not considered when deciding whether to enable them.
5854
5855 If given, @var{objfile} is a regular expression used to select which
5856 object files (executable or shared libraries) to examine. If not
5857 given, all object files are considered.
5858
5859 @kindex disable probes
5860 @item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5861 See the @code{enable probes} command above for a description of the
5862 optional arguments accepted by this command.
5863 @end table
5864
5865 @vindex $_probe_arg@r{, convenience variable}
5866 A probe may specify up to twelve arguments. These are available at the
5867 point at which the probe is defined---that is, when the current PC is
5868 at the probe's location. The arguments are available using the
5869 convenience variables (@pxref{Convenience Vars})
5870 @code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5871 probes each probe argument is an integer of the appropriate size;
5872 types are not preserved. In @code{DTrace} probes types are preserved
5873 provided that they are recognized as such by @value{GDBN}; otherwise
5874 the value of the probe argument will be a long integer. The
5875 convenience variable @code{$_probe_argc} holds the number of arguments
5876 at the current probe point.
5877
5878 These variables are always available, but attempts to access them at
5879 any location other than a probe point will cause @value{GDBN} to give
5880 an error message.
5881
5882
5883 @c @ifclear BARETARGET
5884 @node Error in Breakpoints
5885 @subsection ``Cannot insert breakpoints''
5886
5887 If you request too many active hardware-assisted breakpoints and
5888 watchpoints, you will see this error message:
5889
5890 @c FIXME: the precise wording of this message may change; the relevant
5891 @c source change is not committed yet (Sep 3, 1999).
5892 @smallexample
5893 Stopped; cannot insert breakpoints.
5894 You may have requested too many hardware breakpoints and watchpoints.
5895 @end smallexample
5896
5897 @noindent
5898 This message is printed when you attempt to resume the program, since
5899 only then @value{GDBN} knows exactly how many hardware breakpoints and
5900 watchpoints it needs to insert.
5901
5902 When this message is printed, you need to disable or remove some of the
5903 hardware-assisted breakpoints and watchpoints, and then continue.
5904
5905 @node Breakpoint-related Warnings
5906 @subsection ``Breakpoint address adjusted...''
5907 @cindex breakpoint address adjusted
5908
5909 Some processor architectures place constraints on the addresses at
5910 which breakpoints may be placed. For architectures thus constrained,
5911 @value{GDBN} will attempt to adjust the breakpoint's address to comply
5912 with the constraints dictated by the architecture.
5913
5914 One example of such an architecture is the Fujitsu FR-V. The FR-V is
5915 a VLIW architecture in which a number of RISC-like instructions may be
5916 bundled together for parallel execution. The FR-V architecture
5917 constrains the location of a breakpoint instruction within such a
5918 bundle to the instruction with the lowest address. @value{GDBN}
5919 honors this constraint by adjusting a breakpoint's address to the
5920 first in the bundle.
5921
5922 It is not uncommon for optimized code to have bundles which contain
5923 instructions from different source statements, thus it may happen that
5924 a breakpoint's address will be adjusted from one source statement to
5925 another. Since this adjustment may significantly alter @value{GDBN}'s
5926 breakpoint related behavior from what the user expects, a warning is
5927 printed when the breakpoint is first set and also when the breakpoint
5928 is hit.
5929
5930 A warning like the one below is printed when setting a breakpoint
5931 that's been subject to address adjustment:
5932
5933 @smallexample
5934 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5935 @end smallexample
5936
5937 Such warnings are printed both for user settable and @value{GDBN}'s
5938 internal breakpoints. If you see one of these warnings, you should
5939 verify that a breakpoint set at the adjusted address will have the
5940 desired affect. If not, the breakpoint in question may be removed and
5941 other breakpoints may be set which will have the desired behavior.
5942 E.g., it may be sufficient to place the breakpoint at a later
5943 instruction. A conditional breakpoint may also be useful in some
5944 cases to prevent the breakpoint from triggering too often.
5945
5946 @value{GDBN} will also issue a warning when stopping at one of these
5947 adjusted breakpoints:
5948
5949 @smallexample
5950 warning: Breakpoint 1 address previously adjusted from 0x00010414
5951 to 0x00010410.
5952 @end smallexample
5953
5954 When this warning is encountered, it may be too late to take remedial
5955 action except in cases where the breakpoint is hit earlier or more
5956 frequently than expected.
5957
5958 @node Continuing and Stepping
5959 @section Continuing and Stepping
5960
5961 @cindex stepping
5962 @cindex continuing
5963 @cindex resuming execution
5964 @dfn{Continuing} means resuming program execution until your program
5965 completes normally. In contrast, @dfn{stepping} means executing just
5966 one more ``step'' of your program, where ``step'' may mean either one
5967 line of source code, or one machine instruction (depending on what
5968 particular command you use). Either when continuing or when stepping,
5969 your program may stop even sooner, due to a breakpoint or a signal. (If
5970 it stops due to a signal, you may want to use @code{handle}, or use
5971 @samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5972 or you may step into the signal's handler (@pxref{stepping and signal
5973 handlers}).)
5974
5975 @table @code
5976 @kindex continue
5977 @kindex c @r{(@code{continue})}
5978 @kindex fg @r{(resume foreground execution)}
5979 @item continue @r{[}@var{ignore-count}@r{]}
5980 @itemx c @r{[}@var{ignore-count}@r{]}
5981 @itemx fg @r{[}@var{ignore-count}@r{]}
5982 Resume program execution, at the address where your program last stopped;
5983 any breakpoints set at that address are bypassed. The optional argument
5984 @var{ignore-count} allows you to specify a further number of times to
5985 ignore a breakpoint at this location; its effect is like that of
5986 @code{ignore} (@pxref{Conditions, ,Break Conditions}).
5987
5988 The argument @var{ignore-count} is meaningful only when your program
5989 stopped due to a breakpoint. At other times, the argument to
5990 @code{continue} is ignored.
5991
5992 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5993 debugged program is deemed to be the foreground program) are provided
5994 purely for convenience, and have exactly the same behavior as
5995 @code{continue}.
5996 @end table
5997
5998 To resume execution at a different place, you can use @code{return}
5999 (@pxref{Returning, ,Returning from a Function}) to go back to the
6000 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
6001 Different Address}) to go to an arbitrary location in your program.
6002
6003 A typical technique for using stepping is to set a breakpoint
6004 (@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
6005 beginning of the function or the section of your program where a problem
6006 is believed to lie, run your program until it stops at that breakpoint,
6007 and then step through the suspect area, examining the variables that are
6008 interesting, until you see the problem happen.
6009
6010 @table @code
6011 @kindex step
6012 @kindex s @r{(@code{step})}
6013 @item step
6014 Continue running your program until control reaches a different source
6015 line, then stop it and return control to @value{GDBN}. This command is
6016 abbreviated @code{s}.
6017
6018 @quotation
6019 @c "without debugging information" is imprecise; actually "without line
6020 @c numbers in the debugging information". (gcc -g1 has debugging info but
6021 @c not line numbers). But it seems complex to try to make that
6022 @c distinction here.
6023 @emph{Warning:} If you use the @code{step} command while control is
6024 within a function that was compiled without debugging information,
6025 execution proceeds until control reaches a function that does have
6026 debugging information. Likewise, it will not step into a function which
6027 is compiled without debugging information. To step through functions
6028 without debugging information, use the @code{stepi} command, described
6029 below.
6030 @end quotation
6031
6032 The @code{step} command only stops at the first instruction of a source
6033 line. This prevents the multiple stops that could otherwise occur in
6034 @code{switch} statements, @code{for} loops, etc. @code{step} continues
6035 to stop if a function that has debugging information is called within
6036 the line. In other words, @code{step} @emph{steps inside} any functions
6037 called within the line.
6038
6039 Also, the @code{step} command only enters a function if there is line
6040 number information for the function. Otherwise it acts like the
6041 @code{next} command. This avoids problems when using @code{cc -gl}
6042 on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
6043 was any debugging information about the routine.
6044
6045 @item step @var{count}
6046 Continue running as in @code{step}, but do so @var{count} times. If a
6047 breakpoint is reached, or a signal not related to stepping occurs before
6048 @var{count} steps, stepping stops right away.
6049
6050 @kindex next
6051 @kindex n @r{(@code{next})}
6052 @item next @r{[}@var{count}@r{]}
6053 Continue to the next source line in the current (innermost) stack frame.
6054 This is similar to @code{step}, but function calls that appear within
6055 the line of code are executed without stopping. Execution stops when
6056 control reaches a different line of code at the original stack level
6057 that was executing when you gave the @code{next} command. This command
6058 is abbreviated @code{n}.
6059
6060 An argument @var{count} is a repeat count, as for @code{step}.
6061
6062
6063 @c FIX ME!! Do we delete this, or is there a way it fits in with
6064 @c the following paragraph? --- Vctoria
6065 @c
6066 @c @code{next} within a function that lacks debugging information acts like
6067 @c @code{step}, but any function calls appearing within the code of the
6068 @c function are executed without stopping.
6069
6070 The @code{next} command only stops at the first instruction of a
6071 source line. This prevents multiple stops that could otherwise occur in
6072 @code{switch} statements, @code{for} loops, etc.
6073
6074 @kindex set step-mode
6075 @item set step-mode
6076 @cindex functions without line info, and stepping
6077 @cindex stepping into functions with no line info
6078 @itemx set step-mode on
6079 The @code{set step-mode on} command causes the @code{step} command to
6080 stop at the first instruction of a function which contains no debug line
6081 information rather than stepping over it.
6082
6083 This is useful in cases where you may be interested in inspecting the
6084 machine instructions of a function which has no symbolic info and do not
6085 want @value{GDBN} to automatically skip over this function.
6086
6087 @item set step-mode off
6088 Causes the @code{step} command to step over any functions which contains no
6089 debug information. This is the default.
6090
6091 @item show step-mode
6092 Show whether @value{GDBN} will stop in or step over functions without
6093 source line debug information.
6094
6095 @kindex finish
6096 @kindex fin @r{(@code{finish})}
6097 @item finish
6098 Continue running until just after function in the selected stack frame
6099 returns. Print the returned value (if any). This command can be
6100 abbreviated as @code{fin}.
6101
6102 Contrast this with the @code{return} command (@pxref{Returning,
6103 ,Returning from a Function}).
6104
6105 @kindex set print finish
6106 @kindex show print finish
6107 @item set print finish @r{[}on|off@r{]}
6108 @itemx show print finish
6109 By default the @code{finish} command will show the value that is
6110 returned by the function. This can be disabled using @code{set print
6111 finish off}. When disabled, the value is still entered into the value
6112 history (@pxref{Value History}), but not displayed.
6113
6114 @kindex until
6115 @kindex u @r{(@code{until})}
6116 @cindex run until specified location
6117 @item until
6118 @itemx u
6119 Continue running until a source line past the current line, in the
6120 current stack frame, is reached. This command is used to avoid single
6121 stepping through a loop more than once. It is like the @code{next}
6122 command, except that when @code{until} encounters a jump, it
6123 automatically continues execution until the program counter is greater
6124 than the address of the jump.
6125
6126 This means that when you reach the end of a loop after single stepping
6127 though it, @code{until} makes your program continue execution until it
6128 exits the loop. In contrast, a @code{next} command at the end of a loop
6129 simply steps back to the beginning of the loop, which forces you to step
6130 through the next iteration.
6131
6132 @code{until} always stops your program if it attempts to exit the current
6133 stack frame.
6134
6135 @code{until} may produce somewhat counterintuitive results if the order
6136 of machine code does not match the order of the source lines. For
6137 example, in the following excerpt from a debugging session, the @code{f}
6138 (@code{frame}) command shows that execution is stopped at line
6139 @code{206}; yet when we use @code{until}, we get to line @code{195}:
6140
6141 @smallexample
6142 (@value{GDBP}) f
6143 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
6144 206 expand_input();
6145 (@value{GDBP}) until
6146 195 for ( ; argc > 0; NEXTARG) @{
6147 @end smallexample
6148
6149 This happened because, for execution efficiency, the compiler had
6150 generated code for the loop closure test at the end, rather than the
6151 start, of the loop---even though the test in a C @code{for}-loop is
6152 written before the body of the loop. The @code{until} command appeared
6153 to step back to the beginning of the loop when it advanced to this
6154 expression; however, it has not really gone to an earlier
6155 statement---not in terms of the actual machine code.
6156
6157 @code{until} with no argument works by means of single
6158 instruction stepping, and hence is slower than @code{until} with an
6159 argument.
6160
6161 @item until @var{location}
6162 @itemx u @var{location}
6163 Continue running your program until either the specified @var{location} is
6164 reached, or the current stack frame returns. The location is any of
6165 the forms described in @ref{Specify Location}.
6166 This form of the command uses temporary breakpoints, and
6167 hence is quicker than @code{until} without an argument. The specified
6168 location is actually reached only if it is in the current frame. This
6169 implies that @code{until} can be used to skip over recursive function
6170 invocations. For instance in the code below, if the current location is
6171 line @code{96}, issuing @code{until 99} will execute the program up to
6172 line @code{99} in the same invocation of factorial, i.e., after the inner
6173 invocations have returned.
6174
6175 @smallexample
6176 94 int factorial (int value)
6177 95 @{
6178 96 if (value > 1) @{
6179 97 value *= factorial (value - 1);
6180 98 @}
6181 99 return (value);
6182 100 @}
6183 @end smallexample
6184
6185
6186 @kindex advance @var{location}
6187 @item advance @var{location}
6188 Continue running the program up to the given @var{location}. An argument is
6189 required, which should be of one of the forms described in
6190 @ref{Specify Location}.
6191 Execution will also stop upon exit from the current stack
6192 frame. This command is similar to @code{until}, but @code{advance} will
6193 not skip over recursive function calls, and the target location doesn't
6194 have to be in the same frame as the current one.
6195
6196
6197 @kindex stepi
6198 @kindex si @r{(@code{stepi})}
6199 @item stepi
6200 @itemx stepi @var{arg}
6201 @itemx si
6202 Execute one machine instruction, then stop and return to the debugger.
6203
6204 It is often useful to do @samp{display/i $pc} when stepping by machine
6205 instructions. This makes @value{GDBN} automatically display the next
6206 instruction to be executed, each time your program stops. @xref{Auto
6207 Display,, Automatic Display}.
6208
6209 An argument is a repeat count, as in @code{step}.
6210
6211 @need 750
6212 @kindex nexti
6213 @kindex ni @r{(@code{nexti})}
6214 @item nexti
6215 @itemx nexti @var{arg}
6216 @itemx ni
6217 Execute one machine instruction, but if it is a function call,
6218 proceed until the function returns.
6219
6220 An argument is a repeat count, as in @code{next}.
6221
6222 @end table
6223
6224 @anchor{range stepping}
6225 @cindex range stepping
6226 @cindex target-assisted range stepping
6227 By default, and if available, @value{GDBN} makes use of
6228 target-assisted @dfn{range stepping}. In other words, whenever you
6229 use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6230 tells the target to step the corresponding range of instruction
6231 addresses instead of issuing multiple single-steps. This speeds up
6232 line stepping, particularly for remote targets. Ideally, there should
6233 be no reason you would want to turn range stepping off. However, it's
6234 possible that a bug in the debug info, a bug in the remote stub (for
6235 remote targets), or even a bug in @value{GDBN} could make line
6236 stepping behave incorrectly when target-assisted range stepping is
6237 enabled. You can use the following command to turn off range stepping
6238 if necessary:
6239
6240 @table @code
6241 @kindex set range-stepping
6242 @kindex show range-stepping
6243 @item set range-stepping
6244 @itemx show range-stepping
6245 Control whether range stepping is enabled.
6246
6247 If @code{on}, and the target supports it, @value{GDBN} tells the
6248 target to step a range of addresses itself, instead of issuing
6249 multiple single-steps. If @code{off}, @value{GDBN} always issues
6250 single-steps, even if range stepping is supported by the target. The
6251 default is @code{on}.
6252
6253 @end table
6254
6255 @node Skipping Over Functions and Files
6256 @section Skipping Over Functions and Files
6257 @cindex skipping over functions and files
6258
6259 The program you are debugging may contain some functions which are
6260 uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
6261 skip a function, all functions in a file or a particular function in
6262 a particular file when stepping.
6263
6264 For example, consider the following C function:
6265
6266 @smallexample
6267 101 int func()
6268 102 @{
6269 103 foo(boring());
6270 104 bar(boring());
6271 105 @}
6272 @end smallexample
6273
6274 @noindent
6275 Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6276 are not interested in stepping through @code{boring}. If you run @code{step}
6277 at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6278 step over both @code{foo} and @code{boring}!
6279
6280 One solution is to @code{step} into @code{boring} and use the @code{finish}
6281 command to immediately exit it. But this can become tedious if @code{boring}
6282 is called from many places.
6283
6284 A more flexible solution is to execute @kbd{skip boring}. This instructs
6285 @value{GDBN} never to step into @code{boring}. Now when you execute
6286 @code{step} at line 103, you'll step over @code{boring} and directly into
6287 @code{foo}.
6288
6289 Functions may be skipped by providing either a function name, linespec
6290 (@pxref{Specify Location}), regular expression that matches the function's
6291 name, file name or a @code{glob}-style pattern that matches the file name.
6292
6293 On Posix systems the form of the regular expression is
6294 ``Extended Regular Expressions''. See for example @samp{man 7 regex}
6295 on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6296 expression is whatever is provided by the @code{regcomp} function of
6297 the underlying system.
6298 See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6299 description of @code{glob}-style patterns.
6300
6301 @table @code
6302 @kindex skip
6303 @item skip @r{[}@var{options}@r{]}
6304 The basic form of the @code{skip} command takes zero or more options
6305 that specify what to skip.
6306 The @var{options} argument is any useful combination of the following:
6307
6308 @table @code
6309 @item -file @var{file}
6310 @itemx -fi @var{file}
6311 Functions in @var{file} will be skipped over when stepping.
6312
6313 @item -gfile @var{file-glob-pattern}
6314 @itemx -gfi @var{file-glob-pattern}
6315 @cindex skipping over files via glob-style patterns
6316 Functions in files matching @var{file-glob-pattern} will be skipped
6317 over when stepping.
6318
6319 @smallexample
6320 (gdb) skip -gfi utils/*.c
6321 @end smallexample
6322
6323 @item -function @var{linespec}
6324 @itemx -fu @var{linespec}
6325 Functions named by @var{linespec} or the function containing the line
6326 named by @var{linespec} will be skipped over when stepping.
6327 @xref{Specify Location}.
6328
6329 @item -rfunction @var{regexp}
6330 @itemx -rfu @var{regexp}
6331 @cindex skipping over functions via regular expressions
6332 Functions whose name matches @var{regexp} will be skipped over when stepping.
6333
6334 This form is useful for complex function names.
6335 For example, there is generally no need to step into C@t{++} @code{std::string}
6336 constructors or destructors. Plus with C@t{++} templates it can be hard to
6337 write out the full name of the function, and often it doesn't matter what
6338 the template arguments are. Specifying the function to be skipped as a
6339 regular expression makes this easier.
6340
6341 @smallexample
6342 (gdb) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6343 @end smallexample
6344
6345 If you want to skip every templated C@t{++} constructor and destructor
6346 in the @code{std} namespace you can do:
6347
6348 @smallexample
6349 (gdb) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6350 @end smallexample
6351 @end table
6352
6353 If no options are specified, the function you're currently debugging
6354 will be skipped.
6355
6356 @kindex skip function
6357 @item skip function @r{[}@var{linespec}@r{]}
6358 After running this command, the function named by @var{linespec} or the
6359 function containing the line named by @var{linespec} will be skipped over when
6360 stepping. @xref{Specify Location}.
6361
6362 If you do not specify @var{linespec}, the function you're currently debugging
6363 will be skipped.
6364
6365 (If you have a function called @code{file} that you want to skip, use
6366 @kbd{skip function file}.)
6367
6368 @kindex skip file
6369 @item skip file @r{[}@var{filename}@r{]}
6370 After running this command, any function whose source lives in @var{filename}
6371 will be skipped over when stepping.
6372
6373 @smallexample
6374 (gdb) skip file boring.c
6375 File boring.c will be skipped when stepping.
6376 @end smallexample
6377
6378 If you do not specify @var{filename}, functions whose source lives in the file
6379 you're currently debugging will be skipped.
6380 @end table
6381
6382 Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6383 These are the commands for managing your list of skips:
6384
6385 @table @code
6386 @kindex info skip
6387 @item info skip @r{[}@var{range}@r{]}
6388 Print details about the specified skip(s). If @var{range} is not specified,
6389 print a table with details about all functions and files marked for skipping.
6390 @code{info skip} prints the following information about each skip:
6391
6392 @table @emph
6393 @item Identifier
6394 A number identifying this skip.
6395 @item Enabled or Disabled
6396 Enabled skips are marked with @samp{y}.
6397 Disabled skips are marked with @samp{n}.
6398 @item Glob
6399 If the file name is a @samp{glob} pattern this is @samp{y}.
6400 Otherwise it is @samp{n}.
6401 @item File
6402 The name or @samp{glob} pattern of the file to be skipped.
6403 If no file is specified this is @samp{<none>}.
6404 @item RE
6405 If the function name is a @samp{regular expression} this is @samp{y}.
6406 Otherwise it is @samp{n}.
6407 @item Function
6408 The name or regular expression of the function to skip.
6409 If no function is specified this is @samp{<none>}.
6410 @end table
6411
6412 @kindex skip delete
6413 @item skip delete @r{[}@var{range}@r{]}
6414 Delete the specified skip(s). If @var{range} is not specified, delete all
6415 skips.
6416
6417 @kindex skip enable
6418 @item skip enable @r{[}@var{range}@r{]}
6419 Enable the specified skip(s). If @var{range} is not specified, enable all
6420 skips.
6421
6422 @kindex skip disable
6423 @item skip disable @r{[}@var{range}@r{]}
6424 Disable the specified skip(s). If @var{range} is not specified, disable all
6425 skips.
6426
6427 @kindex set debug skip
6428 @item set debug skip @r{[}on|off@r{]}
6429 Set whether to print the debug output about skipping files and functions.
6430
6431 @kindex show debug skip
6432 @item show debug skip
6433 Show whether the debug output about skipping files and functions is printed.
6434
6435 @end table
6436
6437 @node Signals
6438 @section Signals
6439 @cindex signals
6440
6441 A signal is an asynchronous event that can happen in a program. The
6442 operating system defines the possible kinds of signals, and gives each
6443 kind a name and a number. For example, in Unix @code{SIGINT} is the
6444 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
6445 @code{SIGSEGV} is the signal a program gets from referencing a place in
6446 memory far away from all the areas in use; @code{SIGALRM} occurs when
6447 the alarm clock timer goes off (which happens only if your program has
6448 requested an alarm).
6449
6450 @cindex fatal signals
6451 Some signals, including @code{SIGALRM}, are a normal part of the
6452 functioning of your program. Others, such as @code{SIGSEGV}, indicate
6453 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
6454 program has not specified in advance some other way to handle the signal.
6455 @code{SIGINT} does not indicate an error in your program, but it is normally
6456 fatal so it can carry out the purpose of the interrupt: to kill the program.
6457
6458 @value{GDBN} has the ability to detect any occurrence of a signal in your
6459 program. You can tell @value{GDBN} in advance what to do for each kind of
6460 signal.
6461
6462 @cindex handling signals
6463 Normally, @value{GDBN} is set up to let the non-erroneous signals like
6464 @code{SIGALRM} be silently passed to your program
6465 (so as not to interfere with their role in the program's functioning)
6466 but to stop your program immediately whenever an error signal happens.
6467 You can change these settings with the @code{handle} command.
6468
6469 @table @code
6470 @kindex info signals
6471 @kindex info handle
6472 @item info signals
6473 @itemx info handle
6474 Print a table of all the kinds of signals and how @value{GDBN} has been told to
6475 handle each one. You can use this to see the signal numbers of all
6476 the defined types of signals.
6477
6478 @item info signals @var{sig}
6479 Similar, but print information only about the specified signal number.
6480
6481 @code{info handle} is an alias for @code{info signals}.
6482
6483 @item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6484 Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6485 for details about this command.
6486
6487 @kindex handle
6488 @item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
6489 Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
6490 can be the number of a signal or its name (with or without the
6491 @samp{SIG} at the beginning); a list of signal numbers of the form
6492 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
6493 known signals. Optional arguments @var{keywords}, described below,
6494 say what change to make.
6495 @end table
6496
6497 @c @group
6498 The keywords allowed by the @code{handle} command can be abbreviated.
6499 Their full names are:
6500
6501 @table @code
6502 @item nostop
6503 @value{GDBN} should not stop your program when this signal happens. It may
6504 still print a message telling you that the signal has come in.
6505
6506 @item stop
6507 @value{GDBN} should stop your program when this signal happens. This implies
6508 the @code{print} keyword as well.
6509
6510 @item print
6511 @value{GDBN} should print a message when this signal happens.
6512
6513 @item noprint
6514 @value{GDBN} should not mention the occurrence of the signal at all. This
6515 implies the @code{nostop} keyword as well.
6516
6517 @item pass
6518 @itemx noignore
6519 @value{GDBN} should allow your program to see this signal; your program
6520 can handle the signal, or else it may terminate if the signal is fatal
6521 and not handled. @code{pass} and @code{noignore} are synonyms.
6522
6523 @item nopass
6524 @itemx ignore
6525 @value{GDBN} should not allow your program to see this signal.
6526 @code{nopass} and @code{ignore} are synonyms.
6527 @end table
6528 @c @end group
6529
6530 When a signal stops your program, the signal is not visible to the
6531 program until you
6532 continue. Your program sees the signal then, if @code{pass} is in
6533 effect for the signal in question @emph{at that time}. In other words,
6534 after @value{GDBN} reports a signal, you can use the @code{handle}
6535 command with @code{pass} or @code{nopass} to control whether your
6536 program sees that signal when you continue.
6537
6538 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6539 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6540 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6541 erroneous signals.
6542
6543 You can also use the @code{signal} command to prevent your program from
6544 seeing a signal, or cause it to see a signal it normally would not see,
6545 or to give it any signal at any time. For example, if your program stopped
6546 due to some sort of memory reference error, you might store correct
6547 values into the erroneous variables and continue, hoping to see more
6548 execution; but your program would probably terminate immediately as
6549 a result of the fatal signal once it saw the signal. To prevent this,
6550 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
6551 Program a Signal}.
6552
6553 @cindex stepping and signal handlers
6554 @anchor{stepping and signal handlers}
6555
6556 @value{GDBN} optimizes for stepping the mainline code. If a signal
6557 that has @code{handle nostop} and @code{handle pass} set arrives while
6558 a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6559 in progress, @value{GDBN} lets the signal handler run and then resumes
6560 stepping the mainline code once the signal handler returns. In other
6561 words, @value{GDBN} steps over the signal handler. This prevents
6562 signals that you've specified as not interesting (with @code{handle
6563 nostop}) from changing the focus of debugging unexpectedly. Note that
6564 the signal handler itself may still hit a breakpoint, stop for another
6565 signal that has @code{handle stop} in effect, or for any other event
6566 that normally results in stopping the stepping command sooner. Also
6567 note that @value{GDBN} still informs you that the program received a
6568 signal if @code{handle print} is set.
6569
6570 @anchor{stepping into signal handlers}
6571
6572 If you set @code{handle pass} for a signal, and your program sets up a
6573 handler for it, then issuing a stepping command, such as @code{step}
6574 or @code{stepi}, when your program is stopped due to the signal will
6575 step @emph{into} the signal handler (if the target supports that).
6576
6577 Likewise, if you use the @code{queue-signal} command to queue a signal
6578 to be delivered to the current thread when execution of the thread
6579 resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6580 stepping command will step into the signal handler.
6581
6582 Here's an example, using @code{stepi} to step to the first instruction
6583 of @code{SIGUSR1}'s handler:
6584
6585 @smallexample
6586 (@value{GDBP}) handle SIGUSR1
6587 Signal Stop Print Pass to program Description
6588 SIGUSR1 Yes Yes Yes User defined signal 1
6589 (@value{GDBP}) c
6590 Continuing.
6591
6592 Program received signal SIGUSR1, User defined signal 1.
6593 main () sigusr1.c:28
6594 28 p = 0;
6595 (@value{GDBP}) si
6596 sigusr1_handler () at sigusr1.c:9
6597 9 @{
6598 @end smallexample
6599
6600 The same, but using @code{queue-signal} instead of waiting for the
6601 program to receive the signal first:
6602
6603 @smallexample
6604 (@value{GDBP}) n
6605 28 p = 0;
6606 (@value{GDBP}) queue-signal SIGUSR1
6607 (@value{GDBP}) si
6608 sigusr1_handler () at sigusr1.c:9
6609 9 @{
6610 (@value{GDBP})
6611 @end smallexample
6612
6613 @cindex extra signal information
6614 @anchor{extra signal information}
6615
6616 On some targets, @value{GDBN} can inspect extra signal information
6617 associated with the intercepted signal, before it is actually
6618 delivered to the program being debugged. This information is exported
6619 by the convenience variable @code{$_siginfo}, and consists of data
6620 that is passed by the kernel to the signal handler at the time of the
6621 receipt of a signal. The data type of the information itself is
6622 target dependent. You can see the data type using the @code{ptype
6623 $_siginfo} command. On Unix systems, it typically corresponds to the
6624 standard @code{siginfo_t} type, as defined in the @file{signal.h}
6625 system header.
6626
6627 Here's an example, on a @sc{gnu}/Linux system, printing the stray
6628 referenced address that raised a segmentation fault.
6629
6630 @smallexample
6631 @group
6632 (@value{GDBP}) continue
6633 Program received signal SIGSEGV, Segmentation fault.
6634 0x0000000000400766 in main ()
6635 69 *(int *)p = 0;
6636 (@value{GDBP}) ptype $_siginfo
6637 type = struct @{
6638 int si_signo;
6639 int si_errno;
6640 int si_code;
6641 union @{
6642 int _pad[28];
6643 struct @{...@} _kill;
6644 struct @{...@} _timer;
6645 struct @{...@} _rt;
6646 struct @{...@} _sigchld;
6647 struct @{...@} _sigfault;
6648 struct @{...@} _sigpoll;
6649 @} _sifields;
6650 @}
6651 (@value{GDBP}) ptype $_siginfo._sifields._sigfault
6652 type = struct @{
6653 void *si_addr;
6654 @}
6655 (@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6656 $1 = (void *) 0x7ffff7ff7000
6657 @end group
6658 @end smallexample
6659
6660 Depending on target support, @code{$_siginfo} may also be writable.
6661
6662 @cindex Intel MPX boundary violations
6663 @cindex boundary violations, Intel MPX
6664 On some targets, a @code{SIGSEGV} can be caused by a boundary
6665 violation, i.e., accessing an address outside of the allowed range.
6666 In those cases @value{GDBN} may displays additional information,
6667 depending on how @value{GDBN} has been told to handle the signal.
6668 With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6669 kind: "Upper" or "Lower", the memory address accessed and the
6670 bounds, while with @code{handle nostop SIGSEGV} no additional
6671 information is displayed.
6672
6673 The usual output of a segfault is:
6674 @smallexample
6675 Program received signal SIGSEGV, Segmentation fault
6676 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6677 68 value = *(p + len);
6678 @end smallexample
6679
6680 While a bound violation is presented as:
6681 @smallexample
6682 Program received signal SIGSEGV, Segmentation fault
6683 Upper bound violation while accessing address 0x7fffffffc3b3
6684 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
6685 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
6686 68 value = *(p + len);
6687 @end smallexample
6688
6689 @node Thread Stops
6690 @section Stopping and Starting Multi-thread Programs
6691
6692 @cindex stopped threads
6693 @cindex threads, stopped
6694
6695 @cindex continuing threads
6696 @cindex threads, continuing
6697
6698 @value{GDBN} supports debugging programs with multiple threads
6699 (@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6700 are two modes of controlling execution of your program within the
6701 debugger. In the default mode, referred to as @dfn{all-stop mode},
6702 when any thread in your program stops (for example, at a breakpoint
6703 or while being stepped), all other threads in the program are also stopped by
6704 @value{GDBN}. On some targets, @value{GDBN} also supports
6705 @dfn{non-stop mode}, in which other threads can continue to run freely while
6706 you examine the stopped thread in the debugger.
6707
6708 @menu
6709 * All-Stop Mode:: All threads stop when GDB takes control
6710 * Non-Stop Mode:: Other threads continue to execute
6711 * Background Execution:: Running your program asynchronously
6712 * Thread-Specific Breakpoints:: Controlling breakpoints
6713 * Interrupted System Calls:: GDB may interfere with system calls
6714 * Observer Mode:: GDB does not alter program behavior
6715 @end menu
6716
6717 @node All-Stop Mode
6718 @subsection All-Stop Mode
6719
6720 @cindex all-stop mode
6721
6722 In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6723 @emph{all} threads of execution stop, not just the current thread. This
6724 allows you to examine the overall state of the program, including
6725 switching between threads, without worrying that things may change
6726 underfoot.
6727
6728 Conversely, whenever you restart the program, @emph{all} threads start
6729 executing. @emph{This is true even when single-stepping} with commands
6730 like @code{step} or @code{next}.
6731
6732 In particular, @value{GDBN} cannot single-step all threads in lockstep.
6733 Since thread scheduling is up to your debugging target's operating
6734 system (not controlled by @value{GDBN}), other threads may
6735 execute more than one statement while the current thread completes a
6736 single step. Moreover, in general other threads stop in the middle of a
6737 statement, rather than at a clean statement boundary, when the program
6738 stops.
6739
6740 You might even find your program stopped in another thread after
6741 continuing or even single-stepping. This happens whenever some other
6742 thread runs into a breakpoint, a signal, or an exception before the
6743 first thread completes whatever you requested.
6744
6745 @cindex automatic thread selection
6746 @cindex switching threads automatically
6747 @cindex threads, automatic switching
6748 Whenever @value{GDBN} stops your program, due to a breakpoint or a
6749 signal, it automatically selects the thread where that breakpoint or
6750 signal happened. @value{GDBN} alerts you to the context switch with a
6751 message such as @samp{[Switching to Thread @var{n}]} to identify the
6752 thread.
6753
6754 On some OSes, you can modify @value{GDBN}'s default behavior by
6755 locking the OS scheduler to allow only a single thread to run.
6756
6757 @table @code
6758 @item set scheduler-locking @var{mode}
6759 @cindex scheduler locking mode
6760 @cindex lock scheduler
6761 Set the scheduler locking mode. It applies to normal execution,
6762 record mode, and replay mode. If it is @code{off}, then there is no
6763 locking and any thread may run at any time. If @code{on}, then only
6764 the current thread may run when the inferior is resumed. The
6765 @code{step} mode optimizes for single-stepping; it prevents other
6766 threads from preempting the current thread while you are stepping, so
6767 that the focus of debugging does not change unexpectedly. Other
6768 threads never get a chance to run when you step, and they are
6769 completely free to run when you use commands like @samp{continue},
6770 @samp{until}, or @samp{finish}. However, unless another thread hits a
6771 breakpoint during its timeslice, @value{GDBN} does not change the
6772 current thread away from the thread that you are debugging. The
6773 @code{replay} mode behaves like @code{off} in record mode and like
6774 @code{on} in replay mode.
6775
6776 @item show scheduler-locking
6777 Display the current scheduler locking mode.
6778 @end table
6779
6780 @cindex resume threads of multiple processes simultaneously
6781 By default, when you issue one of the execution commands such as
6782 @code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6783 threads of the current inferior to run. For example, if @value{GDBN}
6784 is attached to two inferiors, each with two threads, the
6785 @code{continue} command resumes only the two threads of the current
6786 inferior. This is useful, for example, when you debug a program that
6787 forks and you want to hold the parent stopped (so that, for instance,
6788 it doesn't run to exit), while you debug the child. In other
6789 situations, you may not be interested in inspecting the current state
6790 of any of the processes @value{GDBN} is attached to, and you may want
6791 to resume them all until some breakpoint is hit. In the latter case,
6792 you can instruct @value{GDBN} to allow all threads of all the
6793 inferiors to run with the @w{@code{set schedule-multiple}} command.
6794
6795 @table @code
6796 @kindex set schedule-multiple
6797 @item set schedule-multiple
6798 Set the mode for allowing threads of multiple processes to be resumed
6799 when an execution command is issued. When @code{on}, all threads of
6800 all processes are allowed to run. When @code{off}, only the threads
6801 of the current process are resumed. The default is @code{off}. The
6802 @code{scheduler-locking} mode takes precedence when set to @code{on},
6803 or while you are stepping and set to @code{step}.
6804
6805 @item show schedule-multiple
6806 Display the current mode for resuming the execution of threads of
6807 multiple processes.
6808 @end table
6809
6810 @node Non-Stop Mode
6811 @subsection Non-Stop Mode
6812
6813 @cindex non-stop mode
6814
6815 @c This section is really only a place-holder, and needs to be expanded
6816 @c with more details.
6817
6818 For some multi-threaded targets, @value{GDBN} supports an optional
6819 mode of operation in which you can examine stopped program threads in
6820 the debugger while other threads continue to execute freely. This
6821 minimizes intrusion when debugging live systems, such as programs
6822 where some threads have real-time constraints or must continue to
6823 respond to external events. This is referred to as @dfn{non-stop} mode.
6824
6825 In non-stop mode, when a thread stops to report a debugging event,
6826 @emph{only} that thread is stopped; @value{GDBN} does not stop other
6827 threads as well, in contrast to the all-stop mode behavior. Additionally,
6828 execution commands such as @code{continue} and @code{step} apply by default
6829 only to the current thread in non-stop mode, rather than all threads as
6830 in all-stop mode. This allows you to control threads explicitly in
6831 ways that are not possible in all-stop mode --- for example, stepping
6832 one thread while allowing others to run freely, stepping
6833 one thread while holding all others stopped, or stepping several threads
6834 independently and simultaneously.
6835
6836 To enter non-stop mode, use this sequence of commands before you run
6837 or attach to your program:
6838
6839 @smallexample
6840 # If using the CLI, pagination breaks non-stop.
6841 set pagination off
6842
6843 # Finally, turn it on!
6844 set non-stop on
6845 @end smallexample
6846
6847 You can use these commands to manipulate the non-stop mode setting:
6848
6849 @table @code
6850 @kindex set non-stop
6851 @item set non-stop on
6852 Enable selection of non-stop mode.
6853 @item set non-stop off
6854 Disable selection of non-stop mode.
6855 @kindex show non-stop
6856 @item show non-stop
6857 Show the current non-stop enablement setting.
6858 @end table
6859
6860 Note these commands only reflect whether non-stop mode is enabled,
6861 not whether the currently-executing program is being run in non-stop mode.
6862 In particular, the @code{set non-stop} preference is only consulted when
6863 @value{GDBN} starts or connects to the target program, and it is generally
6864 not possible to switch modes once debugging has started. Furthermore,
6865 since not all targets support non-stop mode, even when you have enabled
6866 non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6867 default.
6868
6869 In non-stop mode, all execution commands apply only to the current thread
6870 by default. That is, @code{continue} only continues one thread.
6871 To continue all threads, issue @code{continue -a} or @code{c -a}.
6872
6873 You can use @value{GDBN}'s background execution commands
6874 (@pxref{Background Execution}) to run some threads in the background
6875 while you continue to examine or step others from @value{GDBN}.
6876 The MI execution commands (@pxref{GDB/MI Program Execution}) are
6877 always executed asynchronously in non-stop mode.
6878
6879 Suspending execution is done with the @code{interrupt} command when
6880 running in the background, or @kbd{Ctrl-c} during foreground execution.
6881 In all-stop mode, this stops the whole process;
6882 but in non-stop mode the interrupt applies only to the current thread.
6883 To stop the whole program, use @code{interrupt -a}.
6884
6885 Other execution commands do not currently support the @code{-a} option.
6886
6887 In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6888 that thread current, as it does in all-stop mode. This is because the
6889 thread stop notifications are asynchronous with respect to @value{GDBN}'s
6890 command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6891 changed to a different thread just as you entered a command to operate on the
6892 previously current thread.
6893
6894 @node Background Execution
6895 @subsection Background Execution
6896
6897 @cindex foreground execution
6898 @cindex background execution
6899 @cindex asynchronous execution
6900 @cindex execution, foreground, background and asynchronous
6901
6902 @value{GDBN}'s execution commands have two variants: the normal
6903 foreground (synchronous) behavior, and a background
6904 (asynchronous) behavior. In foreground execution, @value{GDBN} waits for
6905 the program to report that some thread has stopped before prompting for
6906 another command. In background execution, @value{GDBN} immediately gives
6907 a command prompt so that you can issue other commands while your program runs.
6908
6909 If the target doesn't support async mode, @value{GDBN} issues an error
6910 message if you attempt to use the background execution commands.
6911
6912 @cindex @code{&}, background execution of commands
6913 To specify background execution, add a @code{&} to the command. For example,
6914 the background form of the @code{continue} command is @code{continue&}, or
6915 just @code{c&}. The execution commands that accept background execution
6916 are:
6917
6918 @table @code
6919 @kindex run&
6920 @item run
6921 @xref{Starting, , Starting your Program}.
6922
6923 @item attach
6924 @kindex attach&
6925 @xref{Attach, , Debugging an Already-running Process}.
6926
6927 @item step
6928 @kindex step&
6929 @xref{Continuing and Stepping, step}.
6930
6931 @item stepi
6932 @kindex stepi&
6933 @xref{Continuing and Stepping, stepi}.
6934
6935 @item next
6936 @kindex next&
6937 @xref{Continuing and Stepping, next}.
6938
6939 @item nexti
6940 @kindex nexti&
6941 @xref{Continuing and Stepping, nexti}.
6942
6943 @item continue
6944 @kindex continue&
6945 @xref{Continuing and Stepping, continue}.
6946
6947 @item finish
6948 @kindex finish&
6949 @xref{Continuing and Stepping, finish}.
6950
6951 @item until
6952 @kindex until&
6953 @xref{Continuing and Stepping, until}.
6954
6955 @end table
6956
6957 Background execution is especially useful in conjunction with non-stop
6958 mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6959 However, you can also use these commands in the normal all-stop mode with
6960 the restriction that you cannot issue another execution command until the
6961 previous one finishes. Examples of commands that are valid in all-stop
6962 mode while the program is running include @code{help} and @code{info break}.
6963
6964 You can interrupt your program while it is running in the background by
6965 using the @code{interrupt} command.
6966
6967 @table @code
6968 @kindex interrupt
6969 @item interrupt
6970 @itemx interrupt -a
6971
6972 Suspend execution of the running program. In all-stop mode,
6973 @code{interrupt} stops the whole process, but in non-stop mode, it stops
6974 only the current thread. To stop the whole program in non-stop mode,
6975 use @code{interrupt -a}.
6976 @end table
6977
6978 @node Thread-Specific Breakpoints
6979 @subsection Thread-Specific Breakpoints
6980
6981 When your program has multiple threads (@pxref{Threads,, Debugging
6982 Programs with Multiple Threads}), you can choose whether to set
6983 breakpoints on all threads, or on a particular thread.
6984
6985 @table @code
6986 @cindex breakpoints and threads
6987 @cindex thread breakpoints
6988 @kindex break @dots{} thread @var{thread-id}
6989 @item break @var{location} thread @var{thread-id}
6990 @itemx break @var{location} thread @var{thread-id} if @dots{}
6991 @var{location} specifies source lines; there are several ways of
6992 writing them (@pxref{Specify Location}), but the effect is always to
6993 specify some source line.
6994
6995 Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
6996 to specify that you only want @value{GDBN} to stop the program when a
6997 particular thread reaches this breakpoint. The @var{thread-id} specifier
6998 is one of the thread identifiers assigned by @value{GDBN}, shown
6999 in the first column of the @samp{info threads} display.
7000
7001 If you do not specify @samp{thread @var{thread-id}} when you set a
7002 breakpoint, the breakpoint applies to @emph{all} threads of your
7003 program.
7004
7005 You can use the @code{thread} qualifier on conditional breakpoints as
7006 well; in this case, place @samp{thread @var{thread-id}} before or
7007 after the breakpoint condition, like this:
7008
7009 @smallexample
7010 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
7011 @end smallexample
7012
7013 @end table
7014
7015 Thread-specific breakpoints are automatically deleted when
7016 @value{GDBN} detects the corresponding thread is no longer in the
7017 thread list. For example:
7018
7019 @smallexample
7020 (@value{GDBP}) c
7021 Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
7022 @end smallexample
7023
7024 There are several ways for a thread to disappear, such as a regular
7025 thread exit, but also when you detach from the process with the
7026 @code{detach} command (@pxref{Attach, ,Debugging an Already-running
7027 Process}), or if @value{GDBN} loses the remote connection
7028 (@pxref{Remote Debugging}), etc. Note that with some targets,
7029 @value{GDBN} is only able to detect a thread has exited when the user
7030 explictly asks for the thread list with the @code{info threads}
7031 command.
7032
7033 @node Interrupted System Calls
7034 @subsection Interrupted System Calls
7035
7036 @cindex thread breakpoints and system calls
7037 @cindex system calls and thread breakpoints
7038 @cindex premature return from system calls
7039 There is an unfortunate side effect when using @value{GDBN} to debug
7040 multi-threaded programs. If one thread stops for a
7041 breakpoint, or for some other reason, and another thread is blocked in a
7042 system call, then the system call may return prematurely. This is a
7043 consequence of the interaction between multiple threads and the signals
7044 that @value{GDBN} uses to implement breakpoints and other events that
7045 stop execution.
7046
7047 To handle this problem, your program should check the return value of
7048 each system call and react appropriately. This is good programming
7049 style anyways.
7050
7051 For example, do not write code like this:
7052
7053 @smallexample
7054 sleep (10);
7055 @end smallexample
7056
7057 The call to @code{sleep} will return early if a different thread stops
7058 at a breakpoint or for some other reason.
7059
7060 Instead, write this:
7061
7062 @smallexample
7063 int unslept = 10;
7064 while (unslept > 0)
7065 unslept = sleep (unslept);
7066 @end smallexample
7067
7068 A system call is allowed to return early, so the system is still
7069 conforming to its specification. But @value{GDBN} does cause your
7070 multi-threaded program to behave differently than it would without
7071 @value{GDBN}.
7072
7073 Also, @value{GDBN} uses internal breakpoints in the thread library to
7074 monitor certain events such as thread creation and thread destruction.
7075 When such an event happens, a system call in another thread may return
7076 prematurely, even though your program does not appear to stop.
7077
7078 @node Observer Mode
7079 @subsection Observer Mode
7080
7081 If you want to build on non-stop mode and observe program behavior
7082 without any chance of disruption by @value{GDBN}, you can set
7083 variables to disable all of the debugger's attempts to modify state,
7084 whether by writing memory, inserting breakpoints, etc. These operate
7085 at a low level, intercepting operations from all commands.
7086
7087 When all of these are set to @code{off}, then @value{GDBN} is said to
7088 be @dfn{observer mode}. As a convenience, the variable
7089 @code{observer} can be set to disable these, plus enable non-stop
7090 mode.
7091
7092 Note that @value{GDBN} will not prevent you from making nonsensical
7093 combinations of these settings. For instance, if you have enabled
7094 @code{may-insert-breakpoints} but disabled @code{may-write-memory},
7095 then breakpoints that work by writing trap instructions into the code
7096 stream will still not be able to be placed.
7097
7098 @table @code
7099
7100 @kindex observer
7101 @item set observer on
7102 @itemx set observer off
7103 When set to @code{on}, this disables all the permission variables
7104 below (except for @code{insert-fast-tracepoints}), plus enables
7105 non-stop debugging. Setting this to @code{off} switches back to
7106 normal debugging, though remaining in non-stop mode.
7107
7108 @item show observer
7109 Show whether observer mode is on or off.
7110
7111 @kindex may-write-registers
7112 @item set may-write-registers on
7113 @itemx set may-write-registers off
7114 This controls whether @value{GDBN} will attempt to alter the values of
7115 registers, such as with assignment expressions in @code{print}, or the
7116 @code{jump} command. It defaults to @code{on}.
7117
7118 @item show may-write-registers
7119 Show the current permission to write registers.
7120
7121 @kindex may-write-memory
7122 @item set may-write-memory on
7123 @itemx set may-write-memory off
7124 This controls whether @value{GDBN} will attempt to alter the contents
7125 of memory, such as with assignment expressions in @code{print}. It
7126 defaults to @code{on}.
7127
7128 @item show may-write-memory
7129 Show the current permission to write memory.
7130
7131 @kindex may-insert-breakpoints
7132 @item set may-insert-breakpoints on
7133 @itemx set may-insert-breakpoints off
7134 This controls whether @value{GDBN} will attempt to insert breakpoints.
7135 This affects all breakpoints, including internal breakpoints defined
7136 by @value{GDBN}. It defaults to @code{on}.
7137
7138 @item show may-insert-breakpoints
7139 Show the current permission to insert breakpoints.
7140
7141 @kindex may-insert-tracepoints
7142 @item set may-insert-tracepoints on
7143 @itemx set may-insert-tracepoints off
7144 This controls whether @value{GDBN} will attempt to insert (regular)
7145 tracepoints at the beginning of a tracing experiment. It affects only
7146 non-fast tracepoints, fast tracepoints being under the control of
7147 @code{may-insert-fast-tracepoints}. It defaults to @code{on}.
7148
7149 @item show may-insert-tracepoints
7150 Show the current permission to insert tracepoints.
7151
7152 @kindex may-insert-fast-tracepoints
7153 @item set may-insert-fast-tracepoints on
7154 @itemx set may-insert-fast-tracepoints off
7155 This controls whether @value{GDBN} will attempt to insert fast
7156 tracepoints at the beginning of a tracing experiment. It affects only
7157 fast tracepoints, regular (non-fast) tracepoints being under the
7158 control of @code{may-insert-tracepoints}. It defaults to @code{on}.
7159
7160 @item show may-insert-fast-tracepoints
7161 Show the current permission to insert fast tracepoints.
7162
7163 @kindex may-interrupt
7164 @item set may-interrupt on
7165 @itemx set may-interrupt off
7166 This controls whether @value{GDBN} will attempt to interrupt or stop
7167 program execution. When this variable is @code{off}, the
7168 @code{interrupt} command will have no effect, nor will
7169 @kbd{Ctrl-c}. It defaults to @code{on}.
7170
7171 @item show may-interrupt
7172 Show the current permission to interrupt or stop the program.
7173
7174 @end table
7175
7176 @node Reverse Execution
7177 @chapter Running programs backward
7178 @cindex reverse execution
7179 @cindex running programs backward
7180
7181 When you are debugging a program, it is not unusual to realize that
7182 you have gone too far, and some event of interest has already happened.
7183 If the target environment supports it, @value{GDBN} can allow you to
7184 ``rewind'' the program by running it backward.
7185
7186 A target environment that supports reverse execution should be able
7187 to ``undo'' the changes in machine state that have taken place as the
7188 program was executing normally. Variables, registers etc.@: should
7189 revert to their previous values. Obviously this requires a great
7190 deal of sophistication on the part of the target environment; not
7191 all target environments can support reverse execution.
7192
7193 When a program is executed in reverse, the instructions that
7194 have most recently been executed are ``un-executed'', in reverse
7195 order. The program counter runs backward, following the previous
7196 thread of execution in reverse. As each instruction is ``un-executed'',
7197 the values of memory and/or registers that were changed by that
7198 instruction are reverted to their previous states. After executing
7199 a piece of source code in reverse, all side effects of that code
7200 should be ``undone'', and all variables should be returned to their
7201 prior values@footnote{
7202 Note that some side effects are easier to undo than others. For instance,
7203 memory and registers are relatively easy, but device I/O is hard. Some
7204 targets may be able undo things like device I/O, and some may not.
7205
7206 The contract between @value{GDBN} and the reverse executing target
7207 requires only that the target do something reasonable when
7208 @value{GDBN} tells it to execute backwards, and then report the
7209 results back to @value{GDBN}. Whatever the target reports back to
7210 @value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7211 assumes that the memory and registers that the target reports are in a
7212 consistent state, but @value{GDBN} accepts whatever it is given.
7213 }.
7214
7215 On some platforms, @value{GDBN} has built-in support for reverse
7216 execution, activated with the @code{record} or @code{record btrace}
7217 commands. @xref{Process Record and Replay}. Some remote targets,
7218 typically full system emulators, support reverse execution directly
7219 without requiring any special command.
7220
7221 If you are debugging in a target environment that supports
7222 reverse execution, @value{GDBN} provides the following commands.
7223
7224 @table @code
7225 @kindex reverse-continue
7226 @kindex rc @r{(@code{reverse-continue})}
7227 @item reverse-continue @r{[}@var{ignore-count}@r{]}
7228 @itemx rc @r{[}@var{ignore-count}@r{]}
7229 Beginning at the point where your program last stopped, start executing
7230 in reverse. Reverse execution will stop for breakpoints and synchronous
7231 exceptions (signals), just like normal execution. Behavior of
7232 asynchronous signals depends on the target environment.
7233
7234 @kindex reverse-step
7235 @kindex rs @r{(@code{step})}
7236 @item reverse-step @r{[}@var{count}@r{]}
7237 Run the program backward until control reaches the start of a
7238 different source line; then stop it, and return control to @value{GDBN}.
7239
7240 Like the @code{step} command, @code{reverse-step} will only stop
7241 at the beginning of a source line. It ``un-executes'' the previously
7242 executed source line. If the previous source line included calls to
7243 debuggable functions, @code{reverse-step} will step (backward) into
7244 the called function, stopping at the beginning of the @emph{last}
7245 statement in the called function (typically a return statement).
7246
7247 Also, as with the @code{step} command, if non-debuggable functions are
7248 called, @code{reverse-step} will run thru them backward without stopping.
7249
7250 @kindex reverse-stepi
7251 @kindex rsi @r{(@code{reverse-stepi})}
7252 @item reverse-stepi @r{[}@var{count}@r{]}
7253 Reverse-execute one machine instruction. Note that the instruction
7254 to be reverse-executed is @emph{not} the one pointed to by the program
7255 counter, but the instruction executed prior to that one. For instance,
7256 if the last instruction was a jump, @code{reverse-stepi} will take you
7257 back from the destination of the jump to the jump instruction itself.
7258
7259 @kindex reverse-next
7260 @kindex rn @r{(@code{reverse-next})}
7261 @item reverse-next @r{[}@var{count}@r{]}
7262 Run backward to the beginning of the previous line executed in
7263 the current (innermost) stack frame. If the line contains function
7264 calls, they will be ``un-executed'' without stopping. Starting from
7265 the first line of a function, @code{reverse-next} will take you back
7266 to the caller of that function, @emph{before} the function was called,
7267 just as the normal @code{next} command would take you from the last
7268 line of a function back to its return to its caller
7269 @footnote{Unless the code is too heavily optimized.}.
7270
7271 @kindex reverse-nexti
7272 @kindex rni @r{(@code{reverse-nexti})}
7273 @item reverse-nexti @r{[}@var{count}@r{]}
7274 Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7275 in reverse, except that called functions are ``un-executed'' atomically.
7276 That is, if the previously executed instruction was a return from
7277 another function, @code{reverse-nexti} will continue to execute
7278 in reverse until the call to that function (from the current stack
7279 frame) is reached.
7280
7281 @kindex reverse-finish
7282 @item reverse-finish
7283 Just as the @code{finish} command takes you to the point where the
7284 current function returns, @code{reverse-finish} takes you to the point
7285 where it was called. Instead of ending up at the end of the current
7286 function invocation, you end up at the beginning.
7287
7288 @kindex set exec-direction
7289 @item set exec-direction
7290 Set the direction of target execution.
7291 @item set exec-direction reverse
7292 @cindex execute forward or backward in time
7293 @value{GDBN} will perform all execution commands in reverse, until the
7294 exec-direction mode is changed to ``forward''. Affected commands include
7295 @code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7296 command cannot be used in reverse mode.
7297 @item set exec-direction forward
7298 @value{GDBN} will perform all execution commands in the normal fashion.
7299 This is the default.
7300 @end table
7301
7302
7303 @node Process Record and Replay
7304 @chapter Recording Inferior's Execution and Replaying It
7305 @cindex process record and replay
7306 @cindex recording inferior's execution and replaying it
7307
7308 On some platforms, @value{GDBN} provides a special @dfn{process record
7309 and replay} target that can record a log of the process execution, and
7310 replay it later with both forward and reverse execution commands.
7311
7312 @cindex replay mode
7313 When this target is in use, if the execution log includes the record
7314 for the next instruction, @value{GDBN} will debug in @dfn{replay
7315 mode}. In the replay mode, the inferior does not really execute code
7316 instructions. Instead, all the events that normally happen during
7317 code execution are taken from the execution log. While code is not
7318 really executed in replay mode, the values of registers (including the
7319 program counter register) and the memory of the inferior are still
7320 changed as they normally would. Their contents are taken from the
7321 execution log.
7322
7323 @cindex record mode
7324 If the record for the next instruction is not in the execution log,
7325 @value{GDBN} will debug in @dfn{record mode}. In this mode, the
7326 inferior executes normally, and @value{GDBN} records the execution log
7327 for future replay.
7328
7329 The process record and replay target supports reverse execution
7330 (@pxref{Reverse Execution}), even if the platform on which the
7331 inferior runs does not. However, the reverse execution is limited in
7332 this case by the range of the instructions recorded in the execution
7333 log. In other words, reverse execution on platforms that don't
7334 support it directly can only be done in the replay mode.
7335
7336 When debugging in the reverse direction, @value{GDBN} will work in
7337 replay mode as long as the execution log includes the record for the
7338 previous instruction; otherwise, it will work in record mode, if the
7339 platform supports reverse execution, or stop if not.
7340
7341 Currently, process record and replay is supported on ARM, Aarch64,
7342 Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7343 GNU/Linux. Process record and replay can be used both when native
7344 debugging, and when remote debugging via @code{gdbserver}.
7345
7346 For architecture environments that support process record and replay,
7347 @value{GDBN} provides the following commands:
7348
7349 @table @code
7350 @kindex target record
7351 @kindex target record-full
7352 @kindex target record-btrace
7353 @kindex record
7354 @kindex record full
7355 @kindex record btrace
7356 @kindex record btrace bts
7357 @kindex record btrace pt
7358 @kindex record bts
7359 @kindex record pt
7360 @kindex rec
7361 @kindex rec full
7362 @kindex rec btrace
7363 @kindex rec btrace bts
7364 @kindex rec btrace pt
7365 @kindex rec bts
7366 @kindex rec pt
7367 @item record @var{method}
7368 This command starts the process record and replay target. The
7369 recording method can be specified as parameter. Without a parameter
7370 the command uses the @code{full} recording method. The following
7371 recording methods are available:
7372
7373 @table @code
7374 @item full
7375 Full record/replay recording using @value{GDBN}'s software record and
7376 replay implementation. This method allows replaying and reverse
7377 execution.
7378
7379 @item btrace @var{format}
7380 Hardware-supported instruction recording, supported on Intel
7381 processors. This method does not record data. Further, the data is
7382 collected in a ring buffer so old data will be overwritten when the
7383 buffer is full. It allows limited reverse execution. Variables and
7384 registers are not available during reverse execution. In remote
7385 debugging, recording continues on disconnect. Recorded data can be
7386 inspected after reconnecting. The recording may be stopped using
7387 @code{record stop}.
7388
7389 The recording format can be specified as parameter. Without a parameter
7390 the command chooses the recording format. The following recording
7391 formats are available:
7392
7393 @table @code
7394 @item bts
7395 @cindex branch trace store
7396 Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7397 this format, the processor stores a from/to record for each executed
7398 branch in the btrace ring buffer.
7399
7400 @item pt
7401 @cindex Intel Processor Trace
7402 Use the @dfn{Intel Processor Trace} recording format. In this
7403 format, the processor stores the execution trace in a compressed form
7404 that is afterwards decoded by @value{GDBN}.
7405
7406 The trace can be recorded with very low overhead. The compressed
7407 trace format also allows small trace buffers to already contain a big
7408 number of instructions compared to @acronym{BTS}.
7409
7410 Decoding the recorded execution trace, on the other hand, is more
7411 expensive than decoding @acronym{BTS} trace. This is mostly due to the
7412 increased number of instructions to process. You should increase the
7413 buffer-size with care.
7414 @end table
7415
7416 Not all recording formats may be available on all processors.
7417 @end table
7418
7419 The process record and replay target can only debug a process that is
7420 already running. Therefore, you need first to start the process with
7421 the @kbd{run} or @kbd{start} commands, and then start the recording
7422 with the @kbd{record @var{method}} command.
7423
7424 @cindex displaced stepping, and process record and replay
7425 Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7426 will be automatically disabled when process record and replay target
7427 is started. That's because the process record and replay target
7428 doesn't support displaced stepping.
7429
7430 @cindex non-stop mode, and process record and replay
7431 @cindex asynchronous execution, and process record and replay
7432 If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
7433 the asynchronous execution mode (@pxref{Background Execution}), not
7434 all recording methods are available. The @code{full} recording method
7435 does not support these two modes.
7436
7437 @kindex record stop
7438 @kindex rec s
7439 @item record stop
7440 Stop the process record and replay target. When process record and
7441 replay target stops, the entire execution log will be deleted and the
7442 inferior will either be terminated, or will remain in its final state.
7443
7444 When you stop the process record and replay target in record mode (at
7445 the end of the execution log), the inferior will be stopped at the
7446 next instruction that would have been recorded. In other words, if
7447 you record for a while and then stop recording, the inferior process
7448 will be left in the same state as if the recording never happened.
7449
7450 On the other hand, if the process record and replay target is stopped
7451 while in replay mode (that is, not at the end of the execution log,
7452 but at some earlier point), the inferior process will become ``live''
7453 at that earlier state, and it will then be possible to continue the
7454 usual ``live'' debugging of the process from that state.
7455
7456 When the inferior process exits, or @value{GDBN} detaches from it,
7457 process record and replay target will automatically stop itself.
7458
7459 @kindex record goto
7460 @item record goto
7461 Go to a specific location in the execution log. There are several
7462 ways to specify the location to go to:
7463
7464 @table @code
7465 @item record goto begin
7466 @itemx record goto start
7467 Go to the beginning of the execution log.
7468
7469 @item record goto end
7470 Go to the end of the execution log.
7471
7472 @item record goto @var{n}
7473 Go to instruction number @var{n} in the execution log.
7474 @end table
7475
7476 @kindex record save
7477 @item record save @var{filename}
7478 Save the execution log to a file @file{@var{filename}}.
7479 Default filename is @file{gdb_record.@var{process_id}}, where
7480 @var{process_id} is the process ID of the inferior.
7481
7482 This command may not be available for all recording methods.
7483
7484 @kindex record restore
7485 @item record restore @var{filename}
7486 Restore the execution log from a file @file{@var{filename}}.
7487 File must have been created with @code{record save}.
7488
7489 @kindex set record full
7490 @item set record full insn-number-max @var{limit}
7491 @itemx set record full insn-number-max unlimited
7492 Set the limit of instructions to be recorded for the @code{full}
7493 recording method. Default value is 200000.
7494
7495 If @var{limit} is a positive number, then @value{GDBN} will start
7496 deleting instructions from the log once the number of the record
7497 instructions becomes greater than @var{limit}. For every new recorded
7498 instruction, @value{GDBN} will delete the earliest recorded
7499 instruction to keep the number of recorded instructions at the limit.
7500 (Since deleting recorded instructions loses information, @value{GDBN}
7501 lets you control what happens when the limit is reached, by means of
7502 the @code{stop-at-limit} option, described below.)
7503
7504 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7505 delete recorded instructions from the execution log. The number of
7506 recorded instructions is limited only by the available memory.
7507
7508 @kindex show record full
7509 @item show record full insn-number-max
7510 Show the limit of instructions to be recorded with the @code{full}
7511 recording method.
7512
7513 @item set record full stop-at-limit
7514 Control the behavior of the @code{full} recording method when the
7515 number of recorded instructions reaches the limit. If ON (the
7516 default), @value{GDBN} will stop when the limit is reached for the
7517 first time and ask you whether you want to stop the inferior or
7518 continue running it and recording the execution log. If you decide
7519 to continue recording, each new recorded instruction will cause the
7520 oldest one to be deleted.
7521
7522 If this option is OFF, @value{GDBN} will automatically delete the
7523 oldest record to make room for each new one, without asking.
7524
7525 @item show record full stop-at-limit
7526 Show the current setting of @code{stop-at-limit}.
7527
7528 @item set record full memory-query
7529 Control the behavior when @value{GDBN} is unable to record memory
7530 changes caused by an instruction for the @code{full} recording method.
7531 If ON, @value{GDBN} will query whether to stop the inferior in that
7532 case.
7533
7534 If this option is OFF (the default), @value{GDBN} will automatically
7535 ignore the effect of such instructions on memory. Later, when
7536 @value{GDBN} replays this execution log, it will mark the log of this
7537 instruction as not accessible, and it will not affect the replay
7538 results.
7539
7540 @item show record full memory-query
7541 Show the current setting of @code{memory-query}.
7542
7543 @kindex set record btrace
7544 The @code{btrace} record target does not trace data. As a
7545 convenience, when replaying, @value{GDBN} reads read-only memory off
7546 the live program directly, assuming that the addresses of the
7547 read-only areas don't change. This for example makes it possible to
7548 disassemble code while replaying, but not to print variables.
7549 In some cases, being able to inspect variables might be useful.
7550 You can use the following command for that:
7551
7552 @item set record btrace replay-memory-access
7553 Control the behavior of the @code{btrace} recording method when
7554 accessing memory during replay. If @code{read-only} (the default),
7555 @value{GDBN} will only allow accesses to read-only memory.
7556 If @code{read-write}, @value{GDBN} will allow accesses to read-only
7557 and to read-write memory. Beware that the accessed memory corresponds
7558 to the live target and not necessarily to the current replay
7559 position.
7560
7561 @item set record btrace cpu @var{identifier}
7562 Set the processor to be used for enabling workarounds for processor
7563 errata when decoding the trace.
7564
7565 Processor errata are defects in processor operation, caused by its
7566 design or manufacture. They can cause a trace not to match the
7567 specification. This, in turn, may cause trace decode to fail.
7568 @value{GDBN} can detect erroneous trace packets and correct them, thus
7569 avoiding the decoding failures. These corrections are known as
7570 @dfn{errata workarounds}, and are enabled based on the processor on
7571 which the trace was recorded.
7572
7573 By default, @value{GDBN} attempts to detect the processor
7574 automatically, and apply the necessary workarounds for it. However,
7575 you may need to specify the processor if @value{GDBN} does not yet
7576 support it. This command allows you to do that, and also allows to
7577 disable the workarounds.
7578
7579 The argument @var{identifier} identifies the @sc{cpu} and is of the
7580 form: @code{@var{vendor}:@var{processor identifier}}. In addition,
7581 there are two special identifiers, @code{none} and @code{auto}
7582 (default).
7583
7584 The following vendor identifiers and corresponding processor
7585 identifiers are currently supported:
7586
7587 @multitable @columnfractions .1 .9
7588
7589 @item @code{intel}
7590 @tab @var{family}/@var{model}[/@var{stepping}]
7591
7592 @end multitable
7593
7594 On GNU/Linux systems, the processor @var{family}, @var{model}, and
7595 @var{stepping} can be obtained from @code{/proc/cpuinfo}.
7596
7597 If @var{identifier} is @code{auto}, enable errata workarounds for the
7598 processor on which the trace was recorded. If @var{identifier} is
7599 @code{none}, errata workarounds are disabled.
7600
7601 For example, when using an old @value{GDBN} on a new system, decode
7602 may fail because @value{GDBN} does not support the new processor. It
7603 often suffices to specify an older processor that @value{GDBN}
7604 supports.
7605
7606 @smallexample
7607 (gdb) info record
7608 Active record target: record-btrace
7609 Recording format: Intel Processor Trace.
7610 Buffer size: 16kB.
7611 Failed to configure the Intel Processor Trace decoder: unknown cpu.
7612 (gdb) set record btrace cpu intel:6/158
7613 (gdb) info record
7614 Active record target: record-btrace
7615 Recording format: Intel Processor Trace.
7616 Buffer size: 16kB.
7617 Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7618 @end smallexample
7619
7620 @kindex show record btrace
7621 @item show record btrace replay-memory-access
7622 Show the current setting of @code{replay-memory-access}.
7623
7624 @item show record btrace cpu
7625 Show the processor to be used for enabling trace decode errata
7626 workarounds.
7627
7628 @kindex set record btrace bts
7629 @item set record btrace bts buffer-size @var{size}
7630 @itemx set record btrace bts buffer-size unlimited
7631 Set the requested ring buffer size for branch tracing in @acronym{BTS}
7632 format. Default is 64KB.
7633
7634 If @var{size} is a positive number, then @value{GDBN} will try to
7635 allocate a buffer of at least @var{size} bytes for each new thread
7636 that uses the btrace recording method and the @acronym{BTS} format.
7637 The actually obtained buffer size may differ from the requested
7638 @var{size}. Use the @code{info record} command to see the actual
7639 buffer size for each thread that uses the btrace recording method and
7640 the @acronym{BTS} format.
7641
7642 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7643 allocate a buffer of 4MB.
7644
7645 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7646 also need longer to process the branch trace data before it can be used.
7647
7648 @item show record btrace bts buffer-size @var{size}
7649 Show the current setting of the requested ring buffer size for branch
7650 tracing in @acronym{BTS} format.
7651
7652 @kindex set record btrace pt
7653 @item set record btrace pt buffer-size @var{size}
7654 @itemx set record btrace pt buffer-size unlimited
7655 Set the requested ring buffer size for branch tracing in Intel
7656 Processor Trace format. Default is 16KB.
7657
7658 If @var{size} is a positive number, then @value{GDBN} will try to
7659 allocate a buffer of at least @var{size} bytes for each new thread
7660 that uses the btrace recording method and the Intel Processor Trace
7661 format. The actually obtained buffer size may differ from the
7662 requested @var{size}. Use the @code{info record} command to see the
7663 actual buffer size for each thread.
7664
7665 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7666 allocate a buffer of 4MB.
7667
7668 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7669 also need longer to process the branch trace data before it can be used.
7670
7671 @item show record btrace pt buffer-size @var{size}
7672 Show the current setting of the requested ring buffer size for branch
7673 tracing in Intel Processor Trace format.
7674
7675 @kindex info record
7676 @item info record
7677 Show various statistics about the recording depending on the recording
7678 method:
7679
7680 @table @code
7681 @item full
7682 For the @code{full} recording method, it shows the state of process
7683 record and its in-memory execution log buffer, including:
7684
7685 @itemize @bullet
7686 @item
7687 Whether in record mode or replay mode.
7688 @item
7689 Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7690 @item
7691 Highest recorded instruction number.
7692 @item
7693 Current instruction about to be replayed (if in replay mode).
7694 @item
7695 Number of instructions contained in the execution log.
7696 @item
7697 Maximum number of instructions that may be contained in the execution log.
7698 @end itemize
7699
7700 @item btrace
7701 For the @code{btrace} recording method, it shows:
7702
7703 @itemize @bullet
7704 @item
7705 Recording format.
7706 @item
7707 Number of instructions that have been recorded.
7708 @item
7709 Number of blocks of sequential control-flow formed by the recorded
7710 instructions.
7711 @item
7712 Whether in record mode or replay mode.
7713 @end itemize
7714
7715 For the @code{bts} recording format, it also shows:
7716 @itemize @bullet
7717 @item
7718 Size of the perf ring buffer.
7719 @end itemize
7720
7721 For the @code{pt} recording format, it also shows:
7722 @itemize @bullet
7723 @item
7724 Size of the perf ring buffer.
7725 @end itemize
7726 @end table
7727
7728 @kindex record delete
7729 @kindex rec del
7730 @item record delete
7731 When record target runs in replay mode (``in the past''), delete the
7732 subsequent execution log and begin to record a new execution log starting
7733 from the current address. This means you will abandon the previously
7734 recorded ``future'' and begin recording a new ``future''.
7735
7736 @kindex record instruction-history
7737 @kindex rec instruction-history
7738 @item record instruction-history
7739 Disassembles instructions from the recorded execution log. By
7740 default, ten instructions are disassembled. This can be changed using
7741 the @code{set record instruction-history-size} command. Instructions
7742 are printed in execution order.
7743
7744 It can also print mixed source+disassembly if you specify the the
7745 @code{/m} or @code{/s} modifier, and print the raw instructions in hex
7746 as well as in symbolic form by specifying the @code{/r} modifier.
7747
7748 The current position marker is printed for the instruction at the
7749 current program counter value. This instruction can appear multiple
7750 times in the trace and the current position marker will be printed
7751 every time. To omit the current position marker, specify the
7752 @code{/p} modifier.
7753
7754 To better align the printed instructions when the trace contains
7755 instructions from more than one function, the function name may be
7756 omitted by specifying the @code{/f} modifier.
7757
7758 Speculatively executed instructions are prefixed with @samp{?}. This
7759 feature is not available for all recording formats.
7760
7761 There are several ways to specify what part of the execution log to
7762 disassemble:
7763
7764 @table @code
7765 @item record instruction-history @var{insn}
7766 Disassembles ten instructions starting from instruction number
7767 @var{insn}.
7768
7769 @item record instruction-history @var{insn}, +/-@var{n}
7770 Disassembles @var{n} instructions around instruction number
7771 @var{insn}. If @var{n} is preceded with @code{+}, disassembles
7772 @var{n} instructions after instruction number @var{insn}. If
7773 @var{n} is preceded with @code{-}, disassembles @var{n}
7774 instructions before instruction number @var{insn}.
7775
7776 @item record instruction-history
7777 Disassembles ten more instructions after the last disassembly.
7778
7779 @item record instruction-history -
7780 Disassembles ten more instructions before the last disassembly.
7781
7782 @item record instruction-history @var{begin}, @var{end}
7783 Disassembles instructions beginning with instruction number
7784 @var{begin} until instruction number @var{end}. The instruction
7785 number @var{end} is included.
7786 @end table
7787
7788 This command may not be available for all recording methods.
7789
7790 @kindex set record
7791 @item set record instruction-history-size @var{size}
7792 @itemx set record instruction-history-size unlimited
7793 Define how many instructions to disassemble in the @code{record
7794 instruction-history} command. The default value is 10.
7795 A @var{size} of @code{unlimited} means unlimited instructions.
7796
7797 @kindex show record
7798 @item show record instruction-history-size
7799 Show how many instructions to disassemble in the @code{record
7800 instruction-history} command.
7801
7802 @kindex record function-call-history
7803 @kindex rec function-call-history
7804 @item record function-call-history
7805 Prints the execution history at function granularity. It prints one
7806 line for each sequence of instructions that belong to the same
7807 function giving the name of that function, the source lines
7808 for this instruction sequence (if the @code{/l} modifier is
7809 specified), and the instructions numbers that form the sequence (if
7810 the @code{/i} modifier is specified). The function names are indented
7811 to reflect the call stack depth if the @code{/c} modifier is
7812 specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7813 given together.
7814
7815 @smallexample
7816 (@value{GDBP}) @b{list 1, 10}
7817 1 void foo (void)
7818 2 @{
7819 3 @}
7820 4
7821 5 void bar (void)
7822 6 @{
7823 7 ...
7824 8 foo ();
7825 9 ...
7826 10 @}
7827 (@value{GDBP}) @b{record function-call-history /ilc}
7828 1 bar inst 1,4 at foo.c:6,8
7829 2 foo inst 5,10 at foo.c:2,3
7830 3 bar inst 11,13 at foo.c:9,10
7831 @end smallexample
7832
7833 By default, ten lines are printed. This can be changed using the
7834 @code{set record function-call-history-size} command. Functions are
7835 printed in execution order. There are several ways to specify what
7836 to print:
7837
7838 @table @code
7839 @item record function-call-history @var{func}
7840 Prints ten functions starting from function number @var{func}.
7841
7842 @item record function-call-history @var{func}, +/-@var{n}
7843 Prints @var{n} functions around function number @var{func}. If
7844 @var{n} is preceded with @code{+}, prints @var{n} functions after
7845 function number @var{func}. If @var{n} is preceded with @code{-},
7846 prints @var{n} functions before function number @var{func}.
7847
7848 @item record function-call-history
7849 Prints ten more functions after the last ten-line print.
7850
7851 @item record function-call-history -
7852 Prints ten more functions before the last ten-line print.
7853
7854 @item record function-call-history @var{begin}, @var{end}
7855 Prints functions beginning with function number @var{begin} until
7856 function number @var{end}. The function number @var{end} is included.
7857 @end table
7858
7859 This command may not be available for all recording methods.
7860
7861 @item set record function-call-history-size @var{size}
7862 @itemx set record function-call-history-size unlimited
7863 Define how many lines to print in the
7864 @code{record function-call-history} command. The default value is 10.
7865 A size of @code{unlimited} means unlimited lines.
7866
7867 @item show record function-call-history-size
7868 Show how many lines to print in the
7869 @code{record function-call-history} command.
7870 @end table
7871
7872
7873 @node Stack
7874 @chapter Examining the Stack
7875
7876 When your program has stopped, the first thing you need to know is where it
7877 stopped and how it got there.
7878
7879 @cindex call stack
7880 Each time your program performs a function call, information about the call
7881 is generated.
7882 That information includes the location of the call in your program,
7883 the arguments of the call,
7884 and the local variables of the function being called.
7885 The information is saved in a block of data called a @dfn{stack frame}.
7886 The stack frames are allocated in a region of memory called the @dfn{call
7887 stack}.
7888
7889 When your program stops, the @value{GDBN} commands for examining the
7890 stack allow you to see all of this information.
7891
7892 @cindex selected frame
7893 One of the stack frames is @dfn{selected} by @value{GDBN} and many
7894 @value{GDBN} commands refer implicitly to the selected frame. In
7895 particular, whenever you ask @value{GDBN} for the value of a variable in
7896 your program, the value is found in the selected frame. There are
7897 special @value{GDBN} commands to select whichever frame you are
7898 interested in. @xref{Selection, ,Selecting a Frame}.
7899
7900 When your program stops, @value{GDBN} automatically selects the
7901 currently executing frame and describes it briefly, similar to the
7902 @code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
7903
7904 @menu
7905 * Frames:: Stack frames
7906 * Backtrace:: Backtraces
7907 * Selection:: Selecting a frame
7908 * Frame Info:: Information on a frame
7909 * Frame Apply:: Applying a command to several frames
7910 * Frame Filter Management:: Managing frame filters
7911
7912 @end menu
7913
7914 @node Frames
7915 @section Stack Frames
7916
7917 @cindex frame, definition
7918 @cindex stack frame
7919 The call stack is divided up into contiguous pieces called @dfn{stack
7920 frames}, or @dfn{frames} for short; each frame is the data associated
7921 with one call to one function. The frame contains the arguments given
7922 to the function, the function's local variables, and the address at
7923 which the function is executing.
7924
7925 @cindex initial frame
7926 @cindex outermost frame
7927 @cindex innermost frame
7928 When your program is started, the stack has only one frame, that of the
7929 function @code{main}. This is called the @dfn{initial} frame or the
7930 @dfn{outermost} frame. Each time a function is called, a new frame is
7931 made. Each time a function returns, the frame for that function invocation
7932 is eliminated. If a function is recursive, there can be many frames for
7933 the same function. The frame for the function in which execution is
7934 actually occurring is called the @dfn{innermost} frame. This is the most
7935 recently created of all the stack frames that still exist.
7936
7937 @cindex frame pointer
7938 Inside your program, stack frames are identified by their addresses. A
7939 stack frame consists of many bytes, each of which has its own address; each
7940 kind of computer has a convention for choosing one byte whose
7941 address serves as the address of the frame. Usually this address is kept
7942 in a register called the @dfn{frame pointer register}
7943 (@pxref{Registers, $fp}) while execution is going on in that frame.
7944
7945 @cindex frame level
7946 @cindex frame number
7947 @value{GDBN} labels each existing stack frame with a @dfn{level}, a
7948 number that is zero for the innermost frame, one for the frame that
7949 called it, and so on upward. These level numbers give you a way of
7950 designating stack frames in @value{GDBN} commands. The terms
7951 @dfn{frame number} and @dfn{frame level} can be used interchangeably to
7952 describe this number.
7953
7954 @c The -fomit-frame-pointer below perennially causes hbox overflow
7955 @c underflow problems.
7956 @cindex frameless execution
7957 Some compilers provide a way to compile functions so that they operate
7958 without stack frames. (For example, the @value{NGCC} option
7959 @smallexample
7960 @samp{-fomit-frame-pointer}
7961 @end smallexample
7962 generates functions without a frame.)
7963 This is occasionally done with heavily used library functions to save
7964 the frame setup time. @value{GDBN} has limited facilities for dealing
7965 with these function invocations. If the innermost function invocation
7966 has no stack frame, @value{GDBN} nevertheless regards it as though
7967 it had a separate frame, which is numbered zero as usual, allowing
7968 correct tracing of the function call chain. However, @value{GDBN} has
7969 no provision for frameless functions elsewhere in the stack.
7970
7971 @node Backtrace
7972 @section Backtraces
7973
7974 @cindex traceback
7975 @cindex call stack traces
7976 A backtrace is a summary of how your program got where it is. It shows one
7977 line per frame, for many frames, starting with the currently executing
7978 frame (frame zero), followed by its caller (frame one), and on up the
7979 stack.
7980
7981 @anchor{backtrace-command}
7982 @kindex backtrace
7983 @kindex bt @r{(@code{backtrace})}
7984 To print a backtrace of the entire stack, use the @code{backtrace}
7985 command, or its alias @code{bt}. This command will print one line per
7986 frame for frames in the stack. By default, all stack frames are
7987 printed. You can stop the backtrace at any time by typing the system
7988 interrupt character, normally @kbd{Ctrl-c}.
7989
7990 @table @code
7991 @item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7992 @itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7993 Print the backtrace of the entire stack.
7994
7995 The optional @var{count} can be one of the following:
7996
7997 @table @code
7998 @item @var{n}
7999 @itemx @var{n}
8000 Print only the innermost @var{n} frames, where @var{n} is a positive
8001 number.
8002
8003 @item -@var{n}
8004 @itemx -@var{n}
8005 Print only the outermost @var{n} frames, where @var{n} is a positive
8006 number.
8007 @end table
8008
8009 Options:
8010
8011 @table @code
8012 @item -full
8013 Print the values of the local variables also. This can be combined
8014 with the optional @var{count} to limit the number of frames shown.
8015
8016 @item -no-filters
8017 Do not run Python frame filters on this backtrace. @xref{Frame
8018 Filter API}, for more information. Additionally use @ref{disable
8019 frame-filter all} to turn off all frame filters. This is only
8020 relevant when @value{GDBN} has been configured with @code{Python}
8021 support.
8022
8023 @item -hide
8024 A Python frame filter might decide to ``elide'' some frames. Normally
8025 such elided frames are still printed, but they are indented relative
8026 to the filtered frames that cause them to be elided. The @code{-hide}
8027 option causes elided frames to not be printed at all.
8028 @end table
8029
8030 The @code{backtrace} command also supports a number of options that
8031 allow overriding relevant global print settings as set by @code{set
8032 backtrace} and @code{set print} subcommands:
8033
8034 @table @code
8035 @item -past-main [@code{on}|@code{off}]
8036 Set whether backtraces should continue past @code{main}. Related setting:
8037 @ref{set backtrace past-main}.
8038
8039 @item -past-entry [@code{on}|@code{off}]
8040 Set whether backtraces should continue past the entry point of a program.
8041 Related setting: @ref{set backtrace past-entry}.
8042
8043 @item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
8044 Set printing of function arguments at function entry.
8045 Related setting: @ref{set print entry-values}.
8046
8047 @item -frame-arguments @code{all}|@code{scalars}|@code{none}
8048 Set printing of non-scalar frame arguments.
8049 Related setting: @ref{set print frame-arguments}.
8050
8051 @item -raw-frame-arguments [@code{on}|@code{off}]
8052 Set whether to print frame arguments in raw form.
8053 Related setting: @ref{set print raw-frame-arguments}.
8054
8055 @item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
8056 Set printing of frame information.
8057 Related setting: @ref{set print frame-info}.
8058 @end table
8059
8060 The optional @var{qualifier} is maintained for backward compatibility.
8061 It can be one of the following:
8062
8063 @table @code
8064 @item full
8065 Equivalent to the @code{-full} option.
8066
8067 @item no-filters
8068 Equivalent to the @code{-no-filters} option.
8069
8070 @item hide
8071 Equivalent to the @code{-hide} option.
8072 @end table
8073
8074 @end table
8075
8076 @kindex where
8077 @kindex info stack
8078 The names @code{where} and @code{info stack} (abbreviated @code{info s})
8079 are additional aliases for @code{backtrace}.
8080
8081 @cindex multiple threads, backtrace
8082 In a multi-threaded program, @value{GDBN} by default shows the
8083 backtrace only for the current thread. To display the backtrace for
8084 several or all of the threads, use the command @code{thread apply}
8085 (@pxref{Threads, thread apply}). For example, if you type @kbd{thread
8086 apply all backtrace}, @value{GDBN} will display the backtrace for all
8087 the threads; this is handy when you debug a core dump of a
8088 multi-threaded program.
8089
8090 Each line in the backtrace shows the frame number and the function name.
8091 The program counter value is also shown---unless you use @code{set
8092 print address off}. The backtrace also shows the source file name and
8093 line number, as well as the arguments to the function. The program
8094 counter value is omitted if it is at the beginning of the code for that
8095 line number.
8096
8097 Here is an example of a backtrace. It was made with the command
8098 @samp{bt 3}, so it shows the innermost three frames.
8099
8100 @smallexample
8101 @group
8102 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8103 at builtin.c:993
8104 #1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
8105 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
8106 at macro.c:71
8107 (More stack frames follow...)
8108 @end group
8109 @end smallexample
8110
8111 @noindent
8112 The display for frame zero does not begin with a program counter
8113 value, indicating that your program has stopped at the beginning of the
8114 code for line @code{993} of @code{builtin.c}.
8115
8116 @noindent
8117 The value of parameter @code{data} in frame 1 has been replaced by
8118 @code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
8119 only if it is a scalar (integer, pointer, enumeration, etc). See command
8120 @kbd{set print frame-arguments} in @ref{Print Settings} for more details
8121 on how to configure the way function parameter values are printed.
8122 The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
8123 what frame information is printed.
8124
8125 @cindex optimized out, in backtrace
8126 @cindex function call arguments, optimized out
8127 If your program was compiled with optimizations, some compilers will
8128 optimize away arguments passed to functions if those arguments are
8129 never used after the call. Such optimizations generate code that
8130 passes arguments through registers, but doesn't store those arguments
8131 in the stack frame. @value{GDBN} has no way of displaying such
8132 arguments in stack frames other than the innermost one. Here's what
8133 such a backtrace might look like:
8134
8135 @smallexample
8136 @group
8137 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8138 at builtin.c:993
8139 #1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
8140 #2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
8141 at macro.c:71
8142 (More stack frames follow...)
8143 @end group
8144 @end smallexample
8145
8146 @noindent
8147 The values of arguments that were not saved in their stack frames are
8148 shown as @samp{<optimized out>}.
8149
8150 If you need to display the values of such optimized-out arguments,
8151 either deduce that from other variables whose values depend on the one
8152 you are interested in, or recompile without optimizations.
8153
8154 @cindex backtrace beyond @code{main} function
8155 @cindex program entry point
8156 @cindex startup code, and backtrace
8157 Most programs have a standard user entry point---a place where system
8158 libraries and startup code transition into user code. For C this is
8159 @code{main}@footnote{
8160 Note that embedded programs (the so-called ``free-standing''
8161 environment) are not required to have a @code{main} function as the
8162 entry point. They could even have multiple entry points.}.
8163 When @value{GDBN} finds the entry function in a backtrace
8164 it will terminate the backtrace, to avoid tracing into highly
8165 system-specific (and generally uninteresting) code.
8166
8167 If you need to examine the startup code, or limit the number of levels
8168 in a backtrace, you can change this behavior:
8169
8170 @table @code
8171 @item set backtrace past-main
8172 @itemx set backtrace past-main on
8173 @anchor{set backtrace past-main}
8174 @kindex set backtrace
8175 Backtraces will continue past the user entry point.
8176
8177 @item set backtrace past-main off
8178 Backtraces will stop when they encounter the user entry point. This is the
8179 default.
8180
8181 @item show backtrace past-main
8182 @kindex show backtrace
8183 Display the current user entry point backtrace policy.
8184
8185 @item set backtrace past-entry
8186 @itemx set backtrace past-entry on
8187 @anchor{set backtrace past-entry}
8188 Backtraces will continue past the internal entry point of an application.
8189 This entry point is encoded by the linker when the application is built,
8190 and is likely before the user entry point @code{main} (or equivalent) is called.
8191
8192 @item set backtrace past-entry off
8193 Backtraces will stop when they encounter the internal entry point of an
8194 application. This is the default.
8195
8196 @item show backtrace past-entry
8197 Display the current internal entry point backtrace policy.
8198
8199 @item set backtrace limit @var{n}
8200 @itemx set backtrace limit 0
8201 @itemx set backtrace limit unlimited
8202 @anchor{set backtrace limit}
8203 @cindex backtrace limit
8204 Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8205 or zero means unlimited levels.
8206
8207 @item show backtrace limit
8208 Display the current limit on backtrace levels.
8209 @end table
8210
8211 You can control how file names are displayed.
8212
8213 @table @code
8214 @item set filename-display
8215 @itemx set filename-display relative
8216 @cindex filename-display
8217 Display file names relative to the compilation directory. This is the default.
8218
8219 @item set filename-display basename
8220 Display only basename of a filename.
8221
8222 @item set filename-display absolute
8223 Display an absolute filename.
8224
8225 @item show filename-display
8226 Show the current way to display filenames.
8227 @end table
8228
8229 @node Selection
8230 @section Selecting a Frame
8231
8232 Most commands for examining the stack and other data in your program work on
8233 whichever stack frame is selected at the moment. Here are the commands for
8234 selecting a stack frame; all of them finish by printing a brief description
8235 of the stack frame just selected.
8236
8237 @table @code
8238 @kindex frame@r{, selecting}
8239 @kindex f @r{(@code{frame})}
8240 @item frame @r{[} @var{frame-selection-spec} @r{]}
8241 @item f @r{[} @var{frame-selection-spec} @r{]}
8242 The @command{frame} command allows different stack frames to be
8243 selected. The @var{frame-selection-spec} can be any of the following:
8244
8245 @table @code
8246 @kindex frame level
8247 @item @var{num}
8248 @item level @var{num}
8249 Select frame level @var{num}. Recall that frame zero is the innermost
8250 (currently executing) frame, frame one is the frame that called the
8251 innermost one, and so on. The highest level frame is usually the one
8252 for @code{main}.
8253
8254 As this is the most common method of navigating the frame stack, the
8255 string @command{level} can be omitted. For example, the following two
8256 commands are equivalent:
8257
8258 @smallexample
8259 (@value{GDBP}) frame 3
8260 (@value{GDBP}) frame level 3
8261 @end smallexample
8262
8263 @kindex frame address
8264 @item address @var{stack-address}
8265 Select the frame with stack address @var{stack-address}. The
8266 @var{stack-address} for a frame can be seen in the output of
8267 @command{info frame}, for example:
8268
8269 @smallexample
8270 (gdb) info frame
8271 Stack level 1, frame at 0x7fffffffda30:
8272 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8273 tail call frame, caller of frame at 0x7fffffffda30
8274 source language c++.
8275 Arglist at unknown address.
8276 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8277 @end smallexample
8278
8279 The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8280 indicated by the line:
8281
8282 @smallexample
8283 Stack level 1, frame at 0x7fffffffda30:
8284 @end smallexample
8285
8286 @kindex frame function
8287 @item function @var{function-name}
8288 Select the stack frame for function @var{function-name}. If there are
8289 multiple stack frames for function @var{function-name} then the inner
8290 most stack frame is selected.
8291
8292 @kindex frame view
8293 @item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8294 View a frame that is not part of @value{GDBN}'s backtrace. The frame
8295 viewed has stack address @var{stack-addr}, and optionally, a program
8296 counter address of @var{pc-addr}.
8297
8298 This is useful mainly if the chaining of stack frames has been
8299 damaged by a bug, making it impossible for @value{GDBN} to assign
8300 numbers properly to all frames. In addition, this can be useful
8301 when your program has multiple stacks and switches between them.
8302
8303 When viewing a frame outside the current backtrace using
8304 @command{frame view} then you can always return to the original
8305 stack using one of the previous stack frame selection instructions,
8306 for example @command{frame level 0}.
8307
8308 @end table
8309
8310 @kindex up
8311 @item up @var{n}
8312 Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8313 numbers @var{n}, this advances toward the outermost frame, to higher
8314 frame numbers, to frames that have existed longer.
8315
8316 @kindex down
8317 @kindex do @r{(@code{down})}
8318 @item down @var{n}
8319 Move @var{n} frames down the stack; @var{n} defaults to 1. For
8320 positive numbers @var{n}, this advances toward the innermost frame, to
8321 lower frame numbers, to frames that were created more recently.
8322 You may abbreviate @code{down} as @code{do}.
8323 @end table
8324
8325 All of these commands end by printing two lines of output describing the
8326 frame. The first line shows the frame number, the function name, the
8327 arguments, and the source file and line number of execution in that
8328 frame. The second line shows the text of that source line.
8329
8330 @need 1000
8331 For example:
8332
8333 @smallexample
8334 @group
8335 (@value{GDBP}) up
8336 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8337 at env.c:10
8338 10 read_input_file (argv[i]);
8339 @end group
8340 @end smallexample
8341
8342 After such a printout, the @code{list} command with no arguments
8343 prints ten lines centered on the point of execution in the frame.
8344 You can also edit the program at the point of execution with your favorite
8345 editing program by typing @code{edit}.
8346 @xref{List, ,Printing Source Lines},
8347 for details.
8348
8349 @table @code
8350 @kindex select-frame
8351 @item select-frame @r{[} @var{frame-selection-spec} @r{]}
8352 The @code{select-frame} command is a variant of @code{frame} that does
8353 not display the new frame after selecting it. This command is
8354 intended primarily for use in @value{GDBN} command scripts, where the
8355 output might be unnecessary and distracting. The
8356 @var{frame-selection-spec} is as for the @command{frame} command
8357 described in @ref{Selection, ,Selecting a Frame}.
8358
8359 @kindex down-silently
8360 @kindex up-silently
8361 @item up-silently @var{n}
8362 @itemx down-silently @var{n}
8363 These two commands are variants of @code{up} and @code{down},
8364 respectively; they differ in that they do their work silently, without
8365 causing display of the new frame. They are intended primarily for use
8366 in @value{GDBN} command scripts, where the output might be unnecessary and
8367 distracting.
8368 @end table
8369
8370 @node Frame Info
8371 @section Information About a Frame
8372
8373 There are several other commands to print information about the selected
8374 stack frame.
8375
8376 @table @code
8377 @item frame
8378 @itemx f
8379 When used without any argument, this command does not change which
8380 frame is selected, but prints a brief description of the currently
8381 selected stack frame. It can be abbreviated @code{f}. With an
8382 argument, this command is used to select a stack frame.
8383 @xref{Selection, ,Selecting a Frame}.
8384
8385 @kindex info frame
8386 @kindex info f @r{(@code{info frame})}
8387 @item info frame
8388 @itemx info f
8389 This command prints a verbose description of the selected stack frame,
8390 including:
8391
8392 @itemize @bullet
8393 @item
8394 the address of the frame
8395 @item
8396 the address of the next frame down (called by this frame)
8397 @item
8398 the address of the next frame up (caller of this frame)
8399 @item
8400 the language in which the source code corresponding to this frame is written
8401 @item
8402 the address of the frame's arguments
8403 @item
8404 the address of the frame's local variables
8405 @item
8406 the program counter saved in it (the address of execution in the caller frame)
8407 @item
8408 which registers were saved in the frame
8409 @end itemize
8410
8411 @noindent The verbose description is useful when
8412 something has gone wrong that has made the stack format fail to fit
8413 the usual conventions.
8414
8415 @item info frame @r{[} @var{frame-selection-spec} @r{]}
8416 @itemx info f @r{[} @var{frame-selection-spec} @r{]}
8417 Print a verbose description of the frame selected by
8418 @var{frame-selection-spec}. The @var{frame-selection-spec} is the
8419 same as for the @command{frame} command (@pxref{Selection, ,Selecting
8420 a Frame}). The selected frame remains unchanged by this command.
8421
8422 @kindex info args
8423 @item info args [-q]
8424 Print the arguments of the selected frame, each on a separate line.
8425
8426 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8427 printing header information and messages explaining why no argument
8428 have been printed.
8429
8430 @item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8431 Like @kbd{info args}, but only print the arguments selected
8432 with the provided regexp(s).
8433
8434 If @var{regexp} is provided, print only the arguments whose names
8435 match the regular expression @var{regexp}.
8436
8437 If @var{type_regexp} is provided, print only the arguments whose
8438 types, as printed by the @code{whatis} command, match
8439 the regular expression @var{type_regexp}.
8440 If @var{type_regexp} contains space(s), it should be enclosed in
8441 quote characters. If needed, use backslash to escape the meaning
8442 of special characters or quotes.
8443
8444 If both @var{regexp} and @var{type_regexp} are provided, an argument
8445 is printed only if its name matches @var{regexp} and its type matches
8446 @var{type_regexp}.
8447
8448 @item info locals [-q]
8449 @kindex info locals
8450 Print the local variables of the selected frame, each on a separate
8451 line. These are all variables (declared either static or automatic)
8452 accessible at the point of execution of the selected frame.
8453
8454 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8455 printing header information and messages explaining why no local variables
8456 have been printed.
8457
8458 @item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8459 Like @kbd{info locals}, but only print the local variables selected
8460 with the provided regexp(s).
8461
8462 If @var{regexp} is provided, print only the local variables whose names
8463 match the regular expression @var{regexp}.
8464
8465 If @var{type_regexp} is provided, print only the local variables whose
8466 types, as printed by the @code{whatis} command, match
8467 the regular expression @var{type_regexp}.
8468 If @var{type_regexp} contains space(s), it should be enclosed in
8469 quote characters. If needed, use backslash to escape the meaning
8470 of special characters or quotes.
8471
8472 If both @var{regexp} and @var{type_regexp} are provided, a local variable
8473 is printed only if its name matches @var{regexp} and its type matches
8474 @var{type_regexp}.
8475
8476 The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8477 combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8478 For example, your program might use Resource Acquisition Is
8479 Initialization types (RAII) such as @code{lock_something_t}: each
8480 local variable of type @code{lock_something_t} automatically places a
8481 lock that is destroyed when the variable goes out of scope. You can
8482 then list all acquired locks in your program by doing
8483 @smallexample
8484 thread apply all -s frame apply all -s info locals -q -t lock_something_t
8485 @end smallexample
8486 @noindent
8487 or the equivalent shorter form
8488 @smallexample
8489 tfaas i lo -q -t lock_something_t
8490 @end smallexample
8491
8492 @end table
8493
8494 @node Frame Apply
8495 @section Applying a Command to Several Frames.
8496 @kindex frame apply
8497 @cindex apply command to several frames
8498 @table @code
8499 @item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
8500 The @code{frame apply} command allows you to apply the named
8501 @var{command} to one or more frames.
8502
8503 @table @code
8504 @item @code{all}
8505 Specify @code{all} to apply @var{command} to all frames.
8506
8507 @item @var{count}
8508 Use @var{count} to apply @var{command} to the innermost @var{count}
8509 frames, where @var{count} is a positive number.
8510
8511 @item @var{-count}
8512 Use @var{-count} to apply @var{command} to the outermost @var{count}
8513 frames, where @var{count} is a positive number.
8514
8515 @item @code{level}
8516 Use @code{level} to apply @var{command} to the set of frames identified
8517 by the @var{level} list. @var{level} is a frame level or a range of frame
8518 levels as @var{level1}-@var{level2}. The frame level is the number shown
8519 in the first field of the @samp{backtrace} command output.
8520 E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8521 at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8522
8523 @end table
8524
8525 Note that the frames on which @code{frame apply} applies a command are
8526 also influenced by the @code{set backtrace} settings such as @code{set
8527 backtrace past-main} and @code{set backtrace limit N}.
8528 @xref{Backtrace,,Backtraces}.
8529
8530 The @code{frame apply} command also supports a number of options that
8531 allow overriding relevant @code{set backtrace} settings:
8532
8533 @table @code
8534 @item -past-main [@code{on}|@code{off}]
8535 Whether backtraces should continue past @code{main}.
8536 Related setting: @ref{set backtrace past-main}.
8537
8538 @item -past-entry [@code{on}|@code{off}]
8539 Whether backtraces should continue past the entry point of a program.
8540 Related setting: @ref{set backtrace past-entry}.
8541 @end table
8542
8543 By default, @value{GDBN} displays some frame information before the
8544 output produced by @var{command}, and an error raised during the
8545 execution of a @var{command} will abort @code{frame apply}. The
8546 following options can be used to fine-tune these behaviors:
8547
8548 @table @code
8549 @item -c
8550 The flag @code{-c}, which stands for @samp{continue}, causes any
8551 errors in @var{command} to be displayed, and the execution of
8552 @code{frame apply} then continues.
8553 @item -s
8554 The flag @code{-s}, which stands for @samp{silent}, causes any errors
8555 or empty output produced by a @var{command} to be silently ignored.
8556 That is, the execution continues, but the frame information and errors
8557 are not printed.
8558 @item -q
8559 The flag @code{-q} (@samp{quiet}) disables printing the frame
8560 information.
8561 @end table
8562
8563 The following example shows how the flags @code{-c} and @code{-s} are
8564 working when applying the command @code{p j} to all frames, where
8565 variable @code{j} can only be successfully printed in the outermost
8566 @code{#1 main} frame.
8567
8568 @smallexample
8569 @group
8570 (gdb) frame apply all p j
8571 #0 some_function (i=5) at fun.c:4
8572 No symbol "j" in current context.
8573 (gdb) frame apply all -c p j
8574 #0 some_function (i=5) at fun.c:4
8575 No symbol "j" in current context.
8576 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8577 $1 = 5
8578 (gdb) frame apply all -s p j
8579 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8580 $2 = 5
8581 (gdb)
8582 @end group
8583 @end smallexample
8584
8585 By default, @samp{frame apply}, prints the frame location
8586 information before the command output:
8587
8588 @smallexample
8589 @group
8590 (gdb) frame apply all p $sp
8591 #0 some_function (i=5) at fun.c:4
8592 $4 = (void *) 0xffffd1e0
8593 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8594 $5 = (void *) 0xffffd1f0
8595 (gdb)
8596 @end group
8597 @end smallexample
8598
8599 If the flag @code{-q} is given, no frame information is printed:
8600 @smallexample
8601 @group
8602 (gdb) frame apply all -q p $sp
8603 $12 = (void *) 0xffffd1e0
8604 $13 = (void *) 0xffffd1f0
8605 (gdb)
8606 @end group
8607 @end smallexample
8608
8609 @end table
8610
8611 @table @code
8612
8613 @kindex faas
8614 @cindex apply a command to all frames (ignoring errors and empty output)
8615 @item faas @var{command}
8616 Shortcut for @code{frame apply all -s @var{command}}.
8617 Applies @var{command} on all frames, ignoring errors and empty output.
8618
8619 It can for example be used to print a local variable or a function
8620 argument without knowing the frame where this variable or argument
8621 is, using:
8622 @smallexample
8623 (@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8624 @end smallexample
8625
8626 The @code{faas} command accepts the same options as the @code{frame
8627 apply} command. @xref{Frame Apply,,frame apply}.
8628
8629 Note that the command @code{tfaas @var{command}} applies @var{command}
8630 on all frames of all threads. See @xref{Threads,,Threads}.
8631 @end table
8632
8633
8634 @node Frame Filter Management
8635 @section Management of Frame Filters.
8636 @cindex managing frame filters
8637
8638 Frame filters are Python based utilities to manage and decorate the
8639 output of frames. @xref{Frame Filter API}, for further information.
8640
8641 Managing frame filters is performed by several commands available
8642 within @value{GDBN}, detailed here.
8643
8644 @table @code
8645 @kindex info frame-filter
8646 @item info frame-filter
8647 Print a list of installed frame filters from all dictionaries, showing
8648 their name, priority and enabled status.
8649
8650 @kindex disable frame-filter
8651 @anchor{disable frame-filter all}
8652 @item disable frame-filter @var{filter-dictionary} @var{filter-name}
8653 Disable a frame filter in the dictionary matching
8654 @var{filter-dictionary} and @var{filter-name}. The
8655 @var{filter-dictionary} may be @code{all}, @code{global},
8656 @code{progspace}, or the name of the object file where the frame filter
8657 dictionary resides. When @code{all} is specified, all frame filters
8658 across all dictionaries are disabled. The @var{filter-name} is the name
8659 of the frame filter and is used when @code{all} is not the option for
8660 @var{filter-dictionary}. A disabled frame-filter is not deleted, it
8661 may be enabled again later.
8662
8663 @kindex enable frame-filter
8664 @item enable frame-filter @var{filter-dictionary} @var{filter-name}
8665 Enable a frame filter in the dictionary matching
8666 @var{filter-dictionary} and @var{filter-name}. The
8667 @var{filter-dictionary} may be @code{all}, @code{global},
8668 @code{progspace} or the name of the object file where the frame filter
8669 dictionary resides. When @code{all} is specified, all frame filters across
8670 all dictionaries are enabled. The @var{filter-name} is the name of the frame
8671 filter and is used when @code{all} is not the option for
8672 @var{filter-dictionary}.
8673
8674 Example:
8675
8676 @smallexample
8677 (gdb) info frame-filter
8678
8679 global frame-filters:
8680 Priority Enabled Name
8681 1000 No PrimaryFunctionFilter
8682 100 Yes Reverse
8683
8684 progspace /build/test frame-filters:
8685 Priority Enabled Name
8686 100 Yes ProgspaceFilter
8687
8688 objfile /build/test frame-filters:
8689 Priority Enabled Name
8690 999 Yes BuildProgramFilter
8691
8692 (gdb) disable frame-filter /build/test BuildProgramFilter
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 No BuildProgramFilter
8707
8708 (gdb) enable frame-filter global PrimaryFunctionFilter
8709 (gdb) info frame-filter
8710
8711 global frame-filters:
8712 Priority Enabled Name
8713 1000 Yes 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 @end smallexample
8724
8725 @kindex set frame-filter priority
8726 @item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8727 Set the @var{priority} of a frame filter in the dictionary matching
8728 @var{filter-dictionary}, and the frame filter name matching
8729 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8730 @code{progspace} or the name of the object file where the frame filter
8731 dictionary resides. The @var{priority} is an integer.
8732
8733 @kindex show frame-filter priority
8734 @item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8735 Show the @var{priority} of a frame filter in the dictionary matching
8736 @var{filter-dictionary}, and the frame filter name matching
8737 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
8738 @code{progspace} or the name of the object file where the frame filter
8739 dictionary resides.
8740
8741 Example:
8742
8743 @smallexample
8744 (gdb) info frame-filter
8745
8746 global frame-filters:
8747 Priority Enabled Name
8748 1000 Yes PrimaryFunctionFilter
8749 100 Yes Reverse
8750
8751 progspace /build/test frame-filters:
8752 Priority Enabled Name
8753 100 Yes ProgspaceFilter
8754
8755 objfile /build/test frame-filters:
8756 Priority Enabled Name
8757 999 No BuildProgramFilter
8758
8759 (gdb) set frame-filter priority global Reverse 50
8760 (gdb) info frame-filter
8761
8762 global frame-filters:
8763 Priority Enabled Name
8764 1000 Yes PrimaryFunctionFilter
8765 50 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 @end smallexample
8775 @end table
8776
8777 @node Source
8778 @chapter Examining Source Files
8779
8780 @value{GDBN} can print parts of your program's source, since the debugging
8781 information recorded in the program tells @value{GDBN} what source files were
8782 used to build it. When your program stops, @value{GDBN} spontaneously prints
8783 the line where it stopped. Likewise, when you select a stack frame
8784 (@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
8785 execution in that frame has stopped. You can print other portions of
8786 source files by explicit command.
8787
8788 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
8789 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
8790 @value{GDBN} under @sc{gnu} Emacs}.
8791
8792 @menu
8793 * List:: Printing source lines
8794 * Specify Location:: How to specify code locations
8795 * Edit:: Editing source files
8796 * Search:: Searching source files
8797 * Source Path:: Specifying source directories
8798 * Machine Code:: Source and machine code
8799 @end menu
8800
8801 @node List
8802 @section Printing Source Lines
8803
8804 @kindex list
8805 @kindex l @r{(@code{list})}
8806 To print lines from a source file, use the @code{list} command
8807 (abbreviated @code{l}). By default, ten lines are printed.
8808 There are several ways to specify what part of the file you want to
8809 print; see @ref{Specify Location}, for the full list.
8810
8811 Here are the forms of the @code{list} command most commonly used:
8812
8813 @table @code
8814 @item list @var{linenum}
8815 Print lines centered around line number @var{linenum} in the
8816 current source file.
8817
8818 @item list @var{function}
8819 Print lines centered around the beginning of function
8820 @var{function}.
8821
8822 @item list
8823 Print more lines. If the last lines printed were printed with a
8824 @code{list} command, this prints lines following the last lines
8825 printed; however, if the last line printed was a solitary line printed
8826 as part of displaying a stack frame (@pxref{Stack, ,Examining the
8827 Stack}), this prints lines centered around that line.
8828
8829 @item list -
8830 Print lines just before the lines last printed.
8831 @end table
8832
8833 @cindex @code{list}, how many lines to display
8834 By default, @value{GDBN} prints ten source lines with any of these forms of
8835 the @code{list} command. You can change this using @code{set listsize}:
8836
8837 @table @code
8838 @kindex set listsize
8839 @item set listsize @var{count}
8840 @itemx set listsize unlimited
8841 Make the @code{list} command display @var{count} source lines (unless
8842 the @code{list} argument explicitly specifies some other number).
8843 Setting @var{count} to @code{unlimited} or 0 means there's no limit.
8844
8845 @kindex show listsize
8846 @item show listsize
8847 Display the number of lines that @code{list} prints.
8848 @end table
8849
8850 Repeating a @code{list} command with @key{RET} discards the argument,
8851 so it is equivalent to typing just @code{list}. This is more useful
8852 than listing the same lines again. An exception is made for an
8853 argument of @samp{-}; that argument is preserved in repetition so that
8854 each repetition moves up in the source file.
8855
8856 In general, the @code{list} command expects you to supply zero, one or two
8857 @dfn{locations}. Locations specify source lines; there are several ways
8858 of writing them (@pxref{Specify Location}), but the effect is always
8859 to specify some source line.
8860
8861 Here is a complete description of the possible arguments for @code{list}:
8862
8863 @table @code
8864 @item list @var{location}
8865 Print lines centered around the line specified by @var{location}.
8866
8867 @item list @var{first},@var{last}
8868 Print lines from @var{first} to @var{last}. Both arguments are
8869 locations. When a @code{list} command has two locations, and the
8870 source file of the second location is omitted, this refers to
8871 the same source file as the first location.
8872
8873 @item list ,@var{last}
8874 Print lines ending with @var{last}.
8875
8876 @item list @var{first},
8877 Print lines starting with @var{first}.
8878
8879 @item list +
8880 Print lines just after the lines last printed.
8881
8882 @item list -
8883 Print lines just before the lines last printed.
8884
8885 @item list
8886 As described in the preceding table.
8887 @end table
8888
8889 @node Specify Location
8890 @section Specifying a Location
8891 @cindex specifying location
8892 @cindex location
8893 @cindex source location
8894
8895 @menu
8896 * Linespec Locations:: Linespec locations
8897 * Explicit Locations:: Explicit locations
8898 * Address Locations:: Address locations
8899 @end menu
8900
8901 Several @value{GDBN} commands accept arguments that specify a location
8902 of your program's code. Since @value{GDBN} is a source-level
8903 debugger, a location usually specifies some line in the source code.
8904 Locations may be specified using three different formats:
8905 linespec locations, explicit locations, or address locations.
8906
8907 @node Linespec Locations
8908 @subsection Linespec Locations
8909 @cindex linespec locations
8910
8911 A @dfn{linespec} is a colon-separated list of source location parameters such
8912 as file name, function name, etc. Here are all the different ways of
8913 specifying a linespec:
8914
8915 @table @code
8916 @item @var{linenum}
8917 Specifies the line number @var{linenum} of the current source file.
8918
8919 @item -@var{offset}
8920 @itemx +@var{offset}
8921 Specifies the line @var{offset} lines before or after the @dfn{current
8922 line}. For the @code{list} command, the current line is the last one
8923 printed; for the breakpoint commands, this is the line at which
8924 execution stopped in the currently selected @dfn{stack frame}
8925 (@pxref{Frames, ,Frames}, for a description of stack frames.) When
8926 used as the second of the two linespecs in a @code{list} command,
8927 this specifies the line @var{offset} lines up or down from the first
8928 linespec.
8929
8930 @item @var{filename}:@var{linenum}
8931 Specifies the line @var{linenum} in the source file @var{filename}.
8932 If @var{filename} is a relative file name, then it will match any
8933 source file name with the same trailing components. For example, if
8934 @var{filename} is @samp{gcc/expr.c}, then it will match source file
8935 name of @file{/build/trunk/gcc/expr.c}, but not
8936 @file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
8937
8938 @item @var{function}
8939 Specifies the line that begins the body of the function @var{function}.
8940 For example, in C, this is the line with the open brace.
8941
8942 By default, in C@t{++} and Ada, @var{function} is interpreted as
8943 specifying all functions named @var{function} in all scopes. For
8944 C@t{++}, this means in all namespaces and classes. For Ada, this
8945 means in all packages.
8946
8947 For example, assuming a program with C@t{++} symbols named
8948 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8949 func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8950
8951 Commands that accept a linespec let you override this with the
8952 @code{-qualified} option. For example, @w{@kbd{break -qualified
8953 func}} sets a breakpoint on a free-function named @code{func} ignoring
8954 any C@t{++} class methods and namespace functions called @code{func}.
8955
8956 @xref{Explicit Locations}.
8957
8958 @item @var{function}:@var{label}
8959 Specifies the line where @var{label} appears in @var{function}.
8960
8961 @item @var{filename}:@var{function}
8962 Specifies the line that begins the body of the function @var{function}
8963 in the file @var{filename}. You only need the file name with a
8964 function name to avoid ambiguity when there are identically named
8965 functions in different source files.
8966
8967 @item @var{label}
8968 Specifies the line at which the label named @var{label} appears
8969 in the function corresponding to the currently selected stack frame.
8970 If there is no current selected stack frame (for instance, if the inferior
8971 is not running), then @value{GDBN} will not search for a label.
8972
8973 @cindex breakpoint at static probe point
8974 @item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8975 The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8976 applications to embed static probes. @xref{Static Probe Points}, for more
8977 information on finding and using static probes. This form of linespec
8978 specifies the location of such a static probe.
8979
8980 If @var{objfile} is given, only probes coming from that shared library
8981 or executable matching @var{objfile} as a regular expression are considered.
8982 If @var{provider} is given, then only probes from that provider are considered.
8983 If several probes match the spec, @value{GDBN} will insert a breakpoint at
8984 each one of those probes.
8985 @end table
8986
8987 @node Explicit Locations
8988 @subsection Explicit Locations
8989 @cindex explicit locations
8990
8991 @dfn{Explicit locations} allow the user to directly specify the source
8992 location's parameters using option-value pairs.
8993
8994 Explicit locations are useful when several functions, labels, or
8995 file names have the same name (base name for files) in the program's
8996 sources. In these cases, explicit locations point to the source
8997 line you meant more accurately and unambiguously. Also, using
8998 explicit locations might be faster in large programs.
8999
9000 For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
9001 defined in the file named @file{foo} or the label @code{bar} in a function
9002 named @code{foo}. @value{GDBN} must search either the file system or
9003 the symbol table to know.
9004
9005 The list of valid explicit location options is summarized in the
9006 following table:
9007
9008 @table @code
9009 @item -source @var{filename}
9010 The value specifies the source file name. To differentiate between
9011 files with the same base name, prepend as many directories as is necessary
9012 to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
9013 @value{GDBN} will use the first file it finds with the given base
9014 name. This option requires the use of either @code{-function} or @code{-line}.
9015
9016 @item -function @var{function}
9017 The value specifies the name of a function. Operations
9018 on function locations unmodified by other options (such as @code{-label}
9019 or @code{-line}) refer to the line that begins the body of the function.
9020 In C, for example, this is the line with the open brace.
9021
9022 By default, in C@t{++} and Ada, @var{function} is interpreted as
9023 specifying all functions named @var{function} in all scopes. For
9024 C@t{++}, this means in all namespaces and classes. For Ada, this
9025 means in all packages.
9026
9027 For example, assuming a program with C@t{++} symbols named
9028 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9029 -function func}} and @w{@kbd{break -function B::func}} set a
9030 breakpoint on both symbols.
9031
9032 You can use the @kbd{-qualified} flag to override this (see below).
9033
9034 @item -qualified
9035
9036 This flag makes @value{GDBN} interpret a function name specified with
9037 @kbd{-function} as a complete fully-qualified name.
9038
9039 For example, assuming a C@t{++} program with symbols named
9040 @code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
9041 -function B::func}} command sets a breakpoint on @code{B::func}, only.
9042
9043 (Note: the @kbd{-qualified} option can precede a linespec as well
9044 (@pxref{Linespec Locations}), so the particular example above could be
9045 simplified as @w{@kbd{break -qualified B::func}}.)
9046
9047 @item -label @var{label}
9048 The value specifies the name of a label. When the function
9049 name is not specified, the label is searched in the function of the currently
9050 selected stack frame.
9051
9052 @item -line @var{number}
9053 The value specifies a line offset for the location. The offset may either
9054 be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
9055 the command. When specified without any other options, the line offset is
9056 relative to the current line.
9057 @end table
9058
9059 Explicit location options may be abbreviated by omitting any non-unique
9060 trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
9061
9062 @node Address Locations
9063 @subsection Address Locations
9064 @cindex address locations
9065
9066 @dfn{Address locations} indicate a specific program address. They have
9067 the generalized form *@var{address}.
9068
9069 For line-oriented commands, such as @code{list} and @code{edit}, this
9070 specifies a source line that contains @var{address}. For @code{break} and
9071 other breakpoint-oriented commands, this can be used to set breakpoints in
9072 parts of your program which do not have debugging information or
9073 source files.
9074
9075 Here @var{address} may be any expression valid in the current working
9076 language (@pxref{Languages, working language}) that specifies a code
9077 address. In addition, as a convenience, @value{GDBN} extends the
9078 semantics of expressions used in locations to cover several situations
9079 that frequently occur during debugging. Here are the various forms
9080 of @var{address}:
9081
9082 @table @code
9083 @item @var{expression}
9084 Any expression valid in the current working language.
9085
9086 @item @var{funcaddr}
9087 An address of a function or procedure derived from its name. In C,
9088 C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
9089 simply the function's name @var{function} (and actually a special case
9090 of a valid expression). In Pascal and Modula-2, this is
9091 @code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
9092 (although the Pascal form also works).
9093
9094 This form specifies the address of the function's first instruction,
9095 before the stack frame and arguments have been set up.
9096
9097 @item '@var{filename}':@var{funcaddr}
9098 Like @var{funcaddr} above, but also specifies the name of the source
9099 file explicitly. This is useful if the name of the function does not
9100 specify the function unambiguously, e.g., if there are several
9101 functions with identical names in different source files.
9102 @end table
9103
9104 @node Edit
9105 @section Editing Source Files
9106 @cindex editing source files
9107
9108 @kindex edit
9109 @kindex e @r{(@code{edit})}
9110 To edit the lines in a source file, use the @code{edit} command.
9111 The editing program of your choice
9112 is invoked with the current line set to
9113 the active line in the program.
9114 Alternatively, there are several ways to specify what part of the file you
9115 want to print if you want to see other parts of the program:
9116
9117 @table @code
9118 @item edit @var{location}
9119 Edit the source file specified by @code{location}. Editing starts at
9120 that @var{location}, e.g., at the specified source line of the
9121 specified file. @xref{Specify Location}, for all the possible forms
9122 of the @var{location} argument; here are the forms of the @code{edit}
9123 command most commonly used:
9124
9125 @table @code
9126 @item edit @var{number}
9127 Edit the current source file with @var{number} as the active line number.
9128
9129 @item edit @var{function}
9130 Edit the file containing @var{function} at the beginning of its definition.
9131 @end table
9132
9133 @end table
9134
9135 @subsection Choosing your Editor
9136 You can customize @value{GDBN} to use any editor you want
9137 @footnote{
9138 The only restriction is that your editor (say @code{ex}), recognizes the
9139 following command-line syntax:
9140 @smallexample
9141 ex +@var{number} file
9142 @end smallexample
9143 The optional numeric value +@var{number} specifies the number of the line in
9144 the file where to start editing.}.
9145 By default, it is @file{@value{EDITOR}}, but you can change this
9146 by setting the environment variable @code{EDITOR} before using
9147 @value{GDBN}. For example, to configure @value{GDBN} to use the
9148 @code{vi} editor, you could use these commands with the @code{sh} shell:
9149 @smallexample
9150 EDITOR=/usr/bin/vi
9151 export EDITOR
9152 gdb @dots{}
9153 @end smallexample
9154 or in the @code{csh} shell,
9155 @smallexample
9156 setenv EDITOR /usr/bin/vi
9157 gdb @dots{}
9158 @end smallexample
9159
9160 @node Search
9161 @section Searching Source Files
9162 @cindex searching source files
9163
9164 There are two commands for searching through the current source file for a
9165 regular expression.
9166
9167 @table @code
9168 @kindex search
9169 @kindex forward-search
9170 @kindex fo @r{(@code{forward-search})}
9171 @item forward-search @var{regexp}
9172 @itemx search @var{regexp}
9173 The command @samp{forward-search @var{regexp}} checks each line,
9174 starting with the one following the last line listed, for a match for
9175 @var{regexp}. It lists the line that is found. You can use the
9176 synonym @samp{search @var{regexp}} or abbreviate the command name as
9177 @code{fo}.
9178
9179 @kindex reverse-search
9180 @item reverse-search @var{regexp}
9181 The command @samp{reverse-search @var{regexp}} checks each line, starting
9182 with the one before the last line listed and going backward, for a match
9183 for @var{regexp}. It lists the line that is found. You can abbreviate
9184 this command as @code{rev}.
9185 @end table
9186
9187 @node Source Path
9188 @section Specifying Source Directories
9189
9190 @cindex source path
9191 @cindex directories for source files
9192 Executable programs sometimes do not record the directories of the source
9193 files from which they were compiled, just the names. Even when they do,
9194 the directories could be moved between the compilation and your debugging
9195 session. @value{GDBN} has a list of directories to search for source files;
9196 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9197 it tries all the directories in the list, in the order they are present
9198 in the list, until it finds a file with the desired name.
9199
9200 For example, suppose an executable references the file
9201 @file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9202 directory, and the @dfn{source path} is @file{/mnt/cross}.
9203 @value{GDBN} would look for the source file in the following
9204 locations:
9205
9206 @enumerate
9207
9208 @item @file{/usr/src/foo-1.0/lib/foo.c}
9209 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9210 @item @file{/mnt/cross/foo.c}
9211
9212 @end enumerate
9213
9214 If the source file is not present at any of the above locations then
9215 an error is printed. @value{GDBN} does not look up the parts of the
9216 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9217 Likewise, the subdirectories of the source path are not searched: if
9218 the source path is @file{/mnt/cross}, and the binary refers to
9219 @file{foo.c}, @value{GDBN} would not find it under
9220 @file{/mnt/cross/usr/src/foo-1.0/lib}.
9221
9222 Plain file names, relative file names with leading directories, file
9223 names containing dots, etc.@: are all treated as described above,
9224 except that non-absolute file names are not looked up literally. If
9225 the @dfn{source path} is @file{/mnt/cross}, the source file is
9226 recorded as @file{../lib/foo.c}, and no compilation directory is
9227 recorded, then @value{GDBN} will search in the following locations:
9228
9229 @enumerate
9230
9231 @item @file{/mnt/cross/../lib/foo.c}
9232 @item @file{/mnt/cross/foo.c}
9233
9234 @end enumerate
9235
9236 @kindex cdir
9237 @kindex cwd
9238 @vindex $cdir@r{, convenience variable}
9239 @vindex $cwd@r{, convenience variable}
9240 @cindex compilation directory
9241 @cindex current directory
9242 @cindex working directory
9243 @cindex directory, current
9244 @cindex directory, compilation
9245 The @dfn{source path} will always include two special entries
9246 @samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9247 (if one is recorded) and the current working directory respectively.
9248
9249 @samp{$cdir} causes @value{GDBN} to search within the compilation
9250 directory, if one is recorded in the debug information. If no
9251 compilation directory is recorded in the debug information then
9252 @samp{$cdir} is ignored.
9253
9254 @samp{$cwd} is not the same as @samp{.}---the former tracks the
9255 current working directory as it changes during your @value{GDBN}
9256 session, while the latter is immediately expanded to the current
9257 directory at the time you add an entry to the source path.
9258
9259 If a compilation directory is recorded in the debug information, and
9260 @value{GDBN} has not found the source file after the first search
9261 using @dfn{source path}, then @value{GDBN} will combine the
9262 compilation directory and the filename, and then search for the source
9263 file again using the @dfn{source path}.
9264
9265 For example, if the executable records the source file as
9266 @file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9267 recorded as @file{/project/build}, and the @dfn{source path} is
9268 @file{/mnt/cross:$cdir:$cwd} while the current working directory of
9269 the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
9270 search for the source file in the following locations:
9271
9272 @enumerate
9273
9274 @item @file{/usr/src/foo-1.0/lib/foo.c}
9275 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9276 @item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9277 @item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9278 @item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9279 @item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9280 @item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9281 @item @file{/mnt/cross/foo.c}
9282 @item @file{/project/build/foo.c}
9283 @item @file{/home/user/foo.c}
9284
9285 @end enumerate
9286
9287 If the file name in the previous example had been recorded in the
9288 executable as a relative path rather than an absolute path, then the
9289 first look up would not have occurred, but all of the remaining steps
9290 would be similar.
9291
9292 When searching for source files on MS-DOS and MS-Windows, where
9293 absolute paths start with a drive letter (e.g.
9294 @file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9295 from the file name before appending it to a search directory from
9296 @dfn{source path}; for instance if the executable references the
9297 source file @file{C:/project/foo.c} and @dfn{source path} is set to
9298 @file{D:/mnt/cross}, then @value{GDBN} will search in the following
9299 locations for the source file:
9300
9301 @enumerate
9302
9303 @item @file{C:/project/foo.c}
9304 @item @file{D:/mnt/cross/project/foo.c}
9305 @item @file{D:/mnt/cross/foo.c}
9306
9307 @end enumerate
9308
9309 Note that the executable search path is @emph{not} used to locate the
9310 source files.
9311
9312 Whenever you reset or rearrange the source path, @value{GDBN} clears out
9313 any information it has cached about where source files are found and where
9314 each line is in the file.
9315
9316 @kindex directory
9317 @kindex dir
9318 When you start @value{GDBN}, its source path includes only @samp{$cdir}
9319 and @samp{$cwd}, in that order.
9320 To add other directories, use the @code{directory} command.
9321
9322 The search path is used to find both program source files and @value{GDBN}
9323 script files (read using the @samp{-command} option and @samp{source} command).
9324
9325 In addition to the source path, @value{GDBN} provides a set of commands
9326 that manage a list of source path substitution rules. A @dfn{substitution
9327 rule} specifies how to rewrite source directories stored in the program's
9328 debug information in case the sources were moved to a different
9329 directory between compilation and debugging. A rule is made of
9330 two strings, the first specifying what needs to be rewritten in
9331 the path, and the second specifying how it should be rewritten.
9332 In @ref{set substitute-path}, we name these two parts @var{from} and
9333 @var{to} respectively. @value{GDBN} does a simple string replacement
9334 of @var{from} with @var{to} at the start of the directory part of the
9335 source file name, and uses that result instead of the original file
9336 name to look up the sources.
9337
9338 Using the previous example, suppose the @file{foo-1.0} tree has been
9339 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
9340 @value{GDBN} to replace @file{/usr/src} in all source path names with
9341 @file{/mnt/cross}. The first lookup will then be
9342 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9343 of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9344 substitution rule, use the @code{set substitute-path} command
9345 (@pxref{set substitute-path}).
9346
9347 To avoid unexpected substitution results, a rule is applied only if the
9348 @var{from} part of the directory name ends at a directory separator.
9349 For instance, a rule substituting @file{/usr/source} into
9350 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9351 not to @file{/usr/sourceware/foo-2.0}. And because the substitution
9352 is applied only at the beginning of the directory name, this rule will
9353 not be applied to @file{/root/usr/source/baz.c} either.
9354
9355 In many cases, you can achieve the same result using the @code{directory}
9356 command. However, @code{set substitute-path} can be more efficient in
9357 the case where the sources are organized in a complex tree with multiple
9358 subdirectories. With the @code{directory} command, you need to add each
9359 subdirectory of your project. If you moved the entire tree while
9360 preserving its internal organization, then @code{set substitute-path}
9361 allows you to direct the debugger to all the sources with one single
9362 command.
9363
9364 @code{set substitute-path} is also more than just a shortcut command.
9365 The source path is only used if the file at the original location no
9366 longer exists. On the other hand, @code{set substitute-path} modifies
9367 the debugger behavior to look at the rewritten location instead. So, if
9368 for any reason a source file that is not relevant to your executable is
9369 located at the original location, a substitution rule is the only
9370 method available to point @value{GDBN} at the new location.
9371
9372 @cindex @samp{--with-relocated-sources}
9373 @cindex default source path substitution
9374 You can configure a default source path substitution rule by
9375 configuring @value{GDBN} with the
9376 @samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9377 should be the name of a directory under @value{GDBN}'s configured
9378 prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9379 directory names in debug information under @var{dir} will be adjusted
9380 automatically if the installed @value{GDBN} is moved to a new
9381 location. This is useful if @value{GDBN}, libraries or executables
9382 with debug information and corresponding source code are being moved
9383 together.
9384
9385 @table @code
9386 @item directory @var{dirname} @dots{}
9387 @item dir @var{dirname} @dots{}
9388 Add directory @var{dirname} to the front of the source path. Several
9389 directory names may be given to this command, separated by @samp{:}
9390 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9391 part of absolute file names) or
9392 whitespace. You may specify a directory that is already in the source
9393 path; this moves it forward, so @value{GDBN} searches it sooner.
9394
9395 The special strings @samp{$cdir} (to refer to the compilation
9396 directory, if one is recorded), and @samp{$cwd} (to refer to the
9397 current working directory) can also be included in the list of
9398 directories @var{dirname}. Though these will already be in the source
9399 path they will be moved forward in the list so @value{GDBN} searches
9400 them sooner.
9401
9402 @item directory
9403 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
9404
9405 @c RET-repeat for @code{directory} is explicitly disabled, but since
9406 @c repeating it would be a no-op we do not say that. (thanks to RMS)
9407
9408 @item set directories @var{path-list}
9409 @kindex set directories
9410 Set the source path to @var{path-list}.
9411 @samp{$cdir:$cwd} are added if missing.
9412
9413 @item show directories
9414 @kindex show directories
9415 Print the source path: show which directories it contains.
9416
9417 @anchor{set substitute-path}
9418 @item set substitute-path @var{from} @var{to}
9419 @kindex set substitute-path
9420 Define a source path substitution rule, and add it at the end of the
9421 current list of existing substitution rules. If a rule with the same
9422 @var{from} was already defined, then the old rule is also deleted.
9423
9424 For example, if the file @file{/foo/bar/baz.c} was moved to
9425 @file{/mnt/cross/baz.c}, then the command
9426
9427 @smallexample
9428 (@value{GDBP}) set substitute-path /foo/bar /mnt/cross
9429 @end smallexample
9430
9431 @noindent
9432 will tell @value{GDBN} to replace @samp{/foo/bar} with
9433 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9434 @file{baz.c} even though it was moved.
9435
9436 In the case when more than one substitution rule have been defined,
9437 the rules are evaluated one by one in the order where they have been
9438 defined. The first one matching, if any, is selected to perform
9439 the substitution.
9440
9441 For instance, if we had entered the following commands:
9442
9443 @smallexample
9444 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9445 (@value{GDBP}) set substitute-path /usr/src /mnt/src
9446 @end smallexample
9447
9448 @noindent
9449 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9450 @file{/mnt/include/defs.h} by using the first rule. However, it would
9451 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9452 @file{/mnt/src/lib/foo.c}.
9453
9454
9455 @item unset substitute-path [path]
9456 @kindex unset substitute-path
9457 If a path is specified, search the current list of substitution rules
9458 for a rule that would rewrite that path. Delete that rule if found.
9459 A warning is emitted by the debugger if no rule could be found.
9460
9461 If no path is specified, then all substitution rules are deleted.
9462
9463 @item show substitute-path [path]
9464 @kindex show substitute-path
9465 If a path is specified, then print the source path substitution rule
9466 which would rewrite that path, if any.
9467
9468 If no path is specified, then print all existing source path substitution
9469 rules.
9470
9471 @end table
9472
9473 If your source path is cluttered with directories that are no longer of
9474 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9475 versions of source. You can correct the situation as follows:
9476
9477 @enumerate
9478 @item
9479 Use @code{directory} with no argument to reset the source path to its default value.
9480
9481 @item
9482 Use @code{directory} with suitable arguments to reinstall the
9483 directories you want in the source path. You can add all the
9484 directories in one command.
9485 @end enumerate
9486
9487 @node Machine Code
9488 @section Source and Machine Code
9489 @cindex source line and its code address
9490
9491 You can use the command @code{info line} to map source lines to program
9492 addresses (and vice versa), and the command @code{disassemble} to display
9493 a range of addresses as machine instructions. You can use the command
9494 @code{set disassemble-next-line} to set whether to disassemble next
9495 source line when execution stops. When run under @sc{gnu} Emacs
9496 mode, the @code{info line} command causes the arrow to point to the
9497 line specified. Also, @code{info line} prints addresses in symbolic form as
9498 well as hex.
9499
9500 @table @code
9501 @kindex info line
9502 @item info line
9503 @itemx info line @var{location}
9504 Print the starting and ending addresses of the compiled code for
9505 source line @var{location}. You can specify source lines in any of
9506 the ways documented in @ref{Specify Location}. With no @var{location}
9507 information about the current source line is printed.
9508 @end table
9509
9510 For example, we can use @code{info line} to discover the location of
9511 the object code for the first line of function
9512 @code{m4_changequote}:
9513
9514 @smallexample
9515 (@value{GDBP}) info line m4_changequote
9516 Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9517 ends at 0x6350 <m4_changequote+4>.
9518 @end smallexample
9519
9520 @noindent
9521 @cindex code address and its source line
9522 We can also inquire (using @code{*@var{addr}} as the form for
9523 @var{location}) what source line covers a particular address:
9524 @smallexample
9525 (@value{GDBP}) info line *0x63ff
9526 Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9527 ends at 0x6404 <m4_changequote+184>.
9528 @end smallexample
9529
9530 @cindex @code{$_} and @code{info line}
9531 @cindex @code{x} command, default address
9532 @kindex x@r{(examine), and} info line
9533 After @code{info line}, the default address for the @code{x} command
9534 is changed to the starting address of the line, so that @samp{x/i} is
9535 sufficient to begin examining the machine code (@pxref{Memory,
9536 ,Examining Memory}). Also, this address is saved as the value of the
9537 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
9538 Variables}).
9539
9540 @cindex info line, repeated calls
9541 After @code{info line}, using @code{info line} again without
9542 specifying a location will display information about the next source
9543 line.
9544
9545 @table @code
9546 @kindex disassemble
9547 @cindex assembly instructions
9548 @cindex instructions, assembly
9549 @cindex machine instructions
9550 @cindex listing machine instructions
9551 @item disassemble
9552 @itemx disassemble /m
9553 @itemx disassemble /s
9554 @itemx disassemble /r
9555 This specialized command dumps a range of memory as machine
9556 instructions. It can also print mixed source+disassembly by specifying
9557 the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9558 as well as in symbolic form by specifying the @code{/r} modifier.
9559 The default memory range is the function surrounding the
9560 program counter of the selected frame. A single argument to this
9561 command is a program counter value; @value{GDBN} dumps the function
9562 surrounding this value. When two arguments are given, they should
9563 be separated by a comma, possibly surrounded by whitespace. The
9564 arguments specify a range of addresses to dump, in one of two forms:
9565
9566 @table @code
9567 @item @var{start},@var{end}
9568 the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9569 @item @var{start},+@var{length}
9570 the addresses from @var{start} (inclusive) to
9571 @code{@var{start}+@var{length}} (exclusive).
9572 @end table
9573
9574 @noindent
9575 When 2 arguments are specified, the name of the function is also
9576 printed (since there could be several functions in the given range).
9577
9578 The argument(s) can be any expression yielding a numeric value, such as
9579 @samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
9580
9581 If the range of memory being disassembled contains current program counter,
9582 the instruction at that location is shown with a @code{=>} marker.
9583 @end table
9584
9585 The following example shows the disassembly of a range of addresses of
9586 HP PA-RISC 2.0 code:
9587
9588 @smallexample
9589 (@value{GDBP}) disas 0x32c4, 0x32e4
9590 Dump of assembler code from 0x32c4 to 0x32e4:
9591 0x32c4 <main+204>: addil 0,dp
9592 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9593 0x32cc <main+212>: ldil 0x3000,r31
9594 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9595 0x32d4 <main+220>: ldo 0(r31),rp
9596 0x32d8 <main+224>: addil -0x800,dp
9597 0x32dc <main+228>: ldo 0x588(r1),r26
9598 0x32e0 <main+232>: ldil 0x3000,r31
9599 End of assembler dump.
9600 @end smallexample
9601
9602 Here is an example showing mixed source+assembly for Intel x86
9603 with @code{/m} or @code{/s}, when the program is stopped just after
9604 function prologue in a non-optimized function with no inline code.
9605
9606 @smallexample
9607 (@value{GDBP}) disas /m main
9608 Dump of assembler code for function main:
9609 5 @{
9610 0x08048330 <+0>: push %ebp
9611 0x08048331 <+1>: mov %esp,%ebp
9612 0x08048333 <+3>: sub $0x8,%esp
9613 0x08048336 <+6>: and $0xfffffff0,%esp
9614 0x08048339 <+9>: sub $0x10,%esp
9615
9616 6 printf ("Hello.\n");
9617 => 0x0804833c <+12>: movl $0x8048440,(%esp)
9618 0x08048343 <+19>: call 0x8048284 <puts@@plt>
9619
9620 7 return 0;
9621 8 @}
9622 0x08048348 <+24>: mov $0x0,%eax
9623 0x0804834d <+29>: leave
9624 0x0804834e <+30>: ret
9625
9626 End of assembler dump.
9627 @end smallexample
9628
9629 The @code{/m} option is deprecated as its output is not useful when
9630 there is either inlined code or re-ordered code.
9631 The @code{/s} option is the preferred choice.
9632 Here is an example for AMD x86-64 showing the difference between
9633 @code{/m} output and @code{/s} output.
9634 This example has one inline function defined in a header file,
9635 and the code is compiled with @samp{-O2} optimization.
9636 Note how the @code{/m} output is missing the disassembly of
9637 several instructions that are present in the @code{/s} output.
9638
9639 @file{foo.h}:
9640
9641 @smallexample
9642 int
9643 foo (int a)
9644 @{
9645 if (a < 0)
9646 return a * 2;
9647 if (a == 0)
9648 return 1;
9649 return a + 10;
9650 @}
9651 @end smallexample
9652
9653 @file{foo.c}:
9654
9655 @smallexample
9656 #include "foo.h"
9657 volatile int x, y;
9658 int
9659 main ()
9660 @{
9661 x = foo (y);
9662 return 0;
9663 @}
9664 @end smallexample
9665
9666 @smallexample
9667 (@value{GDBP}) disas /m main
9668 Dump of assembler code for function main:
9669 5 @{
9670
9671 6 x = foo (y);
9672 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9673 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9674
9675 7 return 0;
9676 8 @}
9677 0x000000000040041d <+29>: xor %eax,%eax
9678 0x000000000040041f <+31>: retq
9679 0x0000000000400420 <+32>: add %eax,%eax
9680 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9681
9682 End of assembler dump.
9683 (@value{GDBP}) disas /s main
9684 Dump of assembler code for function main:
9685 foo.c:
9686 5 @{
9687 6 x = foo (y);
9688 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9689
9690 foo.h:
9691 4 if (a < 0)
9692 0x0000000000400406 <+6>: test %eax,%eax
9693 0x0000000000400408 <+8>: js 0x400420 <main+32>
9694
9695 6 if (a == 0)
9696 7 return 1;
9697 8 return a + 10;
9698 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9699 0x000000000040040d <+13>: test %eax,%eax
9700 0x000000000040040f <+15>: mov $0x1,%eax
9701 0x0000000000400414 <+20>: cmovne %edx,%eax
9702
9703 foo.c:
9704 6 x = foo (y);
9705 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9706
9707 7 return 0;
9708 8 @}
9709 0x000000000040041d <+29>: xor %eax,%eax
9710 0x000000000040041f <+31>: retq
9711
9712 foo.h:
9713 5 return a * 2;
9714 0x0000000000400420 <+32>: add %eax,%eax
9715 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9716 End of assembler dump.
9717 @end smallexample
9718
9719 Here is another example showing raw instructions in hex for AMD x86-64,
9720
9721 @smallexample
9722 (gdb) disas /r 0x400281,+10
9723 Dump of assembler code from 0x400281 to 0x40028b:
9724 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9725 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9726 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9727 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9728 End of assembler dump.
9729 @end smallexample
9730
9731 Addresses cannot be specified as a location (@pxref{Specify Location}).
9732 So, for example, if you want to disassemble function @code{bar}
9733 in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9734 and not @samp{disassemble foo.c:bar}.
9735
9736 Some architectures have more than one commonly-used set of instruction
9737 mnemonics or other syntax.
9738
9739 For programs that were dynamically linked and use shared libraries,
9740 instructions that call functions or branch to locations in the shared
9741 libraries might show a seemingly bogus location---it's actually a
9742 location of the relocation table. On some architectures, @value{GDBN}
9743 might be able to resolve these to actual function names.
9744
9745 @table @code
9746 @kindex set disassembler-options
9747 @cindex disassembler options
9748 @item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9749 This command controls the passing of target specific information to
9750 the disassembler. For a list of valid options, please refer to the
9751 @code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9752 manual and/or the output of @kbd{objdump --help}
9753 (@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
9754 The default value is the empty string.
9755
9756 If it is necessary to specify more than one disassembler option, then
9757 multiple options can be placed together into a comma separated list.
9758 Currently this command is only supported on targets ARM, MIPS, PowerPC
9759 and S/390.
9760
9761 @kindex show disassembler-options
9762 @item show disassembler-options
9763 Show the current setting of the disassembler options.
9764 @end table
9765
9766 @table @code
9767 @kindex set disassembly-flavor
9768 @cindex Intel disassembly flavor
9769 @cindex AT&T disassembly flavor
9770 @item set disassembly-flavor @var{instruction-set}
9771 Select the instruction set to use when disassembling the
9772 program via the @code{disassemble} or @code{x/i} commands.
9773
9774 Currently this command is only defined for the Intel x86 family. You
9775 can set @var{instruction-set} to either @code{intel} or @code{att}.
9776 The default is @code{att}, the AT&T flavor used by default by Unix
9777 assemblers for x86-based targets.
9778
9779 @kindex show disassembly-flavor
9780 @item show disassembly-flavor
9781 Show the current setting of the disassembly flavor.
9782 @end table
9783
9784 @table @code
9785 @kindex set disassemble-next-line
9786 @kindex show disassemble-next-line
9787 @item set disassemble-next-line
9788 @itemx show disassemble-next-line
9789 Control whether or not @value{GDBN} will disassemble the next source
9790 line or instruction when execution stops. If ON, @value{GDBN} will
9791 display disassembly of the next source line when execution of the
9792 program being debugged stops. This is @emph{in addition} to
9793 displaying the source line itself, which @value{GDBN} always does if
9794 possible. If the next source line cannot be displayed for some reason
9795 (e.g., if @value{GDBN} cannot find the source file, or there's no line
9796 info in the debug info), @value{GDBN} will display disassembly of the
9797 next @emph{instruction} instead of showing the next source line. If
9798 AUTO, @value{GDBN} will display disassembly of next instruction only
9799 if the source line cannot be displayed. This setting causes
9800 @value{GDBN} to display some feedback when you step through a function
9801 with no line info or whose source file is unavailable. The default is
9802 OFF, which means never display the disassembly of the next line or
9803 instruction.
9804 @end table
9805
9806
9807 @node Data
9808 @chapter Examining Data
9809
9810 @cindex printing data
9811 @cindex examining data
9812 @kindex print
9813 @kindex inspect
9814 The usual way to examine data in your program is with the @code{print}
9815 command (abbreviated @code{p}), or its synonym @code{inspect}. It
9816 evaluates and prints the value of an expression of the language your
9817 program is written in (@pxref{Languages, ,Using @value{GDBN} with
9818 Different Languages}). It may also print the expression using a
9819 Python-based pretty-printer (@pxref{Pretty Printing}).
9820
9821 @table @code
9822 @item print [[@var{options}] --] @var{expr}
9823 @itemx print [[@var{options}] --] /@var{f} @var{expr}
9824 @var{expr} is an expression (in the source language). By default the
9825 value of @var{expr} is printed in a format appropriate to its data type;
9826 you can choose a different format by specifying @samp{/@var{f}}, where
9827 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
9828 Formats}.
9829
9830 @anchor{print options}
9831 The @code{print} command supports a number of options that allow
9832 overriding relevant global print settings as set by @code{set print}
9833 subcommands:
9834
9835 @table @code
9836 @item -address [@code{on}|@code{off}]
9837 Set printing of addresses.
9838 Related setting: @ref{set print address}.
9839
9840 @item -array [@code{on}|@code{off}]
9841 Pretty formatting of arrays.
9842 Related setting: @ref{set print array}.
9843
9844 @item -array-indexes [@code{on}|@code{off}]
9845 Set printing of array indexes.
9846 Related setting: @ref{set print array-indexes}.
9847
9848 @item -elements @var{number-of-elements}|@code{unlimited}
9849 Set limit on string chars or array elements to print. The value
9850 @code{unlimited} causes there to be no limit. Related setting:
9851 @ref{set print elements}.
9852
9853 @item -max-depth @var{depth}|@code{unlimited}
9854 Set the threshold after which nested structures are replaced with
9855 ellipsis. Related setting: @ref{set print max-depth}.
9856
9857 @item -null-stop [@code{on}|@code{off}]
9858 Set printing of char arrays to stop at first null char. Related
9859 setting: @ref{set print null-stop}.
9860
9861 @item -object [@code{on}|@code{off}]
9862 Set printing C@t{++} virtual function tables. Related setting:
9863 @ref{set print object}.
9864
9865 @item -pretty [@code{on}|@code{off}]
9866 Set pretty formatting of structures. Related setting: @ref{set print
9867 pretty}.
9868
9869 @item -raw-values [@code{on}|@code{off}]
9870 Set whether to print values in raw form, bypassing any
9871 pretty-printers for that value. Related setting: @ref{set print
9872 raw-values}.
9873
9874 @item -repeats @var{number-of-repeats}|@code{unlimited}
9875 Set threshold for repeated print elements. @code{unlimited} causes
9876 all elements to be individually printed. Related setting: @ref{set
9877 print repeats}.
9878
9879 @item -static-members [@code{on}|@code{off}]
9880 Set printing C@t{++} static members. Related setting: @ref{set print
9881 static-members}.
9882
9883 @item -symbol [@code{on}|@code{off}]
9884 Set printing of symbol names when printing pointers. Related setting:
9885 @ref{set print symbol}.
9886
9887 @item -union [@code{on}|@code{off}]
9888 Set printing of unions interior to structures. Related setting:
9889 @ref{set print union}.
9890
9891 @item -vtbl [@code{on}|@code{off}]
9892 Set printing of C++ virtual function tables. Related setting:
9893 @ref{set print vtbl}.
9894 @end table
9895
9896 Because the @code{print} command accepts arbitrary expressions which
9897 may look like options (including abbreviations), if you specify any
9898 command option, then you must use a double dash (@code{--}) to mark
9899 the end of option processing.
9900
9901 For example, this prints the value of the @code{-p} expression:
9902
9903 @smallexample
9904 (@value{GDBP}) print -p
9905 @end smallexample
9906
9907 While this repeats the last value in the value history (see below)
9908 with the @code{-pretty} option in effect:
9909
9910 @smallexample
9911 (@value{GDBP}) print -p --
9912 @end smallexample
9913
9914 Here is an example including both on option and an expression:
9915
9916 @smallexample
9917 @group
9918 (@value{GDBP}) print -pretty -- *myptr
9919 $1 = @{
9920 next = 0x0,
9921 flags = @{
9922 sweet = 1,
9923 sour = 1
9924 @},
9925 meat = 0x54 "Pork"
9926 @}
9927 @end group
9928 @end smallexample
9929
9930 @item print [@var{options}]
9931 @itemx print [@var{options}] /@var{f}
9932 @cindex reprint the last value
9933 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
9934 @dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
9935 conveniently inspect the same value in an alternative format.
9936 @end table
9937
9938 A more low-level way of examining data is with the @code{x} command.
9939 It examines data in memory at a specified address and prints it in a
9940 specified format. @xref{Memory, ,Examining Memory}.
9941
9942 If you are interested in information about types, or about how the
9943 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9944 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
9945 Table}.
9946
9947 @cindex exploring hierarchical data structures
9948 @kindex explore
9949 Another way of examining values of expressions and type information is
9950 through the Python extension command @code{explore} (available only if
9951 the @value{GDBN} build is configured with @code{--with-python}). It
9952 offers an interactive way to start at the highest level (or, the most
9953 abstract level) of the data type of an expression (or, the data type
9954 itself) and explore all the way down to leaf scalar values/fields
9955 embedded in the higher level data types.
9956
9957 @table @code
9958 @item explore @var{arg}
9959 @var{arg} is either an expression (in the source language), or a type
9960 visible in the current context of the program being debugged.
9961 @end table
9962
9963 The working of the @code{explore} command can be illustrated with an
9964 example. If a data type @code{struct ComplexStruct} is defined in your
9965 C program as
9966
9967 @smallexample
9968 struct SimpleStruct
9969 @{
9970 int i;
9971 double d;
9972 @};
9973
9974 struct ComplexStruct
9975 @{
9976 struct SimpleStruct *ss_p;
9977 int arr[10];
9978 @};
9979 @end smallexample
9980
9981 @noindent
9982 followed by variable declarations as
9983
9984 @smallexample
9985 struct SimpleStruct ss = @{ 10, 1.11 @};
9986 struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
9987 @end smallexample
9988
9989 @noindent
9990 then, the value of the variable @code{cs} can be explored using the
9991 @code{explore} command as follows.
9992
9993 @smallexample
9994 (gdb) explore cs
9995 The value of `cs' is a struct/class of type `struct ComplexStruct' with
9996 the following fields:
9997
9998 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
9999 arr = <Enter 1 to explore this field of type `int [10]'>
10000
10001 Enter the field number of choice:
10002 @end smallexample
10003
10004 @noindent
10005 Since the fields of @code{cs} are not scalar values, you are being
10006 prompted to chose the field you want to explore. Let's say you choose
10007 the field @code{ss_p} by entering @code{0}. Then, since this field is a
10008 pointer, you will be asked if it is pointing to a single value. From
10009 the declaration of @code{cs} above, it is indeed pointing to a single
10010 value, hence you enter @code{y}. If you enter @code{n}, then you will
10011 be asked if it were pointing to an array of values, in which case this
10012 field will be explored as if it were an array.
10013
10014 @smallexample
10015 `cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
10016 Continue exploring it as a pointer to a single value [y/n]: y
10017 The value of `*(cs.ss_p)' is a struct/class of type `struct
10018 SimpleStruct' with the following fields:
10019
10020 i = 10 .. (Value of type `int')
10021 d = 1.1100000000000001 .. (Value of type `double')
10022
10023 Press enter to return to parent value:
10024 @end smallexample
10025
10026 @noindent
10027 If the field @code{arr} of @code{cs} was chosen for exploration by
10028 entering @code{1} earlier, then since it is as array, you will be
10029 prompted to enter the index of the element in the array that you want
10030 to explore.
10031
10032 @smallexample
10033 `cs.arr' is an array of `int'.
10034 Enter the index of the element you want to explore in `cs.arr': 5
10035
10036 `(cs.arr)[5]' is a scalar value of type `int'.
10037
10038 (cs.arr)[5] = 4
10039
10040 Press enter to return to parent value:
10041 @end smallexample
10042
10043 In general, at any stage of exploration, you can go deeper towards the
10044 leaf values by responding to the prompts appropriately, or hit the
10045 return key to return to the enclosing data structure (the @i{higher}
10046 level data structure).
10047
10048 Similar to exploring values, you can use the @code{explore} command to
10049 explore types. Instead of specifying a value (which is typically a
10050 variable name or an expression valid in the current context of the
10051 program being debugged), you specify a type name. If you consider the
10052 same example as above, your can explore the type
10053 @code{struct ComplexStruct} by passing the argument
10054 @code{struct ComplexStruct} to the @code{explore} command.
10055
10056 @smallexample
10057 (gdb) explore struct ComplexStruct
10058 @end smallexample
10059
10060 @noindent
10061 By responding to the prompts appropriately in the subsequent interactive
10062 session, you can explore the type @code{struct ComplexStruct} in a
10063 manner similar to how the value @code{cs} was explored in the above
10064 example.
10065
10066 The @code{explore} command also has two sub-commands,
10067 @code{explore value} and @code{explore type}. The former sub-command is
10068 a way to explicitly specify that value exploration of the argument is
10069 being invoked, while the latter is a way to explicitly specify that type
10070 exploration of the argument is being invoked.
10071
10072 @table @code
10073 @item explore value @var{expr}
10074 @cindex explore value
10075 This sub-command of @code{explore} explores the value of the
10076 expression @var{expr} (if @var{expr} is an expression valid in the
10077 current context of the program being debugged). The behavior of this
10078 command is identical to that of the behavior of the @code{explore}
10079 command being passed the argument @var{expr}.
10080
10081 @item explore type @var{arg}
10082 @cindex explore type
10083 This sub-command of @code{explore} explores the type of @var{arg} (if
10084 @var{arg} is a type visible in the current context of program being
10085 debugged), or the type of the value/expression @var{arg} (if @var{arg}
10086 is an expression valid in the current context of the program being
10087 debugged). If @var{arg} is a type, then the behavior of this command is
10088 identical to that of the @code{explore} command being passed the
10089 argument @var{arg}. If @var{arg} is an expression, then the behavior of
10090 this command will be identical to that of the @code{explore} command
10091 being passed the type of @var{arg} as the argument.
10092 @end table
10093
10094 @menu
10095 * Expressions:: Expressions
10096 * Ambiguous Expressions:: Ambiguous Expressions
10097 * Variables:: Program variables
10098 * Arrays:: Artificial arrays
10099 * Output Formats:: Output formats
10100 * Memory:: Examining memory
10101 * Auto Display:: Automatic display
10102 * Print Settings:: Print settings
10103 * Pretty Printing:: Python pretty printing
10104 * Value History:: Value history
10105 * Convenience Vars:: Convenience variables
10106 * Convenience Funs:: Convenience functions
10107 * Registers:: Registers
10108 * Floating Point Hardware:: Floating point hardware
10109 * Vector Unit:: Vector Unit
10110 * OS Information:: Auxiliary data provided by operating system
10111 * Memory Region Attributes:: Memory region attributes
10112 * Dump/Restore Files:: Copy between memory and a file
10113 * Core File Generation:: Cause a program dump its core
10114 * Character Sets:: Debugging programs that use a different
10115 character set than GDB does
10116 * Caching Target Data:: Data caching for targets
10117 * Searching Memory:: Searching memory for a sequence of bytes
10118 * Value Sizes:: Managing memory allocated for values
10119 @end menu
10120
10121 @node Expressions
10122 @section Expressions
10123
10124 @cindex expressions
10125 @code{print} and many other @value{GDBN} commands accept an expression and
10126 compute its value. Any kind of constant, variable or operator defined
10127 by the programming language you are using is valid in an expression in
10128 @value{GDBN}. This includes conditional expressions, function calls,
10129 casts, and string constants. It also includes preprocessor macros, if
10130 you compiled your program to include this information; see
10131 @ref{Compilation}.
10132
10133 @cindex arrays in expressions
10134 @value{GDBN} supports array constants in expressions input by
10135 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
10136 you can use the command @code{print @{1, 2, 3@}} to create an array
10137 of three integers. If you pass an array to a function or assign it
10138 to a program variable, @value{GDBN} copies the array to memory that
10139 is @code{malloc}ed in the target program.
10140
10141 Because C is so widespread, most of the expressions shown in examples in
10142 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
10143 Languages}, for information on how to use expressions in other
10144 languages.
10145
10146 In this section, we discuss operators that you can use in @value{GDBN}
10147 expressions regardless of your programming language.
10148
10149 @cindex casts, in expressions
10150 Casts are supported in all languages, not just in C, because it is so
10151 useful to cast a number into a pointer in order to examine a structure
10152 at that address in memory.
10153 @c FIXME: casts supported---Mod2 true?
10154
10155 @value{GDBN} supports these operators, in addition to those common
10156 to programming languages:
10157
10158 @table @code
10159 @item @@
10160 @samp{@@} is a binary operator for treating parts of memory as arrays.
10161 @xref{Arrays, ,Artificial Arrays}, for more information.
10162
10163 @item ::
10164 @samp{::} allows you to specify a variable in terms of the file or
10165 function where it is defined. @xref{Variables, ,Program Variables}.
10166
10167 @cindex @{@var{type}@}
10168 @cindex type casting memory
10169 @cindex memory, viewing as typed object
10170 @cindex casts, to view memory
10171 @item @{@var{type}@} @var{addr}
10172 Refers to an object of type @var{type} stored at address @var{addr} in
10173 memory. The address @var{addr} may be any expression whose value is
10174 an integer or pointer (but parentheses are required around binary
10175 operators, just as in a cast). This construct is allowed regardless
10176 of what kind of data is normally supposed to reside at @var{addr}.
10177 @end table
10178
10179 @node Ambiguous Expressions
10180 @section Ambiguous Expressions
10181 @cindex ambiguous expressions
10182
10183 Expressions can sometimes contain some ambiguous elements. For instance,
10184 some programming languages (notably Ada, C@t{++} and Objective-C) permit
10185 a single function name to be defined several times, for application in
10186 different contexts. This is called @dfn{overloading}. Another example
10187 involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
10188 templates and is typically instantiated several times, resulting in
10189 the same function name being defined in different contexts.
10190
10191 In some cases and depending on the language, it is possible to adjust
10192 the expression to remove the ambiguity. For instance in C@t{++}, you
10193 can specify the signature of the function you want to break on, as in
10194 @kbd{break @var{function}(@var{types})}. In Ada, using the fully
10195 qualified name of your function often makes the expression unambiguous
10196 as well.
10197
10198 When an ambiguity that needs to be resolved is detected, the debugger
10199 has the capability to display a menu of numbered choices for each
10200 possibility, and then waits for the selection with the prompt @samp{>}.
10201 The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10202 aborts the current command. If the command in which the expression was
10203 used allows more than one choice to be selected, the next option in the
10204 menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10205 choices.
10206
10207 For example, the following session excerpt shows an attempt to set a
10208 breakpoint at the overloaded symbol @code{String::after}.
10209 We choose three particular definitions of that function name:
10210
10211 @c FIXME! This is likely to change to show arg type lists, at least
10212 @smallexample
10213 @group
10214 (@value{GDBP}) b String::after
10215 [0] cancel
10216 [1] all
10217 [2] file:String.cc; line number:867
10218 [3] file:String.cc; line number:860
10219 [4] file:String.cc; line number:875
10220 [5] file:String.cc; line number:853
10221 [6] file:String.cc; line number:846
10222 [7] file:String.cc; line number:735
10223 > 2 4 6
10224 Breakpoint 1 at 0xb26c: file String.cc, line 867.
10225 Breakpoint 2 at 0xb344: file String.cc, line 875.
10226 Breakpoint 3 at 0xafcc: file String.cc, line 846.
10227 Multiple breakpoints were set.
10228 Use the "delete" command to delete unwanted
10229 breakpoints.
10230 (@value{GDBP})
10231 @end group
10232 @end smallexample
10233
10234 @table @code
10235 @kindex set multiple-symbols
10236 @item set multiple-symbols @var{mode}
10237 @cindex multiple-symbols menu
10238
10239 This option allows you to adjust the debugger behavior when an expression
10240 is ambiguous.
10241
10242 By default, @var{mode} is set to @code{all}. If the command with which
10243 the expression is used allows more than one choice, then @value{GDBN}
10244 automatically selects all possible choices. For instance, inserting
10245 a breakpoint on a function using an ambiguous name results in a breakpoint
10246 inserted on each possible match. However, if a unique choice must be made,
10247 then @value{GDBN} uses the menu to help you disambiguate the expression.
10248 For instance, printing the address of an overloaded function will result
10249 in the use of the menu.
10250
10251 When @var{mode} is set to @code{ask}, the debugger always uses the menu
10252 when an ambiguity is detected.
10253
10254 Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10255 an error due to the ambiguity and the command is aborted.
10256
10257 @kindex show multiple-symbols
10258 @item show multiple-symbols
10259 Show the current value of the @code{multiple-symbols} setting.
10260 @end table
10261
10262 @node Variables
10263 @section Program Variables
10264
10265 The most common kind of expression to use is the name of a variable
10266 in your program.
10267
10268 Variables in expressions are understood in the selected stack frame
10269 (@pxref{Selection, ,Selecting a Frame}); they must be either:
10270
10271 @itemize @bullet
10272 @item
10273 global (or file-static)
10274 @end itemize
10275
10276 @noindent or
10277
10278 @itemize @bullet
10279 @item
10280 visible according to the scope rules of the
10281 programming language from the point of execution in that frame
10282 @end itemize
10283
10284 @noindent This means that in the function
10285
10286 @smallexample
10287 foo (a)
10288 int a;
10289 @{
10290 bar (a);
10291 @{
10292 int b = test ();
10293 bar (b);
10294 @}
10295 @}
10296 @end smallexample
10297
10298 @noindent
10299 you can examine and use the variable @code{a} whenever your program is
10300 executing within the function @code{foo}, but you can only use or
10301 examine the variable @code{b} while your program is executing inside
10302 the block where @code{b} is declared.
10303
10304 @cindex variable name conflict
10305 There is an exception: you can refer to a variable or function whose
10306 scope is a single source file even if the current execution point is not
10307 in this file. But it is possible to have more than one such variable or
10308 function with the same name (in different source files). If that
10309 happens, referring to that name has unpredictable effects. If you wish,
10310 you can specify a static variable in a particular function or file by
10311 using the colon-colon (@code{::}) notation:
10312
10313 @cindex colon-colon, context for variables/functions
10314 @ifnotinfo
10315 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
10316 @cindex @code{::}, context for variables/functions
10317 @end ifnotinfo
10318 @smallexample
10319 @var{file}::@var{variable}
10320 @var{function}::@var{variable}
10321 @end smallexample
10322
10323 @noindent
10324 Here @var{file} or @var{function} is the name of the context for the
10325 static @var{variable}. In the case of file names, you can use quotes to
10326 make sure @value{GDBN} parses the file name as a single word---for example,
10327 to print a global value of @code{x} defined in @file{f2.c}:
10328
10329 @smallexample
10330 (@value{GDBP}) p 'f2.c'::x
10331 @end smallexample
10332
10333 The @code{::} notation is normally used for referring to
10334 static variables, since you typically disambiguate uses of local variables
10335 in functions by selecting the appropriate frame and using the
10336 simple name of the variable. However, you may also use this notation
10337 to refer to local variables in frames enclosing the selected frame:
10338
10339 @smallexample
10340 void
10341 foo (int a)
10342 @{
10343 if (a < 10)
10344 bar (a);
10345 else
10346 process (a); /* Stop here */
10347 @}
10348
10349 int
10350 bar (int a)
10351 @{
10352 foo (a + 5);
10353 @}
10354 @end smallexample
10355
10356 @noindent
10357 For example, if there is a breakpoint at the commented line,
10358 here is what you might see
10359 when the program stops after executing the call @code{bar(0)}:
10360
10361 @smallexample
10362 (@value{GDBP}) p a
10363 $1 = 10
10364 (@value{GDBP}) p bar::a
10365 $2 = 5
10366 (@value{GDBP}) up 2
10367 #2 0x080483d0 in foo (a=5) at foobar.c:12
10368 (@value{GDBP}) p a
10369 $3 = 5
10370 (@value{GDBP}) p bar::a
10371 $4 = 0
10372 @end smallexample
10373
10374 @cindex C@t{++} scope resolution
10375 These uses of @samp{::} are very rarely in conflict with the very
10376 similar use of the same notation in C@t{++}. When they are in
10377 conflict, the C@t{++} meaning takes precedence; however, this can be
10378 overridden by quoting the file or function name with single quotes.
10379
10380 For example, suppose the program is stopped in a method of a class
10381 that has a field named @code{includefile}, and there is also an
10382 include file named @file{includefile} that defines a variable,
10383 @code{some_global}.
10384
10385 @smallexample
10386 (@value{GDBP}) p includefile
10387 $1 = 23
10388 (@value{GDBP}) p includefile::some_global
10389 A syntax error in expression, near `'.
10390 (@value{GDBP}) p 'includefile'::some_global
10391 $2 = 27
10392 @end smallexample
10393
10394 @cindex wrong values
10395 @cindex variable values, wrong
10396 @cindex function entry/exit, wrong values of variables
10397 @cindex optimized code, wrong values of variables
10398 @quotation
10399 @emph{Warning:} Occasionally, a local variable may appear to have the
10400 wrong value at certain points in a function---just after entry to a new
10401 scope, and just before exit.
10402 @end quotation
10403 You may see this problem when you are stepping by machine instructions.
10404 This is because, on most machines, it takes more than one instruction to
10405 set up a stack frame (including local variable definitions); if you are
10406 stepping by machine instructions, variables may appear to have the wrong
10407 values until the stack frame is completely built. On exit, it usually
10408 also takes more than one machine instruction to destroy a stack frame;
10409 after you begin stepping through that group of instructions, local
10410 variable definitions may be gone.
10411
10412 This may also happen when the compiler does significant optimizations.
10413 To be sure of always seeing accurate values, turn off all optimization
10414 when compiling.
10415
10416 @cindex ``No symbol "foo" in current context''
10417 Another possible effect of compiler optimizations is to optimize
10418 unused variables out of existence, or assign variables to registers (as
10419 opposed to memory addresses). Depending on the support for such cases
10420 offered by the debug info format used by the compiler, @value{GDBN}
10421 might not be able to display values for such local variables. If that
10422 happens, @value{GDBN} will print a message like this:
10423
10424 @smallexample
10425 No symbol "foo" in current context.
10426 @end smallexample
10427
10428 To solve such problems, either recompile without optimizations, or use a
10429 different debug info format, if the compiler supports several such
10430 formats. @xref{Compilation}, for more information on choosing compiler
10431 options. @xref{C, ,C and C@t{++}}, for more information about debug
10432 info formats that are best suited to C@t{++} programs.
10433
10434 If you ask to print an object whose contents are unknown to
10435 @value{GDBN}, e.g., because its data type is not completely specified
10436 by the debug information, @value{GDBN} will say @samp{<incomplete
10437 type>}. @xref{Symbols, incomplete type}, for more about this.
10438
10439 @cindex no debug info variables
10440 If you try to examine or use the value of a (global) variable for
10441 which @value{GDBN} has no type information, e.g., because the program
10442 includes no debug information, @value{GDBN} displays an error message.
10443 @xref{Symbols, unknown type}, for more about unknown types. If you
10444 cast the variable to its declared type, @value{GDBN} gets the
10445 variable's value using the cast-to type as the variable's type. For
10446 example, in a C program:
10447
10448 @smallexample
10449 (@value{GDBP}) p var
10450 'var' has unknown type; cast it to its declared type
10451 (@value{GDBP}) p (float) var
10452 $1 = 3.14
10453 @end smallexample
10454
10455 If you append @kbd{@@entry} string to a function parameter name you get its
10456 value at the time the function got called. If the value is not available an
10457 error message is printed. Entry values are available only with some compilers.
10458 Entry values are normally also printed at the function parameter list according
10459 to @ref{set print entry-values}.
10460
10461 @smallexample
10462 Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
10463 29 i++;
10464 (gdb) next
10465 30 e (i);
10466 (gdb) print i
10467 $1 = 31
10468 (gdb) print i@@entry
10469 $2 = 30
10470 @end smallexample
10471
10472 Strings are identified as arrays of @code{char} values without specified
10473 signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10474 printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10475 @code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10476 defines literal string type @code{"char"} as @code{char} without a sign.
10477 For program code
10478
10479 @smallexample
10480 char var0[] = "A";
10481 signed char var1[] = "A";
10482 @end smallexample
10483
10484 You get during debugging
10485 @smallexample
10486 (gdb) print var0
10487 $1 = "A"
10488 (gdb) print var1
10489 $2 = @{65 'A', 0 '\0'@}
10490 @end smallexample
10491
10492 @node Arrays
10493 @section Artificial Arrays
10494
10495 @cindex artificial array
10496 @cindex arrays
10497 @kindex @@@r{, referencing memory as an array}
10498 It is often useful to print out several successive objects of the
10499 same type in memory; a section of an array, or an array of
10500 dynamically determined size for which only a pointer exists in the
10501 program.
10502
10503 You can do this by referring to a contiguous span of memory as an
10504 @dfn{artificial array}, using the binary operator @samp{@@}. The left
10505 operand of @samp{@@} should be the first element of the desired array
10506 and be an individual object. The right operand should be the desired length
10507 of the array. The result is an array value whose elements are all of
10508 the type of the left argument. The first element is actually the left
10509 argument; the second element comes from bytes of memory immediately
10510 following those that hold the first element, and so on. Here is an
10511 example. If a program says
10512
10513 @smallexample
10514 int *array = (int *) malloc (len * sizeof (int));
10515 @end smallexample
10516
10517 @noindent
10518 you can print the contents of @code{array} with
10519
10520 @smallexample
10521 p *array@@len
10522 @end smallexample
10523
10524 The left operand of @samp{@@} must reside in memory. Array values made
10525 with @samp{@@} in this way behave just like other arrays in terms of
10526 subscripting, and are coerced to pointers when used in expressions.
10527 Artificial arrays most often appear in expressions via the value history
10528 (@pxref{Value History, ,Value History}), after printing one out.
10529
10530 Another way to create an artificial array is to use a cast.
10531 This re-interprets a value as if it were an array.
10532 The value need not be in memory:
10533 @smallexample
10534 (@value{GDBP}) p/x (short[2])0x12345678
10535 $1 = @{0x1234, 0x5678@}
10536 @end smallexample
10537
10538 As a convenience, if you leave the array length out (as in
10539 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
10540 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
10541 @smallexample
10542 (@value{GDBP}) p/x (short[])0x12345678
10543 $2 = @{0x1234, 0x5678@}
10544 @end smallexample
10545
10546 Sometimes the artificial array mechanism is not quite enough; in
10547 moderately complex data structures, the elements of interest may not
10548 actually be adjacent---for example, if you are interested in the values
10549 of pointers in an array. One useful work-around in this situation is
10550 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
10551 Variables}) as a counter in an expression that prints the first
10552 interesting value, and then repeat that expression via @key{RET}. For
10553 instance, suppose you have an array @code{dtab} of pointers to
10554 structures, and you are interested in the values of a field @code{fv}
10555 in each structure. Here is an example of what you might type:
10556
10557 @smallexample
10558 set $i = 0
10559 p dtab[$i++]->fv
10560 @key{RET}
10561 @key{RET}
10562 @dots{}
10563 @end smallexample
10564
10565 @node Output Formats
10566 @section Output Formats
10567
10568 @cindex formatted output
10569 @cindex output formats
10570 By default, @value{GDBN} prints a value according to its data type. Sometimes
10571 this is not what you want. For example, you might want to print a number
10572 in hex, or a pointer in decimal. Or you might want to view data in memory
10573 at a certain address as a character string or as an instruction. To do
10574 these things, specify an @dfn{output format} when you print a value.
10575
10576 The simplest use of output formats is to say how to print a value
10577 already computed. This is done by starting the arguments of the
10578 @code{print} command with a slash and a format letter. The format
10579 letters supported are:
10580
10581 @table @code
10582 @item x
10583 Regard the bits of the value as an integer, and print the integer in
10584 hexadecimal.
10585
10586 @item d
10587 Print as integer in signed decimal.
10588
10589 @item u
10590 Print as integer in unsigned decimal.
10591
10592 @item o
10593 Print as integer in octal.
10594
10595 @item t
10596 Print as integer in binary. The letter @samp{t} stands for ``two''.
10597 @footnote{@samp{b} cannot be used because these format letters are also
10598 used with the @code{x} command, where @samp{b} stands for ``byte'';
10599 see @ref{Memory,,Examining Memory}.}
10600
10601 @item a
10602 @cindex unknown address, locating
10603 @cindex locate address
10604 Print as an address, both absolute in hexadecimal and as an offset from
10605 the nearest preceding symbol. You can use this format used to discover
10606 where (in what function) an unknown address is located:
10607
10608 @smallexample
10609 (@value{GDBP}) p/a 0x54320
10610 $3 = 0x54320 <_initialize_vx+396>
10611 @end smallexample
10612
10613 @noindent
10614 The command @code{info symbol 0x54320} yields similar results.
10615 @xref{Symbols, info symbol}.
10616
10617 @item c
10618 Regard as an integer and print it as a character constant. This
10619 prints both the numerical value and its character representation. The
10620 character representation is replaced with the octal escape @samp{\nnn}
10621 for characters outside the 7-bit @sc{ascii} range.
10622
10623 Without this format, @value{GDBN} displays @code{char},
10624 @w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10625 constants. Single-byte members of vectors are displayed as integer
10626 data.
10627
10628 @item f
10629 Regard the bits of the value as a floating point number and print
10630 using typical floating point syntax.
10631
10632 @item s
10633 @cindex printing strings
10634 @cindex printing byte arrays
10635 Regard as a string, if possible. With this format, pointers to single-byte
10636 data are displayed as null-terminated strings and arrays of single-byte data
10637 are displayed as fixed-length strings. Other values are displayed in their
10638 natural types.
10639
10640 Without this format, @value{GDBN} displays pointers to and arrays of
10641 @code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10642 strings. Single-byte members of a vector are displayed as an integer
10643 array.
10644
10645 @item z
10646 Like @samp{x} formatting, the value is treated as an integer and
10647 printed as hexadecimal, but leading zeros are printed to pad the value
10648 to the size of the integer type.
10649
10650 @item r
10651 @cindex raw printing
10652 Print using the @samp{raw} formatting. By default, @value{GDBN} will
10653 use a Python-based pretty-printer, if one is available (@pxref{Pretty
10654 Printing}). This typically results in a higher-level display of the
10655 value's contents. The @samp{r} format bypasses any Python
10656 pretty-printer which might exist.
10657 @end table
10658
10659 For example, to print the program counter in hex (@pxref{Registers}), type
10660
10661 @smallexample
10662 p/x $pc
10663 @end smallexample
10664
10665 @noindent
10666 Note that no space is required before the slash; this is because command
10667 names in @value{GDBN} cannot contain a slash.
10668
10669 To reprint the last value in the value history with a different format,
10670 you can use the @code{print} command with just a format and no
10671 expression. For example, @samp{p/x} reprints the last value in hex.
10672
10673 @node Memory
10674 @section Examining Memory
10675
10676 You can use the command @code{x} (for ``examine'') to examine memory in
10677 any of several formats, independently of your program's data types.
10678
10679 @cindex examining memory
10680 @table @code
10681 @kindex x @r{(examine memory)}
10682 @item x/@var{nfu} @var{addr}
10683 @itemx x @var{addr}
10684 @itemx x
10685 Use the @code{x} command to examine memory.
10686 @end table
10687
10688 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10689 much memory to display and how to format it; @var{addr} is an
10690 expression giving the address where you want to start displaying memory.
10691 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10692 Several commands set convenient defaults for @var{addr}.
10693
10694 @table @r
10695 @item @var{n}, the repeat count
10696 The repeat count is a decimal integer; the default is 1. It specifies
10697 how much memory (counting by units @var{u}) to display. If a negative
10698 number is specified, memory is examined backward from @var{addr}.
10699 @c This really is **decimal**; unaffected by 'set radix' as of GDB
10700 @c 4.1.2.
10701
10702 @item @var{f}, the display format
10703 The display format is one of the formats used by @code{print}
10704 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
10705 @samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10706 The default is @samp{x} (hexadecimal) initially. The default changes
10707 each time you use either @code{x} or @code{print}.
10708
10709 @item @var{u}, the unit size
10710 The unit size is any of
10711
10712 @table @code
10713 @item b
10714 Bytes.
10715 @item h
10716 Halfwords (two bytes).
10717 @item w
10718 Words (four bytes). This is the initial default.
10719 @item g
10720 Giant words (eight bytes).
10721 @end table
10722
10723 Each time you specify a unit size with @code{x}, that size becomes the
10724 default unit the next time you use @code{x}. For the @samp{i} format,
10725 the unit size is ignored and is normally not written. For the @samp{s} format,
10726 the unit size defaults to @samp{b}, unless it is explicitly given.
10727 Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
10728 32-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10729 Note that the results depend on the programming language of the
10730 current compilation unit. If the language is C, the @samp{s}
10731 modifier will use the UTF-16 encoding while @samp{w} will use
10732 UTF-32. The encoding is set by the programming language and cannot
10733 be altered.
10734
10735 @item @var{addr}, starting display address
10736 @var{addr} is the address where you want @value{GDBN} to begin displaying
10737 memory. The expression need not have a pointer value (though it may);
10738 it is always interpreted as an integer address of a byte of memory.
10739 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
10740 @var{addr} is usually just after the last address examined---but several
10741 other commands also set the default address: @code{info breakpoints} (to
10742 the address of the last breakpoint listed), @code{info line} (to the
10743 starting address of a line), and @code{print} (if you use it to display
10744 a value from memory).
10745 @end table
10746
10747 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10748 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10749 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10750 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
10751 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
10752
10753 You can also specify a negative repeat count to examine memory backward
10754 from the given address. For example, @samp{x/-3uh 0x54320} prints three
10755 halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10756
10757 Since the letters indicating unit sizes are all distinct from the
10758 letters specifying output formats, you do not have to remember whether
10759 unit size or format comes first; either order works. The output
10760 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10761 (However, the count @var{n} must come first; @samp{wx4} does not work.)
10762
10763 Even though the unit size @var{u} is ignored for the formats @samp{s}
10764 and @samp{i}, you might still want to use a count @var{n}; for example,
10765 @samp{3i} specifies that you want to see three machine instructions,
10766 including any operands. For convenience, especially when used with
10767 the @code{display} command, the @samp{i} format also prints branch delay
10768 slot instructions, if any, beyond the count specified, which immediately
10769 follow the last instruction that is within the count. The command
10770 @code{disassemble} gives an alternative way of inspecting machine
10771 instructions; see @ref{Machine Code,,Source and Machine Code}.
10772
10773 If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10774 the command displays null-terminated strings or instructions before the given
10775 address as many as the absolute value of the given number. For the @samp{i}
10776 format, we use line number information in the debug info to accurately locate
10777 instruction boundaries while disassembling backward. If line info is not
10778 available, the command stops examining memory with an error message.
10779
10780 All the defaults for the arguments to @code{x} are designed to make it
10781 easy to continue scanning memory with minimal specifications each time
10782 you use @code{x}. For example, after you have inspected three machine
10783 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10784 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10785 the repeat count @var{n} is used again; the other arguments default as
10786 for successive uses of @code{x}.
10787
10788 When examining machine instructions, the instruction at current program
10789 counter is shown with a @code{=>} marker. For example:
10790
10791 @smallexample
10792 (@value{GDBP}) x/5i $pc-6
10793 0x804837f <main+11>: mov %esp,%ebp
10794 0x8048381 <main+13>: push %ecx
10795 0x8048382 <main+14>: sub $0x4,%esp
10796 => 0x8048385 <main+17>: movl $0x8048460,(%esp)
10797 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10798 @end smallexample
10799
10800 @cindex @code{$_}, @code{$__}, and value history
10801 The addresses and contents printed by the @code{x} command are not saved
10802 in the value history because there is often too much of them and they
10803 would get in the way. Instead, @value{GDBN} makes these values available for
10804 subsequent use in expressions as values of the convenience variables
10805 @code{$_} and @code{$__}. After an @code{x} command, the last address
10806 examined is available for use in expressions in the convenience variable
10807 @code{$_}. The contents of that address, as examined, are available in
10808 the convenience variable @code{$__}.
10809
10810 If the @code{x} command has a repeat count, the address and contents saved
10811 are from the last memory unit printed; this is not the same as the last
10812 address printed if several units were printed on the last line of output.
10813
10814 @anchor{addressable memory unit}
10815 @cindex addressable memory unit
10816 Most targets have an addressable memory unit size of 8 bits. This means
10817 that to each memory address are associated 8 bits of data. Some
10818 targets, however, have other addressable memory unit sizes.
10819 Within @value{GDBN} and this document, the term
10820 @dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10821 when explicitly referring to a chunk of data of that size. The word
10822 @dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10823 the addressable memory unit size of the target. For most systems,
10824 addressable memory unit is a synonym of byte.
10825
10826 @cindex remote memory comparison
10827 @cindex target memory comparison
10828 @cindex verify remote memory image
10829 @cindex verify target memory image
10830 When you are debugging a program running on a remote target machine
10831 (@pxref{Remote Debugging}), you may wish to verify the program's image
10832 in the remote machine's memory against the executable file you
10833 downloaded to the target. Or, on any target, you may want to check
10834 whether the program has corrupted its own read-only sections. The
10835 @code{compare-sections} command is provided for such situations.
10836
10837 @table @code
10838 @kindex compare-sections
10839 @item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
10840 Compare the data of a loadable section @var{section-name} in the
10841 executable file of the program being debugged with the same section in
10842 the target machine's memory, and report any mismatches. With no
10843 arguments, compares all loadable sections. With an argument of
10844 @code{-r}, compares all loadable read-only sections.
10845
10846 Note: for remote targets, this command can be accelerated if the
10847 target supports computing the CRC checksum of a block of memory
10848 (@pxref{qCRC packet}).
10849 @end table
10850
10851 @node Auto Display
10852 @section Automatic Display
10853 @cindex automatic display
10854 @cindex display of expressions
10855
10856 If you find that you want to print the value of an expression frequently
10857 (to see how it changes), you might want to add it to the @dfn{automatic
10858 display list} so that @value{GDBN} prints its value each time your program stops.
10859 Each expression added to the list is given a number to identify it;
10860 to remove an expression from the list, you specify that number.
10861 The automatic display looks like this:
10862
10863 @smallexample
10864 2: foo = 38
10865 3: bar[5] = (struct hack *) 0x3804
10866 @end smallexample
10867
10868 @noindent
10869 This display shows item numbers, expressions and their current values. As with
10870 displays you request manually using @code{x} or @code{print}, you can
10871 specify the output format you prefer; in fact, @code{display} decides
10872 whether to use @code{print} or @code{x} depending your format
10873 specification---it uses @code{x} if you specify either the @samp{i}
10874 or @samp{s} format, or a unit size; otherwise it uses @code{print}.
10875
10876 @table @code
10877 @kindex display
10878 @item display @var{expr}
10879 Add the expression @var{expr} to the list of expressions to display
10880 each time your program stops. @xref{Expressions, ,Expressions}.
10881
10882 @code{display} does not repeat if you press @key{RET} again after using it.
10883
10884 @item display/@var{fmt} @var{expr}
10885 For @var{fmt} specifying only a display format and not a size or
10886 count, add the expression @var{expr} to the auto-display list but
10887 arrange to display it each time in the specified format @var{fmt}.
10888 @xref{Output Formats,,Output Formats}.
10889
10890 @item display/@var{fmt} @var{addr}
10891 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10892 number of units, add the expression @var{addr} as a memory address to
10893 be examined each time your program stops. Examining means in effect
10894 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
10895 @end table
10896
10897 For example, @samp{display/i $pc} can be helpful, to see the machine
10898 instruction about to be executed each time execution stops (@samp{$pc}
10899 is a common name for the program counter; @pxref{Registers, ,Registers}).
10900
10901 @table @code
10902 @kindex delete display
10903 @kindex undisplay
10904 @item undisplay @var{dnums}@dots{}
10905 @itemx delete display @var{dnums}@dots{}
10906 Remove items from the list of expressions to display. Specify the
10907 numbers of the displays that you want affected with the command
10908 argument @var{dnums}. It can be a single display number, one of the
10909 numbers shown in the first field of the @samp{info display} display;
10910 or it could be a range of display numbers, as in @code{2-4}.
10911
10912 @code{undisplay} does not repeat if you press @key{RET} after using it.
10913 (Otherwise you would just get the error @samp{No display number @dots{}}.)
10914
10915 @kindex disable display
10916 @item disable display @var{dnums}@dots{}
10917 Disable the display of item numbers @var{dnums}. A disabled display
10918 item is not printed automatically, but is not forgotten. It may be
10919 enabled again later. Specify the numbers of the displays that you
10920 want affected with the command argument @var{dnums}. It can be a
10921 single display number, one of the numbers shown in the first field of
10922 the @samp{info display} display; or it could be a range of display
10923 numbers, as in @code{2-4}.
10924
10925 @kindex enable display
10926 @item enable display @var{dnums}@dots{}
10927 Enable display of item numbers @var{dnums}. It becomes effective once
10928 again in auto display of its expression, until you specify otherwise.
10929 Specify the numbers of the displays that you want affected with the
10930 command argument @var{dnums}. It can be a single display number, one
10931 of the numbers shown in the first field of the @samp{info display}
10932 display; or it could be a range of display numbers, as in @code{2-4}.
10933
10934 @item display
10935 Display the current values of the expressions on the list, just as is
10936 done when your program stops.
10937
10938 @kindex info display
10939 @item info display
10940 Print the list of expressions previously set up to display
10941 automatically, each one with its item number, but without showing the
10942 values. This includes disabled expressions, which are marked as such.
10943 It also includes expressions which would not be displayed right now
10944 because they refer to automatic variables not currently available.
10945 @end table
10946
10947 @cindex display disabled out of scope
10948 If a display expression refers to local variables, then it does not make
10949 sense outside the lexical context for which it was set up. Such an
10950 expression is disabled when execution enters a context where one of its
10951 variables is not defined. For example, if you give the command
10952 @code{display last_char} while inside a function with an argument
10953 @code{last_char}, @value{GDBN} displays this argument while your program
10954 continues to stop inside that function. When it stops elsewhere---where
10955 there is no variable @code{last_char}---the display is disabled
10956 automatically. The next time your program stops where @code{last_char}
10957 is meaningful, you can enable the display expression once again.
10958
10959 @node Print Settings
10960 @section Print Settings
10961
10962 @cindex format options
10963 @cindex print settings
10964 @value{GDBN} provides the following ways to control how arrays, structures,
10965 and symbols are printed.
10966
10967 @noindent
10968 These settings are useful for debugging programs in any language:
10969
10970 @table @code
10971 @kindex set print
10972 @anchor{set print address}
10973 @item set print address
10974 @itemx set print address on
10975 @cindex print/don't print memory addresses
10976 @value{GDBN} prints memory addresses showing the location of stack
10977 traces, structure values, pointer values, breakpoints, and so forth,
10978 even when it also displays the contents of those addresses. The default
10979 is @code{on}. For example, this is what a stack frame display looks like with
10980 @code{set print address on}:
10981
10982 @smallexample
10983 @group
10984 (@value{GDBP}) f
10985 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
10986 at input.c:530
10987 530 if (lquote != def_lquote)
10988 @end group
10989 @end smallexample
10990
10991 @item set print address off
10992 Do not print addresses when displaying their contents. For example,
10993 this is the same stack frame displayed with @code{set print address off}:
10994
10995 @smallexample
10996 @group
10997 (@value{GDBP}) set print addr off
10998 (@value{GDBP}) f
10999 #0 set_quotes (lq="<<", rq=">>") at input.c:530
11000 530 if (lquote != def_lquote)
11001 @end group
11002 @end smallexample
11003
11004 You can use @samp{set print address off} to eliminate all machine
11005 dependent displays from the @value{GDBN} interface. For example, with
11006 @code{print address off}, you should get the same text for backtraces on
11007 all machines---whether or not they involve pointer arguments.
11008
11009 @kindex show print
11010 @item show print address
11011 Show whether or not addresses are to be printed.
11012 @end table
11013
11014 When @value{GDBN} prints a symbolic address, it normally prints the
11015 closest earlier symbol plus an offset. If that symbol does not uniquely
11016 identify the address (for example, it is a name whose scope is a single
11017 source file), you may need to clarify. One way to do this is with
11018 @code{info line}, for example @samp{info line *0x4537}. Alternately,
11019 you can set @value{GDBN} to print the source file and line number when
11020 it prints a symbolic address:
11021
11022 @table @code
11023 @item set print symbol-filename on
11024 @cindex source file and line of a symbol
11025 @cindex symbol, source file and line
11026 Tell @value{GDBN} to print the source file name and line number of a
11027 symbol in the symbolic form of an address.
11028
11029 @item set print symbol-filename off
11030 Do not print source file name and line number of a symbol. This is the
11031 default.
11032
11033 @item show print symbol-filename
11034 Show whether or not @value{GDBN} will print the source file name and
11035 line number of a symbol in the symbolic form of an address.
11036 @end table
11037
11038 Another situation where it is helpful to show symbol filenames and line
11039 numbers is when disassembling code; @value{GDBN} shows you the line
11040 number and source file that corresponds to each instruction.
11041
11042 Also, you may wish to see the symbolic form only if the address being
11043 printed is reasonably close to the closest earlier symbol:
11044
11045 @table @code
11046 @item set print max-symbolic-offset @var{max-offset}
11047 @itemx set print max-symbolic-offset unlimited
11048 @cindex maximum value for offset of closest symbol
11049 Tell @value{GDBN} to only display the symbolic form of an address if the
11050 offset between the closest earlier symbol and the address is less than
11051 @var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
11052 to always print the symbolic form of an address if any symbol precedes
11053 it. Zero is equivalent to @code{unlimited}.
11054
11055 @item show print max-symbolic-offset
11056 Ask how large the maximum offset is that @value{GDBN} prints in a
11057 symbolic address.
11058 @end table
11059
11060 @cindex wild pointer, interpreting
11061 @cindex pointer, finding referent
11062 If you have a pointer and you are not sure where it points, try
11063 @samp{set print symbol-filename on}. Then you can determine the name
11064 and source file location of the variable where it points, using
11065 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
11066 For example, here @value{GDBN} shows that a variable @code{ptt} points
11067 at another variable @code{t}, defined in @file{hi2.c}:
11068
11069 @smallexample
11070 (@value{GDBP}) set print symbol-filename on
11071 (@value{GDBP}) p/a ptt
11072 $4 = 0xe008 <t in hi2.c>
11073 @end smallexample
11074
11075 @quotation
11076 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
11077 does not show the symbol name and filename of the referent, even with
11078 the appropriate @code{set print} options turned on.
11079 @end quotation
11080
11081 You can also enable @samp{/a}-like formatting all the time using
11082 @samp{set print symbol on}:
11083
11084 @anchor{set print symbol}
11085 @table @code
11086 @item set print symbol on
11087 Tell @value{GDBN} to print the symbol corresponding to an address, if
11088 one exists.
11089
11090 @item set print symbol off
11091 Tell @value{GDBN} not to print the symbol corresponding to an
11092 address. In this mode, @value{GDBN} will still print the symbol
11093 corresponding to pointers to functions. This is the default.
11094
11095 @item show print symbol
11096 Show whether @value{GDBN} will display the symbol corresponding to an
11097 address.
11098 @end table
11099
11100 Other settings control how different kinds of objects are printed:
11101
11102 @table @code
11103 @anchor{set print array}
11104 @item set print array
11105 @itemx set print array on
11106 @cindex pretty print arrays
11107 Pretty print arrays. This format is more convenient to read,
11108 but uses more space. The default is off.
11109
11110 @item set print array off
11111 Return to compressed format for arrays.
11112
11113 @item show print array
11114 Show whether compressed or pretty format is selected for displaying
11115 arrays.
11116
11117 @cindex print array indexes
11118 @anchor{set print array-indexes}
11119 @item set print array-indexes
11120 @itemx set print array-indexes on
11121 Print the index of each element when displaying arrays. May be more
11122 convenient to locate a given element in the array or quickly find the
11123 index of a given element in that printed array. The default is off.
11124
11125 @item set print array-indexes off
11126 Stop printing element indexes when displaying arrays.
11127
11128 @item show print array-indexes
11129 Show whether the index of each element is printed when displaying
11130 arrays.
11131
11132 @anchor{set print elements}
11133 @item set print elements @var{number-of-elements}
11134 @itemx set print elements unlimited
11135 @cindex number of array elements to print
11136 @cindex limit on number of printed array elements
11137 Set a limit on how many elements of an array @value{GDBN} will print.
11138 If @value{GDBN} is printing a large array, it stops printing after it has
11139 printed the number of elements set by the @code{set print elements} command.
11140 This limit also applies to the display of strings.
11141 When @value{GDBN} starts, this limit is set to 200.
11142 Setting @var{number-of-elements} to @code{unlimited} or zero means
11143 that the number of elements to print is unlimited.
11144
11145 @item show print elements
11146 Display the number of elements of a large array that @value{GDBN} will print.
11147 If the number is 0, then the printing is unlimited.
11148
11149 @anchor{set print frame-arguments}
11150 @item set print frame-arguments @var{value}
11151 @kindex set print frame-arguments
11152 @cindex printing frame argument values
11153 @cindex print all frame argument values
11154 @cindex print frame argument values for scalars only
11155 @cindex do not print frame arguments
11156 This command allows to control how the values of arguments are printed
11157 when the debugger prints a frame (@pxref{Frames}). The possible
11158 values are:
11159
11160 @table @code
11161 @item all
11162 The values of all arguments are printed.
11163
11164 @item scalars
11165 Print the value of an argument only if it is a scalar. The value of more
11166 complex arguments such as arrays, structures, unions, etc, is replaced
11167 by @code{@dots{}}. This is the default. Here is an example where
11168 only scalar arguments are shown:
11169
11170 @smallexample
11171 #1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
11172 at frame-args.c:23
11173 @end smallexample
11174
11175 @item none
11176 None of the argument values are printed. Instead, the value of each argument
11177 is replaced by @code{@dots{}}. In this case, the example above now becomes:
11178
11179 @smallexample
11180 #1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
11181 at frame-args.c:23
11182 @end smallexample
11183
11184 @item presence
11185 Only the presence of arguments is indicated by @code{@dots{}}.
11186 The @code{@dots{}} are not printed for function without any arguments.
11187 None of the argument names and values are printed.
11188 In this case, the example above now becomes:
11189
11190 @smallexample
11191 #1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11192 @end smallexample
11193
11194 @end table
11195
11196 By default, only scalar arguments are printed. This command can be used
11197 to configure the debugger to print the value of all arguments, regardless
11198 of their type. However, it is often advantageous to not print the value
11199 of more complex parameters. For instance, it reduces the amount of
11200 information printed in each frame, making the backtrace more readable.
11201 Also, it improves performance when displaying Ada frames, because
11202 the computation of large arguments can sometimes be CPU-intensive,
11203 especially in large applications. Setting @code{print frame-arguments}
11204 to @code{scalars} (the default), @code{none} or @code{presence} avoids
11205 this computation, thus speeding up the display of each Ada frame.
11206
11207 @item show print frame-arguments
11208 Show how the value of arguments should be displayed when printing a frame.
11209
11210 @anchor{set print raw-frame-arguments}
11211 @item set print raw-frame-arguments on
11212 Print frame arguments in raw, non pretty-printed, form.
11213
11214 @item set print raw-frame-arguments off
11215 Print frame arguments in pretty-printed form, if there is a pretty-printer
11216 for the value (@pxref{Pretty Printing}),
11217 otherwise print the value in raw form.
11218 This is the default.
11219
11220 @item show print raw-frame-arguments
11221 Show whether to print frame arguments in raw form.
11222
11223 @anchor{set print entry-values}
11224 @item set print entry-values @var{value}
11225 @kindex set print entry-values
11226 Set printing of frame argument values at function entry. In some cases
11227 @value{GDBN} can determine the value of function argument which was passed by
11228 the function caller, even if the value was modified inside the called function
11229 and therefore is different. With optimized code, the current value could be
11230 unavailable, but the entry value may still be known.
11231
11232 The default value is @code{default} (see below for its description). Older
11233 @value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11234 this feature will behave in the @code{default} setting the same way as with the
11235 @code{no} setting.
11236
11237 This functionality is currently supported only by DWARF 2 debugging format and
11238 the compiler has to produce @samp{DW_TAG_call_site} tags. With
11239 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11240 this information.
11241
11242 The @var{value} parameter can be one of the following:
11243
11244 @table @code
11245 @item no
11246 Print only actual parameter values, never print values from function entry
11247 point.
11248 @smallexample
11249 #0 equal (val=5)
11250 #0 different (val=6)
11251 #0 lost (val=<optimized out>)
11252 #0 born (val=10)
11253 #0 invalid (val=<optimized out>)
11254 @end smallexample
11255
11256 @item only
11257 Print only parameter values from function entry point. The actual parameter
11258 values are never printed.
11259 @smallexample
11260 #0 equal (val@@entry=5)
11261 #0 different (val@@entry=5)
11262 #0 lost (val@@entry=5)
11263 #0 born (val@@entry=<optimized out>)
11264 #0 invalid (val@@entry=<optimized out>)
11265 @end smallexample
11266
11267 @item preferred
11268 Print only parameter values from function entry point. If value from function
11269 entry point is not known while the actual value is known, print the actual
11270 value for such parameter.
11271 @smallexample
11272 #0 equal (val@@entry=5)
11273 #0 different (val@@entry=5)
11274 #0 lost (val@@entry=5)
11275 #0 born (val=10)
11276 #0 invalid (val@@entry=<optimized out>)
11277 @end smallexample
11278
11279 @item if-needed
11280 Print actual parameter values. If actual parameter value is not known while
11281 value from function entry point is known, print the entry point value for such
11282 parameter.
11283 @smallexample
11284 #0 equal (val=5)
11285 #0 different (val=6)
11286 #0 lost (val@@entry=5)
11287 #0 born (val=10)
11288 #0 invalid (val=<optimized out>)
11289 @end smallexample
11290
11291 @item both
11292 Always print both the actual parameter value and its value from function entry
11293 point, even if values of one or both are not available due to compiler
11294 optimizations.
11295 @smallexample
11296 #0 equal (val=5, val@@entry=5)
11297 #0 different (val=6, val@@entry=5)
11298 #0 lost (val=<optimized out>, val@@entry=5)
11299 #0 born (val=10, val@@entry=<optimized out>)
11300 #0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11301 @end smallexample
11302
11303 @item compact
11304 Print the actual parameter value if it is known and also its value from
11305 function entry point if it is known. If neither is known, print for the actual
11306 value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11307 values are known and identical, print the shortened
11308 @code{param=param@@entry=VALUE} notation.
11309 @smallexample
11310 #0 equal (val=val@@entry=5)
11311 #0 different (val=6, val@@entry=5)
11312 #0 lost (val@@entry=5)
11313 #0 born (val=10)
11314 #0 invalid (val=<optimized out>)
11315 @end smallexample
11316
11317 @item default
11318 Always print the actual parameter value. Print also its value from function
11319 entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11320 if both values are known and identical, print the shortened
11321 @code{param=param@@entry=VALUE} notation.
11322 @smallexample
11323 #0 equal (val=val@@entry=5)
11324 #0 different (val=6, val@@entry=5)
11325 #0 lost (val=<optimized out>, val@@entry=5)
11326 #0 born (val=10)
11327 #0 invalid (val=<optimized out>)
11328 @end smallexample
11329 @end table
11330
11331 For analysis messages on possible failures of frame argument values at function
11332 entry resolution see @ref{set debug entry-values}.
11333
11334 @item show print entry-values
11335 Show the method being used for printing of frame argument values at function
11336 entry.
11337
11338 @anchor{set print frame-info}
11339 @item set print frame-info @var{value}
11340 @kindex set print frame-info
11341 @cindex printing frame information
11342 @cindex frame information, printing
11343 This command allows to control the information printed when
11344 the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11345 for a general explanation about frames and frame information.
11346 Note that some other settings (such as @code{set print frame-arguments}
11347 and @code{set print address}) are also influencing if and how some frame
11348 information is displayed. In particular, the frame program counter is never
11349 printed if @code{set print address} is off.
11350
11351 The possible values for @code{set print frame-info} are:
11352 @table @code
11353 @item short-location
11354 Print the frame level, the program counter (if not at the
11355 beginning of the location source line), the function, the function
11356 arguments.
11357 @item location
11358 Same as @code{short-location} but also print the source file and source line
11359 number.
11360 @item location-and-address
11361 Same as @code{location} but print the program counter even if located at the
11362 beginning of the location source line.
11363 @item source-line
11364 Print the program counter (if not at the beginning of the location
11365 source line), the line number and the source line.
11366 @item source-and-location
11367 Print what @code{location} and @code{source-line} are printing.
11368 @item auto
11369 The information printed for a frame is decided automatically
11370 by the @value{GDBN} command that prints a frame.
11371 For example, @code{frame} prints the information printed by
11372 @code{source-and-location} while @code{stepi} will switch between
11373 @code{source-line} and @code{source-and-location} depending on the program
11374 counter.
11375 The default value is @code{auto}.
11376 @end table
11377
11378 @anchor{set print repeats}
11379 @item set print repeats @var{number-of-repeats}
11380 @itemx set print repeats unlimited
11381 @cindex repeated array elements
11382 Set the threshold for suppressing display of repeated array
11383 elements. When the number of consecutive identical elements of an
11384 array exceeds the threshold, @value{GDBN} prints the string
11385 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
11386 identical repetitions, instead of displaying the identical elements
11387 themselves. Setting the threshold to @code{unlimited} or zero will
11388 cause all elements to be individually printed. The default threshold
11389 is 10.
11390
11391 @item show print repeats
11392 Display the current threshold for printing repeated identical
11393 elements.
11394
11395 @anchor{set print max-depth}
11396 @item set print max-depth @var{depth}
11397 @item set print max-depth unlimited
11398 @cindex printing nested structures
11399 Set the threshold after which nested structures are replaced with
11400 ellipsis, this can make visualising deeply nested structures easier.
11401
11402 For example, given this C code
11403
11404 @smallexample
11405 typedef struct s1 @{ int a; @} s1;
11406 typedef struct s2 @{ s1 b; @} s2;
11407 typedef struct s3 @{ s2 c; @} s3;
11408 typedef struct s4 @{ s3 d; @} s4;
11409
11410 s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11411 @end smallexample
11412
11413 The following table shows how different values of @var{depth} will
11414 effect how @code{var} is printed by @value{GDBN}:
11415
11416 @multitable @columnfractions .3 .7
11417 @headitem @var{depth} setting @tab Result of @samp{p var}
11418 @item unlimited
11419 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11420 @item @code{0}
11421 @tab @code{$1 = @{...@}}
11422 @item @code{1}
11423 @tab @code{$1 = @{d = @{...@}@}}
11424 @item @code{2}
11425 @tab @code{$1 = @{d = @{c = @{...@}@}@}}
11426 @item @code{3}
11427 @tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11428 @item @code{4}
11429 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11430 @end multitable
11431
11432 To see the contents of structures that have been hidden the user can
11433 either increase the print max-depth, or they can print the elements of
11434 the structure that are visible, for example
11435
11436 @smallexample
11437 (gdb) set print max-depth 2
11438 (gdb) p var
11439 $1 = @{d = @{c = @{...@}@}@}
11440 (gdb) p var.d
11441 $2 = @{c = @{b = @{...@}@}@}
11442 (gdb) p var.d.c
11443 $3 = @{b = @{a = 3@}@}
11444 @end smallexample
11445
11446 The pattern used to replace nested structures varies based on
11447 language, for most languages @code{@{...@}} is used, but Fortran uses
11448 @code{(...)}.
11449
11450 @item show print max-depth
11451 Display the current threshold after which nested structures are
11452 replaces with ellipsis.
11453
11454 @anchor{set print null-stop}
11455 @item set print null-stop
11456 @cindex @sc{null} elements in arrays
11457 Cause @value{GDBN} to stop printing the characters of an array when the first
11458 @sc{null} is encountered. This is useful when large arrays actually
11459 contain only short strings.
11460 The default is off.
11461
11462 @item show print null-stop
11463 Show whether @value{GDBN} stops printing an array on the first
11464 @sc{null} character.
11465
11466 @anchor{set print pretty}
11467 @item set print pretty on
11468 @cindex print structures in indented form
11469 @cindex indentation in structure display
11470 Cause @value{GDBN} to print structures in an indented format with one member
11471 per line, like this:
11472
11473 @smallexample
11474 @group
11475 $1 = @{
11476 next = 0x0,
11477 flags = @{
11478 sweet = 1,
11479 sour = 1
11480 @},
11481 meat = 0x54 "Pork"
11482 @}
11483 @end group
11484 @end smallexample
11485
11486 @item set print pretty off
11487 Cause @value{GDBN} to print structures in a compact format, like this:
11488
11489 @smallexample
11490 @group
11491 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11492 meat = 0x54 "Pork"@}
11493 @end group
11494 @end smallexample
11495
11496 @noindent
11497 This is the default format.
11498
11499 @item show print pretty
11500 Show which format @value{GDBN} is using to print structures.
11501
11502 @anchor{set print raw-values}
11503 @item set print raw-values on
11504 Print values in raw form, without applying the pretty
11505 printers for the value.
11506
11507 @item set print raw-values off
11508 Print values in pretty-printed form, if there is a pretty-printer
11509 for the value (@pxref{Pretty Printing}),
11510 otherwise print the value in raw form.
11511
11512 The default setting is ``off''.
11513
11514 @item show print raw-values
11515 Show whether to print values in raw form.
11516
11517 @item set print sevenbit-strings on
11518 @cindex eight-bit characters in strings
11519 @cindex octal escapes in strings
11520 Print using only seven-bit characters; if this option is set,
11521 @value{GDBN} displays any eight-bit characters (in strings or
11522 character values) using the notation @code{\}@var{nnn}. This setting is
11523 best if you are working in English (@sc{ascii}) and you use the
11524 high-order bit of characters as a marker or ``meta'' bit.
11525
11526 @item set print sevenbit-strings off
11527 Print full eight-bit characters. This allows the use of more
11528 international character sets, and is the default.
11529
11530 @item show print sevenbit-strings
11531 Show whether or not @value{GDBN} is printing only seven-bit characters.
11532
11533 @anchor{set print union}
11534 @item set print union on
11535 @cindex unions in structures, printing
11536 Tell @value{GDBN} to print unions which are contained in structures
11537 and other unions. This is the default setting.
11538
11539 @item set print union off
11540 Tell @value{GDBN} not to print unions which are contained in
11541 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11542 instead.
11543
11544 @item show print union
11545 Ask @value{GDBN} whether or not it will print unions which are contained in
11546 structures and other unions.
11547
11548 For example, given the declarations
11549
11550 @smallexample
11551 typedef enum @{Tree, Bug@} Species;
11552 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
11553 typedef enum @{Caterpillar, Cocoon, Butterfly@}
11554 Bug_forms;
11555
11556 struct thing @{
11557 Species it;
11558 union @{
11559 Tree_forms tree;
11560 Bug_forms bug;
11561 @} form;
11562 @};
11563
11564 struct thing foo = @{Tree, @{Acorn@}@};
11565 @end smallexample
11566
11567 @noindent
11568 with @code{set print union on} in effect @samp{p foo} would print
11569
11570 @smallexample
11571 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11572 @end smallexample
11573
11574 @noindent
11575 and with @code{set print union off} in effect it would print
11576
11577 @smallexample
11578 $1 = @{it = Tree, form = @{...@}@}
11579 @end smallexample
11580
11581 @noindent
11582 @code{set print union} affects programs written in C-like languages
11583 and in Pascal.
11584 @end table
11585
11586 @need 1000
11587 @noindent
11588 These settings are of interest when debugging C@t{++} programs:
11589
11590 @table @code
11591 @cindex demangling C@t{++} names
11592 @item set print demangle
11593 @itemx set print demangle on
11594 Print C@t{++} names in their source form rather than in the encoded
11595 (``mangled'') form passed to the assembler and linker for type-safe
11596 linkage. The default is on.
11597
11598 @item show print demangle
11599 Show whether C@t{++} names are printed in mangled or demangled form.
11600
11601 @item set print asm-demangle
11602 @itemx set print asm-demangle on
11603 Print C@t{++} names in their source form rather than their mangled form, even
11604 in assembler code printouts such as instruction disassemblies.
11605 The default is off.
11606
11607 @item show print asm-demangle
11608 Show whether C@t{++} names in assembly listings are printed in mangled
11609 or demangled form.
11610
11611 @cindex C@t{++} symbol decoding style
11612 @cindex symbol decoding style, C@t{++}
11613 @kindex set demangle-style
11614 @item set demangle-style @var{style}
11615 Choose among several encoding schemes used by different compilers to represent
11616 C@t{++} names. If you omit @var{style}, you will see a list of possible
11617 formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11618 decoding style by inspecting your program.
11619
11620 @item show demangle-style
11621 Display the encoding style currently in use for decoding C@t{++} symbols.
11622
11623 @anchor{set print object}
11624 @item set print object
11625 @itemx set print object on
11626 @cindex derived type of an object, printing
11627 @cindex display derived types
11628 When displaying a pointer to an object, identify the @emph{actual}
11629 (derived) type of the object rather than the @emph{declared} type, using
11630 the virtual function table. Note that the virtual function table is
11631 required---this feature can only work for objects that have run-time
11632 type identification; a single virtual method in the object's declared
11633 type is sufficient. Note that this setting is also taken into account when
11634 working with variable objects via MI (@pxref{GDB/MI}).
11635
11636 @item set print object off
11637 Display only the declared type of objects, without reference to the
11638 virtual function table. This is the default setting.
11639
11640 @item show print object
11641 Show whether actual, or declared, object types are displayed.
11642
11643 @anchor{set print static-members}
11644 @item set print static-members
11645 @itemx set print static-members on
11646 @cindex static members of C@t{++} objects
11647 Print static members when displaying a C@t{++} object. The default is on.
11648
11649 @item set print static-members off
11650 Do not print static members when displaying a C@t{++} object.
11651
11652 @item show print static-members
11653 Show whether C@t{++} static members are printed or not.
11654
11655 @item set print pascal_static-members
11656 @itemx set print pascal_static-members on
11657 @cindex static members of Pascal objects
11658 @cindex Pascal objects, static members display
11659 Print static members when displaying a Pascal object. The default is on.
11660
11661 @item set print pascal_static-members off
11662 Do not print static members when displaying a Pascal object.
11663
11664 @item show print pascal_static-members
11665 Show whether Pascal static members are printed or not.
11666
11667 @c These don't work with HP ANSI C++ yet.
11668 @anchor{set print vtbl}
11669 @item set print vtbl
11670 @itemx set print vtbl on
11671 @cindex pretty print C@t{++} virtual function tables
11672 @cindex virtual functions (C@t{++}) display
11673 @cindex VTBL display
11674 Pretty print C@t{++} virtual function tables. The default is off.
11675 (The @code{vtbl} commands do not work on programs compiled with the HP
11676 ANSI C@t{++} compiler (@code{aCC}).)
11677
11678 @item set print vtbl off
11679 Do not pretty print C@t{++} virtual function tables.
11680
11681 @item show print vtbl
11682 Show whether C@t{++} virtual function tables are pretty printed, or not.
11683 @end table
11684
11685 @node Pretty Printing
11686 @section Pretty Printing
11687
11688 @value{GDBN} provides a mechanism to allow pretty-printing of values using
11689 Python code. It greatly simplifies the display of complex objects. This
11690 mechanism works for both MI and the CLI.
11691
11692 @menu
11693 * Pretty-Printer Introduction:: Introduction to pretty-printers
11694 * Pretty-Printer Example:: An example pretty-printer
11695 * Pretty-Printer Commands:: Pretty-printer commands
11696 @end menu
11697
11698 @node Pretty-Printer Introduction
11699 @subsection Pretty-Printer Introduction
11700
11701 When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11702 registered for the value. If there is then @value{GDBN} invokes the
11703 pretty-printer to print the value. Otherwise the value is printed normally.
11704
11705 Pretty-printers are normally named. This makes them easy to manage.
11706 The @samp{info pretty-printer} command will list all the installed
11707 pretty-printers with their names.
11708 If a pretty-printer can handle multiple data types, then its
11709 @dfn{subprinters} are the printers for the individual data types.
11710 Each such subprinter has its own name.
11711 The format of the name is @var{printer-name};@var{subprinter-name}.
11712
11713 Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11714 Typically they are automatically loaded and registered when the corresponding
11715 debug information is loaded, thus making them available without having to
11716 do anything special.
11717
11718 There are three places where a pretty-printer can be registered.
11719
11720 @itemize @bullet
11721 @item
11722 Pretty-printers registered globally are available when debugging
11723 all inferiors.
11724
11725 @item
11726 Pretty-printers registered with a program space are available only
11727 when debugging that program.
11728 @xref{Progspaces In Python}, for more details on program spaces in Python.
11729
11730 @item
11731 Pretty-printers registered with an objfile are loaded and unloaded
11732 with the corresponding objfile (e.g., shared library).
11733 @xref{Objfiles In Python}, for more details on objfiles in Python.
11734 @end itemize
11735
11736 @xref{Selecting Pretty-Printers}, for further information on how
11737 pretty-printers are selected,
11738
11739 @xref{Writing a Pretty-Printer}, for implementing pretty printers
11740 for new types.
11741
11742 @node Pretty-Printer Example
11743 @subsection Pretty-Printer Example
11744
11745 Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
11746
11747 @smallexample
11748 (@value{GDBP}) print s
11749 $1 = @{
11750 static npos = 4294967295,
11751 _M_dataplus = @{
11752 <std::allocator<char>> = @{
11753 <__gnu_cxx::new_allocator<char>> = @{
11754 <No data fields>@}, <No data fields>
11755 @},
11756 members of std::basic_string<char, std::char_traits<char>,
11757 std::allocator<char> >::_Alloc_hider:
11758 _M_p = 0x804a014 "abcd"
11759 @}
11760 @}
11761 @end smallexample
11762
11763 With a pretty-printer for @code{std::string} only the contents are printed:
11764
11765 @smallexample
11766 (@value{GDBP}) print s
11767 $2 = "abcd"
11768 @end smallexample
11769
11770 @node Pretty-Printer Commands
11771 @subsection Pretty-Printer Commands
11772 @cindex pretty-printer commands
11773
11774 @table @code
11775 @kindex info pretty-printer
11776 @item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11777 Print the list of installed pretty-printers.
11778 This includes disabled pretty-printers, which are marked as such.
11779
11780 @var{object-regexp} is a regular expression matching the objects
11781 whose pretty-printers to list.
11782 Objects can be @code{global}, the program space's file
11783 (@pxref{Progspaces In Python}),
11784 and the object files within that program space (@pxref{Objfiles In Python}).
11785 @xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11786 looks up a printer from these three objects.
11787
11788 @var{name-regexp} is a regular expression matching the name of the printers
11789 to list.
11790
11791 @kindex disable pretty-printer
11792 @item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11793 Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11794 A disabled pretty-printer is not forgotten, it may be enabled again later.
11795
11796 @kindex enable pretty-printer
11797 @item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11798 Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11799 @end table
11800
11801 Example:
11802
11803 Suppose we have three pretty-printers installed: one from library1.so
11804 named @code{foo} that prints objects of type @code{foo}, and
11805 another from library2.so named @code{bar} that prints two types of objects,
11806 @code{bar1} and @code{bar2}.
11807
11808 @smallexample
11809 (gdb) info pretty-printer
11810 library1.so:
11811 foo
11812 library2.so:
11813 bar
11814 bar1
11815 bar2
11816 (gdb) info pretty-printer library2
11817 library2.so:
11818 bar
11819 bar1
11820 bar2
11821 (gdb) disable pretty-printer library1
11822 1 printer disabled
11823 2 of 3 printers enabled
11824 (gdb) info pretty-printer
11825 library1.so:
11826 foo [disabled]
11827 library2.so:
11828 bar
11829 bar1
11830 bar2
11831 (gdb) disable pretty-printer library2 bar;bar1
11832 1 printer disabled
11833 1 of 3 printers enabled
11834 (gdb) info pretty-printer library2
11835 library1.so:
11836 foo [disabled]
11837 library2.so:
11838 bar
11839 bar1 [disabled]
11840 bar2
11841 (gdb) disable pretty-printer library2 bar
11842 1 printer disabled
11843 0 of 3 printers enabled
11844 (gdb) info pretty-printer library2
11845 library1.so:
11846 foo [disabled]
11847 library2.so:
11848 bar [disabled]
11849 bar1 [disabled]
11850 bar2
11851 @end smallexample
11852
11853 Note that for @code{bar} the entire printer can be disabled,
11854 as can each individual subprinter.
11855
11856 Printing values and frame arguments is done by default using
11857 the enabled pretty printers.
11858
11859 The print option @code{-raw-values} and @value{GDBN} setting
11860 @code{set print raw-values} (@pxref{set print raw-values}) can be
11861 used to print values without applying the enabled pretty printers.
11862
11863 Similarly, the backtrace option @code{-raw-frame-arguments} and
11864 @value{GDBN} setting @code{set print raw-frame-arguments}
11865 (@pxref{set print raw-frame-arguments}) can be used to ignore the
11866 enabled pretty printers when printing frame argument values.
11867
11868 @node Value History
11869 @section Value History
11870
11871 @cindex value history
11872 @cindex history of values printed by @value{GDBN}
11873 Values printed by the @code{print} command are saved in the @value{GDBN}
11874 @dfn{value history}. This allows you to refer to them in other expressions.
11875 Values are kept until the symbol table is re-read or discarded
11876 (for example with the @code{file} or @code{symbol-file} commands).
11877 When the symbol table changes, the value history is discarded,
11878 since the values may contain pointers back to the types defined in the
11879 symbol table.
11880
11881 @cindex @code{$}
11882 @cindex @code{$$}
11883 @cindex history number
11884 The values printed are given @dfn{history numbers} by which you can
11885 refer to them. These are successive integers starting with one.
11886 @code{print} shows you the history number assigned to a value by
11887 printing @samp{$@var{num} = } before the value; here @var{num} is the
11888 history number.
11889
11890 To refer to any previous value, use @samp{$} followed by the value's
11891 history number. The way @code{print} labels its output is designed to
11892 remind you of this. Just @code{$} refers to the most recent value in
11893 the history, and @code{$$} refers to the value before that.
11894 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11895 is the value just prior to @code{$$}, @code{$$1} is equivalent to
11896 @code{$$}, and @code{$$0} is equivalent to @code{$}.
11897
11898 For example, suppose you have just printed a pointer to a structure and
11899 want to see the contents of the structure. It suffices to type
11900
11901 @smallexample
11902 p *$
11903 @end smallexample
11904
11905 If you have a chain of structures where the component @code{next} points
11906 to the next one, you can print the contents of the next one with this:
11907
11908 @smallexample
11909 p *$.next
11910 @end smallexample
11911
11912 @noindent
11913 You can print successive links in the chain by repeating this
11914 command---which you can do by just typing @key{RET}.
11915
11916 Note that the history records values, not expressions. If the value of
11917 @code{x} is 4 and you type these commands:
11918
11919 @smallexample
11920 print x
11921 set x=5
11922 @end smallexample
11923
11924 @noindent
11925 then the value recorded in the value history by the @code{print} command
11926 remains 4 even though the value of @code{x} has changed.
11927
11928 @table @code
11929 @kindex show values
11930 @item show values
11931 Print the last ten values in the value history, with their item numbers.
11932 This is like @samp{p@ $$9} repeated ten times, except that @code{show
11933 values} does not change the history.
11934
11935 @item show values @var{n}
11936 Print ten history values centered on history item number @var{n}.
11937
11938 @item show values +
11939 Print ten history values just after the values last printed. If no more
11940 values are available, @code{show values +} produces no display.
11941 @end table
11942
11943 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11944 same effect as @samp{show values +}.
11945
11946 @node Convenience Vars
11947 @section Convenience Variables
11948
11949 @cindex convenience variables
11950 @cindex user-defined variables
11951 @value{GDBN} provides @dfn{convenience variables} that you can use within
11952 @value{GDBN} to hold on to a value and refer to it later. These variables
11953 exist entirely within @value{GDBN}; they are not part of your program, and
11954 setting a convenience variable has no direct effect on further execution
11955 of your program. That is why you can use them freely.
11956
11957 Convenience variables are prefixed with @samp{$}. Any name preceded by
11958 @samp{$} can be used for a convenience variable, unless it is one of
11959 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
11960 (Value history references, in contrast, are @emph{numbers} preceded
11961 by @samp{$}. @xref{Value History, ,Value History}.)
11962
11963 You can save a value in a convenience variable with an assignment
11964 expression, just as you would set a variable in your program.
11965 For example:
11966
11967 @smallexample
11968 set $foo = *object_ptr
11969 @end smallexample
11970
11971 @noindent
11972 would save in @code{$foo} the value contained in the object pointed to by
11973 @code{object_ptr}.
11974
11975 Using a convenience variable for the first time creates it, but its
11976 value is @code{void} until you assign a new value. You can alter the
11977 value with another assignment at any time.
11978
11979 Convenience variables have no fixed types. You can assign a convenience
11980 variable any type of value, including structures and arrays, even if
11981 that variable already has a value of a different type. The convenience
11982 variable, when used as an expression, has the type of its current value.
11983
11984 @table @code
11985 @kindex show convenience
11986 @cindex show all user variables and functions
11987 @item show convenience
11988 Print a list of convenience variables used so far, and their values,
11989 as well as a list of the convenience functions.
11990 Abbreviated @code{show conv}.
11991
11992 @kindex init-if-undefined
11993 @cindex convenience variables, initializing
11994 @item init-if-undefined $@var{variable} = @var{expression}
11995 Set a convenience variable if it has not already been set. This is useful
11996 for user-defined commands that keep some state. It is similar, in concept,
11997 to using local static variables with initializers in C (except that
11998 convenience variables are global). It can also be used to allow users to
11999 override default values used in a command script.
12000
12001 If the variable is already defined then the expression is not evaluated so
12002 any side-effects do not occur.
12003 @end table
12004
12005 One of the ways to use a convenience variable is as a counter to be
12006 incremented or a pointer to be advanced. For example, to print
12007 a field from successive elements of an array of structures:
12008
12009 @smallexample
12010 set $i = 0
12011 print bar[$i++]->contents
12012 @end smallexample
12013
12014 @noindent
12015 Repeat that command by typing @key{RET}.
12016
12017 Some convenience variables are created automatically by @value{GDBN} and given
12018 values likely to be useful.
12019
12020 @table @code
12021 @vindex $_@r{, convenience variable}
12022 @item $_
12023 The variable @code{$_} is automatically set by the @code{x} command to
12024 the last address examined (@pxref{Memory, ,Examining Memory}). Other
12025 commands which provide a default address for @code{x} to examine also
12026 set @code{$_} to that address; these commands include @code{info line}
12027 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
12028 except when set by the @code{x} command, in which case it is a pointer
12029 to the type of @code{$__}.
12030
12031 @vindex $__@r{, convenience variable}
12032 @item $__
12033 The variable @code{$__} is automatically set by the @code{x} command
12034 to the value found in the last address examined. Its type is chosen
12035 to match the format in which the data was printed.
12036
12037 @item $_exitcode
12038 @vindex $_exitcode@r{, convenience variable}
12039 When the program being debugged terminates normally, @value{GDBN}
12040 automatically sets this variable to the exit code of the program, and
12041 resets @code{$_exitsignal} to @code{void}.
12042
12043 @item $_exitsignal
12044 @vindex $_exitsignal@r{, convenience variable}
12045 When the program being debugged dies due to an uncaught signal,
12046 @value{GDBN} automatically sets this variable to that signal's number,
12047 and resets @code{$_exitcode} to @code{void}.
12048
12049 To distinguish between whether the program being debugged has exited
12050 (i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
12051 @code{$_exitsignal} is not @code{void}), the convenience function
12052 @code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
12053 Functions}). For example, considering the following source code:
12054
12055 @smallexample
12056 #include <signal.h>
12057
12058 int
12059 main (int argc, char *argv[])
12060 @{
12061 raise (SIGALRM);
12062 return 0;
12063 @}
12064 @end smallexample
12065
12066 A valid way of telling whether the program being debugged has exited
12067 or signalled would be:
12068
12069 @smallexample
12070 (@value{GDBP}) define has_exited_or_signalled
12071 Type commands for definition of ``has_exited_or_signalled''.
12072 End with a line saying just ``end''.
12073 >if $_isvoid ($_exitsignal)
12074 >echo The program has exited\n
12075 >else
12076 >echo The program has signalled\n
12077 >end
12078 >end
12079 (@value{GDBP}) run
12080 Starting program:
12081
12082 Program terminated with signal SIGALRM, Alarm clock.
12083 The program no longer exists.
12084 (@value{GDBP}) has_exited_or_signalled
12085 The program has signalled
12086 @end smallexample
12087
12088 As can be seen, @value{GDBN} correctly informs that the program being
12089 debugged has signalled, since it calls @code{raise} and raises a
12090 @code{SIGALRM} signal. If the program being debugged had not called
12091 @code{raise}, then @value{GDBN} would report a normal exit:
12092
12093 @smallexample
12094 (@value{GDBP}) has_exited_or_signalled
12095 The program has exited
12096 @end smallexample
12097
12098 @item $_exception
12099 The variable @code{$_exception} is set to the exception object being
12100 thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
12101
12102 @item $_ada_exception
12103 The variable @code{$_ada_exception} is set to the address of the
12104 exception being caught or thrown at an Ada exception-related
12105 catchpoint. @xref{Set Catchpoints}.
12106
12107 @item $_probe_argc
12108 @itemx $_probe_arg0@dots{}$_probe_arg11
12109 Arguments to a static probe. @xref{Static Probe Points}.
12110
12111 @item $_sdata
12112 @vindex $_sdata@r{, inspect, convenience variable}
12113 The variable @code{$_sdata} contains extra collected static tracepoint
12114 data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
12115 @code{$_sdata} could be empty, if not inspecting a trace buffer, or
12116 if extra static tracepoint data has not been collected.
12117
12118 @item $_siginfo
12119 @vindex $_siginfo@r{, convenience variable}
12120 The variable @code{$_siginfo} contains extra signal information
12121 (@pxref{extra signal information}). Note that @code{$_siginfo}
12122 could be empty, if the application has not yet received any signals.
12123 For example, it will be empty before you execute the @code{run} command.
12124
12125 @item $_tlb
12126 @vindex $_tlb@r{, convenience variable}
12127 The variable @code{$_tlb} is automatically set when debugging
12128 applications running on MS-Windows in native mode or connected to
12129 gdbserver that supports the @code{qGetTIBAddr} request.
12130 @xref{General Query Packets}.
12131 This variable contains the address of the thread information block.
12132
12133 @item $_inferior
12134 The number of the current inferior. @xref{Inferiors Connections and
12135 Programs, ,Debugging Multiple Inferiors Connections and Programs}.
12136
12137 @item $_thread
12138 The thread number of the current thread. @xref{thread numbers}.
12139
12140 @item $_gthread
12141 The global number of the current thread. @xref{global thread numbers}.
12142
12143 @item $_gdb_major
12144 @itemx $_gdb_minor
12145 @vindex $_gdb_major@r{, convenience variable}
12146 @vindex $_gdb_minor@r{, convenience variable}
12147 The major and minor version numbers of the running @value{GDBN}.
12148 Development snapshots and pretest versions have their minor version
12149 incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
12150 the value 12 for @code{$_gdb_minor}. These variables allow you to
12151 write scripts that work with different versions of @value{GDBN}
12152 without errors caused by features unavailable in some of those
12153 versions.
12154
12155 @item $_shell_exitcode
12156 @itemx $_shell_exitsignal
12157 @vindex $_shell_exitcode@r{, convenience variable}
12158 @vindex $_shell_exitsignal@r{, convenience variable}
12159 @cindex shell command, exit code
12160 @cindex shell command, exit signal
12161 @cindex exit status of shell commands
12162 @value{GDBN} commands such as @code{shell} and @code{|} are launching
12163 shell commands. When a launched command terminates, @value{GDBN}
12164 automatically maintains the variables @code{$_shell_exitcode}
12165 and @code{$_shell_exitsignal} according to the exit status of the last
12166 launched command. These variables are set and used similarly to
12167 the variables @code{$_exitcode} and @code{$_exitsignal}.
12168
12169 @end table
12170
12171 @node Convenience Funs
12172 @section Convenience Functions
12173
12174 @cindex convenience functions
12175 @value{GDBN} also supplies some @dfn{convenience functions}. These
12176 have a syntax similar to convenience variables. A convenience
12177 function can be used in an expression just like an ordinary function;
12178 however, a convenience function is implemented internally to
12179 @value{GDBN}.
12180
12181 These functions do not require @value{GDBN} to be configured with
12182 @code{Python} support, which means that they are always available.
12183
12184 @table @code
12185
12186 @item $_isvoid (@var{expr})
12187 @findex $_isvoid@r{, convenience function}
12188 Return one if the expression @var{expr} is @code{void}. Otherwise it
12189 returns zero.
12190
12191 A @code{void} expression is an expression where the type of the result
12192 is @code{void}. For example, you can examine a convenience variable
12193 (see @ref{Convenience Vars,, Convenience Variables}) to check whether
12194 it is @code{void}:
12195
12196 @smallexample
12197 (@value{GDBP}) print $_exitcode
12198 $1 = void
12199 (@value{GDBP}) print $_isvoid ($_exitcode)
12200 $2 = 1
12201 (@value{GDBP}) run
12202 Starting program: ./a.out
12203 [Inferior 1 (process 29572) exited normally]
12204 (@value{GDBP}) print $_exitcode
12205 $3 = 0
12206 (@value{GDBP}) print $_isvoid ($_exitcode)
12207 $4 = 0
12208 @end smallexample
12209
12210 In the example above, we used @code{$_isvoid} to check whether
12211 @code{$_exitcode} is @code{void} before and after the execution of the
12212 program being debugged. Before the execution there is no exit code to
12213 be examined, therefore @code{$_exitcode} is @code{void}. After the
12214 execution the program being debugged returned zero, therefore
12215 @code{$_exitcode} is zero, which means that it is not @code{void}
12216 anymore.
12217
12218 The @code{void} expression can also be a call of a function from the
12219 program being debugged. For example, given the following function:
12220
12221 @smallexample
12222 void
12223 foo (void)
12224 @{
12225 @}
12226 @end smallexample
12227
12228 The result of calling it inside @value{GDBN} is @code{void}:
12229
12230 @smallexample
12231 (@value{GDBP}) print foo ()
12232 $1 = void
12233 (@value{GDBP}) print $_isvoid (foo ())
12234 $2 = 1
12235 (@value{GDBP}) set $v = foo ()
12236 (@value{GDBP}) print $v
12237 $3 = void
12238 (@value{GDBP}) print $_isvoid ($v)
12239 $4 = 1
12240 @end smallexample
12241
12242 @item $_gdb_setting_str (@var{setting})
12243 @findex $_gdb_setting_str@r{, convenience function}
12244 Return the value of the @value{GDBN} @var{setting} as a string.
12245 @var{setting} is any setting that can be used in a @code{set} or
12246 @code{show} command (@pxref{Controlling GDB}).
12247
12248 @smallexample
12249 (@value{GDBP}) show print frame-arguments
12250 Printing of non-scalar frame arguments is "scalars".
12251 (@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12252 $1 = "scalars"
12253 (@value{GDBP}) p $_gdb_setting_str("height")
12254 $2 = "30"
12255 (@value{GDBP})
12256 @end smallexample
12257
12258 @item $_gdb_setting (@var{setting})
12259 @findex $_gdb_setting@r{, convenience function}
12260 Return the value of the @value{GDBN} @var{setting}.
12261 The type of the returned value depends on the setting.
12262
12263 The value type for boolean and auto boolean settings is @code{int}.
12264 The boolean values @code{off} and @code{on} are converted to
12265 the integer values @code{0} and @code{1}. The value @code{auto} is
12266 converted to the value @code{-1}.
12267
12268 The value type for integer settings is either @code{unsigned int}
12269 or @code{int}, depending on the setting.
12270
12271 Some integer settings accept an @code{unlimited} value.
12272 Depending on the setting, the @code{set} command also accepts
12273 the value @code{0} or the value @code{@minus{}1} as a synonym for
12274 @code{unlimited}.
12275 For example, @code{set height unlimited} is equivalent to
12276 @code{set height 0}.
12277
12278 Some other settings that accept the @code{unlimited} value
12279 use the value @code{0} to literally mean zero.
12280 For example, @code{set history size 0} indicates to not
12281 record any @value{GDBN} commands in the command history.
12282 For such settings, @code{@minus{}1} is the synonym
12283 for @code{unlimited}.
12284
12285 See the documentation of the corresponding @code{set} command for
12286 the numerical value equivalent to @code{unlimited}.
12287
12288 The @code{$_gdb_setting} function converts the unlimited value
12289 to a @code{0} or a @code{@minus{}1} value according to what the
12290 @code{set} command uses.
12291
12292 @smallexample
12293 @group
12294 (@value{GDBP}) p $_gdb_setting_str("height")
12295 $1 = "30"
12296 (@value{GDBP}) p $_gdb_setting("height")
12297 $2 = 30
12298 (@value{GDBP}) set height unlimited
12299 (@value{GDBP}) p $_gdb_setting_str("height")
12300 $3 = "unlimited"
12301 (@value{GDBP}) p $_gdb_setting("height")
12302 $4 = 0
12303 @end group
12304 @group
12305 (@value{GDBP}) p $_gdb_setting_str("history size")
12306 $5 = "unlimited"
12307 (@value{GDBP}) p $_gdb_setting("history size")
12308 $6 = -1
12309 (@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12310 $7 = "auto"
12311 (@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12312 $8 = -1
12313 (@value{GDBP})
12314 @end group
12315 @end smallexample
12316
12317 Other setting types (enum, filename, optional filename, string, string noescape)
12318 are returned as string values.
12319
12320
12321 @item $_gdb_maint_setting_str (@var{setting})
12322 @findex $_gdb_maint_setting_str@r{, convenience function}
12323 Like the @code{$_gdb_setting_str} function, but works with
12324 @code{maintenance set} variables.
12325
12326 @item $_gdb_maint_setting (@var{setting})
12327 @findex $_gdb_maint_setting@r{, convenience function}
12328 Like the @code{$_gdb_setting} function, but works with
12329 @code{maintenance set} variables.
12330
12331 @end table
12332
12333 The following functions require @value{GDBN} to be configured with
12334 @code{Python} support.
12335
12336 @table @code
12337
12338 @item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12339 @findex $_memeq@r{, convenience function}
12340 Returns one if the @var{length} bytes at the addresses given by
12341 @var{buf1} and @var{buf2} are equal.
12342 Otherwise it returns zero.
12343
12344 @item $_regex(@var{str}, @var{regex})
12345 @findex $_regex@r{, convenience function}
12346 Returns one if the string @var{str} matches the regular expression
12347 @var{regex}. Otherwise it returns zero.
12348 The syntax of the regular expression is that specified by @code{Python}'s
12349 regular expression support.
12350
12351 @item $_streq(@var{str1}, @var{str2})
12352 @findex $_streq@r{, convenience function}
12353 Returns one if the strings @var{str1} and @var{str2} are equal.
12354 Otherwise it returns zero.
12355
12356 @item $_strlen(@var{str})
12357 @findex $_strlen@r{, convenience function}
12358 Returns the length of string @var{str}.
12359
12360 @item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12361 @findex $_caller_is@r{, convenience function}
12362 Returns one if the calling function's name is equal to @var{name}.
12363 Otherwise it returns zero.
12364
12365 If the optional argument @var{number_of_frames} is provided,
12366 it is the number of frames up in the stack to look.
12367 The default is 1.
12368
12369 Example:
12370
12371 @smallexample
12372 (gdb) backtrace
12373 #0 bottom_func ()
12374 at testsuite/gdb.python/py-caller-is.c:21
12375 #1 0x00000000004005a0 in middle_func ()
12376 at testsuite/gdb.python/py-caller-is.c:27
12377 #2 0x00000000004005ab in top_func ()
12378 at testsuite/gdb.python/py-caller-is.c:33
12379 #3 0x00000000004005b6 in main ()
12380 at testsuite/gdb.python/py-caller-is.c:39
12381 (gdb) print $_caller_is ("middle_func")
12382 $1 = 1
12383 (gdb) print $_caller_is ("top_func", 2)
12384 $1 = 1
12385 @end smallexample
12386
12387 @item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12388 @findex $_caller_matches@r{, convenience function}
12389 Returns one if the calling function's name matches the regular expression
12390 @var{regexp}. Otherwise it returns zero.
12391
12392 If the optional argument @var{number_of_frames} is provided,
12393 it is the number of frames up in the stack to look.
12394 The default is 1.
12395
12396 @item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12397 @findex $_any_caller_is@r{, convenience function}
12398 Returns one if any calling function's name is equal to @var{name}.
12399 Otherwise it returns zero.
12400
12401 If the optional argument @var{number_of_frames} is provided,
12402 it is the number of frames up in the stack to look.
12403 The default is 1.
12404
12405 This function differs from @code{$_caller_is} in that this function
12406 checks all stack frames from the immediate caller to the frame specified
12407 by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12408 frame specified by @var{number_of_frames}.
12409
12410 @item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12411 @findex $_any_caller_matches@r{, convenience function}
12412 Returns one if any calling function's name matches the regular expression
12413 @var{regexp}. Otherwise it returns zero.
12414
12415 If the optional argument @var{number_of_frames} is provided,
12416 it is the number of frames up in the stack to look.
12417 The default is 1.
12418
12419 This function differs from @code{$_caller_matches} in that this function
12420 checks all stack frames from the immediate caller to the frame specified
12421 by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12422 frame specified by @var{number_of_frames}.
12423
12424 @item $_as_string(@var{value})
12425 @findex $_as_string@r{, convenience function}
12426 Return the string representation of @var{value}.
12427
12428 This function is useful to obtain the textual label (enumerator) of an
12429 enumeration value. For example, assuming the variable @var{node} is of
12430 an enumerated type:
12431
12432 @smallexample
12433 (gdb) printf "Visiting node of type %s\n", $_as_string(node)
12434 Visiting node of type NODE_INTEGER
12435 @end smallexample
12436
12437 @item $_cimag(@var{value})
12438 @itemx $_creal(@var{value})
12439 @findex $_cimag@r{, convenience function}
12440 @findex $_creal@r{, convenience function}
12441 Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12442 the complex number @var{value}.
12443
12444 The type of the imaginary or real part depends on the type of the
12445 complex number, e.g., using @code{$_cimag} on a @code{float complex}
12446 will return an imaginary part of type @code{float}.
12447
12448 @end table
12449
12450 @value{GDBN} provides the ability to list and get help on
12451 convenience functions.
12452
12453 @table @code
12454 @item help function
12455 @kindex help function
12456 @cindex show all convenience functions
12457 Print a list of all convenience functions.
12458 @end table
12459
12460 @node Registers
12461 @section Registers
12462
12463 @cindex registers
12464 You can refer to machine register contents, in expressions, as variables
12465 with names starting with @samp{$}. The names of registers are different
12466 for each machine; use @code{info registers} to see the names used on
12467 your machine.
12468
12469 @table @code
12470 @kindex info registers
12471 @item info registers
12472 Print the names and values of all registers except floating-point
12473 and vector registers (in the selected stack frame).
12474
12475 @kindex info all-registers
12476 @cindex floating point registers
12477 @item info all-registers
12478 Print the names and values of all registers, including floating-point
12479 and vector registers (in the selected stack frame).
12480
12481 @anchor{info_registers_reggroup}
12482 @item info registers @var{reggroup} @dots{}
12483 Print the name and value of the registers in each of the specified
12484 @var{reggroup}s. The @var{reggroup} can be any of those returned by
12485 @code{maint print reggroups} (@pxref{Maintenance Commands}).
12486
12487 @item info registers @var{regname} @dots{}
12488 Print the @dfn{relativized} value of each specified register @var{regname}.
12489 As discussed in detail below, register values are normally relative to
12490 the selected stack frame. The @var{regname} may be any register name valid on
12491 the machine you are using, with or without the initial @samp{$}.
12492 @end table
12493
12494 @anchor{standard registers}
12495 @cindex stack pointer register
12496 @cindex program counter register
12497 @cindex process status register
12498 @cindex frame pointer register
12499 @cindex standard registers
12500 @value{GDBN} has four ``standard'' register names that are available (in
12501 expressions) on most machines---whenever they do not conflict with an
12502 architecture's canonical mnemonics for registers. The register names
12503 @code{$pc} and @code{$sp} are used for the program counter register and
12504 the stack pointer. @code{$fp} is used for a register that contains a
12505 pointer to the current stack frame, and @code{$ps} is used for a
12506 register that contains the processor status. For example,
12507 you could print the program counter in hex with
12508
12509 @smallexample
12510 p/x $pc
12511 @end smallexample
12512
12513 @noindent
12514 or print the instruction to be executed next with
12515
12516 @smallexample
12517 x/i $pc
12518 @end smallexample
12519
12520 @noindent
12521 or add four to the stack pointer@footnote{This is a way of removing
12522 one word from the stack, on machines where stacks grow downward in
12523 memory (most machines, nowadays). This assumes that the innermost
12524 stack frame is selected; setting @code{$sp} is not allowed when other
12525 stack frames are selected. To pop entire frames off the stack,
12526 regardless of machine architecture, use @code{return};
12527 see @ref{Returning, ,Returning from a Function}.} with
12528
12529 @smallexample
12530 set $sp += 4
12531 @end smallexample
12532
12533 Whenever possible, these four standard register names are available on
12534 your machine even though the machine has different canonical mnemonics,
12535 so long as there is no conflict. The @code{info registers} command
12536 shows the canonical names. For example, on the SPARC, @code{info
12537 registers} displays the processor status register as @code{$psr} but you
12538 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12539 is an alias for the @sc{eflags} register.
12540
12541 @value{GDBN} always considers the contents of an ordinary register as an
12542 integer when the register is examined in this way. Some machines have
12543 special registers which can hold nothing but floating point; these
12544 registers are considered to have floating point values. There is no way
12545 to refer to the contents of an ordinary register as floating point value
12546 (although you can @emph{print} it as a floating point value with
12547 @samp{print/f $@var{regname}}).
12548
12549 Some registers have distinct ``raw'' and ``virtual'' data formats. This
12550 means that the data format in which the register contents are saved by
12551 the operating system is not the same one that your program normally
12552 sees. For example, the registers of the 68881 floating point
12553 coprocessor are always saved in ``extended'' (raw) format, but all C
12554 programs expect to work with ``double'' (virtual) format. In such
12555 cases, @value{GDBN} normally works with the virtual format only (the format
12556 that makes sense for your program), but the @code{info registers} command
12557 prints the data in both formats.
12558
12559 @cindex SSE registers (x86)
12560 @cindex MMX registers (x86)
12561 Some machines have special registers whose contents can be interpreted
12562 in several different ways. For example, modern x86-based machines
12563 have SSE and MMX registers that can hold several values packed
12564 together in several different formats. @value{GDBN} refers to such
12565 registers in @code{struct} notation:
12566
12567 @smallexample
12568 (@value{GDBP}) print $xmm1
12569 $1 = @{
12570 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12571 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12572 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12573 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12574 v4_int32 = @{0, 20657912, 11, 13@},
12575 v2_int64 = @{88725056443645952, 55834574859@},
12576 uint128 = 0x0000000d0000000b013b36f800000000
12577 @}
12578 @end smallexample
12579
12580 @noindent
12581 To set values of such registers, you need to tell @value{GDBN} which
12582 view of the register you wish to change, as if you were assigning
12583 value to a @code{struct} member:
12584
12585 @smallexample
12586 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12587 @end smallexample
12588
12589 Normally, register values are relative to the selected stack frame
12590 (@pxref{Selection, ,Selecting a Frame}). This means that you get the
12591 value that the register would contain if all stack frames farther in
12592 were exited and their saved registers restored. In order to see the
12593 true contents of hardware registers, you must select the innermost
12594 frame (with @samp{frame 0}).
12595
12596 @cindex caller-saved registers
12597 @cindex call-clobbered registers
12598 @cindex volatile registers
12599 @cindex <not saved> values
12600 Usually ABIs reserve some registers as not needed to be saved by the
12601 callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12602 registers). It may therefore not be possible for @value{GDBN} to know
12603 the value a register had before the call (in other words, in the outer
12604 frame), if the register value has since been changed by the callee.
12605 @value{GDBN} tries to deduce where the inner frame saved
12606 (``callee-saved'') registers, from the debug info, unwind info, or the
12607 machine code generated by your compiler. If some register is not
12608 saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12609 its own knowledge of the ABI, or because the debug/unwind info
12610 explicitly says the register's value is undefined), @value{GDBN}
12611 displays @w{@samp{<not saved>}} as the register's value. With targets
12612 that @value{GDBN} has no knowledge of the register saving convention,
12613 if a register was not saved by the callee, then its value and location
12614 in the outer frame are assumed to be the same of the inner frame.
12615 This is usually harmless, because if the register is call-clobbered,
12616 the caller either does not care what is in the register after the
12617 call, or has code to restore the value that it does care about. Note,
12618 however, that if you change such a register in the outer frame, you
12619 may also be affecting the inner frame. Also, the more ``outer'' the
12620 frame is you're looking at, the more likely a call-clobbered
12621 register's value is to be wrong, in the sense that it doesn't actually
12622 represent the value the register had just before the call.
12623
12624 @node Floating Point Hardware
12625 @section Floating Point Hardware
12626 @cindex floating point
12627
12628 Depending on the configuration, @value{GDBN} may be able to give
12629 you more information about the status of the floating point hardware.
12630
12631 @table @code
12632 @kindex info float
12633 @item info float
12634 Display hardware-dependent information about the floating
12635 point unit. The exact contents and layout vary depending on the
12636 floating point chip. Currently, @samp{info float} is supported on
12637 the ARM and x86 machines.
12638 @end table
12639
12640 @node Vector Unit
12641 @section Vector Unit
12642 @cindex vector unit
12643
12644 Depending on the configuration, @value{GDBN} may be able to give you
12645 more information about the status of the vector unit.
12646
12647 @table @code
12648 @kindex info vector
12649 @item info vector
12650 Display information about the vector unit. The exact contents and
12651 layout vary depending on the hardware.
12652 @end table
12653
12654 @node OS Information
12655 @section Operating System Auxiliary Information
12656 @cindex OS information
12657
12658 @value{GDBN} provides interfaces to useful OS facilities that can help
12659 you debug your program.
12660
12661 @cindex auxiliary vector
12662 @cindex vector, auxiliary
12663 Some operating systems supply an @dfn{auxiliary vector} to programs at
12664 startup. This is akin to the arguments and environment that you
12665 specify for a program, but contains a system-dependent variety of
12666 binary values that tell system libraries important details about the
12667 hardware, operating system, and process. Each value's purpose is
12668 identified by an integer tag; the meanings are well-known but system-specific.
12669 Depending on the configuration and operating system facilities,
12670 @value{GDBN} may be able to show you this information. For remote
12671 targets, this functionality may further depend on the remote stub's
12672 support of the @samp{qXfer:auxv:read} packet, see
12673 @ref{qXfer auxiliary vector read}.
12674
12675 @table @code
12676 @kindex info auxv
12677 @item info auxv
12678 Display the auxiliary vector of the inferior, which can be either a
12679 live process or a core dump file. @value{GDBN} prints each tag value
12680 numerically, and also shows names and text descriptions for recognized
12681 tags. Some values in the vector are numbers, some bit masks, and some
12682 pointers to strings or other data. @value{GDBN} displays each value in the
12683 most appropriate form for a recognized tag, and in hexadecimal for
12684 an unrecognized tag.
12685 @end table
12686
12687 On some targets, @value{GDBN} can access operating system-specific
12688 information and show it to you. The types of information available
12689 will differ depending on the type of operating system running on the
12690 target. The mechanism used to fetch the data is described in
12691 @ref{Operating System Information}. For remote targets, this
12692 functionality depends on the remote stub's support of the
12693 @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12694
12695 @table @code
12696 @kindex info os
12697 @item info os @var{infotype}
12698
12699 Display OS information of the requested type.
12700
12701 On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12702
12703 @anchor{linux info os infotypes}
12704 @table @code
12705 @kindex info os cpus
12706 @item cpus
12707 Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12708 the available fields from /proc/cpuinfo. For each supported architecture
12709 different fields are available. Two common entries are processor which gives
12710 CPU number and bogomips; a system constant that is calculated during
12711 kernel initialization.
12712
12713 @kindex info os files
12714 @item files
12715 Display the list of open file descriptors on the target. For each
12716 file descriptor, @value{GDBN} prints the identifier of the process
12717 owning the descriptor, the command of the owning process, the value
12718 of the descriptor, and the target of the descriptor.
12719
12720 @kindex info os modules
12721 @item modules
12722 Display the list of all loaded kernel modules on the target. For each
12723 module, @value{GDBN} prints the module name, the size of the module in
12724 bytes, the number of times the module is used, the dependencies of the
12725 module, the status of the module, and the address of the loaded module
12726 in memory.
12727
12728 @kindex info os msg
12729 @item msg
12730 Display the list of all System V message queues on the target. For each
12731 message queue, @value{GDBN} prints the message queue key, the message
12732 queue identifier, the access permissions, the current number of bytes
12733 on the queue, the current number of messages on the queue, the processes
12734 that last sent and received a message on the queue, the user and group
12735 of the owner and creator of the message queue, the times at which a
12736 message was last sent and received on the queue, and the time at which
12737 the message queue was last changed.
12738
12739 @kindex info os processes
12740 @item processes
12741 Display the list of processes on the target. For each process,
12742 @value{GDBN} prints the process identifier, the name of the user, the
12743 command corresponding to the process, and the list of processor cores
12744 that the process is currently running on. (To understand what these
12745 properties mean, for this and the following info types, please consult
12746 the general @sc{gnu}/Linux documentation.)
12747
12748 @kindex info os procgroups
12749 @item procgroups
12750 Display the list of process groups on the target. For each process,
12751 @value{GDBN} prints the identifier of the process group that it belongs
12752 to, the command corresponding to the process group leader, the process
12753 identifier, and the command line of the process. The list is sorted
12754 first by the process group identifier, then by the process identifier,
12755 so that processes belonging to the same process group are grouped together
12756 and the process group leader is listed first.
12757
12758 @kindex info os semaphores
12759 @item semaphores
12760 Display the list of all System V semaphore sets on the target. For each
12761 semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12762 set identifier, the access permissions, the number of semaphores in the
12763 set, the user and group of the owner and creator of the semaphore set,
12764 and the times at which the semaphore set was operated upon and changed.
12765
12766 @kindex info os shm
12767 @item shm
12768 Display the list of all System V shared-memory regions on the target.
12769 For each shared-memory region, @value{GDBN} prints the region key,
12770 the shared-memory identifier, the access permissions, the size of the
12771 region, the process that created the region, the process that last
12772 attached to or detached from the region, the current number of live
12773 attaches to the region, and the times at which the region was last
12774 attached to, detach from, and changed.
12775
12776 @kindex info os sockets
12777 @item sockets
12778 Display the list of Internet-domain sockets on the target. For each
12779 socket, @value{GDBN} prints the address and port of the local and
12780 remote endpoints, the current state of the connection, the creator of
12781 the socket, the IP address family of the socket, and the type of the
12782 connection.
12783
12784 @kindex info os threads
12785 @item threads
12786 Display the list of threads running on the target. For each thread,
12787 @value{GDBN} prints the identifier of the process that the thread
12788 belongs to, the command of the process, the thread identifier, and the
12789 processor core that it is currently running on. The main thread of a
12790 process is not listed.
12791 @end table
12792
12793 @item info os
12794 If @var{infotype} is omitted, then list the possible values for
12795 @var{infotype} and the kind of OS information available for each
12796 @var{infotype}. If the target does not return a list of possible
12797 types, this command will report an error.
12798 @end table
12799
12800 @node Memory Region Attributes
12801 @section Memory Region Attributes
12802 @cindex memory region attributes
12803
12804 @dfn{Memory region attributes} allow you to describe special handling
12805 required by regions of your target's memory. @value{GDBN} uses
12806 attributes to determine whether to allow certain types of memory
12807 accesses; whether to use specific width accesses; and whether to cache
12808 target memory. By default the description of memory regions is
12809 fetched from the target (if the current target supports this), but the
12810 user can override the fetched regions.
12811
12812 Defined memory regions can be individually enabled and disabled. When a
12813 memory region is disabled, @value{GDBN} uses the default attributes when
12814 accessing memory in that region. Similarly, if no memory regions have
12815 been defined, @value{GDBN} uses the default attributes when accessing
12816 all memory.
12817
12818 When a memory region is defined, it is given a number to identify it;
12819 to enable, disable, or remove a memory region, you specify that number.
12820
12821 @table @code
12822 @kindex mem
12823 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
12824 Define a memory region bounded by @var{lower} and @var{upper} with
12825 attributes @var{attributes}@dots{}, and add it to the list of regions
12826 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
12827 case: it is treated as the target's maximum memory address.
12828 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
12829
12830 @item mem auto
12831 Discard any user changes to the memory regions and use target-supplied
12832 regions, if available, or no regions if the target does not support.
12833
12834 @kindex delete mem
12835 @item delete mem @var{nums}@dots{}
12836 Remove memory regions @var{nums}@dots{} from the list of regions
12837 monitored by @value{GDBN}.
12838
12839 @kindex disable mem
12840 @item disable mem @var{nums}@dots{}
12841 Disable monitoring of memory regions @var{nums}@dots{}.
12842 A disabled memory region is not forgotten.
12843 It may be enabled again later.
12844
12845 @kindex enable mem
12846 @item enable mem @var{nums}@dots{}
12847 Enable monitoring of memory regions @var{nums}@dots{}.
12848
12849 @kindex info mem
12850 @item info mem
12851 Print a table of all defined memory regions, with the following columns
12852 for each region:
12853
12854 @table @emph
12855 @item Memory Region Number
12856 @item Enabled or Disabled.
12857 Enabled memory regions are marked with @samp{y}.
12858 Disabled memory regions are marked with @samp{n}.
12859
12860 @item Lo Address
12861 The address defining the inclusive lower bound of the memory region.
12862
12863 @item Hi Address
12864 The address defining the exclusive upper bound of the memory region.
12865
12866 @item Attributes
12867 The list of attributes set for this memory region.
12868 @end table
12869 @end table
12870
12871
12872 @subsection Attributes
12873
12874 @subsubsection Memory Access Mode
12875 The access mode attributes set whether @value{GDBN} may make read or
12876 write accesses to a memory region.
12877
12878 While these attributes prevent @value{GDBN} from performing invalid
12879 memory accesses, they do nothing to prevent the target system, I/O DMA,
12880 etc.@: from accessing memory.
12881
12882 @table @code
12883 @item ro
12884 Memory is read only.
12885 @item wo
12886 Memory is write only.
12887 @item rw
12888 Memory is read/write. This is the default.
12889 @end table
12890
12891 @subsubsection Memory Access Size
12892 The access size attribute tells @value{GDBN} to use specific sized
12893 accesses in the memory region. Often memory mapped device registers
12894 require specific sized accesses. If no access size attribute is
12895 specified, @value{GDBN} may use accesses of any size.
12896
12897 @table @code
12898 @item 8
12899 Use 8 bit memory accesses.
12900 @item 16
12901 Use 16 bit memory accesses.
12902 @item 32
12903 Use 32 bit memory accesses.
12904 @item 64
12905 Use 64 bit memory accesses.
12906 @end table
12907
12908 @c @subsubsection Hardware/Software Breakpoints
12909 @c The hardware/software breakpoint attributes set whether @value{GDBN}
12910 @c will use hardware or software breakpoints for the internal breakpoints
12911 @c used by the step, next, finish, until, etc. commands.
12912 @c
12913 @c @table @code
12914 @c @item hwbreak
12915 @c Always use hardware breakpoints
12916 @c @item swbreak (default)
12917 @c @end table
12918
12919 @subsubsection Data Cache
12920 The data cache attributes set whether @value{GDBN} will cache target
12921 memory. While this generally improves performance by reducing debug
12922 protocol overhead, it can lead to incorrect results because @value{GDBN}
12923 does not know about volatile variables or memory mapped device
12924 registers.
12925
12926 @table @code
12927 @item cache
12928 Enable @value{GDBN} to cache target memory.
12929 @item nocache
12930 Disable @value{GDBN} from caching target memory. This is the default.
12931 @end table
12932
12933 @subsection Memory Access Checking
12934 @value{GDBN} can be instructed to refuse accesses to memory that is
12935 not explicitly described. This can be useful if accessing such
12936 regions has undesired effects for a specific target, or to provide
12937 better error checking. The following commands control this behaviour.
12938
12939 @table @code
12940 @kindex set mem inaccessible-by-default
12941 @item set mem inaccessible-by-default [on|off]
12942 If @code{on} is specified, make @value{GDBN} treat memory not
12943 explicitly described by the memory ranges as non-existent and refuse accesses
12944 to such memory. The checks are only performed if there's at least one
12945 memory range defined. If @code{off} is specified, make @value{GDBN}
12946 treat the memory not explicitly described by the memory ranges as RAM.
12947 The default value is @code{on}.
12948 @kindex show mem inaccessible-by-default
12949 @item show mem inaccessible-by-default
12950 Show the current handling of accesses to unknown memory.
12951 @end table
12952
12953
12954 @c @subsubsection Memory Write Verification
12955 @c The memory write verification attributes set whether @value{GDBN}
12956 @c will re-reads data after each write to verify the write was successful.
12957 @c
12958 @c @table @code
12959 @c @item verify
12960 @c @item noverify (default)
12961 @c @end table
12962
12963 @node Dump/Restore Files
12964 @section Copy Between Memory and a File
12965 @cindex dump/restore files
12966 @cindex append data to a file
12967 @cindex dump data to a file
12968 @cindex restore data from a file
12969
12970 You can use the commands @code{dump}, @code{append}, and
12971 @code{restore} to copy data between target memory and a file. The
12972 @code{dump} and @code{append} commands write data to a file, and the
12973 @code{restore} command reads data from a file back into the inferior's
12974 memory. Files may be in binary, Motorola S-record, Intel hex,
12975 Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12976 append to binary files, and cannot read from Verilog Hex files.
12977
12978 @table @code
12979
12980 @kindex dump
12981 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12982 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12983 Dump the contents of memory from @var{start_addr} to @var{end_addr},
12984 or the value of @var{expr}, to @var{filename} in the given format.
12985
12986 The @var{format} parameter may be any one of:
12987 @table @code
12988 @item binary
12989 Raw binary form.
12990 @item ihex
12991 Intel hex format.
12992 @item srec
12993 Motorola S-record format.
12994 @item tekhex
12995 Tektronix Hex format.
12996 @item verilog
12997 Verilog Hex format.
12998 @end table
12999
13000 @value{GDBN} uses the same definitions of these formats as the
13001 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
13002 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
13003 form.
13004
13005 @kindex append
13006 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13007 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
13008 Append the contents of memory from @var{start_addr} to @var{end_addr},
13009 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
13010 (@value{GDBN} can only append data to files in raw binary form.)
13011
13012 @kindex restore
13013 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
13014 Restore the contents of file @var{filename} into memory. The
13015 @code{restore} command can automatically recognize any known @sc{bfd}
13016 file format, except for raw binary. To restore a raw binary file you
13017 must specify the optional keyword @code{binary} after the filename.
13018
13019 If @var{bias} is non-zero, its value will be added to the addresses
13020 contained in the file. Binary files always start at address zero, so
13021 they will be restored at address @var{bias}. Other bfd files have
13022 a built-in location; they will be restored at offset @var{bias}
13023 from that location.
13024
13025 If @var{start} and/or @var{end} are non-zero, then only data between
13026 file offset @var{start} and file offset @var{end} will be restored.
13027 These offsets are relative to the addresses in the file, before
13028 the @var{bias} argument is applied.
13029
13030 @end table
13031
13032 @node Core File Generation
13033 @section How to Produce a Core File from Your Program
13034 @cindex dump core from inferior
13035
13036 A @dfn{core file} or @dfn{core dump} is a file that records the memory
13037 image of a running process and its process status (register values
13038 etc.). Its primary use is post-mortem debugging of a program that
13039 crashed while it ran outside a debugger. A program that crashes
13040 automatically produces a core file, unless this feature is disabled by
13041 the user. @xref{Files}, for information on invoking @value{GDBN} in
13042 the post-mortem debugging mode.
13043
13044 Occasionally, you may wish to produce a core file of the program you
13045 are debugging in order to preserve a snapshot of its state.
13046 @value{GDBN} has a special command for that.
13047
13048 @table @code
13049 @kindex gcore
13050 @kindex generate-core-file
13051 @item generate-core-file [@var{file}]
13052 @itemx gcore [@var{file}]
13053 Produce a core dump of the inferior process. The optional argument
13054 @var{file} specifies the file name where to put the core dump. If not
13055 specified, the file name defaults to @file{core.@var{pid}}, where
13056 @var{pid} is the inferior process ID.
13057
13058 Note that this command is implemented only for some systems (as of
13059 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
13060
13061 On @sc{gnu}/Linux, this command can take into account the value of the
13062 file @file{/proc/@var{pid}/coredump_filter} when generating the core
13063 dump (@pxref{set use-coredump-filter}), and by default honors the
13064 @code{VM_DONTDUMP} flag for mappings where it is present in the file
13065 @file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
13066
13067 @kindex set use-coredump-filter
13068 @anchor{set use-coredump-filter}
13069 @item set use-coredump-filter on
13070 @itemx set use-coredump-filter off
13071 Enable or disable the use of the file
13072 @file{/proc/@var{pid}/coredump_filter} when generating core dump
13073 files. This file is used by the Linux kernel to decide what types of
13074 memory mappings will be dumped or ignored when generating a core dump
13075 file. @var{pid} is the process ID of a currently running process.
13076
13077 To make use of this feature, you have to write in the
13078 @file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13079 which is a bit mask representing the memory mapping types. If a bit
13080 is set in the bit mask, then the memory mappings of the corresponding
13081 types will be dumped; otherwise, they will be ignored. This
13082 configuration is inherited by child processes. For more information
13083 about the bits that can be set in the
13084 @file{/proc/@var{pid}/coredump_filter} file, please refer to the
13085 manpage of @code{core(5)}.
13086
13087 By default, this option is @code{on}. If this option is turned
13088 @code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13089 and instead uses the same default value as the Linux kernel in order
13090 to decide which pages will be dumped in the core dump file. This
13091 value is currently @code{0x33}, which means that bits @code{0}
13092 (anonymous private mappings), @code{1} (anonymous shared mappings),
13093 @code{4} (ELF headers) and @code{5} (private huge pages) are active.
13094 This will cause these memory mappings to be dumped automatically.
13095
13096 @kindex set dump-excluded-mappings
13097 @anchor{set dump-excluded-mappings}
13098 @item set dump-excluded-mappings on
13099 @itemx set dump-excluded-mappings off
13100 If @code{on} is specified, @value{GDBN} will dump memory mappings
13101 marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13102 the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13103
13104 The default value is @code{off}.
13105 @end table
13106
13107 @node Character Sets
13108 @section Character Sets
13109 @cindex character sets
13110 @cindex charset
13111 @cindex translating between character sets
13112 @cindex host character set
13113 @cindex target character set
13114
13115 If the program you are debugging uses a different character set to
13116 represent characters and strings than the one @value{GDBN} uses itself,
13117 @value{GDBN} can automatically translate between the character sets for
13118 you. The character set @value{GDBN} uses we call the @dfn{host
13119 character set}; the one the inferior program uses we call the
13120 @dfn{target character set}.
13121
13122 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13123 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
13124 remote protocol (@pxref{Remote Debugging}) to debug a program
13125 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13126 then the host character set is Latin-1, and the target character set is
13127 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
13128 target-charset EBCDIC-US}, then @value{GDBN} translates between
13129 @sc{ebcdic} and Latin 1 as you print character or string values, or use
13130 character and string literals in expressions.
13131
13132 @value{GDBN} has no way to automatically recognize which character set
13133 the inferior program uses; you must tell it, using the @code{set
13134 target-charset} command, described below.
13135
13136 Here are the commands for controlling @value{GDBN}'s character set
13137 support:
13138
13139 @table @code
13140 @item set target-charset @var{charset}
13141 @kindex set target-charset
13142 Set the current target character set to @var{charset}. To display the
13143 list of supported target character sets, type
13144 @kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
13145
13146 @item set host-charset @var{charset}
13147 @kindex set host-charset
13148 Set the current host character set to @var{charset}.
13149
13150 By default, @value{GDBN} uses a host character set appropriate to the
13151 system it is running on; you can override that default using the
13152 @code{set host-charset} command. On some systems, @value{GDBN} cannot
13153 automatically determine the appropriate host character set. In this
13154 case, @value{GDBN} uses @samp{UTF-8}.
13155
13156 @value{GDBN} can only use certain character sets as its host character
13157 set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
13158 @value{GDBN} will list the host character sets it supports.
13159
13160 @item set charset @var{charset}
13161 @kindex set charset
13162 Set the current host and target character sets to @var{charset}. As
13163 above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13164 @value{GDBN} will list the names of the character sets that can be used
13165 for both host and target.
13166
13167 @item show charset
13168 @kindex show charset
13169 Show the names of the current host and target character sets.
13170
13171 @item show host-charset
13172 @kindex show host-charset
13173 Show the name of the current host character set.
13174
13175 @item show target-charset
13176 @kindex show target-charset
13177 Show the name of the current target character set.
13178
13179 @item set target-wide-charset @var{charset}
13180 @kindex set target-wide-charset
13181 Set the current target's wide character set to @var{charset}. This is
13182 the character set used by the target's @code{wchar_t} type. To
13183 display the list of supported wide character sets, type
13184 @kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13185
13186 @item show target-wide-charset
13187 @kindex show target-wide-charset
13188 Show the name of the current target's wide character set.
13189 @end table
13190
13191 Here is an example of @value{GDBN}'s character set support in action.
13192 Assume that the following source code has been placed in the file
13193 @file{charset-test.c}:
13194
13195 @smallexample
13196 #include <stdio.h>
13197
13198 char ascii_hello[]
13199 = @{72, 101, 108, 108, 111, 44, 32, 119,
13200 111, 114, 108, 100, 33, 10, 0@};
13201 char ibm1047_hello[]
13202 = @{200, 133, 147, 147, 150, 107, 64, 166,
13203 150, 153, 147, 132, 90, 37, 0@};
13204
13205 main ()
13206 @{
13207 printf ("Hello, world!\n");
13208 @}
13209 @end smallexample
13210
13211 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13212 containing the string @samp{Hello, world!} followed by a newline,
13213 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13214
13215 We compile the program, and invoke the debugger on it:
13216
13217 @smallexample
13218 $ gcc -g charset-test.c -o charset-test
13219 $ gdb -nw charset-test
13220 GNU gdb 2001-12-19-cvs
13221 Copyright 2001 Free Software Foundation, Inc.
13222 @dots{}
13223 (@value{GDBP})
13224 @end smallexample
13225
13226 We can use the @code{show charset} command to see what character sets
13227 @value{GDBN} is currently using to interpret and display characters and
13228 strings:
13229
13230 @smallexample
13231 (@value{GDBP}) show charset
13232 The current host and target character set is `ISO-8859-1'.
13233 (@value{GDBP})
13234 @end smallexample
13235
13236 For the sake of printing this manual, let's use @sc{ascii} as our
13237 initial character set:
13238 @smallexample
13239 (@value{GDBP}) set charset ASCII
13240 (@value{GDBP}) show charset
13241 The current host and target character set is `ASCII'.
13242 (@value{GDBP})
13243 @end smallexample
13244
13245 Let's assume that @sc{ascii} is indeed the correct character set for our
13246 host system --- in other words, let's assume that if @value{GDBN} prints
13247 characters using the @sc{ascii} character set, our terminal will display
13248 them properly. Since our current target character set is also
13249 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
13250
13251 @smallexample
13252 (@value{GDBP}) print ascii_hello
13253 $1 = 0x401698 "Hello, world!\n"
13254 (@value{GDBP}) print ascii_hello[0]
13255 $2 = 72 'H'
13256 (@value{GDBP})
13257 @end smallexample
13258
13259 @value{GDBN} uses the target character set for character and string
13260 literals you use in expressions:
13261
13262 @smallexample
13263 (@value{GDBP}) print '+'
13264 $3 = 43 '+'
13265 (@value{GDBP})
13266 @end smallexample
13267
13268 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13269 character.
13270
13271 @value{GDBN} relies on the user to tell it which character set the
13272 target program uses. If we print @code{ibm1047_hello} while our target
13273 character set is still @sc{ascii}, we get jibberish:
13274
13275 @smallexample
13276 (@value{GDBP}) print ibm1047_hello
13277 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
13278 (@value{GDBP}) print ibm1047_hello[0]
13279 $5 = 200 '\310'
13280 (@value{GDBP})
13281 @end smallexample
13282
13283 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
13284 @value{GDBN} tells us the character sets it supports:
13285
13286 @smallexample
13287 (@value{GDBP}) set target-charset
13288 ASCII EBCDIC-US IBM1047 ISO-8859-1
13289 (@value{GDBP}) set target-charset
13290 @end smallexample
13291
13292 We can select @sc{ibm1047} as our target character set, and examine the
13293 program's strings again. Now the @sc{ascii} string is wrong, but
13294 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
13295 target character set, @sc{ibm1047}, to the host character set,
13296 @sc{ascii}, and they display correctly:
13297
13298 @smallexample
13299 (@value{GDBP}) set target-charset IBM1047
13300 (@value{GDBP}) show charset
13301 The current host character set is `ASCII'.
13302 The current target character set is `IBM1047'.
13303 (@value{GDBP}) print ascii_hello
13304 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
13305 (@value{GDBP}) print ascii_hello[0]
13306 $7 = 72 '\110'
13307 (@value{GDBP}) print ibm1047_hello
13308 $8 = 0x4016a8 "Hello, world!\n"
13309 (@value{GDBP}) print ibm1047_hello[0]
13310 $9 = 200 'H'
13311 (@value{GDBP})
13312 @end smallexample
13313
13314 As above, @value{GDBN} uses the target character set for character and
13315 string literals you use in expressions:
13316
13317 @smallexample
13318 (@value{GDBP}) print '+'
13319 $10 = 78 '+'
13320 (@value{GDBP})
13321 @end smallexample
13322
13323 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
13324 character.
13325
13326 @node Caching Target Data
13327 @section Caching Data of Targets
13328 @cindex caching data of targets
13329
13330 @value{GDBN} caches data exchanged between the debugger and a target.
13331 Each cache is associated with the address space of the inferior.
13332 @xref{Inferiors Connections and Programs}, about inferior and address space.
13333 Such caching generally improves performance in remote debugging
13334 (@pxref{Remote Debugging}), because it reduces the overhead of the
13335 remote protocol by bundling memory reads and writes into large chunks.
13336 Unfortunately, simply caching everything would lead to incorrect results,
13337 since @value{GDBN} does not necessarily know anything about volatile
13338 values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13339 (@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13340 is executing.
13341 Therefore, by default, @value{GDBN} only caches data
13342 known to be on the stack@footnote{In non-stop mode, it is moderately
13343 rare for a running thread to modify the stack of a stopped thread
13344 in a way that would interfere with a backtrace, and caching of
13345 stack reads provides a significant speed up of remote backtraces.} or
13346 in the code segment.
13347 Other regions of memory can be explicitly marked as
13348 cacheable; @pxref{Memory Region Attributes}.
13349
13350 @table @code
13351 @kindex set remotecache
13352 @item set remotecache on
13353 @itemx set remotecache off
13354 This option no longer does anything; it exists for compatibility
13355 with old scripts.
13356
13357 @kindex show remotecache
13358 @item show remotecache
13359 Show the current state of the obsolete remotecache flag.
13360
13361 @kindex set stack-cache
13362 @item set stack-cache on
13363 @itemx set stack-cache off
13364 Enable or disable caching of stack accesses. When @code{on}, use
13365 caching. By default, this option is @code{on}.
13366
13367 @kindex show stack-cache
13368 @item show stack-cache
13369 Show the current state of data caching for memory accesses.
13370
13371 @kindex set code-cache
13372 @item set code-cache on
13373 @itemx set code-cache off
13374 Enable or disable caching of code segment accesses. When @code{on},
13375 use caching. By default, this option is @code{on}. This improves
13376 performance of disassembly in remote debugging.
13377
13378 @kindex show code-cache
13379 @item show code-cache
13380 Show the current state of target memory cache for code segment
13381 accesses.
13382
13383 @kindex info dcache
13384 @item info dcache @r{[}line@r{]}
13385 Print the information about the performance of data cache of the
13386 current inferior's address space. The information displayed
13387 includes the dcache width and depth, and for each cache line, its
13388 number, address, and how many times it was referenced. This
13389 command is useful for debugging the data cache operation.
13390
13391 If a line number is specified, the contents of that line will be
13392 printed in hex.
13393
13394 @item set dcache size @var{size}
13395 @cindex dcache size
13396 @kindex set dcache size
13397 Set maximum number of entries in dcache (dcache depth above).
13398
13399 @item set dcache line-size @var{line-size}
13400 @cindex dcache line-size
13401 @kindex set dcache line-size
13402 Set number of bytes each dcache entry caches (dcache width above).
13403 Must be a power of 2.
13404
13405 @item show dcache size
13406 @kindex show dcache size
13407 Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
13408
13409 @item show dcache line-size
13410 @kindex show dcache line-size
13411 Show default size of dcache lines.
13412
13413 @item maint flush dcache
13414 @cindex dcache, flushing
13415 @kindex maint flush dcache
13416 Flush the contents (if any) of the dcache. This maintainer command is
13417 useful when debugging the dcache implementation.
13418
13419 @end table
13420
13421 @node Searching Memory
13422 @section Search Memory
13423 @cindex searching memory
13424
13425 Memory can be searched for a particular sequence of bytes with the
13426 @code{find} command.
13427
13428 @table @code
13429 @kindex find
13430 @item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13431 @itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13432 Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13433 etc. The search begins at address @var{start_addr} and continues for either
13434 @var{len} bytes or through to @var{end_addr} inclusive.
13435 @end table
13436
13437 @var{s} and @var{n} are optional parameters.
13438 They may be specified in either order, apart or together.
13439
13440 @table @r
13441 @item @var{s}, search query size
13442 The size of each search query value.
13443
13444 @table @code
13445 @item b
13446 bytes
13447 @item h
13448 halfwords (two bytes)
13449 @item w
13450 words (four bytes)
13451 @item g
13452 giant words (eight bytes)
13453 @end table
13454
13455 All values are interpreted in the current language.
13456 This means, for example, that if the current source language is C/C@t{++}
13457 then searching for the string ``hello'' includes the trailing '\0'.
13458 The null terminator can be removed from searching by using casts,
13459 e.g.: @samp{@{char[5]@}"hello"}.
13460
13461 If the value size is not specified, it is taken from the
13462 value's type in the current language.
13463 This is useful when one wants to specify the search
13464 pattern as a mixture of types.
13465 Note that this means, for example, that in the case of C-like languages
13466 a search for an untyped 0x42 will search for @samp{(int) 0x42}
13467 which is typically four bytes.
13468
13469 @item @var{n}, maximum number of finds
13470 The maximum number of matches to print. The default is to print all finds.
13471 @end table
13472
13473 You can use strings as search values. Quote them with double-quotes
13474 (@code{"}).
13475 The string value is copied into the search pattern byte by byte,
13476 regardless of the endianness of the target and the size specification.
13477
13478 The address of each match found is printed as well as a count of the
13479 number of matches found.
13480
13481 The address of the last value found is stored in convenience variable
13482 @samp{$_}.
13483 A count of the number of matches is stored in @samp{$numfound}.
13484
13485 For example, if stopped at the @code{printf} in this function:
13486
13487 @smallexample
13488 void
13489 hello ()
13490 @{
13491 static char hello[] = "hello-hello";
13492 static struct @{ char c; short s; int i; @}
13493 __attribute__ ((packed)) mixed
13494 = @{ 'c', 0x1234, 0x87654321 @};
13495 printf ("%s\n", hello);
13496 @}
13497 @end smallexample
13498
13499 @noindent
13500 you get during debugging:
13501
13502 @smallexample
13503 (gdb) find &hello[0], +sizeof(hello), "hello"
13504 0x804956d <hello.1620+6>
13505 1 pattern found
13506 (gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
13507 0x8049567 <hello.1620>
13508 0x804956d <hello.1620+6>
13509 2 patterns found.
13510 (gdb) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
13511 0x8049567 <hello.1620>
13512 0x804956d <hello.1620+6>
13513 2 patterns found.
13514 (gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
13515 0x8049567 <hello.1620>
13516 1 pattern found
13517 (gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
13518 0x8049560 <mixed.1625>
13519 1 pattern found
13520 (gdb) print $numfound
13521 $1 = 1
13522 (gdb) print $_
13523 $2 = (void *) 0x8049560
13524 @end smallexample
13525
13526 @node Value Sizes
13527 @section Value Sizes
13528
13529 Whenever @value{GDBN} prints a value memory will be allocated within
13530 @value{GDBN} to hold the contents of the value. It is possible in
13531 some languages with dynamic typing systems, that an invalid program
13532 may indicate a value that is incorrectly large, this in turn may cause
13533 @value{GDBN} to try and allocate an overly large amount of memory.
13534
13535 @table @code
13536 @kindex set max-value-size
13537 @item set max-value-size @var{bytes}
13538 @itemx set max-value-size unlimited
13539 Set the maximum size of memory that @value{GDBN} will allocate for the
13540 contents of a value to @var{bytes}, trying to display a value that
13541 requires more memory than that will result in an error.
13542
13543 Setting this variable does not effect values that have already been
13544 allocated within @value{GDBN}, only future allocations.
13545
13546 There's a minimum size that @code{max-value-size} can be set to in
13547 order that @value{GDBN} can still operate correctly, this minimum is
13548 currently 16 bytes.
13549
13550 The limit applies to the results of some subexpressions as well as to
13551 complete expressions. For example, an expression denoting a simple
13552 integer component, such as @code{x.y.z}, may fail if the size of
13553 @var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13554 @value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13555 @var{A} is an array variable with non-constant size, will generally
13556 succeed regardless of the bounds on @var{A}, as long as the component
13557 size is less than @var{bytes}.
13558
13559 The default value of @code{max-value-size} is currently 64k.
13560
13561 @kindex show max-value-size
13562 @item show max-value-size
13563 Show the maximum size of memory, in bytes, that @value{GDBN} will
13564 allocate for the contents of a value.
13565 @end table
13566
13567 @node Optimized Code
13568 @chapter Debugging Optimized Code
13569 @cindex optimized code, debugging
13570 @cindex debugging optimized code
13571
13572 Almost all compilers support optimization. With optimization
13573 disabled, the compiler generates assembly code that corresponds
13574 directly to your source code, in a simplistic way. As the compiler
13575 applies more powerful optimizations, the generated assembly code
13576 diverges from your original source code. With help from debugging
13577 information generated by the compiler, @value{GDBN} can map from
13578 the running program back to constructs from your original source.
13579
13580 @value{GDBN} is more accurate with optimization disabled. If you
13581 can recompile without optimization, it is easier to follow the
13582 progress of your program during debugging. But, there are many cases
13583 where you may need to debug an optimized version.
13584
13585 When you debug a program compiled with @samp{-g -O}, remember that the
13586 optimizer has rearranged your code; the debugger shows you what is
13587 really there. Do not be too surprised when the execution path does not
13588 exactly match your source file! An extreme example: if you define a
13589 variable, but never use it, @value{GDBN} never sees that
13590 variable---because the compiler optimizes it out of existence.
13591
13592 Some things do not work as well with @samp{-g -O} as with just
13593 @samp{-g}, particularly on machines with instruction scheduling. If in
13594 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13595 please report it to us as a bug (including a test case!).
13596 @xref{Variables}, for more information about debugging optimized code.
13597
13598 @menu
13599 * Inline Functions:: How @value{GDBN} presents inlining
13600 * Tail Call Frames:: @value{GDBN} analysis of jumps to functions
13601 @end menu
13602
13603 @node Inline Functions
13604 @section Inline Functions
13605 @cindex inline functions, debugging
13606
13607 @dfn{Inlining} is an optimization that inserts a copy of the function
13608 body directly at each call site, instead of jumping to a shared
13609 routine. @value{GDBN} displays inlined functions just like
13610 non-inlined functions. They appear in backtraces. You can view their
13611 arguments and local variables, step into them with @code{step}, skip
13612 them with @code{next}, and escape from them with @code{finish}.
13613 You can check whether a function was inlined by using the
13614 @code{info frame} command.
13615
13616 For @value{GDBN} to support inlined functions, the compiler must
13617 record information about inlining in the debug information ---
13618 @value{NGCC} using the @sc{dwarf 2} format does this, and several
13619 other compilers do also. @value{GDBN} only supports inlined functions
13620 when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13621 do not emit two required attributes (@samp{DW_AT_call_file} and
13622 @samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13623 function calls with earlier versions of @value{NGCC}. It instead
13624 displays the arguments and local variables of inlined functions as
13625 local variables in the caller.
13626
13627 The body of an inlined function is directly included at its call site;
13628 unlike a non-inlined function, there are no instructions devoted to
13629 the call. @value{GDBN} still pretends that the call site and the
13630 start of the inlined function are different instructions. Stepping to
13631 the call site shows the call site, and then stepping again shows
13632 the first line of the inlined function, even though no additional
13633 instructions are executed.
13634
13635 This makes source-level debugging much clearer; you can see both the
13636 context of the call and then the effect of the call. Only stepping by
13637 a single instruction using @code{stepi} or @code{nexti} does not do
13638 this; single instruction steps always show the inlined body.
13639
13640 There are some ways that @value{GDBN} does not pretend that inlined
13641 function calls are the same as normal calls:
13642
13643 @itemize @bullet
13644 @item
13645 Setting breakpoints at the call site of an inlined function may not
13646 work, because the call site does not contain any code. @value{GDBN}
13647 may incorrectly move the breakpoint to the next line of the enclosing
13648 function, after the call. This limitation will be removed in a future
13649 version of @value{GDBN}; until then, set a breakpoint on an earlier line
13650 or inside the inlined function instead.
13651
13652 @item
13653 @value{GDBN} cannot locate the return value of inlined calls after
13654 using the @code{finish} command. This is a limitation of compiler-generated
13655 debugging information; after @code{finish}, you can step to the next line
13656 and print a variable where your program stored the return value.
13657
13658 @end itemize
13659
13660 @node Tail Call Frames
13661 @section Tail Call Frames
13662 @cindex tail call frames, debugging
13663
13664 Function @code{B} can call function @code{C} in its very last statement. In
13665 unoptimized compilation the call of @code{C} is immediately followed by return
13666 instruction at the end of @code{B} code. Optimizing compiler may replace the
13667 call and return in function @code{B} into one jump to function @code{C}
13668 instead. Such use of a jump instruction is called @dfn{tail call}.
13669
13670 During execution of function @code{C}, there will be no indication in the
13671 function call stack frames that it was tail-called from @code{B}. If function
13672 @code{A} regularly calls function @code{B} which tail-calls function @code{C},
13673 then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13674 some cases @value{GDBN} can determine that @code{C} was tail-called from
13675 @code{B}, and it will then create fictitious call frame for that, with the
13676 return address set up as if @code{B} called @code{C} normally.
13677
13678 This functionality is currently supported only by DWARF 2 debugging format and
13679 the compiler has to produce @samp{DW_TAG_call_site} tags. With
13680 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13681 this information.
13682
13683 @kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13684 kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13685
13686 @smallexample
13687 (gdb) x/i $pc - 2
13688 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
13689 (gdb) info frame
13690 Stack level 1, frame at 0x7fffffffda30:
13691 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13692 tail call frame, caller of frame at 0x7fffffffda30
13693 source language c++.
13694 Arglist at unknown address.
13695 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13696 @end smallexample
13697
13698 The detection of all the possible code path executions can find them ambiguous.
13699 There is no execution history stored (possible @ref{Reverse Execution} is never
13700 used for this purpose) and the last known caller could have reached the known
13701 callee by multiple different jump sequences. In such case @value{GDBN} still
13702 tries to show at least all the unambiguous top tail callers and all the
13703 unambiguous bottom tail calees, if any.
13704
13705 @table @code
13706 @anchor{set debug entry-values}
13707 @item set debug entry-values
13708 @kindex set debug entry-values
13709 When set to on, enables printing of analysis messages for both frame argument
13710 values at function entry and tail calls. It will show all the possible valid
13711 tail calls code paths it has considered. It will also print the intersection
13712 of them with the final unambiguous (possibly partial or even empty) code path
13713 result.
13714
13715 @item show debug entry-values
13716 @kindex show debug entry-values
13717 Show the current state of analysis messages printing for both frame argument
13718 values at function entry and tail calls.
13719 @end table
13720
13721 The analysis messages for tail calls can for example show why the virtual tail
13722 call frame for function @code{c} has not been recognized (due to the indirect
13723 reference by variable @code{x}):
13724
13725 @smallexample
13726 static void __attribute__((noinline, noclone)) c (void);
13727 void (*x) (void) = c;
13728 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13729 static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13730 int main (void) @{ x (); return 0; @}
13731
13732 Breakpoint 1, DW_OP_entry_value resolving cannot find
13733 DW_TAG_call_site 0x40039a in main
13734 a () at t.c:3
13735 3 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13736 (gdb) bt
13737 #0 a () at t.c:3
13738 #1 0x000000000040039a in main () at t.c:5
13739 @end smallexample
13740
13741 Another possibility is an ambiguous virtual tail call frames resolution:
13742
13743 @smallexample
13744 int i;
13745 static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13746 static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13747 static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13748 static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13749 static void __attribute__((noinline, noclone)) b (void)
13750 @{ if (i) c (); else e (); @}
13751 static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13752 int main (void) @{ a (); return 0; @}
13753
13754 tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13755 tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13756 tailcall: reduced: 0x4004d2(a) |
13757 (gdb) bt
13758 #0 f () at t.c:2
13759 #1 0x00000000004004d2 in a () at t.c:8
13760 #2 0x0000000000400395 in main () at t.c:9
13761 @end smallexample
13762
13763 @set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13764 @set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13765
13766 @c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13767 @ifset HAVE_MAKEINFO_CLICK
13768 @set ARROW @click{}
13769 @set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13770 @set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13771 @end ifset
13772 @ifclear HAVE_MAKEINFO_CLICK
13773 @set ARROW ->
13774 @set CALLSEQ1B @value{CALLSEQ1A}
13775 @set CALLSEQ2B @value{CALLSEQ2A}
13776 @end ifclear
13777
13778 Frames #0 and #2 are real, #1 is a virtual tail call frame.
13779 The code can have possible execution paths @value{CALLSEQ1B} or
13780 @value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
13781
13782 @code{initial:} state shows some random possible calling sequence @value{GDBN}
13783 has found. It then finds another possible calling sequence - that one is
13784 prefixed by @code{compare:}. The non-ambiguous intersection of these two is
13785 printed as the @code{reduced:} calling sequence. That one could have many
13786 further @code{compare:} and @code{reduced:} statements as long as there remain
13787 any non-ambiguous sequence entries.
13788
13789 For the frame of function @code{b} in both cases there are different possible
13790 @code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
13791 also ambiguous. The only non-ambiguous frame is the one for function @code{a},
13792 therefore this one is displayed to the user while the ambiguous frames are
13793 omitted.
13794
13795 There can be also reasons why printing of frame argument values at function
13796 entry may fail:
13797
13798 @smallexample
13799 int v;
13800 static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
13801 static void __attribute__((noinline, noclone)) a (int i);
13802 static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
13803 static void __attribute__((noinline, noclone)) a (int i)
13804 @{ if (i) b (i - 1); else c (0); @}
13805 int main (void) @{ a (5); return 0; @}
13806
13807 (gdb) bt
13808 #0 c (i=i@@entry=0) at t.c:2
13809 #1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
13810 function "a" at 0x400420 can call itself via tail calls
13811 i=<optimized out>) at t.c:6
13812 #2 0x000000000040036e in main () at t.c:7
13813 @end smallexample
13814
13815 @value{GDBN} cannot find out from the inferior state if and how many times did
13816 function @code{a} call itself (via function @code{b}) as these calls would be
13817 tail calls. Such tail calls would modify the @code{i} variable, therefore
13818 @value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
13819 prints @code{<optimized out>} instead.
13820
13821 @node Macros
13822 @chapter C Preprocessor Macros
13823
13824 Some languages, such as C and C@t{++}, provide a way to define and invoke
13825 ``preprocessor macros'' which expand into strings of tokens.
13826 @value{GDBN} can evaluate expressions containing macro invocations, show
13827 the result of macro expansion, and show a macro's definition, including
13828 where it was defined.
13829
13830 You may need to compile your program specially to provide @value{GDBN}
13831 with information about preprocessor macros. Most compilers do not
13832 include macros in their debugging information, even when you compile
13833 with the @option{-g} flag. @xref{Compilation}.
13834
13835 A program may define a macro at one point, remove that definition later,
13836 and then provide a different definition after that. Thus, at different
13837 points in the program, a macro may have different definitions, or have
13838 no definition at all. If there is a current stack frame, @value{GDBN}
13839 uses the macros in scope at that frame's source code line. Otherwise,
13840 @value{GDBN} uses the macros in scope at the current listing location;
13841 see @ref{List}.
13842
13843 Whenever @value{GDBN} evaluates an expression, it always expands any
13844 macro invocations present in the expression. @value{GDBN} also provides
13845 the following commands for working with macros explicitly.
13846
13847 @table @code
13848
13849 @kindex macro expand
13850 @cindex macro expansion, showing the results of preprocessor
13851 @cindex preprocessor macro expansion, showing the results of
13852 @cindex expanding preprocessor macros
13853 @item macro expand @var{expression}
13854 @itemx macro exp @var{expression}
13855 Show the results of expanding all preprocessor macro invocations in
13856 @var{expression}. Since @value{GDBN} simply expands macros, but does
13857 not parse the result, @var{expression} need not be a valid expression;
13858 it can be any string of tokens.
13859
13860 @kindex macro exp1
13861 @item macro expand-once @var{expression}
13862 @itemx macro exp1 @var{expression}
13863 @cindex expand macro once
13864 @i{(This command is not yet implemented.)} Show the results of
13865 expanding those preprocessor macro invocations that appear explicitly in
13866 @var{expression}. Macro invocations appearing in that expansion are
13867 left unchanged. This command allows you to see the effect of a
13868 particular macro more clearly, without being confused by further
13869 expansions. Since @value{GDBN} simply expands macros, but does not
13870 parse the result, @var{expression} need not be a valid expression; it
13871 can be any string of tokens.
13872
13873 @kindex info macro
13874 @cindex macro definition, showing
13875 @cindex definition of a macro, showing
13876 @cindex macros, from debug info
13877 @item info macro [-a|-all] [--] @var{macro}
13878 Show the current definition or all definitions of the named @var{macro},
13879 and describe the source location or compiler command-line where that
13880 definition was established. The optional double dash is to signify the end of
13881 argument processing and the beginning of @var{macro} for non C-like macros where
13882 the macro may begin with a hyphen.
13883
13884 @kindex info macros
13885 @item info macros @var{location}
13886 Show all macro definitions that are in effect at the location specified
13887 by @var{location}, and describe the source location or compiler
13888 command-line where those definitions were established.
13889
13890 @kindex macro define
13891 @cindex user-defined macros
13892 @cindex defining macros interactively
13893 @cindex macros, user-defined
13894 @item macro define @var{macro} @var{replacement-list}
13895 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
13896 Introduce a definition for a preprocessor macro named @var{macro},
13897 invocations of which are replaced by the tokens given in
13898 @var{replacement-list}. The first form of this command defines an
13899 ``object-like'' macro, which takes no arguments; the second form
13900 defines a ``function-like'' macro, which takes the arguments given in
13901 @var{arglist}.
13902
13903 A definition introduced by this command is in scope in every
13904 expression evaluated in @value{GDBN}, until it is removed with the
13905 @code{macro undef} command, described below. The definition overrides
13906 all definitions for @var{macro} present in the program being debugged,
13907 as well as any previous user-supplied definition.
13908
13909 @kindex macro undef
13910 @item macro undef @var{macro}
13911 Remove any user-supplied definition for the macro named @var{macro}.
13912 This command only affects definitions provided with the @code{macro
13913 define} command, described above; it cannot remove definitions present
13914 in the program being debugged.
13915
13916 @kindex macro list
13917 @item macro list
13918 List all the macros defined using the @code{macro define} command.
13919 @end table
13920
13921 @cindex macros, example of debugging with
13922 Here is a transcript showing the above commands in action. First, we
13923 show our source files:
13924
13925 @smallexample
13926 $ cat sample.c
13927 #include <stdio.h>
13928 #include "sample.h"
13929
13930 #define M 42
13931 #define ADD(x) (M + x)
13932
13933 main ()
13934 @{
13935 #define N 28
13936 printf ("Hello, world!\n");
13937 #undef N
13938 printf ("We're so creative.\n");
13939 #define N 1729
13940 printf ("Goodbye, world!\n");
13941 @}
13942 $ cat sample.h
13943 #define Q <
13944 $
13945 @end smallexample
13946
13947 Now, we compile the program using the @sc{gnu} C compiler,
13948 @value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13949 minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13950 and @option{-gdwarf-4}; we recommend always choosing the most recent
13951 version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13952 includes information about preprocessor macros in the debugging
13953 information.
13954
13955 @smallexample
13956 $ gcc -gdwarf-2 -g3 sample.c -o sample
13957 $
13958 @end smallexample
13959
13960 Now, we start @value{GDBN} on our sample program:
13961
13962 @smallexample
13963 $ gdb -nw sample
13964 GNU gdb 2002-05-06-cvs
13965 Copyright 2002 Free Software Foundation, Inc.
13966 GDB is free software, @dots{}
13967 (@value{GDBP})
13968 @end smallexample
13969
13970 We can expand macros and examine their definitions, even when the
13971 program is not running. @value{GDBN} uses the current listing position
13972 to decide which macro definitions are in scope:
13973
13974 @smallexample
13975 (@value{GDBP}) list main
13976 3
13977 4 #define M 42
13978 5 #define ADD(x) (M + x)
13979 6
13980 7 main ()
13981 8 @{
13982 9 #define N 28
13983 10 printf ("Hello, world!\n");
13984 11 #undef N
13985 12 printf ("We're so creative.\n");
13986 (@value{GDBP}) info macro ADD
13987 Defined at /home/jimb/gdb/macros/play/sample.c:5
13988 #define ADD(x) (M + x)
13989 (@value{GDBP}) info macro Q
13990 Defined at /home/jimb/gdb/macros/play/sample.h:1
13991 included at /home/jimb/gdb/macros/play/sample.c:2
13992 #define Q <
13993 (@value{GDBP}) macro expand ADD(1)
13994 expands to: (42 + 1)
13995 (@value{GDBP}) macro expand-once ADD(1)
13996 expands to: once (M + 1)
13997 (@value{GDBP})
13998 @end smallexample
13999
14000 In the example above, note that @code{macro expand-once} expands only
14001 the macro invocation explicit in the original text --- the invocation of
14002 @code{ADD} --- but does not expand the invocation of the macro @code{M},
14003 which was introduced by @code{ADD}.
14004
14005 Once the program is running, @value{GDBN} uses the macro definitions in
14006 force at the source line of the current stack frame:
14007
14008 @smallexample
14009 (@value{GDBP}) break main
14010 Breakpoint 1 at 0x8048370: file sample.c, line 10.
14011 (@value{GDBP}) run
14012 Starting program: /home/jimb/gdb/macros/play/sample
14013
14014 Breakpoint 1, main () at sample.c:10
14015 10 printf ("Hello, world!\n");
14016 (@value{GDBP})
14017 @end smallexample
14018
14019 At line 10, the definition of the macro @code{N} at line 9 is in force:
14020
14021 @smallexample
14022 (@value{GDBP}) info macro N
14023 Defined at /home/jimb/gdb/macros/play/sample.c:9
14024 #define N 28
14025 (@value{GDBP}) macro expand N Q M
14026 expands to: 28 < 42
14027 (@value{GDBP}) print N Q M
14028 $1 = 1
14029 (@value{GDBP})
14030 @end smallexample
14031
14032 As we step over directives that remove @code{N}'s definition, and then
14033 give it a new definition, @value{GDBN} finds the definition (or lack
14034 thereof) in force at each point:
14035
14036 @smallexample
14037 (@value{GDBP}) next
14038 Hello, world!
14039 12 printf ("We're so creative.\n");
14040 (@value{GDBP}) info macro N
14041 The symbol `N' has no definition as a C/C++ preprocessor macro
14042 at /home/jimb/gdb/macros/play/sample.c:12
14043 (@value{GDBP}) next
14044 We're so creative.
14045 14 printf ("Goodbye, world!\n");
14046 (@value{GDBP}) info macro N
14047 Defined at /home/jimb/gdb/macros/play/sample.c:13
14048 #define N 1729
14049 (@value{GDBP}) macro expand N Q M
14050 expands to: 1729 < 42
14051 (@value{GDBP}) print N Q M
14052 $2 = 0
14053 (@value{GDBP})
14054 @end smallexample
14055
14056 In addition to source files, macros can be defined on the compilation command
14057 line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
14058 such a way, @value{GDBN} displays the location of their definition as line zero
14059 of the source file submitted to the compiler.
14060
14061 @smallexample
14062 (@value{GDBP}) info macro __STDC__
14063 Defined at /home/jimb/gdb/macros/play/sample.c:0
14064 -D__STDC__=1
14065 (@value{GDBP})
14066 @end smallexample
14067
14068
14069 @node Tracepoints
14070 @chapter Tracepoints
14071 @c This chapter is based on the documentation written by Michael
14072 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14073
14074 @cindex tracepoints
14075 In some applications, it is not feasible for the debugger to interrupt
14076 the program's execution long enough for the developer to learn
14077 anything helpful about its behavior. If the program's correctness
14078 depends on its real-time behavior, delays introduced by a debugger
14079 might cause the program to change its behavior drastically, or perhaps
14080 fail, even when the code itself is correct. It is useful to be able
14081 to observe the program's behavior without interrupting it.
14082
14083 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14084 specify locations in the program, called @dfn{tracepoints}, and
14085 arbitrary expressions to evaluate when those tracepoints are reached.
14086 Later, using the @code{tfind} command, you can examine the values
14087 those expressions had when the program hit the tracepoints. The
14088 expressions may also denote objects in memory---structures or arrays,
14089 for example---whose values @value{GDBN} should record; while visiting
14090 a particular tracepoint, you may inspect those objects as if they were
14091 in memory at that moment. However, because @value{GDBN} records these
14092 values without interacting with you, it can do so quickly and
14093 unobtrusively, hopefully not disturbing the program's behavior.
14094
14095 The tracepoint facility is currently available only for remote
14096 targets. @xref{Targets}. In addition, your remote target must know
14097 how to collect trace data. This functionality is implemented in the
14098 remote stub; however, none of the stubs distributed with @value{GDBN}
14099 support tracepoints as of this writing. The format of the remote
14100 packets used to implement tracepoints are described in @ref{Tracepoint
14101 Packets}.
14102
14103 It is also possible to get trace data from a file, in a manner reminiscent
14104 of corefiles; you specify the filename, and use @code{tfind} to search
14105 through the file. @xref{Trace Files}, for more details.
14106
14107 This chapter describes the tracepoint commands and features.
14108
14109 @menu
14110 * Set Tracepoints::
14111 * Analyze Collected Data::
14112 * Tracepoint Variables::
14113 * Trace Files::
14114 @end menu
14115
14116 @node Set Tracepoints
14117 @section Commands to Set Tracepoints
14118
14119 Before running such a @dfn{trace experiment}, an arbitrary number of
14120 tracepoints can be set. A tracepoint is actually a special type of
14121 breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14122 standard breakpoint commands. For instance, as with breakpoints,
14123 tracepoint numbers are successive integers starting from one, and many
14124 of the commands associated with tracepoints take the tracepoint number
14125 as their argument, to identify which tracepoint to work on.
14126
14127 For each tracepoint, you can specify, in advance, some arbitrary set
14128 of data that you want the target to collect in the trace buffer when
14129 it hits that tracepoint. The collected data can include registers,
14130 local variables, or global data. Later, you can use @value{GDBN}
14131 commands to examine the values these data had at the time the
14132 tracepoint was hit.
14133
14134 Tracepoints do not support every breakpoint feature. Ignore counts on
14135 tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14136 commands when they are hit. Tracepoints may not be thread-specific
14137 either.
14138
14139 @cindex fast tracepoints
14140 Some targets may support @dfn{fast tracepoints}, which are inserted in
14141 a different way (such as with a jump instead of a trap), that is
14142 faster but possibly restricted in where they may be installed.
14143
14144 @cindex static tracepoints
14145 @cindex markers, static tracepoints
14146 @cindex probing markers, static tracepoints
14147 Regular and fast tracepoints are dynamic tracing facilities, meaning
14148 that they can be used to insert tracepoints at (almost) any location
14149 in the target. Some targets may also support controlling @dfn{static
14150 tracepoints} from @value{GDBN}. With static tracing, a set of
14151 instrumentation points, also known as @dfn{markers}, are embedded in
14152 the target program, and can be activated or deactivated by name or
14153 address. These are usually placed at locations which facilitate
14154 investigating what the target is actually doing. @value{GDBN}'s
14155 support for static tracing includes being able to list instrumentation
14156 points, and attach them with @value{GDBN} defined high level
14157 tracepoints that expose the whole range of convenience of
14158 @value{GDBN}'s tracepoints support. Namely, support for collecting
14159 registers values and values of global or local (to the instrumentation
14160 point) variables; tracepoint conditions and trace state variables.
14161 The act of installing a @value{GDBN} static tracepoint on an
14162 instrumentation point, or marker, is referred to as @dfn{probing} a
14163 static tracepoint marker.
14164
14165 @code{gdbserver} supports tracepoints on some target systems.
14166 @xref{Server,,Tracepoints support in @code{gdbserver}}.
14167
14168 This section describes commands to set tracepoints and associated
14169 conditions and actions.
14170
14171 @menu
14172 * Create and Delete Tracepoints::
14173 * Enable and Disable Tracepoints::
14174 * Tracepoint Passcounts::
14175 * Tracepoint Conditions::
14176 * Trace State Variables::
14177 * Tracepoint Actions::
14178 * Listing Tracepoints::
14179 * Listing Static Tracepoint Markers::
14180 * Starting and Stopping Trace Experiments::
14181 * Tracepoint Restrictions::
14182 @end menu
14183
14184 @node Create and Delete Tracepoints
14185 @subsection Create and Delete Tracepoints
14186
14187 @table @code
14188 @cindex set tracepoint
14189 @kindex trace
14190 @item trace @var{location}
14191 The @code{trace} command is very similar to the @code{break} command.
14192 Its argument @var{location} can be any valid location.
14193 @xref{Specify Location}. The @code{trace} command defines a tracepoint,
14194 which is a point in the target program where the debugger will briefly stop,
14195 collect some data, and then allow the program to continue. Setting a tracepoint
14196 or changing its actions takes effect immediately if the remote stub
14197 supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14198 in tracing}).
14199 If remote stub doesn't support the @samp{InstallInTrace} feature, all
14200 these changes don't take effect until the next @code{tstart}
14201 command, and once a trace experiment is running, further changes will
14202 not have any effect until the next trace experiment starts. In addition,
14203 @value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14204 address is not yet resolved. (This is similar to pending breakpoints.)
14205 Pending tracepoints are not downloaded to the target and not installed
14206 until they are resolved. The resolution of pending tracepoints requires
14207 @value{GDBN} support---when debugging with the remote target, and
14208 @value{GDBN} disconnects from the remote stub (@pxref{disconnected
14209 tracing}), pending tracepoints can not be resolved (and downloaded to
14210 the remote stub) while @value{GDBN} is disconnected.
14211
14212 Here are some examples of using the @code{trace} command:
14213
14214 @smallexample
14215 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14216
14217 (@value{GDBP}) @b{trace +2} // 2 lines forward
14218
14219 (@value{GDBP}) @b{trace my_function} // first source line of function
14220
14221 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14222
14223 (@value{GDBP}) @b{trace *0x2117c4} // an address
14224 @end smallexample
14225
14226 @noindent
14227 You can abbreviate @code{trace} as @code{tr}.
14228
14229 @item trace @var{location} if @var{cond}
14230 Set a tracepoint with condition @var{cond}; evaluate the expression
14231 @var{cond} each time the tracepoint is reached, and collect data only
14232 if the value is nonzero---that is, if @var{cond} evaluates as true.
14233 @xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14234 information on tracepoint conditions.
14235
14236 @item ftrace @var{location} [ if @var{cond} ]
14237 @cindex set fast tracepoint
14238 @cindex fast tracepoints, setting
14239 @kindex ftrace
14240 The @code{ftrace} command sets a fast tracepoint. For targets that
14241 support them, fast tracepoints will use a more efficient but possibly
14242 less general technique to trigger data collection, such as a jump
14243 instruction instead of a trap, or some sort of hardware support. It
14244 may not be possible to create a fast tracepoint at the desired
14245 location, in which case the command will exit with an explanatory
14246 message.
14247
14248 @value{GDBN} handles arguments to @code{ftrace} exactly as for
14249 @code{trace}.
14250
14251 On 32-bit x86-architecture systems, fast tracepoints normally need to
14252 be placed at an instruction that is 5 bytes or longer, but can be
14253 placed at 4-byte instructions if the low 64K of memory of the target
14254 program is available to install trampolines. Some Unix-type systems,
14255 such as @sc{gnu}/Linux, exclude low addresses from the program's
14256 address space; but for instance with the Linux kernel it is possible
14257 to let @value{GDBN} use this area by doing a @command{sysctl} command
14258 to set the @code{mmap_min_addr} kernel parameter, as in
14259
14260 @example
14261 sudo sysctl -w vm.mmap_min_addr=32768
14262 @end example
14263
14264 @noindent
14265 which sets the low address to 32K, which leaves plenty of room for
14266 trampolines. The minimum address should be set to a page boundary.
14267
14268 @item strace @var{location} [ if @var{cond} ]
14269 @cindex set static tracepoint
14270 @cindex static tracepoints, setting
14271 @cindex probe static tracepoint marker
14272 @kindex strace
14273 The @code{strace} command sets a static tracepoint. For targets that
14274 support it, setting a static tracepoint probes a static
14275 instrumentation point, or marker, found at @var{location}. It may not
14276 be possible to set a static tracepoint at the desired location, in
14277 which case the command will exit with an explanatory message.
14278
14279 @value{GDBN} handles arguments to @code{strace} exactly as for
14280 @code{trace}, with the addition that the user can also specify
14281 @code{-m @var{marker}} as @var{location}. This probes the marker
14282 identified by the @var{marker} string identifier. This identifier
14283 depends on the static tracepoint backend library your program is
14284 using. You can find all the marker identifiers in the @samp{ID} field
14285 of the @code{info static-tracepoint-markers} command output.
14286 @xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14287 Markers}. For example, in the following small program using the UST
14288 tracing engine:
14289
14290 @smallexample
14291 main ()
14292 @{
14293 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14294 @}
14295 @end smallexample
14296
14297 @noindent
14298 the marker id is composed of joining the first two arguments to the
14299 @code{trace_mark} call with a slash, which translates to:
14300
14301 @smallexample
14302 (@value{GDBP}) info static-tracepoint-markers
14303 Cnt Enb ID Address What
14304 1 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14305 Data: "str %s"
14306 [etc...]
14307 @end smallexample
14308
14309 @noindent
14310 so you may probe the marker above with:
14311
14312 @smallexample
14313 (@value{GDBP}) strace -m ust/bar33
14314 @end smallexample
14315
14316 Static tracepoints accept an extra collect action --- @code{collect
14317 $_sdata}. This collects arbitrary user data passed in the probe point
14318 call to the tracing library. In the UST example above, you'll see
14319 that the third argument to @code{trace_mark} is a printf-like format
14320 string. The user data is then the result of running that formatting
14321 string against the following arguments. Note that @code{info
14322 static-tracepoint-markers} command output lists that format string in
14323 the @samp{Data:} field.
14324
14325 You can inspect this data when analyzing the trace buffer, by printing
14326 the $_sdata variable like any other variable available to
14327 @value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14328
14329 @vindex $tpnum
14330 @cindex last tracepoint number
14331 @cindex recent tracepoint number
14332 @cindex tracepoint number
14333 The convenience variable @code{$tpnum} records the tracepoint number
14334 of the most recently set tracepoint.
14335
14336 @kindex delete tracepoint
14337 @cindex tracepoint deletion
14338 @item delete tracepoint @r{[}@var{num}@r{]}
14339 Permanently delete one or more tracepoints. With no argument, the
14340 default is to delete all tracepoints. Note that the regular
14341 @code{delete} command can remove tracepoints also.
14342
14343 Examples:
14344
14345 @smallexample
14346 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14347
14348 (@value{GDBP}) @b{delete trace} // remove all tracepoints
14349 @end smallexample
14350
14351 @noindent
14352 You can abbreviate this command as @code{del tr}.
14353 @end table
14354
14355 @node Enable and Disable Tracepoints
14356 @subsection Enable and Disable Tracepoints
14357
14358 These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14359
14360 @table @code
14361 @kindex disable tracepoint
14362 @item disable tracepoint @r{[}@var{num}@r{]}
14363 Disable tracepoint @var{num}, or all tracepoints if no argument
14364 @var{num} is given. A disabled tracepoint will have no effect during
14365 a trace experiment, but it is not forgotten. You can re-enable
14366 a disabled tracepoint using the @code{enable tracepoint} command.
14367 If the command is issued during a trace experiment and the debug target
14368 has support for disabling tracepoints during a trace experiment, then the
14369 change will be effective immediately. Otherwise, it will be applied to the
14370 next trace experiment.
14371
14372 @kindex enable tracepoint
14373 @item enable tracepoint @r{[}@var{num}@r{]}
14374 Enable tracepoint @var{num}, or all tracepoints. If this command is
14375 issued during a trace experiment and the debug target supports enabling
14376 tracepoints during a trace experiment, then the enabled tracepoints will
14377 become effective immediately. Otherwise, they will become effective the
14378 next time a trace experiment is run.
14379 @end table
14380
14381 @node Tracepoint Passcounts
14382 @subsection Tracepoint Passcounts
14383
14384 @table @code
14385 @kindex passcount
14386 @cindex tracepoint pass count
14387 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14388 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14389 automatically stop a trace experiment. If a tracepoint's passcount is
14390 @var{n}, then the trace experiment will be automatically stopped on
14391 the @var{n}'th time that tracepoint is hit. If the tracepoint number
14392 @var{num} is not specified, the @code{passcount} command sets the
14393 passcount of the most recently defined tracepoint. If no passcount is
14394 given, the trace experiment will run until stopped explicitly by the
14395 user.
14396
14397 Examples:
14398
14399 @smallexample
14400 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
14401 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
14402
14403 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
14404 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
14405 (@value{GDBP}) @b{trace foo}
14406 (@value{GDBP}) @b{pass 3}
14407 (@value{GDBP}) @b{trace bar}
14408 (@value{GDBP}) @b{pass 2}
14409 (@value{GDBP}) @b{trace baz}
14410 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
14411 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14412 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14413 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
14414 @end smallexample
14415 @end table
14416
14417 @node Tracepoint Conditions
14418 @subsection Tracepoint Conditions
14419 @cindex conditional tracepoints
14420 @cindex tracepoint conditions
14421
14422 The simplest sort of tracepoint collects data every time your program
14423 reaches a specified place. You can also specify a @dfn{condition} for
14424 a tracepoint. A condition is just a Boolean expression in your
14425 programming language (@pxref{Expressions, ,Expressions}). A
14426 tracepoint with a condition evaluates the expression each time your
14427 program reaches it, and data collection happens only if the condition
14428 is true.
14429
14430 Tracepoint conditions can be specified when a tracepoint is set, by
14431 using @samp{if} in the arguments to the @code{trace} command.
14432 @xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14433 also be set or changed at any time with the @code{condition} command,
14434 just as with breakpoints.
14435
14436 Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14437 the conditional expression itself. Instead, @value{GDBN} encodes the
14438 expression into an agent expression (@pxref{Agent Expressions})
14439 suitable for execution on the target, independently of @value{GDBN}.
14440 Global variables become raw memory locations, locals become stack
14441 accesses, and so forth.
14442
14443 For instance, suppose you have a function that is usually called
14444 frequently, but should not be called after an error has occurred. You
14445 could use the following tracepoint command to collect data about calls
14446 of that function that happen while the error code is propagating
14447 through the program; an unconditional tracepoint could end up
14448 collecting thousands of useless trace frames that you would have to
14449 search through.
14450
14451 @smallexample
14452 (@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14453 @end smallexample
14454
14455 @node Trace State Variables
14456 @subsection Trace State Variables
14457 @cindex trace state variables
14458
14459 A @dfn{trace state variable} is a special type of variable that is
14460 created and managed by target-side code. The syntax is the same as
14461 that for GDB's convenience variables (a string prefixed with ``$''),
14462 but they are stored on the target. They must be created explicitly,
14463 using a @code{tvariable} command. They are always 64-bit signed
14464 integers.
14465
14466 Trace state variables are remembered by @value{GDBN}, and downloaded
14467 to the target along with tracepoint information when the trace
14468 experiment starts. There are no intrinsic limits on the number of
14469 trace state variables, beyond memory limitations of the target.
14470
14471 @cindex convenience variables, and trace state variables
14472 Although trace state variables are managed by the target, you can use
14473 them in print commands and expressions as if they were convenience
14474 variables; @value{GDBN} will get the current value from the target
14475 while the trace experiment is running. Trace state variables share
14476 the same namespace as other ``$'' variables, which means that you
14477 cannot have trace state variables with names like @code{$23} or
14478 @code{$pc}, nor can you have a trace state variable and a convenience
14479 variable with the same name.
14480
14481 @table @code
14482
14483 @item tvariable $@var{name} [ = @var{expression} ]
14484 @kindex tvariable
14485 The @code{tvariable} command creates a new trace state variable named
14486 @code{$@var{name}}, and optionally gives it an initial value of
14487 @var{expression}. The @var{expression} is evaluated when this command is
14488 entered; the result will be converted to an integer if possible,
14489 otherwise @value{GDBN} will report an error. A subsequent
14490 @code{tvariable} command specifying the same name does not create a
14491 variable, but instead assigns the supplied initial value to the
14492 existing variable of that name, overwriting any previous initial
14493 value. The default initial value is 0.
14494
14495 @item info tvariables
14496 @kindex info tvariables
14497 List all the trace state variables along with their initial values.
14498 Their current values may also be displayed, if the trace experiment is
14499 currently running.
14500
14501 @item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14502 @kindex delete tvariable
14503 Delete the given trace state variables, or all of them if no arguments
14504 are specified.
14505
14506 @end table
14507
14508 @node Tracepoint Actions
14509 @subsection Tracepoint Action Lists
14510
14511 @table @code
14512 @kindex actions
14513 @cindex tracepoint actions
14514 @item actions @r{[}@var{num}@r{]}
14515 This command will prompt for a list of actions to be taken when the
14516 tracepoint is hit. If the tracepoint number @var{num} is not
14517 specified, this command sets the actions for the one that was most
14518 recently defined (so that you can define a tracepoint and then say
14519 @code{actions} without bothering about its number). You specify the
14520 actions themselves on the following lines, one action at a time, and
14521 terminate the actions list with a line containing just @code{end}. So
14522 far, the only defined actions are @code{collect}, @code{teval}, and
14523 @code{while-stepping}.
14524
14525 @code{actions} is actually equivalent to @code{commands} (@pxref{Break
14526 Commands, ,Breakpoint Command Lists}), except that only the defined
14527 actions are allowed; any other @value{GDBN} command is rejected.
14528
14529 @cindex remove actions from a tracepoint
14530 To remove all actions from a tracepoint, type @samp{actions @var{num}}
14531 and follow it immediately with @samp{end}.
14532
14533 @smallexample
14534 (@value{GDBP}) @b{collect @var{data}} // collect some data
14535
14536 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
14537
14538 (@value{GDBP}) @b{end} // signals the end of actions.
14539 @end smallexample
14540
14541 In the following example, the action list begins with @code{collect}
14542 commands indicating the things to be collected when the tracepoint is
14543 hit. Then, in order to single-step and collect additional data
14544 following the tracepoint, a @code{while-stepping} command is used,
14545 followed by the list of things to be collected after each step in a
14546 sequence of single steps. The @code{while-stepping} command is
14547 terminated by its own separate @code{end} command. Lastly, the action
14548 list is terminated by an @code{end} command.
14549
14550 @smallexample
14551 (@value{GDBP}) @b{trace foo}
14552 (@value{GDBP}) @b{actions}
14553 Enter actions for tracepoint 1, one per line:
14554 > collect bar,baz
14555 > collect $regs
14556 > while-stepping 12
14557 > collect $pc, arr[i]
14558 > end
14559 end
14560 @end smallexample
14561
14562 @kindex collect @r{(tracepoints)}
14563 @item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
14564 Collect values of the given expressions when the tracepoint is hit.
14565 This command accepts a comma-separated list of any valid expressions.
14566 In addition to global, static, or local variables, the following
14567 special arguments are supported:
14568
14569 @table @code
14570 @item $regs
14571 Collect all registers.
14572
14573 @item $args
14574 Collect all function arguments.
14575
14576 @item $locals
14577 Collect all local variables.
14578
14579 @item $_ret
14580 Collect the return address. This is helpful if you want to see more
14581 of a backtrace.
14582
14583 @emph{Note:} The return address location can not always be reliably
14584 determined up front, and the wrong address / registers may end up
14585 collected instead. On some architectures the reliability is higher
14586 for tracepoints at function entry, while on others it's the opposite.
14587 When this happens, backtracing will stop because the return address is
14588 found unavailable (unless another collect rule happened to match it).
14589
14590 @item $_probe_argc
14591 Collects the number of arguments from the static probe at which the
14592 tracepoint is located.
14593 @xref{Static Probe Points}.
14594
14595 @item $_probe_arg@var{n}
14596 @var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14597 from the static probe at which the tracepoint is located.
14598 @xref{Static Probe Points}.
14599
14600 @item $_sdata
14601 @vindex $_sdata@r{, collect}
14602 Collect static tracepoint marker specific data. Only available for
14603 static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14604 Lists}. On the UST static tracepoints library backend, an
14605 instrumentation point resembles a @code{printf} function call. The
14606 tracing library is able to collect user specified data formatted to a
14607 character string using the format provided by the programmer that
14608 instrumented the program. Other backends have similar mechanisms.
14609 Here's an example of a UST marker call:
14610
14611 @smallexample
14612 const char master_name[] = "$your_name";
14613 trace_mark(channel1, marker1, "hello %s", master_name)
14614 @end smallexample
14615
14616 In this case, collecting @code{$_sdata} collects the string
14617 @samp{hello $yourname}. When analyzing the trace buffer, you can
14618 inspect @samp{$_sdata} like any other variable available to
14619 @value{GDBN}.
14620 @end table
14621
14622 You can give several consecutive @code{collect} commands, each one
14623 with a single argument, or one @code{collect} command with several
14624 arguments separated by commas; the effect is the same.
14625
14626 The optional @var{mods} changes the usual handling of the arguments.
14627 @code{s} requests that pointers to chars be handled as strings, in
14628 particular collecting the contents of the memory being pointed at, up
14629 to the first zero. The upper bound is by default the value of the
14630 @code{print elements} variable; if @code{s} is followed by a decimal
14631 number, that is the upper bound instead. So for instance
14632 @samp{collect/s25 mystr} collects as many as 25 characters at
14633 @samp{mystr}.
14634
14635 The command @code{info scope} (@pxref{Symbols, info scope}) is
14636 particularly useful for figuring out what data to collect.
14637
14638 @kindex teval @r{(tracepoints)}
14639 @item teval @var{expr1}, @var{expr2}, @dots{}
14640 Evaluate the given expressions when the tracepoint is hit. This
14641 command accepts a comma-separated list of expressions. The results
14642 are discarded, so this is mainly useful for assigning values to trace
14643 state variables (@pxref{Trace State Variables}) without adding those
14644 values to the trace buffer, as would be the case if the @code{collect}
14645 action were used.
14646
14647 @kindex while-stepping @r{(tracepoints)}
14648 @item while-stepping @var{n}
14649 Perform @var{n} single-step instruction traces after the tracepoint,
14650 collecting new data after each step. The @code{while-stepping}
14651 command is followed by the list of what to collect while stepping
14652 (followed by its own @code{end} command):
14653
14654 @smallexample
14655 > while-stepping 12
14656 > collect $regs, myglobal
14657 > end
14658 >
14659 @end smallexample
14660
14661 @noindent
14662 Note that @code{$pc} is not automatically collected by
14663 @code{while-stepping}; you need to explicitly collect that register if
14664 you need it. You may abbreviate @code{while-stepping} as @code{ws} or
14665 @code{stepping}.
14666
14667 @item set default-collect @var{expr1}, @var{expr2}, @dots{}
14668 @kindex set default-collect
14669 @cindex default collection action
14670 This variable is a list of expressions to collect at each tracepoint
14671 hit. It is effectively an additional @code{collect} action prepended
14672 to every tracepoint action list. The expressions are parsed
14673 individually for each tracepoint, so for instance a variable named
14674 @code{xyz} may be interpreted as a global for one tracepoint, and a
14675 local for another, as appropriate to the tracepoint's location.
14676
14677 @item show default-collect
14678 @kindex show default-collect
14679 Show the list of expressions that are collected by default at each
14680 tracepoint hit.
14681
14682 @end table
14683
14684 @node Listing Tracepoints
14685 @subsection Listing Tracepoints
14686
14687 @table @code
14688 @kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14689 @kindex info tp @r{[}@var{n}@dots{}@r{]}
14690 @cindex information about tracepoints
14691 @item info tracepoints @r{[}@var{num}@dots{}@r{]}
14692 Display information about the tracepoint @var{num}. If you don't
14693 specify a tracepoint number, displays information about all the
14694 tracepoints defined so far. The format is similar to that used for
14695 @code{info breakpoints}; in fact, @code{info tracepoints} is the same
14696 command, simply restricting itself to tracepoints.
14697
14698 A tracepoint's listing may include additional information specific to
14699 tracing:
14700
14701 @itemize @bullet
14702 @item
14703 its passcount as given by the @code{passcount @var{n}} command
14704
14705 @item
14706 the state about installed on target of each location
14707 @end itemize
14708
14709 @smallexample
14710 (@value{GDBP}) @b{info trace}
14711 Num Type Disp Enb Address What
14712 1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
14713 while-stepping 20
14714 collect globfoo, $regs
14715 end
14716 collect globfoo2
14717 end
14718 pass count 1200
14719 2 tracepoint keep y <MULTIPLE>
14720 collect $eip
14721 2.1 y 0x0804859c in func4 at change-loc.h:35
14722 installed on target
14723 2.2 y 0xb7ffc480 in func4 at change-loc.h:35
14724 installed on target
14725 2.3 y <PENDING> set_tracepoint
14726 3 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14727 not installed on target
14728 (@value{GDBP})
14729 @end smallexample
14730
14731 @noindent
14732 This command can be abbreviated @code{info tp}.
14733 @end table
14734
14735 @node Listing Static Tracepoint Markers
14736 @subsection Listing Static Tracepoint Markers
14737
14738 @table @code
14739 @kindex info static-tracepoint-markers
14740 @cindex information about static tracepoint markers
14741 @item info static-tracepoint-markers
14742 Display information about all static tracepoint markers defined in the
14743 program.
14744
14745 For each marker, the following columns are printed:
14746
14747 @table @emph
14748 @item Count
14749 An incrementing counter, output to help readability. This is not a
14750 stable identifier.
14751 @item ID
14752 The marker ID, as reported by the target.
14753 @item Enabled or Disabled
14754 Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14755 that are not enabled.
14756 @item Address
14757 Where the marker is in your program, as a memory address.
14758 @item What
14759 Where the marker is in the source for your program, as a file and line
14760 number. If the debug information included in the program does not
14761 allow @value{GDBN} to locate the source of the marker, this column
14762 will be left blank.
14763 @end table
14764
14765 @noindent
14766 In addition, the following information may be printed for each marker:
14767
14768 @table @emph
14769 @item Data
14770 User data passed to the tracing library by the marker call. In the
14771 UST backend, this is the format string passed as argument to the
14772 marker call.
14773 @item Static tracepoints probing the marker
14774 The list of static tracepoints attached to the marker.
14775 @end table
14776
14777 @smallexample
14778 (@value{GDBP}) info static-tracepoint-markers
14779 Cnt ID Enb Address What
14780 1 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
14781 Data: number1 %d number2 %d
14782 Probed by static tracepoints: #2
14783 2 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
14784 Data: str %s
14785 (@value{GDBP})
14786 @end smallexample
14787 @end table
14788
14789 @node Starting and Stopping Trace Experiments
14790 @subsection Starting and Stopping Trace Experiments
14791
14792 @table @code
14793 @kindex tstart [ @var{notes} ]
14794 @cindex start a new trace experiment
14795 @cindex collected data discarded
14796 @item tstart
14797 This command starts the trace experiment, and begins collecting data.
14798 It has the side effect of discarding all the data collected in the
14799 trace buffer during the previous trace experiment. If any arguments
14800 are supplied, they are taken as a note and stored with the trace
14801 experiment's state. The notes may be arbitrary text, and are
14802 especially useful with disconnected tracing in a multi-user context;
14803 the notes can explain what the trace is doing, supply user contact
14804 information, and so forth.
14805
14806 @kindex tstop [ @var{notes} ]
14807 @cindex stop a running trace experiment
14808 @item tstop
14809 This command stops the trace experiment. If any arguments are
14810 supplied, they are recorded with the experiment as a note. This is
14811 useful if you are stopping a trace started by someone else, for
14812 instance if the trace is interfering with the system's behavior and
14813 needs to be stopped quickly.
14814
14815 @strong{Note}: a trace experiment and data collection may stop
14816 automatically if any tracepoint's passcount is reached
14817 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
14818
14819 @kindex tstatus
14820 @cindex status of trace data collection
14821 @cindex trace experiment, status of
14822 @item tstatus
14823 This command displays the status of the current trace data
14824 collection.
14825 @end table
14826
14827 Here is an example of the commands we described so far:
14828
14829 @smallexample
14830 (@value{GDBP}) @b{trace gdb_c_test}
14831 (@value{GDBP}) @b{actions}
14832 Enter actions for tracepoint #1, one per line.
14833 > collect $regs,$locals,$args
14834 > while-stepping 11
14835 > collect $regs
14836 > end
14837 > end
14838 (@value{GDBP}) @b{tstart}
14839 [time passes @dots{}]
14840 (@value{GDBP}) @b{tstop}
14841 @end smallexample
14842
14843 @anchor{disconnected tracing}
14844 @cindex disconnected tracing
14845 You can choose to continue running the trace experiment even if
14846 @value{GDBN} disconnects from the target, voluntarily or
14847 involuntarily. For commands such as @code{detach}, the debugger will
14848 ask what you want to do with the trace. But for unexpected
14849 terminations (@value{GDBN} crash, network outage), it would be
14850 unfortunate to lose hard-won trace data, so the variable
14851 @code{disconnected-tracing} lets you decide whether the trace should
14852 continue running without @value{GDBN}.
14853
14854 @table @code
14855 @item set disconnected-tracing on
14856 @itemx set disconnected-tracing off
14857 @kindex set disconnected-tracing
14858 Choose whether a tracing run should continue to run if @value{GDBN}
14859 has disconnected from the target. Note that @code{detach} or
14860 @code{quit} will ask you directly what to do about a running trace no
14861 matter what this variable's setting, so the variable is mainly useful
14862 for handling unexpected situations, such as loss of the network.
14863
14864 @item show disconnected-tracing
14865 @kindex show disconnected-tracing
14866 Show the current choice for disconnected tracing.
14867
14868 @end table
14869
14870 When you reconnect to the target, the trace experiment may or may not
14871 still be running; it might have filled the trace buffer in the
14872 meantime, or stopped for one of the other reasons. If it is running,
14873 it will continue after reconnection.
14874
14875 Upon reconnection, the target will upload information about the
14876 tracepoints in effect. @value{GDBN} will then compare that
14877 information to the set of tracepoints currently defined, and attempt
14878 to match them up, allowing for the possibility that the numbers may
14879 have changed due to creation and deletion in the meantime. If one of
14880 the target's tracepoints does not match any in @value{GDBN}, the
14881 debugger will create a new tracepoint, so that you have a number with
14882 which to specify that tracepoint. This matching-up process is
14883 necessarily heuristic, and it may result in useless tracepoints being
14884 created; you may simply delete them if they are of no use.
14885
14886 @cindex circular trace buffer
14887 If your target agent supports a @dfn{circular trace buffer}, then you
14888 can run a trace experiment indefinitely without filling the trace
14889 buffer; when space runs out, the agent deletes already-collected trace
14890 frames, oldest first, until there is enough room to continue
14891 collecting. This is especially useful if your tracepoints are being
14892 hit too often, and your trace gets terminated prematurely because the
14893 buffer is full. To ask for a circular trace buffer, simply set
14894 @samp{circular-trace-buffer} to on. You can set this at any time,
14895 including during tracing; if the agent can do it, it will change
14896 buffer handling on the fly, otherwise it will not take effect until
14897 the next run.
14898
14899 @table @code
14900 @item set circular-trace-buffer on
14901 @itemx set circular-trace-buffer off
14902 @kindex set circular-trace-buffer
14903 Choose whether a tracing run should use a linear or circular buffer
14904 for trace data. A linear buffer will not lose any trace data, but may
14905 fill up prematurely, while a circular buffer will discard old trace
14906 data, but it will have always room for the latest tracepoint hits.
14907
14908 @item show circular-trace-buffer
14909 @kindex show circular-trace-buffer
14910 Show the current choice for the trace buffer. Note that this may not
14911 match the agent's current buffer handling, nor is it guaranteed to
14912 match the setting that might have been in effect during a past run,
14913 for instance if you are looking at frames from a trace file.
14914
14915 @end table
14916
14917 @table @code
14918 @item set trace-buffer-size @var{n}
14919 @itemx set trace-buffer-size unlimited
14920 @kindex set trace-buffer-size
14921 Request that the target use a trace buffer of @var{n} bytes. Not all
14922 targets will honor the request; they may have a compiled-in size for
14923 the trace buffer, or some other limitation. Set to a value of
14924 @code{unlimited} or @code{-1} to let the target use whatever size it
14925 likes. This is also the default.
14926
14927 @item show trace-buffer-size
14928 @kindex show trace-buffer-size
14929 Show the current requested size for the trace buffer. Note that this
14930 will only match the actual size if the target supports size-setting,
14931 and was able to handle the requested size. For instance, if the
14932 target can only change buffer size between runs, this variable will
14933 not reflect the change until the next run starts. Use @code{tstatus}
14934 to get a report of the actual buffer size.
14935 @end table
14936
14937 @table @code
14938 @item set trace-user @var{text}
14939 @kindex set trace-user
14940
14941 @item show trace-user
14942 @kindex show trace-user
14943
14944 @item set trace-notes @var{text}
14945 @kindex set trace-notes
14946 Set the trace run's notes.
14947
14948 @item show trace-notes
14949 @kindex show trace-notes
14950 Show the trace run's notes.
14951
14952 @item set trace-stop-notes @var{text}
14953 @kindex set trace-stop-notes
14954 Set the trace run's stop notes. The handling of the note is as for
14955 @code{tstop} arguments; the set command is convenient way to fix a
14956 stop note that is mistaken or incomplete.
14957
14958 @item show trace-stop-notes
14959 @kindex show trace-stop-notes
14960 Show the trace run's stop notes.
14961
14962 @end table
14963
14964 @node Tracepoint Restrictions
14965 @subsection Tracepoint Restrictions
14966
14967 @cindex tracepoint restrictions
14968 There are a number of restrictions on the use of tracepoints. As
14969 described above, tracepoint data gathering occurs on the target
14970 without interaction from @value{GDBN}. Thus the full capabilities of
14971 the debugger are not available during data gathering, and then at data
14972 examination time, you will be limited by only having what was
14973 collected. The following items describe some common problems, but it
14974 is not exhaustive, and you may run into additional difficulties not
14975 mentioned here.
14976
14977 @itemize @bullet
14978
14979 @item
14980 Tracepoint expressions are intended to gather objects (lvalues). Thus
14981 the full flexibility of GDB's expression evaluator is not available.
14982 You cannot call functions, cast objects to aggregate types, access
14983 convenience variables or modify values (except by assignment to trace
14984 state variables). Some language features may implicitly call
14985 functions (for instance Objective-C fields with accessors), and therefore
14986 cannot be collected either.
14987
14988 @item
14989 Collection of local variables, either individually or in bulk with
14990 @code{$locals} or @code{$args}, during @code{while-stepping} may
14991 behave erratically. The stepping action may enter a new scope (for
14992 instance by stepping into a function), or the location of the variable
14993 may change (for instance it is loaded into a register). The
14994 tracepoint data recorded uses the location information for the
14995 variables that is correct for the tracepoint location. When the
14996 tracepoint is created, it is not possible, in general, to determine
14997 where the steps of a @code{while-stepping} sequence will advance the
14998 program---particularly if a conditional branch is stepped.
14999
15000 @item
15001 Collection of an incompletely-initialized or partially-destroyed object
15002 may result in something that @value{GDBN} cannot display, or displays
15003 in a misleading way.
15004
15005 @item
15006 When @value{GDBN} displays a pointer to character it automatically
15007 dereferences the pointer to also display characters of the string
15008 being pointed to. However, collecting the pointer during tracing does
15009 not automatically collect the string. You need to explicitly
15010 dereference the pointer and provide size information if you want to
15011 collect not only the pointer, but the memory pointed to. For example,
15012 @code{*ptr@@50} can be used to collect the 50 element array pointed to
15013 by @code{ptr}.
15014
15015 @item
15016 It is not possible to collect a complete stack backtrace at a
15017 tracepoint. Instead, you may collect the registers and a few hundred
15018 bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
15019 (adjust to use the name of the actual stack pointer register on your
15020 target architecture, and the amount of stack you wish to capture).
15021 Then the @code{backtrace} command will show a partial backtrace when
15022 using a trace frame. The number of stack frames that can be examined
15023 depends on the sizes of the frames in the collected stack. Note that
15024 if you ask for a block so large that it goes past the bottom of the
15025 stack, the target agent may report an error trying to read from an
15026 invalid address.
15027
15028 @item
15029 If you do not collect registers at a tracepoint, @value{GDBN} can
15030 infer that the value of @code{$pc} must be the same as the address of
15031 the tracepoint and use that when you are looking at a trace frame
15032 for that tracepoint. However, this cannot work if the tracepoint has
15033 multiple locations (for instance if it was set in a function that was
15034 inlined), or if it has a @code{while-stepping} loop. In those cases
15035 @value{GDBN} will warn you that it can't infer @code{$pc}, and default
15036 it to zero.
15037
15038 @end itemize
15039
15040 @node Analyze Collected Data
15041 @section Using the Collected Data
15042
15043 After the tracepoint experiment ends, you use @value{GDBN} commands
15044 for examining the trace data. The basic idea is that each tracepoint
15045 collects a trace @dfn{snapshot} every time it is hit and another
15046 snapshot every time it single-steps. All these snapshots are
15047 consecutively numbered from zero and go into a buffer, and you can
15048 examine them later. The way you examine them is to @dfn{focus} on a
15049 specific trace snapshot. When the remote stub is focused on a trace
15050 snapshot, it will respond to all @value{GDBN} requests for memory and
15051 registers by reading from the buffer which belongs to that snapshot,
15052 rather than from @emph{real} memory or registers of the program being
15053 debugged. This means that @strong{all} @value{GDBN} commands
15054 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
15055 behave as if we were currently debugging the program state as it was
15056 when the tracepoint occurred. Any requests for data that are not in
15057 the buffer will fail.
15058
15059 @menu
15060 * tfind:: How to select a trace snapshot
15061 * tdump:: How to display all data for a snapshot
15062 * save tracepoints:: How to save tracepoints for a future run
15063 @end menu
15064
15065 @node tfind
15066 @subsection @code{tfind @var{n}}
15067
15068 @kindex tfind
15069 @cindex select trace snapshot
15070 @cindex find trace snapshot
15071 The basic command for selecting a trace snapshot from the buffer is
15072 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
15073 counting from zero. If no argument @var{n} is given, the next
15074 snapshot is selected.
15075
15076 Here are the various forms of using the @code{tfind} command.
15077
15078 @table @code
15079 @item tfind start
15080 Find the first snapshot in the buffer. This is a synonym for
15081 @code{tfind 0} (since 0 is the number of the first snapshot).
15082
15083 @item tfind none
15084 Stop debugging trace snapshots, resume @emph{live} debugging.
15085
15086 @item tfind end
15087 Same as @samp{tfind none}.
15088
15089 @item tfind
15090 No argument means find the next trace snapshot or find the first
15091 one if no trace snapshot is selected.
15092
15093 @item tfind -
15094 Find the previous trace snapshot before the current one. This permits
15095 retracing earlier steps.
15096
15097 @item tfind tracepoint @var{num}
15098 Find the next snapshot associated with tracepoint @var{num}. Search
15099 proceeds forward from the last examined trace snapshot. If no
15100 argument @var{num} is given, it means find the next snapshot collected
15101 for the same tracepoint as the current snapshot.
15102
15103 @item tfind pc @var{addr}
15104 Find the next snapshot associated with the value @var{addr} of the
15105 program counter. Search proceeds forward from the last examined trace
15106 snapshot. If no argument @var{addr} is given, it means find the next
15107 snapshot with the same value of PC as the current snapshot.
15108
15109 @item tfind outside @var{addr1}, @var{addr2}
15110 Find the next snapshot whose PC is outside the given range of
15111 addresses (exclusive).
15112
15113 @item tfind range @var{addr1}, @var{addr2}
15114 Find the next snapshot whose PC is between @var{addr1} and
15115 @var{addr2} (inclusive).
15116
15117 @item tfind line @r{[}@var{file}:@r{]}@var{n}
15118 Find the next snapshot associated with the source line @var{n}. If
15119 the optional argument @var{file} is given, refer to line @var{n} in
15120 that source file. Search proceeds forward from the last examined
15121 trace snapshot. If no argument @var{n} is given, it means find the
15122 next line other than the one currently being examined; thus saying
15123 @code{tfind line} repeatedly can appear to have the same effect as
15124 stepping from line to line in a @emph{live} debugging session.
15125 @end table
15126
15127 The default arguments for the @code{tfind} commands are specifically
15128 designed to make it easy to scan through the trace buffer. For
15129 instance, @code{tfind} with no argument selects the next trace
15130 snapshot, and @code{tfind -} with no argument selects the previous
15131 trace snapshot. So, by giving one @code{tfind} command, and then
15132 simply hitting @key{RET} repeatedly you can examine all the trace
15133 snapshots in order. Or, by saying @code{tfind -} and then hitting
15134 @key{RET} repeatedly you can examine the snapshots in reverse order.
15135 The @code{tfind line} command with no argument selects the snapshot
15136 for the next source line executed. The @code{tfind pc} command with
15137 no argument selects the next snapshot with the same program counter
15138 (PC) as the current frame. The @code{tfind tracepoint} command with
15139 no argument selects the next trace snapshot collected by the same
15140 tracepoint as the current one.
15141
15142 In addition to letting you scan through the trace buffer manually,
15143 these commands make it easy to construct @value{GDBN} scripts that
15144 scan through the trace buffer and print out whatever collected data
15145 you are interested in. Thus, if we want to examine the PC, FP, and SP
15146 registers from each trace frame in the buffer, we can say this:
15147
15148 @smallexample
15149 (@value{GDBP}) @b{tfind start}
15150 (@value{GDBP}) @b{while ($trace_frame != -1)}
15151 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15152 $trace_frame, $pc, $sp, $fp
15153 > tfind
15154 > end
15155
15156 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15157 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15158 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15159 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15160 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15161 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15162 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15163 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15164 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15165 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15166 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15167 @end smallexample
15168
15169 Or, if we want to examine the variable @code{X} at each source line in
15170 the buffer:
15171
15172 @smallexample
15173 (@value{GDBP}) @b{tfind start}
15174 (@value{GDBP}) @b{while ($trace_frame != -1)}
15175 > printf "Frame %d, X == %d\n", $trace_frame, X
15176 > tfind line
15177 > end
15178
15179 Frame 0, X = 1
15180 Frame 7, X = 2
15181 Frame 13, X = 255
15182 @end smallexample
15183
15184 @node tdump
15185 @subsection @code{tdump}
15186 @kindex tdump
15187 @cindex dump all data collected at tracepoint
15188 @cindex tracepoint data, display
15189
15190 This command takes no arguments. It prints all the data collected at
15191 the current trace snapshot.
15192
15193 @smallexample
15194 (@value{GDBP}) @b{trace 444}
15195 (@value{GDBP}) @b{actions}
15196 Enter actions for tracepoint #2, one per line:
15197 > collect $regs, $locals, $args, gdb_long_test
15198 > end
15199
15200 (@value{GDBP}) @b{tstart}
15201
15202 (@value{GDBP}) @b{tfind line 444}
15203 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15204 at gdb_test.c:444
15205 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15206
15207 (@value{GDBP}) @b{tdump}
15208 Data collected at tracepoint 2, trace frame 1:
15209 d0 0xc4aa0085 -995491707
15210 d1 0x18 24
15211 d2 0x80 128
15212 d3 0x33 51
15213 d4 0x71aea3d 119204413
15214 d5 0x22 34
15215 d6 0xe0 224
15216 d7 0x380035 3670069
15217 a0 0x19e24a 1696330
15218 a1 0x3000668 50333288
15219 a2 0x100 256
15220 a3 0x322000 3284992
15221 a4 0x3000698 50333336
15222 a5 0x1ad3cc 1758156
15223 fp 0x30bf3c 0x30bf3c
15224 sp 0x30bf34 0x30bf34
15225 ps 0x0 0
15226 pc 0x20b2c8 0x20b2c8
15227 fpcontrol 0x0 0
15228 fpstatus 0x0 0
15229 fpiaddr 0x0 0
15230 p = 0x20e5b4 "gdb-test"
15231 p1 = (void *) 0x11
15232 p2 = (void *) 0x22
15233 p3 = (void *) 0x33
15234 p4 = (void *) 0x44
15235 p5 = (void *) 0x55
15236 p6 = (void *) 0x66
15237 gdb_long_test = 17 '\021'
15238
15239 (@value{GDBP})
15240 @end smallexample
15241
15242 @code{tdump} works by scanning the tracepoint's current collection
15243 actions and printing the value of each expression listed. So
15244 @code{tdump} can fail, if after a run, you change the tracepoint's
15245 actions to mention variables that were not collected during the run.
15246
15247 Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15248 uses the collected value of @code{$pc} to distinguish between trace
15249 frames that were collected at the tracepoint hit, and frames that were
15250 collected while stepping. This allows it to correctly choose whether
15251 to display the basic list of collections, or the collections from the
15252 body of the while-stepping loop. However, if @code{$pc} was not collected,
15253 then @code{tdump} will always attempt to dump using the basic collection
15254 list, and may fail if a while-stepping frame does not include all the
15255 same data that is collected at the tracepoint hit.
15256 @c This is getting pretty arcane, example would be good.
15257
15258 @node save tracepoints
15259 @subsection @code{save tracepoints @var{filename}}
15260 @kindex save tracepoints
15261 @kindex save-tracepoints
15262 @cindex save tracepoints for future sessions
15263
15264 This command saves all current tracepoint definitions together with
15265 their actions and passcounts, into a file @file{@var{filename}}
15266 suitable for use in a later debugging session. To read the saved
15267 tracepoint definitions, use the @code{source} command (@pxref{Command
15268 Files}). The @w{@code{save-tracepoints}} command is a deprecated
15269 alias for @w{@code{save tracepoints}}
15270
15271 @node Tracepoint Variables
15272 @section Convenience Variables for Tracepoints
15273 @cindex tracepoint variables
15274 @cindex convenience variables for tracepoints
15275
15276 @table @code
15277 @vindex $trace_frame
15278 @item (int) $trace_frame
15279 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15280 snapshot is selected.
15281
15282 @vindex $tracepoint
15283 @item (int) $tracepoint
15284 The tracepoint for the current trace snapshot.
15285
15286 @vindex $trace_line
15287 @item (int) $trace_line
15288 The line number for the current trace snapshot.
15289
15290 @vindex $trace_file
15291 @item (char []) $trace_file
15292 The source file for the current trace snapshot.
15293
15294 @vindex $trace_func
15295 @item (char []) $trace_func
15296 The name of the function containing @code{$tracepoint}.
15297 @end table
15298
15299 Note: @code{$trace_file} is not suitable for use in @code{printf},
15300 use @code{output} instead.
15301
15302 Here's a simple example of using these convenience variables for
15303 stepping through all the trace snapshots and printing some of their
15304 data. Note that these are not the same as trace state variables,
15305 which are managed by the target.
15306
15307 @smallexample
15308 (@value{GDBP}) @b{tfind start}
15309
15310 (@value{GDBP}) @b{while $trace_frame != -1}
15311 > output $trace_file
15312 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15313 > tfind
15314 > end
15315 @end smallexample
15316
15317 @node Trace Files
15318 @section Using Trace Files
15319 @cindex trace files
15320
15321 In some situations, the target running a trace experiment may no
15322 longer be available; perhaps it crashed, or the hardware was needed
15323 for a different activity. To handle these cases, you can arrange to
15324 dump the trace data into a file, and later use that file as a source
15325 of trace data, via the @code{target tfile} command.
15326
15327 @table @code
15328
15329 @kindex tsave
15330 @item tsave [ -r ] @var{filename}
15331 @itemx tsave [-ctf] @var{dirname}
15332 Save the trace data to @var{filename}. By default, this command
15333 assumes that @var{filename} refers to the host filesystem, so if
15334 necessary @value{GDBN} will copy raw trace data up from the target and
15335 then save it. If the target supports it, you can also supply the
15336 optional argument @code{-r} (``remote'') to direct the target to save
15337 the data directly into @var{filename} in its own filesystem, which may be
15338 more efficient if the trace buffer is very large. (Note, however, that
15339 @code{target tfile} can only read from files accessible to the host.)
15340 By default, this command will save trace frame in tfile format.
15341 You can supply the optional argument @code{-ctf} to save data in CTF
15342 format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15343 that can be shared by multiple debugging and tracing tools. Please go to
15344 @indicateurl{http://www.efficios.com/ctf} to get more information.
15345
15346 @kindex target tfile
15347 @kindex tfile
15348 @kindex target ctf
15349 @kindex ctf
15350 @item target tfile @var{filename}
15351 @itemx target ctf @var{dirname}
15352 Use the file named @var{filename} or directory named @var{dirname} as
15353 a source of trace data. Commands that examine data work as they do with
15354 a live target, but it is not possible to run any new trace experiments.
15355 @code{tstatus} will report the state of the trace run at the moment
15356 the data was saved, as well as the current trace frame you are examining.
15357 Both @var{filename} and @var{dirname} must be on a filesystem accessible to
15358 the host.
15359
15360 @smallexample
15361 (@value{GDBP}) target ctf ctf.ctf
15362 (@value{GDBP}) tfind
15363 Found trace frame 0, tracepoint 2
15364 39 ++a; /* set tracepoint 1 here */
15365 (@value{GDBP}) tdump
15366 Data collected at tracepoint 2, trace frame 0:
15367 i = 0
15368 a = 0
15369 b = 1 '\001'
15370 c = @{"123", "456", "789", "123", "456", "789"@}
15371 d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15372 (@value{GDBP}) p b
15373 $1 = 1
15374 @end smallexample
15375
15376 @end table
15377
15378 @node Overlays
15379 @chapter Debugging Programs That Use Overlays
15380 @cindex overlays
15381
15382 If your program is too large to fit completely in your target system's
15383 memory, you can sometimes use @dfn{overlays} to work around this
15384 problem. @value{GDBN} provides some support for debugging programs that
15385 use overlays.
15386
15387 @menu
15388 * How Overlays Work:: A general explanation of overlays.
15389 * Overlay Commands:: Managing overlays in @value{GDBN}.
15390 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15391 mapped by asking the inferior.
15392 * Overlay Sample Program:: A sample program using overlays.
15393 @end menu
15394
15395 @node How Overlays Work
15396 @section How Overlays Work
15397 @cindex mapped overlays
15398 @cindex unmapped overlays
15399 @cindex load address, overlay's
15400 @cindex mapped address
15401 @cindex overlay area
15402
15403 Suppose you have a computer whose instruction address space is only 64
15404 kilobytes long, but which has much more memory which can be accessed by
15405 other means: special instructions, segment registers, or memory
15406 management hardware, for example. Suppose further that you want to
15407 adapt a program which is larger than 64 kilobytes to run on this system.
15408
15409 One solution is to identify modules of your program which are relatively
15410 independent, and need not call each other directly; call these modules
15411 @dfn{overlays}. Separate the overlays from the main program, and place
15412 their machine code in the larger memory. Place your main program in
15413 instruction memory, but leave at least enough space there to hold the
15414 largest overlay as well.
15415
15416 Now, to call a function located in an overlay, you must first copy that
15417 overlay's machine code from the large memory into the space set aside
15418 for it in the instruction memory, and then jump to its entry point
15419 there.
15420
15421 @c NB: In the below the mapped area's size is greater or equal to the
15422 @c size of all overlays. This is intentional to remind the developer
15423 @c that overlays don't necessarily need to be the same size.
15424
15425 @smallexample
15426 @group
15427 Data Instruction Larger
15428 Address Space Address Space Address Space
15429 +-----------+ +-----------+ +-----------+
15430 | | | | | |
15431 +-----------+ +-----------+ +-----------+<-- overlay 1
15432 | program | | main | .----| overlay 1 | load address
15433 | variables | | program | | +-----------+
15434 | and heap | | | | | |
15435 +-----------+ | | | +-----------+<-- overlay 2
15436 | | +-----------+ | | | load address
15437 +-----------+ | | | .-| overlay 2 |
15438 | | | | | |
15439 mapped --->+-----------+ | | +-----------+
15440 address | | | | | |
15441 | overlay | <-' | | |
15442 | area | <---' +-----------+<-- overlay 3
15443 | | <---. | | load address
15444 +-----------+ `--| overlay 3 |
15445 | | | |
15446 +-----------+ | |
15447 +-----------+
15448 | |
15449 +-----------+
15450
15451 @anchor{A code overlay}A code overlay
15452 @end group
15453 @end smallexample
15454
15455 The diagram (@pxref{A code overlay}) shows a system with separate data
15456 and instruction address spaces. To map an overlay, the program copies
15457 its code from the larger address space to the instruction address space.
15458 Since the overlays shown here all use the same mapped address, only one
15459 may be mapped at a time. For a system with a single address space for
15460 data and instructions, the diagram would be similar, except that the
15461 program variables and heap would share an address space with the main
15462 program and the overlay area.
15463
15464 An overlay loaded into instruction memory and ready for use is called a
15465 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15466 instruction memory. An overlay not present (or only partially present)
15467 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15468 is its address in the larger memory. The mapped address is also called
15469 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15470 called the @dfn{load memory address}, or @dfn{LMA}.
15471
15472 Unfortunately, overlays are not a completely transparent way to adapt a
15473 program to limited instruction memory. They introduce a new set of
15474 global constraints you must keep in mind as you design your program:
15475
15476 @itemize @bullet
15477
15478 @item
15479 Before calling or returning to a function in an overlay, your program
15480 must make sure that overlay is actually mapped. Otherwise, the call or
15481 return will transfer control to the right address, but in the wrong
15482 overlay, and your program will probably crash.
15483
15484 @item
15485 If the process of mapping an overlay is expensive on your system, you
15486 will need to choose your overlays carefully to minimize their effect on
15487 your program's performance.
15488
15489 @item
15490 The executable file you load onto your system must contain each
15491 overlay's instructions, appearing at the overlay's load address, not its
15492 mapped address. However, each overlay's instructions must be relocated
15493 and its symbols defined as if the overlay were at its mapped address.
15494 You can use GNU linker scripts to specify different load and relocation
15495 addresses for pieces of your program; see @ref{Overlay Description,,,
15496 ld.info, Using ld: the GNU linker}.
15497
15498 @item
15499 The procedure for loading executable files onto your system must be able
15500 to load their contents into the larger address space as well as the
15501 instruction and data spaces.
15502
15503 @end itemize
15504
15505 The overlay system described above is rather simple, and could be
15506 improved in many ways:
15507
15508 @itemize @bullet
15509
15510 @item
15511 If your system has suitable bank switch registers or memory management
15512 hardware, you could use those facilities to make an overlay's load area
15513 contents simply appear at their mapped address in instruction space.
15514 This would probably be faster than copying the overlay to its mapped
15515 area in the usual way.
15516
15517 @item
15518 If your overlays are small enough, you could set aside more than one
15519 overlay area, and have more than one overlay mapped at a time.
15520
15521 @item
15522 You can use overlays to manage data, as well as instructions. In
15523 general, data overlays are even less transparent to your design than
15524 code overlays: whereas code overlays only require care when you call or
15525 return to functions, data overlays require care every time you access
15526 the data. Also, if you change the contents of a data overlay, you
15527 must copy its contents back out to its load address before you can copy a
15528 different data overlay into the same mapped area.
15529
15530 @end itemize
15531
15532
15533 @node Overlay Commands
15534 @section Overlay Commands
15535
15536 To use @value{GDBN}'s overlay support, each overlay in your program must
15537 correspond to a separate section of the executable file. The section's
15538 virtual memory address and load memory address must be the overlay's
15539 mapped and load addresses. Identifying overlays with sections allows
15540 @value{GDBN} to determine the appropriate address of a function or
15541 variable, depending on whether the overlay is mapped or not.
15542
15543 @value{GDBN}'s overlay commands all start with the word @code{overlay};
15544 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15545
15546 @table @code
15547 @item overlay off
15548 @kindex overlay
15549 Disable @value{GDBN}'s overlay support. When overlay support is
15550 disabled, @value{GDBN} assumes that all functions and variables are
15551 always present at their mapped addresses. By default, @value{GDBN}'s
15552 overlay support is disabled.
15553
15554 @item overlay manual
15555 @cindex manual overlay debugging
15556 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15557 relies on you to tell it which overlays are mapped, and which are not,
15558 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15559 commands described below.
15560
15561 @item overlay map-overlay @var{overlay}
15562 @itemx overlay map @var{overlay}
15563 @cindex map an overlay
15564 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15565 be the name of the object file section containing the overlay. When an
15566 overlay is mapped, @value{GDBN} assumes it can find the overlay's
15567 functions and variables at their mapped addresses. @value{GDBN} assumes
15568 that any other overlays whose mapped ranges overlap that of
15569 @var{overlay} are now unmapped.
15570
15571 @item overlay unmap-overlay @var{overlay}
15572 @itemx overlay unmap @var{overlay}
15573 @cindex unmap an overlay
15574 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15575 must be the name of the object file section containing the overlay.
15576 When an overlay is unmapped, @value{GDBN} assumes it can find the
15577 overlay's functions and variables at their load addresses.
15578
15579 @item overlay auto
15580 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15581 consults a data structure the overlay manager maintains in the inferior
15582 to see which overlays are mapped. For details, see @ref{Automatic
15583 Overlay Debugging}.
15584
15585 @item overlay load-target
15586 @itemx overlay load
15587 @cindex reloading the overlay table
15588 Re-read the overlay table from the inferior. Normally, @value{GDBN}
15589 re-reads the table @value{GDBN} automatically each time the inferior
15590 stops, so this command should only be necessary if you have changed the
15591 overlay mapping yourself using @value{GDBN}. This command is only
15592 useful when using automatic overlay debugging.
15593
15594 @item overlay list-overlays
15595 @itemx overlay list
15596 @cindex listing mapped overlays
15597 Display a list of the overlays currently mapped, along with their mapped
15598 addresses, load addresses, and sizes.
15599
15600 @end table
15601
15602 Normally, when @value{GDBN} prints a code address, it includes the name
15603 of the function the address falls in:
15604
15605 @smallexample
15606 (@value{GDBP}) print main
15607 $3 = @{int ()@} 0x11a0 <main>
15608 @end smallexample
15609 @noindent
15610 When overlay debugging is enabled, @value{GDBN} recognizes code in
15611 unmapped overlays, and prints the names of unmapped functions with
15612 asterisks around them. For example, if @code{foo} is a function in an
15613 unmapped overlay, @value{GDBN} prints it this way:
15614
15615 @smallexample
15616 (@value{GDBP}) overlay list
15617 No sections are mapped.
15618 (@value{GDBP}) print foo
15619 $5 = @{int (int)@} 0x100000 <*foo*>
15620 @end smallexample
15621 @noindent
15622 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15623 name normally:
15624
15625 @smallexample
15626 (@value{GDBP}) overlay list
15627 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
15628 mapped at 0x1016 - 0x104a
15629 (@value{GDBP}) print foo
15630 $6 = @{int (int)@} 0x1016 <foo>
15631 @end smallexample
15632
15633 When overlay debugging is enabled, @value{GDBN} can find the correct
15634 address for functions and variables in an overlay, whether or not the
15635 overlay is mapped. This allows most @value{GDBN} commands, like
15636 @code{break} and @code{disassemble}, to work normally, even on unmapped
15637 code. However, @value{GDBN}'s breakpoint support has some limitations:
15638
15639 @itemize @bullet
15640 @item
15641 @cindex breakpoints in overlays
15642 @cindex overlays, setting breakpoints in
15643 You can set breakpoints in functions in unmapped overlays, as long as
15644 @value{GDBN} can write to the overlay at its load address.
15645 @item
15646 @value{GDBN} can not set hardware or simulator-based breakpoints in
15647 unmapped overlays. However, if you set a breakpoint at the end of your
15648 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15649 you are using manual overlay management), @value{GDBN} will re-set its
15650 breakpoints properly.
15651 @end itemize
15652
15653
15654 @node Automatic Overlay Debugging
15655 @section Automatic Overlay Debugging
15656 @cindex automatic overlay debugging
15657
15658 @value{GDBN} can automatically track which overlays are mapped and which
15659 are not, given some simple co-operation from the overlay manager in the
15660 inferior. If you enable automatic overlay debugging with the
15661 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15662 looks in the inferior's memory for certain variables describing the
15663 current state of the overlays.
15664
15665 Here are the variables your overlay manager must define to support
15666 @value{GDBN}'s automatic overlay debugging:
15667
15668 @table @asis
15669
15670 @item @code{_ovly_table}:
15671 This variable must be an array of the following structures:
15672
15673 @smallexample
15674 struct
15675 @{
15676 /* The overlay's mapped address. */
15677 unsigned long vma;
15678
15679 /* The size of the overlay, in bytes. */
15680 unsigned long size;
15681
15682 /* The overlay's load address. */
15683 unsigned long lma;
15684
15685 /* Non-zero if the overlay is currently mapped;
15686 zero otherwise. */
15687 unsigned long mapped;
15688 @}
15689 @end smallexample
15690
15691 @item @code{_novlys}:
15692 This variable must be a four-byte signed integer, holding the total
15693 number of elements in @code{_ovly_table}.
15694
15695 @end table
15696
15697 To decide whether a particular overlay is mapped or not, @value{GDBN}
15698 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15699 @code{lma} members equal the VMA and LMA of the overlay's section in the
15700 executable file. When @value{GDBN} finds a matching entry, it consults
15701 the entry's @code{mapped} member to determine whether the overlay is
15702 currently mapped.
15703
15704 In addition, your overlay manager may define a function called
15705 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
15706 will silently set a breakpoint there. If the overlay manager then
15707 calls this function whenever it has changed the overlay table, this
15708 will enable @value{GDBN} to accurately keep track of which overlays
15709 are in program memory, and update any breakpoints that may be set
15710 in overlays. This will allow breakpoints to work even if the
15711 overlays are kept in ROM or other non-writable memory while they
15712 are not being executed.
15713
15714 @node Overlay Sample Program
15715 @section Overlay Sample Program
15716 @cindex overlay example program
15717
15718 When linking a program which uses overlays, you must place the overlays
15719 at their load addresses, while relocating them to run at their mapped
15720 addresses. To do this, you must write a linker script (@pxref{Overlay
15721 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15722 since linker scripts are specific to a particular host system, target
15723 architecture, and target memory layout, this manual cannot provide
15724 portable sample code demonstrating @value{GDBN}'s overlay support.
15725
15726 However, the @value{GDBN} source distribution does contain an overlaid
15727 program, with linker scripts for a few systems, as part of its test
15728 suite. The program consists of the following files from
15729 @file{gdb/testsuite/gdb.base}:
15730
15731 @table @file
15732 @item overlays.c
15733 The main program file.
15734 @item ovlymgr.c
15735 A simple overlay manager, used by @file{overlays.c}.
15736 @item foo.c
15737 @itemx bar.c
15738 @itemx baz.c
15739 @itemx grbx.c
15740 Overlay modules, loaded and used by @file{overlays.c}.
15741 @item d10v.ld
15742 @itemx m32r.ld
15743 Linker scripts for linking the test program on the @code{d10v-elf}
15744 and @code{m32r-elf} targets.
15745 @end table
15746
15747 You can build the test program using the @code{d10v-elf} GCC
15748 cross-compiler like this:
15749
15750 @smallexample
15751 $ d10v-elf-gcc -g -c overlays.c
15752 $ d10v-elf-gcc -g -c ovlymgr.c
15753 $ d10v-elf-gcc -g -c foo.c
15754 $ d10v-elf-gcc -g -c bar.c
15755 $ d10v-elf-gcc -g -c baz.c
15756 $ d10v-elf-gcc -g -c grbx.c
15757 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15758 baz.o grbx.o -Wl,-Td10v.ld -o overlays
15759 @end smallexample
15760
15761 The build process is identical for any other architecture, except that
15762 you must substitute the appropriate compiler and linker script for the
15763 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15764
15765
15766 @node Languages
15767 @chapter Using @value{GDBN} with Different Languages
15768 @cindex languages
15769
15770 Although programming languages generally have common aspects, they are
15771 rarely expressed in the same manner. For instance, in ANSI C,
15772 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15773 Modula-2, it is accomplished by @code{p^}. Values can also be
15774 represented (and displayed) differently. Hex numbers in C appear as
15775 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
15776
15777 @cindex working language
15778 Language-specific information is built into @value{GDBN} for some languages,
15779 allowing you to express operations like the above in your program's
15780 native language, and allowing @value{GDBN} to output values in a manner
15781 consistent with the syntax of your program's native language. The
15782 language you use to build expressions is called the @dfn{working
15783 language}.
15784
15785 @menu
15786 * Setting:: Switching between source languages
15787 * Show:: Displaying the language
15788 * Checks:: Type and range checks
15789 * Supported Languages:: Supported languages
15790 * Unsupported Languages:: Unsupported languages
15791 @end menu
15792
15793 @node Setting
15794 @section Switching Between Source Languages
15795
15796 There are two ways to control the working language---either have @value{GDBN}
15797 set it automatically, or select it manually yourself. You can use the
15798 @code{set language} command for either purpose. On startup, @value{GDBN}
15799 defaults to setting the language automatically. The working language is
15800 used to determine how expressions you type are interpreted, how values
15801 are printed, etc.
15802
15803 In addition to the working language, every source file that
15804 @value{GDBN} knows about has its own working language. For some object
15805 file formats, the compiler might indicate which language a particular
15806 source file is in. However, most of the time @value{GDBN} infers the
15807 language from the name of the file. The language of a source file
15808 controls whether C@t{++} names are demangled---this way @code{backtrace} can
15809 show each frame appropriately for its own language. There is no way to
15810 set the language of a source file from within @value{GDBN}, but you can
15811 set the language associated with a filename extension. @xref{Show, ,
15812 Displaying the Language}.
15813
15814 This is most commonly a problem when you use a program, such
15815 as @code{cfront} or @code{f2c}, that generates C but is written in
15816 another language. In that case, make the
15817 program use @code{#line} directives in its C output; that way
15818 @value{GDBN} will know the correct language of the source code of the original
15819 program, and will display that source code, not the generated C code.
15820
15821 @menu
15822 * Filenames:: Filename extensions and languages.
15823 * Manually:: Setting the working language manually
15824 * Automatically:: Having @value{GDBN} infer the source language
15825 @end menu
15826
15827 @node Filenames
15828 @subsection List of Filename Extensions and Languages
15829
15830 If a source file name ends in one of the following extensions, then
15831 @value{GDBN} infers that its language is the one indicated.
15832
15833 @table @file
15834 @item .ada
15835 @itemx .ads
15836 @itemx .adb
15837 @itemx .a
15838 Ada source file.
15839
15840 @item .c
15841 C source file
15842
15843 @item .C
15844 @itemx .cc
15845 @itemx .cp
15846 @itemx .cpp
15847 @itemx .cxx
15848 @itemx .c++
15849 C@t{++} source file
15850
15851 @item .d
15852 D source file
15853
15854 @item .m
15855 Objective-C source file
15856
15857 @item .f
15858 @itemx .F
15859 Fortran source file
15860
15861 @item .mod
15862 Modula-2 source file
15863
15864 @item .s
15865 @itemx .S
15866 Assembler source file. This actually behaves almost like C, but
15867 @value{GDBN} does not skip over function prologues when stepping.
15868 @end table
15869
15870 In addition, you may set the language associated with a filename
15871 extension. @xref{Show, , Displaying the Language}.
15872
15873 @node Manually
15874 @subsection Setting the Working Language
15875
15876 If you allow @value{GDBN} to set the language automatically,
15877 expressions are interpreted the same way in your debugging session and
15878 your program.
15879
15880 @kindex set language
15881 If you wish, you may set the language manually. To do this, issue the
15882 command @samp{set language @var{lang}}, where @var{lang} is the name of
15883 a language, such as
15884 @code{c} or @code{modula-2}.
15885 For a list of the supported languages, type @samp{set language}.
15886
15887 Setting the language manually prevents @value{GDBN} from updating the working
15888 language automatically. This can lead to confusion if you try
15889 to debug a program when the working language is not the same as the
15890 source language, when an expression is acceptable to both
15891 languages---but means different things. For instance, if the current
15892 source file were written in C, and @value{GDBN} was parsing Modula-2, a
15893 command such as:
15894
15895 @smallexample
15896 print a = b + c
15897 @end smallexample
15898
15899 @noindent
15900 might not have the effect you intended. In C, this means to add
15901 @code{b} and @code{c} and place the result in @code{a}. The result
15902 printed would be the value of @code{a}. In Modula-2, this means to compare
15903 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
15904
15905 @node Automatically
15906 @subsection Having @value{GDBN} Infer the Source Language
15907
15908 To have @value{GDBN} set the working language automatically, use
15909 @samp{set language local} or @samp{set language auto}. @value{GDBN}
15910 then infers the working language. That is, when your program stops in a
15911 frame (usually by encountering a breakpoint), @value{GDBN} sets the
15912 working language to the language recorded for the function in that
15913 frame. If the language for a frame is unknown (that is, if the function
15914 or block corresponding to the frame was defined in a source file that
15915 does not have a recognized extension), the current working language is
15916 not changed, and @value{GDBN} issues a warning.
15917
15918 This may not seem necessary for most programs, which are written
15919 entirely in one source language. However, program modules and libraries
15920 written in one source language can be used by a main program written in
15921 a different source language. Using @samp{set language auto} in this
15922 case frees you from having to set the working language manually.
15923
15924 @node Show
15925 @section Displaying the Language
15926
15927 The following commands help you find out which language is the
15928 working language, and also what language source files were written in.
15929
15930 @table @code
15931 @item show language
15932 @anchor{show language}
15933 @kindex show language
15934 Display the current working language. This is the
15935 language you can use with commands such as @code{print} to
15936 build and compute expressions that may involve variables in your program.
15937
15938 @item info frame
15939 @kindex info frame@r{, show the source language}
15940 Display the source language for this frame. This language becomes the
15941 working language if you use an identifier from this frame.
15942 @xref{Frame Info, ,Information about a Frame}, to identify the other
15943 information listed here.
15944
15945 @item info source
15946 @kindex info source@r{, show the source language}
15947 Display the source language of this source file.
15948 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
15949 information listed here.
15950 @end table
15951
15952 In unusual circumstances, you may have source files with extensions
15953 not in the standard list. You can then set the extension associated
15954 with a language explicitly:
15955
15956 @table @code
15957 @item set extension-language @var{ext} @var{language}
15958 @kindex set extension-language
15959 Tell @value{GDBN} that source files with extension @var{ext} are to be
15960 assumed as written in the source language @var{language}.
15961
15962 @item info extensions
15963 @kindex info extensions
15964 List all the filename extensions and the associated languages.
15965 @end table
15966
15967 @node Checks
15968 @section Type and Range Checking
15969
15970 Some languages are designed to guard you against making seemingly common
15971 errors through a series of compile- and run-time checks. These include
15972 checking the type of arguments to functions and operators and making
15973 sure mathematical overflows are caught at run time. Checks such as
15974 these help to ensure a program's correctness once it has been compiled
15975 by eliminating type mismatches and providing active checks for range
15976 errors when your program is running.
15977
15978 By default @value{GDBN} checks for these errors according to the
15979 rules of the current source language. Although @value{GDBN} does not check
15980 the statements in your program, it can check expressions entered directly
15981 into @value{GDBN} for evaluation via the @code{print} command, for example.
15982
15983 @menu
15984 * Type Checking:: An overview of type checking
15985 * Range Checking:: An overview of range checking
15986 @end menu
15987
15988 @cindex type checking
15989 @cindex checks, type
15990 @node Type Checking
15991 @subsection An Overview of Type Checking
15992
15993 Some languages, such as C and C@t{++}, are strongly typed, meaning that the
15994 arguments to operators and functions have to be of the correct type,
15995 otherwise an error occurs. These checks prevent type mismatch
15996 errors from ever causing any run-time problems. For example,
15997
15998 @smallexample
15999 int klass::my_method(char *b) @{ return b ? 1 : 2; @}
16000
16001 (@value{GDBP}) print obj.my_method (0)
16002 $1 = 2
16003 @exdent but
16004 (@value{GDBP}) print obj.my_method (0x1234)
16005 Cannot resolve method klass::my_method to any overloaded instance
16006 @end smallexample
16007
16008 The second example fails because in C@t{++} the integer constant
16009 @samp{0x1234} is not type-compatible with the pointer parameter type.
16010
16011 For the expressions you use in @value{GDBN} commands, you can tell
16012 @value{GDBN} to not enforce strict type checking or
16013 to treat any mismatches as errors and abandon the expression;
16014 When type checking is disabled, @value{GDBN} successfully evaluates
16015 expressions like the second example above.
16016
16017 Even if type checking is off, there may be other reasons
16018 related to type that prevent @value{GDBN} from evaluating an expression.
16019 For instance, @value{GDBN} does not know how to add an @code{int} and
16020 a @code{struct foo}. These particular type errors have nothing to do
16021 with the language in use and usually arise from expressions which make
16022 little sense to evaluate anyway.
16023
16024 @value{GDBN} provides some additional commands for controlling type checking:
16025
16026 @kindex set check type
16027 @kindex show check type
16028 @table @code
16029 @item set check type on
16030 @itemx set check type off
16031 Set strict type checking on or off. If any type mismatches occur in
16032 evaluating an expression while type checking is on, @value{GDBN} prints a
16033 message and aborts evaluation of the expression.
16034
16035 @item show check type
16036 Show the current setting of type checking and whether @value{GDBN}
16037 is enforcing strict type checking rules.
16038 @end table
16039
16040 @cindex range checking
16041 @cindex checks, range
16042 @node Range Checking
16043 @subsection An Overview of Range Checking
16044
16045 In some languages (such as Modula-2), it is an error to exceed the
16046 bounds of a type; this is enforced with run-time checks. Such range
16047 checking is meant to ensure program correctness by making sure
16048 computations do not overflow, or indices on an array element access do
16049 not exceed the bounds of the array.
16050
16051 For expressions you use in @value{GDBN} commands, you can tell
16052 @value{GDBN} to treat range errors in one of three ways: ignore them,
16053 always treat them as errors and abandon the expression, or issue
16054 warnings but evaluate the expression anyway.
16055
16056 A range error can result from numerical overflow, from exceeding an
16057 array index bound, or when you type a constant that is not a member
16058 of any type. Some languages, however, do not treat overflows as an
16059 error. In many implementations of C, mathematical overflow causes the
16060 result to ``wrap around'' to lower values---for example, if @var{m} is
16061 the largest integer value, and @var{s} is the smallest, then
16062
16063 @smallexample
16064 @var{m} + 1 @result{} @var{s}
16065 @end smallexample
16066
16067 This, too, is specific to individual languages, and in some cases
16068 specific to individual compilers or machines. @xref{Supported Languages, ,
16069 Supported Languages}, for further details on specific languages.
16070
16071 @value{GDBN} provides some additional commands for controlling the range checker:
16072
16073 @kindex set check range
16074 @kindex show check range
16075 @table @code
16076 @item set check range auto
16077 Set range checking on or off based on the current working language.
16078 @xref{Supported Languages, ,Supported Languages}, for the default settings for
16079 each language.
16080
16081 @item set check range on
16082 @itemx set check range off
16083 Set range checking on or off, overriding the default setting for the
16084 current working language. A warning is issued if the setting does not
16085 match the language default. If a range error occurs and range checking is on,
16086 then a message is printed and evaluation of the expression is aborted.
16087
16088 @item set check range warn
16089 Output messages when the @value{GDBN} range checker detects a range error,
16090 but attempt to evaluate the expression anyway. Evaluating the
16091 expression may still be impossible for other reasons, such as accessing
16092 memory that the process does not own (a typical example from many Unix
16093 systems).
16094
16095 @item show check range
16096 Show the current setting of the range checker, and whether or not it is
16097 being set automatically by @value{GDBN}.
16098 @end table
16099
16100 @node Supported Languages
16101 @section Supported Languages
16102
16103 @value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
16104 OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
16105 @c This is false ...
16106 Some @value{GDBN} features may be used in expressions regardless of the
16107 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16108 and the @samp{@{type@}addr} construct (@pxref{Expressions,
16109 ,Expressions}) can be used with the constructs of any supported
16110 language.
16111
16112 The following sections detail to what degree each source language is
16113 supported by @value{GDBN}. These sections are not meant to be language
16114 tutorials or references, but serve only as a reference guide to what the
16115 @value{GDBN} expression parser accepts, and what input and output
16116 formats should look like for different languages. There are many good
16117 books written on each of these languages; please look to these for a
16118 language reference or tutorial.
16119
16120 @menu
16121 * C:: C and C@t{++}
16122 * D:: D
16123 * Go:: Go
16124 * Objective-C:: Objective-C
16125 * OpenCL C:: OpenCL C
16126 * Fortran:: Fortran
16127 * Pascal:: Pascal
16128 * Rust:: Rust
16129 * Modula-2:: Modula-2
16130 * Ada:: Ada
16131 @end menu
16132
16133 @node C
16134 @subsection C and C@t{++}
16135
16136 @cindex C and C@t{++}
16137 @cindex expressions in C or C@t{++}
16138
16139 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
16140 to both languages. Whenever this is the case, we discuss those languages
16141 together.
16142
16143 @cindex C@t{++}
16144 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
16145 @cindex @sc{gnu} C@t{++}
16146 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16147 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16148 effectively, you must compile your C@t{++} programs with a supported
16149 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
16150 compiler (@code{aCC}).
16151
16152 @menu
16153 * C Operators:: C and C@t{++} operators
16154 * C Constants:: C and C@t{++} constants
16155 * C Plus Plus Expressions:: C@t{++} expressions
16156 * C Defaults:: Default settings for C and C@t{++}
16157 * C Checks:: C and C@t{++} type and range checks
16158 * Debugging C:: @value{GDBN} and C
16159 * Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
16160 * Decimal Floating Point:: Numbers in Decimal Floating Point format
16161 @end menu
16162
16163 @node C Operators
16164 @subsubsection C and C@t{++} Operators
16165
16166 @cindex C and C@t{++} operators
16167
16168 Operators must be defined on values of specific types. For instance,
16169 @code{+} is defined on numbers, but not on structures. Operators are
16170 often defined on groups of types.
16171
16172 For the purposes of C and C@t{++}, the following definitions hold:
16173
16174 @itemize @bullet
16175
16176 @item
16177 @emph{Integral types} include @code{int} with any of its storage-class
16178 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
16179
16180 @item
16181 @emph{Floating-point types} include @code{float}, @code{double}, and
16182 @code{long double} (if supported by the target platform).
16183
16184 @item
16185 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
16186
16187 @item
16188 @emph{Scalar types} include all of the above.
16189
16190 @end itemize
16191
16192 @noindent
16193 The following operators are supported. They are listed here
16194 in order of increasing precedence:
16195
16196 @table @code
16197 @item ,
16198 The comma or sequencing operator. Expressions in a comma-separated list
16199 are evaluated from left to right, with the result of the entire
16200 expression being the last expression evaluated.
16201
16202 @item =
16203 Assignment. The value of an assignment expression is the value
16204 assigned. Defined on scalar types.
16205
16206 @item @var{op}=
16207 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16208 and translated to @w{@code{@var{a} = @var{a op b}}}.
16209 @w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
16210 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16211 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16212
16213 @item ?:
16214 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
16215 of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16216 should be of an integral type.
16217
16218 @item ||
16219 Logical @sc{or}. Defined on integral types.
16220
16221 @item &&
16222 Logical @sc{and}. Defined on integral types.
16223
16224 @item |
16225 Bitwise @sc{or}. Defined on integral types.
16226
16227 @item ^
16228 Bitwise exclusive-@sc{or}. Defined on integral types.
16229
16230 @item &
16231 Bitwise @sc{and}. Defined on integral types.
16232
16233 @item ==@r{, }!=
16234 Equality and inequality. Defined on scalar types. The value of these
16235 expressions is 0 for false and non-zero for true.
16236
16237 @item <@r{, }>@r{, }<=@r{, }>=
16238 Less than, greater than, less than or equal, greater than or equal.
16239 Defined on scalar types. The value of these expressions is 0 for false
16240 and non-zero for true.
16241
16242 @item <<@r{, }>>
16243 left shift, and right shift. Defined on integral types.
16244
16245 @item @@
16246 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16247
16248 @item +@r{, }-
16249 Addition and subtraction. Defined on integral types, floating-point types and
16250 pointer types.
16251
16252 @item *@r{, }/@r{, }%
16253 Multiplication, division, and modulus. Multiplication and division are
16254 defined on integral and floating-point types. Modulus is defined on
16255 integral types.
16256
16257 @item ++@r{, }--
16258 Increment and decrement. When appearing before a variable, the
16259 operation is performed before the variable is used in an expression;
16260 when appearing after it, the variable's value is used before the
16261 operation takes place.
16262
16263 @item *
16264 Pointer dereferencing. Defined on pointer types. Same precedence as
16265 @code{++}.
16266
16267 @item &
16268 Address operator. Defined on variables. Same precedence as @code{++}.
16269
16270 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16271 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
16272 to examine the address
16273 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
16274 stored.
16275
16276 @item -
16277 Negative. Defined on integral and floating-point types. Same
16278 precedence as @code{++}.
16279
16280 @item !
16281 Logical negation. Defined on integral types. Same precedence as
16282 @code{++}.
16283
16284 @item ~
16285 Bitwise complement operator. Defined on integral types. Same precedence as
16286 @code{++}.
16287
16288
16289 @item .@r{, }->
16290 Structure member, and pointer-to-structure member. For convenience,
16291 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
16292 pointer based on the stored type information.
16293 Defined on @code{struct} and @code{union} data.
16294
16295 @item .*@r{, }->*
16296 Dereferences of pointers to members.
16297
16298 @item []
16299 Array indexing. @code{@var{a}[@var{i}]} is defined as
16300 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16301
16302 @item ()
16303 Function parameter list. Same precedence as @code{->}.
16304
16305 @item ::
16306 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
16307 and @code{class} types.
16308
16309 @item ::
16310 Doubled colons also represent the @value{GDBN} scope operator
16311 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16312 above.
16313 @end table
16314
16315 If an operator is redefined in the user code, @value{GDBN} usually
16316 attempts to invoke the redefined version instead of using the operator's
16317 predefined meaning.
16318
16319 @node C Constants
16320 @subsubsection C and C@t{++} Constants
16321
16322 @cindex C and C@t{++} constants
16323
16324 @value{GDBN} allows you to express the constants of C and C@t{++} in the
16325 following ways:
16326
16327 @itemize @bullet
16328 @item
16329 Integer constants are a sequence of digits. Octal constants are
16330 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16331 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
16332 @samp{l}, specifying that the constant should be treated as a
16333 @code{long} value.
16334
16335 @item
16336 Floating point constants are a sequence of digits, followed by a decimal
16337 point, followed by a sequence of digits, and optionally followed by an
16338 exponent. An exponent is of the form:
16339 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16340 sequence of digits. The @samp{+} is optional for positive exponents.
16341 A floating-point constant may also end with a letter @samp{f} or
16342 @samp{F}, specifying that the constant should be treated as being of
16343 the @code{float} (as opposed to the default @code{double}) type; or with
16344 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16345 constant.
16346
16347 @item
16348 Enumerated constants consist of enumerated identifiers, or their
16349 integral equivalents.
16350
16351 @item
16352 Character constants are a single character surrounded by single quotes
16353 (@code{'}), or a number---the ordinal value of the corresponding character
16354 (usually its @sc{ascii} value). Within quotes, the single character may
16355 be represented by a letter or by @dfn{escape sequences}, which are of
16356 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16357 of the character's ordinal value; or of the form @samp{\@var{x}}, where
16358 @samp{@var{x}} is a predefined special character---for example,
16359 @samp{\n} for newline.
16360
16361 Wide character constants can be written by prefixing a character
16362 constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16363 form of @samp{x}. The target wide character set is used when
16364 computing the value of this constant (@pxref{Character Sets}).
16365
16366 @item
16367 String constants are a sequence of character constants surrounded by
16368 double quotes (@code{"}). Any valid character constant (as described
16369 above) may appear. Double quotes within the string must be preceded by
16370 a backslash, so for instance @samp{"a\"b'c"} is a string of five
16371 characters.
16372
16373 Wide string constants can be written by prefixing a string constant
16374 with @samp{L}, as in C. The target wide character set is used when
16375 computing the value of this constant (@pxref{Character Sets}).
16376
16377 @item
16378 Pointer constants are an integral value. You can also write pointers
16379 to constants using the C operator @samp{&}.
16380
16381 @item
16382 Array constants are comma-separated lists surrounded by braces @samp{@{}
16383 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16384 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16385 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16386 @end itemize
16387
16388 @node C Plus Plus Expressions
16389 @subsubsection C@t{++} Expressions
16390
16391 @cindex expressions in C@t{++}
16392 @value{GDBN} expression handling can interpret most C@t{++} expressions.
16393
16394 @cindex debugging C@t{++} programs
16395 @cindex C@t{++} compilers
16396 @cindex debug formats and C@t{++}
16397 @cindex @value{NGCC} and C@t{++}
16398 @quotation
16399 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16400 the proper compiler and the proper debug format. Currently,
16401 @value{GDBN} works best when debugging C@t{++} code that is compiled
16402 with the most recent version of @value{NGCC} possible. The DWARF
16403 debugging format is preferred; @value{NGCC} defaults to this on most
16404 popular platforms. Other compilers and/or debug formats are likely to
16405 work badly or not at all when using @value{GDBN} to debug C@t{++}
16406 code. @xref{Compilation}.
16407 @end quotation
16408
16409 @enumerate
16410
16411 @cindex member functions
16412 @item
16413 Member function calls are allowed; you can use expressions like
16414
16415 @smallexample
16416 count = aml->GetOriginal(x, y)
16417 @end smallexample
16418
16419 @vindex this@r{, inside C@t{++} member functions}
16420 @cindex namespace in C@t{++}
16421 @item
16422 While a member function is active (in the selected stack frame), your
16423 expressions have the same namespace available as the member function;
16424 that is, @value{GDBN} allows implicit references to the class instance
16425 pointer @code{this} following the same rules as C@t{++}. @code{using}
16426 declarations in the current scope are also respected by @value{GDBN}.
16427
16428 @cindex call overloaded functions
16429 @cindex overloaded functions, calling
16430 @cindex type conversions in C@t{++}
16431 @item
16432 You can call overloaded functions; @value{GDBN} resolves the function
16433 call to the right definition, with some restrictions. @value{GDBN} does not
16434 perform overload resolution involving user-defined type conversions,
16435 calls to constructors, or instantiations of templates that do not exist
16436 in the program. It also cannot handle ellipsis argument lists or
16437 default arguments.
16438
16439 It does perform integral conversions and promotions, floating-point
16440 promotions, arithmetic conversions, pointer conversions, conversions of
16441 class objects to base classes, and standard conversions such as those of
16442 functions or arrays to pointers; it requires an exact match on the
16443 number of function arguments.
16444
16445 Overload resolution is always performed, unless you have specified
16446 @code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16447 ,@value{GDBN} Features for C@t{++}}.
16448
16449 You must specify @code{set overload-resolution off} in order to use an
16450 explicit function signature to call an overloaded function, as in
16451 @smallexample
16452 p 'foo(char,int)'('x', 13)
16453 @end smallexample
16454
16455 The @value{GDBN} command-completion facility can simplify this;
16456 see @ref{Completion, ,Command Completion}.
16457
16458 @cindex reference declarations
16459 @item
16460 @value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16461 references; you can use them in expressions just as you do in C@t{++}
16462 source---they are automatically dereferenced.
16463
16464 In the parameter list shown when @value{GDBN} displays a frame, the values of
16465 reference variables are not displayed (unlike other variables); this
16466 avoids clutter, since references are often used for large structures.
16467 The @emph{address} of a reference variable is always shown, unless
16468 you have specified @samp{set print address off}.
16469
16470 @item
16471 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
16472 expressions can use it just as expressions in your program do. Since
16473 one scope may be defined in another, you can use @code{::} repeatedly if
16474 necessary, for example in an expression like
16475 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
16476 resolving name scope by reference to source files, in both C and C@t{++}
16477 debugging (@pxref{Variables, ,Program Variables}).
16478
16479 @item
16480 @value{GDBN} performs argument-dependent lookup, following the C@t{++}
16481 specification.
16482 @end enumerate
16483
16484 @node C Defaults
16485 @subsubsection C and C@t{++} Defaults
16486
16487 @cindex C and C@t{++} defaults
16488
16489 If you allow @value{GDBN} to set range checking automatically, it
16490 defaults to @code{off} whenever the working language changes to
16491 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
16492 selects the working language.
16493
16494 If you allow @value{GDBN} to set the language automatically, it
16495 recognizes source files whose names end with @file{.c}, @file{.C}, or
16496 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
16497 these files, it sets the working language to C or C@t{++}.
16498 @xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
16499 for further details.
16500
16501 @node C Checks
16502 @subsubsection C and C@t{++} Type and Range Checks
16503
16504 @cindex C and C@t{++} checks
16505
16506 By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16507 checking is used. However, if you turn type checking off, @value{GDBN}
16508 will allow certain non-standard conversions, such as promoting integer
16509 constants to pointers.
16510
16511 Range checking, if turned on, is done on mathematical operations. Array
16512 indices are not checked, since they are often used to index a pointer
16513 that is not itself an array.
16514
16515 @node Debugging C
16516 @subsubsection @value{GDBN} and C
16517
16518 The @code{set print union} and @code{show print union} commands apply to
16519 the @code{union} type. When set to @samp{on}, any @code{union} that is
16520 inside a @code{struct} or @code{class} is also printed. Otherwise, it
16521 appears as @samp{@{...@}}.
16522
16523 The @code{@@} operator aids in the debugging of dynamic arrays, formed
16524 with pointers and a memory allocation function. @xref{Expressions,
16525 ,Expressions}.
16526
16527 @node Debugging C Plus Plus
16528 @subsubsection @value{GDBN} Features for C@t{++}
16529
16530 @cindex commands for C@t{++}
16531
16532 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16533 designed specifically for use with C@t{++}. Here is a summary:
16534
16535 @table @code
16536 @cindex break in overloaded functions
16537 @item @r{breakpoint menus}
16538 When you want a breakpoint in a function whose name is overloaded,
16539 @value{GDBN} has the capability to display a menu of possible breakpoint
16540 locations to help you specify which function definition you want.
16541 @xref{Ambiguous Expressions,,Ambiguous Expressions}.
16542
16543 @cindex overloading in C@t{++}
16544 @item rbreak @var{regex}
16545 Setting breakpoints using regular expressions is helpful for setting
16546 breakpoints on overloaded functions that are not members of any special
16547 classes.
16548 @xref{Set Breaks, ,Setting Breakpoints}.
16549
16550 @cindex C@t{++} exception handling
16551 @item catch throw
16552 @itemx catch rethrow
16553 @itemx catch catch
16554 Debug C@t{++} exception handling using these commands. @xref{Set
16555 Catchpoints, , Setting Catchpoints}.
16556
16557 @cindex inheritance
16558 @item ptype @var{typename}
16559 Print inheritance relationships as well as other information for type
16560 @var{typename}.
16561 @xref{Symbols, ,Examining the Symbol Table}.
16562
16563 @item info vtbl @var{expression}.
16564 The @code{info vtbl} command can be used to display the virtual
16565 method tables of the object computed by @var{expression}. This shows
16566 one entry per virtual table; there may be multiple virtual tables when
16567 multiple inheritance is in use.
16568
16569 @cindex C@t{++} demangling
16570 @item demangle @var{name}
16571 Demangle @var{name}.
16572 @xref{Symbols}, for a more complete description of the @code{demangle} command.
16573
16574 @cindex C@t{++} symbol display
16575 @item set print demangle
16576 @itemx show print demangle
16577 @itemx set print asm-demangle
16578 @itemx show print asm-demangle
16579 Control whether C@t{++} symbols display in their source form, both when
16580 displaying code as C@t{++} source and when displaying disassemblies.
16581 @xref{Print Settings, ,Print Settings}.
16582
16583 @item set print object
16584 @itemx show print object
16585 Choose whether to print derived (actual) or declared types of objects.
16586 @xref{Print Settings, ,Print Settings}.
16587
16588 @item set print vtbl
16589 @itemx show print vtbl
16590 Control the format for printing virtual function tables.
16591 @xref{Print Settings, ,Print Settings}.
16592 (The @code{vtbl} commands do not work on programs compiled with the HP
16593 ANSI C@t{++} compiler (@code{aCC}).)
16594
16595 @kindex set overload-resolution
16596 @cindex overloaded functions, overload resolution
16597 @item set overload-resolution on
16598 Enable overload resolution for C@t{++} expression evaluation. The default
16599 is on. For overloaded functions, @value{GDBN} evaluates the arguments
16600 and searches for a function whose signature matches the argument types,
16601 using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16602 Expressions, ,C@t{++} Expressions}, for details).
16603 If it cannot find a match, it emits a message.
16604
16605 @item set overload-resolution off
16606 Disable overload resolution for C@t{++} expression evaluation. For
16607 overloaded functions that are not class member functions, @value{GDBN}
16608 chooses the first function of the specified name that it finds in the
16609 symbol table, whether or not its arguments are of the correct type. For
16610 overloaded functions that are class member functions, @value{GDBN}
16611 searches for a function whose signature @emph{exactly} matches the
16612 argument types.
16613
16614 @kindex show overload-resolution
16615 @item show overload-resolution
16616 Show the current setting of overload resolution.
16617
16618 @item @r{Overloaded symbol names}
16619 You can specify a particular definition of an overloaded symbol, using
16620 the same notation that is used to declare such symbols in C@t{++}: type
16621 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16622 also use the @value{GDBN} command-line word completion facilities to list the
16623 available choices, or to finish the type list for you.
16624 @xref{Completion,, Command Completion}, for details on how to do this.
16625
16626 @item @r{Breakpoints in functions with ABI tags}
16627
16628 The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16629 correspond to changes in the ABI of a type, function, or variable that
16630 would not otherwise be reflected in a mangled name. See
16631 @url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16632 for more detail.
16633
16634 The ABI tags are visible in C@t{++} demangled names. For example, a
16635 function that returns a std::string:
16636
16637 @smallexample
16638 std::string function(int);
16639 @end smallexample
16640
16641 @noindent
16642 when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16643 tag, and @value{GDBN} displays the symbol like this:
16644
16645 @smallexample
16646 function[abi:cxx11](int)
16647 @end smallexample
16648
16649 You can set a breakpoint on such functions simply as if they had no
16650 tag. For example:
16651
16652 @smallexample
16653 (gdb) b function(int)
16654 Breakpoint 2 at 0x40060d: file main.cc, line 10.
16655 (gdb) info breakpoints
16656 Num Type Disp Enb Address What
16657 1 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16658 at main.cc:10
16659 @end smallexample
16660
16661 On the rare occasion you need to disambiguate between different ABI
16662 tags, you can do so by simply including the ABI tag in the function
16663 name, like:
16664
16665 @smallexample
16666 (@value{GDBP}) b ambiguous[abi:other_tag](int)
16667 @end smallexample
16668 @end table
16669
16670 @node Decimal Floating Point
16671 @subsubsection Decimal Floating Point format
16672 @cindex decimal floating point format
16673
16674 @value{GDBN} can examine, set and perform computations with numbers in
16675 decimal floating point format, which in the C language correspond to the
16676 @code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16677 specified by the extension to support decimal floating-point arithmetic.
16678
16679 There are two encodings in use, depending on the architecture: BID (Binary
16680 Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
16681 PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16682 configured target.
16683
16684 Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16685 to manipulate decimal floating point numbers, it is not possible to convert
16686 (using a cast, for example) integers wider than 32-bit to decimal float.
16687
16688 In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16689 point computations, error checking in decimal float operations ignores
16690 underflow, overflow and divide by zero exceptions.
16691
16692 In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
16693 to inspect @code{_Decimal128} values stored in floating point registers.
16694 See @ref{PowerPC,,PowerPC} for more details.
16695
16696 @node D
16697 @subsection D
16698
16699 @cindex D
16700 @value{GDBN} can be used to debug programs written in D and compiled with
16701 GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16702 specific feature --- dynamic arrays.
16703
16704 @node Go
16705 @subsection Go
16706
16707 @cindex Go (programming language)
16708 @value{GDBN} can be used to debug programs written in Go and compiled with
16709 @file{gccgo} or @file{6g} compilers.
16710
16711 Here is a summary of the Go-specific features and restrictions:
16712
16713 @table @code
16714 @cindex current Go package
16715 @item The current Go package
16716 The name of the current package does not need to be specified when
16717 specifying global variables and functions.
16718
16719 For example, given the program:
16720
16721 @example
16722 package main
16723 var myglob = "Shall we?"
16724 func main () @{
16725 // ...
16726 @}
16727 @end example
16728
16729 When stopped inside @code{main} either of these work:
16730
16731 @example
16732 (gdb) p myglob
16733 (gdb) p main.myglob
16734 @end example
16735
16736 @cindex builtin Go types
16737 @item Builtin Go types
16738 The @code{string} type is recognized by @value{GDBN} and is printed
16739 as a string.
16740
16741 @cindex builtin Go functions
16742 @item Builtin Go functions
16743 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16744 function and handles it internally.
16745
16746 @cindex restrictions on Go expressions
16747 @item Restrictions on Go expressions
16748 All Go operators are supported except @code{&^}.
16749 The Go @code{_} ``blank identifier'' is not supported.
16750 Automatic dereferencing of pointers is not supported.
16751 @end table
16752
16753 @node Objective-C
16754 @subsection Objective-C
16755
16756 @cindex Objective-C
16757 This section provides information about some commands and command
16758 options that are useful for debugging Objective-C code. See also
16759 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16760 few more commands specific to Objective-C support.
16761
16762 @menu
16763 * Method Names in Commands::
16764 * The Print Command with Objective-C::
16765 @end menu
16766
16767 @node Method Names in Commands
16768 @subsubsection Method Names in Commands
16769
16770 The following commands have been extended to accept Objective-C method
16771 names as line specifications:
16772
16773 @kindex clear@r{, and Objective-C}
16774 @kindex break@r{, and Objective-C}
16775 @kindex info line@r{, and Objective-C}
16776 @kindex jump@r{, and Objective-C}
16777 @kindex list@r{, and Objective-C}
16778 @itemize
16779 @item @code{clear}
16780 @item @code{break}
16781 @item @code{info line}
16782 @item @code{jump}
16783 @item @code{list}
16784 @end itemize
16785
16786 A fully qualified Objective-C method name is specified as
16787
16788 @smallexample
16789 -[@var{Class} @var{methodName}]
16790 @end smallexample
16791
16792 where the minus sign is used to indicate an instance method and a
16793 plus sign (not shown) is used to indicate a class method. The class
16794 name @var{Class} and method name @var{methodName} are enclosed in
16795 brackets, similar to the way messages are specified in Objective-C
16796 source code. For example, to set a breakpoint at the @code{create}
16797 instance method of class @code{Fruit} in the program currently being
16798 debugged, enter:
16799
16800 @smallexample
16801 break -[Fruit create]
16802 @end smallexample
16803
16804 To list ten program lines around the @code{initialize} class method,
16805 enter:
16806
16807 @smallexample
16808 list +[NSText initialize]
16809 @end smallexample
16810
16811 In the current version of @value{GDBN}, the plus or minus sign is
16812 required. In future versions of @value{GDBN}, the plus or minus
16813 sign will be optional, but you can use it to narrow the search. It
16814 is also possible to specify just a method name:
16815
16816 @smallexample
16817 break create
16818 @end smallexample
16819
16820 You must specify the complete method name, including any colons. If
16821 your program's source files contain more than one @code{create} method,
16822 you'll be presented with a numbered list of classes that implement that
16823 method. Indicate your choice by number, or type @samp{0} to exit if
16824 none apply.
16825
16826 As another example, to clear a breakpoint established at the
16827 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
16828
16829 @smallexample
16830 clear -[NSWindow makeKeyAndOrderFront:]
16831 @end smallexample
16832
16833 @node The Print Command with Objective-C
16834 @subsubsection The Print Command With Objective-C
16835 @cindex Objective-C, print objects
16836 @kindex print-object
16837 @kindex po @r{(@code{print-object})}
16838
16839 The print command has also been extended to accept methods. For example:
16840
16841 @smallexample
16842 print -[@var{object} hash]
16843 @end smallexample
16844
16845 @cindex print an Objective-C object description
16846 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
16847 @noindent
16848 will tell @value{GDBN} to send the @code{hash} message to @var{object}
16849 and print the result. Also, an additional command has been added,
16850 @code{print-object} or @code{po} for short, which is meant to print
16851 the description of an object. However, this command may only work
16852 with certain Objective-C libraries that have a particular hook
16853 function, @code{_NSPrintForDebugger}, defined.
16854
16855 @node OpenCL C
16856 @subsection OpenCL C
16857
16858 @cindex OpenCL C
16859 This section provides information about @value{GDBN}s OpenCL C support.
16860
16861 @menu
16862 * OpenCL C Datatypes::
16863 * OpenCL C Expressions::
16864 * OpenCL C Operators::
16865 @end menu
16866
16867 @node OpenCL C Datatypes
16868 @subsubsection OpenCL C Datatypes
16869
16870 @cindex OpenCL C Datatypes
16871 @value{GDBN} supports the builtin scalar and vector datatypes specified
16872 by OpenCL 1.1. In addition the half- and double-precision floating point
16873 data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16874 extensions are also known to @value{GDBN}.
16875
16876 @node OpenCL C Expressions
16877 @subsubsection OpenCL C Expressions
16878
16879 @cindex OpenCL C Expressions
16880 @value{GDBN} supports accesses to vector components including the access as
16881 lvalue where possible. Since OpenCL C is based on C99 most C expressions
16882 supported by @value{GDBN} can be used as well.
16883
16884 @node OpenCL C Operators
16885 @subsubsection OpenCL C Operators
16886
16887 @cindex OpenCL C Operators
16888 @value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16889 vector data types.
16890
16891 @node Fortran
16892 @subsection Fortran
16893 @cindex Fortran-specific support in @value{GDBN}
16894
16895 @value{GDBN} can be used to debug programs written in Fortran, but it
16896 currently supports only the features of Fortran 77 language.
16897
16898 @cindex trailing underscore, in Fortran symbols
16899 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16900 among them) append an underscore to the names of variables and
16901 functions. When you debug programs compiled by those compilers, you
16902 will need to refer to variables and functions with a trailing
16903 underscore.
16904
16905 @menu
16906 * Fortran Operators:: Fortran operators and expressions
16907 * Fortran Defaults:: Default settings for Fortran
16908 * Special Fortran Commands:: Special @value{GDBN} commands for Fortran
16909 @end menu
16910
16911 @node Fortran Operators
16912 @subsubsection Fortran Operators and Expressions
16913
16914 @cindex Fortran operators and expressions
16915
16916 Operators must be defined on values of specific types. For instance,
16917 @code{+} is defined on numbers, but not on characters or other non-
16918 arithmetic types. Operators are often defined on groups of types.
16919
16920 @table @code
16921 @item **
16922 The exponentiation operator. It raises the first operand to the power
16923 of the second one.
16924
16925 @item :
16926 The range operator. Normally used in the form of array(low:high) to
16927 represent a section of array.
16928
16929 @item %
16930 The access component operator. Normally used to access elements in derived
16931 types. Also suitable for unions. As unions aren't part of regular Fortran,
16932 this can only happen when accessing a register that uses a gdbarch-defined
16933 union type.
16934 @item ::
16935 The scope operator. Normally used to access variables in modules or
16936 to set breakpoints on subroutines nested in modules or in other
16937 subroutines (internal subroutines).
16938 @end table
16939
16940 @node Fortran Defaults
16941 @subsubsection Fortran Defaults
16942
16943 @cindex Fortran Defaults
16944
16945 Fortran symbols are usually case-insensitive, so @value{GDBN} by
16946 default uses case-insensitive matches for Fortran symbols. You can
16947 change that with the @samp{set case-insensitive} command, see
16948 @ref{Symbols}, for the details.
16949
16950 @node Special Fortran Commands
16951 @subsubsection Special Fortran Commands
16952
16953 @cindex Special Fortran commands
16954
16955 @value{GDBN} has some commands to support Fortran-specific features,
16956 such as displaying common blocks.
16957
16958 @table @code
16959 @cindex @code{COMMON} blocks, Fortran
16960 @kindex info common
16961 @item info common @r{[}@var{common-name}@r{]}
16962 This command prints the values contained in the Fortran @code{COMMON}
16963 block whose name is @var{common-name}. With no argument, the names of
16964 all @code{COMMON} blocks visible at the current program location are
16965 printed.
16966 @cindex arrays slices (Fortran)
16967 @kindex set fortran repack-array-slices
16968 @kindex show fortran repack-array-slices
16969 @item set fortran repack-array-slices [on|off]
16970 @item show fortran repack-array-slices
16971 When taking a slice from an array, a Fortran compiler can choose to
16972 either produce an array descriptor that describes the slice in place,
16973 or it may repack the slice, copying the elements of the slice into a
16974 new region of memory.
16975
16976 When this setting is on, then @value{GDBN} will also repack array
16977 slices in some situations. When this setting is off, then
16978 @value{GDBN} will create array descriptors for slices that reference
16979 the original data in place.
16980
16981 @value{GDBN} will never repack an array slice if the data for the
16982 slice is contiguous within the original array.
16983
16984 @value{GDBN} will always repack string slices if the data for the
16985 slice is non-contiguous within the original string as @value{GDBN}
16986 does not support printing non-contiguous strings.
16987
16988 The default for this setting is @code{off}.
16989 @end table
16990
16991 @node Pascal
16992 @subsection Pascal
16993
16994 @cindex Pascal support in @value{GDBN}, limitations
16995 Debugging Pascal programs which use sets, subranges, file variables, or
16996 nested functions does not currently work. @value{GDBN} does not support
16997 entering expressions, printing values, or similar features using Pascal
16998 syntax.
16999
17000 The Pascal-specific command @code{set print pascal_static-members}
17001 controls whether static members of Pascal objects are displayed.
17002 @xref{Print Settings, pascal_static-members}.
17003
17004 @node Rust
17005 @subsection Rust
17006
17007 @value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
17008 Programming Language}. Type- and value-printing, and expression
17009 parsing, are reasonably complete. However, there are a few
17010 peculiarities and holes to be aware of.
17011
17012 @itemize @bullet
17013 @item
17014 Linespecs (@pxref{Specify Location}) are never relative to the current
17015 crate. Instead, they act as if there were a global namespace of
17016 crates, somewhat similar to the way @code{extern crate} behaves.
17017
17018 That is, if @value{GDBN} is stopped at a breakpoint in a function in
17019 crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
17020 to set a breakpoint in a function named @samp{f} in a crate named
17021 @samp{B}.
17022
17023 As a consequence of this approach, linespecs also cannot refer to
17024 items using @samp{self::} or @samp{super::}.
17025
17026 @item
17027 Because @value{GDBN} implements Rust name-lookup semantics in
17028 expressions, it will sometimes prepend the current crate to a name.
17029 For example, if @value{GDBN} is stopped at a breakpoint in the crate
17030 @samp{K}, then @code{print ::x::y} will try to find the symbol
17031 @samp{K::x::y}.
17032
17033 However, since it is useful to be able to refer to other crates when
17034 debugging, @value{GDBN} provides the @code{extern} extension to
17035 circumvent this. To use the extension, just put @code{extern} before
17036 a path expression to refer to the otherwise unavailable ``global''
17037 scope.
17038
17039 In the above example, if you wanted to refer to the symbol @samp{y} in
17040 the crate @samp{x}, you would use @code{print extern x::y}.
17041
17042 @item
17043 The Rust expression evaluator does not support ``statement-like''
17044 expressions such as @code{if} or @code{match}, or lambda expressions.
17045
17046 @item
17047 Tuple expressions are not implemented.
17048
17049 @item
17050 The Rust expression evaluator does not currently implement the
17051 @code{Drop} trait. Objects that may be created by the evaluator will
17052 never be destroyed.
17053
17054 @item
17055 @value{GDBN} does not implement type inference for generics. In order
17056 to call generic functions or otherwise refer to generic items, you
17057 will have to specify the type parameters manually.
17058
17059 @item
17060 @value{GDBN} currently uses the C@t{++} demangler for Rust. In most
17061 cases this does not cause any problems. However, in an expression
17062 context, completing a generic function name will give syntactically
17063 invalid results. This happens because Rust requires the @samp{::}
17064 operator between the function name and its generic arguments. For
17065 example, @value{GDBN} might provide a completion like
17066 @code{crate::f<u32>}, where the parser would require
17067 @code{crate::f::<u32>}.
17068
17069 @item
17070 As of this writing, the Rust compiler (version 1.8) has a few holes in
17071 the debugging information it generates. These holes prevent certain
17072 features from being implemented by @value{GDBN}:
17073 @itemize @bullet
17074
17075 @item
17076 Method calls cannot be made via traits.
17077
17078 @item
17079 Operator overloading is not implemented.
17080
17081 @item
17082 When debugging in a monomorphized function, you cannot use the generic
17083 type names.
17084
17085 @item
17086 The type @code{Self} is not available.
17087
17088 @item
17089 @code{use} statements are not available, so some names may not be
17090 available in the crate.
17091 @end itemize
17092 @end itemize
17093
17094 @node Modula-2
17095 @subsection Modula-2
17096
17097 @cindex Modula-2, @value{GDBN} support
17098
17099 The extensions made to @value{GDBN} to support Modula-2 only support
17100 output from the @sc{gnu} Modula-2 compiler (which is currently being
17101 developed). Other Modula-2 compilers are not currently supported, and
17102 attempting to debug executables produced by them is most likely
17103 to give an error as @value{GDBN} reads in the executable's symbol
17104 table.
17105
17106 @cindex expressions in Modula-2
17107 @menu
17108 * M2 Operators:: Built-in operators
17109 * Built-In Func/Proc:: Built-in functions and procedures
17110 * M2 Constants:: Modula-2 constants
17111 * M2 Types:: Modula-2 types
17112 * M2 Defaults:: Default settings for Modula-2
17113 * Deviations:: Deviations from standard Modula-2
17114 * M2 Checks:: Modula-2 type and range checks
17115 * M2 Scope:: The scope operators @code{::} and @code{.}
17116 * GDB/M2:: @value{GDBN} and Modula-2
17117 @end menu
17118
17119 @node M2 Operators
17120 @subsubsection Operators
17121 @cindex Modula-2 operators
17122
17123 Operators must be defined on values of specific types. For instance,
17124 @code{+} is defined on numbers, but not on structures. Operators are
17125 often defined on groups of types. For the purposes of Modula-2, the
17126 following definitions hold:
17127
17128 @itemize @bullet
17129
17130 @item
17131 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17132 their subranges.
17133
17134 @item
17135 @emph{Character types} consist of @code{CHAR} and its subranges.
17136
17137 @item
17138 @emph{Floating-point types} consist of @code{REAL}.
17139
17140 @item
17141 @emph{Pointer types} consist of anything declared as @code{POINTER TO
17142 @var{type}}.
17143
17144 @item
17145 @emph{Scalar types} consist of all of the above.
17146
17147 @item
17148 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
17149
17150 @item
17151 @emph{Boolean types} consist of @code{BOOLEAN}.
17152 @end itemize
17153
17154 @noindent
17155 The following operators are supported, and appear in order of
17156 increasing precedence:
17157
17158 @table @code
17159 @item ,
17160 Function argument or array index separator.
17161
17162 @item :=
17163 Assignment. The value of @var{var} @code{:=} @var{value} is
17164 @var{value}.
17165
17166 @item <@r{, }>
17167 Less than, greater than on integral, floating-point, or enumerated
17168 types.
17169
17170 @item <=@r{, }>=
17171 Less than or equal to, greater than or equal to
17172 on integral, floating-point and enumerated types, or set inclusion on
17173 set types. Same precedence as @code{<}.
17174
17175 @item =@r{, }<>@r{, }#
17176 Equality and two ways of expressing inequality, valid on scalar types.
17177 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17178 available for inequality, since @code{#} conflicts with the script
17179 comment character.
17180
17181 @item IN
17182 Set membership. Defined on set types and the types of their members.
17183 Same precedence as @code{<}.
17184
17185 @item OR
17186 Boolean disjunction. Defined on boolean types.
17187
17188 @item AND@r{, }&
17189 Boolean conjunction. Defined on boolean types.
17190
17191 @item @@
17192 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17193
17194 @item +@r{, }-
17195 Addition and subtraction on integral and floating-point types, or union
17196 and difference on set types.
17197
17198 @item *
17199 Multiplication on integral and floating-point types, or set intersection
17200 on set types.
17201
17202 @item /
17203 Division on floating-point types, or symmetric set difference on set
17204 types. Same precedence as @code{*}.
17205
17206 @item DIV@r{, }MOD
17207 Integer division and remainder. Defined on integral types. Same
17208 precedence as @code{*}.
17209
17210 @item -
17211 Negative. Defined on @code{INTEGER} and @code{REAL} data.
17212
17213 @item ^
17214 Pointer dereferencing. Defined on pointer types.
17215
17216 @item NOT
17217 Boolean negation. Defined on boolean types. Same precedence as
17218 @code{^}.
17219
17220 @item .
17221 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
17222 precedence as @code{^}.
17223
17224 @item []
17225 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17226
17227 @item ()
17228 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17229 as @code{^}.
17230
17231 @item ::@r{, }.
17232 @value{GDBN} and Modula-2 scope operators.
17233 @end table
17234
17235 @quotation
17236 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
17237 treats the use of the operator @code{IN}, or the use of operators
17238 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17239 @code{<=}, and @code{>=} on sets as an error.
17240 @end quotation
17241
17242
17243 @node Built-In Func/Proc
17244 @subsubsection Built-in Functions and Procedures
17245 @cindex Modula-2 built-ins
17246
17247 Modula-2 also makes available several built-in procedures and functions.
17248 In describing these, the following metavariables are used:
17249
17250 @table @var
17251
17252 @item a
17253 represents an @code{ARRAY} variable.
17254
17255 @item c
17256 represents a @code{CHAR} constant or variable.
17257
17258 @item i
17259 represents a variable or constant of integral type.
17260
17261 @item m
17262 represents an identifier that belongs to a set. Generally used in the
17263 same function with the metavariable @var{s}. The type of @var{s} should
17264 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17265
17266 @item n
17267 represents a variable or constant of integral or floating-point type.
17268
17269 @item r
17270 represents a variable or constant of floating-point type.
17271
17272 @item t
17273 represents a type.
17274
17275 @item v
17276 represents a variable.
17277
17278 @item x
17279 represents a variable or constant of one of many types. See the
17280 explanation of the function for details.
17281 @end table
17282
17283 All Modula-2 built-in procedures also return a result, described below.
17284
17285 @table @code
17286 @item ABS(@var{n})
17287 Returns the absolute value of @var{n}.
17288
17289 @item CAP(@var{c})
17290 If @var{c} is a lower case letter, it returns its upper case
17291 equivalent, otherwise it returns its argument.
17292
17293 @item CHR(@var{i})
17294 Returns the character whose ordinal value is @var{i}.
17295
17296 @item DEC(@var{v})
17297 Decrements the value in the variable @var{v} by one. Returns the new value.
17298
17299 @item DEC(@var{v},@var{i})
17300 Decrements the value in the variable @var{v} by @var{i}. Returns the
17301 new value.
17302
17303 @item EXCL(@var{m},@var{s})
17304 Removes the element @var{m} from the set @var{s}. Returns the new
17305 set.
17306
17307 @item FLOAT(@var{i})
17308 Returns the floating point equivalent of the integer @var{i}.
17309
17310 @item HIGH(@var{a})
17311 Returns the index of the last member of @var{a}.
17312
17313 @item INC(@var{v})
17314 Increments the value in the variable @var{v} by one. Returns the new value.
17315
17316 @item INC(@var{v},@var{i})
17317 Increments the value in the variable @var{v} by @var{i}. Returns the
17318 new value.
17319
17320 @item INCL(@var{m},@var{s})
17321 Adds the element @var{m} to the set @var{s} if it is not already
17322 there. Returns the new set.
17323
17324 @item MAX(@var{t})
17325 Returns the maximum value of the type @var{t}.
17326
17327 @item MIN(@var{t})
17328 Returns the minimum value of the type @var{t}.
17329
17330 @item ODD(@var{i})
17331 Returns boolean TRUE if @var{i} is an odd number.
17332
17333 @item ORD(@var{x})
17334 Returns the ordinal value of its argument. For example, the ordinal
17335 value of a character is its @sc{ascii} value (on machines supporting
17336 the @sc{ascii} character set). The argument @var{x} must be of an
17337 ordered type, which include integral, character and enumerated types.
17338
17339 @item SIZE(@var{x})
17340 Returns the size of its argument. The argument @var{x} can be a
17341 variable or a type.
17342
17343 @item TRUNC(@var{r})
17344 Returns the integral part of @var{r}.
17345
17346 @item TSIZE(@var{x})
17347 Returns the size of its argument. The argument @var{x} can be a
17348 variable or a type.
17349
17350 @item VAL(@var{t},@var{i})
17351 Returns the member of the type @var{t} whose ordinal value is @var{i}.
17352 @end table
17353
17354 @quotation
17355 @emph{Warning:} Sets and their operations are not yet supported, so
17356 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17357 an error.
17358 @end quotation
17359
17360 @cindex Modula-2 constants
17361 @node M2 Constants
17362 @subsubsection Constants
17363
17364 @value{GDBN} allows you to express the constants of Modula-2 in the following
17365 ways:
17366
17367 @itemize @bullet
17368
17369 @item
17370 Integer constants are simply a sequence of digits. When used in an
17371 expression, a constant is interpreted to be type-compatible with the
17372 rest of the expression. Hexadecimal integers are specified by a
17373 trailing @samp{H}, and octal integers by a trailing @samp{B}.
17374
17375 @item
17376 Floating point constants appear as a sequence of digits, followed by a
17377 decimal point and another sequence of digits. An optional exponent can
17378 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17379 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17380 digits of the floating point constant must be valid decimal (base 10)
17381 digits.
17382
17383 @item
17384 Character constants consist of a single character enclosed by a pair of
17385 like quotes, either single (@code{'}) or double (@code{"}). They may
17386 also be expressed by their ordinal value (their @sc{ascii} value, usually)
17387 followed by a @samp{C}.
17388
17389 @item
17390 String constants consist of a sequence of characters enclosed by a
17391 pair of like quotes, either single (@code{'}) or double (@code{"}).
17392 Escape sequences in the style of C are also allowed. @xref{C
17393 Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
17394 sequences.
17395
17396 @item
17397 Enumerated constants consist of an enumerated identifier.
17398
17399 @item
17400 Boolean constants consist of the identifiers @code{TRUE} and
17401 @code{FALSE}.
17402
17403 @item
17404 Pointer constants consist of integral values only.
17405
17406 @item
17407 Set constants are not yet supported.
17408 @end itemize
17409
17410 @node M2 Types
17411 @subsubsection Modula-2 Types
17412 @cindex Modula-2 types
17413
17414 Currently @value{GDBN} can print the following data types in Modula-2
17415 syntax: array types, record types, set types, pointer types, procedure
17416 types, enumerated types, subrange types and base types. You can also
17417 print the contents of variables declared using these type.
17418 This section gives a number of simple source code examples together with
17419 sample @value{GDBN} sessions.
17420
17421 The first example contains the following section of code:
17422
17423 @smallexample
17424 VAR
17425 s: SET OF CHAR ;
17426 r: [20..40] ;
17427 @end smallexample
17428
17429 @noindent
17430 and you can request @value{GDBN} to interrogate the type and value of
17431 @code{r} and @code{s}.
17432
17433 @smallexample
17434 (@value{GDBP}) print s
17435 @{'A'..'C', 'Z'@}
17436 (@value{GDBP}) ptype s
17437 SET OF CHAR
17438 (@value{GDBP}) print r
17439 21
17440 (@value{GDBP}) ptype r
17441 [20..40]
17442 @end smallexample
17443
17444 @noindent
17445 Likewise if your source code declares @code{s} as:
17446
17447 @smallexample
17448 VAR
17449 s: SET ['A'..'Z'] ;
17450 @end smallexample
17451
17452 @noindent
17453 then you may query the type of @code{s} by:
17454
17455 @smallexample
17456 (@value{GDBP}) ptype s
17457 type = SET ['A'..'Z']
17458 @end smallexample
17459
17460 @noindent
17461 Note that at present you cannot interactively manipulate set
17462 expressions using the debugger.
17463
17464 The following example shows how you might declare an array in Modula-2
17465 and how you can interact with @value{GDBN} to print its type and contents:
17466
17467 @smallexample
17468 VAR
17469 s: ARRAY [-10..10] OF CHAR ;
17470 @end smallexample
17471
17472 @smallexample
17473 (@value{GDBP}) ptype s
17474 ARRAY [-10..10] OF CHAR
17475 @end smallexample
17476
17477 Note that the array handling is not yet complete and although the type
17478 is printed correctly, expression handling still assumes that all
17479 arrays have a lower bound of zero and not @code{-10} as in the example
17480 above.
17481
17482 Here are some more type related Modula-2 examples:
17483
17484 @smallexample
17485 TYPE
17486 colour = (blue, red, yellow, green) ;
17487 t = [blue..yellow] ;
17488 VAR
17489 s: t ;
17490 BEGIN
17491 s := blue ;
17492 @end smallexample
17493
17494 @noindent
17495 The @value{GDBN} interaction shows how you can query the data type
17496 and value of a variable.
17497
17498 @smallexample
17499 (@value{GDBP}) print s
17500 $1 = blue
17501 (@value{GDBP}) ptype t
17502 type = [blue..yellow]
17503 @end smallexample
17504
17505 @noindent
17506 In this example a Modula-2 array is declared and its contents
17507 displayed. Observe that the contents are written in the same way as
17508 their @code{C} counterparts.
17509
17510 @smallexample
17511 VAR
17512 s: ARRAY [1..5] OF CARDINAL ;
17513 BEGIN
17514 s[1] := 1 ;
17515 @end smallexample
17516
17517 @smallexample
17518 (@value{GDBP}) print s
17519 $1 = @{1, 0, 0, 0, 0@}
17520 (@value{GDBP}) ptype s
17521 type = ARRAY [1..5] OF CARDINAL
17522 @end smallexample
17523
17524 The Modula-2 language interface to @value{GDBN} also understands
17525 pointer types as shown in this example:
17526
17527 @smallexample
17528 VAR
17529 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17530 BEGIN
17531 NEW(s) ;
17532 s^[1] := 1 ;
17533 @end smallexample
17534
17535 @noindent
17536 and you can request that @value{GDBN} describes the type of @code{s}.
17537
17538 @smallexample
17539 (@value{GDBP}) ptype s
17540 type = POINTER TO ARRAY [1..5] OF CARDINAL
17541 @end smallexample
17542
17543 @value{GDBN} handles compound types as we can see in this example.
17544 Here we combine array types, record types, pointer types and subrange
17545 types:
17546
17547 @smallexample
17548 TYPE
17549 foo = RECORD
17550 f1: CARDINAL ;
17551 f2: CHAR ;
17552 f3: myarray ;
17553 END ;
17554
17555 myarray = ARRAY myrange OF CARDINAL ;
17556 myrange = [-2..2] ;
17557 VAR
17558 s: POINTER TO ARRAY myrange OF foo ;
17559 @end smallexample
17560
17561 @noindent
17562 and you can ask @value{GDBN} to describe the type of @code{s} as shown
17563 below.
17564
17565 @smallexample
17566 (@value{GDBP}) ptype s
17567 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17568 f1 : CARDINAL;
17569 f2 : CHAR;
17570 f3 : ARRAY [-2..2] OF CARDINAL;
17571 END
17572 @end smallexample
17573
17574 @node M2 Defaults
17575 @subsubsection Modula-2 Defaults
17576 @cindex Modula-2 defaults
17577
17578 If type and range checking are set automatically by @value{GDBN}, they
17579 both default to @code{on} whenever the working language changes to
17580 Modula-2. This happens regardless of whether you or @value{GDBN}
17581 selected the working language.
17582
17583 If you allow @value{GDBN} to set the language automatically, then entering
17584 code compiled from a file whose name ends with @file{.mod} sets the
17585 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17586 Infer the Source Language}, for further details.
17587
17588 @node Deviations
17589 @subsubsection Deviations from Standard Modula-2
17590 @cindex Modula-2, deviations from
17591
17592 A few changes have been made to make Modula-2 programs easier to debug.
17593 This is done primarily via loosening its type strictness:
17594
17595 @itemize @bullet
17596 @item
17597 Unlike in standard Modula-2, pointer constants can be formed by
17598 integers. This allows you to modify pointer variables during
17599 debugging. (In standard Modula-2, the actual address contained in a
17600 pointer variable is hidden from you; it can only be modified
17601 through direct assignment to another pointer variable or expression that
17602 returned a pointer.)
17603
17604 @item
17605 C escape sequences can be used in strings and characters to represent
17606 non-printable characters. @value{GDBN} prints out strings with these
17607 escape sequences embedded. Single non-printable characters are
17608 printed using the @samp{CHR(@var{nnn})} format.
17609
17610 @item
17611 The assignment operator (@code{:=}) returns the value of its right-hand
17612 argument.
17613
17614 @item
17615 All built-in procedures both modify @emph{and} return their argument.
17616 @end itemize
17617
17618 @node M2 Checks
17619 @subsubsection Modula-2 Type and Range Checks
17620 @cindex Modula-2 checks
17621
17622 @quotation
17623 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17624 range checking.
17625 @end quotation
17626 @c FIXME remove warning when type/range checks added
17627
17628 @value{GDBN} considers two Modula-2 variables type equivalent if:
17629
17630 @itemize @bullet
17631 @item
17632 They are of types that have been declared equivalent via a @code{TYPE
17633 @var{t1} = @var{t2}} statement
17634
17635 @item
17636 They have been declared on the same line. (Note: This is true of the
17637 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17638 @end itemize
17639
17640 As long as type checking is enabled, any attempt to combine variables
17641 whose types are not equivalent is an error.
17642
17643 Range checking is done on all mathematical operations, assignment, array
17644 index bounds, and all built-in functions and procedures.
17645
17646 @node M2 Scope
17647 @subsubsection The Scope Operators @code{::} and @code{.}
17648 @cindex scope
17649 @cindex @code{.}, Modula-2 scope operator
17650 @cindex colon, doubled as scope operator
17651 @ifinfo
17652 @vindex colon-colon@r{, in Modula-2}
17653 @c Info cannot handle :: but TeX can.
17654 @end ifinfo
17655 @ifnotinfo
17656 @vindex ::@r{, in Modula-2}
17657 @end ifnotinfo
17658
17659 There are a few subtle differences between the Modula-2 scope operator
17660 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17661 similar syntax:
17662
17663 @smallexample
17664
17665 @var{module} . @var{id}
17666 @var{scope} :: @var{id}
17667 @end smallexample
17668
17669 @noindent
17670 where @var{scope} is the name of a module or a procedure,
17671 @var{module} the name of a module, and @var{id} is any declared
17672 identifier within your program, except another module.
17673
17674 Using the @code{::} operator makes @value{GDBN} search the scope
17675 specified by @var{scope} for the identifier @var{id}. If it is not
17676 found in the specified scope, then @value{GDBN} searches all scopes
17677 enclosing the one specified by @var{scope}.
17678
17679 Using the @code{.} operator makes @value{GDBN} search the current scope for
17680 the identifier specified by @var{id} that was imported from the
17681 definition module specified by @var{module}. With this operator, it is
17682 an error if the identifier @var{id} was not imported from definition
17683 module @var{module}, or if @var{id} is not an identifier in
17684 @var{module}.
17685
17686 @node GDB/M2
17687 @subsubsection @value{GDBN} and Modula-2
17688
17689 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17690 Five subcommands of @code{set print} and @code{show print} apply
17691 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
17692 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
17693 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
17694 analogue in Modula-2.
17695
17696 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
17697 with any language, is not useful with Modula-2. Its
17698 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
17699 created in Modula-2 as they can in C or C@t{++}. However, because an
17700 address can be specified by an integral constant, the construct
17701 @samp{@{@var{type}@}@var{adrexp}} is still useful.
17702
17703 @cindex @code{#} in Modula-2
17704 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17705 interpreted as the beginning of a comment. Use @code{<>} instead.
17706
17707 @node Ada
17708 @subsection Ada
17709 @cindex Ada
17710
17711 The extensions made to @value{GDBN} for Ada only support
17712 output from the @sc{gnu} Ada (GNAT) compiler.
17713 Other Ada compilers are not currently supported, and
17714 attempting to debug executables produced by them is most likely
17715 to be difficult.
17716
17717
17718 @cindex expressions in Ada
17719 @menu
17720 * Ada Mode Intro:: General remarks on the Ada syntax
17721 and semantics supported by Ada mode
17722 in @value{GDBN}.
17723 * Omissions from Ada:: Restrictions on the Ada expression syntax.
17724 * Additions to Ada:: Extensions of the Ada expression syntax.
17725 * Overloading support for Ada:: Support for expressions involving overloaded
17726 subprograms.
17727 * Stopping Before Main Program:: Debugging the program during elaboration.
17728 * Ada Exceptions:: Ada Exceptions
17729 * Ada Tasks:: Listing and setting breakpoints in tasks.
17730 * Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
17731 * Ravenscar Profile:: Tasking Support when using the Ravenscar
17732 Profile
17733 * Ada Settings:: New settable GDB parameters for Ada.
17734 * Ada Glitches:: Known peculiarities of Ada mode.
17735 @end menu
17736
17737 @node Ada Mode Intro
17738 @subsubsection Introduction
17739 @cindex Ada mode, general
17740
17741 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17742 syntax, with some extensions.
17743 The philosophy behind the design of this subset is
17744
17745 @itemize @bullet
17746 @item
17747 That @value{GDBN} should provide basic literals and access to operations for
17748 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17749 leaving more sophisticated computations to subprograms written into the
17750 program (which therefore may be called from @value{GDBN}).
17751
17752 @item
17753 That type safety and strict adherence to Ada language restrictions
17754 are not particularly important to the @value{GDBN} user.
17755
17756 @item
17757 That brevity is important to the @value{GDBN} user.
17758 @end itemize
17759
17760 Thus, for brevity, the debugger acts as if all names declared in
17761 user-written packages are directly visible, even if they are not visible
17762 according to Ada rules, thus making it unnecessary to fully qualify most
17763 names with their packages, regardless of context. Where this causes
17764 ambiguity, @value{GDBN} asks the user's intent.
17765
17766 The debugger will start in Ada mode if it detects an Ada main program.
17767 As for other languages, it will enter Ada mode when stopped in a program that
17768 was translated from an Ada source file.
17769
17770 While in Ada mode, you may use `@t{--}' for comments. This is useful
17771 mostly for documenting command files. The standard @value{GDBN} comment
17772 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17773 middle (to allow based literals).
17774
17775 @node Omissions from Ada
17776 @subsubsection Omissions from Ada
17777 @cindex Ada, omissions from
17778
17779 Here are the notable omissions from the subset:
17780
17781 @itemize @bullet
17782 @item
17783 Only a subset of the attributes are supported:
17784
17785 @itemize @minus
17786 @item
17787 @t{'First}, @t{'Last}, and @t{'Length}
17788 on array objects (not on types and subtypes).
17789
17790 @item
17791 @t{'Min} and @t{'Max}.
17792
17793 @item
17794 @t{'Pos} and @t{'Val}.
17795
17796 @item
17797 @t{'Tag}.
17798
17799 @item
17800 @t{'Range} on array objects (not subtypes), but only as the right
17801 operand of the membership (@code{in}) operator.
17802
17803 @item
17804 @t{'Access}, @t{'Unchecked_Access}, and
17805 @t{'Unrestricted_Access} (a GNAT extension).
17806
17807 @item
17808 @t{'Address}.
17809 @end itemize
17810
17811 @item
17812 The names in
17813 @code{Characters.Latin_1} are not available and
17814 concatenation is not implemented. Thus, escape characters in strings are
17815 not currently available.
17816
17817 @item
17818 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
17819 equality of representations. They will generally work correctly
17820 for strings and arrays whose elements have integer or enumeration types.
17821 They may not work correctly for arrays whose element
17822 types have user-defined equality, for arrays of real values
17823 (in particular, IEEE-conformant floating point, because of negative
17824 zeroes and NaNs), and for arrays whose elements contain unused bits with
17825 indeterminate values.
17826
17827 @item
17828 The other component-by-component array operations (@code{and}, @code{or},
17829 @code{xor}, @code{not}, and relational tests other than equality)
17830 are not implemented.
17831
17832 @item
17833 @cindex array aggregates (Ada)
17834 @cindex record aggregates (Ada)
17835 @cindex aggregates (Ada)
17836 There is limited support for array and record aggregates. They are
17837 permitted only on the right sides of assignments, as in these examples:
17838
17839 @smallexample
17840 (@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
17841 (@value{GDBP}) set An_Array := (1, others => 0)
17842 (@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
17843 (@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
17844 (@value{GDBP}) set A_Record := (1, "Peter", True);
17845 (@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
17846 @end smallexample
17847
17848 Changing a
17849 discriminant's value by assigning an aggregate has an
17850 undefined effect if that discriminant is used within the record.
17851 However, you can first modify discriminants by directly assigning to
17852 them (which normally would not be allowed in Ada), and then performing an
17853 aggregate assignment. For example, given a variable @code{A_Rec}
17854 declared to have a type such as:
17855
17856 @smallexample
17857 type Rec (Len : Small_Integer := 0) is record
17858 Id : Integer;
17859 Vals : IntArray (1 .. Len);
17860 end record;
17861 @end smallexample
17862
17863 you can assign a value with a different size of @code{Vals} with two
17864 assignments:
17865
17866 @smallexample
17867 (@value{GDBP}) set A_Rec.Len := 4
17868 (@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
17869 @end smallexample
17870
17871 As this example also illustrates, @value{GDBN} is very loose about the usual
17872 rules concerning aggregates. You may leave out some of the
17873 components of an array or record aggregate (such as the @code{Len}
17874 component in the assignment to @code{A_Rec} above); they will retain their
17875 original values upon assignment. You may freely use dynamic values as
17876 indices in component associations. You may even use overlapping or
17877 redundant component associations, although which component values are
17878 assigned in such cases is not defined.
17879
17880 @item
17881 Calls to dispatching subprograms are not implemented.
17882
17883 @item
17884 The overloading algorithm is much more limited (i.e., less selective)
17885 than that of real Ada. It makes only limited use of the context in
17886 which a subexpression appears to resolve its meaning, and it is much
17887 looser in its rules for allowing type matches. As a result, some
17888 function calls will be ambiguous, and the user will be asked to choose
17889 the proper resolution.
17890
17891 @item
17892 The @code{new} operator is not implemented.
17893
17894 @item
17895 Entry calls are not implemented.
17896
17897 @item
17898 Aside from printing, arithmetic operations on the native VAX floating-point
17899 formats are not supported.
17900
17901 @item
17902 It is not possible to slice a packed array.
17903
17904 @item
17905 The names @code{True} and @code{False}, when not part of a qualified name,
17906 are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17907 context.
17908 Should your program
17909 redefine these names in a package or procedure (at best a dubious practice),
17910 you will have to use fully qualified names to access their new definitions.
17911 @end itemize
17912
17913 @node Additions to Ada
17914 @subsubsection Additions to Ada
17915 @cindex Ada, deviations from
17916
17917 As it does for other languages, @value{GDBN} makes certain generic
17918 extensions to Ada (@pxref{Expressions}):
17919
17920 @itemize @bullet
17921 @item
17922 If the expression @var{E} is a variable residing in memory (typically
17923 a local variable or array element) and @var{N} is a positive integer,
17924 then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17925 @var{N}-1 adjacent variables following it in memory as an array. In
17926 Ada, this operator is generally not necessary, since its prime use is
17927 in displaying parts of an array, and slicing will usually do this in
17928 Ada. However, there are occasional uses when debugging programs in
17929 which certain debugging information has been optimized away.
17930
17931 @item
17932 @code{@var{B}::@var{var}} means ``the variable named @var{var} that
17933 appears in function or file @var{B}.'' When @var{B} is a file name,
17934 you must typically surround it in single quotes.
17935
17936 @item
17937 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17938 @var{type} that appears at address @var{addr}.''
17939
17940 @item
17941 A name starting with @samp{$} is a convenience variable
17942 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17943 @end itemize
17944
17945 In addition, @value{GDBN} provides a few other shortcuts and outright
17946 additions specific to Ada:
17947
17948 @itemize @bullet
17949 @item
17950 The assignment statement is allowed as an expression, returning
17951 its right-hand operand as its value. Thus, you may enter
17952
17953 @smallexample
17954 (@value{GDBP}) set x := y + 3
17955 (@value{GDBP}) print A(tmp := y + 1)
17956 @end smallexample
17957
17958 @item
17959 The semicolon is allowed as an ``operator,'' returning as its value
17960 the value of its right-hand operand.
17961 This allows, for example,
17962 complex conditional breaks:
17963
17964 @smallexample
17965 (@value{GDBP}) break f
17966 (@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
17967 @end smallexample
17968
17969 @item
17970 Rather than use catenation and symbolic character names to introduce special
17971 characters into strings, one may instead use a special bracket notation,
17972 which is also used to print strings. A sequence of characters of the form
17973 @samp{["@var{XX}"]} within a string or character literal denotes the
17974 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
17975 sequence of characters @samp{["""]} also denotes a single quotation mark
17976 in strings. For example,
17977 @smallexample
17978 "One line.["0a"]Next line.["0a"]"
17979 @end smallexample
17980 @noindent
17981 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17982 after each period.
17983
17984 @item
17985 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
17986 @t{'Max} is optional (and is ignored in any case). For example, it is valid
17987 to write
17988
17989 @smallexample
17990 (@value{GDBP}) print 'max(x, y)
17991 @end smallexample
17992
17993 @item
17994 When printing arrays, @value{GDBN} uses positional notation when the
17995 array has a lower bound of 1, and uses a modified named notation otherwise.
17996 For example, a one-dimensional array of three integers with a lower bound
17997 of 3 might print as
17998
17999 @smallexample
18000 (3 => 10, 17, 1)
18001 @end smallexample
18002
18003 @noindent
18004 That is, in contrast to valid Ada, only the first component has a @code{=>}
18005 clause.
18006
18007 @item
18008 You may abbreviate attributes in expressions with any unique,
18009 multi-character subsequence of
18010 their names (an exact match gets preference).
18011 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
18012 in place of @t{a'length}.
18013
18014 @item
18015 @cindex quoting Ada internal identifiers
18016 Since Ada is case-insensitive, the debugger normally maps identifiers you type
18017 to lower case. The GNAT compiler uses upper-case characters for
18018 some of its internal identifiers, which are normally of no interest to users.
18019 For the rare occasions when you actually have to look at them,
18020 enclose them in angle brackets to avoid the lower-case mapping.
18021 For example,
18022 @smallexample
18023 (@value{GDBP}) print <JMPBUF_SAVE>[0]
18024 @end smallexample
18025
18026 @item
18027 Printing an object of class-wide type or dereferencing an
18028 access-to-class-wide value will display all the components of the object's
18029 specific type (as indicated by its run-time tag). Likewise, component
18030 selection on such a value will operate on the specific type of the
18031 object.
18032
18033 @end itemize
18034
18035 @node Overloading support for Ada
18036 @subsubsection Overloading support for Ada
18037 @cindex overloading, Ada
18038
18039 The debugger supports limited overloading. Given a subprogram call in which
18040 the function symbol has multiple definitions, it will use the number of
18041 actual parameters and some information about their types to attempt to narrow
18042 the set of definitions. It also makes very limited use of context, preferring
18043 procedures to functions in the context of the @code{call} command, and
18044 functions to procedures elsewhere.
18045
18046 If, after narrowing, the set of matching definitions still contains more than
18047 one definition, @value{GDBN} will display a menu to query which one it should
18048 use, for instance:
18049
18050 @smallexample
18051 (@value{GDBP}) print f(1)
18052 Multiple matches for f
18053 [0] cancel
18054 [1] foo.f (integer) return boolean at foo.adb:23
18055 [2] foo.f (foo.new_integer) return boolean at foo.adb:28
18056 >
18057 @end smallexample
18058
18059 In this case, just select one menu entry either to cancel expression evaluation
18060 (type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
18061 instance (type the corresponding number and press @key{RET}).
18062
18063 Here are a couple of commands to customize @value{GDBN}'s behavior in this
18064 case:
18065
18066 @table @code
18067
18068 @kindex set ada print-signatures
18069 @item set ada print-signatures
18070 Control whether parameter types and return types are displayed in overloads
18071 selection menus. It is @code{on} by default.
18072 @xref{Overloading support for Ada}.
18073
18074 @kindex show ada print-signatures
18075 @item show ada print-signatures
18076 Show the current setting for displaying parameter types and return types in
18077 overloads selection menu.
18078 @xref{Overloading support for Ada}.
18079
18080 @end table
18081
18082 @node Stopping Before Main Program
18083 @subsubsection Stopping at the Very Beginning
18084
18085 @cindex breakpointing Ada elaboration code
18086 It is sometimes necessary to debug the program during elaboration, and
18087 before reaching the main procedure.
18088 As defined in the Ada Reference
18089 Manual, the elaboration code is invoked from a procedure called
18090 @code{adainit}. To run your program up to the beginning of
18091 elaboration, simply use the following two commands:
18092 @code{tbreak adainit} and @code{run}.
18093
18094 @node Ada Exceptions
18095 @subsubsection Ada Exceptions
18096
18097 A command is provided to list all Ada exceptions:
18098
18099 @table @code
18100 @kindex info exceptions
18101 @item info exceptions
18102 @itemx info exceptions @var{regexp}
18103 The @code{info exceptions} command allows you to list all Ada exceptions
18104 defined within the program being debugged, as well as their addresses.
18105 With a regular expression, @var{regexp}, as argument, only those exceptions
18106 whose names match @var{regexp} are listed.
18107 @end table
18108
18109 Below is a small example, showing how the command can be used, first
18110 without argument, and next with a regular expression passed as an
18111 argument.
18112
18113 @smallexample
18114 (@value{GDBP}) info exceptions
18115 All defined Ada exceptions:
18116 constraint_error: 0x613da0
18117 program_error: 0x613d20
18118 storage_error: 0x613ce0
18119 tasking_error: 0x613ca0
18120 const.aint_global_e: 0x613b00
18121 (@value{GDBP}) info exceptions const.aint
18122 All Ada exceptions matching regular expression "const.aint":
18123 constraint_error: 0x613da0
18124 const.aint_global_e: 0x613b00
18125 @end smallexample
18126
18127 It is also possible to ask @value{GDBN} to stop your program's execution
18128 when an exception is raised. For more details, see @ref{Set Catchpoints}.
18129
18130 @node Ada Tasks
18131 @subsubsection Extensions for Ada Tasks
18132 @cindex Ada, tasking
18133
18134 Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18135 @value{GDBN} provides the following task-related commands:
18136
18137 @table @code
18138 @kindex info tasks
18139 @item info tasks
18140 This command shows a list of current Ada tasks, as in the following example:
18141
18142
18143 @smallexample
18144 @iftex
18145 @leftskip=0.5cm
18146 @end iftex
18147 (@value{GDBP}) info tasks
18148 ID TID P-ID Pri State Name
18149 1 8088000 0 15 Child Activation Wait main_task
18150 2 80a4000 1 15 Accept Statement b
18151 3 809a800 1 15 Child Activation Wait a
18152 * 4 80ae800 3 15 Runnable c
18153
18154 @end smallexample
18155
18156 @noindent
18157 In this listing, the asterisk before the last task indicates it to be the
18158 task currently being inspected.
18159
18160 @table @asis
18161 @item ID
18162 Represents @value{GDBN}'s internal task number.
18163
18164 @item TID
18165 The Ada task ID.
18166
18167 @item P-ID
18168 The parent's task ID (@value{GDBN}'s internal task number).
18169
18170 @item Pri
18171 The base priority of the task.
18172
18173 @item State
18174 Current state of the task.
18175
18176 @table @code
18177 @item Unactivated
18178 The task has been created but has not been activated. It cannot be
18179 executing.
18180
18181 @item Runnable
18182 The task is not blocked for any reason known to Ada. (It may be waiting
18183 for a mutex, though.) It is conceptually "executing" in normal mode.
18184
18185 @item Terminated
18186 The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18187 that were waiting on terminate alternatives have been awakened and have
18188 terminated themselves.
18189
18190 @item Child Activation Wait
18191 The task is waiting for created tasks to complete activation.
18192
18193 @item Accept Statement
18194 The task is waiting on an accept or selective wait statement.
18195
18196 @item Waiting on entry call
18197 The task is waiting on an entry call.
18198
18199 @item Async Select Wait
18200 The task is waiting to start the abortable part of an asynchronous
18201 select statement.
18202
18203 @item Delay Sleep
18204 The task is waiting on a select statement with only a delay
18205 alternative open.
18206
18207 @item Child Termination Wait
18208 The task is sleeping having completed a master within itself, and is
18209 waiting for the tasks dependent on that master to become terminated or
18210 waiting on a terminate Phase.
18211
18212 @item Wait Child in Term Alt
18213 The task is sleeping waiting for tasks on terminate alternatives to
18214 finish terminating.
18215
18216 @item Accepting RV with @var{taskno}
18217 The task is accepting a rendez-vous with the task @var{taskno}.
18218 @end table
18219
18220 @item Name
18221 Name of the task in the program.
18222
18223 @end table
18224
18225 @kindex info task @var{taskno}
18226 @item info task @var{taskno}
18227 This command shows detailed informations on the specified task, as in
18228 the following example:
18229 @smallexample
18230 @iftex
18231 @leftskip=0.5cm
18232 @end iftex
18233 (@value{GDBP}) info tasks
18234 ID TID P-ID Pri State Name
18235 1 8077880 0 15 Child Activation Wait main_task
18236 * 2 807c468 1 15 Runnable task_1
18237 (@value{GDBP}) info task 2
18238 Ada Task: 0x807c468
18239 Name: "task_1"
18240 Thread: 0
18241 LWP: 0x1fac
18242 Parent: 1 ("main_task")
18243 Base Priority: 15
18244 State: Runnable
18245 @end smallexample
18246
18247 @item task
18248 @kindex task@r{ (Ada)}
18249 @cindex current Ada task ID
18250 This command prints the ID and name of the current task.
18251
18252 @smallexample
18253 @iftex
18254 @leftskip=0.5cm
18255 @end iftex
18256 (@value{GDBP}) info tasks
18257 ID TID P-ID Pri State Name
18258 1 8077870 0 15 Child Activation Wait main_task
18259 * 2 807c458 1 15 Runnable some_task
18260 (@value{GDBP}) task
18261 [Current task is 2 "some_task"]
18262 @end smallexample
18263
18264 @item task @var{taskno}
18265 @cindex Ada task switching
18266 This command is like the @code{thread @var{thread-id}}
18267 command (@pxref{Threads}). It switches the context of debugging
18268 from the current task to the given task.
18269
18270 @smallexample
18271 @iftex
18272 @leftskip=0.5cm
18273 @end iftex
18274 (@value{GDBP}) info tasks
18275 ID TID P-ID Pri State Name
18276 1 8077870 0 15 Child Activation Wait main_task
18277 * 2 807c458 1 15 Runnable some_task
18278 (@value{GDBP}) task 1
18279 [Switching to task 1 "main_task"]
18280 #0 0x8067726 in pthread_cond_wait ()
18281 (@value{GDBP}) bt
18282 #0 0x8067726 in pthread_cond_wait ()
18283 #1 0x8056714 in system.os_interface.pthread_cond_wait ()
18284 #2 0x805cb63 in system.task_primitives.operations.sleep ()
18285 #3 0x806153e in system.tasking.stages.activate_tasks ()
18286 #4 0x804aacc in un () at un.adb:5
18287 @end smallexample
18288
18289 @item break @var{location} task @var{taskno}
18290 @itemx break @var{location} task @var{taskno} if @dots{}
18291 @cindex breakpoints and tasks, in Ada
18292 @cindex task breakpoints, in Ada
18293 @kindex break @dots{} task @var{taskno}@r{ (Ada)}
18294 These commands are like the @code{break @dots{} thread @dots{}}
18295 command (@pxref{Thread Stops}). The
18296 @var{location} argument specifies source lines, as described
18297 in @ref{Specify Location}.
18298
18299 Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18300 to specify that you only want @value{GDBN} to stop the program when a
18301 particular Ada task reaches this breakpoint. The @var{taskno} is one of the
18302 numeric task identifiers assigned by @value{GDBN}, shown in the first
18303 column of the @samp{info tasks} display.
18304
18305 If you do not specify @samp{task @var{taskno}} when you set a
18306 breakpoint, the breakpoint applies to @emph{all} tasks of your
18307 program.
18308
18309 You can use the @code{task} qualifier on conditional breakpoints as
18310 well; in this case, place @samp{task @var{taskno}} before the
18311 breakpoint condition (before the @code{if}).
18312
18313 For example,
18314
18315 @smallexample
18316 @iftex
18317 @leftskip=0.5cm
18318 @end iftex
18319 (@value{GDBP}) info tasks
18320 ID TID P-ID Pri State Name
18321 1 140022020 0 15 Child Activation Wait main_task
18322 2 140045060 1 15 Accept/Select Wait t2
18323 3 140044840 1 15 Runnable t1
18324 * 4 140056040 1 15 Runnable t3
18325 (@value{GDBP}) b 15 task 2
18326 Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18327 (@value{GDBP}) cont
18328 Continuing.
18329 task # 1 running
18330 task # 2 running
18331
18332 Breakpoint 5, test_task_debug () at test_task_debug.adb:15
18333 15 flush;
18334 (@value{GDBP}) info tasks
18335 ID TID P-ID Pri State Name
18336 1 140022020 0 15 Child Activation Wait main_task
18337 * 2 140045060 1 15 Runnable t2
18338 3 140044840 1 15 Runnable t1
18339 4 140056040 1 15 Delay Sleep t3
18340 @end smallexample
18341 @end table
18342
18343 @node Ada Tasks and Core Files
18344 @subsubsection Tasking Support when Debugging Core Files
18345 @cindex Ada tasking and core file debugging
18346
18347 When inspecting a core file, as opposed to debugging a live program,
18348 tasking support may be limited or even unavailable, depending on
18349 the platform being used.
18350 For instance, on x86-linux, the list of tasks is available, but task
18351 switching is not supported.
18352
18353 On certain platforms, the debugger needs to perform some
18354 memory writes in order to provide Ada tasking support. When inspecting
18355 a core file, this means that the core file must be opened with read-write
18356 privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18357 Under these circumstances, you should make a backup copy of the core
18358 file before inspecting it with @value{GDBN}.
18359
18360 @node Ravenscar Profile
18361 @subsubsection Tasking Support when using the Ravenscar Profile
18362 @cindex Ravenscar Profile
18363
18364 The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18365 specifically designed for systems with safety-critical real-time
18366 requirements.
18367
18368 @table @code
18369 @kindex set ravenscar task-switching on
18370 @cindex task switching with program using Ravenscar Profile
18371 @item set ravenscar task-switching on
18372 Allows task switching when debugging a program that uses the Ravenscar
18373 Profile. This is the default.
18374
18375 @kindex set ravenscar task-switching off
18376 @item set ravenscar task-switching off
18377 Turn off task switching when debugging a program that uses the Ravenscar
18378 Profile. This is mostly intended to disable the code that adds support
18379 for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18380 the Ravenscar runtime is preventing @value{GDBN} from working properly.
18381 To be effective, this command should be run before the program is started.
18382
18383 @kindex show ravenscar task-switching
18384 @item show ravenscar task-switching
18385 Show whether it is possible to switch from task to task in a program
18386 using the Ravenscar Profile.
18387
18388 @end table
18389
18390 @cindex Ravenscar thread
18391 When Ravenscar task-switching is enabled, Ravenscar tasks are
18392 announced by @value{GDBN} as if they were threads:
18393
18394 @smallexample
18395 (gdb) continue
18396 [New Ravenscar Thread 0x2b8f0]
18397 @end smallexample
18398
18399 Both Ravenscar tasks and the underlying CPU threads will show up in
18400 the output of @code{info threads}:
18401
18402 @smallexample
18403 (gdb) info threads
18404 Id Target Id Frame
18405 1 Thread 1 (CPU#0 [running]) simple () at simple.adb:10
18406 2 Thread 2 (CPU#1 [running]) 0x0000000000003d34 in __gnat_initialize_cpu_devices ()
18407 3 Thread 3 (CPU#2 [running]) 0x0000000000003d28 in __gnat_initialize_cpu_devices ()
18408 4 Thread 4 (CPU#3 [halted ]) 0x000000000000c6ec in system.task_primitives.operations.idle ()
18409 * 5 Ravenscar Thread 0x2b8f0 simple () at simple.adb:10
18410 6 Ravenscar Thread 0x2f150 0x000000000000c6ec in system.task_primitives.operations.idle ()
18411 @end smallexample
18412
18413 One known limitation of the Ravenscar support in @value{GDBN} is that
18414 it isn't currently possible to single-step through the runtime
18415 initialization sequence. If you need to debug this code, you should
18416 use @code{set ravenscar task-switching off}.
18417
18418 @node Ada Settings
18419 @subsubsection Ada Settings
18420 @cindex Ada settings
18421
18422 @table @code
18423 @kindex set varsize-limit
18424 @item set varsize-limit @var{size}
18425 Prevent @value{GDBN} from attempting to evaluate objects whose size
18426 is above the given limit (@var{size}) when those sizes are computed
18427 from run-time quantities. This is typically the case when the object
18428 has a variable size, such as an array whose bounds are not known at
18429 compile time for example. Setting @var{size} to @code{unlimited}
18430 removes the size limitation. By default, the limit is about 65KB.
18431
18432 The purpose of having such a limit is to prevent @value{GDBN} from
18433 trying to grab enormous chunks of virtual memory when asked to evaluate
18434 a quantity whose bounds have been corrupted or have not yet been fully
18435 initialized. The limit applies to the results of some subexpressions
18436 as well as to complete expressions. For example, an expression denoting
18437 a simple integer component, such as @code{x.y.z}, may fail if the size of
18438 @code{x.y} is variable and exceeds @code{size}. On the other hand,
18439 @value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18440 @code{A} is an array variable with non-constant size, will generally
18441 succeed regardless of the bounds on @code{A}, as long as the component
18442 size is less than @var{size}.
18443
18444 @kindex show varsize-limit
18445 @item show varsize-limit
18446 Show the limit on types whose size is determined by run-time quantities.
18447 @end table
18448
18449 @node Ada Glitches
18450 @subsubsection Known Peculiarities of Ada Mode
18451 @cindex Ada, problems
18452
18453 Besides the omissions listed previously (@pxref{Omissions from Ada}),
18454 we know of several problems with and limitations of Ada mode in
18455 @value{GDBN},
18456 some of which will be fixed with planned future releases of the debugger
18457 and the GNU Ada compiler.
18458
18459 @itemize @bullet
18460 @item
18461 Static constants that the compiler chooses not to materialize as objects in
18462 storage are invisible to the debugger.
18463
18464 @item
18465 Named parameter associations in function argument lists are ignored (the
18466 argument lists are treated as positional).
18467
18468 @item
18469 Many useful library packages are currently invisible to the debugger.
18470
18471 @item
18472 Fixed-point arithmetic, conversions, input, and output is carried out using
18473 floating-point arithmetic, and may give results that only approximate those on
18474 the host machine.
18475
18476 @item
18477 The GNAT compiler never generates the prefix @code{Standard} for any of
18478 the standard symbols defined by the Ada language. @value{GDBN} knows about
18479 this: it will strip the prefix from names when you use it, and will never
18480 look for a name you have so qualified among local symbols, nor match against
18481 symbols in other packages or subprograms. If you have
18482 defined entities anywhere in your program other than parameters and
18483 local variables whose simple names match names in @code{Standard},
18484 GNAT's lack of qualification here can cause confusion. When this happens,
18485 you can usually resolve the confusion
18486 by qualifying the problematic names with package
18487 @code{Standard} explicitly.
18488 @end itemize
18489
18490 Older versions of the compiler sometimes generate erroneous debugging
18491 information, resulting in the debugger incorrectly printing the value
18492 of affected entities. In some cases, the debugger is able to work
18493 around an issue automatically. In other cases, the debugger is able
18494 to work around the issue, but the work-around has to be specifically
18495 enabled.
18496
18497 @kindex set ada trust-PAD-over-XVS
18498 @kindex show ada trust-PAD-over-XVS
18499 @table @code
18500
18501 @item set ada trust-PAD-over-XVS on
18502 Configure GDB to strictly follow the GNAT encoding when computing the
18503 value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18504 types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18505 a complete description of the encoding used by the GNAT compiler).
18506 This is the default.
18507
18508 @item set ada trust-PAD-over-XVS off
18509 This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18510 sometimes prints the wrong value for certain entities, changing @code{ada
18511 trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18512 the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18513 @code{off}, but this incurs a slight performance penalty, so it is
18514 recommended to leave this setting to @code{on} unless necessary.
18515
18516 @end table
18517
18518 @cindex GNAT descriptive types
18519 @cindex GNAT encoding
18520 Internally, the debugger also relies on the compiler following a number
18521 of conventions known as the @samp{GNAT Encoding}, all documented in
18522 @file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18523 how the debugging information should be generated for certain types.
18524 In particular, this convention makes use of @dfn{descriptive types},
18525 which are artificial types generated purely to help the debugger.
18526
18527 These encodings were defined at a time when the debugging information
18528 format used was not powerful enough to describe some of the more complex
18529 types available in Ada. Since DWARF allows us to express nearly all
18530 Ada features, the long-term goal is to slowly replace these descriptive
18531 types by their pure DWARF equivalent. To facilitate that transition,
18532 a new maintenance option is available to force the debugger to ignore
18533 those descriptive types. It allows the user to quickly evaluate how
18534 well @value{GDBN} works without them.
18535
18536 @table @code
18537
18538 @kindex maint ada set ignore-descriptive-types
18539 @item maintenance ada set ignore-descriptive-types [on|off]
18540 Control whether the debugger should ignore descriptive types.
18541 The default is not to ignore descriptives types (@code{off}).
18542
18543 @kindex maint ada show ignore-descriptive-types
18544 @item maintenance ada show ignore-descriptive-types
18545 Show if descriptive types are ignored by @value{GDBN}.
18546
18547 @end table
18548
18549 @node Unsupported Languages
18550 @section Unsupported Languages
18551
18552 @cindex unsupported languages
18553 @cindex minimal language
18554 In addition to the other fully-supported programming languages,
18555 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
18556 It does not represent a real programming language, but provides a set
18557 of capabilities close to what the C or assembly languages provide.
18558 This should allow most simple operations to be performed while debugging
18559 an application that uses a language currently not supported by @value{GDBN}.
18560
18561 If the language is set to @code{auto}, @value{GDBN} will automatically
18562 select this language if the current frame corresponds to an unsupported
18563 language.
18564
18565 @node Symbols
18566 @chapter Examining the Symbol Table
18567
18568 The commands described in this chapter allow you to inquire about the
18569 symbols (names of variables, functions and types) defined in your
18570 program. This information is inherent in the text of your program and
18571 does not change as your program executes. @value{GDBN} finds it in your
18572 program's symbol table, in the file indicated when you started @value{GDBN}
18573 (@pxref{File Options, ,Choosing Files}), or by one of the
18574 file-management commands (@pxref{Files, ,Commands to Specify Files}).
18575
18576 @cindex symbol names
18577 @cindex names of symbols
18578 @cindex quoting names
18579 @anchor{quoting names}
18580 Occasionally, you may need to refer to symbols that contain unusual
18581 characters, which @value{GDBN} ordinarily treats as word delimiters. The
18582 most frequent case is in referring to static variables in other
18583 source files (@pxref{Variables,,Program Variables}). File names
18584 are recorded in object files as debugging symbols, but @value{GDBN} would
18585 ordinarily parse a typical file name, like @file{foo.c}, as the three words
18586 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18587 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18588
18589 @smallexample
18590 p 'foo.c'::x
18591 @end smallexample
18592
18593 @noindent
18594 looks up the value of @code{x} in the scope of the file @file{foo.c}.
18595
18596 @table @code
18597 @cindex case-insensitive symbol names
18598 @cindex case sensitivity in symbol names
18599 @kindex set case-sensitive
18600 @item set case-sensitive on
18601 @itemx set case-sensitive off
18602 @itemx set case-sensitive auto
18603 Normally, when @value{GDBN} looks up symbols, it matches their names
18604 with case sensitivity determined by the current source language.
18605 Occasionally, you may wish to control that. The command @code{set
18606 case-sensitive} lets you do that by specifying @code{on} for
18607 case-sensitive matches or @code{off} for case-insensitive ones. If
18608 you specify @code{auto}, case sensitivity is reset to the default
18609 suitable for the source language. The default is case-sensitive
18610 matches for all languages except for Fortran, for which the default is
18611 case-insensitive matches.
18612
18613 @kindex show case-sensitive
18614 @item show case-sensitive
18615 This command shows the current setting of case sensitivity for symbols
18616 lookups.
18617
18618 @kindex set print type methods
18619 @item set print type methods
18620 @itemx set print type methods on
18621 @itemx set print type methods off
18622 Normally, when @value{GDBN} prints a class, it displays any methods
18623 declared in that class. You can control this behavior either by
18624 passing the appropriate flag to @code{ptype}, or using @command{set
18625 print type methods}. Specifying @code{on} will cause @value{GDBN} to
18626 display the methods; this is the default. Specifying @code{off} will
18627 cause @value{GDBN} to omit the methods.
18628
18629 @kindex show print type methods
18630 @item show print type methods
18631 This command shows the current setting of method display when printing
18632 classes.
18633
18634 @kindex set print type nested-type-limit
18635 @item set print type nested-type-limit @var{limit}
18636 @itemx set print type nested-type-limit unlimited
18637 Set the limit of displayed nested types that the type printer will
18638 show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18639 nested definitions. By default, the type printer will not show any nested
18640 types defined in classes.
18641
18642 @kindex show print type nested-type-limit
18643 @item show print type nested-type-limit
18644 This command shows the current display limit of nested types when
18645 printing classes.
18646
18647 @kindex set print type typedefs
18648 @item set print type typedefs
18649 @itemx set print type typedefs on
18650 @itemx set print type typedefs off
18651
18652 Normally, when @value{GDBN} prints a class, it displays any typedefs
18653 defined in that class. You can control this behavior either by
18654 passing the appropriate flag to @code{ptype}, or using @command{set
18655 print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18656 display the typedef definitions; this is the default. Specifying
18657 @code{off} will cause @value{GDBN} to omit the typedef definitions.
18658 Note that this controls whether the typedef definition itself is
18659 printed, not whether typedef names are substituted when printing other
18660 types.
18661
18662 @kindex show print type typedefs
18663 @item show print type typedefs
18664 This command shows the current setting of typedef display when
18665 printing classes.
18666
18667 @kindex info address
18668 @cindex address of a symbol
18669 @item info address @var{symbol}
18670 Describe where the data for @var{symbol} is stored. For a register
18671 variable, this says which register it is kept in. For a non-register
18672 local variable, this prints the stack-frame offset at which the variable
18673 is always stored.
18674
18675 Note the contrast with @samp{print &@var{symbol}}, which does not work
18676 at all for a register variable, and for a stack local variable prints
18677 the exact address of the current instantiation of the variable.
18678
18679 @kindex info symbol
18680 @cindex symbol from address
18681 @cindex closest symbol and offset for an address
18682 @item info symbol @var{addr}
18683 Print the name of a symbol which is stored at the address @var{addr}.
18684 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18685 nearest symbol and an offset from it:
18686
18687 @smallexample
18688 (@value{GDBP}) info symbol 0x54320
18689 _initialize_vx + 396 in section .text
18690 @end smallexample
18691
18692 @noindent
18693 This is the opposite of the @code{info address} command. You can use
18694 it to find out the name of a variable or a function given its address.
18695
18696 For dynamically linked executables, the name of executable or shared
18697 library containing the symbol is also printed:
18698
18699 @smallexample
18700 (@value{GDBP}) info symbol 0x400225
18701 _start + 5 in section .text of /tmp/a.out
18702 (@value{GDBP}) info symbol 0x2aaaac2811cf
18703 __read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18704 @end smallexample
18705
18706 @kindex demangle
18707 @cindex demangle
18708 @item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18709 Demangle @var{name}.
18710 If @var{language} is provided it is the name of the language to demangle
18711 @var{name} in. Otherwise @var{name} is demangled in the current language.
18712
18713 The @samp{--} option specifies the end of options,
18714 and is useful when @var{name} begins with a dash.
18715
18716 The parameter @code{demangle-style} specifies how to interpret the kind
18717 of mangling used. @xref{Print Settings}.
18718
18719 @kindex whatis
18720 @item whatis[/@var{flags}] [@var{arg}]
18721 Print the data type of @var{arg}, which can be either an expression
18722 or a name of a data type. With no argument, print the data type of
18723 @code{$}, the last value in the value history.
18724
18725 If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18726 is not actually evaluated, and any side-effecting operations (such as
18727 assignments or function calls) inside it do not take place.
18728
18729 If @var{arg} is a variable or an expression, @code{whatis} prints its
18730 literal type as it is used in the source code. If the type was
18731 defined using a @code{typedef}, @code{whatis} will @emph{not} print
18732 the data type underlying the @code{typedef}. If the type of the
18733 variable or the expression is a compound data type, such as
18734 @code{struct} or @code{class}, @code{whatis} never prints their
18735 fields or methods. It just prints the @code{struct}/@code{class}
18736 name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18737 such a compound data type, use @code{ptype}.
18738
18739 If @var{arg} is a type name that was defined using @code{typedef},
18740 @code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18741 Unrolling means that @code{whatis} will show the underlying type used
18742 in the @code{typedef} declaration of @var{arg}. However, if that
18743 underlying type is also a @code{typedef}, @code{whatis} will not
18744 unroll it.
18745
18746 For C code, the type names may also have the form @samp{class
18747 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18748 @var{union-tag}} or @samp{enum @var{enum-tag}}.
18749
18750 @var{flags} can be used to modify how the type is displayed.
18751 Available flags are:
18752
18753 @table @code
18754 @item r
18755 Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18756 parameters and typedefs defined in a class when printing the class'
18757 members. The @code{/r} flag disables this.
18758
18759 @item m
18760 Do not print methods defined in the class.
18761
18762 @item M
18763 Print methods defined in the class. This is the default, but the flag
18764 exists in case you change the default with @command{set print type methods}.
18765
18766 @item t
18767 Do not print typedefs defined in the class. Note that this controls
18768 whether the typedef definition itself is printed, not whether typedef
18769 names are substituted when printing other types.
18770
18771 @item T
18772 Print typedefs defined in the class. This is the default, but the flag
18773 exists in case you change the default with @command{set print type typedefs}.
18774
18775 @item o
18776 Print the offsets and sizes of fields in a struct, similar to what the
18777 @command{pahole} tool does. This option implies the @code{/tm} flags.
18778
18779 For example, given the following declarations:
18780
18781 @smallexample
18782 struct tuv
18783 @{
18784 int a1;
18785 char *a2;
18786 int a3;
18787 @};
18788
18789 struct xyz
18790 @{
18791 int f1;
18792 char f2;
18793 void *f3;
18794 struct tuv f4;
18795 @};
18796
18797 union qwe
18798 @{
18799 struct tuv fff1;
18800 struct xyz fff2;
18801 @};
18802
18803 struct tyu
18804 @{
18805 int a1 : 1;
18806 int a2 : 3;
18807 int a3 : 23;
18808 char a4 : 2;
18809 int64_t a5;
18810 int a6 : 5;
18811 int64_t a7 : 3;
18812 @};
18813 @end smallexample
18814
18815 Issuing a @kbd{ptype /o struct tuv} command would print:
18816
18817 @smallexample
18818 (@value{GDBP}) ptype /o struct tuv
18819 /* offset | size */ type = struct tuv @{
18820 /* 0 | 4 */ int a1;
18821 /* XXX 4-byte hole */
18822 /* 8 | 8 */ char *a2;
18823 /* 16 | 4 */ int a3;
18824
18825 /* total size (bytes): 24 */
18826 @}
18827 @end smallexample
18828
18829 Notice the format of the first column of comments. There, you can
18830 find two parts separated by the @samp{|} character: the @emph{offset},
18831 which indicates where the field is located inside the struct, in
18832 bytes, and the @emph{size} of the field. Another interesting line is
18833 the marker of a @emph{hole} in the struct, indicating that it may be
18834 possible to pack the struct and make it use less space by reorganizing
18835 its fields.
18836
18837 It is also possible to print offsets inside an union:
18838
18839 @smallexample
18840 (@value{GDBP}) ptype /o union qwe
18841 /* offset | size */ type = union qwe @{
18842 /* 24 */ struct tuv @{
18843 /* 0 | 4 */ int a1;
18844 /* XXX 4-byte hole */
18845 /* 8 | 8 */ char *a2;
18846 /* 16 | 4 */ int a3;
18847
18848 /* total size (bytes): 24 */
18849 @} fff1;
18850 /* 40 */ struct xyz @{
18851 /* 0 | 4 */ int f1;
18852 /* 4 | 1 */ char f2;
18853 /* XXX 3-byte hole */
18854 /* 8 | 8 */ void *f3;
18855 /* 16 | 24 */ struct tuv @{
18856 /* 16 | 4 */ int a1;
18857 /* XXX 4-byte hole */
18858 /* 24 | 8 */ char *a2;
18859 /* 32 | 4 */ int a3;
18860
18861 /* total size (bytes): 24 */
18862 @} f4;
18863
18864 /* total size (bytes): 40 */
18865 @} fff2;
18866
18867 /* total size (bytes): 40 */
18868 @}
18869 @end smallexample
18870
18871 In this case, since @code{struct tuv} and @code{struct xyz} occupy the
18872 same space (because we are dealing with an union), the offset is not
18873 printed for them. However, you can still examine the offset of each
18874 of these structures' fields.
18875
18876 Another useful scenario is printing the offsets of a struct containing
18877 bitfields:
18878
18879 @smallexample
18880 (@value{GDBP}) ptype /o struct tyu
18881 /* offset | size */ type = struct tyu @{
18882 /* 0:31 | 4 */ int a1 : 1;
18883 /* 0:28 | 4 */ int a2 : 3;
18884 /* 0: 5 | 4 */ int a3 : 23;
18885 /* 3: 3 | 1 */ signed char a4 : 2;
18886 /* XXX 3-bit hole */
18887 /* XXX 4-byte hole */
18888 /* 8 | 8 */ int64_t a5;
18889 /* 16: 0 | 4 */ int a6 : 5;
18890 /* 16: 5 | 8 */ int64_t a7 : 3;
18891 "/* XXX 7-byte padding */
18892
18893 /* total size (bytes): 24 */
18894 @}
18895 @end smallexample
18896
18897 Note how the offset information is now extended to also include the
18898 first bit of the bitfield.
18899 @end table
18900
18901 @kindex ptype
18902 @item ptype[/@var{flags}] [@var{arg}]
18903 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
18904 detailed description of the type, instead of just the name of the type.
18905 @xref{Expressions, ,Expressions}.
18906
18907 Contrary to @code{whatis}, @code{ptype} always unrolls any
18908 @code{typedef}s in its argument declaration, whether the argument is
18909 a variable, expression, or a data type. This means that @code{ptype}
18910 of a variable or an expression will not print literally its type as
18911 present in the source code---use @code{whatis} for that. @code{typedef}s at
18912 the pointer or reference targets are also unrolled. Only @code{typedef}s of
18913 fields, methods and inner @code{class typedef}s of @code{struct}s,
18914 @code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18915
18916 For example, for this variable declaration:
18917
18918 @smallexample
18919 typedef double real_t;
18920 struct complex @{ real_t real; double imag; @};
18921 typedef struct complex complex_t;
18922 complex_t var;
18923 real_t *real_pointer_var;
18924 @end smallexample
18925
18926 @noindent
18927 the two commands give this output:
18928
18929 @smallexample
18930 @group
18931 (@value{GDBP}) whatis var
18932 type = complex_t
18933 (@value{GDBP}) ptype var
18934 type = struct complex @{
18935 real_t real;
18936 double imag;
18937 @}
18938 (@value{GDBP}) whatis complex_t
18939 type = struct complex
18940 (@value{GDBP}) whatis struct complex
18941 type = struct complex
18942 (@value{GDBP}) ptype struct complex
18943 type = struct complex @{
18944 real_t real;
18945 double imag;
18946 @}
18947 (@value{GDBP}) whatis real_pointer_var
18948 type = real_t *
18949 (@value{GDBP}) ptype real_pointer_var
18950 type = double *
18951 @end group
18952 @end smallexample
18953
18954 @noindent
18955 As with @code{whatis}, using @code{ptype} without an argument refers to
18956 the type of @code{$}, the last value in the value history.
18957
18958 @cindex incomplete type
18959 Sometimes, programs use opaque data types or incomplete specifications
18960 of complex data structure. If the debug information included in the
18961 program does not allow @value{GDBN} to display a full declaration of
18962 the data type, it will say @samp{<incomplete type>}. For example,
18963 given these declarations:
18964
18965 @smallexample
18966 struct foo;
18967 struct foo *fooptr;
18968 @end smallexample
18969
18970 @noindent
18971 but no definition for @code{struct foo} itself, @value{GDBN} will say:
18972
18973 @smallexample
18974 (@value{GDBP}) ptype foo
18975 $1 = <incomplete type>
18976 @end smallexample
18977
18978 @noindent
18979 ``Incomplete type'' is C terminology for data types that are not
18980 completely specified.
18981
18982 @cindex unknown type
18983 Othertimes, information about a variable's type is completely absent
18984 from the debug information included in the program. This most often
18985 happens when the program or library where the variable is defined
18986 includes no debug information at all. @value{GDBN} knows the variable
18987 exists from inspecting the linker/loader symbol table (e.g., the ELF
18988 dynamic symbol table), but such symbols do not contain type
18989 information. Inspecting the type of a (global) variable for which
18990 @value{GDBN} has no type information shows:
18991
18992 @smallexample
18993 (@value{GDBP}) ptype var
18994 type = <data variable, no debug info>
18995 @end smallexample
18996
18997 @xref{Variables, no debug info variables}, for how to print the values
18998 of such variables.
18999
19000 @kindex info types
19001 @item info types [-q] [@var{regexp}]
19002 Print a brief description of all types whose names match the regular
19003 expression @var{regexp} (or all types in your program, if you supply
19004 no argument). Each complete typename is matched as though it were a
19005 complete line; thus, @samp{i type value} gives information on all
19006 types in your program whose names include the string @code{value}, but
19007 @samp{i type ^value$} gives information only on types whose complete
19008 name is @code{value}.
19009
19010 In programs using different languages, @value{GDBN} chooses the syntax
19011 to print the type description according to the
19012 @samp{set language} value: using @samp{set language auto}
19013 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19014 language of the type, other values mean to use
19015 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19016
19017 This command differs from @code{ptype} in two ways: first, like
19018 @code{whatis}, it does not print a detailed description; second, it
19019 lists all source files and line numbers where a type is defined.
19020
19021 The output from @samp{into types} is proceeded with a header line
19022 describing what types are being listed. The optional flag @samp{-q},
19023 which stands for @samp{quiet}, disables printing this header
19024 information.
19025
19026 @kindex info type-printers
19027 @item info type-printers
19028 Versions of @value{GDBN} that ship with Python scripting enabled may
19029 have ``type printers'' available. When using @command{ptype} or
19030 @command{whatis}, these printers are consulted when the name of a type
19031 is needed. @xref{Type Printing API}, for more information on writing
19032 type printers.
19033
19034 @code{info type-printers} displays all the available type printers.
19035
19036 @kindex enable type-printer
19037 @kindex disable type-printer
19038 @item enable type-printer @var{name}@dots{}
19039 @item disable type-printer @var{name}@dots{}
19040 These commands can be used to enable or disable type printers.
19041
19042 @kindex info scope
19043 @cindex local variables
19044 @item info scope @var{location}
19045 List all the variables local to a particular scope. This command
19046 accepts a @var{location} argument---a function name, a source line, or
19047 an address preceded by a @samp{*}, and prints all the variables local
19048 to the scope defined by that location. (@xref{Specify Location}, for
19049 details about supported forms of @var{location}.) For example:
19050
19051 @smallexample
19052 (@value{GDBP}) @b{info scope command_line_handler}
19053 Scope for command_line_handler:
19054 Symbol rl is an argument at stack/frame offset 8, length 4.
19055 Symbol linebuffer is in static storage at address 0x150a18, length 4.
19056 Symbol linelength is in static storage at address 0x150a1c, length 4.
19057 Symbol p is a local variable in register $esi, length 4.
19058 Symbol p1 is a local variable in register $ebx, length 4.
19059 Symbol nline is a local variable in register $edx, length 4.
19060 Symbol repeat is a local variable at frame offset -8, length 4.
19061 @end smallexample
19062
19063 @noindent
19064 This command is especially useful for determining what data to collect
19065 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
19066 collect}.
19067
19068 @kindex info source
19069 @item info source
19070 Show information about the current source file---that is, the source file for
19071 the function containing the current point of execution:
19072 @itemize @bullet
19073 @item
19074 the name of the source file, and the directory containing it,
19075 @item
19076 the directory it was compiled in,
19077 @item
19078 its length, in lines,
19079 @item
19080 which programming language it is written in,
19081 @item
19082 if the debug information provides it, the program that compiled the file
19083 (which may include, e.g., the compiler version and command line arguments),
19084 @item
19085 whether the executable includes debugging information for that file, and
19086 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
19087 @item
19088 whether the debugging information includes information about
19089 preprocessor macros.
19090 @end itemize
19091
19092
19093 @kindex info sources
19094 @item info sources
19095 Print the names of all source files in your program for which there is
19096 debugging information, organized into two lists: files whose symbols
19097 have already been read, and files whose symbols will be read when needed.
19098
19099 @item info sources [-dirname | -basename] [--] [@var{regexp}]
19100 Like @samp{info sources}, but only print the names of the files
19101 matching the provided @var{regexp}.
19102 By default, the @var{regexp} is used to match anywhere in the filename.
19103 If @code{-dirname}, only files having a dirname matching @var{regexp} are shown.
19104 If @code{-basename}, only files having a basename matching @var{regexp}
19105 are shown.
19106 The matching is case-sensitive, except on operating systems that
19107 have case-insensitive filesystem (e.g., MS-Windows).
19108
19109 @kindex info functions
19110 @item info functions [-q] [-n]
19111 Print the names and data types of all defined functions.
19112 Similarly to @samp{info types}, this command groups its output by source
19113 files and annotates each function definition with its source line
19114 number.
19115
19116 In programs using different languages, @value{GDBN} chooses the syntax
19117 to print the function name and type according to the
19118 @samp{set language} value: using @samp{set language auto}
19119 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19120 language of the function, other values mean to use
19121 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19122
19123 The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19124 results. A non-debugging symbol is a symbol that comes from the
19125 executable's symbol table, not from the debug information (for
19126 example, DWARF) associated with the executable.
19127
19128 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19129 printing header information and messages explaining why no functions
19130 have been printed.
19131
19132 @item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19133 Like @samp{info functions}, but only print the names and data types
19134 of the functions selected with the provided regexp(s).
19135
19136 If @var{regexp} is provided, print only the functions whose names
19137 match the regular expression @var{regexp}.
19138 Thus, @samp{info fun step} finds all functions whose
19139 names include @code{step}; @samp{info fun ^step} finds those whose names
19140 start with @code{step}. If a function name contains characters that
19141 conflict with the regular expression language (e.g.@:
19142 @samp{operator*()}), they may be quoted with a backslash.
19143
19144 If @var{type_regexp} is provided, print only the functions whose
19145 types, as printed by the @code{whatis} command, match
19146 the regular expression @var{type_regexp}.
19147 If @var{type_regexp} contains space(s), it should be enclosed in
19148 quote characters. If needed, use backslash to escape the meaning
19149 of special characters or quotes.
19150 Thus, @samp{info fun -t '^int ('} finds the functions that return
19151 an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19152 have an argument type containing int; @samp{info fun -t '^int (' ^step}
19153 finds the functions whose names start with @code{step} and that return
19154 int.
19155
19156 If both @var{regexp} and @var{type_regexp} are provided, a function
19157 is printed only if its name matches @var{regexp} and its type matches
19158 @var{type_regexp}.
19159
19160
19161 @kindex info variables
19162 @item info variables [-q] [-n]
19163 Print the names and data types of all variables that are defined
19164 outside of functions (i.e.@: excluding local variables).
19165 The printed variables are grouped by source files and annotated with
19166 their respective source line numbers.
19167
19168 In programs using different languages, @value{GDBN} chooses the syntax
19169 to print the variable name and type according to the
19170 @samp{set language} value: using @samp{set language auto}
19171 (see @ref{Automatically, ,Set Language Automatically}) means to use the
19172 language of the variable, other values mean to use
19173 the manually specified language (see @ref{Manually, ,Set Language Manually}).
19174
19175 The @samp{-n} flag excludes non-debugging symbols from the results.
19176
19177 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19178 printing header information and messages explaining why no variables
19179 have been printed.
19180
19181 @item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19182 Like @kbd{info variables}, but only print the variables selected
19183 with the provided regexp(s).
19184
19185 If @var{regexp} is provided, print only the variables whose names
19186 match the regular expression @var{regexp}.
19187
19188 If @var{type_regexp} is provided, print only the variables whose
19189 types, as printed by the @code{whatis} command, match
19190 the regular expression @var{type_regexp}.
19191 If @var{type_regexp} contains space(s), it should be enclosed in
19192 quote characters. If needed, use backslash to escape the meaning
19193 of special characters or quotes.
19194
19195 If both @var{regexp} and @var{type_regexp} are provided, an argument
19196 is printed only if its name matches @var{regexp} and its type matches
19197 @var{type_regexp}.
19198
19199 @kindex info modules
19200 @cindex modules
19201 @item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19202 List all Fortran modules in the program, or all modules matching the
19203 optional regular expression @var{regexp}.
19204
19205 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19206 printing header information and messages explaining why no modules
19207 have been printed.
19208
19209 @kindex info module
19210 @cindex Fortran modules, information about
19211 @cindex functions and variables by Fortran module
19212 @cindex module functions and variables
19213 @item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19214 @itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19215 List all functions or variables within all Fortran modules. The set
19216 of functions or variables listed can be limited by providing some or
19217 all of the optional regular expressions. If @var{module-regexp} is
19218 provided, then only Fortran modules matching @var{module-regexp} will
19219 be searched. Only functions or variables whose type matches the
19220 optional regular expression @var{type-regexp} will be listed. And
19221 only functions or variables whose name matches the optional regular
19222 expression @var{regexp} will be listed.
19223
19224 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19225 printing header information and messages explaining why no functions
19226 or variables have been printed.
19227
19228 @kindex info classes
19229 @cindex Objective-C, classes and selectors
19230 @item info classes
19231 @itemx info classes @var{regexp}
19232 Display all Objective-C classes in your program, or
19233 (with the @var{regexp} argument) all those matching a particular regular
19234 expression.
19235
19236 @kindex info selectors
19237 @item info selectors
19238 @itemx info selectors @var{regexp}
19239 Display all Objective-C selectors in your program, or
19240 (with the @var{regexp} argument) all those matching a particular regular
19241 expression.
19242
19243 @ignore
19244 This was never implemented.
19245 @kindex info methods
19246 @item info methods
19247 @itemx info methods @var{regexp}
19248 The @code{info methods} command permits the user to examine all defined
19249 methods within C@t{++} program, or (with the @var{regexp} argument) a
19250 specific set of methods found in the various C@t{++} classes. Many
19251 C@t{++} classes provide a large number of methods. Thus, the output
19252 from the @code{ptype} command can be overwhelming and hard to use. The
19253 @code{info-methods} command filters the methods, printing only those
19254 which match the regular-expression @var{regexp}.
19255 @end ignore
19256
19257 @cindex opaque data types
19258 @kindex set opaque-type-resolution
19259 @item set opaque-type-resolution on
19260 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19261 declared as a pointer to a @code{struct}, @code{class}, or
19262 @code{union}---for example, @code{struct MyType *}---that is used in one
19263 source file although the full declaration of @code{struct MyType} is in
19264 another source file. The default is on.
19265
19266 A change in the setting of this subcommand will not take effect until
19267 the next time symbols for a file are loaded.
19268
19269 @item set opaque-type-resolution off
19270 Tell @value{GDBN} not to resolve opaque types. In this case, the type
19271 is printed as follows:
19272 @smallexample
19273 @{<no data fields>@}
19274 @end smallexample
19275
19276 @kindex show opaque-type-resolution
19277 @item show opaque-type-resolution
19278 Show whether opaque types are resolved or not.
19279
19280 @kindex set print symbol-loading
19281 @cindex print messages when symbols are loaded
19282 @item set print symbol-loading
19283 @itemx set print symbol-loading full
19284 @itemx set print symbol-loading brief
19285 @itemx set print symbol-loading off
19286 The @code{set print symbol-loading} command allows you to control the
19287 printing of messages when @value{GDBN} loads symbol information.
19288 By default a message is printed for the executable and one for each
19289 shared library, and normally this is what you want. However, when
19290 debugging apps with large numbers of shared libraries these messages
19291 can be annoying.
19292 When set to @code{brief} a message is printed for each executable,
19293 and when @value{GDBN} loads a collection of shared libraries at once
19294 it will only print one message regardless of the number of shared
19295 libraries. When set to @code{off} no messages are printed.
19296
19297 @kindex show print symbol-loading
19298 @item show print symbol-loading
19299 Show whether messages will be printed when a @value{GDBN} command
19300 entered from the keyboard causes symbol information to be loaded.
19301
19302 @kindex maint print symbols
19303 @cindex symbol dump
19304 @kindex maint print psymbols
19305 @cindex partial symbol dump
19306 @kindex maint print msymbols
19307 @cindex minimal symbol dump
19308 @item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19309 @itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19310 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19311 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19312 @itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19313 Write a dump of debugging symbol data into the file @var{filename} or
19314 the terminal if @var{filename} is unspecified.
19315 If @code{-objfile @var{objfile}} is specified, only dump symbols for
19316 that objfile.
19317 If @code{-pc @var{address}} is specified, only dump symbols for the file
19318 with code at that address. Note that @var{address} may be a symbol like
19319 @code{main}.
19320 If @code{-source @var{source}} is specified, only dump symbols for that
19321 source file.
19322
19323 These commands are used to debug the @value{GDBN} symbol-reading code.
19324 These commands do not modify internal @value{GDBN} state, therefore
19325 @samp{maint print symbols} will only print symbols for already expanded symbol
19326 tables.
19327 You can use the command @code{info sources} to find out which files these are.
19328 If you use @samp{maint print psymbols} instead, the dump shows information
19329 about symbols that @value{GDBN} only knows partially---that is, symbols
19330 defined in files that @value{GDBN} has skimmed, but not yet read completely.
19331 Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19332 ``ELF symbols''.
19333
19334 @xref{Files, ,Commands to Specify Files}, for a discussion of how
19335 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
19336
19337 @kindex maint info symtabs
19338 @kindex maint info psymtabs
19339 @cindex listing @value{GDBN}'s internal symbol tables
19340 @cindex symbol tables, listing @value{GDBN}'s internal
19341 @cindex full symbol tables, listing @value{GDBN}'s internal
19342 @cindex partial symbol tables, listing @value{GDBN}'s internal
19343 @item maint info symtabs @r{[} @var{regexp} @r{]}
19344 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
19345
19346 List the @code{struct symtab} or @code{struct partial_symtab}
19347 structures whose names match @var{regexp}. If @var{regexp} is not
19348 given, list them all. The output includes expressions which you can
19349 copy into a @value{GDBN} debugging this one to examine a particular
19350 structure in more detail. For example:
19351
19352 @smallexample
19353 (@value{GDBP}) maint info psymtabs dwarf2read
19354 @{ objfile /home/gnu/build/gdb/gdb
19355 ((struct objfile *) 0x82e69d0)
19356 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
19357 ((struct partial_symtab *) 0x8474b10)
19358 readin no
19359 fullname (null)
19360 text addresses 0x814d3c8 -- 0x8158074
19361 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19362 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19363 dependencies (none)
19364 @}
19365 @}
19366 (@value{GDBP}) maint info symtabs
19367 (@value{GDBP})
19368 @end smallexample
19369 @noindent
19370 We see that there is one partial symbol table whose filename contains
19371 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19372 and we see that @value{GDBN} has not read in any symtabs yet at all.
19373 If we set a breakpoint on a function, that will cause @value{GDBN} to
19374 read the symtab for the compilation unit containing that function:
19375
19376 @smallexample
19377 (@value{GDBP}) break dwarf2_psymtab_to_symtab
19378 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19379 line 1574.
19380 (@value{GDBP}) maint info symtabs
19381 @{ objfile /home/gnu/build/gdb/gdb
19382 ((struct objfile *) 0x82e69d0)
19383 @{ symtab /home/gnu/src/gdb/dwarf2read.c
19384 ((struct symtab *) 0x86c1f38)
19385 dirname (null)
19386 fullname (null)
19387 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
19388 linetable ((struct linetable *) 0x8370fa0)
19389 debugformat DWARF 2
19390 @}
19391 @}
19392 (@value{GDBP})
19393 @end smallexample
19394
19395 @kindex maint info line-table
19396 @cindex listing @value{GDBN}'s internal line tables
19397 @cindex line tables, listing @value{GDBN}'s internal
19398 @item maint info line-table @r{[} @var{regexp} @r{]}
19399
19400 List the @code{struct linetable} from all @code{struct symtab}
19401 instances whose name matches @var{regexp}. If @var{regexp} is not
19402 given, list the @code{struct linetable} from all @code{struct symtab}.
19403
19404 @kindex maint set symbol-cache-size
19405 @cindex symbol cache size
19406 @item maint set symbol-cache-size @var{size}
19407 Set the size of the symbol cache to @var{size}.
19408 The default size is intended to be good enough for debugging
19409 most applications. This option exists to allow for experimenting
19410 with different sizes.
19411
19412 @kindex maint show symbol-cache-size
19413 @item maint show symbol-cache-size
19414 Show the size of the symbol cache.
19415
19416 @kindex maint print symbol-cache
19417 @cindex symbol cache, printing its contents
19418 @item maint print symbol-cache
19419 Print the contents of the symbol cache.
19420 This is useful when debugging symbol cache issues.
19421
19422 @kindex maint print symbol-cache-statistics
19423 @cindex symbol cache, printing usage statistics
19424 @item maint print symbol-cache-statistics
19425 Print symbol cache usage statistics.
19426 This helps determine how well the cache is being utilized.
19427
19428 @kindex maint flush symbol-cache
19429 @kindex maint flush-symbol-cache
19430 @cindex symbol cache, flushing
19431 @item maint flush symbol-cache
19432 @itemx maint flush-symbol-cache
19433 Flush the contents of the symbol cache, all entries are removed. This
19434 command is useful when debugging the symbol cache. It is also useful
19435 when collecting performance data. The command @code{maint
19436 flush-symbol-cache} is deprecated in favor of @code{maint flush
19437 symbol-cache}..
19438
19439 @end table
19440
19441 @node Altering
19442 @chapter Altering Execution
19443
19444 Once you think you have found an error in your program, you might want to
19445 find out for certain whether correcting the apparent error would lead to
19446 correct results in the rest of the run. You can find the answer by
19447 experiment, using the @value{GDBN} features for altering execution of the
19448 program.
19449
19450 For example, you can store new values into variables or memory
19451 locations, give your program a signal, restart it at a different
19452 address, or even return prematurely from a function.
19453
19454 @menu
19455 * Assignment:: Assignment to variables
19456 * Jumping:: Continuing at a different address
19457 * Signaling:: Giving your program a signal
19458 * Returning:: Returning from a function
19459 * Calling:: Calling your program's functions
19460 * Patching:: Patching your program
19461 * Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
19462 @end menu
19463
19464 @node Assignment
19465 @section Assignment to Variables
19466
19467 @cindex assignment
19468 @cindex setting variables
19469 To alter the value of a variable, evaluate an assignment expression.
19470 @xref{Expressions, ,Expressions}. For example,
19471
19472 @smallexample
19473 print x=4
19474 @end smallexample
19475
19476 @noindent
19477 stores the value 4 into the variable @code{x}, and then prints the
19478 value of the assignment expression (which is 4).
19479 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19480 information on operators in supported languages.
19481
19482 @kindex set variable
19483 @cindex variables, setting
19484 If you are not interested in seeing the value of the assignment, use the
19485 @code{set} command instead of the @code{print} command. @code{set} is
19486 really the same as @code{print} except that the expression's value is
19487 not printed and is not put in the value history (@pxref{Value History,
19488 ,Value History}). The expression is evaluated only for its effects.
19489
19490 If the beginning of the argument string of the @code{set} command
19491 appears identical to a @code{set} subcommand, use the @code{set
19492 variable} command instead of just @code{set}. This command is identical
19493 to @code{set} except for its lack of subcommands. For example, if your
19494 program has a variable @code{width}, you get an error if you try to set
19495 a new value with just @samp{set width=13}, because @value{GDBN} has the
19496 command @code{set width}:
19497
19498 @smallexample
19499 (@value{GDBP}) whatis width
19500 type = double
19501 (@value{GDBP}) p width
19502 $4 = 13
19503 (@value{GDBP}) set width=47
19504 Invalid syntax in expression.
19505 @end smallexample
19506
19507 @noindent
19508 The invalid expression, of course, is @samp{=47}. In
19509 order to actually set the program's variable @code{width}, use
19510
19511 @smallexample
19512 (@value{GDBP}) set var width=47
19513 @end smallexample
19514
19515 Because the @code{set} command has many subcommands that can conflict
19516 with the names of program variables, it is a good idea to use the
19517 @code{set variable} command instead of just @code{set}. For example, if
19518 your program has a variable @code{g}, you run into problems if you try
19519 to set a new value with just @samp{set g=4}, because @value{GDBN} has
19520 the command @code{set gnutarget}, abbreviated @code{set g}:
19521
19522 @smallexample
19523 @group
19524 (@value{GDBP}) whatis g
19525 type = double
19526 (@value{GDBP}) p g
19527 $1 = 1
19528 (@value{GDBP}) set g=4
19529 (@value{GDBP}) p g
19530 $2 = 1
19531 (@value{GDBP}) r
19532 The program being debugged has been started already.
19533 Start it from the beginning? (y or n) y
19534 Starting program: /home/smith/cc_progs/a.out
19535 "/home/smith/cc_progs/a.out": can't open to read symbols:
19536 Invalid bfd target.
19537 (@value{GDBP}) show g
19538 The current BFD target is "=4".
19539 @end group
19540 @end smallexample
19541
19542 @noindent
19543 The program variable @code{g} did not change, and you silently set the
19544 @code{gnutarget} to an invalid value. In order to set the variable
19545 @code{g}, use
19546
19547 @smallexample
19548 (@value{GDBP}) set var g=4
19549 @end smallexample
19550
19551 @value{GDBN} allows more implicit conversions in assignments than C; you can
19552 freely store an integer value into a pointer variable or vice versa,
19553 and you can convert any structure to any other structure that is the
19554 same length or shorter.
19555 @comment FIXME: how do structs align/pad in these conversions?
19556 @comment /doc@cygnus.com 18dec1990
19557
19558 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19559 construct to generate a value of specified type at a specified address
19560 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19561 to memory location @code{0x83040} as an integer (which implies a certain size
19562 and representation in memory), and
19563
19564 @smallexample
19565 set @{int@}0x83040 = 4
19566 @end smallexample
19567
19568 @noindent
19569 stores the value 4 into that memory location.
19570
19571 @node Jumping
19572 @section Continuing at a Different Address
19573
19574 Ordinarily, when you continue your program, you do so at the place where
19575 it stopped, with the @code{continue} command. You can instead continue at
19576 an address of your own choosing, with the following commands:
19577
19578 @table @code
19579 @kindex jump
19580 @kindex j @r{(@code{jump})}
19581 @item jump @var{location}
19582 @itemx j @var{location}
19583 Resume execution at @var{location}. Execution stops again immediately
19584 if there is a breakpoint there. @xref{Specify Location}, for a description
19585 of the different forms of @var{location}. It is common
19586 practice to use the @code{tbreak} command in conjunction with
19587 @code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
19588
19589 The @code{jump} command does not change the current stack frame, or
19590 the stack pointer, or the contents of any memory location or any
19591 register other than the program counter. If @var{location} is in
19592 a different function from the one currently executing, the results may
19593 be bizarre if the two functions expect different patterns of arguments or
19594 of local variables. For this reason, the @code{jump} command requests
19595 confirmation if the specified line is not in the function currently
19596 executing. However, even bizarre results are predictable if you are
19597 well acquainted with the machine-language code of your program.
19598 @end table
19599
19600 On many systems, you can get much the same effect as the @code{jump}
19601 command by storing a new value into the register @code{$pc}. The
19602 difference is that this does not start your program running; it only
19603 changes the address of where it @emph{will} run when you continue. For
19604 example,
19605
19606 @smallexample
19607 set $pc = 0x485
19608 @end smallexample
19609
19610 @noindent
19611 makes the next @code{continue} command or stepping command execute at
19612 address @code{0x485}, rather than at the address where your program stopped.
19613 @xref{Continuing and Stepping, ,Continuing and Stepping}.
19614
19615 The most common occasion to use the @code{jump} command is to back
19616 up---perhaps with more breakpoints set---over a portion of a program
19617 that has already executed, in order to examine its execution in more
19618 detail.
19619
19620 @c @group
19621 @node Signaling
19622 @section Giving your Program a Signal
19623 @cindex deliver a signal to a program
19624
19625 @table @code
19626 @kindex signal
19627 @item signal @var{signal}
19628 Resume execution where your program is stopped, but immediately give it the
19629 signal @var{signal}. The @var{signal} can be the name or the number of a
19630 signal. For example, on many systems @code{signal 2} and @code{signal
19631 SIGINT} are both ways of sending an interrupt signal.
19632
19633 Alternatively, if @var{signal} is zero, continue execution without
19634 giving a signal. This is useful when your program stopped on account of
19635 a signal and would ordinarily see the signal when resumed with the
19636 @code{continue} command; @samp{signal 0} causes it to resume without a
19637 signal.
19638
19639 @emph{Note:} When resuming a multi-threaded program, @var{signal} is
19640 delivered to the currently selected thread, not the thread that last
19641 reported a stop. This includes the situation where a thread was
19642 stopped due to a signal. So if you want to continue execution
19643 suppressing the signal that stopped a thread, you should select that
19644 same thread before issuing the @samp{signal 0} command. If you issue
19645 the @samp{signal 0} command with another thread as the selected one,
19646 @value{GDBN} detects that and asks for confirmation.
19647
19648 Invoking the @code{signal} command is not the same as invoking the
19649 @code{kill} utility from the shell. Sending a signal with @code{kill}
19650 causes @value{GDBN} to decide what to do with the signal depending on
19651 the signal handling tables (@pxref{Signals}). The @code{signal} command
19652 passes the signal directly to your program.
19653
19654 @code{signal} does not repeat when you press @key{RET} a second time
19655 after executing the command.
19656
19657 @kindex queue-signal
19658 @item queue-signal @var{signal}
19659 Queue @var{signal} to be delivered immediately to the current thread
19660 when execution of the thread resumes. The @var{signal} can be the name or
19661 the number of a signal. For example, on many systems @code{signal 2} and
19662 @code{signal SIGINT} are both ways of sending an interrupt signal.
19663 The handling of the signal must be set to pass the signal to the program,
19664 otherwise @value{GDBN} will report an error.
19665 You can control the handling of signals from @value{GDBN} with the
19666 @code{handle} command (@pxref{Signals}).
19667
19668 Alternatively, if @var{signal} is zero, any currently queued signal
19669 for the current thread is discarded and when execution resumes no signal
19670 will be delivered. This is useful when your program stopped on account
19671 of a signal and would ordinarily see the signal when resumed with the
19672 @code{continue} command.
19673
19674 This command differs from the @code{signal} command in that the signal
19675 is just queued, execution is not resumed. And @code{queue-signal} cannot
19676 be used to pass a signal whose handling state has been set to @code{nopass}
19677 (@pxref{Signals}).
19678 @end table
19679 @c @end group
19680
19681 @xref{stepping into signal handlers}, for information on how stepping
19682 commands behave when the thread has a signal queued.
19683
19684 @node Returning
19685 @section Returning from a Function
19686
19687 @table @code
19688 @cindex returning from a function
19689 @kindex return
19690 @item return
19691 @itemx return @var{expression}
19692 You can cancel execution of a function call with the @code{return}
19693 command. If you give an
19694 @var{expression} argument, its value is used as the function's return
19695 value.
19696 @end table
19697
19698 When you use @code{return}, @value{GDBN} discards the selected stack frame
19699 (and all frames within it). You can think of this as making the
19700 discarded frame return prematurely. If you wish to specify a value to
19701 be returned, give that value as the argument to @code{return}.
19702
19703 This pops the selected stack frame (@pxref{Selection, ,Selecting a
19704 Frame}), and any other frames inside of it, leaving its caller as the
19705 innermost remaining frame. That frame becomes selected. The
19706 specified value is stored in the registers used for returning values
19707 of functions.
19708
19709 The @code{return} command does not resume execution; it leaves the
19710 program stopped in the state that would exist if the function had just
19711 returned. In contrast, the @code{finish} command (@pxref{Continuing
19712 and Stepping, ,Continuing and Stepping}) resumes execution until the
19713 selected stack frame returns naturally.
19714
19715 @value{GDBN} needs to know how the @var{expression} argument should be set for
19716 the inferior. The concrete registers assignment depends on the OS ABI and the
19717 type being returned by the selected stack frame. For example it is common for
19718 OS ABI to return floating point values in FPU registers while integer values in
19719 CPU registers. Still some ABIs return even floating point values in CPU
19720 registers. Larger integer widths (such as @code{long long int}) also have
19721 specific placement rules. @value{GDBN} already knows the OS ABI from its
19722 current target so it needs to find out also the type being returned to make the
19723 assignment into the right register(s).
19724
19725 Normally, the selected stack frame has debug info. @value{GDBN} will always
19726 use the debug info instead of the implicit type of @var{expression} when the
19727 debug info is available. For example, if you type @kbd{return -1}, and the
19728 function in the current stack frame is declared to return a @code{long long
19729 int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19730 into a @code{long long int}:
19731
19732 @smallexample
19733 Breakpoint 1, func () at gdb.base/return-nodebug.c:29
19734 29 return 31;
19735 (@value{GDBP}) return -1
19736 Make func return now? (y or n) y
19737 #0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
19738 43 printf ("result=%lld\n", func ());
19739 (@value{GDBP})
19740 @end smallexample
19741
19742 However, if the selected stack frame does not have a debug info, e.g., if the
19743 function was compiled without debug info, @value{GDBN} has to find out the type
19744 to return from user. Specifying a different type by mistake may set the value
19745 in different inferior registers than the caller code expects. For example,
19746 typing @kbd{return -1} with its implicit type @code{int} would set only a part
19747 of a @code{long long int} result for a debug info less function (on 32-bit
19748 architectures). Therefore the user is required to specify the return type by
19749 an appropriate cast explicitly:
19750
19751 @smallexample
19752 Breakpoint 2, 0x0040050b in func ()
19753 (@value{GDBP}) return -1
19754 Return value type not available for selected stack frame.
19755 Please use an explicit cast of the value to return.
19756 (@value{GDBP}) return (long long int) -1
19757 Make selected stack frame return now? (y or n) y
19758 #0 0x00400526 in main ()
19759 (@value{GDBP})
19760 @end smallexample
19761
19762 @node Calling
19763 @section Calling Program Functions
19764
19765 @table @code
19766 @cindex calling functions
19767 @cindex inferior functions, calling
19768 @item print @var{expr}
19769 Evaluate the expression @var{expr} and display the resulting value.
19770 The expression may include calls to functions in the program being
19771 debugged.
19772
19773 @kindex call
19774 @item call @var{expr}
19775 Evaluate the expression @var{expr} without displaying @code{void}
19776 returned values.
19777
19778 You can use this variant of the @code{print} command if you want to
19779 execute a function from your program that does not return anything
19780 (a.k.a.@: @dfn{a void function}), but without cluttering the output
19781 with @code{void} returned values that @value{GDBN} will otherwise
19782 print. If the result is not void, it is printed and saved in the
19783 value history.
19784 @end table
19785
19786 It is possible for the function you call via the @code{print} or
19787 @code{call} command to generate a signal (e.g., if there's a bug in
19788 the function, or if you passed it incorrect arguments). What happens
19789 in that case is controlled by the @code{set unwindonsignal} command.
19790
19791 Similarly, with a C@t{++} program it is possible for the function you
19792 call via the @code{print} or @code{call} command to generate an
19793 exception that is not handled due to the constraints of the dummy
19794 frame. In this case, any exception that is raised in the frame, but has
19795 an out-of-frame exception handler will not be found. GDB builds a
19796 dummy-frame for the inferior function call, and the unwinder cannot
19797 seek for exception handlers outside of this dummy-frame. What happens
19798 in that case is controlled by the
19799 @code{set unwind-on-terminating-exception} command.
19800
19801 @table @code
19802 @item set unwindonsignal
19803 @kindex set unwindonsignal
19804 @cindex unwind stack in called functions
19805 @cindex call dummy stack unwinding
19806 Set unwinding of the stack if a signal is received while in a function
19807 that @value{GDBN} called in the program being debugged. If set to on,
19808 @value{GDBN} unwinds the stack it created for the call and restores
19809 the context to what it was before the call. If set to off (the
19810 default), @value{GDBN} stops in the frame where the signal was
19811 received.
19812
19813 @item show unwindonsignal
19814 @kindex show unwindonsignal
19815 Show the current setting of stack unwinding in the functions called by
19816 @value{GDBN}.
19817
19818 @item set unwind-on-terminating-exception
19819 @kindex set unwind-on-terminating-exception
19820 @cindex unwind stack in called functions with unhandled exceptions
19821 @cindex call dummy stack unwinding on unhandled exception.
19822 Set unwinding of the stack if a C@t{++} exception is raised, but left
19823 unhandled while in a function that @value{GDBN} called in the program being
19824 debugged. If set to on (the default), @value{GDBN} unwinds the stack
19825 it created for the call and restores the context to what it was before
19826 the call. If set to off, @value{GDBN} the exception is delivered to
19827 the default C@t{++} exception handler and the inferior terminated.
19828
19829 @item show unwind-on-terminating-exception
19830 @kindex show unwind-on-terminating-exception
19831 Show the current setting of stack unwinding in the functions called by
19832 @value{GDBN}.
19833
19834 @item set may-call-functions
19835 @kindex set may-call-functions
19836 @cindex disabling calling functions in the program
19837 @cindex calling functions in the program, disabling
19838 Set permission to call functions in the program.
19839 This controls whether @value{GDBN} will attempt to call functions in
19840 the program, such as with expressions in the @code{print} command. It
19841 defaults to @code{on}.
19842
19843 To call a function in the program, @value{GDBN} has to temporarily
19844 modify the state of the inferior. This has potentially undesired side
19845 effects. Also, having @value{GDBN} call nested functions is likely to
19846 be erroneous and may even crash the program being debugged. You can
19847 avoid such hazards by forbidding @value{GDBN} from calling functions
19848 in the program being debugged. If calling functions in the program
19849 is forbidden, GDB will throw an error when a command (such as printing
19850 an expression) starts a function call in the program.
19851
19852 @item show may-call-functions
19853 @kindex show may-call-functions
19854 Show permission to call functions in the program.
19855
19856 @end table
19857
19858 @subsection Calling functions with no debug info
19859
19860 @cindex no debug info functions
19861 Sometimes, a function you wish to call is missing debug information.
19862 In such case, @value{GDBN} does not know the type of the function,
19863 including the types of the function's parameters. To avoid calling
19864 the inferior function incorrectly, which could result in the called
19865 function functioning erroneously and even crash, @value{GDBN} refuses
19866 to call the function unless you tell it the type of the function.
19867
19868 For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
19869 to do that. The simplest is to cast the call to the function's
19870 declared return type. For example:
19871
19872 @smallexample
19873 (@value{GDBP}) p getenv ("PATH")
19874 'getenv' has unknown return type; cast the call to its declared return type
19875 (@value{GDBP}) p (char *) getenv ("PATH")
19876 $1 = 0x7fffffffe7ba "/usr/local/bin:/"...
19877 @end smallexample
19878
19879 Casting the return type of a no-debug function is equivalent to
19880 casting the function to a pointer to a prototyped function that has a
19881 prototype that matches the types of the passed-in arguments, and
19882 calling that. I.e., the call above is equivalent to:
19883
19884 @smallexample
19885 (@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
19886 @end smallexample
19887
19888 @noindent
19889 and given this prototyped C or C++ function with float parameters:
19890
19891 @smallexample
19892 float multiply (float v1, float v2) @{ return v1 * v2; @}
19893 @end smallexample
19894
19895 @noindent
19896 these calls are equivalent:
19897
19898 @smallexample
19899 (@value{GDBP}) p (float) multiply (2.0f, 3.0f)
19900 (@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
19901 @end smallexample
19902
19903 If the function you wish to call is declared as unprototyped (i.e.@:
19904 old K&R style), you must use the cast-to-function-pointer syntax, so
19905 that @value{GDBN} knows that it needs to apply default argument
19906 promotions (promote float arguments to double). @xref{ABI, float
19907 promotion}. For example, given this unprototyped C function with
19908 float parameters, and no debug info:
19909
19910 @smallexample
19911 float
19912 multiply_noproto (v1, v2)
19913 float v1, v2;
19914 @{
19915 return v1 * v2;
19916 @}
19917 @end smallexample
19918
19919 @noindent
19920 you call it like this:
19921
19922 @smallexample
19923 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
19924 @end smallexample
19925
19926 @node Patching
19927 @section Patching Programs
19928
19929 @cindex patching binaries
19930 @cindex writing into executables
19931 @cindex writing into corefiles
19932
19933 By default, @value{GDBN} opens the file containing your program's
19934 executable code (or the corefile) read-only. This prevents accidental
19935 alterations to machine code; but it also prevents you from intentionally
19936 patching your program's binary.
19937
19938 If you'd like to be able to patch the binary, you can specify that
19939 explicitly with the @code{set write} command. For example, you might
19940 want to turn on internal debugging flags, or even to make emergency
19941 repairs.
19942
19943 @table @code
19944 @kindex set write
19945 @item set write on
19946 @itemx set write off
19947 If you specify @samp{set write on}, @value{GDBN} opens executable and
19948 core files for both reading and writing; if you specify @kbd{set write
19949 off} (the default), @value{GDBN} opens them read-only.
19950
19951 If you have already loaded a file, you must load it again (using the
19952 @code{exec-file} or @code{core-file} command) after changing @code{set
19953 write}, for your new setting to take effect.
19954
19955 @item show write
19956 @kindex show write
19957 Display whether executable files and core files are opened for writing
19958 as well as reading.
19959 @end table
19960
19961 @node Compiling and Injecting Code
19962 @section Compiling and injecting code in @value{GDBN}
19963 @cindex injecting code
19964 @cindex writing into executables
19965 @cindex compiling code
19966
19967 @value{GDBN} supports on-demand compilation and code injection into
19968 programs running under @value{GDBN}. GCC 5.0 or higher built with
19969 @file{libcc1.so} must be installed for this functionality to be enabled.
19970 This functionality is implemented with the following commands.
19971
19972 @table @code
19973 @kindex compile code
19974 @item compile code @var{source-code}
19975 @itemx compile code -raw @var{--} @var{source-code}
19976 Compile @var{source-code} with the compiler language found as the current
19977 language in @value{GDBN} (@pxref{Languages}). If compilation and
19978 injection is not supported with the current language specified in
19979 @value{GDBN}, or the compiler does not support this feature, an error
19980 message will be printed. If @var{source-code} compiles and links
19981 successfully, @value{GDBN} will load the object-code emitted,
19982 and execute it within the context of the currently selected inferior.
19983 It is important to note that the compiled code is executed immediately.
19984 After execution, the compiled code is removed from @value{GDBN} and any
19985 new types or variables you have defined will be deleted.
19986
19987 The command allows you to specify @var{source-code} in two ways.
19988 The simplest method is to provide a single line of code to the command.
19989 E.g.:
19990
19991 @smallexample
19992 compile code printf ("hello world\n");
19993 @end smallexample
19994
19995 If you specify options on the command line as well as source code, they
19996 may conflict. The @samp{--} delimiter can be used to separate options
19997 from actual source code. E.g.:
19998
19999 @smallexample
20000 compile code -r -- printf ("hello world\n");
20001 @end smallexample
20002
20003 Alternatively you can enter source code as multiple lines of text. To
20004 enter this mode, invoke the @samp{compile code} command without any text
20005 following the command. This will start the multiple-line editor and
20006 allow you to type as many lines of source code as required. When you
20007 have completed typing, enter @samp{end} on its own line to exit the
20008 editor.
20009
20010 @smallexample
20011 compile code
20012 >printf ("hello\n");
20013 >printf ("world\n");
20014 >end
20015 @end smallexample
20016
20017 Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
20018 provided @var{source-code} in a callable scope. In this case, you must
20019 specify the entry point of the code by defining a function named
20020 @code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
20021 inferior. Using @samp{-raw} option may be needed for example when
20022 @var{source-code} requires @samp{#include} lines which may conflict with
20023 inferior symbols otherwise.
20024
20025 @kindex compile file
20026 @item compile file @var{filename}
20027 @itemx compile file -raw @var{filename}
20028 Like @code{compile code}, but take the source code from @var{filename}.
20029
20030 @smallexample
20031 compile file /home/user/example.c
20032 @end smallexample
20033 @end table
20034
20035 @table @code
20036 @item compile print [[@var{options}] --] @var{expr}
20037 @itemx compile print [[@var{options}] --] /@var{f} @var{expr}
20038 Compile and execute @var{expr} with the compiler language found as the
20039 current language in @value{GDBN} (@pxref{Languages}). By default the
20040 value of @var{expr} is printed in a format appropriate to its data type;
20041 you can choose a different format by specifying @samp{/@var{f}}, where
20042 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
20043 Formats}. The @code{compile print} command accepts the same options
20044 as the @code{print} command; see @ref{print options}.
20045
20046 @item compile print [[@var{options}] --]
20047 @itemx compile print [[@var{options}] --] /@var{f}
20048 @cindex reprint the last value
20049 Alternatively you can enter the expression (source code producing it) as
20050 multiple lines of text. To enter this mode, invoke the @samp{compile print}
20051 command without any text following the command. This will start the
20052 multiple-line editor.
20053 @end table
20054
20055 @noindent
20056 The process of compiling and injecting the code can be inspected using:
20057
20058 @table @code
20059 @anchor{set debug compile}
20060 @item set debug compile
20061 @cindex compile command debugging info
20062 Turns on or off display of @value{GDBN} process of compiling and
20063 injecting the code. The default is off.
20064
20065 @item show debug compile
20066 Displays the current state of displaying @value{GDBN} process of
20067 compiling and injecting the code.
20068
20069 @anchor{set debug compile-cplus-types}
20070 @item set debug compile-cplus-types
20071 @cindex compile C@t{++} type conversion
20072 Turns on or off the display of C@t{++} type conversion debugging information.
20073 The default is off.
20074
20075 @item show debug compile-cplus-types
20076 Displays the current state of displaying debugging information for
20077 C@t{++} type conversion.
20078 @end table
20079
20080 @subsection Compilation options for the @code{compile} command
20081
20082 @value{GDBN} needs to specify the right compilation options for the code
20083 to be injected, in part to make its ABI compatible with the inferior
20084 and in part to make the injected code compatible with @value{GDBN}'s
20085 injecting process.
20086
20087 @noindent
20088 The options used, in increasing precedence:
20089
20090 @table @asis
20091 @item target architecture and OS options (@code{gdbarch})
20092 These options depend on target processor type and target operating
20093 system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
20094 (@code{-m64}) compilation option.
20095
20096 @item compilation options recorded in the target
20097 @value{NGCC} (since version 4.7) stores the options used for compilation
20098 into @code{DW_AT_producer} part of DWARF debugging information according
20099 to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
20100 explicitly specify @code{-g} during inferior compilation otherwise
20101 @value{NGCC} produces no DWARF. This feature is only relevant for
20102 platforms where @code{-g} produces DWARF by default, otherwise one may
20103 try to enforce DWARF by using @code{-gdwarf-4}.
20104
20105 @item compilation options set by @code{set compile-args}
20106 @end table
20107
20108 @noindent
20109 You can override compilation options using the following command:
20110
20111 @table @code
20112 @item set compile-args
20113 @cindex compile command options override
20114 Set compilation options used for compiling and injecting code with the
20115 @code{compile} commands. These options override any conflicting ones
20116 from the target architecture and/or options stored during inferior
20117 compilation.
20118
20119 @item show compile-args
20120 Displays the current state of compilation options override.
20121 This does not show all the options actually used during compilation,
20122 use @ref{set debug compile} for that.
20123 @end table
20124
20125 @subsection Caveats when using the @code{compile} command
20126
20127 There are a few caveats to keep in mind when using the @code{compile}
20128 command. As the caveats are different per language, the table below
20129 highlights specific issues on a per language basis.
20130
20131 @table @asis
20132 @item C code examples and caveats
20133 When the language in @value{GDBN} is set to @samp{C}, the compiler will
20134 attempt to compile the source code with a @samp{C} compiler. The source
20135 code provided to the @code{compile} command will have much the same
20136 access to variables and types as it normally would if it were part of
20137 the program currently being debugged in @value{GDBN}.
20138
20139 Below is a sample program that forms the basis of the examples that
20140 follow. This program has been compiled and loaded into @value{GDBN},
20141 much like any other normal debugging session.
20142
20143 @smallexample
20144 void function1 (void)
20145 @{
20146 int i = 42;
20147 printf ("function 1\n");
20148 @}
20149
20150 void function2 (void)
20151 @{
20152 int j = 12;
20153 function1 ();
20154 @}
20155
20156 int main(void)
20157 @{
20158 int k = 6;
20159 int *p;
20160 function2 ();
20161 return 0;
20162 @}
20163 @end smallexample
20164
20165 For the purposes of the examples in this section, the program above has
20166 been compiled, loaded into @value{GDBN}, stopped at the function
20167 @code{main}, and @value{GDBN} is awaiting input from the user.
20168
20169 To access variables and types for any program in @value{GDBN}, the
20170 program must be compiled and packaged with debug information. The
20171 @code{compile} command is not an exception to this rule. Without debug
20172 information, you can still use the @code{compile} command, but you will
20173 be very limited in what variables and types you can access.
20174
20175 So with that in mind, the example above has been compiled with debug
20176 information enabled. The @code{compile} command will have access to
20177 all variables and types (except those that may have been optimized
20178 out). Currently, as @value{GDBN} has stopped the program in the
20179 @code{main} function, the @code{compile} command would have access to
20180 the variable @code{k}. You could invoke the @code{compile} command
20181 and type some source code to set the value of @code{k}. You can also
20182 read it, or do anything with that variable you would normally do in
20183 @code{C}. Be aware that changes to inferior variables in the
20184 @code{compile} command are persistent. In the following example:
20185
20186 @smallexample
20187 compile code k = 3;
20188 @end smallexample
20189
20190 @noindent
20191 the variable @code{k} is now 3. It will retain that value until
20192 something else in the example program changes it, or another
20193 @code{compile} command changes it.
20194
20195 Normal scope and access rules apply to source code compiled and
20196 injected by the @code{compile} command. In the example, the variables
20197 @code{j} and @code{k} are not accessible yet, because the program is
20198 currently stopped in the @code{main} function, where these variables
20199 are not in scope. Therefore, the following command
20200
20201 @smallexample
20202 compile code j = 3;
20203 @end smallexample
20204
20205 @noindent
20206 will result in a compilation error message.
20207
20208 Once the program is continued, execution will bring these variables in
20209 scope, and they will become accessible; then the code you specify via
20210 the @code{compile} command will be able to access them.
20211
20212 You can create variables and types with the @code{compile} command as
20213 part of your source code. Variables and types that are created as part
20214 of the @code{compile} command are not visible to the rest of the program for
20215 the duration of its run. This example is valid:
20216
20217 @smallexample
20218 compile code int ff = 5; printf ("ff is %d\n", ff);
20219 @end smallexample
20220
20221 However, if you were to type the following into @value{GDBN} after that
20222 command has completed:
20223
20224 @smallexample
20225 compile code printf ("ff is %d\n'', ff);
20226 @end smallexample
20227
20228 @noindent
20229 a compiler error would be raised as the variable @code{ff} no longer
20230 exists. Object code generated and injected by the @code{compile}
20231 command is removed when its execution ends. Caution is advised
20232 when assigning to program variables values of variables created by the
20233 code submitted to the @code{compile} command. This example is valid:
20234
20235 @smallexample
20236 compile code int ff = 5; k = ff;
20237 @end smallexample
20238
20239 The value of the variable @code{ff} is assigned to @code{k}. The variable
20240 @code{k} does not require the existence of @code{ff} to maintain the value
20241 it has been assigned. However, pointers require particular care in
20242 assignment. If the source code compiled with the @code{compile} command
20243 changed the address of a pointer in the example program, perhaps to a
20244 variable created in the @code{compile} command, that pointer would point
20245 to an invalid location when the command exits. The following example
20246 would likely cause issues with your debugged program:
20247
20248 @smallexample
20249 compile code int ff = 5; p = &ff;
20250 @end smallexample
20251
20252 In this example, @code{p} would point to @code{ff} when the
20253 @code{compile} command is executing the source code provided to it.
20254 However, as variables in the (example) program persist with their
20255 assigned values, the variable @code{p} would point to an invalid
20256 location when the command exists. A general rule should be followed
20257 in that you should either assign @code{NULL} to any assigned pointers,
20258 or restore a valid location to the pointer before the command exits.
20259
20260 Similar caution must be exercised with any structs, unions, and typedefs
20261 defined in @code{compile} command. Types defined in the @code{compile}
20262 command will no longer be available in the next @code{compile} command.
20263 Therefore, if you cast a variable to a type defined in the
20264 @code{compile} command, care must be taken to ensure that any future
20265 need to resolve the type can be achieved.
20266
20267 @smallexample
20268 (gdb) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20269 (gdb) compile code printf ("%d\n", ((struct a *) argv)->a);
20270 gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20271 Compilation failed.
20272 (gdb) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
20273 42
20274 @end smallexample
20275
20276 Variables that have been optimized away by the compiler are not
20277 accessible to the code submitted to the @code{compile} command.
20278 Access to those variables will generate a compiler error which @value{GDBN}
20279 will print to the console.
20280 @end table
20281
20282 @subsection Compiler search for the @code{compile} command
20283
20284 @value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20285 which may not be obvious for remote targets of different architecture
20286 than where @value{GDBN} is running. Environment variable @code{PATH} on
20287 @value{GDBN} host is searched for @value{NGCC} binary matching the
20288 target architecture and operating system. This search can be overriden
20289 by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
20290 taken from shell that executed @value{GDBN}, it is not the value set by
20291 @value{GDBN} command @code{set environment}). @xref{Environment}.
20292
20293
20294 Specifically @code{PATH} is searched for binaries matching regular expression
20295 @code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20296 debugged. @var{arch} is processor name --- multiarch is supported, so for
20297 example both @code{i386} and @code{x86_64} targets look for pattern
20298 @code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20299 for pattern @code{s390x?}. @var{os} is currently supported only for
20300 pattern @code{linux(-gnu)?}.
20301
20302 On Posix hosts the compiler driver @value{GDBN} needs to find also
20303 shared library @file{libcc1.so} from the compiler. It is searched in
20304 default shared library search path (overridable with usual environment
20305 variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
20306 compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20307 according to the installation of the found compiler --- as possibly
20308 specified by the @code{set compile-gcc} command.
20309
20310 @table @code
20311 @item set compile-gcc
20312 @cindex compile command driver filename override
20313 Set compilation command used for compiling and injecting code with the
20314 @code{compile} commands. If this option is not set (it is set to
20315 an empty string), the search described above will occur --- that is the
20316 default.
20317
20318 @item show compile-gcc
20319 Displays the current compile command @value{NGCC} driver filename.
20320 If set, it is the main command @command{gcc}, found usually for example
20321 under name @file{x86_64-linux-gnu-gcc}.
20322 @end table
20323
20324 @node GDB Files
20325 @chapter @value{GDBN} Files
20326
20327 @value{GDBN} needs to know the file name of the program to be debugged,
20328 both in order to read its symbol table and in order to start your
20329 program. To debug a core dump of a previous run, you must also tell
20330 @value{GDBN} the name of the core dump file.
20331
20332 @menu
20333 * Files:: Commands to specify files
20334 * File Caching:: Information about @value{GDBN}'s file caching
20335 * Separate Debug Files:: Debugging information in separate files
20336 * MiniDebugInfo:: Debugging information in a special section
20337 * Index Files:: Index files speed up GDB
20338 * Symbol Errors:: Errors reading symbol files
20339 * Data Files:: GDB data files
20340 @end menu
20341
20342 @node Files
20343 @section Commands to Specify Files
20344
20345 @cindex symbol table
20346 @cindex core dump file
20347
20348 You may want to specify executable and core dump file names. The usual
20349 way to do this is at start-up time, using the arguments to
20350 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20351 Out of @value{GDBN}}).
20352
20353 Occasionally it is necessary to change to a different file during a
20354 @value{GDBN} session. Or you may run @value{GDBN} and forget to
20355 specify a file you want to use. Or you are debugging a remote target
20356 via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20357 Program}). In these situations the @value{GDBN} commands to specify
20358 new files are useful.
20359
20360 @table @code
20361 @cindex executable file
20362 @kindex file
20363 @item file @var{filename}
20364 Use @var{filename} as the program to be debugged. It is read for its
20365 symbols and for the contents of pure memory. It is also the program
20366 executed when you use the @code{run} command. If you do not specify a
20367 directory and the file is not found in the @value{GDBN} working directory,
20368 @value{GDBN} uses the environment variable @code{PATH} as a list of
20369 directories to search, just as the shell does when looking for a program
20370 to run. You can change the value of this variable, for both @value{GDBN}
20371 and your program, using the @code{path} command.
20372
20373 @cindex unlinked object files
20374 @cindex patching object files
20375 You can load unlinked object @file{.o} files into @value{GDBN} using
20376 the @code{file} command. You will not be able to ``run'' an object
20377 file, but you can disassemble functions and inspect variables. Also,
20378 if the underlying BFD functionality supports it, you could use
20379 @kbd{gdb -write} to patch object files using this technique. Note
20380 that @value{GDBN} can neither interpret nor modify relocations in this
20381 case, so branches and some initialized variables will appear to go to
20382 the wrong place. But this feature is still handy from time to time.
20383
20384 @item file
20385 @code{file} with no argument makes @value{GDBN} discard any information it
20386 has on both executable file and the symbol table.
20387
20388 @kindex exec-file
20389 @item exec-file @r{[} @var{filename} @r{]}
20390 Specify that the program to be run (but not the symbol table) is found
20391 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
20392 if necessary to locate your program. Omitting @var{filename} means to
20393 discard information on the executable file.
20394
20395 @kindex symbol-file
20396 @item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
20397 Read symbol table information from file @var{filename}. @code{PATH} is
20398 searched when necessary. Use the @code{file} command to get both symbol
20399 table and program to run from the same file.
20400
20401 If an optional @var{offset} is specified, it is added to the start
20402 address of each section in the symbol file. This is useful if the
20403 program is relocated at runtime, such as the Linux kernel with kASLR
20404 enabled.
20405
20406 @code{symbol-file} with no argument clears out @value{GDBN} information on your
20407 program's symbol table.
20408
20409 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20410 some breakpoints and auto-display expressions. This is because they may
20411 contain pointers to the internal data recording symbols and data types,
20412 which are part of the old symbol table data being discarded inside
20413 @value{GDBN}.
20414
20415 @code{symbol-file} does not repeat if you press @key{RET} again after
20416 executing it once.
20417
20418 When @value{GDBN} is configured for a particular environment, it
20419 understands debugging information in whatever format is the standard
20420 generated for that environment; you may use either a @sc{gnu} compiler, or
20421 other compilers that adhere to the local conventions.
20422 Best results are usually obtained from @sc{gnu} compilers; for example,
20423 using @code{@value{NGCC}} you can generate debugging information for
20424 optimized code.
20425
20426 For most kinds of object files, with the exception of old SVR3 systems
20427 using COFF, the @code{symbol-file} command does not normally read the
20428 symbol table in full right away. Instead, it scans the symbol table
20429 quickly to find which source files and which symbols are present. The
20430 details are read later, one source file at a time, as they are needed.
20431
20432 The purpose of this two-stage reading strategy is to make @value{GDBN}
20433 start up faster. For the most part, it is invisible except for
20434 occasional pauses while the symbol table details for a particular source
20435 file are being read. (The @code{set verbose} command can turn these
20436 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
20437 Warnings and Messages}.)
20438
20439 We have not implemented the two-stage strategy for COFF yet. When the
20440 symbol table is stored in COFF format, @code{symbol-file} reads the
20441 symbol table data in full right away. Note that ``stabs-in-COFF''
20442 still does the two-stage strategy, since the debug info is actually
20443 in stabs format.
20444
20445 @kindex readnow
20446 @cindex reading symbols immediately
20447 @cindex symbols, reading immediately
20448 @item symbol-file @r{[} -readnow @r{]} @var{filename}
20449 @itemx file @r{[} -readnow @r{]} @var{filename}
20450 You can override the @value{GDBN} two-stage strategy for reading symbol
20451 tables by using the @samp{-readnow} option with any of the commands that
20452 load symbol table information, if you want to be sure @value{GDBN} has the
20453 entire symbol table available.
20454
20455 @cindex @code{-readnever}, option for symbol-file command
20456 @cindex never read symbols
20457 @cindex symbols, never read
20458 @item symbol-file @r{[} -readnever @r{]} @var{filename}
20459 @itemx file @r{[} -readnever @r{]} @var{filename}
20460 You can instruct @value{GDBN} to never read the symbolic information
20461 contained in @var{filename} by using the @samp{-readnever} option.
20462 @xref{--readnever}.
20463
20464 @c FIXME: for now no mention of directories, since this seems to be in
20465 @c flux. 13mar1992 status is that in theory GDB would look either in
20466 @c current dir or in same dir as myprog; but issues like competing
20467 @c GDB's, or clutter in system dirs, mean that in practice right now
20468 @c only current dir is used. FFish says maybe a special GDB hierarchy
20469 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20470 @c files.
20471
20472 @kindex core-file
20473 @item core-file @r{[}@var{filename}@r{]}
20474 @itemx core
20475 Specify the whereabouts of a core dump file to be used as the ``contents
20476 of memory''. Traditionally, core files contain only some parts of the
20477 address space of the process that generated them; @value{GDBN} can access the
20478 executable file itself for other parts.
20479
20480 @code{core-file} with no argument specifies that no core file is
20481 to be used.
20482
20483 Note that the core file is ignored when your program is actually running
20484 under @value{GDBN}. So, if you have been running your program and you
20485 wish to debug a core file instead, you must kill the subprocess in which
20486 the program is running. To do this, use the @code{kill} command
20487 (@pxref{Kill Process, ,Killing the Child Process}).
20488
20489 @kindex add-symbol-file
20490 @cindex dynamic linking
20491 @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{]}
20492 The @code{add-symbol-file} command reads additional symbol table
20493 information from the file @var{filename}. You would use this command
20494 when @var{filename} has been dynamically loaded (by some other means)
20495 into the program that is running. The @var{textaddress} parameter gives
20496 the memory address at which the file's text section has been loaded.
20497 You can additionally specify the base address of other sections using
20498 an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20499 If a section is omitted, @value{GDBN} will use its default addresses
20500 as found in @var{filename}. Any @var{address} or @var{textaddress}
20501 can be given as an expression.
20502
20503 If an optional @var{offset} is specified, it is added to the start
20504 address of each section, except those for which the address was
20505 specified explicitly.
20506
20507 The symbol table of the file @var{filename} is added to the symbol table
20508 originally read with the @code{symbol-file} command. You can use the
20509 @code{add-symbol-file} command any number of times; the new symbol data
20510 thus read is kept in addition to the old.
20511
20512 Changes can be reverted using the command @code{remove-symbol-file}.
20513
20514 @cindex relocatable object files, reading symbols from
20515 @cindex object files, relocatable, reading symbols from
20516 @cindex reading symbols from relocatable object files
20517 @cindex symbols, reading from relocatable object files
20518 @cindex @file{.o} files, reading symbols from
20519 Although @var{filename} is typically a shared library file, an
20520 executable file, or some other object file which has been fully
20521 relocated for loading into a process, you can also load symbolic
20522 information from relocatable @file{.o} files, as long as:
20523
20524 @itemize @bullet
20525 @item
20526 the file's symbolic information refers only to linker symbols defined in
20527 that file, not to symbols defined by other object files,
20528 @item
20529 every section the file's symbolic information refers to has actually
20530 been loaded into the inferior, as it appears in the file, and
20531 @item
20532 you can determine the address at which every section was loaded, and
20533 provide these to the @code{add-symbol-file} command.
20534 @end itemize
20535
20536 @noindent
20537 Some embedded operating systems, like Sun Chorus and VxWorks, can load
20538 relocatable files into an already running program; such systems
20539 typically make the requirements above easy to meet. However, it's
20540 important to recognize that many native systems use complex link
20541 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
20542 assembly, for example) that make the requirements difficult to meet. In
20543 general, one cannot assume that using @code{add-symbol-file} to read a
20544 relocatable object file's symbolic information will have the same effect
20545 as linking the relocatable object file into the program in the normal
20546 way.
20547
20548 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20549
20550 @kindex remove-symbol-file
20551 @item remove-symbol-file @var{filename}
20552 @item remove-symbol-file -a @var{address}
20553 Remove a symbol file added via the @code{add-symbol-file} command. The
20554 file to remove can be identified by its @var{filename} or by an @var{address}
20555 that lies within the boundaries of this symbol file in memory. Example:
20556
20557 @smallexample
20558 (gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
20559 add symbol table from file "/home/user/gdb/mylib.so" at
20560 .text_addr = 0x7ffff7ff9480
20561 (y or n) y
20562 Reading symbols from /home/user/gdb/mylib.so...
20563 (gdb) remove-symbol-file -a 0x7ffff7ff9480
20564 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
20565 (gdb)
20566 @end smallexample
20567
20568
20569 @code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20570
20571 @kindex add-symbol-file-from-memory
20572 @cindex @code{syscall DSO}
20573 @cindex load symbols from memory
20574 @item add-symbol-file-from-memory @var{address}
20575 Load symbols from the given @var{address} in a dynamically loaded
20576 object file whose image is mapped directly into the inferior's memory.
20577 For example, the Linux kernel maps a @code{syscall DSO} into each
20578 process's address space; this DSO provides kernel-specific code for
20579 some system calls. The argument can be any expression whose
20580 evaluation yields the address of the file's shared object file header.
20581 For this command to work, you must have used @code{symbol-file} or
20582 @code{exec-file} commands in advance.
20583
20584 @kindex section
20585 @item section @var{section} @var{addr}
20586 The @code{section} command changes the base address of the named
20587 @var{section} of the exec file to @var{addr}. This can be used if the
20588 exec file does not contain section addresses, (such as in the
20589 @code{a.out} format), or when the addresses specified in the file
20590 itself are wrong. Each section must be changed separately. The
20591 @code{info files} command, described below, lists all the sections and
20592 their addresses.
20593
20594 @kindex info files
20595 @kindex info target
20596 @item info files
20597 @itemx info target
20598 @code{info files} and @code{info target} are synonymous; both print the
20599 current target (@pxref{Targets, ,Specifying a Debugging Target}),
20600 including the names of the executable and core dump files currently in
20601 use by @value{GDBN}, and the files from which symbols were loaded. The
20602 command @code{help target} lists all possible targets rather than
20603 current ones.
20604
20605 @kindex maint info sections
20606 @item maint info sections
20607 Another command that can give you extra information about program sections
20608 is @code{maint info sections}. In addition to the section information
20609 displayed by @code{info files}, this command displays the flags and file
20610 offset of each section in the executable and core dump files. In addition,
20611 @code{maint info sections} provides the following command options (which
20612 may be arbitrarily combined):
20613
20614 @table @code
20615 @item ALLOBJ
20616 Display sections for all loaded object files, including shared libraries.
20617 @item @var{sections}
20618 Display info only for named @var{sections}.
20619 @item @var{section-flags}
20620 Display info only for sections for which @var{section-flags} are true.
20621 The section flags that @value{GDBN} currently knows about are:
20622 @table @code
20623 @item ALLOC
20624 Section will have space allocated in the process when loaded.
20625 Set for all sections except those containing debug information.
20626 @item LOAD
20627 Section will be loaded from the file into the child process memory.
20628 Set for pre-initialized code and data, clear for @code{.bss} sections.
20629 @item RELOC
20630 Section needs to be relocated before loading.
20631 @item READONLY
20632 Section cannot be modified by the child process.
20633 @item CODE
20634 Section contains executable code only.
20635 @item DATA
20636 Section contains data only (no executable code).
20637 @item ROM
20638 Section will reside in ROM.
20639 @item CONSTRUCTOR
20640 Section contains data for constructor/destructor lists.
20641 @item HAS_CONTENTS
20642 Section is not empty.
20643 @item NEVER_LOAD
20644 An instruction to the linker to not output the section.
20645 @item COFF_SHARED_LIBRARY
20646 A notification to the linker that the section contains
20647 COFF shared library information.
20648 @item IS_COMMON
20649 Section contains common symbols.
20650 @end table
20651 @end table
20652 @kindex set trust-readonly-sections
20653 @cindex read-only sections
20654 @item set trust-readonly-sections on
20655 Tell @value{GDBN} that readonly sections in your object file
20656 really are read-only (i.e.@: that their contents will not change).
20657 In that case, @value{GDBN} can fetch values from these sections
20658 out of the object file, rather than from the target program.
20659 For some targets (notably embedded ones), this can be a significant
20660 enhancement to debugging performance.
20661
20662 The default is off.
20663
20664 @item set trust-readonly-sections off
20665 Tell @value{GDBN} not to trust readonly sections. This means that
20666 the contents of the section might change while the program is running,
20667 and must therefore be fetched from the target when needed.
20668
20669 @item show trust-readonly-sections
20670 Show the current setting of trusting readonly sections.
20671 @end table
20672
20673 All file-specifying commands allow both absolute and relative file names
20674 as arguments. @value{GDBN} always converts the file name to an absolute file
20675 name and remembers it that way.
20676
20677 @cindex shared libraries
20678 @anchor{Shared Libraries}
20679 @value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20680 Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20681 DSBT (TIC6X) shared libraries.
20682
20683 On MS-Windows @value{GDBN} must be linked with the Expat library to support
20684 shared libraries. @xref{Expat}.
20685
20686 @value{GDBN} automatically loads symbol definitions from shared libraries
20687 when you use the @code{run} command, or when you examine a core file.
20688 (Before you issue the @code{run} command, @value{GDBN} does not understand
20689 references to a function in a shared library, however---unless you are
20690 debugging a core file).
20691
20692 @c FIXME: some @value{GDBN} release may permit some refs to undef
20693 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20694 @c FIXME...lib; check this from time to time when updating manual
20695
20696 There are times, however, when you may wish to not automatically load
20697 symbol definitions from shared libraries, such as when they are
20698 particularly large or there are many of them.
20699
20700 To control the automatic loading of shared library symbols, use the
20701 commands:
20702
20703 @table @code
20704 @kindex set auto-solib-add
20705 @item set auto-solib-add @var{mode}
20706 If @var{mode} is @code{on}, symbols from all shared object libraries
20707 will be loaded automatically when the inferior begins execution, you
20708 attach to an independently started inferior, or when the dynamic linker
20709 informs @value{GDBN} that a new library has been loaded. If @var{mode}
20710 is @code{off}, symbols must be loaded manually, using the
20711 @code{sharedlibrary} command. The default value is @code{on}.
20712
20713 @cindex memory used for symbol tables
20714 If your program uses lots of shared libraries with debug info that
20715 takes large amounts of memory, you can decrease the @value{GDBN}
20716 memory footprint by preventing it from automatically loading the
20717 symbols from shared libraries. To that end, type @kbd{set
20718 auto-solib-add off} before running the inferior, then load each
20719 library whose debug symbols you do need with @kbd{sharedlibrary
20720 @var{regexp}}, where @var{regexp} is a regular expression that matches
20721 the libraries whose symbols you want to be loaded.
20722
20723 @kindex show auto-solib-add
20724 @item show auto-solib-add
20725 Display the current autoloading mode.
20726 @end table
20727
20728 @cindex load shared library
20729 To explicitly load shared library symbols, use the @code{sharedlibrary}
20730 command:
20731
20732 @table @code
20733 @kindex info sharedlibrary
20734 @kindex info share
20735 @item info share @var{regex}
20736 @itemx info sharedlibrary @var{regex}
20737 Print the names of the shared libraries which are currently loaded
20738 that match @var{regex}. If @var{regex} is omitted then print
20739 all shared libraries that are loaded.
20740
20741 @kindex info dll
20742 @item info dll @var{regex}
20743 This is an alias of @code{info sharedlibrary}.
20744
20745 @kindex sharedlibrary
20746 @kindex share
20747 @item sharedlibrary @var{regex}
20748 @itemx share @var{regex}
20749 Load shared object library symbols for files matching a
20750 Unix regular expression.
20751 As with files loaded automatically, it only loads shared libraries
20752 required by your program for a core file or after typing @code{run}. If
20753 @var{regex} is omitted all shared libraries required by your program are
20754 loaded.
20755
20756 @item nosharedlibrary
20757 @kindex nosharedlibrary
20758 @cindex unload symbols from shared libraries
20759 Unload all shared object library symbols. This discards all symbols
20760 that have been loaded from all shared libraries. Symbols from shared
20761 libraries that were loaded by explicit user requests are not
20762 discarded.
20763 @end table
20764
20765 Sometimes you may wish that @value{GDBN} stops and gives you control
20766 when any of shared library events happen. The best way to do this is
20767 to use @code{catch load} and @code{catch unload} (@pxref{Set
20768 Catchpoints}).
20769
20770 @value{GDBN} also supports the @code{set stop-on-solib-events}
20771 command for this. This command exists for historical reasons. It is
20772 less useful than setting a catchpoint, because it does not allow for
20773 conditions or commands as a catchpoint does.
20774
20775 @table @code
20776 @item set stop-on-solib-events
20777 @kindex set stop-on-solib-events
20778 This command controls whether @value{GDBN} should give you control
20779 when the dynamic linker notifies it about some shared library event.
20780 The most common event of interest is loading or unloading of a new
20781 shared library.
20782
20783 @item show stop-on-solib-events
20784 @kindex show stop-on-solib-events
20785 Show whether @value{GDBN} stops and gives you control when shared
20786 library events happen.
20787 @end table
20788
20789 Shared libraries are also supported in many cross or remote debugging
20790 configurations. @value{GDBN} needs to have access to the target's libraries;
20791 this can be accomplished either by providing copies of the libraries
20792 on the host system, or by asking @value{GDBN} to automatically retrieve the
20793 libraries from the target. If copies of the target libraries are
20794 provided, they need to be the same as the target libraries, although the
20795 copies on the target can be stripped as long as the copies on the host are
20796 not.
20797
20798 @cindex where to look for shared libraries
20799 For remote debugging, you need to tell @value{GDBN} where the target
20800 libraries are, so that it can load the correct copies---otherwise, it
20801 may try to load the host's libraries. @value{GDBN} has two variables
20802 to specify the search directories for target libraries.
20803
20804 @table @code
20805 @cindex prefix for executable and shared library file names
20806 @cindex system root, alternate
20807 @kindex set solib-absolute-prefix
20808 @kindex set sysroot
20809 @item set sysroot @var{path}
20810 Use @var{path} as the system root for the program being debugged. Any
20811 absolute shared library paths will be prefixed with @var{path}; many
20812 runtime loaders store the absolute paths to the shared library in the
20813 target program's memory. When starting processes remotely, and when
20814 attaching to already-running processes (local or remote), their
20815 executable filenames will be prefixed with @var{path} if reported to
20816 @value{GDBN} as absolute by the operating system. If you use
20817 @code{set sysroot} to find executables and shared libraries, they need
20818 to be laid out in the same way that they are on the target, with
20819 e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
20820 @var{path}.
20821
20822 If @var{path} starts with the sequence @file{target:} and the target
20823 system is remote then @value{GDBN} will retrieve the target binaries
20824 from the remote system. This is only supported when using a remote
20825 target that supports the @code{remote get} command (@pxref{File
20826 Transfer,,Sending files to a remote system}). The part of @var{path}
20827 following the initial @file{target:} (if present) is used as system
20828 root prefix on the remote file system. If @var{path} starts with the
20829 sequence @file{remote:} this is converted to the sequence
20830 @file{target:} by @code{set sysroot}@footnote{Historically the
20831 functionality to retrieve binaries from the remote system was
20832 provided by prefixing @var{path} with @file{remote:}}. If you want
20833 to specify a local system root using a directory that happens to be
20834 named @file{target:} or @file{remote:}, you need to use some
20835 equivalent variant of the name like @file{./target:}.
20836
20837 For targets with an MS-DOS based filesystem, such as MS-Windows and
20838 SymbianOS, @value{GDBN} tries prefixing a few variants of the target
20839 absolute file name with @var{path}. But first, on Unix hosts,
20840 @value{GDBN} converts all backslash directory separators into forward
20841 slashes, because the backslash is not a directory separator on Unix:
20842
20843 @smallexample
20844 c:\foo\bar.dll @result{} c:/foo/bar.dll
20845 @end smallexample
20846
20847 Then, @value{GDBN} attempts prefixing the target file name with
20848 @var{path}, and looks for the resulting file name in the host file
20849 system:
20850
20851 @smallexample
20852 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
20853 @end smallexample
20854
20855 If that does not find the binary, @value{GDBN} tries removing
20856 the @samp{:} character from the drive spec, both for convenience, and,
20857 for the case of the host file system not supporting file names with
20858 colons:
20859
20860 @smallexample
20861 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
20862 @end smallexample
20863
20864 This makes it possible to have a system root that mirrors a target
20865 with more than one drive. E.g., you may want to setup your local
20866 copies of the target system shared libraries like so (note @samp{c} vs
20867 @samp{z}):
20868
20869 @smallexample
20870 @file{/path/to/sysroot/c/sys/bin/foo.dll}
20871 @file{/path/to/sysroot/c/sys/bin/bar.dll}
20872 @file{/path/to/sysroot/z/sys/bin/bar.dll}
20873 @end smallexample
20874
20875 @noindent
20876 and point the system root at @file{/path/to/sysroot}, so that
20877 @value{GDBN} can find the correct copies of both
20878 @file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
20879
20880 If that still does not find the binary, @value{GDBN} tries
20881 removing the whole drive spec from the target file name:
20882
20883 @smallexample
20884 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
20885 @end smallexample
20886
20887 This last lookup makes it possible to not care about the drive name,
20888 if you don't want or need to.
20889
20890 The @code{set solib-absolute-prefix} command is an alias for @code{set
20891 sysroot}.
20892
20893 @cindex default system root
20894 @cindex @samp{--with-sysroot}
20895 You can set the default system root by using the configure-time
20896 @samp{--with-sysroot} option. If the system root is inside
20897 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20898 @samp{--exec-prefix}), then the default system root will be updated
20899 automatically if the installed @value{GDBN} is moved to a new
20900 location.
20901
20902 @kindex show sysroot
20903 @item show sysroot
20904 Display the current executable and shared library prefix.
20905
20906 @kindex set solib-search-path
20907 @item set solib-search-path @var{path}
20908 If this variable is set, @var{path} is a colon-separated list of
20909 directories to search for shared libraries. @samp{solib-search-path}
20910 is used after @samp{sysroot} fails to locate the library, or if the
20911 path to the library is relative instead of absolute. If you want to
20912 use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
20913 @samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
20914 finding your host's libraries. @samp{sysroot} is preferred; setting
20915 it to a nonexistent directory may interfere with automatic loading
20916 of shared library symbols.
20917
20918 @kindex show solib-search-path
20919 @item show solib-search-path
20920 Display the current shared library search path.
20921
20922 @cindex DOS file-name semantics of file names.
20923 @kindex set target-file-system-kind (unix|dos-based|auto)
20924 @kindex show target-file-system-kind
20925 @item set target-file-system-kind @var{kind}
20926 Set assumed file system kind for target reported file names.
20927
20928 Shared library file names as reported by the target system may not
20929 make sense as is on the system @value{GDBN} is running on. For
20930 example, when remote debugging a target that has MS-DOS based file
20931 system semantics, from a Unix host, the target may be reporting to
20932 @value{GDBN} a list of loaded shared libraries with file names such as
20933 @file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
20934 drive letters, so the @samp{c:\} prefix is not normally understood as
20935 indicating an absolute file name, and neither is the backslash
20936 normally considered a directory separator character. In that case,
20937 the native file system would interpret this whole absolute file name
20938 as a relative file name with no directory components. This would make
20939 it impossible to point @value{GDBN} at a copy of the remote target's
20940 shared libraries on the host using @code{set sysroot}, and impractical
20941 with @code{set solib-search-path}. Setting
20942 @code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
20943 to interpret such file names similarly to how the target would, and to
20944 map them to file names valid on @value{GDBN}'s native file system
20945 semantics. The value of @var{kind} can be @code{"auto"}, in addition
20946 to one of the supported file system kinds. In that case, @value{GDBN}
20947 tries to determine the appropriate file system variant based on the
20948 current target's operating system (@pxref{ABI, ,Configuring the
20949 Current ABI}). The supported file system settings are:
20950
20951 @table @code
20952 @item unix
20953 Instruct @value{GDBN} to assume the target file system is of Unix
20954 kind. Only file names starting the forward slash (@samp{/}) character
20955 are considered absolute, and the directory separator character is also
20956 the forward slash.
20957
20958 @item dos-based
20959 Instruct @value{GDBN} to assume the target file system is DOS based.
20960 File names starting with either a forward slash, or a drive letter
20961 followed by a colon (e.g., @samp{c:}), are considered absolute, and
20962 both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20963 considered directory separators.
20964
20965 @item auto
20966 Instruct @value{GDBN} to use the file system kind associated with the
20967 target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20968 This is the default.
20969 @end table
20970 @end table
20971
20972 @cindex file name canonicalization
20973 @cindex base name differences
20974 When processing file names provided by the user, @value{GDBN}
20975 frequently needs to compare them to the file names recorded in the
20976 program's debug info. Normally, @value{GDBN} compares just the
20977 @dfn{base names} of the files as strings, which is reasonably fast
20978 even for very large programs. (The base name of a file is the last
20979 portion of its name, after stripping all the leading directories.)
20980 This shortcut in comparison is based upon the assumption that files
20981 cannot have more than one base name. This is usually true, but
20982 references to files that use symlinks or similar filesystem
20983 facilities violate that assumption. If your program records files
20984 using such facilities, or if you provide file names to @value{GDBN}
20985 using symlinks etc., you can set @code{basenames-may-differ} to
20986 @code{true} to instruct @value{GDBN} to completely canonicalize each
20987 pair of file names it needs to compare. This will make file-name
20988 comparisons accurate, but at a price of a significant slowdown.
20989
20990 @table @code
20991 @item set basenames-may-differ
20992 @kindex set basenames-may-differ
20993 Set whether a source file may have multiple base names.
20994
20995 @item show basenames-may-differ
20996 @kindex show basenames-may-differ
20997 Show whether a source file may have multiple base names.
20998 @end table
20999
21000 @node File Caching
21001 @section File Caching
21002 @cindex caching of opened files
21003 @cindex caching of bfd objects
21004
21005 To speed up file loading, and reduce memory usage, @value{GDBN} will
21006 reuse the @code{bfd} objects used to track open files. @xref{Top, ,
21007 BFD, bfd, The Binary File Descriptor Library}. The following commands
21008 allow visibility and control of the caching behavior.
21009
21010 @table @code
21011 @kindex maint info bfds
21012 @item maint info bfds
21013 This prints information about each @code{bfd} object that is known to
21014 @value{GDBN}.
21015
21016 @kindex maint set bfd-sharing
21017 @kindex maint show bfd-sharing
21018 @kindex bfd caching
21019 @item maint set bfd-sharing
21020 @item maint show bfd-sharing
21021 Control whether @code{bfd} objects can be shared. When sharing is
21022 enabled @value{GDBN} reuses already open @code{bfd} objects rather
21023 than reopening the same file. Turning sharing off does not cause
21024 already shared @code{bfd} objects to be unshared, but all future files
21025 that are opened will create a new @code{bfd} object. Similarly,
21026 re-enabling sharing does not cause multiple existing @code{bfd}
21027 objects to be collapsed into a single shared @code{bfd} object.
21028
21029 @kindex set debug bfd-cache @var{level}
21030 @kindex bfd caching
21031 @item set debug bfd-cache @var{level}
21032 Turns on debugging of the bfd cache, setting the level to @var{level}.
21033
21034 @kindex show debug bfd-cache
21035 @kindex bfd caching
21036 @item show debug bfd-cache
21037 Show the current debugging level of the bfd cache.
21038 @end table
21039
21040 @node Separate Debug Files
21041 @section Debugging Information in Separate Files
21042 @cindex separate debugging information files
21043 @cindex debugging information in separate files
21044 @cindex @file{.debug} subdirectories
21045 @cindex debugging information directory, global
21046 @cindex global debugging information directories
21047 @cindex build ID, and separate debugging files
21048 @cindex @file{.build-id} directory
21049
21050 @value{GDBN} allows you to put a program's debugging information in a
21051 file separate from the executable itself, in a way that allows
21052 @value{GDBN} to find and load the debugging information automatically.
21053 Since debugging information can be very large---sometimes larger
21054 than the executable code itself---some systems distribute debugging
21055 information for their executables in separate files, which users can
21056 install only when they need to debug a problem.
21057
21058 @value{GDBN} supports two ways of specifying the separate debug info
21059 file:
21060
21061 @itemize @bullet
21062 @item
21063 The executable contains a @dfn{debug link} that specifies the name of
21064 the separate debug info file. The separate debug file's name is
21065 usually @file{@var{executable}.debug}, where @var{executable} is the
21066 name of the corresponding executable file without leading directories
21067 (e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
21068 debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
21069 checksum for the debug file, which @value{GDBN} uses to validate that
21070 the executable and the debug file came from the same build.
21071
21072 @item
21073 @anchor{build ID}
21074 The executable contains a @dfn{build ID}, a unique bit string that is
21075 also present in the corresponding debug info file. (This is supported
21076 only on some operating systems, when using the ELF or PE file formats
21077 for binary files and the @sc{gnu} Binutils.) For more details about
21078 this feature, see the description of the @option{--build-id}
21079 command-line option in @ref{Options, , Command Line Options, ld,
21080 The GNU Linker}. The debug info file's name is not specified
21081 explicitly by the build ID, but can be computed from the build ID, see
21082 below.
21083 @end itemize
21084
21085 Depending on the way the debug info file is specified, @value{GDBN}
21086 uses two different methods of looking for the debug file:
21087
21088 @itemize @bullet
21089 @item
21090 For the ``debug link'' method, @value{GDBN} looks up the named file in
21091 the directory of the executable file, then in a subdirectory of that
21092 directory named @file{.debug}, and finally under each one of the
21093 global debug directories, in a subdirectory whose name is identical to
21094 the leading directories of the executable's absolute file name. (On
21095 MS-Windows/MS-DOS, the drive letter of the executable's leading
21096 directories is converted to a one-letter subdirectory, i.e.@:
21097 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
21098 filesystems disallow colons in file names.)
21099
21100 @item
21101 For the ``build ID'' method, @value{GDBN} looks in the
21102 @file{.build-id} subdirectory of each one of the global debug directories for
21103 a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
21104 first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
21105 are the rest of the bit string. (Real build ID strings are 32 or more
21106 hex characters, not 10.)
21107 @end itemize
21108
21109 So, for example, suppose you ask @value{GDBN} to debug
21110 @file{/usr/bin/ls}, which has a debug link that specifies the
21111 file @file{ls.debug}, and a build ID whose value in hex is
21112 @code{abcdef1234}. If the list of the global debug directories includes
21113 @file{/usr/lib/debug}, then @value{GDBN} will look for the following
21114 debug information files, in the indicated order:
21115
21116 @itemize @minus
21117 @item
21118 @file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
21119 @item
21120 @file{/usr/bin/ls.debug}
21121 @item
21122 @file{/usr/bin/.debug/ls.debug}
21123 @item
21124 @file{/usr/lib/debug/usr/bin/ls.debug}.
21125 @end itemize
21126
21127 @anchor{debug-file-directory}
21128 Global debugging info directories default to what is set by @value{GDBN}
21129 configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21130 you can also set the global debugging info directories, and view the list
21131 @value{GDBN} is currently using.
21132
21133 @table @code
21134
21135 @kindex set debug-file-directory
21136 @item set debug-file-directory @var{directories}
21137 Set the directories which @value{GDBN} searches for separate debugging
21138 information files to @var{directory}. Multiple path components can be set
21139 concatenating them by a path separator.
21140
21141 @kindex show debug-file-directory
21142 @item show debug-file-directory
21143 Show the directories @value{GDBN} searches for separate debugging
21144 information files.
21145
21146 @end table
21147
21148 @cindex @code{.gnu_debuglink} sections
21149 @cindex debug link sections
21150 A debug link is a special section of the executable file named
21151 @code{.gnu_debuglink}. The section must contain:
21152
21153 @itemize
21154 @item
21155 A filename, with any leading directory components removed, followed by
21156 a zero byte,
21157 @item
21158 zero to three bytes of padding, as needed to reach the next four-byte
21159 boundary within the section, and
21160 @item
21161 a four-byte CRC checksum, stored in the same endianness used for the
21162 executable file itself. The checksum is computed on the debugging
21163 information file's full contents by the function given below, passing
21164 zero as the @var{crc} argument.
21165 @end itemize
21166
21167 Any executable file format can carry a debug link, as long as it can
21168 contain a section named @code{.gnu_debuglink} with the contents
21169 described above.
21170
21171 @cindex @code{.note.gnu.build-id} sections
21172 @cindex build ID sections
21173 The build ID is a special section in the executable file (and in other
21174 ELF binary files that @value{GDBN} may consider). This section is
21175 often named @code{.note.gnu.build-id}, but that name is not mandatory.
21176 It contains unique identification for the built files---the ID remains
21177 the same across multiple builds of the same build tree. The default
21178 algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21179 content for the build ID string. The same section with an identical
21180 value is present in the original built binary with symbols, in its
21181 stripped variant, and in the separate debugging information file.
21182
21183 The debugging information file itself should be an ordinary
21184 executable, containing a full set of linker symbols, sections, and
21185 debugging information. The sections of the debugging information file
21186 should have the same names, addresses, and sizes as the original file,
21187 but they need not contain any data---much like a @code{.bss} section
21188 in an ordinary executable.
21189
21190 The @sc{gnu} binary utilities (Binutils) package includes the
21191 @samp{objcopy} utility that can produce
21192 the separated executable / debugging information file pairs using the
21193 following commands:
21194
21195 @smallexample
21196 @kbd{objcopy --only-keep-debug foo foo.debug}
21197 @kbd{strip -g foo}
21198 @end smallexample
21199
21200 @noindent
21201 These commands remove the debugging
21202 information from the executable file @file{foo} and place it in the file
21203 @file{foo.debug}. You can use the first, second or both methods to link the
21204 two files:
21205
21206 @itemize @bullet
21207 @item
21208 The debug link method needs the following additional command to also leave
21209 behind a debug link in @file{foo}:
21210
21211 @smallexample
21212 @kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21213 @end smallexample
21214
21215 Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
21216 a version of the @code{strip} command such that the command @kbd{strip foo -f
21217 foo.debug} has the same functionality as the two @code{objcopy} commands and
21218 the @code{ln -s} command above, together.
21219
21220 @item
21221 Build ID gets embedded into the main executable using @code{ld --build-id} or
21222 the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21223 compatibility fixes for debug files separation are present in @sc{gnu} binary
21224 utilities (Binutils) package since version 2.18.
21225 @end itemize
21226
21227 @noindent
21228
21229 @cindex CRC algorithm definition
21230 The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21231 IEEE 802.3 using the polynomial:
21232
21233 @c TexInfo requires naked braces for multi-digit exponents for Tex
21234 @c output, but this causes HTML output to barf. HTML has to be set using
21235 @c raw commands. So we end up having to specify this equation in 2
21236 @c different ways!
21237 @ifhtml
21238 @display
21239 @html
21240 <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>
21241 + <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
21242 @end html
21243 @end display
21244 @end ifhtml
21245 @ifnothtml
21246 @display
21247 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21248 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21249 @end display
21250 @end ifnothtml
21251
21252 The function is computed byte at a time, taking the least
21253 significant bit of each byte first. The initial pattern
21254 @code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21255 the final result is inverted to ensure trailing zeros also affect the
21256 CRC.
21257
21258 @emph{Note:} This is the same CRC polynomial as used in handling the
21259 @dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21260 However in the case of the Remote Serial Protocol, the CRC is computed
21261 @emph{most} significant bit first, and the result is not inverted, so
21262 trailing zeros have no effect on the CRC value.
21263
21264 To complete the description, we show below the code of the function
21265 which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21266 initially supplied @code{crc} argument means that an initial call to
21267 this function passing in zero will start computing the CRC using
21268 @code{0xffffffff}.
21269
21270 @kindex gnu_debuglink_crc32
21271 @smallexample
21272 unsigned long
21273 gnu_debuglink_crc32 (unsigned long crc,
21274 unsigned char *buf, size_t len)
21275 @{
21276 static const unsigned long crc32_table[256] =
21277 @{
21278 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21279 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21280 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21281 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21282 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21283 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21284 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21285 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21286 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21287 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21288 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21289 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21290 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21291 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21292 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21293 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21294 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21295 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21296 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21297 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21298 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21299 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21300 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21301 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21302 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21303 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21304 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21305 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21306 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21307 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21308 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21309 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21310 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21311 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21312 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21313 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21314 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21315 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21316 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21317 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21318 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21319 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21320 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21321 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21322 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21323 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21324 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21325 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21326 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21327 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21328 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21329 0x2d02ef8d
21330 @};
21331 unsigned char *end;
21332
21333 crc = ~crc & 0xffffffff;
21334 for (end = buf + len; buf < end; ++buf)
21335 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
21336 return ~crc & 0xffffffff;
21337 @}
21338 @end smallexample
21339
21340 @noindent
21341 This computation does not apply to the ``build ID'' method.
21342
21343 @node MiniDebugInfo
21344 @section Debugging information in a special section
21345 @cindex separate debug sections
21346 @cindex @samp{.gnu_debugdata} section
21347
21348 Some systems ship pre-built executables and libraries that have a
21349 special @samp{.gnu_debugdata} section. This feature is called
21350 @dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21351 is used to supply extra symbols for backtraces.
21352
21353 The intent of this section is to provide extra minimal debugging
21354 information for use in simple backtraces. It is not intended to be a
21355 replacement for full separate debugging information (@pxref{Separate
21356 Debug Files}). The example below shows the intended use; however,
21357 @value{GDBN} does not currently put restrictions on what sort of
21358 debugging information might be included in the section.
21359
21360 @value{GDBN} has support for this extension. If the section exists,
21361 then it is used provided that no other source of debugging information
21362 can be found, and that @value{GDBN} was configured with LZMA support.
21363
21364 This section can be easily created using @command{objcopy} and other
21365 standard utilities:
21366
21367 @smallexample
21368 # Extract the dynamic symbols from the main binary, there is no need
21369 # to also have these in the normal symbol table.
21370 nm -D @var{binary} --format=posix --defined-only \
21371 | awk '@{ print $1 @}' | sort > dynsyms
21372
21373 # Extract all the text (i.e. function) symbols from the debuginfo.
21374 # (Note that we actually also accept "D" symbols, for the benefit
21375 # of platforms like PowerPC64 that use function descriptors.)
21376 nm @var{binary} --format=posix --defined-only \
21377 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
21378 | sort > funcsyms
21379
21380 # Keep all the function symbols not already in the dynamic symbol
21381 # table.
21382 comm -13 dynsyms funcsyms > keep_symbols
21383
21384 # Separate full debug info into debug binary.
21385 objcopy --only-keep-debug @var{binary} debug
21386
21387 # Copy the full debuginfo, keeping only a minimal set of symbols and
21388 # removing some unnecessary sections.
21389 objcopy -S --remove-section .gdb_index --remove-section .comment \
21390 --keep-symbols=keep_symbols debug mini_debuginfo
21391
21392 # Drop the full debug info from the original binary.
21393 strip --strip-all -R .comment @var{binary}
21394
21395 # Inject the compressed data into the .gnu_debugdata section of the
21396 # original binary.
21397 xz mini_debuginfo
21398 objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21399 @end smallexample
21400
21401 @node Index Files
21402 @section Index Files Speed Up @value{GDBN}
21403 @cindex index files
21404 @cindex @samp{.gdb_index} section
21405
21406 When @value{GDBN} finds a symbol file, it scans the symbols in the
21407 file in order to construct an internal symbol table. This lets most
21408 @value{GDBN} operations work quickly---at the cost of a delay early
21409 on. For large programs, this delay can be quite lengthy, so
21410 @value{GDBN} provides a way to build an index, which speeds up
21411 startup.
21412
21413 For convenience, @value{GDBN} comes with a program,
21414 @command{gdb-add-index}, which can be used to add the index to a
21415 symbol file. It takes the symbol file as its only argument:
21416
21417 @smallexample
21418 $ gdb-add-index symfile
21419 @end smallexample
21420
21421 @xref{gdb-add-index}.
21422
21423 It is also possible to do the work manually. Here is what
21424 @command{gdb-add-index} does behind the curtains.
21425
21426 The index is stored as a section in the symbol file. @value{GDBN} can
21427 write the index to a file, then you can put it into the symbol file
21428 using @command{objcopy}.
21429
21430 To create an index file, use the @code{save gdb-index} command:
21431
21432 @table @code
21433 @item save gdb-index [-dwarf-5] @var{directory}
21434 @kindex save gdb-index
21435 Create index files for all symbol files currently known by
21436 @value{GDBN}. For each known @var{symbol-file}, this command by
21437 default creates it produces a single file
21438 @file{@var{symbol-file}.gdb-index}. If you invoke this command with
21439 the @option{-dwarf-5} option, it produces 2 files:
21440 @file{@var{symbol-file}.debug_names} and
21441 @file{@var{symbol-file}.debug_str}. The files are created in the
21442 given @var{directory}.
21443 @end table
21444
21445 Once you have created an index file you can merge it into your symbol
21446 file, here named @file{symfile}, using @command{objcopy}:
21447
21448 @smallexample
21449 $ objcopy --add-section .gdb_index=symfile.gdb-index \
21450 --set-section-flags .gdb_index=readonly symfile symfile
21451 @end smallexample
21452
21453 Or for @code{-dwarf-5}:
21454
21455 @smallexample
21456 $ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21457 $ cat symfile.debug_str >>symfile.debug_str.new
21458 $ objcopy --add-section .debug_names=symfile.gdb-index \
21459 --set-section-flags .debug_names=readonly \
21460 --update-section .debug_str=symfile.debug_str.new symfile symfile
21461 @end smallexample
21462
21463 @value{GDBN} will normally ignore older versions of @file{.gdb_index}
21464 sections that have been deprecated. Usually they are deprecated because
21465 they are missing a new feature or have performance issues.
21466 To tell @value{GDBN} to use a deprecated index section anyway
21467 specify @code{set use-deprecated-index-sections on}.
21468 The default is @code{off}.
21469 This can speed up startup, but may result in some functionality being lost.
21470 @xref{Index Section Format}.
21471
21472 @emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21473 must be done before gdb reads the file. The following will not work:
21474
21475 @smallexample
21476 $ gdb -ex "set use-deprecated-index-sections on" <program>
21477 @end smallexample
21478
21479 Instead you must do, for example,
21480
21481 @smallexample
21482 $ gdb -iex "set use-deprecated-index-sections on" <program>
21483 @end smallexample
21484
21485 Indices only work when using DWARF debugging information, not stabs.
21486
21487 @subsection Automatic symbol index cache
21488
21489 @cindex automatic symbol index cache
21490 It is possible for @value{GDBN} to automatically save a copy of this index in a
21491 cache on disk and retrieve it from there when loading the same binary in the
21492 future. This feature can be turned on with @kbd{set index-cache on}. The
21493 following commands can be used to tweak the behavior of the index cache.
21494
21495 @table @code
21496
21497 @kindex set index-cache
21498 @item set index-cache on
21499 @itemx set index-cache off
21500 Enable or disable the use of the symbol index cache.
21501
21502 @item set index-cache directory @var{directory}
21503 @kindex show index-cache
21504 @itemx show index-cache directory
21505 Set/show the directory where index files will be saved.
21506
21507 The default value for this directory depends on the host platform. On
21508 most systems, the index is cached in the @file{gdb} subdirectory of
21509 the directory pointed to by the @env{XDG_CACHE_HOME} environment
21510 variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21511 of your home directory. However, on some systems, the default may
21512 differ according to local convention.
21513
21514 There is no limit on the disk space used by index cache. It is perfectly safe
21515 to delete the content of that directory to free up disk space.
21516
21517 @item show index-cache stats
21518 Print the number of cache hits and misses since the launch of @value{GDBN}.
21519
21520 @end table
21521
21522 @node Symbol Errors
21523 @section Errors Reading Symbol Files
21524
21525 While reading a symbol file, @value{GDBN} occasionally encounters problems,
21526 such as symbol types it does not recognize, or known bugs in compiler
21527 output. By default, @value{GDBN} does not notify you of such problems, since
21528 they are relatively common and primarily of interest to people
21529 debugging compilers. If you are interested in seeing information
21530 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21531 only one message about each such type of problem, no matter how many
21532 times the problem occurs; or you can ask @value{GDBN} to print more messages,
21533 to see how many times the problems occur, with the @code{set
21534 complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21535 Messages}).
21536
21537 The messages currently printed, and their meanings, include:
21538
21539 @table @code
21540 @item inner block not inside outer block in @var{symbol}
21541
21542 The symbol information shows where symbol scopes begin and end
21543 (such as at the start of a function or a block of statements). This
21544 error indicates that an inner scope block is not fully contained
21545 in its outer scope blocks.
21546
21547 @value{GDBN} circumvents the problem by treating the inner block as if it had
21548 the same scope as the outer block. In the error message, @var{symbol}
21549 may be shown as ``@code{(don't know)}'' if the outer block is not a
21550 function.
21551
21552 @item block at @var{address} out of order
21553
21554 The symbol information for symbol scope blocks should occur in
21555 order of increasing addresses. This error indicates that it does not
21556 do so.
21557
21558 @value{GDBN} does not circumvent this problem, and has trouble
21559 locating symbols in the source file whose symbols it is reading. (You
21560 can often determine what source file is affected by specifying
21561 @code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21562 Messages}.)
21563
21564 @item bad block start address patched
21565
21566 The symbol information for a symbol scope block has a start address
21567 smaller than the address of the preceding source line. This is known
21568 to occur in the SunOS 4.1.1 (and earlier) C compiler.
21569
21570 @value{GDBN} circumvents the problem by treating the symbol scope block as
21571 starting on the previous source line.
21572
21573 @item bad string table offset in symbol @var{n}
21574
21575 @cindex foo
21576 Symbol number @var{n} contains a pointer into the string table which is
21577 larger than the size of the string table.
21578
21579 @value{GDBN} circumvents the problem by considering the symbol to have the
21580 name @code{foo}, which may cause other problems if many symbols end up
21581 with this name.
21582
21583 @item unknown symbol type @code{0x@var{nn}}
21584
21585 The symbol information contains new data types that @value{GDBN} does
21586 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
21587 uncomprehended information, in hexadecimal.
21588
21589 @value{GDBN} circumvents the error by ignoring this symbol information.
21590 This usually allows you to debug your program, though certain symbols
21591 are not accessible. If you encounter such a problem and feel like
21592 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21593 on @code{complain}, then go up to the function @code{read_dbx_symtab}
21594 and examine @code{*bufp} to see the symbol.
21595
21596 @item stub type has NULL name
21597
21598 @value{GDBN} could not find the full definition for a struct or class.
21599
21600 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
21601 The symbol information for a C@t{++} member function is missing some
21602 information that recent versions of the compiler should have output for
21603 it.
21604
21605 @item info mismatch between compiler and debugger
21606
21607 @value{GDBN} could not parse a type specification output by the compiler.
21608
21609 @end table
21610
21611 @node Data Files
21612 @section GDB Data Files
21613
21614 @cindex prefix for data files
21615 @value{GDBN} will sometimes read an auxiliary data file. These files
21616 are kept in a directory known as the @dfn{data directory}.
21617
21618 You can set the data directory's name, and view the name @value{GDBN}
21619 is currently using.
21620
21621 @table @code
21622 @kindex set data-directory
21623 @item set data-directory @var{directory}
21624 Set the directory which @value{GDBN} searches for auxiliary data files
21625 to @var{directory}.
21626
21627 @kindex show data-directory
21628 @item show data-directory
21629 Show the directory @value{GDBN} searches for auxiliary data files.
21630 @end table
21631
21632 @cindex default data directory
21633 @cindex @samp{--with-gdb-datadir}
21634 You can set the default data directory by using the configure-time
21635 @samp{--with-gdb-datadir} option. If the data directory is inside
21636 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21637 @samp{--exec-prefix}), then the default data directory will be updated
21638 automatically if the installed @value{GDBN} is moved to a new
21639 location.
21640
21641 The data directory may also be specified with the
21642 @code{--data-directory} command line option.
21643 @xref{Mode Options}.
21644
21645 @node Targets
21646 @chapter Specifying a Debugging Target
21647
21648 @cindex debugging target
21649 A @dfn{target} is the execution environment occupied by your program.
21650
21651 Often, @value{GDBN} runs in the same host environment as your program;
21652 in that case, the debugging target is specified as a side effect when
21653 you use the @code{file} or @code{core} commands. When you need more
21654 flexibility---for example, running @value{GDBN} on a physically separate
21655 host, or controlling a standalone system over a serial port or a
21656 realtime system over a TCP/IP connection---you can use the @code{target}
21657 command to specify one of the target types configured for @value{GDBN}
21658 (@pxref{Target Commands, ,Commands for Managing Targets}).
21659
21660 @cindex target architecture
21661 It is possible to build @value{GDBN} for several different @dfn{target
21662 architectures}. When @value{GDBN} is built like that, you can choose
21663 one of the available architectures with the @kbd{set architecture}
21664 command.
21665
21666 @table @code
21667 @kindex set architecture
21668 @kindex show architecture
21669 @item set architecture @var{arch}
21670 This command sets the current target architecture to @var{arch}. The
21671 value of @var{arch} can be @code{"auto"}, in addition to one of the
21672 supported architectures.
21673
21674 @item show architecture
21675 Show the current target architecture.
21676
21677 @item set processor
21678 @itemx processor
21679 @kindex set processor
21680 @kindex show processor
21681 These are alias commands for, respectively, @code{set architecture}
21682 and @code{show architecture}.
21683 @end table
21684
21685 @menu
21686 * Active Targets:: Active targets
21687 * Target Commands:: Commands for managing targets
21688 * Byte Order:: Choosing target byte order
21689 @end menu
21690
21691 @node Active Targets
21692 @section Active Targets
21693
21694 @cindex stacking targets
21695 @cindex active targets
21696 @cindex multiple targets
21697
21698 There are multiple classes of targets such as: processes, executable files or
21699 recording sessions. Core files belong to the process class, making core file
21700 and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21701 on multiple active targets, one in each class. This allows you to (for
21702 example) start a process and inspect its activity, while still having access to
21703 the executable file after the process finishes. Or if you start process
21704 recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21705 presented a virtual layer of the recording target, while the process target
21706 remains stopped at the chronologically last point of the process execution.
21707
21708 Use the @code{core-file} and @code{exec-file} commands to select a new core
21709 file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21710 specify as a target a process that is already running, use the @code{attach}
21711 command (@pxref{Attach, ,Debugging an Already-running Process}).
21712
21713 @node Target Commands
21714 @section Commands for Managing Targets
21715
21716 @table @code
21717 @item target @var{type} @var{parameters}
21718 Connects the @value{GDBN} host environment to a target machine or
21719 process. A target is typically a protocol for talking to debugging
21720 facilities. You use the argument @var{type} to specify the type or
21721 protocol of the target machine.
21722
21723 Further @var{parameters} are interpreted by the target protocol, but
21724 typically include things like device names or host names to connect
21725 with, process numbers, and baud rates.
21726
21727 The @code{target} command does not repeat if you press @key{RET} again
21728 after executing the command.
21729
21730 @kindex help target
21731 @item help target
21732 Displays the names of all targets available. To display targets
21733 currently selected, use either @code{info target} or @code{info files}
21734 (@pxref{Files, ,Commands to Specify Files}).
21735
21736 @item help target @var{name}
21737 Describe a particular target, including any parameters necessary to
21738 select it.
21739
21740 @kindex set gnutarget
21741 @item set gnutarget @var{args}
21742 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
21743 knows whether it is reading an @dfn{executable},
21744 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
21745 with the @code{set gnutarget} command. Unlike most @code{target} commands,
21746 with @code{gnutarget} the @code{target} refers to a program, not a machine.
21747
21748 @quotation
21749 @emph{Warning:} To specify a file format with @code{set gnutarget},
21750 you must know the actual BFD name.
21751 @end quotation
21752
21753 @noindent
21754 @xref{Files, , Commands to Specify Files}.
21755
21756 @kindex show gnutarget
21757 @item show gnutarget
21758 Use the @code{show gnutarget} command to display what file format
21759 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
21760 @value{GDBN} will determine the file format for each file automatically,
21761 and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
21762 @end table
21763
21764 @cindex common targets
21765 Here are some common targets (available, or not, depending on the GDB
21766 configuration):
21767
21768 @table @code
21769 @kindex target
21770 @item target exec @var{program}
21771 @cindex executable file target
21772 An executable file. @samp{target exec @var{program}} is the same as
21773 @samp{exec-file @var{program}}.
21774
21775 @item target core @var{filename}
21776 @cindex core dump file target
21777 A core dump file. @samp{target core @var{filename}} is the same as
21778 @samp{core-file @var{filename}}.
21779
21780 @item target remote @var{medium}
21781 @cindex remote target
21782 A remote system connected to @value{GDBN} via a serial line or network
21783 connection. This command tells @value{GDBN} to use its own remote
21784 protocol over @var{medium} for debugging. @xref{Remote Debugging}.
21785
21786 For example, if you have a board connected to @file{/dev/ttya} on the
21787 machine running @value{GDBN}, you could say:
21788
21789 @smallexample
21790 target remote /dev/ttya
21791 @end smallexample
21792
21793 @code{target remote} supports the @code{load} command. This is only
21794 useful if you have some other way of getting the stub to the target
21795 system, and you can put it somewhere in memory where it won't get
21796 clobbered by the download.
21797
21798 @item target sim @r{[}@var{simargs}@r{]} @dots{}
21799 @cindex built-in simulator target
21800 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
21801 In general,
21802 @smallexample
21803 target sim
21804 load
21805 run
21806 @end smallexample
21807 @noindent
21808 works; however, you cannot assume that a specific memory map, device
21809 drivers, or even basic I/O is available, although some simulators do
21810 provide these. For info about any processor-specific simulator details,
21811 see the appropriate section in @ref{Embedded Processors, ,Embedded
21812 Processors}.
21813
21814 @item target native
21815 @cindex native target
21816 Setup for local/native process debugging. Useful to make the
21817 @code{run} command spawn native processes (likewise @code{attach},
21818 etc.@:) even when @code{set auto-connect-native-target} is @code{off}
21819 (@pxref{set auto-connect-native-target}).
21820
21821 @end table
21822
21823 Different targets are available on different configurations of @value{GDBN};
21824 your configuration may have more or fewer targets.
21825
21826 Many remote targets require you to download the executable's code once
21827 you've successfully established a connection. You may wish to control
21828 various aspects of this process.
21829
21830 @table @code
21831
21832 @item set hash
21833 @kindex set hash@r{, for remote monitors}
21834 @cindex hash mark while downloading
21835 This command controls whether a hash mark @samp{#} is displayed while
21836 downloading a file to the remote monitor. If on, a hash mark is
21837 displayed after each S-record is successfully downloaded to the
21838 monitor.
21839
21840 @item show hash
21841 @kindex show hash@r{, for remote monitors}
21842 Show the current status of displaying the hash mark.
21843
21844 @item set debug monitor
21845 @kindex set debug monitor
21846 @cindex display remote monitor communications
21847 Enable or disable display of communications messages between
21848 @value{GDBN} and the remote monitor.
21849
21850 @item show debug monitor
21851 @kindex show debug monitor
21852 Show the current status of displaying communications between
21853 @value{GDBN} and the remote monitor.
21854 @end table
21855
21856 @table @code
21857
21858 @kindex load @var{filename} @var{offset}
21859 @item load @var{filename} @var{offset}
21860 @anchor{load}
21861 Depending on what remote debugging facilities are configured into
21862 @value{GDBN}, the @code{load} command may be available. Where it exists, it
21863 is meant to make @var{filename} (an executable) available for debugging
21864 on the remote system---by downloading, or dynamic linking, for example.
21865 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
21866 the @code{add-symbol-file} command.
21867
21868 If your @value{GDBN} does not have a @code{load} command, attempting to
21869 execute it gets the error message ``@code{You can't do that when your
21870 target is @dots{}}''
21871
21872 The file is loaded at whatever address is specified in the executable.
21873 For some object file formats, you can specify the load address when you
21874 link the program; for other formats, like a.out, the object file format
21875 specifies a fixed address.
21876 @c FIXME! This would be a good place for an xref to the GNU linker doc.
21877
21878 It is also possible to tell @value{GDBN} to load the executable file at a
21879 specific offset described by the optional argument @var{offset}. When
21880 @var{offset} is provided, @var{filename} must also be provided.
21881
21882 Depending on the remote side capabilities, @value{GDBN} may be able to
21883 load programs into flash memory.
21884
21885 @code{load} does not repeat if you press @key{RET} again after using it.
21886 @end table
21887
21888 @table @code
21889
21890 @kindex flash-erase
21891 @item flash-erase
21892 @anchor{flash-erase}
21893
21894 Erases all known flash memory regions on the target.
21895
21896 @end table
21897
21898 @node Byte Order
21899 @section Choosing Target Byte Order
21900
21901 @cindex choosing target byte order
21902 @cindex target byte order
21903
21904 Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
21905 offer the ability to run either big-endian or little-endian byte
21906 orders. Usually the executable or symbol will include a bit to
21907 designate the endian-ness, and you will not need to worry about
21908 which to use. However, you may still find it useful to adjust
21909 @value{GDBN}'s idea of processor endian-ness manually.
21910
21911 @table @code
21912 @kindex set endian
21913 @item set endian big
21914 Instruct @value{GDBN} to assume the target is big-endian.
21915
21916 @item set endian little
21917 Instruct @value{GDBN} to assume the target is little-endian.
21918
21919 @item set endian auto
21920 Instruct @value{GDBN} to use the byte order associated with the
21921 executable.
21922
21923 @item show endian
21924 Display @value{GDBN}'s current idea of the target byte order.
21925
21926 @end table
21927
21928 If the @code{set endian auto} mode is in effect and no executable has
21929 been selected, then the endianness used is the last one chosen either
21930 by one of the @code{set endian big} and @code{set endian little}
21931 commands or by inferring from the last executable used. If no
21932 endianness has been previously chosen, then the default for this mode
21933 is inferred from the target @value{GDBN} has been built for, and is
21934 @code{little} if the name of the target CPU has an @code{el} suffix
21935 and @code{big} otherwise.
21936
21937 Note that these commands merely adjust interpretation of symbolic
21938 data on the host, and that they have absolutely no effect on the
21939 target system.
21940
21941
21942 @node Remote Debugging
21943 @chapter Debugging Remote Programs
21944 @cindex remote debugging
21945
21946 If you are trying to debug a program running on a machine that cannot run
21947 @value{GDBN} in the usual way, it is often useful to use remote debugging.
21948 For example, you might use remote debugging on an operating system kernel,
21949 or on a small system which does not have a general purpose operating system
21950 powerful enough to run a full-featured debugger.
21951
21952 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
21953 to make this work with particular debugging targets. In addition,
21954 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
21955 but not specific to any particular target system) which you can use if you
21956 write the remote stubs---the code that runs on the remote system to
21957 communicate with @value{GDBN}.
21958
21959 Other remote targets may be available in your
21960 configuration of @value{GDBN}; use @code{help target} to list them.
21961
21962 @menu
21963 * Connecting:: Connecting to a remote target
21964 * File Transfer:: Sending files to a remote system
21965 * Server:: Using the gdbserver program
21966 * Remote Configuration:: Remote configuration
21967 * Remote Stub:: Implementing a remote stub
21968 @end menu
21969
21970 @node Connecting
21971 @section Connecting to a Remote Target
21972 @cindex remote debugging, connecting
21973 @cindex @code{gdbserver}, connecting
21974 @cindex remote debugging, types of connections
21975 @cindex @code{gdbserver}, types of connections
21976 @cindex @code{gdbserver}, @code{target remote} mode
21977 @cindex @code{gdbserver}, @code{target extended-remote} mode
21978
21979 This section describes how to connect to a remote target, including the
21980 types of connections and their differences, how to set up executable and
21981 symbol files on the host and target, and the commands used for
21982 connecting to and disconnecting from the remote target.
21983
21984 @subsection Types of Remote Connections
21985
21986 @value{GDBN} supports two types of remote connections, @code{target remote}
21987 mode and @code{target extended-remote} mode. Note that many remote targets
21988 support only @code{target remote} mode. There are several major
21989 differences between the two types of connections, enumerated here:
21990
21991 @table @asis
21992
21993 @cindex remote debugging, detach and program exit
21994 @item Result of detach or program exit
21995 @strong{With target remote mode:} When the debugged program exits or you
21996 detach from it, @value{GDBN} disconnects from the target. When using
21997 @code{gdbserver}, @code{gdbserver} will exit.
21998
21999 @strong{With target extended-remote mode:} When the debugged program exits or
22000 you detach from it, @value{GDBN} remains connected to the target, even
22001 though no program is running. You can rerun the program, attach to a
22002 running program, or use @code{monitor} commands specific to the target.
22003
22004 When using @code{gdbserver} in this case, it does not exit unless it was
22005 invoked using the @option{--once} option. If the @option{--once} option
22006 was not used, you can ask @code{gdbserver} to exit using the
22007 @code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
22008
22009 @item Specifying the program to debug
22010 For both connection types you use the @code{file} command to specify the
22011 program on the host system. If you are using @code{gdbserver} there are
22012 some differences in how to specify the location of the program on the
22013 target.
22014
22015 @strong{With target remote mode:} You must either specify the program to debug
22016 on the @code{gdbserver} command line or use the @option{--attach} option
22017 (@pxref{Attaching to a program,,Attaching to a Running Program}).
22018
22019 @cindex @option{--multi}, @code{gdbserver} option
22020 @strong{With target extended-remote mode:} You may specify the program to debug
22021 on the @code{gdbserver} command line, or you can load the program or attach
22022 to it using @value{GDBN} commands after connecting to @code{gdbserver}.
22023
22024 @anchor{--multi Option in Types of Remote Connnections}
22025 You can start @code{gdbserver} without supplying an initial command to run
22026 or process ID to attach. To do this, use the @option{--multi} command line
22027 option. Then you can connect using @code{target extended-remote} and start
22028 the program you want to debug (see below for details on using the
22029 @code{run} command in this scenario). Note that the conditions under which
22030 @code{gdbserver} terminates depend on how @value{GDBN} connects to it
22031 (@code{target remote} or @code{target extended-remote}). The
22032 @option{--multi} option to @code{gdbserver} has no influence on that.
22033
22034 @item The @code{run} command
22035 @strong{With target remote mode:} The @code{run} command is not
22036 supported. Once a connection has been established, you can use all
22037 the usual @value{GDBN} commands to examine and change data. The
22038 remote program is already running, so you can use commands like
22039 @kbd{step} and @kbd{continue}.
22040
22041 @strong{With target extended-remote mode:} The @code{run} command is
22042 supported. The @code{run} command uses the value set by
22043 @code{set remote exec-file} (@pxref{set remote exec-file}) to select
22044 the program to run. Command line arguments are supported, except for
22045 wildcard expansion and I/O redirection (@pxref{Arguments}).
22046
22047 If you specify the program to debug on the command line, then the
22048 @code{run} command is not required to start execution, and you can
22049 resume using commands like @kbd{step} and @kbd{continue} as with
22050 @code{target remote} mode.
22051
22052 @anchor{Attaching in Types of Remote Connections}
22053 @item Attaching
22054 @strong{With target remote mode:} The @value{GDBN} command @code{attach} is
22055 not supported. To attach to a running program using @code{gdbserver}, you
22056 must use the @option{--attach} option (@pxref{Running gdbserver}).
22057
22058 @strong{With target extended-remote mode:} To attach to a running program,
22059 you may use the @code{attach} command after the connection has been
22060 established. If you are using @code{gdbserver}, you may also invoke
22061 @code{gdbserver} using the @option{--attach} option
22062 (@pxref{Running gdbserver}).
22063
22064 Some remote targets allow @value{GDBN} to determine the executable file running
22065 in the process the debugger is attaching to. In such a case, @value{GDBN}
22066 uses the value of @code{exec-file-mismatch} to handle a possible mismatch
22067 between the executable file name running in the process and the name of the
22068 current exec-file loaded by @value{GDBN} (@pxref{set exec-file-mismatch}).
22069
22070 @end table
22071
22072 @anchor{Host and target files}
22073 @subsection Host and Target Files
22074 @cindex remote debugging, symbol files
22075 @cindex symbol files, remote debugging
22076
22077 @value{GDBN}, running on the host, needs access to symbol and debugging
22078 information for your program running on the target. This requires
22079 access to an unstripped copy of your program, and possibly any associated
22080 symbol files. Note that this section applies equally to both @code{target
22081 remote} mode and @code{target extended-remote} mode.
22082
22083 Some remote targets (@pxref{qXfer executable filename read}, and
22084 @pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
22085 the same connection used to communicate with @value{GDBN}. With such a
22086 target, if the remote program is unstripped, the only command you need is
22087 @code{target remote} (or @code{target extended-remote}).
22088
22089 If the remote program is stripped, or the target does not support remote
22090 program file access, start up @value{GDBN} using the name of the local
22091 unstripped copy of your program as the first argument, or use the
22092 @code{file} command. Use @code{set sysroot} to specify the location (on
22093 the host) of target libraries (unless your @value{GDBN} was compiled with
22094 the correct sysroot using @code{--with-sysroot}). Alternatively, you
22095 may use @code{set solib-search-path} to specify how @value{GDBN} locates
22096 target libraries.
22097
22098 The symbol file and target libraries must exactly match the executable
22099 and libraries on the target, with one exception: the files on the host
22100 system should not be stripped, even if the files on the target system
22101 are. Mismatched or missing files will lead to confusing results
22102 during debugging. On @sc{gnu}/Linux targets, mismatched or missing
22103 files may also prevent @code{gdbserver} from debugging multi-threaded
22104 programs.
22105
22106 @subsection Remote Connection Commands
22107 @cindex remote connection commands
22108 @value{GDBN} can communicate with the target over a serial line, a
22109 local Unix domain socket, or
22110 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22111 each case, @value{GDBN} uses the same protocol for debugging your
22112 program; only the medium carrying the debugging packets varies. The
22113 @code{target remote} and @code{target extended-remote} commands
22114 establish a connection to the target. Both commands accept the same
22115 arguments, which indicate the medium to use:
22116
22117 @table @code
22118
22119 @item target remote @var{serial-device}
22120 @itemx target extended-remote @var{serial-device}
22121 @cindex serial line, @code{target remote}
22122 Use @var{serial-device} to communicate with the target. For example,
22123 to use a serial line connected to the device named @file{/dev/ttyb}:
22124
22125 @smallexample
22126 target remote /dev/ttyb
22127 @end smallexample
22128
22129 If you're using a serial line, you may want to give @value{GDBN} the
22130 @samp{--baud} option, or use the @code{set serial baud} command
22131 (@pxref{Remote Configuration, set serial baud}) before the
22132 @code{target} command.
22133
22134 @item target remote @var{local-socket}
22135 @itemx target extended-remote @var{local-socket}
22136 @cindex local socket, @code{target remote}
22137 @cindex Unix domain socket
22138 Use @var{local-socket} to communicate with the target. For example,
22139 to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22140
22141 @smallexample
22142 target remote /tmp/gdb-socket0
22143 @end smallexample
22144
22145 Note that this command has the same form as the command to connect
22146 to a serial line. @value{GDBN} will automatically determine which
22147 kind of file you have specified and will make the appropriate kind
22148 of connection.
22149 This feature is not available if the host system does not support
22150 Unix domain sockets.
22151
22152 @item target remote @code{@var{host}:@var{port}}
22153 @itemx target remote @code{[@var{host}]:@var{port}}
22154 @itemx target remote @code{tcp:@var{host}:@var{port}}
22155 @itemx target remote @code{tcp:[@var{host}]:@var{port}}
22156 @itemx target remote @code{tcp4:@var{host}:@var{port}}
22157 @itemx target remote @code{tcp6:@var{host}:@var{port}}
22158 @itemx target remote @code{tcp6:[@var{host}]:@var{port}}
22159 @itemx target extended-remote @code{@var{host}:@var{port}}
22160 @itemx target extended-remote @code{[@var{host}]:@var{port}}
22161 @itemx target extended-remote @code{tcp:@var{host}:@var{port}}
22162 @itemx target extended-remote @code{tcp:[@var{host}]:@var{port}}
22163 @itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
22164 @itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
22165 @itemx target extended-remote @code{tcp6:[@var{host}]:@var{port}}
22166 @cindex @acronym{TCP} port, @code{target remote}
22167 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
22168 The @var{host} may be either a host name, a numeric @acronym{IPv4}
22169 address, or a numeric @acronym{IPv6} address (with or without the
22170 square brackets to separate the address from the port); @var{port}
22171 must be a decimal number. The @var{host} could be the target machine
22172 itself, if it is directly connected to the net, or it might be a
22173 terminal server which in turn has a serial line to the target.
22174
22175 For example, to connect to port 2828 on a terminal server named
22176 @code{manyfarms}:
22177
22178 @smallexample
22179 target remote manyfarms:2828
22180 @end smallexample
22181
22182 To connect to port 2828 on a terminal server whose address is
22183 @code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
22184 square bracket syntax:
22185
22186 @smallexample
22187 target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
22188 @end smallexample
22189
22190 @noindent
22191 or explicitly specify the @acronym{IPv6} protocol:
22192
22193 @smallexample
22194 target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
22195 @end smallexample
22196
22197 This last example may be confusing to the reader, because there is no
22198 visible separation between the hostname and the port number.
22199 Therefore, we recommend the user to provide @acronym{IPv6} addresses
22200 using square brackets for clarity. However, it is important to
22201 mention that for @value{GDBN} there is no ambiguity: the number after
22202 the last colon is considered to be the port number.
22203
22204 If your remote target is actually running on the same machine as your
22205 debugger session (e.g.@: a simulator for your target running on the
22206 same host), you can omit the hostname. For example, to connect to
22207 port 1234 on your local machine:
22208
22209 @smallexample
22210 target remote :1234
22211 @end smallexample
22212 @noindent
22213
22214 Note that the colon is still required here.
22215
22216 @item target remote @code{udp:@var{host}:@var{port}}
22217 @itemx target remote @code{udp:[@var{host}]:@var{port}}
22218 @itemx target remote @code{udp4:@var{host}:@var{port}}
22219 @itemx target remote @code{udp6:[@var{host}]:@var{port}}
22220 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
22221 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
22222 @itemx target extended-remote @code{udp:[@var{host}]:@var{port}}
22223 @itemx target extended-remote @code{udp4:@var{host}:@var{port}}
22224 @itemx target extended-remote @code{udp6:@var{host}:@var{port}}
22225 @itemx target extended-remote @code{udp6:[@var{host}]:@var{port}}
22226 @cindex @acronym{UDP} port, @code{target remote}
22227 Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
22228 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
22229
22230 @smallexample
22231 target remote udp:manyfarms:2828
22232 @end smallexample
22233
22234 When using a @acronym{UDP} connection for remote debugging, you should
22235 keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
22236 can silently drop packets on busy or unreliable networks, which will
22237 cause havoc with your debugging session.
22238
22239 @item target remote | @var{command}
22240 @itemx target extended-remote | @var{command}
22241 @cindex pipe, @code{target remote} to
22242 Run @var{command} in the background and communicate with it using a
22243 pipe. The @var{command} is a shell command, to be parsed and expanded
22244 by the system's command shell, @code{/bin/sh}; it should expect remote
22245 protocol packets on its standard input, and send replies on its
22246 standard output. You could use this to run a stand-alone simulator
22247 that speaks the remote debugging protocol, to make net connections
22248 using programs like @code{ssh}, or for other similar tricks.
22249
22250 If @var{command} closes its standard output (perhaps by exiting),
22251 @value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
22252 program has already exited, this will have no effect.)
22253
22254 @end table
22255
22256 @cindex interrupting remote programs
22257 @cindex remote programs, interrupting
22258 Whenever @value{GDBN} is waiting for the remote program, if you type the
22259 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
22260 program. This may or may not succeed, depending in part on the hardware
22261 and the serial drivers the remote system uses. If you type the
22262 interrupt character once again, @value{GDBN} displays this prompt:
22263
22264 @smallexample
22265 Interrupted while waiting for the program.
22266 Give up (and stop debugging it)? (y or n)
22267 @end smallexample
22268
22269 In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
22270 the remote debugging session. (If you decide you want to try again later,
22271 you can use @kbd{target remote} again to connect once more.) If you type
22272 @kbd{n}, @value{GDBN} goes back to waiting.
22273
22274 In @code{target extended-remote} mode, typing @kbd{n} will leave
22275 @value{GDBN} connected to the target.
22276
22277 @table @code
22278 @kindex detach (remote)
22279 @item detach
22280 When you have finished debugging the remote program, you can use the
22281 @code{detach} command to release it from @value{GDBN} control.
22282 Detaching from the target normally resumes its execution, but the results
22283 will depend on your particular remote stub. After the @code{detach}
22284 command in @code{target remote} mode, @value{GDBN} is free to connect to
22285 another target. In @code{target extended-remote} mode, @value{GDBN} is
22286 still connected to the target.
22287
22288 @kindex disconnect
22289 @item disconnect
22290 The @code{disconnect} command closes the connection to the target, and
22291 the target is generally not resumed. It will wait for @value{GDBN}
22292 (this instance or another one) to connect and continue debugging. After
22293 the @code{disconnect} command, @value{GDBN} is again free to connect to
22294 another target.
22295
22296 @cindex send command to remote monitor
22297 @cindex extend @value{GDBN} for remote targets
22298 @cindex add new commands for external monitor
22299 @kindex monitor
22300 @item monitor @var{cmd}
22301 This command allows you to send arbitrary commands directly to the
22302 remote monitor. Since @value{GDBN} doesn't care about the commands it
22303 sends like this, this command is the way to extend @value{GDBN}---you
22304 can add new commands that only the external monitor will understand
22305 and implement.
22306 @end table
22307
22308 @node File Transfer
22309 @section Sending files to a remote system
22310 @cindex remote target, file transfer
22311 @cindex file transfer
22312 @cindex sending files to remote systems
22313
22314 Some remote targets offer the ability to transfer files over the same
22315 connection used to communicate with @value{GDBN}. This is convenient
22316 for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
22317 running @code{gdbserver} over a network interface. For other targets,
22318 e.g.@: embedded devices with only a single serial port, this may be
22319 the only way to upload or download files.
22320
22321 Not all remote targets support these commands.
22322
22323 @table @code
22324 @kindex remote put
22325 @item remote put @var{hostfile} @var{targetfile}
22326 Copy file @var{hostfile} from the host system (the machine running
22327 @value{GDBN}) to @var{targetfile} on the target system.
22328
22329 @kindex remote get
22330 @item remote get @var{targetfile} @var{hostfile}
22331 Copy file @var{targetfile} from the target system to @var{hostfile}
22332 on the host system.
22333
22334 @kindex remote delete
22335 @item remote delete @var{targetfile}
22336 Delete @var{targetfile} from the target system.
22337
22338 @end table
22339
22340 @node Server
22341 @section Using the @code{gdbserver} Program
22342
22343 @kindex gdbserver
22344 @cindex remote connection without stubs
22345 @code{gdbserver} is a control program for Unix-like systems, which
22346 allows you to connect your program with a remote @value{GDBN} via
22347 @code{target remote} or @code{target extended-remote}---but without
22348 linking in the usual debugging stub.
22349
22350 @code{gdbserver} is not a complete replacement for the debugging stubs,
22351 because it requires essentially the same operating-system facilities
22352 that @value{GDBN} itself does. In fact, a system that can run
22353 @code{gdbserver} to connect to a remote @value{GDBN} could also run
22354 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
22355 because it is a much smaller program than @value{GDBN} itself. It is
22356 also easier to port than all of @value{GDBN}, so you may be able to get
22357 started more quickly on a new system by using @code{gdbserver}.
22358 Finally, if you develop code for real-time systems, you may find that
22359 the tradeoffs involved in real-time operation make it more convenient to
22360 do as much development work as possible on another system, for example
22361 by cross-compiling. You can use @code{gdbserver} to make a similar
22362 choice for debugging.
22363
22364 @value{GDBN} and @code{gdbserver} communicate via either a serial line
22365 or a TCP connection, using the standard @value{GDBN} remote serial
22366 protocol.
22367
22368 @quotation
22369 @emph{Warning:} @code{gdbserver} does not have any built-in security.
22370 Do not run @code{gdbserver} connected to any public network; a
22371 @value{GDBN} connection to @code{gdbserver} provides access to the
22372 target system with the same privileges as the user running
22373 @code{gdbserver}.
22374 @end quotation
22375
22376 @anchor{Running gdbserver}
22377 @subsection Running @code{gdbserver}
22378 @cindex arguments, to @code{gdbserver}
22379 @cindex @code{gdbserver}, command-line arguments
22380
22381 Run @code{gdbserver} on the target system. You need a copy of the
22382 program you want to debug, including any libraries it requires.
22383 @code{gdbserver} does not need your program's symbol table, so you can
22384 strip the program if necessary to save space. @value{GDBN} on the host
22385 system does all the symbol handling.
22386
22387 To use the server, you must tell it how to communicate with @value{GDBN};
22388 the name of your program; and the arguments for your program. The usual
22389 syntax is:
22390
22391 @smallexample
22392 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
22393 @end smallexample
22394
22395 @var{comm} is either a device name (to use a serial line), or a TCP
22396 hostname and portnumber, or @code{-} or @code{stdio} to use
22397 stdin/stdout of @code{gdbserver}.
22398 For example, to debug Emacs with the argument
22399 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
22400 @file{/dev/com1}:
22401
22402 @smallexample
22403 target> gdbserver /dev/com1 emacs foo.txt
22404 @end smallexample
22405
22406 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
22407 with it.
22408
22409 To use a TCP connection instead of a serial line:
22410
22411 @smallexample
22412 target> gdbserver host:2345 emacs foo.txt
22413 @end smallexample
22414
22415 The only difference from the previous example is the first argument,
22416 specifying that you are communicating with the host @value{GDBN} via
22417 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
22418 expect a TCP connection from machine @samp{host} to local TCP port 2345.
22419 (Currently, the @samp{host} part is ignored.) You can choose any number
22420 you want for the port number as long as it does not conflict with any
22421 TCP ports already in use on the target system (for example, @code{23} is
22422 reserved for @code{telnet}).@footnote{If you choose a port number that
22423 conflicts with another service, @code{gdbserver} prints an error message
22424 and exits.} You must use the same port number with the host @value{GDBN}
22425 @code{target remote} command.
22426
22427 The @code{stdio} connection is useful when starting @code{gdbserver}
22428 with ssh:
22429
22430 @smallexample
22431 (gdb) target remote | ssh -T hostname gdbserver - hello
22432 @end smallexample
22433
22434 The @samp{-T} option to ssh is provided because we don't need a remote pty,
22435 and we don't want escape-character handling. Ssh does this by default when
22436 a command is provided, the flag is provided to make it explicit.
22437 You could elide it if you want to.
22438
22439 Programs started with stdio-connected gdbserver have @file{/dev/null} for
22440 @code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
22441 display through a pipe connected to gdbserver.
22442 Both @code{stdout} and @code{stderr} use the same pipe.
22443
22444 @anchor{Attaching to a program}
22445 @subsubsection Attaching to a Running Program
22446 @cindex attach to a program, @code{gdbserver}
22447 @cindex @option{--attach}, @code{gdbserver} option
22448
22449 On some targets, @code{gdbserver} can also attach to running programs.
22450 This is accomplished via the @code{--attach} argument. The syntax is:
22451
22452 @smallexample
22453 target> gdbserver --attach @var{comm} @var{pid}
22454 @end smallexample
22455
22456 @var{pid} is the process ID of a currently running process. It isn't
22457 necessary to point @code{gdbserver} at a binary for the running process.
22458
22459 In @code{target extended-remote} mode, you can also attach using the
22460 @value{GDBN} attach command
22461 (@pxref{Attaching in Types of Remote Connections}).
22462
22463 @pindex pidof
22464 You can debug processes by name instead of process ID if your target has the
22465 @code{pidof} utility:
22466
22467 @smallexample
22468 target> gdbserver --attach @var{comm} `pidof @var{program}`
22469 @end smallexample
22470
22471 In case more than one copy of @var{program} is running, or @var{program}
22472 has multiple threads, most versions of @code{pidof} support the
22473 @code{-s} option to only return the first process ID.
22474
22475 @subsubsection TCP port allocation lifecycle of @code{gdbserver}
22476
22477 This section applies only when @code{gdbserver} is run to listen on a TCP
22478 port.
22479
22480 @code{gdbserver} normally terminates after all of its debugged processes have
22481 terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
22482 extended-remote}, @code{gdbserver} stays running even with no processes left.
22483 @value{GDBN} normally terminates the spawned debugged process on its exit,
22484 which normally also terminates @code{gdbserver} in the @kbd{target remote}
22485 mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
22486 cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
22487 stays running even in the @kbd{target remote} mode.
22488
22489 When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
22490 Such reconnecting is useful for features like @ref{disconnected tracing}. For
22491 completeness, at most one @value{GDBN} can be connected at a time.
22492
22493 @cindex @option{--once}, @code{gdbserver} option
22494 By default, @code{gdbserver} keeps the listening TCP port open, so that
22495 subsequent connections are possible. However, if you start @code{gdbserver}
22496 with the @option{--once} option, it will stop listening for any further
22497 connection attempts after connecting to the first @value{GDBN} session. This
22498 means no further connections to @code{gdbserver} will be possible after the
22499 first one. It also means @code{gdbserver} will terminate after the first
22500 connection with remote @value{GDBN} has closed, even for unexpectedly closed
22501 connections and even in the @kbd{target extended-remote} mode. The
22502 @option{--once} option allows reusing the same port number for connecting to
22503 multiple instances of @code{gdbserver} running on the same host, since each
22504 instance closes its port after the first connection.
22505
22506 @anchor{Other Command-Line Arguments for gdbserver}
22507 @subsubsection Other Command-Line Arguments for @code{gdbserver}
22508
22509 You can use the @option{--multi} option to start @code{gdbserver} without
22510 specifying a program to debug or a process to attach to. Then you can
22511 attach in @code{target extended-remote} mode and run or attach to a
22512 program. For more information,
22513 @pxref{--multi Option in Types of Remote Connnections}.
22514
22515 @cindex @option{--debug}, @code{gdbserver} option
22516 The @option{--debug} option tells @code{gdbserver} to display extra
22517 status information about the debugging process.
22518 @cindex @option{--remote-debug}, @code{gdbserver} option
22519 The @option{--remote-debug} option tells @code{gdbserver} to display
22520 remote protocol debug output.
22521 @cindex @option{--debug-file}, @code{gdbserver} option
22522 @cindex @code{gdbserver}, send all debug output to a single file
22523 The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
22524 write any debug output to the given @var{filename}. These options are intended
22525 for @code{gdbserver} development and for bug reports to the developers.
22526
22527 @cindex @option{--debug-format}, @code{gdbserver} option
22528 The @option{--debug-format=option1[,option2,...]} option tells
22529 @code{gdbserver} to include additional information in each output.
22530 Possible options are:
22531
22532 @table @code
22533 @item none
22534 Turn off all extra information in debugging output.
22535 @item all
22536 Turn on all extra information in debugging output.
22537 @item timestamps
22538 Include a timestamp in each line of debugging output.
22539 @end table
22540
22541 Options are processed in order. Thus, for example, if @option{none}
22542 appears last then no additional information is added to debugging output.
22543
22544 @cindex @option{--wrapper}, @code{gdbserver} option
22545 The @option{--wrapper} option specifies a wrapper to launch programs
22546 for debugging. The option should be followed by the name of the
22547 wrapper, then any command-line arguments to pass to the wrapper, then
22548 @kbd{--} indicating the end of the wrapper arguments.
22549
22550 @code{gdbserver} runs the specified wrapper program with a combined
22551 command line including the wrapper arguments, then the name of the
22552 program to debug, then any arguments to the program. The wrapper
22553 runs until it executes your program, and then @value{GDBN} gains control.
22554
22555 You can use any program that eventually calls @code{execve} with
22556 its arguments as a wrapper. Several standard Unix utilities do
22557 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
22558 with @code{exec "$@@"} will also work.
22559
22560 For example, you can use @code{env} to pass an environment variable to
22561 the debugged program, without setting the variable in @code{gdbserver}'s
22562 environment:
22563
22564 @smallexample
22565 $ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
22566 @end smallexample
22567
22568 @cindex @option{--selftest}
22569 The @option{--selftest} option runs the self tests in @code{gdbserver}:
22570
22571 @smallexample
22572 $ gdbserver --selftest
22573 Ran 2 unit tests, 0 failed
22574 @end smallexample
22575
22576 These tests are disabled in release.
22577 @subsection Connecting to @code{gdbserver}
22578
22579 The basic procedure for connecting to the remote target is:
22580 @itemize
22581
22582 @item
22583 Run @value{GDBN} on the host system.
22584
22585 @item
22586 Make sure you have the necessary symbol files
22587 (@pxref{Host and target files}).
22588 Load symbols for your application using the @code{file} command before you
22589 connect. Use @code{set sysroot} to locate target libraries (unless your
22590 @value{GDBN} was compiled with the correct sysroot using
22591 @code{--with-sysroot}).
22592
22593 @item
22594 Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
22595 For TCP connections, you must start up @code{gdbserver} prior to using
22596 the @code{target} command. Otherwise you may get an error whose
22597 text depends on the host system, but which usually looks something like
22598 @samp{Connection refused}. Don't use the @code{load}
22599 command in @value{GDBN} when using @code{target remote} mode, since the
22600 program is already on the target.
22601
22602 @end itemize
22603
22604 @anchor{Monitor Commands for gdbserver}
22605 @subsection Monitor Commands for @code{gdbserver}
22606 @cindex monitor commands, for @code{gdbserver}
22607
22608 During a @value{GDBN} session using @code{gdbserver}, you can use the
22609 @code{monitor} command to send special requests to @code{gdbserver}.
22610 Here are the available commands.
22611
22612 @table @code
22613 @item monitor help
22614 List the available monitor commands.
22615
22616 @item monitor set debug 0
22617 @itemx monitor set debug 1
22618 Disable or enable general debugging messages.
22619
22620 @item monitor set remote-debug 0
22621 @itemx monitor set remote-debug 1
22622 Disable or enable specific debugging messages associated with the remote
22623 protocol (@pxref{Remote Protocol}).
22624
22625 @item monitor set debug-file filename
22626 @itemx monitor set debug-file
22627 Send any debug output to the given file, or to stderr.
22628
22629 @item monitor set debug-format option1@r{[},option2,...@r{]}
22630 Specify additional text to add to debugging messages.
22631 Possible options are:
22632
22633 @table @code
22634 @item none
22635 Turn off all extra information in debugging output.
22636 @item all
22637 Turn on all extra information in debugging output.
22638 @item timestamps
22639 Include a timestamp in each line of debugging output.
22640 @end table
22641
22642 Options are processed in order. Thus, for example, if @option{none}
22643 appears last then no additional information is added to debugging output.
22644
22645 @item monitor set libthread-db-search-path [PATH]
22646 @cindex gdbserver, search path for @code{libthread_db}
22647 When this command is issued, @var{path} is a colon-separated list of
22648 directories to search for @code{libthread_db} (@pxref{Threads,,set
22649 libthread-db-search-path}). If you omit @var{path},
22650 @samp{libthread-db-search-path} will be reset to its default value.
22651
22652 The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
22653 not supported in @code{gdbserver}.
22654
22655 @item monitor exit
22656 Tell gdbserver to exit immediately. This command should be followed by
22657 @code{disconnect} to close the debugging session. @code{gdbserver} will
22658 detach from any attached processes and kill any processes it created.
22659 Use @code{monitor exit} to terminate @code{gdbserver} at the end
22660 of a multi-process mode debug session.
22661
22662 @end table
22663
22664 @subsection Tracepoints support in @code{gdbserver}
22665 @cindex tracepoints support in @code{gdbserver}
22666
22667 On some targets, @code{gdbserver} supports tracepoints, fast
22668 tracepoints and static tracepoints.
22669
22670 For fast or static tracepoints to work, a special library called the
22671 @dfn{in-process agent} (IPA), must be loaded in the inferior process.
22672 This library is built and distributed as an integral part of
22673 @code{gdbserver}. In addition, support for static tracepoints
22674 requires building the in-process agent library with static tracepoints
22675 support. At present, the UST (LTTng Userspace Tracer,
22676 @url{http://lttng.org/ust}) tracing engine is supported. This support
22677 is automatically available if UST development headers are found in the
22678 standard include path when @code{gdbserver} is built, or if
22679 @code{gdbserver} was explicitly configured using @option{--with-ust}
22680 to point at such headers. You can explicitly disable the support
22681 using @option{--with-ust=no}.
22682
22683 There are several ways to load the in-process agent in your program:
22684
22685 @table @code
22686 @item Specifying it as dependency at link time
22687
22688 You can link your program dynamically with the in-process agent
22689 library. On most systems, this is accomplished by adding
22690 @code{-linproctrace} to the link command.
22691
22692 @item Using the system's preloading mechanisms
22693
22694 You can force loading the in-process agent at startup time by using
22695 your system's support for preloading shared libraries. Many Unixes
22696 support the concept of preloading user defined libraries. In most
22697 cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
22698 in the environment. See also the description of @code{gdbserver}'s
22699 @option{--wrapper} command line option.
22700
22701 @item Using @value{GDBN} to force loading the agent at run time
22702
22703 On some systems, you can force the inferior to load a shared library,
22704 by calling a dynamic loader function in the inferior that takes care
22705 of dynamically looking up and loading a shared library. On most Unix
22706 systems, the function is @code{dlopen}. You'll use the @code{call}
22707 command for that. For example:
22708
22709 @smallexample
22710 (@value{GDBP}) call dlopen ("libinproctrace.so", ...)
22711 @end smallexample
22712
22713 Note that on most Unix systems, for the @code{dlopen} function to be
22714 available, the program needs to be linked with @code{-ldl}.
22715 @end table
22716
22717 On systems that have a userspace dynamic loader, like most Unix
22718 systems, when you connect to @code{gdbserver} using @code{target
22719 remote}, you'll find that the program is stopped at the dynamic
22720 loader's entry point, and no shared library has been loaded in the
22721 program's address space yet, including the in-process agent. In that
22722 case, before being able to use any of the fast or static tracepoints
22723 features, you need to let the loader run and load the shared
22724 libraries. The simplest way to do that is to run the program to the
22725 main procedure. E.g., if debugging a C or C@t{++} program, start
22726 @code{gdbserver} like so:
22727
22728 @smallexample
22729 $ gdbserver :9999 myprogram
22730 @end smallexample
22731
22732 Start GDB and connect to @code{gdbserver} like so, and run to main:
22733
22734 @smallexample
22735 $ gdb myprogram
22736 (@value{GDBP}) target remote myhost:9999
22737 0x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
22738 (@value{GDBP}) b main
22739 (@value{GDBP}) continue
22740 @end smallexample
22741
22742 The in-process tracing agent library should now be loaded into the
22743 process; you can confirm it with the @code{info sharedlibrary}
22744 command, which will list @file{libinproctrace.so} as loaded in the
22745 process. You are now ready to install fast tracepoints, list static
22746 tracepoint markers, probe static tracepoints markers, and start
22747 tracing.
22748
22749 @node Remote Configuration
22750 @section Remote Configuration
22751
22752 @kindex set remote
22753 @kindex show remote
22754 This section documents the configuration options available when
22755 debugging remote programs. For the options related to the File I/O
22756 extensions of the remote protocol, see @ref{system,
22757 system-call-allowed}.
22758
22759 @table @code
22760 @item set remoteaddresssize @var{bits}
22761 @cindex address size for remote targets
22762 @cindex bits in remote address
22763 Set the maximum size of address in a memory packet to the specified
22764 number of bits. @value{GDBN} will mask off the address bits above
22765 that number, when it passes addresses to the remote target. The
22766 default value is the number of bits in the target's address.
22767
22768 @item show remoteaddresssize
22769 Show the current value of remote address size in bits.
22770
22771 @item set serial baud @var{n}
22772 @cindex baud rate for remote targets
22773 Set the baud rate for the remote serial I/O to @var{n} baud. The
22774 value is used to set the speed of the serial port used for debugging
22775 remote targets.
22776
22777 @item show serial baud
22778 Show the current speed of the remote connection.
22779
22780 @item set serial parity @var{parity}
22781 Set the parity for the remote serial I/O. Supported values of @var{parity} are:
22782 @code{even}, @code{none}, and @code{odd}. The default is @code{none}.
22783
22784 @item show serial parity
22785 Show the current parity of the serial port.
22786
22787 @item set remotebreak
22788 @cindex interrupt remote programs
22789 @cindex BREAK signal instead of Ctrl-C
22790 @anchor{set remotebreak}
22791 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
22792 when you type @kbd{Ctrl-c} to interrupt the program running
22793 on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
22794 character instead. The default is off, since most remote systems
22795 expect to see @samp{Ctrl-C} as the interrupt signal.
22796
22797 @item show remotebreak
22798 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
22799 interrupt the remote program.
22800
22801 @item set remoteflow on
22802 @itemx set remoteflow off
22803 @kindex set remoteflow
22804 Enable or disable hardware flow control (@code{RTS}/@code{CTS})
22805 on the serial port used to communicate to the remote target.
22806
22807 @item show remoteflow
22808 @kindex show remoteflow
22809 Show the current setting of hardware flow control.
22810
22811 @item set remotelogbase @var{base}
22812 Set the base (a.k.a.@: radix) of logging serial protocol
22813 communications to @var{base}. Supported values of @var{base} are:
22814 @code{ascii}, @code{octal}, and @code{hex}. The default is
22815 @code{ascii}.
22816
22817 @item show remotelogbase
22818 Show the current setting of the radix for logging remote serial
22819 protocol.
22820
22821 @item set remotelogfile @var{file}
22822 @cindex record serial communications on file
22823 Record remote serial communications on the named @var{file}. The
22824 default is not to record at all.
22825
22826 @item show remotelogfile
22827 Show the current setting of the file name on which to record the
22828 serial communications.
22829
22830 @item set remotetimeout @var{num}
22831 @cindex timeout for serial communications
22832 @cindex remote timeout
22833 Set the timeout limit to wait for the remote target to respond to
22834 @var{num} seconds. The default is 2 seconds.
22835
22836 @item show remotetimeout
22837 Show the current number of seconds to wait for the remote target
22838 responses.
22839
22840 @cindex limit hardware breakpoints and watchpoints
22841 @cindex remote target, limit break- and watchpoints
22842 @anchor{set remote hardware-watchpoint-limit}
22843 @anchor{set remote hardware-breakpoint-limit}
22844 @item set remote hardware-watchpoint-limit @var{limit}
22845 @itemx set remote hardware-breakpoint-limit @var{limit}
22846 Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
22847 or breakpoints. The @var{limit} can be set to 0 to disable hardware
22848 watchpoints or breakpoints, and @code{unlimited} for unlimited
22849 watchpoints or breakpoints.
22850
22851 @item show remote hardware-watchpoint-limit
22852 @itemx show remote hardware-breakpoint-limit
22853 Show the current limit for the number of hardware watchpoints or
22854 breakpoints that @value{GDBN} can use.
22855
22856 @cindex limit hardware watchpoints length
22857 @cindex remote target, limit watchpoints length
22858 @anchor{set remote hardware-watchpoint-length-limit}
22859 @item set remote hardware-watchpoint-length-limit @var{limit}
22860 Restrict @value{GDBN} to using @var{limit} bytes for the maximum
22861 length of a remote hardware watchpoint. A @var{limit} of 0 disables
22862 hardware watchpoints and @code{unlimited} allows watchpoints of any
22863 length.
22864
22865 @item show remote hardware-watchpoint-length-limit
22866 Show the current limit (in bytes) of the maximum length of
22867 a remote hardware watchpoint.
22868
22869 @item set remote exec-file @var{filename}
22870 @itemx show remote exec-file
22871 @anchor{set remote exec-file}
22872 @cindex executable file, for remote target
22873 Select the file used for @code{run} with @code{target
22874 extended-remote}. This should be set to a filename valid on the
22875 target system. If it is not set, the target will use a default
22876 filename (e.g.@: the last program run).
22877
22878 @item set remote interrupt-sequence
22879 @cindex interrupt remote programs
22880 @cindex select Ctrl-C, BREAK or BREAK-g
22881 Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
22882 @samp{BREAK-g} as the
22883 sequence to the remote target in order to interrupt the execution.
22884 @samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
22885 is high level of serial line for some certain time.
22886 Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
22887 It is @code{BREAK} signal followed by character @code{g}.
22888
22889 @item show interrupt-sequence
22890 Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
22891 is sent by @value{GDBN} to interrupt the remote program.
22892 @code{BREAK-g} is BREAK signal followed by @code{g} and
22893 also known as Magic SysRq g.
22894
22895 @item set remote interrupt-on-connect
22896 @cindex send interrupt-sequence on start
22897 Specify whether interrupt-sequence is sent to remote target when
22898 @value{GDBN} connects to it. This is mostly needed when you debug
22899 Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
22900 which is known as Magic SysRq g in order to connect @value{GDBN}.
22901
22902 @item show interrupt-on-connect
22903 Show whether interrupt-sequence is sent
22904 to remote target when @value{GDBN} connects to it.
22905
22906 @kindex set tcp
22907 @kindex show tcp
22908 @item set tcp auto-retry on
22909 @cindex auto-retry, for remote TCP target
22910 Enable auto-retry for remote TCP connections. This is useful if the remote
22911 debugging agent is launched in parallel with @value{GDBN}; there is a race
22912 condition because the agent may not become ready to accept the connection
22913 before @value{GDBN} attempts to connect. When auto-retry is
22914 enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
22915 to establish the connection using the timeout specified by
22916 @code{set tcp connect-timeout}.
22917
22918 @item set tcp auto-retry off
22919 Do not auto-retry failed TCP connections.
22920
22921 @item show tcp auto-retry
22922 Show the current auto-retry setting.
22923
22924 @item set tcp connect-timeout @var{seconds}
22925 @itemx set tcp connect-timeout unlimited
22926 @cindex connection timeout, for remote TCP target
22927 @cindex timeout, for remote target connection
22928 Set the timeout for establishing a TCP connection to the remote target to
22929 @var{seconds}. The timeout affects both polling to retry failed connections
22930 (enabled by @code{set tcp auto-retry on}) and waiting for connections
22931 that are merely slow to complete, and represents an approximate cumulative
22932 value. If @var{seconds} is @code{unlimited}, there is no timeout and
22933 @value{GDBN} will keep attempting to establish a connection forever,
22934 unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
22935
22936 @item show tcp connect-timeout
22937 Show the current connection timeout setting.
22938 @end table
22939
22940 @cindex remote packets, enabling and disabling
22941 The @value{GDBN} remote protocol autodetects the packets supported by
22942 your debugging stub. If you need to override the autodetection, you
22943 can use these commands to enable or disable individual packets. Each
22944 packet can be set to @samp{on} (the remote target supports this
22945 packet), @samp{off} (the remote target does not support this packet),
22946 or @samp{auto} (detect remote target support for this packet). They
22947 all default to @samp{auto}. For more information about each packet,
22948 see @ref{Remote Protocol}.
22949
22950 During normal use, you should not have to use any of these commands.
22951 If you do, that may be a bug in your remote debugging stub, or a bug
22952 in @value{GDBN}. You may want to report the problem to the
22953 @value{GDBN} developers.
22954
22955 For each packet @var{name}, the command to enable or disable the
22956 packet is @code{set remote @var{name}-packet}. The available settings
22957 are:
22958
22959 @multitable @columnfractions 0.28 0.32 0.25
22960 @item Command Name
22961 @tab Remote Packet
22962 @tab Related Features
22963
22964 @item @code{fetch-register}
22965 @tab @code{p}
22966 @tab @code{info registers}
22967
22968 @item @code{set-register}
22969 @tab @code{P}
22970 @tab @code{set}
22971
22972 @item @code{binary-download}
22973 @tab @code{X}
22974 @tab @code{load}, @code{set}
22975
22976 @item @code{read-aux-vector}
22977 @tab @code{qXfer:auxv:read}
22978 @tab @code{info auxv}
22979
22980 @item @code{symbol-lookup}
22981 @tab @code{qSymbol}
22982 @tab Detecting multiple threads
22983
22984 @item @code{attach}
22985 @tab @code{vAttach}
22986 @tab @code{attach}
22987
22988 @item @code{verbose-resume}
22989 @tab @code{vCont}
22990 @tab Stepping or resuming multiple threads
22991
22992 @item @code{run}
22993 @tab @code{vRun}
22994 @tab @code{run}
22995
22996 @item @code{software-breakpoint}
22997 @tab @code{Z0}
22998 @tab @code{break}
22999
23000 @item @code{hardware-breakpoint}
23001 @tab @code{Z1}
23002 @tab @code{hbreak}
23003
23004 @item @code{write-watchpoint}
23005 @tab @code{Z2}
23006 @tab @code{watch}
23007
23008 @item @code{read-watchpoint}
23009 @tab @code{Z3}
23010 @tab @code{rwatch}
23011
23012 @item @code{access-watchpoint}
23013 @tab @code{Z4}
23014 @tab @code{awatch}
23015
23016 @item @code{pid-to-exec-file}
23017 @tab @code{qXfer:exec-file:read}
23018 @tab @code{attach}, @code{run}
23019
23020 @item @code{target-features}
23021 @tab @code{qXfer:features:read}
23022 @tab @code{set architecture}
23023
23024 @item @code{library-info}
23025 @tab @code{qXfer:libraries:read}
23026 @tab @code{info sharedlibrary}
23027
23028 @item @code{memory-map}
23029 @tab @code{qXfer:memory-map:read}
23030 @tab @code{info mem}
23031
23032 @item @code{read-sdata-object}
23033 @tab @code{qXfer:sdata:read}
23034 @tab @code{print $_sdata}
23035
23036 @item @code{read-siginfo-object}
23037 @tab @code{qXfer:siginfo:read}
23038 @tab @code{print $_siginfo}
23039
23040 @item @code{write-siginfo-object}
23041 @tab @code{qXfer:siginfo:write}
23042 @tab @code{set $_siginfo}
23043
23044 @item @code{threads}
23045 @tab @code{qXfer:threads:read}
23046 @tab @code{info threads}
23047
23048 @item @code{get-thread-local-@*storage-address}
23049 @tab @code{qGetTLSAddr}
23050 @tab Displaying @code{__thread} variables
23051
23052 @item @code{get-thread-information-block-address}
23053 @tab @code{qGetTIBAddr}
23054 @tab Display MS-Windows Thread Information Block.
23055
23056 @item @code{search-memory}
23057 @tab @code{qSearch:memory}
23058 @tab @code{find}
23059
23060 @item @code{supported-packets}
23061 @tab @code{qSupported}
23062 @tab Remote communications parameters
23063
23064 @item @code{catch-syscalls}
23065 @tab @code{QCatchSyscalls}
23066 @tab @code{catch syscall}
23067
23068 @item @code{pass-signals}
23069 @tab @code{QPassSignals}
23070 @tab @code{handle @var{signal}}
23071
23072 @item @code{program-signals}
23073 @tab @code{QProgramSignals}
23074 @tab @code{handle @var{signal}}
23075
23076 @item @code{hostio-close-packet}
23077 @tab @code{vFile:close}
23078 @tab @code{remote get}, @code{remote put}
23079
23080 @item @code{hostio-open-packet}
23081 @tab @code{vFile:open}
23082 @tab @code{remote get}, @code{remote put}
23083
23084 @item @code{hostio-pread-packet}
23085 @tab @code{vFile:pread}
23086 @tab @code{remote get}, @code{remote put}
23087
23088 @item @code{hostio-pwrite-packet}
23089 @tab @code{vFile:pwrite}
23090 @tab @code{remote get}, @code{remote put}
23091
23092 @item @code{hostio-unlink-packet}
23093 @tab @code{vFile:unlink}
23094 @tab @code{remote delete}
23095
23096 @item @code{hostio-readlink-packet}
23097 @tab @code{vFile:readlink}
23098 @tab Host I/O
23099
23100 @item @code{hostio-fstat-packet}
23101 @tab @code{vFile:fstat}
23102 @tab Host I/O
23103
23104 @item @code{hostio-setfs-packet}
23105 @tab @code{vFile:setfs}
23106 @tab Host I/O
23107
23108 @item @code{noack-packet}
23109 @tab @code{QStartNoAckMode}
23110 @tab Packet acknowledgment
23111
23112 @item @code{osdata}
23113 @tab @code{qXfer:osdata:read}
23114 @tab @code{info os}
23115
23116 @item @code{query-attached}
23117 @tab @code{qAttached}
23118 @tab Querying remote process attach state.
23119
23120 @item @code{trace-buffer-size}
23121 @tab @code{QTBuffer:size}
23122 @tab @code{set trace-buffer-size}
23123
23124 @item @code{trace-status}
23125 @tab @code{qTStatus}
23126 @tab @code{tstatus}
23127
23128 @item @code{traceframe-info}
23129 @tab @code{qXfer:traceframe-info:read}
23130 @tab Traceframe info
23131
23132 @item @code{install-in-trace}
23133 @tab @code{InstallInTrace}
23134 @tab Install tracepoint in tracing
23135
23136 @item @code{disable-randomization}
23137 @tab @code{QDisableRandomization}
23138 @tab @code{set disable-randomization}
23139
23140 @item @code{startup-with-shell}
23141 @tab @code{QStartupWithShell}
23142 @tab @code{set startup-with-shell}
23143
23144 @item @code{environment-hex-encoded}
23145 @tab @code{QEnvironmentHexEncoded}
23146 @tab @code{set environment}
23147
23148 @item @code{environment-unset}
23149 @tab @code{QEnvironmentUnset}
23150 @tab @code{unset environment}
23151
23152 @item @code{environment-reset}
23153 @tab @code{QEnvironmentReset}
23154 @tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23155
23156 @item @code{set-working-dir}
23157 @tab @code{QSetWorkingDir}
23158 @tab @code{set cwd}
23159
23160 @item @code{conditional-breakpoints-packet}
23161 @tab @code{Z0 and Z1}
23162 @tab @code{Support for target-side breakpoint condition evaluation}
23163
23164 @item @code{multiprocess-extensions}
23165 @tab @code{multiprocess extensions}
23166 @tab Debug multiple processes and remote process PID awareness
23167
23168 @item @code{swbreak-feature}
23169 @tab @code{swbreak stop reason}
23170 @tab @code{break}
23171
23172 @item @code{hwbreak-feature}
23173 @tab @code{hwbreak stop reason}
23174 @tab @code{hbreak}
23175
23176 @item @code{fork-event-feature}
23177 @tab @code{fork stop reason}
23178 @tab @code{fork}
23179
23180 @item @code{vfork-event-feature}
23181 @tab @code{vfork stop reason}
23182 @tab @code{vfork}
23183
23184 @item @code{exec-event-feature}
23185 @tab @code{exec stop reason}
23186 @tab @code{exec}
23187
23188 @item @code{thread-events}
23189 @tab @code{QThreadEvents}
23190 @tab Tracking thread lifetime.
23191
23192 @item @code{no-resumed-stop-reply}
23193 @tab @code{no resumed thread left stop reply}
23194 @tab Tracking thread lifetime.
23195
23196 @end multitable
23197
23198 @node Remote Stub
23199 @section Implementing a Remote Stub
23200
23201 @cindex debugging stub, example
23202 @cindex remote stub, example
23203 @cindex stub example, remote debugging
23204 The stub files provided with @value{GDBN} implement the target side of the
23205 communication protocol, and the @value{GDBN} side is implemented in the
23206 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
23207 these subroutines to communicate, and ignore the details. (If you're
23208 implementing your own stub file, you can still ignore the details: start
23209 with one of the existing stub files. @file{sparc-stub.c} is the best
23210 organized, and therefore the easiest to read.)
23211
23212 @cindex remote serial debugging, overview
23213 To debug a program running on another machine (the debugging
23214 @dfn{target} machine), you must first arrange for all the usual
23215 prerequisites for the program to run by itself. For example, for a C
23216 program, you need:
23217
23218 @enumerate
23219 @item
23220 A startup routine to set up the C runtime environment; these usually
23221 have a name like @file{crt0}. The startup routine may be supplied by
23222 your hardware supplier, or you may have to write your own.
23223
23224 @item
23225 A C subroutine library to support your program's
23226 subroutine calls, notably managing input and output.
23227
23228 @item
23229 A way of getting your program to the other machine---for example, a
23230 download program. These are often supplied by the hardware
23231 manufacturer, but you may have to write your own from hardware
23232 documentation.
23233 @end enumerate
23234
23235 The next step is to arrange for your program to use a serial port to
23236 communicate with the machine where @value{GDBN} is running (the @dfn{host}
23237 machine). In general terms, the scheme looks like this:
23238
23239 @table @emph
23240 @item On the host,
23241 @value{GDBN} already understands how to use this protocol; when everything
23242 else is set up, you can simply use the @samp{target remote} command
23243 (@pxref{Targets,,Specifying a Debugging Target}).
23244
23245 @item On the target,
23246 you must link with your program a few special-purpose subroutines that
23247 implement the @value{GDBN} remote serial protocol. The file containing these
23248 subroutines is called a @dfn{debugging stub}.
23249
23250 On certain remote targets, you can use an auxiliary program
23251 @code{gdbserver} instead of linking a stub into your program.
23252 @xref{Server,,Using the @code{gdbserver} Program}, for details.
23253 @end table
23254
23255 The debugging stub is specific to the architecture of the remote
23256 machine; for example, use @file{sparc-stub.c} to debug programs on
23257 @sc{sparc} boards.
23258
23259 @cindex remote serial stub list
23260 These working remote stubs are distributed with @value{GDBN}:
23261
23262 @table @code
23263
23264 @item i386-stub.c
23265 @cindex @file{i386-stub.c}
23266 @cindex Intel
23267 @cindex i386
23268 For Intel 386 and compatible architectures.
23269
23270 @item m68k-stub.c
23271 @cindex @file{m68k-stub.c}
23272 @cindex Motorola 680x0
23273 @cindex m680x0
23274 For Motorola 680x0 architectures.
23275
23276 @item sh-stub.c
23277 @cindex @file{sh-stub.c}
23278 @cindex Renesas
23279 @cindex SH
23280 For Renesas SH architectures.
23281
23282 @item sparc-stub.c
23283 @cindex @file{sparc-stub.c}
23284 @cindex Sparc
23285 For @sc{sparc} architectures.
23286
23287 @item sparcl-stub.c
23288 @cindex @file{sparcl-stub.c}
23289 @cindex Fujitsu
23290 @cindex SparcLite
23291 For Fujitsu @sc{sparclite} architectures.
23292
23293 @end table
23294
23295 The @file{README} file in the @value{GDBN} distribution may list other
23296 recently added stubs.
23297
23298 @menu
23299 * Stub Contents:: What the stub can do for you
23300 * Bootstrapping:: What you must do for the stub
23301 * Debug Session:: Putting it all together
23302 @end menu
23303
23304 @node Stub Contents
23305 @subsection What the Stub Can Do for You
23306
23307 @cindex remote serial stub
23308 The debugging stub for your architecture supplies these three
23309 subroutines:
23310
23311 @table @code
23312 @item set_debug_traps
23313 @findex set_debug_traps
23314 @cindex remote serial stub, initialization
23315 This routine arranges for @code{handle_exception} to run when your
23316 program stops. You must call this subroutine explicitly in your
23317 program's startup code.
23318
23319 @item handle_exception
23320 @findex handle_exception
23321 @cindex remote serial stub, main routine
23322 This is the central workhorse, but your program never calls it
23323 explicitly---the setup code arranges for @code{handle_exception} to
23324 run when a trap is triggered.
23325
23326 @code{handle_exception} takes control when your program stops during
23327 execution (for example, on a breakpoint), and mediates communications
23328 with @value{GDBN} on the host machine. This is where the communications
23329 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
23330 representative on the target machine. It begins by sending summary
23331 information on the state of your program, then continues to execute,
23332 retrieving and transmitting any information @value{GDBN} needs, until you
23333 execute a @value{GDBN} command that makes your program resume; at that point,
23334 @code{handle_exception} returns control to your own code on the target
23335 machine.
23336
23337 @item breakpoint
23338 @cindex @code{breakpoint} subroutine, remote
23339 Use this auxiliary subroutine to make your program contain a
23340 breakpoint. Depending on the particular situation, this may be the only
23341 way for @value{GDBN} to get control. For instance, if your target
23342 machine has some sort of interrupt button, you won't need to call this;
23343 pressing the interrupt button transfers control to
23344 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
23345 simply receiving characters on the serial port may also trigger a trap;
23346 again, in that situation, you don't need to call @code{breakpoint} from
23347 your own program---simply running @samp{target remote} from the host
23348 @value{GDBN} session gets control.
23349
23350 Call @code{breakpoint} if none of these is true, or if you simply want
23351 to make certain your program stops at a predetermined point for the
23352 start of your debugging session.
23353 @end table
23354
23355 @node Bootstrapping
23356 @subsection What You Must Do for the Stub
23357
23358 @cindex remote stub, support routines
23359 The debugging stubs that come with @value{GDBN} are set up for a particular
23360 chip architecture, but they have no information about the rest of your
23361 debugging target machine.
23362
23363 First of all you need to tell the stub how to communicate with the
23364 serial port.
23365
23366 @table @code
23367 @item int getDebugChar()
23368 @findex getDebugChar
23369 Write this subroutine to read a single character from the serial port.
23370 It may be identical to @code{getchar} for your target system; a
23371 different name is used to allow you to distinguish the two if you wish.
23372
23373 @item void putDebugChar(int)
23374 @findex putDebugChar
23375 Write this subroutine to write a single character to the serial port.
23376 It may be identical to @code{putchar} for your target system; a
23377 different name is used to allow you to distinguish the two if you wish.
23378 @end table
23379
23380 @cindex control C, and remote debugging
23381 @cindex interrupting remote targets
23382 If you want @value{GDBN} to be able to stop your program while it is
23383 running, you need to use an interrupt-driven serial driver, and arrange
23384 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
23385 character). That is the character which @value{GDBN} uses to tell the
23386 remote system to stop.
23387
23388 Getting the debugging target to return the proper status to @value{GDBN}
23389 probably requires changes to the standard stub; one quick and dirty way
23390 is to just execute a breakpoint instruction (the ``dirty'' part is that
23391 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
23392
23393 Other routines you need to supply are:
23394
23395 @table @code
23396 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
23397 @findex exceptionHandler
23398 Write this function to install @var{exception_address} in the exception
23399 handling tables. You need to do this because the stub does not have any
23400 way of knowing what the exception handling tables on your target system
23401 are like (for example, the processor's table might be in @sc{rom},
23402 containing entries which point to a table in @sc{ram}).
23403 The @var{exception_number} specifies the exception which should be changed;
23404 its meaning is architecture-dependent (for example, different numbers
23405 might represent divide by zero, misaligned access, etc). When this
23406 exception occurs, control should be transferred directly to
23407 @var{exception_address}, and the processor state (stack, registers,
23408 and so on) should be just as it is when a processor exception occurs. So if
23409 you want to use a jump instruction to reach @var{exception_address}, it
23410 should be a simple jump, not a jump to subroutine.
23411
23412 For the 386, @var{exception_address} should be installed as an interrupt
23413 gate so that interrupts are masked while the handler runs. The gate
23414 should be at privilege level 0 (the most privileged level). The
23415 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
23416 help from @code{exceptionHandler}.
23417
23418 @item void flush_i_cache()
23419 @findex flush_i_cache
23420 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
23421 instruction cache, if any, on your target machine. If there is no
23422 instruction cache, this subroutine may be a no-op.
23423
23424 On target machines that have instruction caches, @value{GDBN} requires this
23425 function to make certain that the state of your program is stable.
23426 @end table
23427
23428 @noindent
23429 You must also make sure this library routine is available:
23430
23431 @table @code
23432 @item void *memset(void *, int, int)
23433 @findex memset
23434 This is the standard library function @code{memset} that sets an area of
23435 memory to a known value. If you have one of the free versions of
23436 @code{libc.a}, @code{memset} can be found there; otherwise, you must
23437 either obtain it from your hardware manufacturer, or write your own.
23438 @end table
23439
23440 If you do not use the GNU C compiler, you may need other standard
23441 library subroutines as well; this varies from one stub to another,
23442 but in general the stubs are likely to use any of the common library
23443 subroutines which @code{@value{NGCC}} generates as inline code.
23444
23445
23446 @node Debug Session
23447 @subsection Putting it All Together
23448
23449 @cindex remote serial debugging summary
23450 In summary, when your program is ready to debug, you must follow these
23451 steps.
23452
23453 @enumerate
23454 @item
23455 Make sure you have defined the supporting low-level routines
23456 (@pxref{Bootstrapping,,What You Must Do for the Stub}):
23457 @display
23458 @code{getDebugChar}, @code{putDebugChar},
23459 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
23460 @end display
23461
23462 @item
23463 Insert these lines in your program's startup code, before the main
23464 procedure is called:
23465
23466 @smallexample
23467 set_debug_traps();
23468 breakpoint();
23469 @end smallexample
23470
23471 On some machines, when a breakpoint trap is raised, the hardware
23472 automatically makes the PC point to the instruction after the
23473 breakpoint. If your machine doesn't do that, you may need to adjust
23474 @code{handle_exception} to arrange for it to return to the instruction
23475 after the breakpoint on this first invocation, so that your program
23476 doesn't keep hitting the initial breakpoint instead of making
23477 progress.
23478
23479 @item
23480 For the 680x0 stub only, you need to provide a variable called
23481 @code{exceptionHook}. Normally you just use:
23482
23483 @smallexample
23484 void (*exceptionHook)() = 0;
23485 @end smallexample
23486
23487 @noindent
23488 but if before calling @code{set_debug_traps}, you set it to point to a
23489 function in your program, that function is called when
23490 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
23491 error). The function indicated by @code{exceptionHook} is called with
23492 one parameter: an @code{int} which is the exception number.
23493
23494 @item
23495 Compile and link together: your program, the @value{GDBN} debugging stub for
23496 your target architecture, and the supporting subroutines.
23497
23498 @item
23499 Make sure you have a serial connection between your target machine and
23500 the @value{GDBN} host, and identify the serial port on the host.
23501
23502 @item
23503 @c The "remote" target now provides a `load' command, so we should
23504 @c document that. FIXME.
23505 Download your program to your target machine (or get it there by
23506 whatever means the manufacturer provides), and start it.
23507
23508 @item
23509 Start @value{GDBN} on the host, and connect to the target
23510 (@pxref{Connecting,,Connecting to a Remote Target}).
23511
23512 @end enumerate
23513
23514 @node Configurations
23515 @chapter Configuration-Specific Information
23516
23517 While nearly all @value{GDBN} commands are available for all native and
23518 cross versions of the debugger, there are some exceptions. This chapter
23519 describes things that are only available in certain configurations.
23520
23521 There are three major categories of configurations: native
23522 configurations, where the host and target are the same, embedded
23523 operating system configurations, which are usually the same for several
23524 different processor architectures, and bare embedded processors, which
23525 are quite different from each other.
23526
23527 @menu
23528 * Native::
23529 * Embedded OS::
23530 * Embedded Processors::
23531 * Architectures::
23532 @end menu
23533
23534 @node Native
23535 @section Native
23536
23537 This section describes details specific to particular native
23538 configurations.
23539
23540 @menu
23541 * BSD libkvm Interface:: Debugging BSD kernel memory images
23542 * Process Information:: Process information
23543 * DJGPP Native:: Features specific to the DJGPP port
23544 * Cygwin Native:: Features specific to the Cygwin port
23545 * Hurd Native:: Features specific to @sc{gnu} Hurd
23546 * Darwin:: Features specific to Darwin
23547 * FreeBSD:: Features specific to FreeBSD
23548 @end menu
23549
23550 @node BSD libkvm Interface
23551 @subsection BSD libkvm Interface
23552
23553 @cindex libkvm
23554 @cindex kernel memory image
23555 @cindex kernel crash dump
23556
23557 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
23558 interface that provides a uniform interface for accessing kernel virtual
23559 memory images, including live systems and crash dumps. @value{GDBN}
23560 uses this interface to allow you to debug live kernels and kernel crash
23561 dumps on many native BSD configurations. This is implemented as a
23562 special @code{kvm} debugging target. For debugging a live system, load
23563 the currently running kernel into @value{GDBN} and connect to the
23564 @code{kvm} target:
23565
23566 @smallexample
23567 (@value{GDBP}) @b{target kvm}
23568 @end smallexample
23569
23570 For debugging crash dumps, provide the file name of the crash dump as an
23571 argument:
23572
23573 @smallexample
23574 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
23575 @end smallexample
23576
23577 Once connected to the @code{kvm} target, the following commands are
23578 available:
23579
23580 @table @code
23581 @kindex kvm
23582 @item kvm pcb
23583 Set current context from the @dfn{Process Control Block} (PCB) address.
23584
23585 @item kvm proc
23586 Set current context from proc address. This command isn't available on
23587 modern FreeBSD systems.
23588 @end table
23589
23590 @node Process Information
23591 @subsection Process Information
23592 @cindex /proc
23593 @cindex examine process image
23594 @cindex process info via @file{/proc}
23595
23596 Some operating systems provide interfaces to fetch additional
23597 information about running processes beyond memory and per-thread
23598 register state. If @value{GDBN} is configured for an operating system
23599 with a supported interface, the command @code{info proc} is available
23600 to report information about the process running your program, or about
23601 any process running on your system.
23602
23603 One supported interface is a facility called @samp{/proc} that can be
23604 used to examine the image of a running process using file-system
23605 subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
23606 systems.
23607
23608 On FreeBSD and NetBSD systems, system control nodes are used to query
23609 process information.
23610
23611 In addition, some systems may provide additional process information
23612 in core files. Note that a core file may include a subset of the
23613 information available from a live process. Process information is
23614 currently available from cores created on @sc{gnu}/Linux and FreeBSD
23615 systems.
23616
23617 @table @code
23618 @kindex info proc
23619 @cindex process ID
23620 @item info proc
23621 @itemx info proc @var{process-id}
23622 Summarize available information about a process. If a
23623 process ID is specified by @var{process-id}, display information about
23624 that process; otherwise display information about the program being
23625 debugged. The summary includes the debugged process ID, the command
23626 line used to invoke it, its current working directory, and its
23627 executable file's absolute file name.
23628
23629 On some systems, @var{process-id} can be of the form
23630 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
23631 within a process. If the optional @var{pid} part is missing, it means
23632 a thread from the process being debugged (the leading @samp{/} still
23633 needs to be present, or else @value{GDBN} will interpret the number as
23634 a process ID rather than a thread ID).
23635
23636 @item info proc cmdline
23637 @cindex info proc cmdline
23638 Show the original command line of the process. This command is
23639 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
23640
23641 @item info proc cwd
23642 @cindex info proc cwd
23643 Show the current working directory of the process. This command is
23644 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
23645
23646 @item info proc exe
23647 @cindex info proc exe
23648 Show the name of executable of the process. This command is supported
23649 on @sc{gnu}/Linux, FreeBSD and NetBSD.
23650
23651 @item info proc files
23652 @cindex info proc files
23653 Show the file descriptors open by the process. For each open file
23654 descriptor, @value{GDBN} shows its number, type (file, directory,
23655 character device, socket), file pointer offset, and the name of the
23656 resource open on the descriptor. The resource name can be a file name
23657 (for files, directories, and devices) or a protocol followed by socket
23658 address (for network connections). This command is supported on
23659 FreeBSD.
23660
23661 This example shows the open file descriptors for a process using a
23662 tty for standard input and output as well as two network sockets:
23663
23664 @smallexample
23665 (gdb) info proc files 22136
23666 process 22136
23667 Open files:
23668
23669 FD Type Offset Flags Name
23670 text file - r-------- /usr/bin/ssh
23671 ctty chr - rw------- /dev/pts/20
23672 cwd dir - r-------- /usr/home/john
23673 root dir - r-------- /
23674 0 chr 0x32933a4 rw------- /dev/pts/20
23675 1 chr 0x32933a4 rw------- /dev/pts/20
23676 2 chr 0x32933a4 rw------- /dev/pts/20
23677 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
23678 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
23679 @end smallexample
23680
23681 @item info proc mappings
23682 @cindex memory address space mappings
23683 Report the memory address space ranges accessible in a process. On
23684 Solaris, FreeBSD and NetBSD systems, each memory range includes information
23685 on whether the process has read, write, or execute access rights to each
23686 range. On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
23687 includes the object file which is mapped to that range.
23688
23689 @item info proc stat
23690 @itemx info proc status
23691 @cindex process detailed status information
23692 Show additional process-related information, including the user ID and
23693 group ID; virtual memory usage; the signals that are pending, blocked,
23694 and ignored; its TTY; its consumption of system and user time; its
23695 stack size; its @samp{nice} value; etc. These commands are supported
23696 on @sc{gnu}/Linux, FreeBSD and NetBSD.
23697
23698 For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
23699 information (type @kbd{man 5 proc} from your shell prompt).
23700
23701 For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
23702 @code{info proc status}.
23703
23704 @item info proc all
23705 Show all the information about the process described under all of the
23706 above @code{info proc} subcommands.
23707
23708 @ignore
23709 @comment These sub-options of 'info proc' were not included when
23710 @comment procfs.c was re-written. Keep their descriptions around
23711 @comment against the day when someone finds the time to put them back in.
23712 @kindex info proc times
23713 @item info proc times
23714 Starting time, user CPU time, and system CPU time for your program and
23715 its children.
23716
23717 @kindex info proc id
23718 @item info proc id
23719 Report on the process IDs related to your program: its own process ID,
23720 the ID of its parent, the process group ID, and the session ID.
23721 @end ignore
23722
23723 @item set procfs-trace
23724 @kindex set procfs-trace
23725 @cindex @code{procfs} API calls
23726 This command enables and disables tracing of @code{procfs} API calls.
23727
23728 @item show procfs-trace
23729 @kindex show procfs-trace
23730 Show the current state of @code{procfs} API call tracing.
23731
23732 @item set procfs-file @var{file}
23733 @kindex set procfs-file
23734 Tell @value{GDBN} to write @code{procfs} API trace to the named
23735 @var{file}. @value{GDBN} appends the trace info to the previous
23736 contents of the file. The default is to display the trace on the
23737 standard output.
23738
23739 @item show procfs-file
23740 @kindex show procfs-file
23741 Show the file to which @code{procfs} API trace is written.
23742
23743 @item proc-trace-entry
23744 @itemx proc-trace-exit
23745 @itemx proc-untrace-entry
23746 @itemx proc-untrace-exit
23747 @kindex proc-trace-entry
23748 @kindex proc-trace-exit
23749 @kindex proc-untrace-entry
23750 @kindex proc-untrace-exit
23751 These commands enable and disable tracing of entries into and exits
23752 from the @code{syscall} interface.
23753
23754 @item info pidlist
23755 @kindex info pidlist
23756 @cindex process list, QNX Neutrino
23757 For QNX Neutrino only, this command displays the list of all the
23758 processes and all the threads within each process.
23759
23760 @item info meminfo
23761 @kindex info meminfo
23762 @cindex mapinfo list, QNX Neutrino
23763 For QNX Neutrino only, this command displays the list of all mapinfos.
23764 @end table
23765
23766 @node DJGPP Native
23767 @subsection Features for Debugging @sc{djgpp} Programs
23768 @cindex @sc{djgpp} debugging
23769 @cindex native @sc{djgpp} debugging
23770 @cindex MS-DOS-specific commands
23771
23772 @cindex DPMI
23773 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
23774 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
23775 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
23776 top of real-mode DOS systems and their emulations.
23777
23778 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
23779 defines a few commands specific to the @sc{djgpp} port. This
23780 subsection describes those commands.
23781
23782 @table @code
23783 @kindex info dos
23784 @item info dos
23785 This is a prefix of @sc{djgpp}-specific commands which print
23786 information about the target system and important OS structures.
23787
23788 @kindex sysinfo
23789 @cindex MS-DOS system info
23790 @cindex free memory information (MS-DOS)
23791 @item info dos sysinfo
23792 This command displays assorted information about the underlying
23793 platform: the CPU type and features, the OS version and flavor, the
23794 DPMI version, and the available conventional and DPMI memory.
23795
23796 @cindex GDT
23797 @cindex LDT
23798 @cindex IDT
23799 @cindex segment descriptor tables
23800 @cindex descriptor tables display
23801 @item info dos gdt
23802 @itemx info dos ldt
23803 @itemx info dos idt
23804 These 3 commands display entries from, respectively, Global, Local,
23805 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
23806 tables are data structures which store a descriptor for each segment
23807 that is currently in use. The segment's selector is an index into a
23808 descriptor table; the table entry for that index holds the
23809 descriptor's base address and limit, and its attributes and access
23810 rights.
23811
23812 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
23813 segment (used for both data and the stack), and a DOS segment (which
23814 allows access to DOS/BIOS data structures and absolute addresses in
23815 conventional memory). However, the DPMI host will usually define
23816 additional segments in order to support the DPMI environment.
23817
23818 @cindex garbled pointers
23819 These commands allow to display entries from the descriptor tables.
23820 Without an argument, all entries from the specified table are
23821 displayed. An argument, which should be an integer expression, means
23822 display a single entry whose index is given by the argument. For
23823 example, here's a convenient way to display information about the
23824 debugged program's data segment:
23825
23826 @smallexample
23827 @exdent @code{(@value{GDBP}) info dos ldt $ds}
23828 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
23829 @end smallexample
23830
23831 @noindent
23832 This comes in handy when you want to see whether a pointer is outside
23833 the data segment's limit (i.e.@: @dfn{garbled}).
23834
23835 @cindex page tables display (MS-DOS)
23836 @item info dos pde
23837 @itemx info dos pte
23838 These two commands display entries from, respectively, the Page
23839 Directory and the Page Tables. Page Directories and Page Tables are
23840 data structures which control how virtual memory addresses are mapped
23841 into physical addresses. A Page Table includes an entry for every
23842 page of memory that is mapped into the program's address space; there
23843 may be several Page Tables, each one holding up to 4096 entries. A
23844 Page Directory has up to 4096 entries, one each for every Page Table
23845 that is currently in use.
23846
23847 Without an argument, @kbd{info dos pde} displays the entire Page
23848 Directory, and @kbd{info dos pte} displays all the entries in all of
23849 the Page Tables. An argument, an integer expression, given to the
23850 @kbd{info dos pde} command means display only that entry from the Page
23851 Directory table. An argument given to the @kbd{info dos pte} command
23852 means display entries from a single Page Table, the one pointed to by
23853 the specified entry in the Page Directory.
23854
23855 @cindex direct memory access (DMA) on MS-DOS
23856 These commands are useful when your program uses @dfn{DMA} (Direct
23857 Memory Access), which needs physical addresses to program the DMA
23858 controller.
23859
23860 These commands are supported only with some DPMI servers.
23861
23862 @cindex physical address from linear address
23863 @item info dos address-pte @var{addr}
23864 This command displays the Page Table entry for a specified linear
23865 address. The argument @var{addr} is a linear address which should
23866 already have the appropriate segment's base address added to it,
23867 because this command accepts addresses which may belong to @emph{any}
23868 segment. For example, here's how to display the Page Table entry for
23869 the page where a variable @code{i} is stored:
23870
23871 @smallexample
23872 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
23873 @exdent @code{Page Table entry for address 0x11a00d30:}
23874 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
23875 @end smallexample
23876
23877 @noindent
23878 This says that @code{i} is stored at offset @code{0xd30} from the page
23879 whose physical base address is @code{0x02698000}, and shows all the
23880 attributes of that page.
23881
23882 Note that you must cast the addresses of variables to a @code{char *},
23883 since otherwise the value of @code{__djgpp_base_address}, the base
23884 address of all variables and functions in a @sc{djgpp} program, will
23885 be added using the rules of C pointer arithmetics: if @code{i} is
23886 declared an @code{int}, @value{GDBN} will add 4 times the value of
23887 @code{__djgpp_base_address} to the address of @code{i}.
23888
23889 Here's another example, it displays the Page Table entry for the
23890 transfer buffer:
23891
23892 @smallexample
23893 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
23894 @exdent @code{Page Table entry for address 0x29110:}
23895 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
23896 @end smallexample
23897
23898 @noindent
23899 (The @code{+ 3} offset is because the transfer buffer's address is the
23900 3rd member of the @code{_go32_info_block} structure.) The output
23901 clearly shows that this DPMI server maps the addresses in conventional
23902 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
23903 linear (@code{0x29110}) addresses are identical.
23904
23905 This command is supported only with some DPMI servers.
23906 @end table
23907
23908 @cindex DOS serial data link, remote debugging
23909 In addition to native debugging, the DJGPP port supports remote
23910 debugging via a serial data link. The following commands are specific
23911 to remote serial debugging in the DJGPP port of @value{GDBN}.
23912
23913 @table @code
23914 @kindex set com1base
23915 @kindex set com1irq
23916 @kindex set com2base
23917 @kindex set com2irq
23918 @kindex set com3base
23919 @kindex set com3irq
23920 @kindex set com4base
23921 @kindex set com4irq
23922 @item set com1base @var{addr}
23923 This command sets the base I/O port address of the @file{COM1} serial
23924 port.
23925
23926 @item set com1irq @var{irq}
23927 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
23928 for the @file{COM1} serial port.
23929
23930 There are similar commands @samp{set com2base}, @samp{set com3irq},
23931 etc.@: for setting the port address and the @code{IRQ} lines for the
23932 other 3 COM ports.
23933
23934 @kindex show com1base
23935 @kindex show com1irq
23936 @kindex show com2base
23937 @kindex show com2irq
23938 @kindex show com3base
23939 @kindex show com3irq
23940 @kindex show com4base
23941 @kindex show com4irq
23942 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
23943 display the current settings of the base address and the @code{IRQ}
23944 lines used by the COM ports.
23945
23946 @item info serial
23947 @kindex info serial
23948 @cindex DOS serial port status
23949 This command prints the status of the 4 DOS serial ports. For each
23950 port, it prints whether it's active or not, its I/O base address and
23951 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
23952 counts of various errors encountered so far.
23953 @end table
23954
23955
23956 @node Cygwin Native
23957 @subsection Features for Debugging MS Windows PE Executables
23958 @cindex MS Windows debugging
23959 @cindex native Cygwin debugging
23960 @cindex Cygwin-specific commands
23961
23962 @value{GDBN} supports native debugging of MS Windows programs, including
23963 DLLs with and without symbolic debugging information.
23964
23965 @cindex Ctrl-BREAK, MS-Windows
23966 @cindex interrupt debuggee on MS-Windows
23967 MS-Windows programs that call @code{SetConsoleMode} to switch off the
23968 special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
23969 by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
23970 supports @kbd{C-@key{BREAK}} as an alternative interrupt key
23971 sequence, which can be used to interrupt the debuggee even if it
23972 ignores @kbd{C-c}.
23973
23974 There are various additional Cygwin-specific commands, described in
23975 this section. Working with DLLs that have no debugging symbols is
23976 described in @ref{Non-debug DLL Symbols}.
23977
23978 @table @code
23979 @kindex info w32
23980 @item info w32
23981 This is a prefix of MS Windows-specific commands which print
23982 information about the target system and important OS structures.
23983
23984 @item info w32 selector
23985 This command displays information returned by
23986 the Win32 API @code{GetThreadSelectorEntry} function.
23987 It takes an optional argument that is evaluated to
23988 a long value to give the information about this given selector.
23989 Without argument, this command displays information
23990 about the six segment registers.
23991
23992 @item info w32 thread-information-block
23993 This command displays thread specific information stored in the
23994 Thread Information Block (readable on the X86 CPU family using @code{$fs}
23995 selector for 32-bit programs and @code{$gs} for 64-bit programs).
23996
23997 @kindex signal-event
23998 @item signal-event @var{id}
23999 This command signals an event with user-provided @var{id}. Used to resume
24000 crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
24001
24002 To use it, create or edit the following keys in
24003 @code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
24004 @code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
24005 (for x86_64 versions):
24006
24007 @itemize @minus
24008 @item
24009 @code{Debugger} (REG_SZ) --- a command to launch the debugger.
24010 Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
24011 "attach %ld" -ex "signal-event %ld" -ex "continue"}.
24012
24013 The first @code{%ld} will be replaced by the process ID of the
24014 crashing process, the second @code{%ld} will be replaced by the ID of
24015 the event that blocks the crashing process, waiting for @value{GDBN}
24016 to attach.
24017
24018 @item
24019 @code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
24020 make the system run debugger specified by the Debugger key
24021 automatically, @code{0} will cause a dialog box with ``OK'' and
24022 ``Cancel'' buttons to appear, which allows the user to either
24023 terminate the crashing process (OK) or debug it (Cancel).
24024 @end itemize
24025
24026 @kindex set cygwin-exceptions
24027 @cindex debugging the Cygwin DLL
24028 @cindex Cygwin DLL, debugging
24029 @item set cygwin-exceptions @var{mode}
24030 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
24031 happen inside the Cygwin DLL. If @var{mode} is @code{off},
24032 @value{GDBN} will delay recognition of exceptions, and may ignore some
24033 exceptions which seem to be caused by internal Cygwin DLL
24034 ``bookkeeping''. This option is meant primarily for debugging the
24035 Cygwin DLL itself; the default value is @code{off} to avoid annoying
24036 @value{GDBN} users with false @code{SIGSEGV} signals.
24037
24038 @kindex show cygwin-exceptions
24039 @item show cygwin-exceptions
24040 Displays whether @value{GDBN} will break on exceptions that happen
24041 inside the Cygwin DLL itself.
24042
24043 @kindex set new-console
24044 @item set new-console @var{mode}
24045 If @var{mode} is @code{on} the debuggee will
24046 be started in a new console on next start.
24047 If @var{mode} is @code{off}, the debuggee will
24048 be started in the same console as the debugger.
24049
24050 @kindex show new-console
24051 @item show new-console
24052 Displays whether a new console is used
24053 when the debuggee is started.
24054
24055 @kindex set new-group
24056 @item set new-group @var{mode}
24057 This boolean value controls whether the debuggee should
24058 start a new group or stay in the same group as the debugger.
24059 This affects the way the Windows OS handles
24060 @samp{Ctrl-C}.
24061
24062 @kindex show new-group
24063 @item show new-group
24064 Displays current value of new-group boolean.
24065
24066 @kindex set debugevents
24067 @item set debugevents
24068 This boolean value adds debug output concerning kernel events related
24069 to the debuggee seen by the debugger. This includes events that
24070 signal thread and process creation and exit, DLL loading and
24071 unloading, console interrupts, and debugging messages produced by the
24072 Windows @code{OutputDebugString} API call.
24073
24074 @kindex set debugexec
24075 @item set debugexec
24076 This boolean value adds debug output concerning execute events
24077 (such as resume thread) seen by the debugger.
24078
24079 @kindex set debugexceptions
24080 @item set debugexceptions
24081 This boolean value adds debug output concerning exceptions in the
24082 debuggee seen by the debugger.
24083
24084 @kindex set debugmemory
24085 @item set debugmemory
24086 This boolean value adds debug output concerning debuggee memory reads
24087 and writes by the debugger.
24088
24089 @kindex set shell
24090 @item set shell
24091 This boolean values specifies whether the debuggee is called
24092 via a shell or directly (default value is on).
24093
24094 @kindex show shell
24095 @item show shell
24096 Displays if the debuggee will be started with a shell.
24097
24098 @end table
24099
24100 @menu
24101 * Non-debug DLL Symbols:: Support for DLLs without debugging symbols
24102 @end menu
24103
24104 @node Non-debug DLL Symbols
24105 @subsubsection Support for DLLs without Debugging Symbols
24106 @cindex DLLs with no debugging symbols
24107 @cindex Minimal symbols and DLLs
24108
24109 Very often on windows, some of the DLLs that your program relies on do
24110 not include symbolic debugging information (for example,
24111 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
24112 symbols in a DLL, it relies on the minimal amount of symbolic
24113 information contained in the DLL's export table. This section
24114 describes working with such symbols, known internally to @value{GDBN} as
24115 ``minimal symbols''.
24116
24117 Note that before the debugged program has started execution, no DLLs
24118 will have been loaded. The easiest way around this problem is simply to
24119 start the program --- either by setting a breakpoint or letting the
24120 program run once to completion.
24121
24122 @subsubsection DLL Name Prefixes
24123
24124 In keeping with the naming conventions used by the Microsoft debugging
24125 tools, DLL export symbols are made available with a prefix based on the
24126 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24127 also entered into the symbol table, so @code{CreateFileA} is often
24128 sufficient. In some cases there will be name clashes within a program
24129 (particularly if the executable itself includes full debugging symbols)
24130 necessitating the use of the fully qualified name when referring to the
24131 contents of the DLL. Use single-quotes around the name to avoid the
24132 exclamation mark (``!'') being interpreted as a language operator.
24133
24134 Note that the internal name of the DLL may be all upper-case, even
24135 though the file name of the DLL is lower-case, or vice-versa. Since
24136 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24137 some confusion. If in doubt, try the @code{info functions} and
24138 @code{info variables} commands or even @code{maint print msymbols}
24139 (@pxref{Symbols}). Here's an example:
24140
24141 @smallexample
24142 (@value{GDBP}) info function CreateFileA
24143 All functions matching regular expression "CreateFileA":
24144
24145 Non-debugging symbols:
24146 0x77e885f4 CreateFileA
24147 0x77e885f4 KERNEL32!CreateFileA
24148 @end smallexample
24149
24150 @smallexample
24151 (@value{GDBP}) info function !
24152 All functions matching regular expression "!":
24153
24154 Non-debugging symbols:
24155 0x6100114c cygwin1!__assert
24156 0x61004034 cygwin1!_dll_crt0@@0
24157 0x61004240 cygwin1!dll_crt0(per_process *)
24158 [etc...]
24159 @end smallexample
24160
24161 @subsubsection Working with Minimal Symbols
24162
24163 Symbols extracted from a DLL's export table do not contain very much
24164 type information. All that @value{GDBN} can do is guess whether a symbol
24165 refers to a function or variable depending on the linker section that
24166 contains the symbol. Also note that the actual contents of the memory
24167 contained in a DLL are not available unless the program is running. This
24168 means that you cannot examine the contents of a variable or disassemble
24169 a function within a DLL without a running program.
24170
24171 Variables are generally treated as pointers and dereferenced
24172 automatically. For this reason, it is often necessary to prefix a
24173 variable name with the address-of operator (``&'') and provide explicit
24174 type information in the command. Here's an example of the type of
24175 problem:
24176
24177 @smallexample
24178 (@value{GDBP}) print 'cygwin1!__argv'
24179 'cygwin1!__argv' has unknown type; cast it to its declared type
24180 @end smallexample
24181
24182 @smallexample
24183 (@value{GDBP}) x 'cygwin1!__argv'
24184 'cygwin1!__argv' has unknown type; cast it to its declared type
24185 @end smallexample
24186
24187 And two possible solutions:
24188
24189 @smallexample
24190 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
24191 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
24192 @end smallexample
24193
24194 @smallexample
24195 (@value{GDBP}) x/2x &'cygwin1!__argv'
24196 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
24197 (@value{GDBP}) x/x 0x10021608
24198 0x10021608: 0x0022fd98
24199 (@value{GDBP}) x/s 0x0022fd98
24200 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
24201 @end smallexample
24202
24203 Setting a break point within a DLL is possible even before the program
24204 starts execution. However, under these circumstances, @value{GDBN} can't
24205 examine the initial instructions of the function in order to skip the
24206 function's frame set-up code. You can work around this by using ``*&''
24207 to set the breakpoint at a raw memory address:
24208
24209 @smallexample
24210 (@value{GDBP}) break *&'python22!PyOS_Readline'
24211 Breakpoint 1 at 0x1e04eff0
24212 @end smallexample
24213
24214 The author of these extensions is not entirely convinced that setting a
24215 break point within a shared DLL like @file{kernel32.dll} is completely
24216 safe.
24217
24218 @node Hurd Native
24219 @subsection Commands Specific to @sc{gnu} Hurd Systems
24220 @cindex @sc{gnu} Hurd debugging
24221
24222 This subsection describes @value{GDBN} commands specific to the
24223 @sc{gnu} Hurd native debugging.
24224
24225 @table @code
24226 @item set signals
24227 @itemx set sigs
24228 @kindex set signals@r{, Hurd command}
24229 @kindex set sigs@r{, Hurd command}
24230 This command toggles the state of inferior signal interception by
24231 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
24232 affected by this command. @code{sigs} is a shorthand alias for
24233 @code{signals}.
24234
24235 @item show signals
24236 @itemx show sigs
24237 @kindex show signals@r{, Hurd command}
24238 @kindex show sigs@r{, Hurd command}
24239 Show the current state of intercepting inferior's signals.
24240
24241 @item set signal-thread
24242 @itemx set sigthread
24243 @kindex set signal-thread
24244 @kindex set sigthread
24245 This command tells @value{GDBN} which thread is the @code{libc} signal
24246 thread. That thread is run when a signal is delivered to a running
24247 process. @code{set sigthread} is the shorthand alias of @code{set
24248 signal-thread}.
24249
24250 @item show signal-thread
24251 @itemx show sigthread
24252 @kindex show signal-thread
24253 @kindex show sigthread
24254 These two commands show which thread will run when the inferior is
24255 delivered a signal.
24256
24257 @item set stopped
24258 @kindex set stopped@r{, Hurd command}
24259 This commands tells @value{GDBN} that the inferior process is stopped,
24260 as with the @code{SIGSTOP} signal. The stopped process can be
24261 continued by delivering a signal to it.
24262
24263 @item show stopped
24264 @kindex show stopped@r{, Hurd command}
24265 This command shows whether @value{GDBN} thinks the debuggee is
24266 stopped.
24267
24268 @item set exceptions
24269 @kindex set exceptions@r{, Hurd command}
24270 Use this command to turn off trapping of exceptions in the inferior.
24271 When exception trapping is off, neither breakpoints nor
24272 single-stepping will work. To restore the default, set exception
24273 trapping on.
24274
24275 @item show exceptions
24276 @kindex show exceptions@r{, Hurd command}
24277 Show the current state of trapping exceptions in the inferior.
24278
24279 @item set task pause
24280 @kindex set task@r{, Hurd commands}
24281 @cindex task attributes (@sc{gnu} Hurd)
24282 @cindex pause current task (@sc{gnu} Hurd)
24283 This command toggles task suspension when @value{GDBN} has control.
24284 Setting it to on takes effect immediately, and the task is suspended
24285 whenever @value{GDBN} gets control. Setting it to off will take
24286 effect the next time the inferior is continued. If this option is set
24287 to off, you can use @code{set thread default pause on} or @code{set
24288 thread pause on} (see below) to pause individual threads.
24289
24290 @item show task pause
24291 @kindex show task@r{, Hurd commands}
24292 Show the current state of task suspension.
24293
24294 @item set task detach-suspend-count
24295 @cindex task suspend count
24296 @cindex detach from task, @sc{gnu} Hurd
24297 This command sets the suspend count the task will be left with when
24298 @value{GDBN} detaches from it.
24299
24300 @item show task detach-suspend-count
24301 Show the suspend count the task will be left with when detaching.
24302
24303 @item set task exception-port
24304 @itemx set task excp
24305 @cindex task exception port, @sc{gnu} Hurd
24306 This command sets the task exception port to which @value{GDBN} will
24307 forward exceptions. The argument should be the value of the @dfn{send
24308 rights} of the task. @code{set task excp} is a shorthand alias.
24309
24310 @item set noninvasive
24311 @cindex noninvasive task options
24312 This command switches @value{GDBN} to a mode that is the least
24313 invasive as far as interfering with the inferior is concerned. This
24314 is the same as using @code{set task pause}, @code{set exceptions}, and
24315 @code{set signals} to values opposite to the defaults.
24316
24317 @item info send-rights
24318 @itemx info receive-rights
24319 @itemx info port-rights
24320 @itemx info port-sets
24321 @itemx info dead-names
24322 @itemx info ports
24323 @itemx info psets
24324 @cindex send rights, @sc{gnu} Hurd
24325 @cindex receive rights, @sc{gnu} Hurd
24326 @cindex port rights, @sc{gnu} Hurd
24327 @cindex port sets, @sc{gnu} Hurd
24328 @cindex dead names, @sc{gnu} Hurd
24329 These commands display information about, respectively, send rights,
24330 receive rights, port rights, port sets, and dead names of a task.
24331 There are also shorthand aliases: @code{info ports} for @code{info
24332 port-rights} and @code{info psets} for @code{info port-sets}.
24333
24334 @item set thread pause
24335 @kindex set thread@r{, Hurd command}
24336 @cindex thread properties, @sc{gnu} Hurd
24337 @cindex pause current thread (@sc{gnu} Hurd)
24338 This command toggles current thread suspension when @value{GDBN} has
24339 control. Setting it to on takes effect immediately, and the current
24340 thread is suspended whenever @value{GDBN} gets control. Setting it to
24341 off will take effect the next time the inferior is continued.
24342 Normally, this command has no effect, since when @value{GDBN} has
24343 control, the whole task is suspended. However, if you used @code{set
24344 task pause off} (see above), this command comes in handy to suspend
24345 only the current thread.
24346
24347 @item show thread pause
24348 @kindex show thread@r{, Hurd command}
24349 This command shows the state of current thread suspension.
24350
24351 @item set thread run
24352 This command sets whether the current thread is allowed to run.
24353
24354 @item show thread run
24355 Show whether the current thread is allowed to run.
24356
24357 @item set thread detach-suspend-count
24358 @cindex thread suspend count, @sc{gnu} Hurd
24359 @cindex detach from thread, @sc{gnu} Hurd
24360 This command sets the suspend count @value{GDBN} will leave on a
24361 thread when detaching. This number is relative to the suspend count
24362 found by @value{GDBN} when it notices the thread; use @code{set thread
24363 takeover-suspend-count} to force it to an absolute value.
24364
24365 @item show thread detach-suspend-count
24366 Show the suspend count @value{GDBN} will leave on the thread when
24367 detaching.
24368
24369 @item set thread exception-port
24370 @itemx set thread excp
24371 Set the thread exception port to which to forward exceptions. This
24372 overrides the port set by @code{set task exception-port} (see above).
24373 @code{set thread excp} is the shorthand alias.
24374
24375 @item set thread takeover-suspend-count
24376 Normally, @value{GDBN}'s thread suspend counts are relative to the
24377 value @value{GDBN} finds when it notices each thread. This command
24378 changes the suspend counts to be absolute instead.
24379
24380 @item set thread default
24381 @itemx show thread default
24382 @cindex thread default settings, @sc{gnu} Hurd
24383 Each of the above @code{set thread} commands has a @code{set thread
24384 default} counterpart (e.g., @code{set thread default pause}, @code{set
24385 thread default exception-port}, etc.). The @code{thread default}
24386 variety of commands sets the default thread properties for all
24387 threads; you can then change the properties of individual threads with
24388 the non-default commands.
24389 @end table
24390
24391 @node Darwin
24392 @subsection Darwin
24393 @cindex Darwin
24394
24395 @value{GDBN} provides the following commands specific to the Darwin target:
24396
24397 @table @code
24398 @item set debug darwin @var{num}
24399 @kindex set debug darwin
24400 When set to a non zero value, enables debugging messages specific to
24401 the Darwin support. Higher values produce more verbose output.
24402
24403 @item show debug darwin
24404 @kindex show debug darwin
24405 Show the current state of Darwin messages.
24406
24407 @item set debug mach-o @var{num}
24408 @kindex set debug mach-o
24409 When set to a non zero value, enables debugging messages while
24410 @value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
24411 file format used on Darwin for object and executable files.) Higher
24412 values produce more verbose output. This is a command to diagnose
24413 problems internal to @value{GDBN} and should not be needed in normal
24414 usage.
24415
24416 @item show debug mach-o
24417 @kindex show debug mach-o
24418 Show the current state of Mach-O file messages.
24419
24420 @item set mach-exceptions on
24421 @itemx set mach-exceptions off
24422 @kindex set mach-exceptions
24423 On Darwin, faults are first reported as a Mach exception and are then
24424 mapped to a Posix signal. Use this command to turn on trapping of
24425 Mach exceptions in the inferior. This might be sometimes useful to
24426 better understand the cause of a fault. The default is off.
24427
24428 @item show mach-exceptions
24429 @kindex show mach-exceptions
24430 Show the current state of exceptions trapping.
24431 @end table
24432
24433 @node FreeBSD
24434 @subsection FreeBSD
24435 @cindex FreeBSD
24436
24437 When the ABI of a system call is changed in the FreeBSD kernel, this
24438 is implemented by leaving a compatibility system call using the old
24439 ABI at the existing number and allocating a new system call number for
24440 the version using the new ABI. As a convenience, when a system call
24441 is caught by name (@pxref{catch syscall}), compatibility system calls
24442 are also caught.
24443
24444 For example, FreeBSD 12 introduced a new variant of the @code{kevent}
24445 system call and catching the @code{kevent} system call by name catches
24446 both variants:
24447
24448 @smallexample
24449 (@value{GDBP}) catch syscall kevent
24450 Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
24451 (@value{GDBP})
24452 @end smallexample
24453
24454
24455 @node Embedded OS
24456 @section Embedded Operating Systems
24457
24458 This section describes configurations involving the debugging of
24459 embedded operating systems that are available for several different
24460 architectures.
24461
24462 @value{GDBN} includes the ability to debug programs running on
24463 various real-time operating systems.
24464
24465 @node Embedded Processors
24466 @section Embedded Processors
24467
24468 This section goes into details specific to particular embedded
24469 configurations.
24470
24471 @cindex send command to simulator
24472 Whenever a specific embedded processor has a simulator, @value{GDBN}
24473 allows to send an arbitrary command to the simulator.
24474
24475 @table @code
24476 @item sim @var{command}
24477 @kindex sim@r{, a command}
24478 Send an arbitrary @var{command} string to the simulator. Consult the
24479 documentation for the specific simulator in use for information about
24480 acceptable commands.
24481 @end table
24482
24483
24484 @menu
24485 * ARC:: Synopsys ARC
24486 * ARM:: ARM
24487 * BPF:: eBPF
24488 * M68K:: Motorola M68K
24489 * MicroBlaze:: Xilinx MicroBlaze
24490 * MIPS Embedded:: MIPS Embedded
24491 * OpenRISC 1000:: OpenRISC 1000 (or1k)
24492 * PowerPC Embedded:: PowerPC Embedded
24493 * AVR:: Atmel AVR
24494 * CRIS:: CRIS
24495 * Super-H:: Renesas Super-H
24496 @end menu
24497
24498 @node ARC
24499 @subsection Synopsys ARC
24500 @cindex Synopsys ARC
24501 @cindex ARC specific commands
24502 @cindex ARC600
24503 @cindex ARC700
24504 @cindex ARC EM
24505 @cindex ARC HS
24506
24507 @value{GDBN} provides the following ARC-specific commands:
24508
24509 @table @code
24510 @item set debug arc
24511 @kindex set debug arc
24512 Control the level of ARC specific debug messages. Use 0 for no messages (the
24513 default), 1 for debug messages, and 2 for even more debug messages.
24514
24515 @item show debug arc
24516 @kindex show debug arc
24517 Show the level of ARC specific debugging in operation.
24518
24519 @item maint print arc arc-instruction @var{address}
24520 @kindex maint print arc arc-instruction
24521 Print internal disassembler information about instruction at a given address.
24522
24523 @end table
24524
24525 @node ARM
24526 @subsection ARM
24527
24528 @value{GDBN} provides the following ARM-specific commands:
24529
24530 @table @code
24531 @item set arm disassembler
24532 @kindex set arm
24533 This commands selects from a list of disassembly styles. The
24534 @code{"std"} style is the standard style.
24535
24536 @item show arm disassembler
24537 @kindex show arm
24538 Show the current disassembly style.
24539
24540 @item set arm apcs32
24541 @cindex ARM 32-bit mode
24542 This command toggles ARM operation mode between 32-bit and 26-bit.
24543
24544 @item show arm apcs32
24545 Display the current usage of the ARM 32-bit mode.
24546
24547 @item set arm fpu @var{fputype}
24548 This command sets the ARM floating-point unit (FPU) type. The
24549 argument @var{fputype} can be one of these:
24550
24551 @table @code
24552 @item auto
24553 Determine the FPU type by querying the OS ABI.
24554 @item softfpa
24555 Software FPU, with mixed-endian doubles on little-endian ARM
24556 processors.
24557 @item fpa
24558 GCC-compiled FPA co-processor.
24559 @item softvfp
24560 Software FPU with pure-endian doubles.
24561 @item vfp
24562 VFP co-processor.
24563 @end table
24564
24565 @item show arm fpu
24566 Show the current type of the FPU.
24567
24568 @item set arm abi
24569 This command forces @value{GDBN} to use the specified ABI.
24570
24571 @item show arm abi
24572 Show the currently used ABI.
24573
24574 @item set arm fallback-mode (arm|thumb|auto)
24575 @value{GDBN} uses the symbol table, when available, to determine
24576 whether instructions are ARM or Thumb. This command controls
24577 @value{GDBN}'s default behavior when the symbol table is not
24578 available. The default is @samp{auto}, which causes @value{GDBN} to
24579 use the current execution mode (from the @code{T} bit in the @code{CPSR}
24580 register).
24581
24582 @item show arm fallback-mode
24583 Show the current fallback instruction mode.
24584
24585 @item set arm force-mode (arm|thumb|auto)
24586 This command overrides use of the symbol table to determine whether
24587 instructions are ARM or Thumb. The default is @samp{auto}, which
24588 causes @value{GDBN} to use the symbol table and then the setting
24589 of @samp{set arm fallback-mode}.
24590
24591 @item show arm force-mode
24592 Show the current forced instruction mode.
24593
24594 @item set debug arm
24595 Toggle whether to display ARM-specific debugging messages from the ARM
24596 target support subsystem.
24597
24598 @item show debug arm
24599 Show whether ARM-specific debugging messages are enabled.
24600 @end table
24601
24602 @table @code
24603 @item target sim @r{[}@var{simargs}@r{]} @dots{}
24604 The @value{GDBN} ARM simulator accepts the following optional arguments.
24605
24606 @table @code
24607 @item --swi-support=@var{type}
24608 Tell the simulator which SWI interfaces to support. The argument
24609 @var{type} may be a comma separated list of the following values.
24610 The default value is @code{all}.
24611
24612 @table @code
24613 @item none
24614 @item demon
24615 @item angel
24616 @item redboot
24617 @item all
24618 @end table
24619 @end table
24620 @end table
24621
24622 @node BPF
24623 @subsection BPF
24624
24625 @table @code
24626 @item target sim @r{[}@var{simargs}@r{]} @dots{}
24627 The @value{GDBN} BPF simulator accepts the following optional arguments.
24628
24629 @table @code
24630 @item --skb-data-offset=@var{offset}
24631 Tell the simulator the offset, measured in bytes, of the
24632 @code{skb_data} field in the kernel @code{struct sk_buff} structure.
24633 This offset is used by some BPF specific-purpose load/store
24634 instructions. Defaults to 0.
24635 @end table
24636 @end table
24637
24638 @node M68K
24639 @subsection M68k
24640
24641 The Motorola m68k configuration includes ColdFire support.
24642
24643 @node MicroBlaze
24644 @subsection MicroBlaze
24645 @cindex Xilinx MicroBlaze
24646 @cindex XMD, Xilinx Microprocessor Debugger
24647
24648 The MicroBlaze is a soft-core processor supported on various Xilinx
24649 FPGAs, such as Spartan or Virtex series. Boards with these processors
24650 usually have JTAG ports which connect to a host system running the Xilinx
24651 Embedded Development Kit (EDK) or Software Development Kit (SDK).
24652 This host system is used to download the configuration bitstream to
24653 the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
24654 communicates with the target board using the JTAG interface and
24655 presents a @code{gdbserver} interface to the board. By default
24656 @code{xmd} uses port @code{1234}. (While it is possible to change
24657 this default port, it requires the use of undocumented @code{xmd}
24658 commands. Contact Xilinx support if you need to do this.)
24659
24660 Use these GDB commands to connect to the MicroBlaze target processor.
24661
24662 @table @code
24663 @item target remote :1234
24664 Use this command to connect to the target if you are running @value{GDBN}
24665 on the same system as @code{xmd}.
24666
24667 @item target remote @var{xmd-host}:1234
24668 Use this command to connect to the target if it is connected to @code{xmd}
24669 running on a different system named @var{xmd-host}.
24670
24671 @item load
24672 Use this command to download a program to the MicroBlaze target.
24673
24674 @item set debug microblaze @var{n}
24675 Enable MicroBlaze-specific debugging messages if non-zero.
24676
24677 @item show debug microblaze @var{n}
24678 Show MicroBlaze-specific debugging level.
24679 @end table
24680
24681 @node MIPS Embedded
24682 @subsection @acronym{MIPS} Embedded
24683
24684 @noindent
24685 @value{GDBN} supports these special commands for @acronym{MIPS} targets:
24686
24687 @table @code
24688 @item set mipsfpu double
24689 @itemx set mipsfpu single
24690 @itemx set mipsfpu none
24691 @itemx set mipsfpu auto
24692 @itemx show mipsfpu
24693 @kindex set mipsfpu
24694 @kindex show mipsfpu
24695 @cindex @acronym{MIPS} remote floating point
24696 @cindex floating point, @acronym{MIPS} remote
24697 If your target board does not support the @acronym{MIPS} floating point
24698 coprocessor, you should use the command @samp{set mipsfpu none} (if you
24699 need this, you may wish to put the command in your @value{GDBN} init
24700 file). This tells @value{GDBN} how to find the return value of
24701 functions which return floating point values. It also allows
24702 @value{GDBN} to avoid saving the floating point registers when calling
24703 functions on the board. If you are using a floating point coprocessor
24704 with only single precision floating point support, as on the @sc{r4650}
24705 processor, use the command @samp{set mipsfpu single}. The default
24706 double precision floating point coprocessor may be selected using
24707 @samp{set mipsfpu double}.
24708
24709 In previous versions the only choices were double precision or no
24710 floating point, so @samp{set mipsfpu on} will select double precision
24711 and @samp{set mipsfpu off} will select no floating point.
24712
24713 As usual, you can inquire about the @code{mipsfpu} variable with
24714 @samp{show mipsfpu}.
24715 @end table
24716
24717 @node OpenRISC 1000
24718 @subsection OpenRISC 1000
24719 @cindex OpenRISC 1000
24720
24721 @noindent
24722 The OpenRISC 1000 provides a free RISC instruction set architecture. It is
24723 mainly provided as a soft-core which can run on Xilinx, Altera and other
24724 FPGA's.
24725
24726 @value{GDBN} for OpenRISC supports the below commands when connecting to
24727 a target:
24728
24729 @table @code
24730
24731 @kindex target sim
24732 @item target sim
24733
24734 Runs the builtin CPU simulator which can run very basic
24735 programs but does not support most hardware functions like MMU.
24736 For more complex use cases the user is advised to run an external
24737 target, and connect using @samp{target remote}.
24738
24739 Example: @code{target sim}
24740
24741 @item set debug or1k
24742 Toggle whether to display OpenRISC-specific debugging messages from the
24743 OpenRISC target support subsystem.
24744
24745 @item show debug or1k
24746 Show whether OpenRISC-specific debugging messages are enabled.
24747 @end table
24748
24749 @node PowerPC Embedded
24750 @subsection PowerPC Embedded
24751
24752 @cindex DVC register
24753 @value{GDBN} supports using the DVC (Data Value Compare) register to
24754 implement in hardware simple hardware watchpoint conditions of the form:
24755
24756 @smallexample
24757 (@value{GDBP}) watch @var{address|variable} \
24758 if @var{address|variable} == @var{constant expression}
24759 @end smallexample
24760
24761 The DVC register will be automatically used when @value{GDBN} detects
24762 such pattern in a condition expression, and the created watchpoint uses one
24763 debug register (either the @code{exact-watchpoints} option is on and the
24764 variable is scalar, or the variable has a length of one byte). This feature
24765 is available in native @value{GDBN} running on a Linux kernel version 2.6.34
24766 or newer.
24767
24768 When running on PowerPC embedded processors, @value{GDBN} automatically uses
24769 ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
24770 in which case watchpoints using only one debug register are created when
24771 watching variables of scalar types.
24772
24773 You can create an artificial array to watch an arbitrary memory
24774 region using one of the following commands (@pxref{Expressions}):
24775
24776 @smallexample
24777 (@value{GDBP}) watch *((char *) @var{address})@@@var{length}
24778 (@value{GDBP}) watch @{char[@var{length}]@} @var{address}
24779 @end smallexample
24780
24781 PowerPC embedded processors support masked watchpoints. See the discussion
24782 about the @code{mask} argument in @ref{Set Watchpoints}.
24783
24784 @cindex ranged breakpoint
24785 PowerPC embedded processors support hardware accelerated
24786 @dfn{ranged breakpoints}. A ranged breakpoint stops execution of
24787 the inferior whenever it executes an instruction at any address within
24788 the range it specifies. To set a ranged breakpoint in @value{GDBN},
24789 use the @code{break-range} command.
24790
24791 @value{GDBN} provides the following PowerPC-specific commands:
24792
24793 @table @code
24794 @kindex break-range
24795 @item break-range @var{start-location}, @var{end-location}
24796 Set a breakpoint for an address range given by
24797 @var{start-location} and @var{end-location}, which can specify a function name,
24798 a line number, an offset of lines from the current line or from the start
24799 location, or an address of an instruction (see @ref{Specify Location},
24800 for a list of all the possible ways to specify a @var{location}.)
24801 The breakpoint will stop execution of the inferior whenever it
24802 executes an instruction at any address within the specified range,
24803 (including @var{start-location} and @var{end-location}.)
24804
24805 @kindex set powerpc
24806 @item set powerpc soft-float
24807 @itemx show powerpc soft-float
24808 Force @value{GDBN} to use (or not use) a software floating point calling
24809 convention. By default, @value{GDBN} selects the calling convention based
24810 on the selected architecture and the provided executable file.
24811
24812 @item set powerpc vector-abi
24813 @itemx show powerpc vector-abi
24814 Force @value{GDBN} to use the specified calling convention for vector
24815 arguments and return values. The valid options are @samp{auto};
24816 @samp{generic}, to avoid vector registers even if they are present;
24817 @samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
24818 registers. By default, @value{GDBN} selects the calling convention
24819 based on the selected architecture and the provided executable file.
24820
24821 @item set powerpc exact-watchpoints
24822 @itemx show powerpc exact-watchpoints
24823 Allow @value{GDBN} to use only one debug register when watching a variable
24824 of scalar type, thus assuming that the variable is accessed through the
24825 address of its first byte.
24826
24827 @end table
24828
24829 @node AVR
24830 @subsection Atmel AVR
24831 @cindex AVR
24832
24833 When configured for debugging the Atmel AVR, @value{GDBN} supports the
24834 following AVR-specific commands:
24835
24836 @table @code
24837 @item info io_registers
24838 @kindex info io_registers@r{, AVR}
24839 @cindex I/O registers (Atmel AVR)
24840 This command displays information about the AVR I/O registers. For
24841 each register, @value{GDBN} prints its number and value.
24842 @end table
24843
24844 @node CRIS
24845 @subsection CRIS
24846 @cindex CRIS
24847
24848 When configured for debugging CRIS, @value{GDBN} provides the
24849 following CRIS-specific commands:
24850
24851 @table @code
24852 @item set cris-version @var{ver}
24853 @cindex CRIS version
24854 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
24855 The CRIS version affects register names and sizes. This command is useful in
24856 case autodetection of the CRIS version fails.
24857
24858 @item show cris-version
24859 Show the current CRIS version.
24860
24861 @item set cris-dwarf2-cfi
24862 @cindex DWARF-2 CFI and CRIS
24863 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
24864 Change to @samp{off} when using @code{gcc-cris} whose version is below
24865 @code{R59}.
24866
24867 @item show cris-dwarf2-cfi
24868 Show the current state of using DWARF-2 CFI.
24869
24870 @item set cris-mode @var{mode}
24871 @cindex CRIS mode
24872 Set the current CRIS mode to @var{mode}. It should only be changed when
24873 debugging in guru mode, in which case it should be set to
24874 @samp{guru} (the default is @samp{normal}).
24875
24876 @item show cris-mode
24877 Show the current CRIS mode.
24878 @end table
24879
24880 @node Super-H
24881 @subsection Renesas Super-H
24882 @cindex Super-H
24883
24884 For the Renesas Super-H processor, @value{GDBN} provides these
24885 commands:
24886
24887 @table @code
24888 @item set sh calling-convention @var{convention}
24889 @kindex set sh calling-convention
24890 Set the calling-convention used when calling functions from @value{GDBN}.
24891 Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
24892 With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
24893 convention. If the DWARF-2 information of the called function specifies
24894 that the function follows the Renesas calling convention, the function
24895 is called using the Renesas calling convention. If the calling convention
24896 is set to @samp{renesas}, the Renesas calling convention is always used,
24897 regardless of the DWARF-2 information. This can be used to override the
24898 default of @samp{gcc} if debug information is missing, or the compiler
24899 does not emit the DWARF-2 calling convention entry for a function.
24900
24901 @item show sh calling-convention
24902 @kindex show sh calling-convention
24903 Show the current calling convention setting.
24904
24905 @end table
24906
24907
24908 @node Architectures
24909 @section Architectures
24910
24911 This section describes characteristics of architectures that affect
24912 all uses of @value{GDBN} with the architecture, both native and cross.
24913
24914 @menu
24915 * AArch64::
24916 * i386::
24917 * Alpha::
24918 * MIPS::
24919 * HPPA:: HP PA architecture
24920 * PowerPC::
24921 * Nios II::
24922 * Sparc64::
24923 * S12Z::
24924 @end menu
24925
24926 @node AArch64
24927 @subsection AArch64
24928 @cindex AArch64 support
24929
24930 When @value{GDBN} is debugging the AArch64 architecture, it provides the
24931 following special commands:
24932
24933 @table @code
24934 @item set debug aarch64
24935 @kindex set debug aarch64
24936 This command determines whether AArch64 architecture-specific debugging
24937 messages are to be displayed.
24938
24939 @item show debug aarch64
24940 Show whether AArch64 debugging messages are displayed.
24941
24942 @end table
24943
24944 @subsubsection AArch64 SVE.
24945 @cindex AArch64 SVE.
24946
24947 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
24948 Extension (SVE) is present, then @value{GDBN} will provide the vector registers
24949 @code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
24950 @code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
24951 @code{$vg} will be provided. This is the vector granule for the current thread
24952 and represents the number of 64-bit chunks in an SVE @code{z} register.
24953
24954 If the vector length changes, then the @code{$vg} register will be updated,
24955 but the lengths of the @code{z} and @code{p} registers will not change. This
24956 is a known limitation of @value{GDBN} and does not affect the execution of the
24957 target process.
24958
24959 @subsubsection AArch64 Pointer Authentication.
24960 @cindex AArch64 Pointer Authentication.
24961
24962 When @value{GDBN} is debugging the AArch64 architecture, and the program is
24963 using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
24964 register @code{$lr} is pointing to an PAC function its value will be masked.
24965 When GDB prints a backtrace, any addresses that required unmasking will be
24966 postfixed with the marker [PAC]. When using the MI, this is printed as part
24967 of the @code{addr_flags} field.
24968
24969 @node i386
24970 @subsection x86 Architecture-specific Issues
24971
24972 @table @code
24973 @item set struct-convention @var{mode}
24974 @kindex set struct-convention
24975 @cindex struct return convention
24976 @cindex struct/union returned in registers
24977 Set the convention used by the inferior to return @code{struct}s and
24978 @code{union}s from functions to @var{mode}. Possible values of
24979 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
24980 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
24981 are returned on the stack, while @code{"reg"} means that a
24982 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
24983 be returned in a register.
24984
24985 @item show struct-convention
24986 @kindex show struct-convention
24987 Show the current setting of the convention to return @code{struct}s
24988 from functions.
24989 @end table
24990
24991
24992 @subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
24993 @cindex Intel Memory Protection Extensions (MPX).
24994
24995 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
24996 @footnote{The register named with capital letters represent the architecture
24997 registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
24998 which are the lower bound and upper bound. Bounds are effective addresses or
24999 memory locations. The upper bounds are architecturally represented in 1's
25000 complement form. A bound having lower bound = 0, and upper bound = 0
25001 (1's complement of all bits set) will allow access to the entire address space.
25002
25003 @samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
25004 through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
25005 display the upper bound performing the complement of one operation on the
25006 upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
25007 @value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
25008 can also be noted that the upper bounds are inclusive.
25009
25010 As an example, assume that the register BND0 holds bounds for a pointer having
25011 access allowed for the range between 0x32 and 0x71. The values present on
25012 bnd0raw and bnd registers are presented as follows:
25013
25014 @smallexample
25015 bnd0raw = @{0x32, 0xffffffff8e@}
25016 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
25017 @end smallexample
25018
25019 This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
25020 change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
25021 counterpart. When the bnd0@dots{}bnd3 registers are displayed via
25022 Python, the display includes the memory size, in bits, accessible to
25023 the pointer.
25024
25025 Bounds can also be stored in bounds tables, which are stored in
25026 application memory. These tables store bounds for pointers by specifying
25027 the bounds pointer's value along with its bounds. Evaluating and changing
25028 bounds located in bound tables is therefore interesting while investigating
25029 bugs on MPX context. @value{GDBN} provides commands for this purpose:
25030
25031 @table @code
25032 @item show mpx bound @var{pointer}
25033 @kindex show mpx bound
25034 Display bounds of the given @var{pointer}.
25035
25036 @item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
25037 @kindex set mpx bound
25038 Set the bounds of a pointer in the bound table.
25039 This command takes three parameters: @var{pointer} is the pointers
25040 whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
25041 for lower and upper bounds respectively.
25042 @end table
25043
25044 When you call an inferior function on an Intel MPX enabled program,
25045 GDB sets the inferior's bound registers to the init (disabled) state
25046 before calling the function. As a consequence, bounds checks for the
25047 pointer arguments passed to the function will always pass.
25048
25049 This is necessary because when you call an inferior function, the
25050 program is usually in the middle of the execution of other function.
25051 Since at that point bound registers are in an arbitrary state, not
25052 clearing them would lead to random bound violations in the called
25053 function.
25054
25055 You can still examine the influence of the bound registers on the
25056 execution of the called function by stopping the execution of the
25057 called function at its prologue, setting bound registers, and
25058 continuing the execution. For example:
25059
25060 @smallexample
25061 $ break *upper
25062 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
25063 $ print upper (a, b, c, d, 1)
25064 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
25065 $ print $bnd0
25066 @{lbound = 0x0, ubound = ffffffff@} : size -1
25067 @end smallexample
25068
25069 At this last step the value of bnd0 can be changed for investigation of bound
25070 violations caused along the execution of the call. In order to know how to
25071 set the bound registers or bound table for the call consult the ABI.
25072
25073 @node Alpha
25074 @subsection Alpha
25075
25076 See the following section.
25077
25078 @node MIPS
25079 @subsection @acronym{MIPS}
25080
25081 @cindex stack on Alpha
25082 @cindex stack on @acronym{MIPS}
25083 @cindex Alpha stack
25084 @cindex @acronym{MIPS} stack
25085 Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
25086 sometimes requires @value{GDBN} to search backward in the object code to
25087 find the beginning of a function.
25088
25089 @cindex response time, @acronym{MIPS} debugging
25090 To improve response time (especially for embedded applications, where
25091 @value{GDBN} may be restricted to a slow serial line for this search)
25092 you may want to limit the size of this search, using one of these
25093 commands:
25094
25095 @table @code
25096 @cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
25097 @item set heuristic-fence-post @var{limit}
25098 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
25099 search for the beginning of a function. A value of @var{0} (the
25100 default) means there is no limit. However, except for @var{0}, the
25101 larger the limit the more bytes @code{heuristic-fence-post} must search
25102 and therefore the longer it takes to run. You should only need to use
25103 this command when debugging a stripped executable.
25104
25105 @item show heuristic-fence-post
25106 Display the current limit.
25107 @end table
25108
25109 @noindent
25110 These commands are available @emph{only} when @value{GDBN} is configured
25111 for debugging programs on Alpha or @acronym{MIPS} processors.
25112
25113 Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
25114 programs:
25115
25116 @table @code
25117 @item set mips abi @var{arg}
25118 @kindex set mips abi
25119 @cindex set ABI for @acronym{MIPS}
25120 Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
25121 values of @var{arg} are:
25122
25123 @table @samp
25124 @item auto
25125 The default ABI associated with the current binary (this is the
25126 default).
25127 @item o32
25128 @item o64
25129 @item n32
25130 @item n64
25131 @item eabi32
25132 @item eabi64
25133 @end table
25134
25135 @item show mips abi
25136 @kindex show mips abi
25137 Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
25138
25139 @item set mips compression @var{arg}
25140 @kindex set mips compression
25141 @cindex code compression, @acronym{MIPS}
25142 Tell @value{GDBN} which @acronym{MIPS} compressed
25143 @acronym{ISA, Instruction Set Architecture} encoding is used by the
25144 inferior. @value{GDBN} uses this for code disassembly and other
25145 internal interpretation purposes. This setting is only referred to
25146 when no executable has been associated with the debugging session or
25147 the executable does not provide information about the encoding it uses.
25148 Otherwise this setting is automatically updated from information
25149 provided by the executable.
25150
25151 Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25152 The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25153 executables containing @acronym{MIPS16} code frequently are not
25154 identified as such.
25155
25156 This setting is ``sticky''; that is, it retains its value across
25157 debugging sessions until reset either explicitly with this command or
25158 implicitly from an executable.
25159
25160 The compiler and/or assembler typically add symbol table annotations to
25161 identify functions compiled for the @acronym{MIPS16} or
25162 @acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25163 are present, @value{GDBN} uses them in preference to the global
25164 compressed @acronym{ISA} encoding setting.
25165
25166 @item show mips compression
25167 @kindex show mips compression
25168 Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25169 @value{GDBN} to debug the inferior.
25170
25171 @item set mipsfpu
25172 @itemx show mipsfpu
25173 @xref{MIPS Embedded, set mipsfpu}.
25174
25175 @item set mips mask-address @var{arg}
25176 @kindex set mips mask-address
25177 @cindex @acronym{MIPS} addresses, masking
25178 This command determines whether the most-significant 32 bits of 64-bit
25179 @acronym{MIPS} addresses are masked off. The argument @var{arg} can be
25180 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
25181 setting, which lets @value{GDBN} determine the correct value.
25182
25183 @item show mips mask-address
25184 @kindex show mips mask-address
25185 Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
25186 not.
25187
25188 @item set remote-mips64-transfers-32bit-regs
25189 @kindex set remote-mips64-transfers-32bit-regs
25190 This command controls compatibility with 64-bit @acronym{MIPS} targets that
25191 transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
25192 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
25193 and 64 bits for other registers, set this option to @samp{on}.
25194
25195 @item show remote-mips64-transfers-32bit-regs
25196 @kindex show remote-mips64-transfers-32bit-regs
25197 Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
25198
25199 @item set debug mips
25200 @kindex set debug mips
25201 This command turns on and off debugging messages for the @acronym{MIPS}-specific
25202 target code in @value{GDBN}.
25203
25204 @item show debug mips
25205 @kindex show debug mips
25206 Show the current setting of @acronym{MIPS} debugging messages.
25207 @end table
25208
25209
25210 @node HPPA
25211 @subsection HPPA
25212 @cindex HPPA support
25213
25214 When @value{GDBN} is debugging the HP PA architecture, it provides the
25215 following special commands:
25216
25217 @table @code
25218 @item set debug hppa
25219 @kindex set debug hppa
25220 This command determines whether HPPA architecture-specific debugging
25221 messages are to be displayed.
25222
25223 @item show debug hppa
25224 Show whether HPPA debugging messages are displayed.
25225
25226 @item maint print unwind @var{address}
25227 @kindex maint print unwind@r{, HPPA}
25228 This command displays the contents of the unwind table entry at the
25229 given @var{address}.
25230
25231 @end table
25232
25233
25234 @node PowerPC
25235 @subsection PowerPC
25236 @cindex PowerPC architecture
25237
25238 When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
25239 pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
25240 numbers stored in the floating point registers. These values must be stored
25241 in two consecutive registers, always starting at an even register like
25242 @code{f0} or @code{f2}.
25243
25244 The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
25245 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
25246 @code{f2} and @code{f3} for @code{$dl1} and so on.
25247
25248 For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
25249 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
25250
25251 @node Nios II
25252 @subsection Nios II
25253 @cindex Nios II architecture
25254
25255 When @value{GDBN} is debugging the Nios II architecture,
25256 it provides the following special commands:
25257
25258 @table @code
25259
25260 @item set debug nios2
25261 @kindex set debug nios2
25262 This command turns on and off debugging messages for the Nios II
25263 target code in @value{GDBN}.
25264
25265 @item show debug nios2
25266 @kindex show debug nios2
25267 Show the current setting of Nios II debugging messages.
25268 @end table
25269
25270 @node Sparc64
25271 @subsection Sparc64
25272 @cindex Sparc64 support
25273 @cindex Application Data Integrity
25274 @subsubsection ADI Support
25275
25276 The M7 processor supports an Application Data Integrity (ADI) feature that
25277 detects invalid data accesses. When software allocates memory and enables
25278 ADI on the allocated memory, it chooses a 4-bit version number, sets the
25279 version in the upper 4 bits of the 64-bit pointer to that data, and stores
25280 the 4-bit version in every cacheline of that data. Hardware saves the latter
25281 in spare bits in the cache and memory hierarchy. On each load and store,
25282 the processor compares the upper 4 VA (virtual address) bits to the
25283 cacheline's version. If there is a mismatch, the processor generates a
25284 version mismatch trap which can be either precise or disrupting. The trap
25285 is an error condition which the kernel delivers to the process as a SIGSEGV
25286 signal.
25287
25288 Note that only 64-bit applications can use ADI and need to be built with
25289 ADI-enabled.
25290
25291 Values of the ADI version tags, which are in granularity of a
25292 cacheline (64 bytes), can be viewed or modified.
25293
25294
25295 @table @code
25296 @kindex adi examine
25297 @item adi (examine | x) [ / @var{n} ] @var{addr}
25298
25299 The @code{adi examine} command displays the value of one ADI version tag per
25300 cacheline.
25301
25302 @var{n} is a decimal integer specifying the number in bytes; the default
25303 is 1. It specifies how much ADI version information, at the ratio of 1:ADI
25304 block size, to display.
25305
25306 @var{addr} is the address in user address space where you want @value{GDBN}
25307 to begin displaying the ADI version tags.
25308
25309 Below is an example of displaying ADI versions of variable "shmaddr".
25310
25311 @smallexample
25312 (@value{GDBP}) adi x/100 shmaddr
25313 0xfff800010002c000: 0 0
25314 @end smallexample
25315
25316 @kindex adi assign
25317 @item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
25318
25319 The @code{adi assign} command is used to assign new ADI version tag
25320 to an address.
25321
25322 @var{n} is a decimal integer specifying the number in bytes;
25323 the default is 1. It specifies how much ADI version information, at the
25324 ratio of 1:ADI block size, to modify.
25325
25326 @var{addr} is the address in user address space where you want @value{GDBN}
25327 to begin modifying the ADI version tags.
25328
25329 @var{tag} is the new ADI version tag.
25330
25331 For example, do the following to modify then verify ADI versions of
25332 variable "shmaddr":
25333
25334 @smallexample
25335 (@value{GDBP}) adi a/100 shmaddr = 7
25336 (@value{GDBP}) adi x/100 shmaddr
25337 0xfff800010002c000: 7 7
25338 @end smallexample
25339
25340 @end table
25341
25342 @node S12Z
25343 @subsection S12Z
25344 @cindex S12Z support
25345
25346 When @value{GDBN} is debugging the S12Z architecture,
25347 it provides the following special command:
25348
25349 @table @code
25350 @item maint info bdccsr
25351 @kindex maint info bdccsr@r{, S12Z}
25352 This command displays the current value of the microprocessor's
25353 BDCCSR register.
25354 @end table
25355
25356
25357 @node Controlling GDB
25358 @chapter Controlling @value{GDBN}
25359
25360 You can alter the way @value{GDBN} interacts with you by using the
25361 @code{set} command. For commands controlling how @value{GDBN} displays
25362 data, see @ref{Print Settings, ,Print Settings}. Other settings are
25363 described here.
25364
25365 @menu
25366 * Prompt:: Prompt
25367 * Editing:: Command editing
25368 * Command History:: Command history
25369 * Screen Size:: Screen size
25370 * Output Styling:: Output styling
25371 * Numbers:: Numbers
25372 * ABI:: Configuring the current ABI
25373 * Auto-loading:: Automatically loading associated files
25374 * Messages/Warnings:: Optional warnings and messages
25375 * Debugging Output:: Optional messages about internal happenings
25376 * Other Misc Settings:: Other Miscellaneous Settings
25377 @end menu
25378
25379 @node Prompt
25380 @section Prompt
25381
25382 @cindex prompt
25383
25384 @value{GDBN} indicates its readiness to read a command by printing a string
25385 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
25386 can change the prompt string with the @code{set prompt} command. For
25387 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
25388 the prompt in one of the @value{GDBN} sessions so that you can always tell
25389 which one you are talking to.
25390
25391 @emph{Note:} @code{set prompt} does not add a space for you after the
25392 prompt you set. This allows you to set a prompt which ends in a space
25393 or a prompt that does not.
25394
25395 @table @code
25396 @kindex set prompt
25397 @item set prompt @var{newprompt}
25398 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
25399
25400 @kindex show prompt
25401 @item show prompt
25402 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
25403 @end table
25404
25405 Versions of @value{GDBN} that ship with Python scripting enabled have
25406 prompt extensions. The commands for interacting with these extensions
25407 are:
25408
25409 @table @code
25410 @kindex set extended-prompt
25411 @item set extended-prompt @var{prompt}
25412 Set an extended prompt that allows for substitutions.
25413 @xref{gdb.prompt}, for a list of escape sequences that can be used for
25414 substitution. Any escape sequences specified as part of the prompt
25415 string are replaced with the corresponding strings each time the prompt
25416 is displayed.
25417
25418 For example:
25419
25420 @smallexample
25421 set extended-prompt Current working directory: \w (gdb)
25422 @end smallexample
25423
25424 Note that when an extended-prompt is set, it takes control of the
25425 @var{prompt_hook} hook. @xref{prompt_hook}, for further information.
25426
25427 @kindex show extended-prompt
25428 @item show extended-prompt
25429 Prints the extended prompt. Any escape sequences specified as part of
25430 the prompt string with @code{set extended-prompt}, are replaced with the
25431 corresponding strings each time the prompt is displayed.
25432 @end table
25433
25434 @node Editing
25435 @section Command Editing
25436 @cindex readline
25437 @cindex command line editing
25438
25439 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
25440 @sc{gnu} library provides consistent behavior for programs which provide a
25441 command line interface to the user. Advantages are @sc{gnu} Emacs-style
25442 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
25443 substitution, and a storage and recall of command history across
25444 debugging sessions.
25445
25446 You may control the behavior of command line editing in @value{GDBN} with the
25447 command @code{set}.
25448
25449 @table @code
25450 @kindex set editing
25451 @cindex editing
25452 @item set editing
25453 @itemx set editing on
25454 Enable command line editing (enabled by default).
25455
25456 @item set editing off
25457 Disable command line editing.
25458
25459 @kindex show editing
25460 @item show editing
25461 Show whether command line editing is enabled.
25462 @end table
25463
25464 @ifset SYSTEM_READLINE
25465 @xref{Command Line Editing, , , rluserman, GNU Readline Library},
25466 @end ifset
25467 @ifclear SYSTEM_READLINE
25468 @xref{Command Line Editing},
25469 @end ifclear
25470 for more details about the Readline
25471 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
25472 encouraged to read that chapter.
25473
25474 @cindex Readline application name
25475 @value{GDBN} sets the Readline application name to @samp{gdb}. This
25476 is useful for conditions in @file{.inputrc}.
25477
25478 @cindex operate-and-get-next
25479 @value{GDBN} defines a bindable Readline command,
25480 @code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
25481 This command accepts the current line for execution and fetches the
25482 next line relative to the current line from the history for editing.
25483 Any argument is ignored.
25484
25485 @node Command History
25486 @section Command History
25487 @cindex command history
25488
25489 @value{GDBN} can keep track of the commands you type during your
25490 debugging sessions, so that you can be certain of precisely what
25491 happened. Use these commands to manage the @value{GDBN} command
25492 history facility.
25493
25494 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
25495 package, to provide the history facility.
25496 @ifset SYSTEM_READLINE
25497 @xref{Using History Interactively, , , history, GNU History Library},
25498 @end ifset
25499 @ifclear SYSTEM_READLINE
25500 @xref{Using History Interactively},
25501 @end ifclear
25502 for the detailed description of the History library.
25503
25504 To issue a command to @value{GDBN} without affecting certain aspects of
25505 the state which is seen by users, prefix it with @samp{server }
25506 (@pxref{Server Prefix}). This
25507 means that this command will not affect the command history, nor will it
25508 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
25509 pressed on a line by itself.
25510
25511 @cindex @code{server}, command prefix
25512 The server prefix does not affect the recording of values into the value
25513 history; to print a value without recording it into the value history,
25514 use the @code{output} command instead of the @code{print} command.
25515
25516 Here is the description of @value{GDBN} commands related to command
25517 history.
25518
25519 @table @code
25520 @cindex history substitution
25521 @cindex history file
25522 @kindex set history filename
25523 @cindex @env{GDBHISTFILE}, environment variable
25524 @item set history filename @r{[}@var{fname}@r{]}
25525 Set the name of the @value{GDBN} command history file to @var{fname}.
25526 This is the file where @value{GDBN} reads an initial command history
25527 list, and where it writes the command history from this session when it
25528 exits. You can access this list through history expansion or through
25529 the history command editing characters listed below. This file defaults
25530 to the value of the environment variable @code{GDBHISTFILE}, or to
25531 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
25532 is not set.
25533
25534 The @code{GDBHISTFILE} environment variable is read after processing
25535 any @value{GDBN} initialization files (@pxref{Startup}) and after
25536 processing any commands passed using command line options (for
25537 example, @code{-ex}).
25538
25539 If the @var{fname} argument is not given, or if the @code{GDBHISTFILE}
25540 is the empty string then @value{GDBN} will neither try to load an
25541 existing history file, nor will it try to save the history on exit.
25542
25543 @cindex save command history
25544 @kindex set history save
25545 @item set history save
25546 @itemx set history save on
25547 Record command history in a file, whose name may be specified with the
25548 @code{set history filename} command. By default, this option is
25549 disabled. The command history will be recorded when @value{GDBN}
25550 exits. If @code{set history filename} is set to the empty string then
25551 history saving is disabled, even when @code{set history save} is
25552 @code{on}.
25553
25554 @item set history save off
25555 Don't record the command history into the file specified by @code{set
25556 history filename} when @value{GDBN} exits.
25557
25558 @cindex history size
25559 @kindex set history size
25560 @cindex @env{GDBHISTSIZE}, environment variable
25561 @item set history size @var{size}
25562 @itemx set history size unlimited
25563 Set the number of commands which @value{GDBN} keeps in its history list.
25564 This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
25565 to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
25566 are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
25567 either a negative number or the empty string, then the number of commands
25568 @value{GDBN} keeps in the history list is unlimited.
25569
25570 The @code{GDBHISTSIZE} environment variable is read after processing
25571 any @value{GDBN} initialization files (@pxref{Startup}) and after
25572 processing any commands passed using command line options (for
25573 example, @code{-ex}).
25574
25575 @cindex remove duplicate history
25576 @kindex set history remove-duplicates
25577 @item set history remove-duplicates @var{count}
25578 @itemx set history remove-duplicates unlimited
25579 Control the removal of duplicate history entries in the command history list.
25580 If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
25581 history entries and remove the first entry that is a duplicate of the current
25582 entry being added to the command history list. If @var{count} is
25583 @code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
25584 removal of duplicate history entries is disabled.
25585
25586 Only history entries added during the current session are considered for
25587 removal. This option is set to 0 by default.
25588
25589 @end table
25590
25591 History expansion assigns special meaning to the character @kbd{!}.
25592 @ifset SYSTEM_READLINE
25593 @xref{Event Designators, , , history, GNU History Library},
25594 @end ifset
25595 @ifclear SYSTEM_READLINE
25596 @xref{Event Designators},
25597 @end ifclear
25598 for more details.
25599
25600 @cindex history expansion, turn on/off
25601 Since @kbd{!} is also the logical not operator in C, history expansion
25602 is off by default. If you decide to enable history expansion with the
25603 @code{set history expansion on} command, you may sometimes need to
25604 follow @kbd{!} (when it is used as logical not, in an expression) with
25605 a space or a tab to prevent it from being expanded. The readline
25606 history facilities do not attempt substitution on the strings
25607 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
25608
25609 The commands to control history expansion are:
25610
25611 @table @code
25612 @item set history expansion on
25613 @itemx set history expansion
25614 @kindex set history expansion
25615 Enable history expansion. History expansion is off by default.
25616
25617 @item set history expansion off
25618 Disable history expansion.
25619
25620 @c @group
25621 @kindex show history
25622 @item show history
25623 @itemx show history filename
25624 @itemx show history save
25625 @itemx show history size
25626 @itemx show history expansion
25627 These commands display the state of the @value{GDBN} history parameters.
25628 @code{show history} by itself displays all four states.
25629 @c @end group
25630 @end table
25631
25632 @table @code
25633 @kindex show commands
25634 @cindex show last commands
25635 @cindex display command history
25636 @item show commands
25637 Display the last ten commands in the command history.
25638
25639 @item show commands @var{n}
25640 Print ten commands centered on command number @var{n}.
25641
25642 @item show commands +
25643 Print ten commands just after the commands last printed.
25644 @end table
25645
25646 @node Screen Size
25647 @section Screen Size
25648 @cindex size of screen
25649 @cindex screen size
25650 @cindex pagination
25651 @cindex page size
25652 @cindex pauses in output
25653
25654 Certain commands to @value{GDBN} may produce large amounts of
25655 information output to the screen. To help you read all of it,
25656 @value{GDBN} pauses and asks you for input at the end of each page of
25657 output. Type @key{RET} when you want to see one more page of output,
25658 @kbd{q} to discard the remaining output, or @kbd{c} to continue
25659 without paging for the rest of the current command. Also, the screen
25660 width setting determines when to wrap lines of output. Depending on
25661 what is being printed, @value{GDBN} tries to break the line at a
25662 readable place, rather than simply letting it overflow onto the
25663 following line.
25664
25665 Normally @value{GDBN} knows the size of the screen from the terminal
25666 driver software. For example, on Unix @value{GDBN} uses the termcap data base
25667 together with the value of the @code{TERM} environment variable and the
25668 @code{stty rows} and @code{stty cols} settings. If this is not correct,
25669 you can override it with the @code{set height} and @code{set
25670 width} commands:
25671
25672 @table @code
25673 @kindex set height
25674 @kindex set width
25675 @kindex show width
25676 @kindex show height
25677 @item set height @var{lpp}
25678 @itemx set height unlimited
25679 @itemx show height
25680 @itemx set width @var{cpl}
25681 @itemx set width unlimited
25682 @itemx show width
25683 These @code{set} commands specify a screen height of @var{lpp} lines and
25684 a screen width of @var{cpl} characters. The associated @code{show}
25685 commands display the current settings.
25686
25687 If you specify a height of either @code{unlimited} or zero lines,
25688 @value{GDBN} does not pause during output no matter how long the
25689 output is. This is useful if output is to a file or to an editor
25690 buffer.
25691
25692 Likewise, you can specify @samp{set width unlimited} or @samp{set
25693 width 0} to prevent @value{GDBN} from wrapping its output.
25694
25695 @item set pagination on
25696 @itemx set pagination off
25697 @kindex set pagination
25698 Turn the output pagination on or off; the default is on. Turning
25699 pagination off is the alternative to @code{set height unlimited}. Note that
25700 running @value{GDBN} with the @option{--batch} option (@pxref{Mode
25701 Options, -batch}) also automatically disables pagination.
25702
25703 @item show pagination
25704 @kindex show pagination
25705 Show the current pagination mode.
25706 @end table
25707
25708 @node Output Styling
25709 @section Output Styling
25710 @cindex styling
25711 @cindex colors
25712
25713 @kindex set style
25714 @kindex show style
25715 @value{GDBN} can style its output on a capable terminal. This is
25716 enabled by default on most systems, but disabled by default when in
25717 batch mode (@pxref{Mode Options}). Various style settings are available;
25718 and styles can also be disabled entirely.
25719
25720 @table @code
25721 @item set style enabled @samp{on|off}
25722 Enable or disable all styling. The default is host-dependent, with
25723 most hosts defaulting to @samp{on}.
25724
25725 @item show style enabled
25726 Show the current state of styling.
25727
25728 @item set style sources @samp{on|off}
25729 Enable or disable source code styling. This affects whether source
25730 code, such as the output of the @code{list} command, is styled. Note
25731 that source styling only works if styling in general is enabled, and
25732 if @value{GDBN} was linked with the GNU Source Highlight library. The
25733 default is @samp{on}.
25734
25735 @item show style sources
25736 Show the current state of source code styling.
25737 @end table
25738
25739 Subcommands of @code{set style} control specific forms of styling.
25740 These subcommands all follow the same pattern: each style-able object
25741 can be styled with a foreground color, a background color, and an
25742 intensity.
25743
25744 For example, the style of file names can be controlled using the
25745 @code{set style filename} group of commands:
25746
25747 @table @code
25748 @item set style filename background @var{color}
25749 Set the background to @var{color}. Valid colors are @samp{none}
25750 (meaning the terminal's default color), @samp{black}, @samp{red},
25751 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
25752 and@samp{white}.
25753
25754 @item set style filename foreground @var{color}
25755 Set the foreground to @var{color}. Valid colors are @samp{none}
25756 (meaning the terminal's default color), @samp{black}, @samp{red},
25757 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
25758 and@samp{white}.
25759
25760 @item set style filename intensity @var{value}
25761 Set the intensity to @var{value}. Valid intensities are @samp{normal}
25762 (the default), @samp{bold}, and @samp{dim}.
25763 @end table
25764
25765 The @code{show style} command and its subcommands are styling
25766 a style name in their output using its own style.
25767 So, use @command{show style} to see the complete list of styles,
25768 their characteristics and the visual aspect of each style.
25769
25770 The style-able objects are:
25771 @table @code
25772 @item filename
25773 Control the styling of file names. By default, this style's
25774 foreground color is green.
25775
25776 @item function
25777 Control the styling of function names. These are managed with the
25778 @code{set style function} family of commands. By default, this
25779 style's foreground color is yellow.
25780
25781 @item variable
25782 Control the styling of variable names. These are managed with the
25783 @code{set style variable} family of commands. By default, this style's
25784 foreground color is cyan.
25785
25786 @item address
25787 Control the styling of addresses. These are managed with the
25788 @code{set style address} family of commands. By default, this style's
25789 foreground color is blue.
25790
25791 @item version
25792 Control the styling of @value{GDBN}'s version number text. By
25793 default, this style's foreground color is magenta and it has bold
25794 intensity. The version number is displayed in two places, the output
25795 of @command{show version}, and when @value{GDBN} starts up.
25796
25797 Currently the version string displayed at startup is printed before
25798 @value{GDBN} has parsed any command line options, or parsed any
25799 command files, so there is currently no way to control the styling of
25800 this string. However, @value{GDBN}'s @code{--quiet} command line option
25801 can be used to disable printing of the version string on startup.
25802
25803 @item title
25804 Control the styling of titles. These are managed with the
25805 @code{set style title} family of commands. By default, this style's
25806 intensity is bold. Commands are using the title style to improve
25807 the readability of large output. For example, the commands
25808 @command{apropos} and @command{help} are using the title style
25809 for the command names.
25810
25811 @item highlight
25812 Control the styling of highlightings. These are managed with the
25813 @code{set style highlight} family of commands. By default, this style's
25814 foreground color is red. Commands are using the highlight style to draw
25815 the user attention to some specific parts of their output. For example,
25816 the command @command{apropos -v REGEXP} uses the highlight style to
25817 mark the documentation parts matching @var{regexp}.
25818
25819 @item tui-border
25820 Control the styling of the TUI border. Note that, unlike other
25821 styling options, only the color of the border can be controlled via
25822 @code{set style}. This was done for compatibility reasons, as TUI
25823 controls to set the border's intensity predated the addition of
25824 general styling to @value{GDBN}. @xref{TUI Configuration}.
25825
25826 @item tui-active-border
25827 Control the styling of the active TUI border; that is, the TUI window
25828 that has the focus.
25829
25830 @end table
25831
25832 @node Numbers
25833 @section Numbers
25834 @cindex number representation
25835 @cindex entering numbers
25836
25837 You can always enter numbers in octal, decimal, or hexadecimal in
25838 @value{GDBN} by the usual conventions: octal numbers begin with
25839 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
25840 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
25841 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
25842 10; likewise, the default display for numbers---when no particular
25843 format is specified---is base 10. You can change the default base for
25844 both input and output with the commands described below.
25845
25846 @table @code
25847 @kindex set input-radix
25848 @item set input-radix @var{base}
25849 Set the default base for numeric input. Supported choices
25850 for @var{base} are decimal 8, 10, or 16. The base must itself be
25851 specified either unambiguously or using the current input radix; for
25852 example, any of
25853
25854 @smallexample
25855 set input-radix 012
25856 set input-radix 10.
25857 set input-radix 0xa
25858 @end smallexample
25859
25860 @noindent
25861 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
25862 leaves the input radix unchanged, no matter what it was, since
25863 @samp{10}, being without any leading or trailing signs of its base, is
25864 interpreted in the current radix. Thus, if the current radix is 16,
25865 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
25866 change the radix.
25867
25868 @kindex set output-radix
25869 @item set output-radix @var{base}
25870 Set the default base for numeric display. Supported choices
25871 for @var{base} are decimal 8, 10, or 16. The base must itself be
25872 specified either unambiguously or using the current input radix.
25873
25874 @kindex show input-radix
25875 @item show input-radix
25876 Display the current default base for numeric input.
25877
25878 @kindex show output-radix
25879 @item show output-radix
25880 Display the current default base for numeric display.
25881
25882 @item set radix @r{[}@var{base}@r{]}
25883 @itemx show radix
25884 @kindex set radix
25885 @kindex show radix
25886 These commands set and show the default base for both input and output
25887 of numbers. @code{set radix} sets the radix of input and output to
25888 the same base; without an argument, it resets the radix back to its
25889 default value of 10.
25890
25891 @end table
25892
25893 @node ABI
25894 @section Configuring the Current ABI
25895
25896 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
25897 application automatically. However, sometimes you need to override its
25898 conclusions. Use these commands to manage @value{GDBN}'s view of the
25899 current ABI.
25900
25901 @cindex OS ABI
25902 @kindex set osabi
25903 @kindex show osabi
25904 @cindex Newlib OS ABI and its influence on the longjmp handling
25905
25906 One @value{GDBN} configuration can debug binaries for multiple operating
25907 system targets, either via remote debugging or native emulation.
25908 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
25909 but you can override its conclusion using the @code{set osabi} command.
25910 One example where this is useful is in debugging of binaries which use
25911 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
25912 not have the same identifying marks that the standard C library for your
25913 platform provides.
25914
25915 When @value{GDBN} is debugging the AArch64 architecture, it provides a
25916 ``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
25917 @code{longjmp} when debugging binaries that use the @sc{newlib} C library.
25918 The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
25919
25920 @table @code
25921 @item show osabi
25922 Show the OS ABI currently in use.
25923
25924 @item set osabi
25925 With no argument, show the list of registered available OS ABI's.
25926
25927 @item set osabi @var{abi}
25928 Set the current OS ABI to @var{abi}.
25929 @end table
25930
25931 @cindex float promotion
25932
25933 Generally, the way that an argument of type @code{float} is passed to a
25934 function depends on whether the function is prototyped. For a prototyped
25935 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
25936 according to the architecture's convention for @code{float}. For unprototyped
25937 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
25938 @code{double} and then passed.
25939
25940 Unfortunately, some forms of debug information do not reliably indicate whether
25941 a function is prototyped. If @value{GDBN} calls a function that is not marked
25942 as prototyped, it consults @kbd{set coerce-float-to-double}.
25943
25944 @table @code
25945 @kindex set coerce-float-to-double
25946 @item set coerce-float-to-double
25947 @itemx set coerce-float-to-double on
25948 Arguments of type @code{float} will be promoted to @code{double} when passed
25949 to an unprototyped function. This is the default setting.
25950
25951 @item set coerce-float-to-double off
25952 Arguments of type @code{float} will be passed directly to unprototyped
25953 functions.
25954
25955 @kindex show coerce-float-to-double
25956 @item show coerce-float-to-double
25957 Show the current setting of promoting @code{float} to @code{double}.
25958 @end table
25959
25960 @kindex set cp-abi
25961 @kindex show cp-abi
25962 @value{GDBN} needs to know the ABI used for your program's C@t{++}
25963 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
25964 used to build your application. @value{GDBN} only fully supports
25965 programs with a single C@t{++} ABI; if your program contains code using
25966 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
25967 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
25968 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
25969 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
25970 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
25971 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
25972 ``auto''.
25973
25974 @table @code
25975 @item show cp-abi
25976 Show the C@t{++} ABI currently in use.
25977
25978 @item set cp-abi
25979 With no argument, show the list of supported C@t{++} ABI's.
25980
25981 @item set cp-abi @var{abi}
25982 @itemx set cp-abi auto
25983 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
25984 @end table
25985
25986 @node Auto-loading
25987 @section Automatically loading associated files
25988 @cindex auto-loading
25989
25990 @value{GDBN} sometimes reads files with commands and settings automatically,
25991 without being explicitly told so by the user. We call this feature
25992 @dfn{auto-loading}. While auto-loading is useful for automatically adapting
25993 @value{GDBN} to the needs of your project, it can sometimes produce unexpected
25994 results or introduce security risks (e.g., if the file comes from untrusted
25995 sources).
25996
25997 @menu
25998 * Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
25999 * libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
26000
26001 * Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
26002 * Auto-loading verbose mode:: @samp{set/show debug auto-load}
26003 @end menu
26004
26005 There are various kinds of files @value{GDBN} can automatically load.
26006 In addition to these files, @value{GDBN} supports auto-loading code written
26007 in various extension languages. @xref{Auto-loading extensions}.
26008
26009 Note that loading of these associated files (including the local @file{.gdbinit}
26010 file) requires accordingly configured @code{auto-load safe-path}
26011 (@pxref{Auto-loading safe path}).
26012
26013 For these reasons, @value{GDBN} includes commands and options to let you
26014 control when to auto-load files and which files should be auto-loaded.
26015
26016 @table @code
26017 @anchor{set auto-load off}
26018 @kindex set auto-load off
26019 @item set auto-load off
26020 Globally disable loading of all auto-loaded files.
26021 You may want to use this command with the @samp{-iex} option
26022 (@pxref{Option -init-eval-command}) such as:
26023 @smallexample
26024 $ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
26025 @end smallexample
26026
26027 Be aware that system init file (@pxref{System-wide configuration})
26028 and init files from your home directory (@pxref{Home Directory Init File})
26029 still get read (as they come from generally trusted directories).
26030 To prevent @value{GDBN} from auto-loading even those init files, use the
26031 @option{-nx} option (@pxref{Mode Options}), in addition to
26032 @code{set auto-load no}.
26033
26034 @anchor{show auto-load}
26035 @kindex show auto-load
26036 @item show auto-load
26037 Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
26038 or disabled.
26039
26040 @smallexample
26041 (gdb) show auto-load
26042 gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
26043 libthread-db: Auto-loading of inferior specific libthread_db is on.
26044 local-gdbinit: Auto-loading of .gdbinit script from current directory
26045 is on.
26046 python-scripts: Auto-loading of Python scripts is on.
26047 safe-path: List of directories from which it is safe to auto-load files
26048 is $debugdir:$datadir/auto-load.
26049 scripts-directory: List of directories from which to load auto-loaded scripts
26050 is $debugdir:$datadir/auto-load.
26051 @end smallexample
26052
26053 @anchor{info auto-load}
26054 @kindex info auto-load
26055 @item info auto-load
26056 Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
26057 not.
26058
26059 @smallexample
26060 (gdb) info auto-load
26061 gdb-scripts:
26062 Loaded Script
26063 Yes /home/user/gdb/gdb-gdb.gdb
26064 libthread-db: No auto-loaded libthread-db.
26065 local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
26066 loaded.
26067 python-scripts:
26068 Loaded Script
26069 Yes /home/user/gdb/gdb-gdb.py
26070 @end smallexample
26071 @end table
26072
26073 These are @value{GDBN} control commands for the auto-loading:
26074
26075 @multitable @columnfractions .5 .5
26076 @item @xref{set auto-load off}.
26077 @tab Disable auto-loading globally.
26078 @item @xref{show auto-load}.
26079 @tab Show setting of all kinds of files.
26080 @item @xref{info auto-load}.
26081 @tab Show state of all kinds of files.
26082 @item @xref{set auto-load gdb-scripts}.
26083 @tab Control for @value{GDBN} command scripts.
26084 @item @xref{show auto-load gdb-scripts}.
26085 @tab Show setting of @value{GDBN} command scripts.
26086 @item @xref{info auto-load gdb-scripts}.
26087 @tab Show state of @value{GDBN} command scripts.
26088 @item @xref{set auto-load python-scripts}.
26089 @tab Control for @value{GDBN} Python scripts.
26090 @item @xref{show auto-load python-scripts}.
26091 @tab Show setting of @value{GDBN} Python scripts.
26092 @item @xref{info auto-load python-scripts}.
26093 @tab Show state of @value{GDBN} Python scripts.
26094 @item @xref{set auto-load guile-scripts}.
26095 @tab Control for @value{GDBN} Guile scripts.
26096 @item @xref{show auto-load guile-scripts}.
26097 @tab Show setting of @value{GDBN} Guile scripts.
26098 @item @xref{info auto-load guile-scripts}.
26099 @tab Show state of @value{GDBN} Guile scripts.
26100 @item @xref{set auto-load scripts-directory}.
26101 @tab Control for @value{GDBN} auto-loaded scripts location.
26102 @item @xref{show auto-load scripts-directory}.
26103 @tab Show @value{GDBN} auto-loaded scripts location.
26104 @item @xref{add-auto-load-scripts-directory}.
26105 @tab Add directory for auto-loaded scripts location list.
26106 @item @xref{set auto-load local-gdbinit}.
26107 @tab Control for init file in the current directory.
26108 @item @xref{show auto-load local-gdbinit}.
26109 @tab Show setting of init file in the current directory.
26110 @item @xref{info auto-load local-gdbinit}.
26111 @tab Show state of init file in the current directory.
26112 @item @xref{set auto-load libthread-db}.
26113 @tab Control for thread debugging library.
26114 @item @xref{show auto-load libthread-db}.
26115 @tab Show setting of thread debugging library.
26116 @item @xref{info auto-load libthread-db}.
26117 @tab Show state of thread debugging library.
26118 @item @xref{set auto-load safe-path}.
26119 @tab Control directories trusted for automatic loading.
26120 @item @xref{show auto-load safe-path}.
26121 @tab Show directories trusted for automatic loading.
26122 @item @xref{add-auto-load-safe-path}.
26123 @tab Add directory trusted for automatic loading.
26124 @end multitable
26125
26126 @node Init File in the Current Directory
26127 @subsection Automatically loading init file in the current directory
26128 @cindex auto-loading init file in the current directory
26129
26130 By default, @value{GDBN} reads and executes the canned sequences of commands
26131 from init file (if any) in the current working directory,
26132 see @ref{Init File in the Current Directory during Startup}.
26133
26134 Note that loading of this local @file{.gdbinit} file also requires accordingly
26135 configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26136
26137 @table @code
26138 @anchor{set auto-load local-gdbinit}
26139 @kindex set auto-load local-gdbinit
26140 @item set auto-load local-gdbinit [on|off]
26141 Enable or disable the auto-loading of canned sequences of commands
26142 (@pxref{Sequences}) found in init file in the current directory.
26143
26144 @anchor{show auto-load local-gdbinit}
26145 @kindex show auto-load local-gdbinit
26146 @item show auto-load local-gdbinit
26147 Show whether auto-loading of canned sequences of commands from init file in the
26148 current directory is enabled or disabled.
26149
26150 @anchor{info auto-load local-gdbinit}
26151 @kindex info auto-load local-gdbinit
26152 @item info auto-load local-gdbinit
26153 Print whether canned sequences of commands from init file in the
26154 current directory have been auto-loaded.
26155 @end table
26156
26157 @node libthread_db.so.1 file
26158 @subsection Automatically loading thread debugging library
26159 @cindex auto-loading libthread_db.so.1
26160
26161 This feature is currently present only on @sc{gnu}/Linux native hosts.
26162
26163 @value{GDBN} reads in some cases thread debugging library from places specific
26164 to the inferior (@pxref{set libthread-db-search-path}).
26165
26166 The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
26167 without checking this @samp{set auto-load libthread-db} switch as system
26168 libraries have to be trusted in general. In all other cases of
26169 @samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
26170 auto-load libthread-db} is enabled before trying to open such thread debugging
26171 library.
26172
26173 Note that loading of this debugging library also requires accordingly configured
26174 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26175
26176 @table @code
26177 @anchor{set auto-load libthread-db}
26178 @kindex set auto-load libthread-db
26179 @item set auto-load libthread-db [on|off]
26180 Enable or disable the auto-loading of inferior specific thread debugging library.
26181
26182 @anchor{show auto-load libthread-db}
26183 @kindex show auto-load libthread-db
26184 @item show auto-load libthread-db
26185 Show whether auto-loading of inferior specific thread debugging library is
26186 enabled or disabled.
26187
26188 @anchor{info auto-load libthread-db}
26189 @kindex info auto-load libthread-db
26190 @item info auto-load libthread-db
26191 Print the list of all loaded inferior specific thread debugging libraries and
26192 for each such library print list of inferior @var{pid}s using it.
26193 @end table
26194
26195 @node Auto-loading safe path
26196 @subsection Security restriction for auto-loading
26197 @cindex auto-loading safe-path
26198
26199 As the files of inferior can come from untrusted source (such as submitted by
26200 an application user) @value{GDBN} does not always load any files automatically.
26201 @value{GDBN} provides the @samp{set auto-load safe-path} setting to list
26202 directories trusted for loading files not explicitly requested by user.
26203 Each directory can also be a shell wildcard pattern.
26204
26205 If the path is not set properly you will see a warning and the file will not
26206 get loaded:
26207
26208 @smallexample
26209 $ ./gdb -q ./gdb
26210 Reading symbols from /home/user/gdb/gdb...
26211 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
26212 declined by your `auto-load safe-path' set
26213 to "$debugdir:$datadir/auto-load".
26214 warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
26215 declined by your `auto-load safe-path' set
26216 to "$debugdir:$datadir/auto-load".
26217 @end smallexample
26218
26219 @noindent
26220 To instruct @value{GDBN} to go ahead and use the init files anyway,
26221 invoke @value{GDBN} like this:
26222
26223 @smallexample
26224 $ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
26225 @end smallexample
26226
26227 The list of trusted directories is controlled by the following commands:
26228
26229 @table @code
26230 @anchor{set auto-load safe-path}
26231 @kindex set auto-load safe-path
26232 @item set auto-load safe-path @r{[}@var{directories}@r{]}
26233 Set the list of directories (and their subdirectories) trusted for automatic
26234 loading and execution of scripts. You can also enter a specific trusted file.
26235 Each directory can also be a shell wildcard pattern; wildcards do not match
26236 directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
26237 (@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
26238 If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
26239 its default value as specified during @value{GDBN} compilation.
26240
26241 The list of directories uses path separator (@samp{:} on GNU and Unix
26242 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26243 to the @env{PATH} environment variable.
26244
26245 @anchor{show auto-load safe-path}
26246 @kindex show auto-load safe-path
26247 @item show auto-load safe-path
26248 Show the list of directories trusted for automatic loading and execution of
26249 scripts.
26250
26251 @anchor{add-auto-load-safe-path}
26252 @kindex add-auto-load-safe-path
26253 @item add-auto-load-safe-path
26254 Add an entry (or list of entries) to the list of directories trusted for
26255 automatic loading and execution of scripts. Multiple entries may be delimited
26256 by the host platform path separator in use.
26257 @end table
26258
26259 This variable defaults to what @code{--with-auto-load-dir} has been configured
26260 to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
26261 substitution applies the same as for @ref{set auto-load scripts-directory}.
26262 The default @code{set auto-load safe-path} value can be also overriden by
26263 @value{GDBN} configuration option @option{--with-auto-load-safe-path}.
26264
26265 Setting this variable to @file{/} disables this security protection,
26266 corresponding @value{GDBN} configuration option is
26267 @option{--without-auto-load-safe-path}.
26268 This variable is supposed to be set to the system directories writable by the
26269 system superuser only. Users can add their source directories in init files in
26270 their home directories (@pxref{Home Directory Init File}). See also deprecated
26271 init file in the current directory
26272 (@pxref{Init File in the Current Directory during Startup}).
26273
26274 To force @value{GDBN} to load the files it declined to load in the previous
26275 example, you could use one of the following ways:
26276
26277 @table @asis
26278 @item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
26279 Specify this trusted directory (or a file) as additional component of the list.
26280 You have to specify also any existing directories displayed by
26281 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
26282
26283 @item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
26284 Specify this directory as in the previous case but just for a single
26285 @value{GDBN} session.
26286
26287 @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
26288 Disable auto-loading safety for a single @value{GDBN} session.
26289 This assumes all the files you debug during this @value{GDBN} session will come
26290 from trusted sources.
26291
26292 @item @kbd{./configure --without-auto-load-safe-path}
26293 During compilation of @value{GDBN} you may disable any auto-loading safety.
26294 This assumes all the files you will ever debug with this @value{GDBN} come from
26295 trusted sources.
26296 @end table
26297
26298 On the other hand you can also explicitly forbid automatic files loading which
26299 also suppresses any such warning messages:
26300
26301 @table @asis
26302 @item @kbd{gdb -iex "set auto-load no" @dots{}}
26303 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
26304
26305 @item @file{~/.gdbinit}: @samp{set auto-load no}
26306 Disable auto-loading globally for the user
26307 (@pxref{Home Directory Init File}). While it is improbable, you could also
26308 use system init file instead (@pxref{System-wide configuration}).
26309 @end table
26310
26311 This setting applies to the file names as entered by user. If no entry matches
26312 @value{GDBN} tries as a last resort to also resolve all the file names into
26313 their canonical form (typically resolving symbolic links) and compare the
26314 entries again. @value{GDBN} already canonicalizes most of the filenames on its
26315 own before starting the comparison so a canonical form of directories is
26316 recommended to be entered.
26317
26318 @node Auto-loading verbose mode
26319 @subsection Displaying files tried for auto-load
26320 @cindex auto-loading verbose mode
26321
26322 For better visibility of all the file locations where you can place scripts to
26323 be auto-loaded with inferior --- or to protect yourself against accidental
26324 execution of untrusted scripts --- @value{GDBN} provides a feature for printing
26325 all the files attempted to be loaded. Both existing and non-existing files may
26326 be printed.
26327
26328 For example the list of directories from which it is safe to auto-load files
26329 (@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
26330 may not be too obvious while setting it up.
26331
26332 @smallexample
26333 (gdb) set debug auto-load on
26334 (gdb) file ~/src/t/true
26335 auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
26336 for objfile "/tmp/true".
26337 auto-load: Updating directories of "/usr:/opt".
26338 auto-load: Using directory "/usr".
26339 auto-load: Using directory "/opt".
26340 warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
26341 by your `auto-load safe-path' set to "/usr:/opt".
26342 @end smallexample
26343
26344 @table @code
26345 @anchor{set debug auto-load}
26346 @kindex set debug auto-load
26347 @item set debug auto-load [on|off]
26348 Set whether to print the filenames attempted to be auto-loaded.
26349
26350 @anchor{show debug auto-load}
26351 @kindex show debug auto-load
26352 @item show debug auto-load
26353 Show whether printing of the filenames attempted to be auto-loaded is turned
26354 on or off.
26355 @end table
26356
26357 @node Messages/Warnings
26358 @section Optional Warnings and Messages
26359
26360 @cindex verbose operation
26361 @cindex optional warnings
26362 By default, @value{GDBN} is silent about its inner workings. If you are
26363 running on a slow machine, you may want to use the @code{set verbose}
26364 command. This makes @value{GDBN} tell you when it does a lengthy
26365 internal operation, so you will not think it has crashed.
26366
26367 Currently, the messages controlled by @code{set verbose} are those
26368 which announce that the symbol table for a source file is being read;
26369 see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
26370
26371 @table @code
26372 @kindex set verbose
26373 @item set verbose on
26374 Enables @value{GDBN} output of certain informational messages.
26375
26376 @item set verbose off
26377 Disables @value{GDBN} output of certain informational messages.
26378
26379 @kindex show verbose
26380 @item show verbose
26381 Displays whether @code{set verbose} is on or off.
26382 @end table
26383
26384 By default, if @value{GDBN} encounters bugs in the symbol table of an
26385 object file, it is silent; but if you are debugging a compiler, you may
26386 find this information useful (@pxref{Symbol Errors, ,Errors Reading
26387 Symbol Files}).
26388
26389 @table @code
26390
26391 @kindex set complaints
26392 @item set complaints @var{limit}
26393 Permits @value{GDBN} to output @var{limit} complaints about each type of
26394 unusual symbols before becoming silent about the problem. Set
26395 @var{limit} to zero to suppress all complaints; set it to a large number
26396 to prevent complaints from being suppressed.
26397
26398 @kindex show complaints
26399 @item show complaints
26400 Displays how many symbol complaints @value{GDBN} is permitted to produce.
26401
26402 @end table
26403
26404 @anchor{confirmation requests}
26405 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
26406 lot of stupid questions to confirm certain commands. For example, if
26407 you try to run a program which is already running:
26408
26409 @smallexample
26410 (@value{GDBP}) run
26411 The program being debugged has been started already.
26412 Start it from the beginning? (y or n)
26413 @end smallexample
26414
26415 If you are willing to unflinchingly face the consequences of your own
26416 commands, you can disable this ``feature'':
26417
26418 @table @code
26419
26420 @kindex set confirm
26421 @cindex flinching
26422 @cindex confirmation
26423 @cindex stupid questions
26424 @item set confirm off
26425 Disables confirmation requests. Note that running @value{GDBN} with
26426 the @option{--batch} option (@pxref{Mode Options, -batch}) also
26427 automatically disables confirmation requests.
26428
26429 @item set confirm on
26430 Enables confirmation requests (the default).
26431
26432 @kindex show confirm
26433 @item show confirm
26434 Displays state of confirmation requests.
26435
26436 @end table
26437
26438 @cindex command tracing
26439 If you need to debug user-defined commands or sourced files you may find it
26440 useful to enable @dfn{command tracing}. In this mode each command will be
26441 printed as it is executed, prefixed with one or more @samp{+} symbols, the
26442 quantity denoting the call depth of each command.
26443
26444 @table @code
26445 @kindex set trace-commands
26446 @cindex command scripts, debugging
26447 @item set trace-commands on
26448 Enable command tracing.
26449 @item set trace-commands off
26450 Disable command tracing.
26451 @item show trace-commands
26452 Display the current state of command tracing.
26453 @end table
26454
26455 @node Debugging Output
26456 @section Optional Messages about Internal Happenings
26457 @cindex optional debugging messages
26458
26459 @value{GDBN} has commands that enable optional debugging messages from
26460 various @value{GDBN} subsystems; normally these commands are of
26461 interest to @value{GDBN} maintainers, or when reporting a bug. This
26462 section documents those commands.
26463
26464 @table @code
26465 @kindex set exec-done-display
26466 @item set exec-done-display
26467 Turns on or off the notification of asynchronous commands'
26468 completion. When on, @value{GDBN} will print a message when an
26469 asynchronous command finishes its execution. The default is off.
26470 @kindex show exec-done-display
26471 @item show exec-done-display
26472 Displays the current setting of asynchronous command completion
26473 notification.
26474
26475 @kindex set debug
26476 @cindex ARM AArch64
26477 @item set debug aarch64
26478 Turns on or off display of debugging messages related to ARM AArch64.
26479 The default is off.
26480 @kindex show debug
26481 @item show debug aarch64
26482 Displays the current state of displaying debugging messages related to
26483 ARM AArch64.
26484
26485 @cindex gdbarch debugging info
26486 @cindex architecture debugging info
26487 @item set debug arch
26488 Turns on or off display of gdbarch debugging info. The default is off
26489 @item show debug arch
26490 Displays the current state of displaying gdbarch debugging info.
26491
26492 @item set debug aix-solib
26493 @cindex AIX shared library debugging
26494 Control display of debugging messages from the AIX shared library
26495 support module. The default is off.
26496 @item show debug aix-solib
26497 Show the current state of displaying AIX shared library debugging messages.
26498
26499 @item set debug aix-thread
26500 @cindex AIX threads
26501 Display debugging messages about inner workings of the AIX thread
26502 module.
26503 @item show debug aix-thread
26504 Show the current state of AIX thread debugging info display.
26505
26506 @item set debug check-physname
26507 @cindex physname
26508 Check the results of the ``physname'' computation. When reading DWARF
26509 debugging information for C@t{++}, @value{GDBN} attempts to compute
26510 each entity's name. @value{GDBN} can do this computation in two
26511 different ways, depending on exactly what information is present.
26512 When enabled, this setting causes @value{GDBN} to compute the names
26513 both ways and display any discrepancies.
26514 @item show debug check-physname
26515 Show the current state of ``physname'' checking.
26516
26517 @item set debug coff-pe-read
26518 @cindex COFF/PE exported symbols
26519 Control display of debugging messages related to reading of COFF/PE
26520 exported symbols. The default is off.
26521 @item show debug coff-pe-read
26522 Displays the current state of displaying debugging messages related to
26523 reading of COFF/PE exported symbols.
26524
26525 @item set debug dwarf-die
26526 @cindex DWARF DIEs
26527 Dump DWARF DIEs after they are read in.
26528 The value is the number of nesting levels to print.
26529 A value of zero turns off the display.
26530 @item show debug dwarf-die
26531 Show the current state of DWARF DIE debugging.
26532
26533 @item set debug dwarf-line
26534 @cindex DWARF Line Tables
26535 Turns on or off display of debugging messages related to reading
26536 DWARF line tables. The default is 0 (off).
26537 A value of 1 provides basic information.
26538 A value greater than 1 provides more verbose information.
26539 @item show debug dwarf-line
26540 Show the current state of DWARF line table debugging.
26541
26542 @item set debug dwarf-read
26543 @cindex DWARF Reading
26544 Turns on or off display of debugging messages related to reading
26545 DWARF debug info. The default is 0 (off).
26546 A value of 1 provides basic information.
26547 A value greater than 1 provides more verbose information.
26548 @item show debug dwarf-read
26549 Show the current state of DWARF reader debugging.
26550
26551 @item set debug displaced
26552 @cindex displaced stepping debugging info
26553 Turns on or off display of @value{GDBN} debugging info for the
26554 displaced stepping support. The default is off.
26555 @item show debug displaced
26556 Displays the current state of displaying @value{GDBN} debugging info
26557 related to displaced stepping.
26558
26559 @item set debug event
26560 @cindex event debugging info
26561 Turns on or off display of @value{GDBN} event debugging info. The
26562 default is off.
26563 @item show debug event
26564 Displays the current state of displaying @value{GDBN} event debugging
26565 info.
26566
26567 @item set debug event-loop
26568 @cindex event-loop debugging
26569 Controls output of debugging info about the event loop. The possible
26570 values are @samp{off}, @samp{all} (shows all debugging info) and
26571 @samp{all-except-ui} (shows all debugging info except those about
26572 UI-related events).
26573 @item show debug event-loop
26574 Shows the current state of displaying debugging info about the event
26575 loop.
26576
26577 @item set debug expression
26578 @cindex expression debugging info
26579 Turns on or off display of debugging info about @value{GDBN}
26580 expression parsing. The default is off.
26581 @item show debug expression
26582 Displays the current state of displaying debugging info about
26583 @value{GDBN} expression parsing.
26584
26585 @item set debug fbsd-lwp
26586 @cindex FreeBSD LWP debug messages
26587 Turns on or off debugging messages from the FreeBSD LWP debug support.
26588 @item show debug fbsd-lwp
26589 Show the current state of FreeBSD LWP debugging messages.
26590
26591 @item set debug fbsd-nat
26592 @cindex FreeBSD native target debug messages
26593 Turns on or off debugging messages from the FreeBSD native target.
26594 @item show debug fbsd-nat
26595 Show the current state of FreeBSD native target debugging messages.
26596
26597 @item set debug fortran-array-slicing
26598 @cindex fortran array slicing debugging info
26599 Turns on or off display of @value{GDBN} Fortran array slicing
26600 debugging info. The default is off.
26601
26602 @item show debug fortran-array-slicing
26603 Displays the current state of displaying @value{GDBN} Fortran array
26604 slicing debugging info.
26605
26606 @item set debug frame
26607 @cindex frame debugging info
26608 Turns on or off display of @value{GDBN} frame debugging info. The
26609 default is off.
26610 @item show debug frame
26611 Displays the current state of displaying @value{GDBN} frame debugging
26612 info.
26613
26614 @item set debug gnu-nat
26615 @cindex @sc{gnu}/Hurd debug messages
26616 Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
26617 @item show debug gnu-nat
26618 Show the current state of @sc{gnu}/Hurd debugging messages.
26619
26620 @item set debug infrun
26621 @cindex inferior debugging info
26622 Turns on or off display of @value{GDBN} debugging info for running the inferior.
26623 The default is off. @file{infrun.c} contains GDB's runtime state machine used
26624 for implementing operations such as single-stepping the inferior.
26625 @item show debug infrun
26626 Displays the current state of @value{GDBN} inferior debugging.
26627
26628 @item set debug jit
26629 @cindex just-in-time compilation, debugging messages
26630 Turn on or off debugging messages from JIT debug support.
26631 @item show debug jit
26632 Displays the current state of @value{GDBN} JIT debugging.
26633
26634 @item set debug lin-lwp
26635 @cindex @sc{gnu}/Linux LWP debug messages
26636 @cindex Linux lightweight processes
26637 Turn on or off debugging messages from the Linux LWP debug support.
26638 @item show debug lin-lwp
26639 Show the current state of Linux LWP debugging messages.
26640
26641 @item set debug linux-namespaces
26642 @cindex @sc{gnu}/Linux namespaces debug messages
26643 Turn on or off debugging messages from the Linux namespaces debug support.
26644 @item show debug linux-namespaces
26645 Show the current state of Linux namespaces debugging messages.
26646
26647 @item set debug mach-o
26648 @cindex Mach-O symbols processing
26649 Control display of debugging messages related to Mach-O symbols
26650 processing. The default is off.
26651 @item show debug mach-o
26652 Displays the current state of displaying debugging messages related to
26653 reading of COFF/PE exported symbols.
26654
26655 @item set debug notification
26656 @cindex remote async notification debugging info
26657 Turn on or off debugging messages about remote async notification.
26658 The default is off.
26659 @item show debug notification
26660 Displays the current state of remote async notification debugging messages.
26661
26662 @item set debug observer
26663 @cindex observer debugging info
26664 Turns on or off display of @value{GDBN} observer debugging. This
26665 includes info such as the notification of observable events.
26666 @item show debug observer
26667 Displays the current state of observer debugging.
26668
26669 @item set debug overload
26670 @cindex C@t{++} overload debugging info
26671 Turns on or off display of @value{GDBN} C@t{++} overload debugging
26672 info. This includes info such as ranking of functions, etc. The default
26673 is off.
26674 @item show debug overload
26675 Displays the current state of displaying @value{GDBN} C@t{++} overload
26676 debugging info.
26677
26678 @cindex expression parser, debugging info
26679 @cindex debug expression parser
26680 @item set debug parser
26681 Turns on or off the display of expression parser debugging output.
26682 Internally, this sets the @code{yydebug} variable in the expression
26683 parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
26684 details. The default is off.
26685 @item show debug parser
26686 Show the current state of expression parser debugging.
26687
26688 @cindex packets, reporting on stdout
26689 @cindex serial connections, debugging
26690 @cindex debug remote protocol
26691 @cindex remote protocol debugging
26692 @cindex display remote packets
26693 @item set debug remote
26694 Turns on or off display of reports on all packets sent back and forth across
26695 the serial line to the remote machine. The info is printed on the
26696 @value{GDBN} standard output stream. The default is off.
26697 @item show debug remote
26698 Displays the state of display of remote packets.
26699
26700 @item set debug remote-packet-max-chars
26701 Sets the maximum number of characters to display for each remote packet when
26702 @code{set debug remote} is on. This is useful to prevent @value{GDBN} from
26703 displaying lengthy remote packets and polluting the console.
26704
26705 The default value is @code{512}, which means @value{GDBN} will truncate each
26706 remote packet after 512 bytes.
26707
26708 Setting this option to @code{unlimited} will disable truncation and will output
26709 the full length of the remote packets.
26710 @item show debug remote-packet-max-chars
26711 Displays the number of bytes to output for remote packet debugging.
26712
26713 @item set debug separate-debug-file
26714 Turns on or off display of debug output about separate debug file search.
26715 @item show debug separate-debug-file
26716 Displays the state of separate debug file search debug output.
26717
26718 @item set debug serial
26719 Turns on or off display of @value{GDBN} serial debugging info. The
26720 default is off.
26721 @item show debug serial
26722 Displays the current state of displaying @value{GDBN} serial debugging
26723 info.
26724
26725 @item set debug solib-frv
26726 @cindex FR-V shared-library debugging
26727 Turn on or off debugging messages for FR-V shared-library code.
26728 @item show debug solib-frv
26729 Display the current state of FR-V shared-library code debugging
26730 messages.
26731
26732 @item set debug symbol-lookup
26733 @cindex symbol lookup
26734 Turns on or off display of debugging messages related to symbol lookup.
26735 The default is 0 (off).
26736 A value of 1 provides basic information.
26737 A value greater than 1 provides more verbose information.
26738 @item show debug symbol-lookup
26739 Show the current state of symbol lookup debugging messages.
26740
26741 @item set debug symfile
26742 @cindex symbol file functions
26743 Turns on or off display of debugging messages related to symbol file functions.
26744 The default is off. @xref{Files}.
26745 @item show debug symfile
26746 Show the current state of symbol file debugging messages.
26747
26748 @item set debug symtab-create
26749 @cindex symbol table creation
26750 Turns on or off display of debugging messages related to symbol table creation.
26751 The default is 0 (off).
26752 A value of 1 provides basic information.
26753 A value greater than 1 provides more verbose information.
26754 @item show debug symtab-create
26755 Show the current state of symbol table creation debugging.
26756
26757 @item set debug target
26758 @cindex target debugging info
26759 Turns on or off display of @value{GDBN} target debugging info. This info
26760 includes what is going on at the target level of GDB, as it happens. The
26761 default is 0. Set it to 1 to track events, and to 2 to also track the
26762 value of large memory transfers.
26763 @item show debug target
26764 Displays the current state of displaying @value{GDBN} target debugging
26765 info.
26766
26767 @item set debug timestamp
26768 @cindex timestamping debugging info
26769 Turns on or off display of timestamps with @value{GDBN} debugging info.
26770 When enabled, seconds and microseconds are displayed before each debugging
26771 message.
26772 @item show debug timestamp
26773 Displays the current state of displaying timestamps with @value{GDBN}
26774 debugging info.
26775
26776 @item set debug varobj
26777 @cindex variable object debugging info
26778 Turns on or off display of @value{GDBN} variable object debugging
26779 info. The default is off.
26780 @item show debug varobj
26781 Displays the current state of displaying @value{GDBN} variable object
26782 debugging info.
26783
26784 @item set debug xml
26785 @cindex XML parser debugging
26786 Turn on or off debugging messages for built-in XML parsers.
26787 @item show debug xml
26788 Displays the current state of XML debugging messages.
26789 @end table
26790
26791 @node Other Misc Settings
26792 @section Other Miscellaneous Settings
26793 @cindex miscellaneous settings
26794
26795 @table @code
26796 @kindex set interactive-mode
26797 @item set interactive-mode
26798 If @code{on}, forces @value{GDBN} to assume that GDB was started
26799 in a terminal. In practice, this means that @value{GDBN} should wait
26800 for the user to answer queries generated by commands entered at
26801 the command prompt. If @code{off}, forces @value{GDBN} to operate
26802 in the opposite mode, and it uses the default answers to all queries.
26803 If @code{auto} (the default), @value{GDBN} tries to determine whether
26804 its standard input is a terminal, and works in interactive-mode if it
26805 is, non-interactively otherwise.
26806
26807 In the vast majority of cases, the debugger should be able to guess
26808 correctly which mode should be used. But this setting can be useful
26809 in certain specific cases, such as running a MinGW @value{GDBN}
26810 inside a cygwin window.
26811
26812 @kindex show interactive-mode
26813 @item show interactive-mode
26814 Displays whether the debugger is operating in interactive mode or not.
26815 @end table
26816
26817 @node Extending GDB
26818 @chapter Extending @value{GDBN}
26819 @cindex extending GDB
26820
26821 @value{GDBN} provides several mechanisms for extension.
26822 @value{GDBN} also provides the ability to automatically load
26823 extensions when it reads a file for debugging. This allows the
26824 user to automatically customize @value{GDBN} for the program
26825 being debugged.
26826
26827 @menu
26828 * Sequences:: Canned Sequences of @value{GDBN} Commands
26829 * Aliases:: Command Aliases
26830 * Python:: Extending @value{GDBN} using Python
26831 * Guile:: Extending @value{GDBN} using Guile
26832 * Auto-loading extensions:: Automatically loading extensions
26833 * Multiple Extension Languages:: Working with multiple extension languages
26834 @end menu
26835
26836 To facilitate the use of extension languages, @value{GDBN} is capable
26837 of evaluating the contents of a file. When doing so, @value{GDBN}
26838 can recognize which extension language is being used by looking at
26839 the filename extension. Files with an unrecognized filename extension
26840 are always treated as a @value{GDBN} Command Files.
26841 @xref{Command Files,, Command files}.
26842
26843 You can control how @value{GDBN} evaluates these files with the following
26844 setting:
26845
26846 @table @code
26847 @kindex set script-extension
26848 @kindex show script-extension
26849 @item set script-extension off
26850 All scripts are always evaluated as @value{GDBN} Command Files.
26851
26852 @item set script-extension soft
26853 The debugger determines the scripting language based on filename
26854 extension. If this scripting language is supported, @value{GDBN}
26855 evaluates the script using that language. Otherwise, it evaluates
26856 the file as a @value{GDBN} Command File.
26857
26858 @item set script-extension strict
26859 The debugger determines the scripting language based on filename
26860 extension, and evaluates the script using that language. If the
26861 language is not supported, then the evaluation fails.
26862
26863 @item show script-extension
26864 Display the current value of the @code{script-extension} option.
26865
26866 @end table
26867
26868 @ifset SYSTEM_GDBINIT_DIR
26869 This setting is not used for files in the system-wide gdbinit directory.
26870 Files in that directory must have an extension matching their language,
26871 or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
26872 commands. @xref{Startup}.
26873 @end ifset
26874
26875 @node Sequences
26876 @section Canned Sequences of Commands
26877
26878 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
26879 Command Lists}), @value{GDBN} provides two ways to store sequences of
26880 commands for execution as a unit: user-defined commands and command
26881 files.
26882
26883 @menu
26884 * Define:: How to define your own commands
26885 * Hooks:: Hooks for user-defined commands
26886 * Command Files:: How to write scripts of commands to be stored in a file
26887 * Output:: Commands for controlled output
26888 * Auto-loading sequences:: Controlling auto-loaded command files
26889 @end menu
26890
26891 @node Define
26892 @subsection User-defined Commands
26893
26894 @cindex user-defined command
26895 @cindex arguments, to user-defined commands
26896 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
26897 which you assign a new name as a command. This is done with the
26898 @code{define} command. User commands may accept an unlimited number of arguments
26899 separated by whitespace. Arguments are accessed within the user command
26900 via @code{$arg0@dots{}$argN}. A trivial example:
26901
26902 @smallexample
26903 define adder
26904 print $arg0 + $arg1 + $arg2
26905 end
26906 @end smallexample
26907
26908 @noindent
26909 To execute the command use:
26910
26911 @smallexample
26912 adder 1 2 3
26913 @end smallexample
26914
26915 @noindent
26916 This defines the command @code{adder}, which prints the sum of
26917 its three arguments. Note the arguments are text substitutions, so they may
26918 reference variables, use complex expressions, or even perform inferior
26919 functions calls.
26920
26921 @cindex argument count in user-defined commands
26922 @cindex how many arguments (user-defined commands)
26923 In addition, @code{$argc} may be used to find out how many arguments have
26924 been passed.
26925
26926 @smallexample
26927 define adder
26928 if $argc == 2
26929 print $arg0 + $arg1
26930 end
26931 if $argc == 3
26932 print $arg0 + $arg1 + $arg2
26933 end
26934 end
26935 @end smallexample
26936
26937 Combining with the @code{eval} command (@pxref{eval}) makes it easier
26938 to process a variable number of arguments:
26939
26940 @smallexample
26941 define adder
26942 set $i = 0
26943 set $sum = 0
26944 while $i < $argc
26945 eval "set $sum = $sum + $arg%d", $i
26946 set $i = $i + 1
26947 end
26948 print $sum
26949 end
26950 @end smallexample
26951
26952 @table @code
26953
26954 @kindex define
26955 @item define @var{commandname}
26956 Define a command named @var{commandname}. If there is already a command
26957 by that name, you are asked to confirm that you want to redefine it.
26958 The argument @var{commandname} may be a bare command name consisting of letters,
26959 numbers, dashes, dots, and underscores. It may also start with any
26960 predefined or user-defined prefix command.
26961 For example, @samp{define target my-target} creates
26962 a user-defined @samp{target my-target} command.
26963
26964 The definition of the command is made up of other @value{GDBN} command lines,
26965 which are given following the @code{define} command. The end of these
26966 commands is marked by a line containing @code{end}.
26967
26968 @kindex document
26969 @kindex end@r{ (user-defined commands)}
26970 @item document @var{commandname}
26971 Document the user-defined command @var{commandname}, so that it can be
26972 accessed by @code{help}. The command @var{commandname} must already be
26973 defined. This command reads lines of documentation just as @code{define}
26974 reads the lines of the command definition, ending with @code{end}.
26975 After the @code{document} command is finished, @code{help} on command
26976 @var{commandname} displays the documentation you have written.
26977
26978 You may use the @code{document} command again to change the
26979 documentation of a command. Redefining the command with @code{define}
26980 does not change the documentation.
26981
26982 @kindex define-prefix
26983 @item define-prefix @var{commandname}
26984 Define or mark the command @var{commandname} as a user-defined prefix
26985 command. Once marked, @var{commandname} can be used as prefix command
26986 by the @code{define} command.
26987 Note that @code{define-prefix} can be used with a not yet defined
26988 @var{commandname}. In such a case, @var{commandname} is defined as
26989 an empty user-defined command.
26990 In case you redefine a command that was marked as a user-defined
26991 prefix command, the subcommands of the redefined command are kept
26992 (and @value{GDBN} indicates so to the user).
26993
26994 Example:
26995 @example
26996 (gdb) define-prefix abc
26997 (gdb) define-prefix abc def
26998 (gdb) define abc def
26999 Type commands for definition of "abc def".
27000 End with a line saying just "end".
27001 >echo command initial def\n
27002 >end
27003 (gdb) define abc def ghi
27004 Type commands for definition of "abc def ghi".
27005 End with a line saying just "end".
27006 >echo command ghi\n
27007 >end
27008 (gdb) define abc def
27009 Keeping subcommands of prefix command "def".
27010 Redefine command "def"? (y or n) y
27011 Type commands for definition of "abc def".
27012 End with a line saying just "end".
27013 >echo command def\n
27014 >end
27015 (gdb) abc def ghi
27016 command ghi
27017 (gdb) abc def
27018 command def
27019 (gdb)
27020 @end example
27021
27022 @kindex dont-repeat
27023 @cindex don't repeat command
27024 @item dont-repeat
27025 Used inside a user-defined command, this tells @value{GDBN} that this
27026 command should not be repeated when the user hits @key{RET}
27027 (@pxref{Command Syntax, repeat last command}).
27028
27029 @kindex help user-defined
27030 @item help user-defined
27031 List all user-defined commands and all python commands defined in class
27032 COMMAND_USER. The first line of the documentation or docstring is
27033 included (if any).
27034
27035 @kindex show user
27036 @item show user
27037 @itemx show user @var{commandname}
27038 Display the @value{GDBN} commands used to define @var{commandname} (but
27039 not its documentation). If no @var{commandname} is given, display the
27040 definitions for all user-defined commands.
27041 This does not work for user-defined python commands.
27042
27043 @cindex infinite recursion in user-defined commands
27044 @kindex show max-user-call-depth
27045 @kindex set max-user-call-depth
27046 @item show max-user-call-depth
27047 @itemx set max-user-call-depth
27048 The value of @code{max-user-call-depth} controls how many recursion
27049 levels are allowed in user-defined commands before @value{GDBN} suspects an
27050 infinite recursion and aborts the command.
27051 This does not apply to user-defined python commands.
27052 @end table
27053
27054 In addition to the above commands, user-defined commands frequently
27055 use control flow commands, described in @ref{Command Files}.
27056
27057 When user-defined commands are executed, the
27058 commands of the definition are not printed. An error in any command
27059 stops execution of the user-defined command.
27060
27061 If used interactively, commands that would ask for confirmation proceed
27062 without asking when used inside a user-defined command. Many @value{GDBN}
27063 commands that normally print messages to say what they are doing omit the
27064 messages when used in a user-defined command.
27065
27066 @node Hooks
27067 @subsection User-defined Command Hooks
27068 @cindex command hooks
27069 @cindex hooks, for commands
27070 @cindex hooks, pre-command
27071
27072 @kindex hook
27073 You may define @dfn{hooks}, which are a special kind of user-defined
27074 command. Whenever you run the command @samp{foo}, if the user-defined
27075 command @samp{hook-foo} exists, it is executed (with no arguments)
27076 before that command.
27077
27078 @cindex hooks, post-command
27079 @kindex hookpost
27080 A hook may also be defined which is run after the command you executed.
27081 Whenever you run the command @samp{foo}, if the user-defined command
27082 @samp{hookpost-foo} exists, it is executed (with no arguments) after
27083 that command. Post-execution hooks may exist simultaneously with
27084 pre-execution hooks, for the same command.
27085
27086 It is valid for a hook to call the command which it hooks. If this
27087 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
27088
27089 @c It would be nice if hookpost could be passed a parameter indicating
27090 @c if the command it hooks executed properly or not. FIXME!
27091
27092 @kindex stop@r{, a pseudo-command}
27093 In addition, a pseudo-command, @samp{stop} exists. Defining
27094 (@samp{hook-stop}) makes the associated commands execute every time
27095 execution stops in your program: before breakpoint commands are run,
27096 displays are printed, or the stack frame is printed.
27097
27098 For example, to ignore @code{SIGALRM} signals while
27099 single-stepping, but treat them normally during normal execution,
27100 you could define:
27101
27102 @smallexample
27103 define hook-stop
27104 handle SIGALRM nopass
27105 end
27106
27107 define hook-run
27108 handle SIGALRM pass
27109 end
27110
27111 define hook-continue
27112 handle SIGALRM pass
27113 end
27114 @end smallexample
27115
27116 As a further example, to hook at the beginning and end of the @code{echo}
27117 command, and to add extra text to the beginning and end of the message,
27118 you could define:
27119
27120 @smallexample
27121 define hook-echo
27122 echo <<<---
27123 end
27124
27125 define hookpost-echo
27126 echo --->>>\n
27127 end
27128
27129 (@value{GDBP}) echo Hello World
27130 <<<---Hello World--->>>
27131 (@value{GDBP})
27132
27133 @end smallexample
27134
27135 You can define a hook for any single-word command in @value{GDBN}, but
27136 not for command aliases; you should define a hook for the basic command
27137 name, e.g.@: @code{backtrace} rather than @code{bt}.
27138 @c FIXME! So how does Joe User discover whether a command is an alias
27139 @c or not?
27140 You can hook a multi-word command by adding @code{hook-} or
27141 @code{hookpost-} to the last word of the command, e.g.@:
27142 @samp{define target hook-remote} to add a hook to @samp{target remote}.
27143
27144 If an error occurs during the execution of your hook, execution of
27145 @value{GDBN} commands stops and @value{GDBN} issues a prompt
27146 (before the command that you actually typed had a chance to run).
27147
27148 If you try to define a hook which does not match any known command, you
27149 get a warning from the @code{define} command.
27150
27151 @node Command Files
27152 @subsection Command Files
27153
27154 @cindex command files
27155 @cindex scripting commands
27156 A command file for @value{GDBN} is a text file made of lines that are
27157 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
27158 also be included. An empty line in a command file does nothing; it
27159 does not mean to repeat the last command, as it would from the
27160 terminal.
27161
27162 You can request the execution of a command file with the @code{source}
27163 command. Note that the @code{source} command is also used to evaluate
27164 scripts that are not Command Files. The exact behavior can be configured
27165 using the @code{script-extension} setting.
27166 @xref{Extending GDB,, Extending GDB}.
27167
27168 @table @code
27169 @kindex source
27170 @cindex execute commands from a file
27171 @item source [-s] [-v] @var{filename}
27172 Execute the command file @var{filename}.
27173 @end table
27174
27175 The lines in a command file are generally executed sequentially,
27176 unless the order of execution is changed by one of the
27177 @emph{flow-control commands} described below. The commands are not
27178 printed as they are executed. An error in any command terminates
27179 execution of the command file and control is returned to the console.
27180
27181 @value{GDBN} first searches for @var{filename} in the current directory.
27182 If the file is not found there, and @var{filename} does not specify a
27183 directory, then @value{GDBN} also looks for the file on the source search path
27184 (specified with the @samp{directory} command);
27185 except that @file{$cdir} is not searched because the compilation directory
27186 is not relevant to scripts.
27187
27188 If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
27189 on the search path even if @var{filename} specifies a directory.
27190 The search is done by appending @var{filename} to each element of the
27191 search path. So, for example, if @var{filename} is @file{mylib/myscript}
27192 and the search path contains @file{/home/user} then @value{GDBN} will
27193 look for the script @file{/home/user/mylib/myscript}.
27194 The search is also done if @var{filename} is an absolute path.
27195 For example, if @var{filename} is @file{/tmp/myscript} and
27196 the search path contains @file{/home/user} then @value{GDBN} will
27197 look for the script @file{/home/user/tmp/myscript}.
27198 For DOS-like systems, if @var{filename} contains a drive specification,
27199 it is stripped before concatenation. For example, if @var{filename} is
27200 @file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
27201 will look for the script @file{c:/tmp/myscript}.
27202
27203 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
27204 each command as it is executed. The option must be given before
27205 @var{filename}, and is interpreted as part of the filename anywhere else.
27206
27207 Commands that would ask for confirmation if used interactively proceed
27208 without asking when used in a command file. Many @value{GDBN} commands that
27209 normally print messages to say what they are doing omit the messages
27210 when called from command files.
27211
27212 @value{GDBN} also accepts command input from standard input. In this
27213 mode, normal output goes to standard output and error output goes to
27214 standard error. Errors in a command file supplied on standard input do
27215 not terminate execution of the command file---execution continues with
27216 the next command.
27217
27218 @smallexample
27219 gdb < cmds > log 2>&1
27220 @end smallexample
27221
27222 (The syntax above will vary depending on the shell used.) This example
27223 will execute commands from the file @file{cmds}. All output and errors
27224 would be directed to @file{log}.
27225
27226 Since commands stored on command files tend to be more general than
27227 commands typed interactively, they frequently need to deal with
27228 complicated situations, such as different or unexpected values of
27229 variables and symbols, changes in how the program being debugged is
27230 built, etc. @value{GDBN} provides a set of flow-control commands to
27231 deal with these complexities. Using these commands, you can write
27232 complex scripts that loop over data structures, execute commands
27233 conditionally, etc.
27234
27235 @table @code
27236 @kindex if
27237 @kindex else
27238 @item if
27239 @itemx else
27240 This command allows to include in your script conditionally executed
27241 commands. The @code{if} command takes a single argument, which is an
27242 expression to evaluate. It is followed by a series of commands that
27243 are executed only if the expression is true (its value is nonzero).
27244 There can then optionally be an @code{else} line, followed by a series
27245 of commands that are only executed if the expression was false. The
27246 end of the list is marked by a line containing @code{end}.
27247
27248 @kindex while
27249 @item while
27250 This command allows to write loops. Its syntax is similar to
27251 @code{if}: the command takes a single argument, which is an expression
27252 to evaluate, and must be followed by the commands to execute, one per
27253 line, terminated by an @code{end}. These commands are called the
27254 @dfn{body} of the loop. The commands in the body of @code{while} are
27255 executed repeatedly as long as the expression evaluates to true.
27256
27257 @kindex loop_break
27258 @item loop_break
27259 This command exits the @code{while} loop in whose body it is included.
27260 Execution of the script continues after that @code{while}s @code{end}
27261 line.
27262
27263 @kindex loop_continue
27264 @item loop_continue
27265 This command skips the execution of the rest of the body of commands
27266 in the @code{while} loop in whose body it is included. Execution
27267 branches to the beginning of the @code{while} loop, where it evaluates
27268 the controlling expression.
27269
27270 @kindex end@r{ (if/else/while commands)}
27271 @item end
27272 Terminate the block of commands that are the body of @code{if},
27273 @code{else}, or @code{while} flow-control commands.
27274 @end table
27275
27276
27277 @node Output
27278 @subsection Commands for Controlled Output
27279
27280 During the execution of a command file or a user-defined command, normal
27281 @value{GDBN} output is suppressed; the only output that appears is what is
27282 explicitly printed by the commands in the definition. This section
27283 describes three commands useful for generating exactly the output you
27284 want.
27285
27286 @table @code
27287 @kindex echo
27288 @item echo @var{text}
27289 @c I do not consider backslash-space a standard C escape sequence
27290 @c because it is not in ANSI.
27291 Print @var{text}. Nonprinting characters can be included in
27292 @var{text} using C escape sequences, such as @samp{\n} to print a
27293 newline. @strong{No newline is printed unless you specify one.}
27294 In addition to the standard C escape sequences, a backslash followed
27295 by a space stands for a space. This is useful for displaying a
27296 string with spaces at the beginning or the end, since leading and
27297 trailing spaces are otherwise trimmed from all arguments.
27298 To print @samp{@w{ }and foo =@w{ }}, use the command
27299 @samp{echo \@w{ }and foo = \@w{ }}.
27300
27301 A backslash at the end of @var{text} can be used, as in C, to continue
27302 the command onto subsequent lines. For example,
27303
27304 @smallexample
27305 echo This is some text\n\
27306 which is continued\n\
27307 onto several lines.\n
27308 @end smallexample
27309
27310 produces the same output as
27311
27312 @smallexample
27313 echo This is some text\n
27314 echo which is continued\n
27315 echo onto several lines.\n
27316 @end smallexample
27317
27318 @kindex output
27319 @item output @var{expression}
27320 Print the value of @var{expression} and nothing but that value: no
27321 newlines, no @samp{$@var{nn} = }. The value is not entered in the
27322 value history either. @xref{Expressions, ,Expressions}, for more information
27323 on expressions.
27324
27325 @item output/@var{fmt} @var{expression}
27326 Print the value of @var{expression} in format @var{fmt}. You can use
27327 the same formats as for @code{print}. @xref{Output Formats,,Output
27328 Formats}, for more information.
27329
27330 @kindex printf
27331 @item printf @var{template}, @var{expressions}@dots{}
27332 Print the values of one or more @var{expressions} under the control of
27333 the string @var{template}. To print several values, make
27334 @var{expressions} be a comma-separated list of individual expressions,
27335 which may be either numbers or pointers. Their values are printed as
27336 specified by @var{template}, exactly as a C program would do by
27337 executing the code below:
27338
27339 @smallexample
27340 printf (@var{template}, @var{expressions}@dots{});
27341 @end smallexample
27342
27343 As in @code{C} @code{printf}, ordinary characters in @var{template}
27344 are printed verbatim, while @dfn{conversion specification} introduced
27345 by the @samp{%} character cause subsequent @var{expressions} to be
27346 evaluated, their values converted and formatted according to type and
27347 style information encoded in the conversion specifications, and then
27348 printed.
27349
27350 For example, you can print two values in hex like this:
27351
27352 @smallexample
27353 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
27354 @end smallexample
27355
27356 @code{printf} supports all the standard @code{C} conversion
27357 specifications, including the flags and modifiers between the @samp{%}
27358 character and the conversion letter, with the following exceptions:
27359
27360 @itemize @bullet
27361 @item
27362 The argument-ordering modifiers, such as @samp{2$}, are not supported.
27363
27364 @item
27365 The modifier @samp{*} is not supported for specifying precision or
27366 width.
27367
27368 @item
27369 The @samp{'} flag (for separation of digits into groups according to
27370 @code{LC_NUMERIC'}) is not supported.
27371
27372 @item
27373 The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
27374 supported.
27375
27376 @item
27377 The conversion letter @samp{n} (as in @samp{%n}) is not supported.
27378
27379 @item
27380 The conversion letters @samp{a} and @samp{A} are not supported.
27381 @end itemize
27382
27383 @noindent
27384 Note that the @samp{ll} type modifier is supported only if the
27385 underlying @code{C} implementation used to build @value{GDBN} supports
27386 the @code{long long int} type, and the @samp{L} type modifier is
27387 supported only if @code{long double} type is available.
27388
27389 As in @code{C}, @code{printf} supports simple backslash-escape
27390 sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
27391 @samp{\a}, and @samp{\f}, that consist of backslash followed by a
27392 single character. Octal and hexadecimal escape sequences are not
27393 supported.
27394
27395 Additionally, @code{printf} supports conversion specifications for DFP
27396 (@dfn{Decimal Floating Point}) types using the following length modifiers
27397 together with a floating point specifier.
27398 letters:
27399
27400 @itemize @bullet
27401 @item
27402 @samp{H} for printing @code{Decimal32} types.
27403
27404 @item
27405 @samp{D} for printing @code{Decimal64} types.
27406
27407 @item
27408 @samp{DD} for printing @code{Decimal128} types.
27409 @end itemize
27410
27411 If the underlying @code{C} implementation used to build @value{GDBN} has
27412 support for the three length modifiers for DFP types, other modifiers
27413 such as width and precision will also be available for @value{GDBN} to use.
27414
27415 In case there is no such @code{C} support, no additional modifiers will be
27416 available and the value will be printed in the standard way.
27417
27418 Here's an example of printing DFP types using the above conversion letters:
27419 @smallexample
27420 printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
27421 @end smallexample
27422
27423 @anchor{eval}
27424 @kindex eval
27425 @item eval @var{template}, @var{expressions}@dots{}
27426 Convert the values of one or more @var{expressions} under the control of
27427 the string @var{template} to a command line, and call it.
27428
27429 @end table
27430
27431 @node Auto-loading sequences
27432 @subsection Controlling auto-loading native @value{GDBN} scripts
27433 @cindex native script auto-loading
27434
27435 When a new object file is read (for example, due to the @code{file}
27436 command, or because the inferior has loaded a shared library),
27437 @value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
27438 @xref{Auto-loading extensions}.
27439
27440 Auto-loading can be enabled or disabled,
27441 and the list of auto-loaded scripts can be printed.
27442
27443 @table @code
27444 @anchor{set auto-load gdb-scripts}
27445 @kindex set auto-load gdb-scripts
27446 @item set auto-load gdb-scripts [on|off]
27447 Enable or disable the auto-loading of canned sequences of commands scripts.
27448
27449 @anchor{show auto-load gdb-scripts}
27450 @kindex show auto-load gdb-scripts
27451 @item show auto-load gdb-scripts
27452 Show whether auto-loading of canned sequences of commands scripts is enabled or
27453 disabled.
27454
27455 @anchor{info auto-load gdb-scripts}
27456 @kindex info auto-load gdb-scripts
27457 @cindex print list of auto-loaded canned sequences of commands scripts
27458 @item info auto-load gdb-scripts [@var{regexp}]
27459 Print the list of all canned sequences of commands scripts that @value{GDBN}
27460 auto-loaded.
27461 @end table
27462
27463 If @var{regexp} is supplied only canned sequences of commands scripts with
27464 matching names are printed.
27465
27466 @node Aliases
27467 @section Command Aliases
27468 @cindex aliases for commands
27469
27470 Aliases allow you to define alternate spellings for existing commands.
27471 For example, if a new @value{GDBN} command defined in Python
27472 (@pxref{Python}) has a long name, it is handy to have an abbreviated
27473 version of it that involves less typing.
27474
27475 @value{GDBN} itself uses aliases. For example @samp{s} is an alias
27476 of the @samp{step} command even though it is otherwise an ambiguous
27477 abbreviation of other commands like @samp{set} and @samp{show}.
27478
27479 Aliases are also used to provide shortened or more common versions
27480 of multi-word commands. For example, @value{GDBN} provides the
27481 @samp{tty} alias of the @samp{set inferior-tty} command.
27482
27483 You can define a new alias with the @samp{alias} command.
27484
27485 @table @code
27486
27487 @kindex alias
27488 @item alias [-a] [--] @var{alias} = @var{command} [@var{default-args}]
27489
27490 @end table
27491
27492 @var{alias} specifies the name of the new alias. Each word of
27493 @var{alias} must consist of letters, numbers, dashes and underscores.
27494
27495 @var{command} specifies the name of an existing command
27496 that is being aliased.
27497
27498 @var{command} can also be the name of an existing alias. In this
27499 case, @var{command} cannot be an alias that has default arguments.
27500
27501 The @samp{-a} option specifies that the new alias is an abbreviation
27502 of the command. Abbreviations are not used in command completion.
27503
27504 The @samp{--} option specifies the end of options,
27505 and is useful when @var{alias} begins with a dash.
27506
27507 You can specify @var{default-args} for your alias. These
27508 @var{default-args} will be automatically added before the alias
27509 arguments typed explicitly on the command line.
27510
27511 For example, the below defines an alias @code{btfullall} that shows all local
27512 variables and all frame arguments:
27513 @smallexample
27514 (@value{GDBP}) alias btfullall = backtrace -full -frame-arguments all
27515 @end smallexample
27516
27517 For more information about @var{default-args}, see @ref{Command
27518 aliases default args, ,Default Arguments}.
27519
27520 Here is a simple example showing how to make an abbreviation of a
27521 command so that there is less to type. Suppose you were tired of
27522 typing @samp{disas}, the current shortest unambiguous abbreviation of
27523 the @samp{disassemble} command and you wanted an even shorter version
27524 named @samp{di}. The following will accomplish this.
27525
27526 @smallexample
27527 (gdb) alias -a di = disas
27528 @end smallexample
27529
27530 Note that aliases are different from user-defined commands. With a
27531 user-defined command, you also need to write documentation for it with
27532 the @samp{document} command. An alias automatically picks up the
27533 documentation of the existing command.
27534
27535 Here is an example where we make @samp{elms} an abbreviation of
27536 @samp{elements} in the @samp{set print elements} command.
27537 This is to show that you can make an abbreviation of any part
27538 of a command.
27539
27540 @smallexample
27541 (gdb) alias -a set print elms = set print elements
27542 (gdb) alias -a show print elms = show print elements
27543 (gdb) set p elms 20
27544 (gdb) show p elms
27545 Limit on string chars or array elements to print is 200.
27546 @end smallexample
27547
27548 Note that if you are defining an alias of a @samp{set} command,
27549 and you want to have an alias for the corresponding @samp{show}
27550 command, then you need to define the latter separately.
27551
27552 Unambiguously abbreviated commands are allowed in @var{command} and
27553 @var{alias}, just as they are normally.
27554
27555 @smallexample
27556 (gdb) alias -a set pr elms = set p ele
27557 @end smallexample
27558
27559 Finally, here is an example showing the creation of a one word
27560 alias for a more complex command.
27561 This creates alias @samp{spe} of the command @samp{set print elements}.
27562
27563 @smallexample
27564 (gdb) alias spe = set print elements
27565 (gdb) spe 20
27566 @end smallexample
27567
27568 @menu
27569 * Command aliases default args:: Default arguments for aliases
27570 @end menu
27571
27572 @node Command aliases default args
27573 @subsection Default Arguments
27574 @cindex aliases for commands, default arguments
27575
27576 You can tell @value{GDBN} to always prepend some default arguments to
27577 the list of arguments provided explicitly by the user when using a
27578 user-defined alias.
27579
27580 If you repeatedly use the same arguments or options for a command, you
27581 can define an alias for this command and tell @value{GDBN} to
27582 automatically prepend these arguments or options to the list of
27583 arguments you type explicitly when using the alias@footnote{@value{GDBN}
27584 could easily accept default arguments for pre-defined commands and aliases,
27585 but it was deemed this would be confusing, and so is not allowed.}.
27586
27587 For example, if you often use the command @code{thread apply all}
27588 specifying to work on the threads in ascending order and to continue in case it
27589 encounters an error, you can tell @value{GDBN} to automatically preprend
27590 the @code{-ascending} and @code{-c} options by using:
27591
27592 @smallexample
27593 (@value{GDBP}) alias thread apply asc-all = thread apply all -ascending -c
27594 @end smallexample
27595
27596 Once you have defined this alias with its default args, any time you type
27597 the @code{thread apply asc-all} followed by @code{some arguments},
27598 @value{GDBN} will execute @code{thread apply all -ascending -c some arguments}.
27599
27600 To have even less to type, you can also define a one word alias:
27601 @smallexample
27602 (@value{GDBP}) alias t_a_c = thread apply all -ascending -c
27603 @end smallexample
27604
27605 As usual, unambiguous abbreviations can be used for @var{alias}
27606 and @var{default-args}.
27607
27608 The different aliases of a command do not share their default args.
27609 For example, you define a new alias @code{bt_ALL} showing all possible
27610 information and another alias @code{bt_SMALL} showing very limited information
27611 using:
27612 @smallexample
27613 (@value{GDBP}) alias bt_ALL = backtrace -entry-values both -frame-arg all \
27614 -past-main -past-entry -full
27615 (@value{GDBP}) alias bt_SMALL = backtrace -entry-values no -frame-arg none \
27616 -past-main off -past-entry off
27617 @end smallexample
27618
27619 (For more on using the @code{alias} command, see @ref{Aliases}.)
27620
27621 Default args are not limited to the arguments and options of @var{command},
27622 but can specify nested commands if @var{command} accepts such a nested command
27623 as argument.
27624 For example, the below defines @code{faalocalsoftype} that lists the
27625 frames having locals of a certain type, together with the matching
27626 local vars:
27627 @smallexample
27628 (@value{GDBP}) alias faalocalsoftype = frame apply all info locals -q -t
27629 (@value{GDBP}) faalocalsoftype int
27630 #1 0x55554f5e in sleeper_or_burner (v=0xdf50) at sleepers.c:86
27631 i = 0
27632 ret = 21845
27633 @end smallexample
27634
27635 This is also very useful to define an alias for a set of nested @code{with}
27636 commands to have a particular combination of temporary settings. For example,
27637 the below defines the alias @code{pp10} that pretty prints an expression
27638 argument, with a maximum of 10 elements if the expression is a string or
27639 an array:
27640 @smallexample
27641 (@value{GDBP}) alias pp10 = with print pretty -- with print elements 10 -- print
27642 @end smallexample
27643 This defines the alias @code{pp10} as being a sequence of 3 commands.
27644 The first part @code{with print pretty --} temporarily activates the setting
27645 @code{set print pretty}, then launches the command that follows the separator
27646 @code{--}.
27647 The command following the first part is also a @code{with} command that
27648 temporarily changes the setting @code{set print elements} to 10, then
27649 launches the command that follows the second separator @code{--}.
27650 The third part @code{print} is the command the @code{pp10} alias will launch,
27651 using the temporary values of the settings and the arguments explicitly given
27652 by the user.
27653 For more information about the @code{with} command usage,
27654 see @ref{Command Settings}.
27655
27656 @c Python docs live in a separate file.
27657 @include python.texi
27658
27659 @c Guile docs live in a separate file.
27660 @include guile.texi
27661
27662 @node Auto-loading extensions
27663 @section Auto-loading extensions
27664 @cindex auto-loading extensions
27665
27666 @value{GDBN} provides two mechanisms for automatically loading
27667 extensions when a new object file is read (for example, due to the
27668 @code{file} command, or because the inferior has loaded a shared
27669 library): @file{@var{objfile}-gdb.@var{ext}} (@pxref{objfile-gdbdotext
27670 file,,The @file{@var{objfile}-gdb.@var{ext}} file}) and the
27671 @code{.debug_gdb_scripts} section of modern file formats like ELF
27672 (@pxref {dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
27673 section}). For a discussion of the differences between these two
27674 approaches see @ref{Which flavor to choose?}.
27675
27676 The auto-loading feature is useful for supplying application-specific
27677 debugging commands and features.
27678
27679 Auto-loading can be enabled or disabled,
27680 and the list of auto-loaded scripts can be printed.
27681 See the @samp{auto-loading} section of each extension language
27682 for more information.
27683 For @value{GDBN} command files see @ref{Auto-loading sequences}.
27684 For Python files see @ref{Python Auto-loading}.
27685
27686 Note that loading of this script file also requires accordingly configured
27687 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27688
27689 @menu
27690 * objfile-gdbdotext file:: The @file{@var{objfile}-gdb.@var{ext}} file
27691 * dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
27692 * Which flavor to choose?:: Choosing between these approaches
27693 @end menu
27694
27695 @node objfile-gdbdotext file
27696 @subsection The @file{@var{objfile}-gdb.@var{ext}} file
27697 @cindex @file{@var{objfile}-gdb.gdb}
27698 @cindex @file{@var{objfile}-gdb.py}
27699 @cindex @file{@var{objfile}-gdb.scm}
27700
27701 When a new object file is read, @value{GDBN} looks for a file named
27702 @file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
27703 where @var{objfile} is the object file's name and
27704 where @var{ext} is the file extension for the extension language:
27705
27706 @table @code
27707 @item @file{@var{objfile}-gdb.gdb}
27708 GDB's own command language
27709 @item @file{@var{objfile}-gdb.py}
27710 Python
27711 @item @file{@var{objfile}-gdb.scm}
27712 Guile
27713 @end table
27714
27715 @var{script-name} is formed by ensuring that the file name of @var{objfile}
27716 is absolute, following all symlinks, and resolving @code{.} and @code{..}
27717 components, and appending the @file{-gdb.@var{ext}} suffix.
27718 If this file exists and is readable, @value{GDBN} will evaluate it as a
27719 script in the specified extension language.
27720
27721 If this file does not exist, then @value{GDBN} will look for
27722 @var{script-name} file in all of the directories as specified below.
27723 (On MS-Windows/MS-DOS, the drive letter of the executable's leading
27724 directories is converted to a one-letter subdirectory, i.e.@:
27725 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
27726 filesystems disallow colons in file names.)
27727
27728 Note that loading of these files requires an accordingly configured
27729 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27730
27731 For object files using @file{.exe} suffix @value{GDBN} tries to load first the
27732 scripts normally according to its @file{.exe} filename. But if no scripts are
27733 found @value{GDBN} also tries script filenames matching the object file without
27734 its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
27735 is attempted on any platform. This makes the script filenames compatible
27736 between Unix and MS-Windows hosts.
27737
27738 @table @code
27739 @anchor{set auto-load scripts-directory}
27740 @kindex set auto-load scripts-directory
27741 @item set auto-load scripts-directory @r{[}@var{directories}@r{]}
27742 Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
27743 may be delimited by the host platform path separator in use
27744 (@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
27745
27746 Each entry here needs to be covered also by the security setting
27747 @code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
27748
27749 @anchor{with-auto-load-dir}
27750 This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
27751 @code{set auto-load safe-path} value can be also overriden by @value{GDBN}
27752 configuration option @option{--with-auto-load-dir}.
27753
27754 Any reference to @file{$debugdir} will get replaced by
27755 @var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
27756 reference to @file{$datadir} will get replaced by @var{data-directory} which is
27757 determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
27758 @file{$datadir} must be placed as a directory component --- either alone or
27759 delimited by @file{/} or @file{\} directory separators, depending on the host
27760 platform.
27761
27762 The list of directories uses path separator (@samp{:} on GNU and Unix
27763 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27764 to the @env{PATH} environment variable.
27765
27766 @anchor{show auto-load scripts-directory}
27767 @kindex show auto-load scripts-directory
27768 @item show auto-load scripts-directory
27769 Show @value{GDBN} auto-loaded scripts location.
27770
27771 @anchor{add-auto-load-scripts-directory}
27772 @kindex add-auto-load-scripts-directory
27773 @item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
27774 Add an entry (or list of entries) to the list of auto-loaded scripts locations.
27775 Multiple entries may be delimited by the host platform path separator in use.
27776 @end table
27777
27778 @value{GDBN} does not track which files it has already auto-loaded this way.
27779 @value{GDBN} will load the associated script every time the corresponding
27780 @var{objfile} is opened.
27781 So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
27782 is evaluated more than once.
27783
27784 @node dotdebug_gdb_scripts section
27785 @subsection The @code{.debug_gdb_scripts} section
27786 @cindex @code{.debug_gdb_scripts} section
27787
27788 For systems using file formats like ELF and COFF,
27789 when @value{GDBN} loads a new object file
27790 it will look for a special section named @code{.debug_gdb_scripts}.
27791 If this section exists, its contents is a list of null-terminated entries
27792 specifying scripts to load. Each entry begins with a non-null prefix byte that
27793 specifies the kind of entry, typically the extension language and whether the
27794 script is in a file or inlined in @code{.debug_gdb_scripts}.
27795
27796 The following entries are supported:
27797
27798 @table @code
27799 @item SECTION_SCRIPT_ID_PYTHON_FILE = 1
27800 @item SECTION_SCRIPT_ID_SCHEME_FILE = 3
27801 @item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
27802 @item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
27803 @end table
27804
27805 @subsubsection Script File Entries
27806
27807 If the entry specifies a file, @value{GDBN} will look for the file first
27808 in the current directory and then along the source search path
27809 (@pxref{Source Path, ,Specifying Source Directories}),
27810 except that @file{$cdir} is not searched, since the compilation
27811 directory is not relevant to scripts.
27812
27813 File entries can be placed in section @code{.debug_gdb_scripts} with,
27814 for example, this GCC macro for Python scripts.
27815
27816 @example
27817 /* Note: The "MS" section flags are to remove duplicates. */
27818 #define DEFINE_GDB_PY_SCRIPT(script_name) \
27819 asm("\
27820 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
27821 .byte 1 /* Python */\n\
27822 .asciz \"" script_name "\"\n\
27823 .popsection \n\
27824 ");
27825 @end example
27826
27827 @noindent
27828 For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
27829 Then one can reference the macro in a header or source file like this:
27830
27831 @example
27832 DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
27833 @end example
27834
27835 The script name may include directories if desired.
27836
27837 Note that loading of this script file also requires accordingly configured
27838 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27839
27840 If the macro invocation is put in a header, any application or library
27841 using this header will get a reference to the specified script,
27842 and with the use of @code{"MS"} attributes on the section, the linker
27843 will remove duplicates.
27844
27845 @subsubsection Script Text Entries
27846
27847 Script text entries allow to put the executable script in the entry
27848 itself instead of loading it from a file.
27849 The first line of the entry, everything after the prefix byte and up to
27850 the first newline (@code{0xa}) character, is the script name, and must not
27851 contain any kind of space character, e.g., spaces or tabs.
27852 The rest of the entry, up to the trailing null byte, is the script to
27853 execute in the specified language. The name needs to be unique among
27854 all script names, as @value{GDBN} executes each script only once based
27855 on its name.
27856
27857 Here is an example from file @file{py-section-script.c} in the @value{GDBN}
27858 testsuite.
27859
27860 @example
27861 #include "symcat.h"
27862 #include "gdb/section-scripts.h"
27863 asm(
27864 ".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
27865 ".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
27866 ".ascii \"gdb.inlined-script\\n\"\n"
27867 ".ascii \"class test_cmd (gdb.Command):\\n\"\n"
27868 ".ascii \" def __init__ (self):\\n\"\n"
27869 ".ascii \" super (test_cmd, self).__init__ ("
27870 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
27871 ".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
27872 ".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
27873 ".ascii \"test_cmd ()\\n\"\n"
27874 ".byte 0\n"
27875 ".popsection\n"
27876 );
27877 @end example
27878
27879 Loading of inlined scripts requires a properly configured
27880 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27881 The path to specify in @code{auto-load safe-path} is the path of the file
27882 containing the @code{.debug_gdb_scripts} section.
27883
27884 @node Which flavor to choose?
27885 @subsection Which flavor to choose?
27886
27887 Given the multiple ways of auto-loading extensions, it might not always
27888 be clear which one to choose. This section provides some guidance.
27889
27890 @noindent
27891 Benefits of the @file{-gdb.@var{ext}} way:
27892
27893 @itemize @bullet
27894 @item
27895 Can be used with file formats that don't support multiple sections.
27896
27897 @item
27898 Ease of finding scripts for public libraries.
27899
27900 Scripts specified in the @code{.debug_gdb_scripts} section are searched for
27901 in the source search path.
27902 For publicly installed libraries, e.g., @file{libstdc++}, there typically
27903 isn't a source directory in which to find the script.
27904
27905 @item
27906 Doesn't require source code additions.
27907 @end itemize
27908
27909 @noindent
27910 Benefits of the @code{.debug_gdb_scripts} way:
27911
27912 @itemize @bullet
27913 @item
27914 Works with static linking.
27915
27916 Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
27917 trigger their loading. When an application is statically linked the only
27918 objfile available is the executable, and it is cumbersome to attach all the
27919 scripts from all the input libraries to the executable's
27920 @file{-gdb.@var{ext}} script.
27921
27922 @item
27923 Works with classes that are entirely inlined.
27924
27925 Some classes can be entirely inlined, and thus there may not be an associated
27926 shared library to attach a @file{-gdb.@var{ext}} script to.
27927
27928 @item
27929 Scripts needn't be copied out of the source tree.
27930
27931 In some circumstances, apps can be built out of large collections of internal
27932 libraries, and the build infrastructure necessary to install the
27933 @file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
27934 cumbersome. It may be easier to specify the scripts in the
27935 @code{.debug_gdb_scripts} section as relative paths, and add a path to the
27936 top of the source tree to the source search path.
27937 @end itemize
27938
27939 @node Multiple Extension Languages
27940 @section Multiple Extension Languages
27941
27942 The Guile and Python extension languages do not share any state,
27943 and generally do not interfere with each other.
27944 There are some things to be aware of, however.
27945
27946 @subsection Python comes first
27947
27948 Python was @value{GDBN}'s first extension language, and to avoid breaking
27949 existing behaviour Python comes first. This is generally solved by the
27950 ``first one wins'' principle. @value{GDBN} maintains a list of enabled
27951 extension languages, and when it makes a call to an extension language,
27952 (say to pretty-print a value), it tries each in turn until an extension
27953 language indicates it has performed the request (e.g., has returned the
27954 pretty-printed form of a value).
27955 This extends to errors while performing such requests: If an error happens
27956 while, for example, trying to pretty-print an object then the error is
27957 reported and any following extension languages are not tried.
27958
27959 @node Interpreters
27960 @chapter Command Interpreters
27961 @cindex command interpreters
27962
27963 @value{GDBN} supports multiple command interpreters, and some command
27964 infrastructure to allow users or user interface writers to switch
27965 between interpreters or run commands in other interpreters.
27966
27967 @value{GDBN} currently supports two command interpreters, the console
27968 interpreter (sometimes called the command-line interpreter or @sc{cli})
27969 and the machine interface interpreter (or @sc{gdb/mi}). This manual
27970 describes both of these interfaces in great detail.
27971
27972 By default, @value{GDBN} will start with the console interpreter.
27973 However, the user may choose to start @value{GDBN} with another
27974 interpreter by specifying the @option{-i} or @option{--interpreter}
27975 startup options. Defined interpreters include:
27976
27977 @table @code
27978 @item console
27979 @cindex console interpreter
27980 The traditional console or command-line interpreter. This is the most often
27981 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
27982 @value{GDBN} will use this interpreter.
27983
27984 @item mi
27985 @cindex mi interpreter
27986 The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
27987 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
27988 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
27989 Interface}.
27990
27991 @item mi3
27992 @cindex mi3 interpreter
27993 The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
27994
27995 @item mi2
27996 @cindex mi2 interpreter
27997 The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
27998
27999 @item mi1
28000 @cindex mi1 interpreter
28001 The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
28002
28003 @end table
28004
28005 @cindex invoke another interpreter
28006
28007 @kindex interpreter-exec
28008 You may execute commands in any interpreter from the current
28009 interpreter using the appropriate command. If you are running the
28010 console interpreter, simply use the @code{interpreter-exec} command:
28011
28012 @smallexample
28013 interpreter-exec mi "-data-list-register-names"
28014 @end smallexample
28015
28016 @sc{gdb/mi} has a similar command, although it is only available in versions of
28017 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
28018
28019 Note that @code{interpreter-exec} only changes the interpreter for the
28020 duration of the specified command. It does not change the interpreter
28021 permanently.
28022
28023 @cindex start a new independent interpreter
28024
28025 Although you may only choose a single interpreter at startup, it is
28026 possible to run an independent interpreter on a specified input/output
28027 device (usually a tty).
28028
28029 For example, consider a debugger GUI or IDE that wants to provide a
28030 @value{GDBN} console view. It may do so by embedding a terminal
28031 emulator widget in its GUI, starting @value{GDBN} in the traditional
28032 command-line mode with stdin/stdout/stderr redirected to that
28033 terminal, and then creating an MI interpreter running on a specified
28034 input/output device. The console interpreter created by @value{GDBN}
28035 at startup handles commands the user types in the terminal widget,
28036 while the GUI controls and synchronizes state with @value{GDBN} using
28037 the separate MI interpreter.
28038
28039 To start a new secondary @dfn{user interface} running MI, use the
28040 @code{new-ui} command:
28041
28042 @kindex new-ui
28043 @cindex new user interface
28044 @smallexample
28045 new-ui @var{interpreter} @var{tty}
28046 @end smallexample
28047
28048 The @var{interpreter} parameter specifies the interpreter to run.
28049 This accepts the same values as the @code{interpreter-exec} command.
28050 For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
28051 @var{tty} parameter specifies the name of the bidirectional file the
28052 interpreter uses for input/output, usually the name of a
28053 pseudoterminal slave on Unix systems. For example:
28054
28055 @smallexample
28056 (@value{GDBP}) new-ui mi /dev/pts/9
28057 @end smallexample
28058
28059 @noindent
28060 runs an MI interpreter on @file{/dev/pts/9}.
28061
28062 @node TUI
28063 @chapter @value{GDBN} Text User Interface
28064 @cindex TUI
28065 @cindex Text User Interface
28066
28067 @menu
28068 * TUI Overview:: TUI overview
28069 * TUI Keys:: TUI key bindings
28070 * TUI Single Key Mode:: TUI single key mode
28071 * TUI Commands:: TUI-specific commands
28072 * TUI Configuration:: TUI configuration variables
28073 @end menu
28074
28075 The @value{GDBN} Text User Interface (TUI) is a terminal
28076 interface which uses the @code{curses} library to show the source
28077 file, the assembly output, the program registers and @value{GDBN}
28078 commands in separate text windows. The TUI mode is supported only
28079 on platforms where a suitable version of the @code{curses} library
28080 is available.
28081
28082 The TUI mode is enabled by default when you invoke @value{GDBN} as
28083 @samp{@value{GDBP} -tui}.
28084 You can also switch in and out of TUI mode while @value{GDBN} runs by
28085 using various TUI commands and key bindings, such as @command{tui
28086 enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
28087 @ref{TUI Keys, ,TUI Key Bindings}.
28088
28089 @node TUI Overview
28090 @section TUI Overview
28091
28092 In TUI mode, @value{GDBN} can display several text windows:
28093
28094 @table @emph
28095 @item command
28096 This window is the @value{GDBN} command window with the @value{GDBN}
28097 prompt and the @value{GDBN} output. The @value{GDBN} input is still
28098 managed using readline.
28099
28100 @item source
28101 The source window shows the source file of the program. The current
28102 line and active breakpoints are displayed in this window.
28103
28104 @item assembly
28105 The assembly window shows the disassembly output of the program.
28106
28107 @item register
28108 This window shows the processor registers. Registers are highlighted
28109 when their values change.
28110 @end table
28111
28112 The source and assembly windows show the current program position
28113 by highlighting the current line and marking it with a @samp{>} marker.
28114 Breakpoints are indicated with two markers. The first marker
28115 indicates the breakpoint type:
28116
28117 @table @code
28118 @item B
28119 Breakpoint which was hit at least once.
28120
28121 @item b
28122 Breakpoint which was never hit.
28123
28124 @item H
28125 Hardware breakpoint which was hit at least once.
28126
28127 @item h
28128 Hardware breakpoint which was never hit.
28129 @end table
28130
28131 The second marker indicates whether the breakpoint is enabled or not:
28132
28133 @table @code
28134 @item +
28135 Breakpoint is enabled.
28136
28137 @item -
28138 Breakpoint is disabled.
28139 @end table
28140
28141 The source, assembly and register windows are updated when the current
28142 thread changes, when the frame changes, or when the program counter
28143 changes.
28144
28145 These windows are not all visible at the same time. The command
28146 window is always visible. The others can be arranged in several
28147 layouts:
28148
28149 @itemize @bullet
28150 @item
28151 source only,
28152
28153 @item
28154 assembly only,
28155
28156 @item
28157 source and assembly,
28158
28159 @item
28160 source and registers, or
28161
28162 @item
28163 assembly and registers.
28164 @end itemize
28165
28166 These are the standard layouts, but other layouts can be defined.
28167
28168 A status line above the command window shows the following information:
28169
28170 @table @emph
28171 @item target
28172 Indicates the current @value{GDBN} target.
28173 (@pxref{Targets, ,Specifying a Debugging Target}).
28174
28175 @item process
28176 Gives the current process or thread number.
28177 When no process is being debugged, this field is set to @code{No process}.
28178
28179 @item function
28180 Gives the current function name for the selected frame.
28181 The name is demangled if demangling is turned on (@pxref{Print Settings}).
28182 When there is no symbol corresponding to the current program counter,
28183 the string @code{??} is displayed.
28184
28185 @item line
28186 Indicates the current line number for the selected frame.
28187 When the current line number is not known, the string @code{??} is displayed.
28188
28189 @item pc
28190 Indicates the current program counter address.
28191 @end table
28192
28193 @node TUI Keys
28194 @section TUI Key Bindings
28195 @cindex TUI key bindings
28196
28197 The TUI installs several key bindings in the readline keymaps
28198 @ifset SYSTEM_READLINE
28199 (@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
28200 @end ifset
28201 @ifclear SYSTEM_READLINE
28202 (@pxref{Command Line Editing}).
28203 @end ifclear
28204 The following key bindings are installed for both TUI mode and the
28205 @value{GDBN} standard mode.
28206
28207 @table @kbd
28208 @kindex C-x C-a
28209 @item C-x C-a
28210 @kindex C-x a
28211 @itemx C-x a
28212 @kindex C-x A
28213 @itemx C-x A
28214 Enter or leave the TUI mode. When leaving the TUI mode,
28215 the curses window management stops and @value{GDBN} operates using
28216 its standard mode, writing on the terminal directly. When reentering
28217 the TUI mode, control is given back to the curses windows.
28218 The screen is then refreshed.
28219
28220 This key binding uses the bindable Readline function
28221 @code{tui-switch-mode}.
28222
28223 @kindex C-x 1
28224 @item C-x 1
28225 Use a TUI layout with only one window. The layout will
28226 either be @samp{source} or @samp{assembly}. When the TUI mode
28227 is not active, it will switch to the TUI mode.
28228
28229 Think of this key binding as the Emacs @kbd{C-x 1} binding.
28230
28231 This key binding uses the bindable Readline function
28232 @code{tui-delete-other-windows}.
28233
28234 @kindex C-x 2
28235 @item C-x 2
28236 Use a TUI layout with at least two windows. When the current
28237 layout already has two windows, the next layout with two windows is used.
28238 When a new layout is chosen, one window will always be common to the
28239 previous layout and the new one.
28240
28241 Think of it as the Emacs @kbd{C-x 2} binding.
28242
28243 This key binding uses the bindable Readline function
28244 @code{tui-change-windows}.
28245
28246 @kindex C-x o
28247 @item C-x o
28248 Change the active window. The TUI associates several key bindings
28249 (like scrolling and arrow keys) with the active window. This command
28250 gives the focus to the next TUI window.
28251
28252 Think of it as the Emacs @kbd{C-x o} binding.
28253
28254 This key binding uses the bindable Readline function
28255 @code{tui-other-window}.
28256
28257 @kindex C-x s
28258 @item C-x s
28259 Switch in and out of the TUI SingleKey mode that binds single
28260 keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
28261
28262 This key binding uses the bindable Readline function
28263 @code{next-keymap}.
28264 @end table
28265
28266 The following key bindings only work in the TUI mode:
28267
28268 @table @asis
28269 @kindex PgUp
28270 @item @key{PgUp}
28271 Scroll the active window one page up.
28272
28273 @kindex PgDn
28274 @item @key{PgDn}
28275 Scroll the active window one page down.
28276
28277 @kindex Up
28278 @item @key{Up}
28279 Scroll the active window one line up.
28280
28281 @kindex Down
28282 @item @key{Down}
28283 Scroll the active window one line down.
28284
28285 @kindex Left
28286 @item @key{Left}
28287 Scroll the active window one column left.
28288
28289 @kindex Right
28290 @item @key{Right}
28291 Scroll the active window one column right.
28292
28293 @kindex C-L
28294 @item @kbd{C-L}
28295 Refresh the screen.
28296 @end table
28297
28298 Because the arrow keys scroll the active window in the TUI mode, they
28299 are not available for their normal use by readline unless the command
28300 window has the focus. When another window is active, you must use
28301 other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
28302 and @kbd{C-f} to control the command window.
28303
28304 @node TUI Single Key Mode
28305 @section TUI Single Key Mode
28306 @cindex TUI single key mode
28307
28308 The TUI also provides a @dfn{SingleKey} mode, which binds several
28309 frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
28310 switch into this mode, where the following key bindings are used:
28311
28312 @table @kbd
28313 @kindex c @r{(SingleKey TUI key)}
28314 @item c
28315 continue
28316
28317 @kindex d @r{(SingleKey TUI key)}
28318 @item d
28319 down
28320
28321 @kindex f @r{(SingleKey TUI key)}
28322 @item f
28323 finish
28324
28325 @kindex n @r{(SingleKey TUI key)}
28326 @item n
28327 next
28328
28329 @kindex o @r{(SingleKey TUI key)}
28330 @item o
28331 nexti. The shortcut letter @samp{o} stands for ``step Over''.
28332
28333 @kindex q @r{(SingleKey TUI key)}
28334 @item q
28335 exit the SingleKey mode.
28336
28337 @kindex r @r{(SingleKey TUI key)}
28338 @item r
28339 run
28340
28341 @kindex s @r{(SingleKey TUI key)}
28342 @item s
28343 step
28344
28345 @kindex i @r{(SingleKey TUI key)}
28346 @item i
28347 stepi. The shortcut letter @samp{i} stands for ``step Into''.
28348
28349 @kindex u @r{(SingleKey TUI key)}
28350 @item u
28351 up
28352
28353 @kindex v @r{(SingleKey TUI key)}
28354 @item v
28355 info locals
28356
28357 @kindex w @r{(SingleKey TUI key)}
28358 @item w
28359 where
28360 @end table
28361
28362 Other keys temporarily switch to the @value{GDBN} command prompt.
28363 The key that was pressed is inserted in the editing buffer so that
28364 it is possible to type most @value{GDBN} commands without interaction
28365 with the TUI SingleKey mode. Once the command is entered the TUI
28366 SingleKey mode is restored. The only way to permanently leave
28367 this mode is by typing @kbd{q} or @kbd{C-x s}.
28368
28369 @cindex SingleKey keymap name
28370 If @value{GDBN} was built with Readline 8.0 or later, the TUI
28371 SingleKey keymap will be named @samp{SingleKey}. This can be used in
28372 @file{.inputrc} to add additional bindings to this keymap.
28373
28374 @node TUI Commands
28375 @section TUI-specific Commands
28376 @cindex TUI commands
28377
28378 The TUI has specific commands to control the text windows.
28379 These commands are always available, even when @value{GDBN} is not in
28380 the TUI mode. When @value{GDBN} is in the standard mode, most
28381 of these commands will automatically switch to the TUI mode.
28382
28383 Note that if @value{GDBN}'s @code{stdout} is not connected to a
28384 terminal, or @value{GDBN} has been started with the machine interface
28385 interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
28386 these commands will fail with an error, because it would not be
28387 possible or desirable to enable curses window management.
28388
28389 @table @code
28390 @item tui enable
28391 @kindex tui enable
28392 Activate TUI mode. The last active TUI window layout will be used if
28393 TUI mode has previously been used in the current debugging session,
28394 otherwise a default layout is used.
28395
28396 @item tui disable
28397 @kindex tui disable
28398 Disable TUI mode, returning to the console interpreter.
28399
28400 @item info win
28401 @kindex info win
28402 List and give the size of all displayed windows.
28403
28404 @item tui new-layout @var{name} @var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}
28405 @kindex tui new-layout
28406 Create a new TUI layout. The new layout will be named @var{name}, and
28407 can be accessed using the @code{layout} command (see below).
28408
28409 Each @var{window} parameter is either the name of a window to display,
28410 or a window description. The windows will be displayed from top to
28411 bottom in the order listed.
28412
28413 The names of the windows are the same as the ones given to the
28414 @code{focus} command (see below); additional, the @code{status}
28415 window can be specified. Note that, because it is of fixed height,
28416 the weight assigned to the status window is of no importance. It is
28417 conventional to use @samp{0} here.
28418
28419 A window description looks a bit like an invocation of @code{tui
28420 new-layout}, and is of the form
28421 @{@r{[}@code{-horizontal}@r{]}@var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}@}.
28422
28423 This specifies a sub-layout. If @code{-horizontal} is given, the
28424 windows in this description will be arranged side-by-side, rather than
28425 top-to-bottom.
28426
28427 Each @var{weight} is an integer. It is the weight of this window
28428 relative to all the other windows in the layout. These numbers are
28429 used to calculate how much of the screen is given to each window.
28430
28431 For example:
28432
28433 @example
28434 (gdb) tui new-layout example src 1 regs 1 status 0 cmd 1
28435 @end example
28436
28437 Here, the new layout is called @samp{example}. It shows the source
28438 and register windows, followed by the status window, and then finally
28439 the command window. The non-status windows all have the same weight,
28440 so the terminal will be split into three roughly equal sections.
28441
28442 Here is a more complex example, showing a horizontal layout:
28443
28444 @example
28445 (gdb) tui new-layout example @{-horizontal src 1 asm 1@} 2 status 0 cmd 1
28446 @end example
28447
28448 This will result in side-by-side source and assembly windows; with the
28449 status and command window being beneath these, filling the entire
28450 width of the terminal. Because they have weight 2, the source and
28451 assembly windows will be twice the height of the command window.
28452
28453 @item layout @var{name}
28454 @kindex layout
28455 Changes which TUI windows are displayed. The @var{name} parameter
28456 controls which layout is shown. It can be either one of the built-in
28457 layout names, or the name of a layout defined by the user using
28458 @code{tui new-layout}.
28459
28460 The built-in layouts are as follows:
28461
28462 @table @code
28463 @item next
28464 Display the next layout.
28465
28466 @item prev
28467 Display the previous layout.
28468
28469 @item src
28470 Display the source and command windows.
28471
28472 @item asm
28473 Display the assembly and command windows.
28474
28475 @item split
28476 Display the source, assembly, and command windows.
28477
28478 @item regs
28479 When in @code{src} layout display the register, source, and command
28480 windows. When in @code{asm} or @code{split} layout display the
28481 register, assembler, and command windows.
28482 @end table
28483
28484 @item focus @var{name}
28485 @kindex focus
28486 Changes which TUI window is currently active for scrolling. The
28487 @var{name} parameter can be any of the following:
28488
28489 @table @code
28490 @item next
28491 Make the next window active for scrolling.
28492
28493 @item prev
28494 Make the previous window active for scrolling.
28495
28496 @item src
28497 Make the source window active for scrolling.
28498
28499 @item asm
28500 Make the assembly window active for scrolling.
28501
28502 @item regs
28503 Make the register window active for scrolling.
28504
28505 @item cmd
28506 Make the command window active for scrolling.
28507 @end table
28508
28509 @item refresh
28510 @kindex refresh
28511 Refresh the screen. This is similar to typing @kbd{C-L}.
28512
28513 @item tui reg @var{group}
28514 @kindex tui reg
28515 Changes the register group displayed in the tui register window to
28516 @var{group}. If the register window is not currently displayed this
28517 command will cause the register window to be displayed. The list of
28518 register groups, as well as their order is target specific. The
28519 following groups are available on most targets:
28520 @table @code
28521 @item next
28522 Repeatedly selecting this group will cause the display to cycle
28523 through all of the available register groups.
28524
28525 @item prev
28526 Repeatedly selecting this group will cause the display to cycle
28527 through all of the available register groups in the reverse order to
28528 @var{next}.
28529
28530 @item general
28531 Display the general registers.
28532 @item float
28533 Display the floating point registers.
28534 @item system
28535 Display the system registers.
28536 @item vector
28537 Display the vector registers.
28538 @item all
28539 Display all registers.
28540 @end table
28541
28542 @item update
28543 @kindex update
28544 Update the source window and the current execution point.
28545
28546 @item winheight @var{name} +@var{count}
28547 @itemx winheight @var{name} -@var{count}
28548 @kindex winheight
28549 Change the height of the window @var{name} by @var{count}
28550 lines. Positive counts increase the height, while negative counts
28551 decrease it. The @var{name} parameter can be one of @code{src} (the
28552 source window), @code{cmd} (the command window), @code{asm} (the
28553 disassembly window), or @code{regs} (the register display window).
28554 @end table
28555
28556 @node TUI Configuration
28557 @section TUI Configuration Variables
28558 @cindex TUI configuration variables
28559
28560 Several configuration variables control the appearance of TUI windows.
28561
28562 @table @code
28563 @item set tui border-kind @var{kind}
28564 @kindex set tui border-kind
28565 Select the border appearance for the source, assembly and register windows.
28566 The possible values are the following:
28567 @table @code
28568 @item space
28569 Use a space character to draw the border.
28570
28571 @item ascii
28572 Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
28573
28574 @item acs
28575 Use the Alternate Character Set to draw the border. The border is
28576 drawn using character line graphics if the terminal supports them.
28577 @end table
28578
28579 @item set tui border-mode @var{mode}
28580 @kindex set tui border-mode
28581 @itemx set tui active-border-mode @var{mode}
28582 @kindex set tui active-border-mode
28583 Select the display attributes for the borders of the inactive windows
28584 or the active window. The @var{mode} can be one of the following:
28585 @table @code
28586 @item normal
28587 Use normal attributes to display the border.
28588
28589 @item standout
28590 Use standout mode.
28591
28592 @item reverse
28593 Use reverse video mode.
28594
28595 @item half
28596 Use half bright mode.
28597
28598 @item half-standout
28599 Use half bright and standout mode.
28600
28601 @item bold
28602 Use extra bright or bold mode.
28603
28604 @item bold-standout
28605 Use extra bright or bold and standout mode.
28606 @end table
28607
28608 @item set tui tab-width @var{nchars}
28609 @kindex set tui tab-width
28610 @kindex tabset
28611 Set the width of tab stops to be @var{nchars} characters. This
28612 setting affects the display of TAB characters in the source and
28613 assembly windows.
28614
28615 @item set tui compact-source @r{[}on@r{|}off@r{]}
28616 @kindex set tui compact-source
28617 Set whether the TUI source window is displayed in ``compact'' form.
28618 The default display uses more space for line numbers and starts the
28619 source text at the next tab stop; the compact display uses only as
28620 much space as is needed for the line numbers in the current file, and
28621 only a single space to separate the line numbers from the source.
28622 @end table
28623
28624 Note that the colors of the TUI borders can be controlled using the
28625 appropriate @code{set style} commands. @xref{Output Styling}.
28626
28627 @node Emacs
28628 @chapter Using @value{GDBN} under @sc{gnu} Emacs
28629
28630 @cindex Emacs
28631 @cindex @sc{gnu} Emacs
28632 A special interface allows you to use @sc{gnu} Emacs to view (and
28633 edit) the source files for the program you are debugging with
28634 @value{GDBN}.
28635
28636 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
28637 executable file you want to debug as an argument. This command starts
28638 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
28639 created Emacs buffer.
28640 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
28641
28642 Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
28643 things:
28644
28645 @itemize @bullet
28646 @item
28647 All ``terminal'' input and output goes through an Emacs buffer, called
28648 the GUD buffer.
28649
28650 This applies both to @value{GDBN} commands and their output, and to the input
28651 and output done by the program you are debugging.
28652
28653 This is useful because it means that you can copy the text of previous
28654 commands and input them again; you can even use parts of the output
28655 in this way.
28656
28657 All the facilities of Emacs' Shell mode are available for interacting
28658 with your program. In particular, you can send signals the usual
28659 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
28660 stop.
28661
28662 @item
28663 @value{GDBN} displays source code through Emacs.
28664
28665 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
28666 source file for that frame and puts an arrow (@samp{=>}) at the
28667 left margin of the current line. Emacs uses a separate buffer for
28668 source display, and splits the screen to show both your @value{GDBN} session
28669 and the source.
28670
28671 Explicit @value{GDBN} @code{list} or search commands still produce output as
28672 usual, but you probably have no reason to use them from Emacs.
28673 @end itemize
28674
28675 We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
28676 a graphical mode, enabled by default, which provides further buffers
28677 that can control the execution and describe the state of your program.
28678 @xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
28679
28680 If you specify an absolute file name when prompted for the @kbd{M-x
28681 gdb} argument, then Emacs sets your current working directory to where
28682 your program resides. If you only specify the file name, then Emacs
28683 sets your current working directory to the directory associated
28684 with the previous buffer. In this case, @value{GDBN} may find your
28685 program by searching your environment's @code{PATH} variable, but on
28686 some operating systems it might not find the source. So, although the
28687 @value{GDBN} input and output session proceeds normally, the auxiliary
28688 buffer does not display the current source and line of execution.
28689
28690 The initial working directory of @value{GDBN} is printed on the top
28691 line of the GUD buffer and this serves as a default for the commands
28692 that specify files for @value{GDBN} to operate on. @xref{Files,
28693 ,Commands to Specify Files}.
28694
28695 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
28696 need to call @value{GDBN} by a different name (for example, if you
28697 keep several configurations around, with different names) you can
28698 customize the Emacs variable @code{gud-gdb-command-name} to run the
28699 one you want.
28700
28701 In the GUD buffer, you can use these special Emacs commands in
28702 addition to the standard Shell mode commands:
28703
28704 @table @kbd
28705 @item C-h m
28706 Describe the features of Emacs' GUD Mode.
28707
28708 @item C-c C-s
28709 Execute to another source line, like the @value{GDBN} @code{step} command; also
28710 update the display window to show the current file and location.
28711
28712 @item C-c C-n
28713 Execute to next source line in this function, skipping all function
28714 calls, like the @value{GDBN} @code{next} command. Then update the display window
28715 to show the current file and location.
28716
28717 @item C-c C-i
28718 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
28719 display window accordingly.
28720
28721 @item C-c C-f
28722 Execute until exit from the selected stack frame, like the @value{GDBN}
28723 @code{finish} command.
28724
28725 @item C-c C-r
28726 Continue execution of your program, like the @value{GDBN} @code{continue}
28727 command.
28728
28729 @item C-c <
28730 Go up the number of frames indicated by the numeric argument
28731 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
28732 like the @value{GDBN} @code{up} command.
28733
28734 @item C-c >
28735 Go down the number of frames indicated by the numeric argument, like the
28736 @value{GDBN} @code{down} command.
28737 @end table
28738
28739 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
28740 tells @value{GDBN} to set a breakpoint on the source line point is on.
28741
28742 In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
28743 separate frame which shows a backtrace when the GUD buffer is current.
28744 Move point to any frame in the stack and type @key{RET} to make it
28745 become the current frame and display the associated source in the
28746 source buffer. Alternatively, click @kbd{Mouse-2} to make the
28747 selected frame become the current one. In graphical mode, the
28748 speedbar displays watch expressions.
28749
28750 If you accidentally delete the source-display buffer, an easy way to get
28751 it back is to type the command @code{f} in the @value{GDBN} buffer, to
28752 request a frame display; when you run under Emacs, this recreates
28753 the source buffer if necessary to show you the context of the current
28754 frame.
28755
28756 The source files displayed in Emacs are in ordinary Emacs buffers
28757 which are visiting the source files in the usual way. You can edit
28758 the files with these buffers if you wish; but keep in mind that @value{GDBN}
28759 communicates with Emacs in terms of line numbers. If you add or
28760 delete lines from the text, the line numbers that @value{GDBN} knows cease
28761 to correspond properly with the code.
28762
28763 A more detailed description of Emacs' interaction with @value{GDBN} is
28764 given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
28765 Emacs Manual}).
28766
28767 @node GDB/MI
28768 @chapter The @sc{gdb/mi} Interface
28769
28770 @unnumberedsec Function and Purpose
28771
28772 @cindex @sc{gdb/mi}, its purpose
28773 @sc{gdb/mi} is a line based machine oriented text interface to
28774 @value{GDBN} and is activated by specifying using the
28775 @option{--interpreter} command line option (@pxref{Mode Options}). It
28776 is specifically intended to support the development of systems which
28777 use the debugger as just one small component of a larger system.
28778
28779 This chapter is a specification of the @sc{gdb/mi} interface. It is written
28780 in the form of a reference manual.
28781
28782 Note that @sc{gdb/mi} is still under construction, so some of the
28783 features described below are incomplete and subject to change
28784 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
28785
28786 @unnumberedsec Notation and Terminology
28787
28788 @cindex notational conventions, for @sc{gdb/mi}
28789 This chapter uses the following notation:
28790
28791 @itemize @bullet
28792 @item
28793 @code{|} separates two alternatives.
28794
28795 @item
28796 @code{[ @var{something} ]} indicates that @var{something} is optional:
28797 it may or may not be given.
28798
28799 @item
28800 @code{( @var{group} )*} means that @var{group} inside the parentheses
28801 may repeat zero or more times.
28802
28803 @item
28804 @code{( @var{group} )+} means that @var{group} inside the parentheses
28805 may repeat one or more times.
28806
28807 @item
28808 @code{"@var{string}"} means a literal @var{string}.
28809 @end itemize
28810
28811 @ignore
28812 @heading Dependencies
28813 @end ignore
28814
28815 @menu
28816 * GDB/MI General Design::
28817 * GDB/MI Command Syntax::
28818 * GDB/MI Compatibility with CLI::
28819 * GDB/MI Development and Front Ends::
28820 * GDB/MI Output Records::
28821 * GDB/MI Simple Examples::
28822 * GDB/MI Command Description Format::
28823 * GDB/MI Breakpoint Commands::
28824 * GDB/MI Catchpoint Commands::
28825 * GDB/MI Program Context::
28826 * GDB/MI Thread Commands::
28827 * GDB/MI Ada Tasking Commands::
28828 * GDB/MI Program Execution::
28829 * GDB/MI Stack Manipulation::
28830 * GDB/MI Variable Objects::
28831 * GDB/MI Data Manipulation::
28832 * GDB/MI Tracepoint Commands::
28833 * GDB/MI Symbol Query::
28834 * GDB/MI File Commands::
28835 @ignore
28836 * GDB/MI Kod Commands::
28837 * GDB/MI Memory Overlay Commands::
28838 * GDB/MI Signal Handling Commands::
28839 @end ignore
28840 * GDB/MI Target Manipulation::
28841 * GDB/MI File Transfer Commands::
28842 * GDB/MI Ada Exceptions Commands::
28843 * GDB/MI Support Commands::
28844 * GDB/MI Miscellaneous Commands::
28845 @end menu
28846
28847 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28848 @node GDB/MI General Design
28849 @section @sc{gdb/mi} General Design
28850 @cindex GDB/MI General Design
28851
28852 Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
28853 parts---commands sent to @value{GDBN}, responses to those commands
28854 and notifications. Each command results in exactly one response,
28855 indicating either successful completion of the command, or an error.
28856 For the commands that do not resume the target, the response contains the
28857 requested information. For the commands that resume the target, the
28858 response only indicates whether the target was successfully resumed.
28859 Notifications is the mechanism for reporting changes in the state of the
28860 target, or in @value{GDBN} state, that cannot conveniently be associated with
28861 a command and reported as part of that command response.
28862
28863 The important examples of notifications are:
28864 @itemize @bullet
28865
28866 @item
28867 Exec notifications. These are used to report changes in
28868 target state---when a target is resumed, or stopped. It would not
28869 be feasible to include this information in response of resuming
28870 commands, because one resume commands can result in multiple events in
28871 different threads. Also, quite some time may pass before any event
28872 happens in the target, while a frontend needs to know whether the resuming
28873 command itself was successfully executed.
28874
28875 @item
28876 Console output, and status notifications. Console output
28877 notifications are used to report output of CLI commands, as well as
28878 diagnostics for other commands. Status notifications are used to
28879 report the progress of a long-running operation. Naturally, including
28880 this information in command response would mean no output is produced
28881 until the command is finished, which is undesirable.
28882
28883 @item
28884 General notifications. Commands may have various side effects on
28885 the @value{GDBN} or target state beyond their official purpose. For example,
28886 a command may change the selected thread. Although such changes can
28887 be included in command response, using notification allows for more
28888 orthogonal frontend design.
28889
28890 @end itemize
28891
28892 There's no guarantee that whenever an MI command reports an error,
28893 @value{GDBN} or the target are in any specific state, and especially,
28894 the state is not reverted to the state before the MI command was
28895 processed. Therefore, whenever an MI command results in an error,
28896 we recommend that the frontend refreshes all the information shown in
28897 the user interface.
28898
28899
28900 @menu
28901 * Context management::
28902 * Asynchronous and non-stop modes::
28903 * Thread groups::
28904 @end menu
28905
28906 @node Context management
28907 @subsection Context management
28908
28909 @subsubsection Threads and Frames
28910
28911 In most cases when @value{GDBN} accesses the target, this access is
28912 done in context of a specific thread and frame (@pxref{Frames}).
28913 Often, even when accessing global data, the target requires that a thread
28914 be specified. The CLI interface maintains the selected thread and frame,
28915 and supplies them to target on each command. This is convenient,
28916 because a command line user would not want to specify that information
28917 explicitly on each command, and because user interacts with
28918 @value{GDBN} via a single terminal, so no confusion is possible as
28919 to what thread and frame are the current ones.
28920
28921 In the case of MI, the concept of selected thread and frame is less
28922 useful. First, a frontend can easily remember this information
28923 itself. Second, a graphical frontend can have more than one window,
28924 each one used for debugging a different thread, and the frontend might
28925 want to access additional threads for internal purposes. This
28926 increases the risk that by relying on implicitly selected thread, the
28927 frontend may be operating on a wrong one. Therefore, each MI command
28928 should explicitly specify which thread and frame to operate on. To
28929 make it possible, each MI command accepts the @samp{--thread} and
28930 @samp{--frame} options, the value to each is @value{GDBN} global
28931 identifier for thread and frame to operate on.
28932
28933 Usually, each top-level window in a frontend allows the user to select
28934 a thread and a frame, and remembers the user selection for further
28935 operations. However, in some cases @value{GDBN} may suggest that the
28936 current thread or frame be changed. For example, when stopping on a
28937 breakpoint it is reasonable to switch to the thread where breakpoint is
28938 hit. For another example, if the user issues the CLI @samp{thread} or
28939 @samp{frame} commands via the frontend, it is desirable to change the
28940 frontend's selection to the one specified by user. @value{GDBN}
28941 communicates the suggestion to change current thread and frame using the
28942 @samp{=thread-selected} notification.
28943
28944 Note that historically, MI shares the selected thread with CLI, so
28945 frontends used the @code{-thread-select} to execute commands in the
28946 right context. However, getting this to work right is cumbersome. The
28947 simplest way is for frontend to emit @code{-thread-select} command
28948 before every command. This doubles the number of commands that need
28949 to be sent. The alternative approach is to suppress @code{-thread-select}
28950 if the selected thread in @value{GDBN} is supposed to be identical to the
28951 thread the frontend wants to operate on. However, getting this
28952 optimization right can be tricky. In particular, if the frontend
28953 sends several commands to @value{GDBN}, and one of the commands changes the
28954 selected thread, then the behaviour of subsequent commands will
28955 change. So, a frontend should either wait for response from such
28956 problematic commands, or explicitly add @code{-thread-select} for
28957 all subsequent commands. No frontend is known to do this exactly
28958 right, so it is suggested to just always pass the @samp{--thread} and
28959 @samp{--frame} options.
28960
28961 @subsubsection Language
28962
28963 The execution of several commands depends on which language is selected.
28964 By default, the current language (@pxref{show language}) is used.
28965 But for commands known to be language-sensitive, it is recommended
28966 to use the @samp{--language} option. This option takes one argument,
28967 which is the name of the language to use while executing the command.
28968 For instance:
28969
28970 @smallexample
28971 -data-evaluate-expression --language c "sizeof (void*)"
28972 ^done,value="4"
28973 (gdb)
28974 @end smallexample
28975
28976 The valid language names are the same names accepted by the
28977 @samp{set language} command (@pxref{Manually}), excluding @samp{auto},
28978 @samp{local} or @samp{unknown}.
28979
28980 @node Asynchronous and non-stop modes
28981 @subsection Asynchronous command execution and non-stop mode
28982
28983 On some targets, @value{GDBN} is capable of processing MI commands
28984 even while the target is running. This is called @dfn{asynchronous
28985 command execution} (@pxref{Background Execution}). The frontend may
28986 specify a preference for asynchronous execution using the
28987 @code{-gdb-set mi-async 1} command, which should be emitted before
28988 either running the executable or attaching to the target. After the
28989 frontend has started the executable or attached to the target, it can
28990 find if asynchronous execution is enabled using the
28991 @code{-list-target-features} command.
28992
28993 @table @code
28994 @item -gdb-set mi-async on
28995 @item -gdb-set mi-async off
28996 Set whether MI is in asynchronous mode.
28997
28998 When @code{off}, which is the default, MI execution commands (e.g.,
28999 @code{-exec-continue}) are foreground commands, and @value{GDBN} waits
29000 for the program to stop before processing further commands.
29001
29002 When @code{on}, MI execution commands are background execution
29003 commands (e.g., @code{-exec-continue} becomes the equivalent of the
29004 @code{c&} CLI command), and so @value{GDBN} is capable of processing
29005 MI commands even while the target is running.
29006
29007 @item -gdb-show mi-async
29008 Show whether MI asynchronous mode is enabled.
29009 @end table
29010
29011 Note: In @value{GDBN} version 7.7 and earlier, this option was called
29012 @code{target-async} instead of @code{mi-async}, and it had the effect
29013 of both putting MI in asynchronous mode and making CLI background
29014 commands possible. CLI background commands are now always possible
29015 ``out of the box'' if the target supports them. The old spelling is
29016 kept as a deprecated alias for backwards compatibility.
29017
29018 Even if @value{GDBN} can accept a command while target is running,
29019 many commands that access the target do not work when the target is
29020 running. Therefore, asynchronous command execution is most useful
29021 when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
29022 it is possible to examine the state of one thread, while other threads
29023 are running.
29024
29025 When a given thread is running, MI commands that try to access the
29026 target in the context of that thread may not work, or may work only on
29027 some targets. In particular, commands that try to operate on thread's
29028 stack will not work, on any target. Commands that read memory, or
29029 modify breakpoints, may work or not work, depending on the target. Note
29030 that even commands that operate on global state, such as @code{print},
29031 @code{set}, and breakpoint commands, still access the target in the
29032 context of a specific thread, so frontend should try to find a
29033 stopped thread and perform the operation on that thread (using the
29034 @samp{--thread} option).
29035
29036 Which commands will work in the context of a running thread is
29037 highly target dependent. However, the two commands
29038 @code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
29039 to find the state of a thread, will always work.
29040
29041 @node Thread groups
29042 @subsection Thread groups
29043 @value{GDBN} may be used to debug several processes at the same time.
29044 On some platforms, @value{GDBN} may support debugging of several
29045 hardware systems, each one having several cores with several different
29046 processes running on each core. This section describes the MI
29047 mechanism to support such debugging scenarios.
29048
29049 The key observation is that regardless of the structure of the
29050 target, MI can have a global list of threads, because most commands that
29051 accept the @samp{--thread} option do not need to know what process that
29052 thread belongs to. Therefore, it is not necessary to introduce
29053 neither additional @samp{--process} option, nor an notion of the
29054 current process in the MI interface. The only strictly new feature
29055 that is required is the ability to find how the threads are grouped
29056 into processes.
29057
29058 To allow the user to discover such grouping, and to support arbitrary
29059 hierarchy of machines/cores/processes, MI introduces the concept of a
29060 @dfn{thread group}. Thread group is a collection of threads and other
29061 thread groups. A thread group always has a string identifier, a type,
29062 and may have additional attributes specific to the type. A new
29063 command, @code{-list-thread-groups}, returns the list of top-level
29064 thread groups, which correspond to processes that @value{GDBN} is
29065 debugging at the moment. By passing an identifier of a thread group
29066 to the @code{-list-thread-groups} command, it is possible to obtain
29067 the members of specific thread group.
29068
29069 To allow the user to easily discover processes, and other objects, he
29070 wishes to debug, a concept of @dfn{available thread group} is
29071 introduced. Available thread group is an thread group that
29072 @value{GDBN} is not debugging, but that can be attached to, using the
29073 @code{-target-attach} command. The list of available top-level thread
29074 groups can be obtained using @samp{-list-thread-groups --available}.
29075 In general, the content of a thread group may be only retrieved only
29076 after attaching to that thread group.
29077
29078 Thread groups are related to inferiors (@pxref{Inferiors Connections and
29079 Programs}). Each inferior corresponds to a thread group of a special
29080 type @samp{process}, and some additional operations are permitted on
29081 such thread groups.
29082
29083 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29084 @node GDB/MI Command Syntax
29085 @section @sc{gdb/mi} Command Syntax
29086
29087 @menu
29088 * GDB/MI Input Syntax::
29089 * GDB/MI Output Syntax::
29090 @end menu
29091
29092 @node GDB/MI Input Syntax
29093 @subsection @sc{gdb/mi} Input Syntax
29094
29095 @cindex input syntax for @sc{gdb/mi}
29096 @cindex @sc{gdb/mi}, input syntax
29097 @table @code
29098 @item @var{command} @expansion{}
29099 @code{@var{cli-command} | @var{mi-command}}
29100
29101 @item @var{cli-command} @expansion{}
29102 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
29103 @var{cli-command} is any existing @value{GDBN} CLI command.
29104
29105 @item @var{mi-command} @expansion{}
29106 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
29107 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
29108
29109 @item @var{token} @expansion{}
29110 "any sequence of digits"
29111
29112 @item @var{option} @expansion{}
29113 @code{"-" @var{parameter} [ " " @var{parameter} ]}
29114
29115 @item @var{parameter} @expansion{}
29116 @code{@var{non-blank-sequence} | @var{c-string}}
29117
29118 @item @var{operation} @expansion{}
29119 @emph{any of the operations described in this chapter}
29120
29121 @item @var{non-blank-sequence} @expansion{}
29122 @emph{anything, provided it doesn't contain special characters such as
29123 "-", @var{nl}, """ and of course " "}
29124
29125 @item @var{c-string} @expansion{}
29126 @code{""" @var{seven-bit-iso-c-string-content} """}
29127
29128 @item @var{nl} @expansion{}
29129 @code{CR | CR-LF}
29130 @end table
29131
29132 @noindent
29133 Notes:
29134
29135 @itemize @bullet
29136 @item
29137 The CLI commands are still handled by the @sc{mi} interpreter; their
29138 output is described below.
29139
29140 @item
29141 The @code{@var{token}}, when present, is passed back when the command
29142 finishes.
29143
29144 @item
29145 Some @sc{mi} commands accept optional arguments as part of the parameter
29146 list. Each option is identified by a leading @samp{-} (dash) and may be
29147 followed by an optional argument parameter. Options occur first in the
29148 parameter list and can be delimited from normal parameters using
29149 @samp{--} (this is useful when some parameters begin with a dash).
29150 @end itemize
29151
29152 Pragmatics:
29153
29154 @itemize @bullet
29155 @item
29156 We want easy access to the existing CLI syntax (for debugging).
29157
29158 @item
29159 We want it to be easy to spot a @sc{mi} operation.
29160 @end itemize
29161
29162 @node GDB/MI Output Syntax
29163 @subsection @sc{gdb/mi} Output Syntax
29164
29165 @cindex output syntax of @sc{gdb/mi}
29166 @cindex @sc{gdb/mi}, output syntax
29167 The output from @sc{gdb/mi} consists of zero or more out-of-band records
29168 followed, optionally, by a single result record. This result record
29169 is for the most recent command. The sequence of output records is
29170 terminated by @samp{(gdb)}.
29171
29172 If an input command was prefixed with a @code{@var{token}} then the
29173 corresponding output for that command will also be prefixed by that same
29174 @var{token}.
29175
29176 @table @code
29177 @item @var{output} @expansion{}
29178 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
29179
29180 @item @var{result-record} @expansion{}
29181 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
29182
29183 @item @var{out-of-band-record} @expansion{}
29184 @code{@var{async-record} | @var{stream-record}}
29185
29186 @item @var{async-record} @expansion{}
29187 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
29188
29189 @item @var{exec-async-output} @expansion{}
29190 @code{[ @var{token} ] "*" @var{async-output nl}}
29191
29192 @item @var{status-async-output} @expansion{}
29193 @code{[ @var{token} ] "+" @var{async-output nl}}
29194
29195 @item @var{notify-async-output} @expansion{}
29196 @code{[ @var{token} ] "=" @var{async-output nl}}
29197
29198 @item @var{async-output} @expansion{}
29199 @code{@var{async-class} ( "," @var{result} )*}
29200
29201 @item @var{result-class} @expansion{}
29202 @code{"done" | "running" | "connected" | "error" | "exit"}
29203
29204 @item @var{async-class} @expansion{}
29205 @code{"stopped" | @var{others}} (where @var{others} will be added
29206 depending on the needs---this is still in development).
29207
29208 @item @var{result} @expansion{}
29209 @code{ @var{variable} "=" @var{value}}
29210
29211 @item @var{variable} @expansion{}
29212 @code{ @var{string} }
29213
29214 @item @var{value} @expansion{}
29215 @code{ @var{const} | @var{tuple} | @var{list} }
29216
29217 @item @var{const} @expansion{}
29218 @code{@var{c-string}}
29219
29220 @item @var{tuple} @expansion{}
29221 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
29222
29223 @item @var{list} @expansion{}
29224 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
29225 @var{result} ( "," @var{result} )* "]" }
29226
29227 @item @var{stream-record} @expansion{}
29228 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
29229
29230 @item @var{console-stream-output} @expansion{}
29231 @code{"~" @var{c-string nl}}
29232
29233 @item @var{target-stream-output} @expansion{}
29234 @code{"@@" @var{c-string nl}}
29235
29236 @item @var{log-stream-output} @expansion{}
29237 @code{"&" @var{c-string nl}}
29238
29239 @item @var{nl} @expansion{}
29240 @code{CR | CR-LF}
29241
29242 @item @var{token} @expansion{}
29243 @emph{any sequence of digits}.
29244 @end table
29245
29246 @noindent
29247 Notes:
29248
29249 @itemize @bullet
29250 @item
29251 All output sequences end in a single line containing a period.
29252
29253 @item
29254 The @code{@var{token}} is from the corresponding request. Note that
29255 for all async output, while the token is allowed by the grammar and
29256 may be output by future versions of @value{GDBN} for select async
29257 output messages, it is generally omitted. Frontends should treat
29258 all async output as reporting general changes in the state of the
29259 target and there should be no need to associate async output to any
29260 prior command.
29261
29262 @item
29263 @cindex status output in @sc{gdb/mi}
29264 @var{status-async-output} contains on-going status information about the
29265 progress of a slow operation. It can be discarded. All status output is
29266 prefixed by @samp{+}.
29267
29268 @item
29269 @cindex async output in @sc{gdb/mi}
29270 @var{exec-async-output} contains asynchronous state change on the target
29271 (stopped, started, disappeared). All async output is prefixed by
29272 @samp{*}.
29273
29274 @item
29275 @cindex notify output in @sc{gdb/mi}
29276 @var{notify-async-output} contains supplementary information that the
29277 client should handle (e.g., a new breakpoint information). All notify
29278 output is prefixed by @samp{=}.
29279
29280 @item
29281 @cindex console output in @sc{gdb/mi}
29282 @var{console-stream-output} is output that should be displayed as is in the
29283 console. It is the textual response to a CLI command. All the console
29284 output is prefixed by @samp{~}.
29285
29286 @item
29287 @cindex target output in @sc{gdb/mi}
29288 @var{target-stream-output} is the output produced by the target program.
29289 All the target output is prefixed by @samp{@@}.
29290
29291 @item
29292 @cindex log output in @sc{gdb/mi}
29293 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
29294 instance messages that should be displayed as part of an error log. All
29295 the log output is prefixed by @samp{&}.
29296
29297 @item
29298 @cindex list output in @sc{gdb/mi}
29299 New @sc{gdb/mi} commands should only output @var{lists} containing
29300 @var{values}.
29301
29302
29303 @end itemize
29304
29305 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
29306 details about the various output records.
29307
29308 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29309 @node GDB/MI Compatibility with CLI
29310 @section @sc{gdb/mi} Compatibility with CLI
29311
29312 @cindex compatibility, @sc{gdb/mi} and CLI
29313 @cindex @sc{gdb/mi}, compatibility with CLI
29314
29315 For the developers convenience CLI commands can be entered directly,
29316 but there may be some unexpected behaviour. For example, commands
29317 that query the user will behave as if the user replied yes, breakpoint
29318 command lists are not executed and some CLI commands, such as
29319 @code{if}, @code{when} and @code{define}, prompt for further input with
29320 @samp{>}, which is not valid MI output.
29321
29322 This feature may be removed at some stage in the future and it is
29323 recommended that front ends use the @code{-interpreter-exec} command
29324 (@pxref{-interpreter-exec}).
29325
29326 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29327 @node GDB/MI Development and Front Ends
29328 @section @sc{gdb/mi} Development and Front Ends
29329 @cindex @sc{gdb/mi} development
29330
29331 The application which takes the MI output and presents the state of the
29332 program being debugged to the user is called a @dfn{front end}.
29333
29334 Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
29335 to the MI interface may break existing usage. This section describes how the
29336 protocol changes and how to request previous version of the protocol when it
29337 does.
29338
29339 Some changes in MI need not break a carefully designed front end, and
29340 for these the MI version will remain unchanged. The following is a
29341 list of changes that may occur within one level, so front ends should
29342 parse MI output in a way that can handle them:
29343
29344 @itemize @bullet
29345 @item
29346 New MI commands may be added.
29347
29348 @item
29349 New fields may be added to the output of any MI command.
29350
29351 @item
29352 The range of values for fields with specified values, e.g.,
29353 @code{in_scope} (@pxref{-var-update}) may be extended.
29354
29355 @c The format of field's content e.g type prefix, may change so parse it
29356 @c at your own risk. Yes, in general?
29357
29358 @c The order of fields may change? Shouldn't really matter but it might
29359 @c resolve inconsistencies.
29360 @end itemize
29361
29362 If the changes are likely to break front ends, the MI version level
29363 will be increased by one. The new versions of the MI protocol are not compatible
29364 with the old versions. Old versions of MI remain available, allowing front ends
29365 to keep using them until they are modified to use the latest MI version.
29366
29367 Since @code{--interpreter=mi} always points to the latest MI version, it is
29368 recommended that front ends request a specific version of MI when launching
29369 @value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
29370 interpreter with the MI version they expect.
29371
29372 The following table gives a summary of the released versions of the MI
29373 interface: the version number, the version of GDB in which it first appeared
29374 and the breaking changes compared to the previous version.
29375
29376 @multitable @columnfractions .05 .05 .9
29377 @headitem MI version @tab GDB version @tab Breaking changes
29378
29379 @item
29380 @center 1
29381 @tab
29382 @center 5.1
29383 @tab
29384 None
29385
29386 @item
29387 @center 2
29388 @tab
29389 @center 6.0
29390 @tab
29391
29392 @itemize
29393 @item
29394 The @code{-environment-pwd}, @code{-environment-directory} and
29395 @code{-environment-path} commands now returns values using the MI output
29396 syntax, rather than CLI output syntax.
29397
29398 @item
29399 @code{-var-list-children}'s @code{children} result field is now a list, rather
29400 than a tuple.
29401
29402 @item
29403 @code{-var-update}'s @code{changelist} result field is now a list, rather than
29404 a tuple.
29405 @end itemize
29406
29407 @item
29408 @center 3
29409 @tab
29410 @center 9.1
29411 @tab
29412
29413 @itemize
29414 @item
29415 The output of information about multi-location breakpoints has changed in the
29416 responses to the @code{-break-insert} and @code{-break-info} commands, as well
29417 as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
29418 The multiple locations are now placed in a @code{locations} field, whose value
29419 is a list.
29420 @end itemize
29421
29422 @end multitable
29423
29424 If your front end cannot yet migrate to a more recent version of the
29425 MI protocol, you can nevertheless selectively enable specific features
29426 available in those recent MI versions, using the following commands:
29427
29428 @table @code
29429
29430 @item -fix-multi-location-breakpoint-output
29431 Use the output for multi-location breakpoints which was introduced by
29432 MI 3, even when using MI versions 2 or 1. This command has no
29433 effect when using MI version 3 or later.
29434
29435 @end table
29436
29437 The best way to avoid unexpected changes in MI that might break your front
29438 end is to make your project known to @value{GDBN} developers and
29439 follow development on @email{gdb@@sourceware.org} and
29440 @email{gdb-patches@@sourceware.org}.
29441 @cindex mailing lists
29442
29443 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29444 @node GDB/MI Output Records
29445 @section @sc{gdb/mi} Output Records
29446
29447 @menu
29448 * GDB/MI Result Records::
29449 * GDB/MI Stream Records::
29450 * GDB/MI Async Records::
29451 * GDB/MI Breakpoint Information::
29452 * GDB/MI Frame Information::
29453 * GDB/MI Thread Information::
29454 * GDB/MI Ada Exception Information::
29455 @end menu
29456
29457 @node GDB/MI Result Records
29458 @subsection @sc{gdb/mi} Result Records
29459
29460 @cindex result records in @sc{gdb/mi}
29461 @cindex @sc{gdb/mi}, result records
29462 In addition to a number of out-of-band notifications, the response to a
29463 @sc{gdb/mi} command includes one of the following result indications:
29464
29465 @table @code
29466 @findex ^done
29467 @item "^done" [ "," @var{results} ]
29468 The synchronous operation was successful, @code{@var{results}} are the return
29469 values.
29470
29471 @item "^running"
29472 @findex ^running
29473 This result record is equivalent to @samp{^done}. Historically, it
29474 was output instead of @samp{^done} if the command has resumed the
29475 target. This behaviour is maintained for backward compatibility, but
29476 all frontends should treat @samp{^done} and @samp{^running}
29477 identically and rely on the @samp{*running} output record to determine
29478 which threads are resumed.
29479
29480 @item "^connected"
29481 @findex ^connected
29482 @value{GDBN} has connected to a remote target.
29483
29484 @item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
29485 @findex ^error
29486 The operation failed. The @code{msg=@var{c-string}} variable contains
29487 the corresponding error message.
29488
29489 If present, the @code{code=@var{c-string}} variable provides an error
29490 code on which consumers can rely on to detect the corresponding
29491 error condition. At present, only one error code is defined:
29492
29493 @table @samp
29494 @item "undefined-command"
29495 Indicates that the command causing the error does not exist.
29496 @end table
29497
29498 @item "^exit"
29499 @findex ^exit
29500 @value{GDBN} has terminated.
29501
29502 @end table
29503
29504 @node GDB/MI Stream Records
29505 @subsection @sc{gdb/mi} Stream Records
29506
29507 @cindex @sc{gdb/mi}, stream records
29508 @cindex stream records in @sc{gdb/mi}
29509 @value{GDBN} internally maintains a number of output streams: the console, the
29510 target, and the log. The output intended for each of these streams is
29511 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
29512
29513 Each stream record begins with a unique @dfn{prefix character} which
29514 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
29515 Syntax}). In addition to the prefix, each stream record contains a
29516 @code{@var{string-output}}. This is either raw text (with an implicit new
29517 line) or a quoted C string (which does not contain an implicit newline).
29518
29519 @table @code
29520 @item "~" @var{string-output}
29521 The console output stream contains text that should be displayed in the
29522 CLI console window. It contains the textual responses to CLI commands.
29523
29524 @item "@@" @var{string-output}
29525 The target output stream contains any textual output from the running
29526 target. This is only present when GDB's event loop is truly
29527 asynchronous, which is currently only the case for remote targets.
29528
29529 @item "&" @var{string-output}
29530 The log stream contains debugging messages being produced by @value{GDBN}'s
29531 internals.
29532 @end table
29533
29534 @node GDB/MI Async Records
29535 @subsection @sc{gdb/mi} Async Records
29536
29537 @cindex async records in @sc{gdb/mi}
29538 @cindex @sc{gdb/mi}, async records
29539 @dfn{Async} records are used to notify the @sc{gdb/mi} client of
29540 additional changes that have occurred. Those changes can either be a
29541 consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
29542 target activity (e.g., target stopped).
29543
29544 The following is the list of possible async records:
29545
29546 @table @code
29547
29548 @item *running,thread-id="@var{thread}"
29549 The target is now running. The @var{thread} field can be the global
29550 thread ID of the thread that is now running, and it can be
29551 @samp{all} if all threads are running. The frontend should assume
29552 that no interaction with a running thread is possible after this
29553 notification is produced. The frontend should not assume that this
29554 notification is output only once for any command. @value{GDBN} may
29555 emit this notification several times, either for different threads,
29556 because it cannot resume all threads together, or even for a single
29557 thread, if the thread must be stepped though some code before letting
29558 it run freely.
29559
29560 @item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
29561 The target has stopped. The @var{reason} field can have one of the
29562 following values:
29563
29564 @table @code
29565 @item breakpoint-hit
29566 A breakpoint was reached.
29567 @item watchpoint-trigger
29568 A watchpoint was triggered.
29569 @item read-watchpoint-trigger
29570 A read watchpoint was triggered.
29571 @item access-watchpoint-trigger
29572 An access watchpoint was triggered.
29573 @item function-finished
29574 An -exec-finish or similar CLI command was accomplished.
29575 @item location-reached
29576 An -exec-until or similar CLI command was accomplished.
29577 @item watchpoint-scope
29578 A watchpoint has gone out of scope.
29579 @item end-stepping-range
29580 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
29581 similar CLI command was accomplished.
29582 @item exited-signalled
29583 The inferior exited because of a signal.
29584 @item exited
29585 The inferior exited.
29586 @item exited-normally
29587 The inferior exited normally.
29588 @item signal-received
29589 A signal was received by the inferior.
29590 @item solib-event
29591 The inferior has stopped due to a library being loaded or unloaded.
29592 This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
29593 set or when a @code{catch load} or @code{catch unload} catchpoint is
29594 in use (@pxref{Set Catchpoints}).
29595 @item fork
29596 The inferior has forked. This is reported when @code{catch fork}
29597 (@pxref{Set Catchpoints}) has been used.
29598 @item vfork
29599 The inferior has vforked. This is reported in when @code{catch vfork}
29600 (@pxref{Set Catchpoints}) has been used.
29601 @item syscall-entry
29602 The inferior entered a system call. This is reported when @code{catch
29603 syscall} (@pxref{Set Catchpoints}) has been used.
29604 @item syscall-return
29605 The inferior returned from a system call. This is reported when
29606 @code{catch syscall} (@pxref{Set Catchpoints}) has been used.
29607 @item exec
29608 The inferior called @code{exec}. This is reported when @code{catch exec}
29609 (@pxref{Set Catchpoints}) has been used.
29610 @end table
29611
29612 The @var{id} field identifies the global thread ID of the thread
29613 that directly caused the stop -- for example by hitting a breakpoint.
29614 Depending on whether all-stop
29615 mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
29616 stop all threads, or only the thread that directly triggered the stop.
29617 If all threads are stopped, the @var{stopped} field will have the
29618 value of @code{"all"}. Otherwise, the value of the @var{stopped}
29619 field will be a list of thread identifiers. Presently, this list will
29620 always include a single thread, but frontend should be prepared to see
29621 several threads in the list. The @var{core} field reports the
29622 processor core on which the stop event has happened. This field may be absent
29623 if such information is not available.
29624
29625 @item =thread-group-added,id="@var{id}"
29626 @itemx =thread-group-removed,id="@var{id}"
29627 A thread group was either added or removed. The @var{id} field
29628 contains the @value{GDBN} identifier of the thread group. When a thread
29629 group is added, it generally might not be associated with a running
29630 process. When a thread group is removed, its id becomes invalid and
29631 cannot be used in any way.
29632
29633 @item =thread-group-started,id="@var{id}",pid="@var{pid}"
29634 A thread group became associated with a running program,
29635 either because the program was just started or the thread group
29636 was attached to a program. The @var{id} field contains the
29637 @value{GDBN} identifier of the thread group. The @var{pid} field
29638 contains process identifier, specific to the operating system.
29639
29640 @item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
29641 A thread group is no longer associated with a running program,
29642 either because the program has exited, or because it was detached
29643 from. The @var{id} field contains the @value{GDBN} identifier of the
29644 thread group. The @var{code} field is the exit code of the inferior; it exists
29645 only when the inferior exited with some code.
29646
29647 @item =thread-created,id="@var{id}",group-id="@var{gid}"
29648 @itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
29649 A thread either was created, or has exited. The @var{id} field
29650 contains the global @value{GDBN} identifier of the thread. The @var{gid}
29651 field identifies the thread group this thread belongs to.
29652
29653 @item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
29654 Informs that the selected thread or frame were changed. This notification
29655 is not emitted as result of the @code{-thread-select} or
29656 @code{-stack-select-frame} commands, but is emitted whenever an MI command
29657 that is not documented to change the selected thread and frame actually
29658 changes them. In particular, invoking, directly or indirectly
29659 (via user-defined command), the CLI @code{thread} or @code{frame} commands,
29660 will generate this notification. Changing the thread or frame from another
29661 user interface (see @ref{Interpreters}) will also generate this notification.
29662
29663 The @var{frame} field is only present if the newly selected thread is
29664 stopped. See @ref{GDB/MI Frame Information} for the format of its value.
29665
29666 We suggest that in response to this notification, front ends
29667 highlight the selected thread and cause subsequent commands to apply to
29668 that thread.
29669
29670 @item =library-loaded,...
29671 Reports that a new library file was loaded by the program. This
29672 notification has 5 fields---@var{id}, @var{target-name},
29673 @var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
29674 opaque identifier of the library. For remote debugging case,
29675 @var{target-name} and @var{host-name} fields give the name of the
29676 library file on the target, and on the host respectively. For native
29677 debugging, both those fields have the same value. The
29678 @var{symbols-loaded} field is emitted only for backward compatibility
29679 and should not be relied on to convey any useful information. The
29680 @var{thread-group} field, if present, specifies the id of the thread
29681 group in whose context the library was loaded. If the field is
29682 absent, it means the library was loaded in the context of all present
29683 thread groups. The @var{ranges} field specifies the ranges of addresses belonging
29684 to this library.
29685
29686 @item =library-unloaded,...
29687 Reports that a library was unloaded by the program. This notification
29688 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
29689 the same meaning as for the @code{=library-loaded} notification.
29690 The @var{thread-group} field, if present, specifies the id of the
29691 thread group in whose context the library was unloaded. If the field is
29692 absent, it means the library was unloaded in the context of all present
29693 thread groups.
29694
29695 @item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
29696 @itemx =traceframe-changed,end
29697 Reports that the trace frame was changed and its new number is
29698 @var{tfnum}. The number of the tracepoint associated with this trace
29699 frame is @var{tpnum}.
29700
29701 @item =tsv-created,name=@var{name},initial=@var{initial}
29702 Reports that the new trace state variable @var{name} is created with
29703 initial value @var{initial}.
29704
29705 @item =tsv-deleted,name=@var{name}
29706 @itemx =tsv-deleted
29707 Reports that the trace state variable @var{name} is deleted or all
29708 trace state variables are deleted.
29709
29710 @item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
29711 Reports that the trace state variable @var{name} is modified with
29712 the initial value @var{initial}. The current value @var{current} of
29713 trace state variable is optional and is reported if the current
29714 value of trace state variable is known.
29715
29716 @item =breakpoint-created,bkpt=@{...@}
29717 @itemx =breakpoint-modified,bkpt=@{...@}
29718 @itemx =breakpoint-deleted,id=@var{number}
29719 Reports that a breakpoint was created, modified, or deleted,
29720 respectively. Only user-visible breakpoints are reported to the MI
29721 user.
29722
29723 The @var{bkpt} argument is of the same form as returned by the various
29724 breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
29725 @var{number} is the ordinal number of the breakpoint.
29726
29727 Note that if a breakpoint is emitted in the result record of a
29728 command, then it will not also be emitted in an async record.
29729
29730 @item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
29731 @itemx =record-stopped,thread-group="@var{id}"
29732 Execution log recording was either started or stopped on an
29733 inferior. The @var{id} is the @value{GDBN} identifier of the thread
29734 group corresponding to the affected inferior.
29735
29736 The @var{method} field indicates the method used to record execution. If the
29737 method in use supports multiple recording formats, @var{format} will be present
29738 and contain the currently used format. @xref{Process Record and Replay},
29739 for existing method and format values.
29740
29741 @item =cmd-param-changed,param=@var{param},value=@var{value}
29742 Reports that a parameter of the command @code{set @var{param}} is
29743 changed to @var{value}. In the multi-word @code{set} command,
29744 the @var{param} is the whole parameter list to @code{set} command.
29745 For example, In command @code{set check type on}, @var{param}
29746 is @code{check type} and @var{value} is @code{on}.
29747
29748 @item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
29749 Reports that bytes from @var{addr} to @var{data} + @var{len} were
29750 written in an inferior. The @var{id} is the identifier of the
29751 thread group corresponding to the affected inferior. The optional
29752 @code{type="code"} part is reported if the memory written to holds
29753 executable code.
29754 @end table
29755
29756 @node GDB/MI Breakpoint Information
29757 @subsection @sc{gdb/mi} Breakpoint Information
29758
29759 When @value{GDBN} reports information about a breakpoint, a
29760 tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
29761 following fields:
29762
29763 @table @code
29764 @item number
29765 The breakpoint number.
29766
29767 @item type
29768 The type of the breakpoint. For ordinary breakpoints this will be
29769 @samp{breakpoint}, but many values are possible.
29770
29771 @item catch-type
29772 If the type of the breakpoint is @samp{catchpoint}, then this
29773 indicates the exact type of catchpoint.
29774
29775 @item disp
29776 This is the breakpoint disposition---either @samp{del}, meaning that
29777 the breakpoint will be deleted at the next stop, or @samp{keep},
29778 meaning that the breakpoint will not be deleted.
29779
29780 @item enabled
29781 This indicates whether the breakpoint is enabled, in which case the
29782 value is @samp{y}, or disabled, in which case the value is @samp{n}.
29783 Note that this is not the same as the field @code{enable}.
29784
29785 @item addr
29786 The address of the breakpoint. This may be a hexidecimal number,
29787 giving the address; or the string @samp{<PENDING>}, for a pending
29788 breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
29789 multiple locations. This field will not be present if no address can
29790 be determined. For example, a watchpoint does not have an address.
29791
29792 @item addr_flags
29793 Optional field containing any flags related to the address. These flags are
29794 architecture-dependent; see @ref{Architectures} for their meaning for a
29795 particular CPU.
29796
29797 @item func
29798 If known, the function in which the breakpoint appears.
29799 If not known, this field is not present.
29800
29801 @item filename
29802 The name of the source file which contains this function, if known.
29803 If not known, this field is not present.
29804
29805 @item fullname
29806 The full file name of the source file which contains this function, if
29807 known. If not known, this field is not present.
29808
29809 @item line
29810 The line number at which this breakpoint appears, if known.
29811 If not known, this field is not present.
29812
29813 @item at
29814 If the source file is not known, this field may be provided. If
29815 provided, this holds the address of the breakpoint, possibly followed
29816 by a symbol name.
29817
29818 @item pending
29819 If this breakpoint is pending, this field is present and holds the
29820 text used to set the breakpoint, as entered by the user.
29821
29822 @item evaluated-by
29823 Where this breakpoint's condition is evaluated, either @samp{host} or
29824 @samp{target}.
29825
29826 @item thread
29827 If this is a thread-specific breakpoint, then this identifies the
29828 thread in which the breakpoint can trigger.
29829
29830 @item task
29831 If this breakpoint is restricted to a particular Ada task, then this
29832 field will hold the task identifier.
29833
29834 @item cond
29835 If the breakpoint is conditional, this is the condition expression.
29836
29837 @item ignore
29838 The ignore count of the breakpoint.
29839
29840 @item enable
29841 The enable count of the breakpoint.
29842
29843 @item traceframe-usage
29844 FIXME.
29845
29846 @item static-tracepoint-marker-string-id
29847 For a static tracepoint, the name of the static tracepoint marker.
29848
29849 @item mask
29850 For a masked watchpoint, this is the mask.
29851
29852 @item pass
29853 A tracepoint's pass count.
29854
29855 @item original-location
29856 The location of the breakpoint as originally specified by the user.
29857 This field is optional.
29858
29859 @item times
29860 The number of times the breakpoint has been hit.
29861
29862 @item installed
29863 This field is only given for tracepoints. This is either @samp{y},
29864 meaning that the tracepoint is installed, or @samp{n}, meaning that it
29865 is not.
29866
29867 @item what
29868 Some extra data, the exact contents of which are type-dependent.
29869
29870 @item locations
29871 This field is present if the breakpoint has multiple locations. It is also
29872 exceptionally present if the breakpoint is enabled and has a single, disabled
29873 location.
29874
29875 The value is a list of locations. The format of a location is described below.
29876
29877 @end table
29878
29879 A location in a multi-location breakpoint is represented as a tuple with the
29880 following fields:
29881
29882 @table @code
29883
29884 @item number
29885 The location number as a dotted pair, like @samp{1.2}. The first digit is the
29886 number of the parent breakpoint. The second digit is the number of the
29887 location within that breakpoint.
29888
29889 @item enabled
29890 This indicates whether the location is enabled, in which case the
29891 value is @samp{y}, or disabled, in which case the value is @samp{n}.
29892 Note that this is not the same as the field @code{enable}.
29893
29894 @item addr
29895 The address of this location as an hexidecimal number.
29896
29897 @item addr_flags
29898 Optional field containing any flags related to the address. These flags are
29899 architecture-dependent; see @ref{Architectures} for their meaning for a
29900 particular CPU.
29901
29902 @item func
29903 If known, the function in which the location appears.
29904 If not known, this field is not present.
29905
29906 @item file
29907 The name of the source file which contains this location, if known.
29908 If not known, this field is not present.
29909
29910 @item fullname
29911 The full file name of the source file which contains this location, if
29912 known. If not known, this field is not present.
29913
29914 @item line
29915 The line number at which this location appears, if known.
29916 If not known, this field is not present.
29917
29918 @item thread-groups
29919 The thread groups this location is in.
29920
29921 @end table
29922
29923 For example, here is what the output of @code{-break-insert}
29924 (@pxref{GDB/MI Breakpoint Commands}) might be:
29925
29926 @smallexample
29927 -> -break-insert main
29928 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29929 enabled="y",addr="0x08048564",func="main",file="myprog.c",
29930 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
29931 times="0"@}
29932 <- (gdb)
29933 @end smallexample
29934
29935 @node GDB/MI Frame Information
29936 @subsection @sc{gdb/mi} Frame Information
29937
29938 Response from many MI commands includes an information about stack
29939 frame. This information is a tuple that may have the following
29940 fields:
29941
29942 @table @code
29943 @item level
29944 The level of the stack frame. The innermost frame has the level of
29945 zero. This field is always present.
29946
29947 @item func
29948 The name of the function corresponding to the frame. This field may
29949 be absent if @value{GDBN} is unable to determine the function name.
29950
29951 @item addr
29952 The code address for the frame. This field is always present.
29953
29954 @item addr_flags
29955 Optional field containing any flags related to the address. These flags are
29956 architecture-dependent; see @ref{Architectures} for their meaning for a
29957 particular CPU.
29958
29959 @item file
29960 The name of the source files that correspond to the frame's code
29961 address. This field may be absent.
29962
29963 @item line
29964 The source line corresponding to the frames' code address. This field
29965 may be absent.
29966
29967 @item from
29968 The name of the binary file (either executable or shared library) the
29969 corresponds to the frame's code address. This field may be absent.
29970
29971 @end table
29972
29973 @node GDB/MI Thread Information
29974 @subsection @sc{gdb/mi} Thread Information
29975
29976 Whenever @value{GDBN} has to report an information about a thread, it
29977 uses a tuple with the following fields. The fields are always present unless
29978 stated otherwise.
29979
29980 @table @code
29981 @item id
29982 The global numeric id assigned to the thread by @value{GDBN}.
29983
29984 @item target-id
29985 The target-specific string identifying the thread.
29986
29987 @item details
29988 Additional information about the thread provided by the target.
29989 It is supposed to be human-readable and not interpreted by the
29990 frontend. This field is optional.
29991
29992 @item name
29993 The name of the thread. If the user specified a name using the
29994 @code{thread name} command, then this name is given. Otherwise, if
29995 @value{GDBN} can extract the thread name from the target, then that
29996 name is given. If @value{GDBN} cannot find the thread name, then this
29997 field is omitted.
29998
29999 @item state
30000 The execution state of the thread, either @samp{stopped} or @samp{running},
30001 depending on whether the thread is presently running.
30002
30003 @item frame
30004 The stack frame currently executing in the thread. This field is only present
30005 if the thread is stopped. Its format is documented in
30006 @ref{GDB/MI Frame Information}.
30007
30008 @item core
30009 The value of this field is an integer number of the processor core the
30010 thread was last seen on. This field is optional.
30011 @end table
30012
30013 @node GDB/MI Ada Exception Information
30014 @subsection @sc{gdb/mi} Ada Exception Information
30015
30016 Whenever a @code{*stopped} record is emitted because the program
30017 stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
30018 @value{GDBN} provides the name of the exception that was raised via
30019 the @code{exception-name} field. Also, for exceptions that were raised
30020 with an exception message, @value{GDBN} provides that message via
30021 the @code{exception-message} field.
30022
30023 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30024 @node GDB/MI Simple Examples
30025 @section Simple Examples of @sc{gdb/mi} Interaction
30026 @cindex @sc{gdb/mi}, simple examples
30027
30028 This subsection presents several simple examples of interaction using
30029 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
30030 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
30031 the output received from @sc{gdb/mi}.
30032
30033 Note the line breaks shown in the examples are here only for
30034 readability, they don't appear in the real output.
30035
30036 @subheading Setting a Breakpoint
30037
30038 Setting a breakpoint generates synchronous output which contains detailed
30039 information of the breakpoint.
30040
30041 @smallexample
30042 -> -break-insert main
30043 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30044 enabled="y",addr="0x08048564",func="main",file="myprog.c",
30045 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
30046 times="0"@}
30047 <- (gdb)
30048 @end smallexample
30049
30050 @subheading Program Execution
30051
30052 Program execution generates asynchronous records and MI gives the
30053 reason that execution stopped.
30054
30055 @smallexample
30056 -> -exec-run
30057 <- ^running
30058 <- (gdb)
30059 <- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
30060 frame=@{addr="0x08048564",func="main",
30061 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
30062 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
30063 arch="i386:x86_64"@}
30064 <- (gdb)
30065 -> -exec-continue
30066 <- ^running
30067 <- (gdb)
30068 <- *stopped,reason="exited-normally"
30069 <- (gdb)
30070 @end smallexample
30071
30072 @subheading Quitting @value{GDBN}
30073
30074 Quitting @value{GDBN} just prints the result class @samp{^exit}.
30075
30076 @smallexample
30077 -> (gdb)
30078 <- -gdb-exit
30079 <- ^exit
30080 @end smallexample
30081
30082 Please note that @samp{^exit} is printed immediately, but it might
30083 take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
30084 performs necessary cleanups, including killing programs being debugged
30085 or disconnecting from debug hardware, so the frontend should wait till
30086 @value{GDBN} exits and should only forcibly kill @value{GDBN} if it
30087 fails to exit in reasonable time.
30088
30089 @subheading A Bad Command
30090
30091 Here's what happens if you pass a non-existent command:
30092
30093 @smallexample
30094 -> -rubbish
30095 <- ^error,msg="Undefined MI command: rubbish"
30096 <- (gdb)
30097 @end smallexample
30098
30099
30100 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30101 @node GDB/MI Command Description Format
30102 @section @sc{gdb/mi} Command Description Format
30103
30104 The remaining sections describe blocks of commands. Each block of
30105 commands is laid out in a fashion similar to this section.
30106
30107 @subheading Motivation
30108
30109 The motivation for this collection of commands.
30110
30111 @subheading Introduction
30112
30113 A brief introduction to this collection of commands as a whole.
30114
30115 @subheading Commands
30116
30117 For each command in the block, the following is described:
30118
30119 @subsubheading Synopsis
30120
30121 @smallexample
30122 -command @var{args}@dots{}
30123 @end smallexample
30124
30125 @subsubheading Result
30126
30127 @subsubheading @value{GDBN} Command
30128
30129 The corresponding @value{GDBN} CLI command(s), if any.
30130
30131 @subsubheading Example
30132
30133 Example(s) formatted for readability. Some of the described commands have
30134 not been implemented yet and these are labeled N.A.@: (not available).
30135
30136
30137 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30138 @node GDB/MI Breakpoint Commands
30139 @section @sc{gdb/mi} Breakpoint Commands
30140
30141 @cindex breakpoint commands for @sc{gdb/mi}
30142 @cindex @sc{gdb/mi}, breakpoint commands
30143 This section documents @sc{gdb/mi} commands for manipulating
30144 breakpoints.
30145
30146 @subheading The @code{-break-after} Command
30147 @findex -break-after
30148
30149 @subsubheading Synopsis
30150
30151 @smallexample
30152 -break-after @var{number} @var{count}
30153 @end smallexample
30154
30155 The breakpoint number @var{number} is not in effect until it has been
30156 hit @var{count} times. To see how this is reflected in the output of
30157 the @samp{-break-list} command, see the description of the
30158 @samp{-break-list} command below.
30159
30160 @subsubheading @value{GDBN} Command
30161
30162 The corresponding @value{GDBN} command is @samp{ignore}.
30163
30164 @subsubheading Example
30165
30166 @smallexample
30167 (gdb)
30168 -break-insert main
30169 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30170 enabled="y",addr="0x000100d0",func="main",file="hello.c",
30171 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30172 times="0"@}
30173 (gdb)
30174 -break-after 1 3
30175 ~
30176 ^done
30177 (gdb)
30178 -break-list
30179 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30180 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30181 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30182 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30183 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30184 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30185 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30186 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30187 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30188 line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
30189 (gdb)
30190 @end smallexample
30191
30192 @ignore
30193 @subheading The @code{-break-catch} Command
30194 @findex -break-catch
30195 @end ignore
30196
30197 @subheading The @code{-break-commands} Command
30198 @findex -break-commands
30199
30200 @subsubheading Synopsis
30201
30202 @smallexample
30203 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
30204 @end smallexample
30205
30206 Specifies the CLI commands that should be executed when breakpoint
30207 @var{number} is hit. The parameters @var{command1} to @var{commandN}
30208 are the commands. If no command is specified, any previously-set
30209 commands are cleared. @xref{Break Commands}. Typical use of this
30210 functionality is tracing a program, that is, printing of values of
30211 some variables whenever breakpoint is hit and then continuing.
30212
30213 @subsubheading @value{GDBN} Command
30214
30215 The corresponding @value{GDBN} command is @samp{commands}.
30216
30217 @subsubheading Example
30218
30219 @smallexample
30220 (gdb)
30221 -break-insert main
30222 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30223 enabled="y",addr="0x000100d0",func="main",file="hello.c",
30224 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30225 times="0"@}
30226 (gdb)
30227 -break-commands 1 "print v" "continue"
30228 ^done
30229 (gdb)
30230 @end smallexample
30231
30232 @subheading The @code{-break-condition} Command
30233 @findex -break-condition
30234
30235 @subsubheading Synopsis
30236
30237 @smallexample
30238 -break-condition @var{number} @var{expr}
30239 @end smallexample
30240
30241 Breakpoint @var{number} will stop the program only if the condition in
30242 @var{expr} is true. The condition becomes part of the
30243 @samp{-break-list} output (see the description of the @samp{-break-list}
30244 command below).
30245
30246 @subsubheading @value{GDBN} Command
30247
30248 The corresponding @value{GDBN} command is @samp{condition}.
30249
30250 @subsubheading Example
30251
30252 @smallexample
30253 (gdb)
30254 -break-condition 1 1
30255 ^done
30256 (gdb)
30257 -break-list
30258 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30259 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30260 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30261 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30262 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30263 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30264 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30265 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30266 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30267 line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
30268 (gdb)
30269 @end smallexample
30270
30271 @subheading The @code{-break-delete} Command
30272 @findex -break-delete
30273
30274 @subsubheading Synopsis
30275
30276 @smallexample
30277 -break-delete ( @var{breakpoint} )+
30278 @end smallexample
30279
30280 Delete the breakpoint(s) whose number(s) are specified in the argument
30281 list. This is obviously reflected in the breakpoint list.
30282
30283 @subsubheading @value{GDBN} Command
30284
30285 The corresponding @value{GDBN} command is @samp{delete}.
30286
30287 @subsubheading Example
30288
30289 @smallexample
30290 (gdb)
30291 -break-delete 1
30292 ^done
30293 (gdb)
30294 -break-list
30295 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30296 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30297 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30298 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30299 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30300 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30301 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30302 body=[]@}
30303 (gdb)
30304 @end smallexample
30305
30306 @subheading The @code{-break-disable} Command
30307 @findex -break-disable
30308
30309 @subsubheading Synopsis
30310
30311 @smallexample
30312 -break-disable ( @var{breakpoint} )+
30313 @end smallexample
30314
30315 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
30316 break list is now set to @samp{n} for the named @var{breakpoint}(s).
30317
30318 @subsubheading @value{GDBN} Command
30319
30320 The corresponding @value{GDBN} command is @samp{disable}.
30321
30322 @subsubheading Example
30323
30324 @smallexample
30325 (gdb)
30326 -break-disable 2
30327 ^done
30328 (gdb)
30329 -break-list
30330 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30331 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30332 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30333 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30334 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30335 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30336 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30337 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
30338 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30339 line="5",thread-groups=["i1"],times="0"@}]@}
30340 (gdb)
30341 @end smallexample
30342
30343 @subheading The @code{-break-enable} Command
30344 @findex -break-enable
30345
30346 @subsubheading Synopsis
30347
30348 @smallexample
30349 -break-enable ( @var{breakpoint} )+
30350 @end smallexample
30351
30352 Enable (previously disabled) @var{breakpoint}(s).
30353
30354 @subsubheading @value{GDBN} Command
30355
30356 The corresponding @value{GDBN} command is @samp{enable}.
30357
30358 @subsubheading Example
30359
30360 @smallexample
30361 (gdb)
30362 -break-enable 2
30363 ^done
30364 (gdb)
30365 -break-list
30366 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30367 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30368 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30369 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30370 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30371 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30372 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30373 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
30374 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
30375 line="5",thread-groups=["i1"],times="0"@}]@}
30376 (gdb)
30377 @end smallexample
30378
30379 @subheading The @code{-break-info} Command
30380 @findex -break-info
30381
30382 @subsubheading Synopsis
30383
30384 @smallexample
30385 -break-info @var{breakpoint}
30386 @end smallexample
30387
30388 @c REDUNDANT???
30389 Get information about a single breakpoint.
30390
30391 The result is a table of breakpoints. @xref{GDB/MI Breakpoint
30392 Information}, for details on the format of each breakpoint in the
30393 table.
30394
30395 @subsubheading @value{GDBN} Command
30396
30397 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
30398
30399 @subsubheading Example
30400 N.A.
30401
30402 @subheading The @code{-break-insert} Command
30403 @findex -break-insert
30404 @anchor{-break-insert}
30405
30406 @subsubheading Synopsis
30407
30408 @smallexample
30409 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ] [ --qualified ]
30410 [ -c @var{condition} ] [ -i @var{ignore-count} ]
30411 [ -p @var{thread-id} ] [ @var{location} ]
30412 @end smallexample
30413
30414 @noindent
30415 If specified, @var{location}, can be one of:
30416
30417 @table @var
30418 @item linespec location
30419 A linespec location. @xref{Linespec Locations}.
30420
30421 @item explicit location
30422 An explicit location. @sc{gdb/mi} explicit locations are
30423 analogous to the CLI's explicit locations using the option names
30424 listed below. @xref{Explicit Locations}.
30425
30426 @table @samp
30427 @item --source @var{filename}
30428 The source file name of the location. This option requires the use
30429 of either @samp{--function} or @samp{--line}.
30430
30431 @item --function @var{function}
30432 The name of a function or method.
30433
30434 @item --label @var{label}
30435 The name of a label.
30436
30437 @item --line @var{lineoffset}
30438 An absolute or relative line offset from the start of the location.
30439 @end table
30440
30441 @item address location
30442 An address location, *@var{address}. @xref{Address Locations}.
30443 @end table
30444
30445 @noindent
30446 The possible optional parameters of this command are:
30447
30448 @table @samp
30449 @item -t
30450 Insert a temporary breakpoint.
30451 @item -h
30452 Insert a hardware breakpoint.
30453 @item -f
30454 If @var{location} cannot be parsed (for example if it
30455 refers to unknown files or functions), create a pending
30456 breakpoint. Without this flag, @value{GDBN} will report
30457 an error, and won't create a breakpoint, if @var{location}
30458 cannot be parsed.
30459 @item -d
30460 Create a disabled breakpoint.
30461 @item -a
30462 Create a tracepoint. @xref{Tracepoints}. When this parameter
30463 is used together with @samp{-h}, a fast tracepoint is created.
30464 @item -c @var{condition}
30465 Make the breakpoint conditional on @var{condition}.
30466 @item -i @var{ignore-count}
30467 Initialize the @var{ignore-count}.
30468 @item -p @var{thread-id}
30469 Restrict the breakpoint to the thread with the specified global
30470 @var{thread-id}.
30471 @item --qualified
30472 This option makes @value{GDBN} interpret a function name specified as
30473 a complete fully-qualified name.
30474 @end table
30475
30476 @subsubheading Result
30477
30478 @xref{GDB/MI Breakpoint Information}, for details on the format of the
30479 resulting breakpoint.
30480
30481 Note: this format is open to change.
30482 @c An out-of-band breakpoint instead of part of the result?
30483
30484 @subsubheading @value{GDBN} Command
30485
30486 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
30487 @samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
30488
30489 @subsubheading Example
30490
30491 @smallexample
30492 (gdb)
30493 -break-insert main
30494 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
30495 fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
30496 times="0"@}
30497 (gdb)
30498 -break-insert -t foo
30499 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
30500 fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
30501 times="0"@}
30502 (gdb)
30503 -break-list
30504 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30505 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30506 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30507 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30508 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30509 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30510 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30511 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30512 addr="0x0001072c", func="main",file="recursive2.c",
30513 fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
30514 times="0"@},
30515 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
30516 addr="0x00010774",func="foo",file="recursive2.c",
30517 fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30518 times="0"@}]@}
30519 (gdb)
30520 @c -break-insert -r foo.*
30521 @c ~int foo(int, int);
30522 @c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
30523 @c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30524 @c times="0"@}
30525 @c (gdb)
30526 @end smallexample
30527
30528 @subheading The @code{-dprintf-insert} Command
30529 @findex -dprintf-insert
30530
30531 @subsubheading Synopsis
30532
30533 @smallexample
30534 -dprintf-insert [ -t ] [ -f ] [ -d ] [ --qualified ]
30535 [ -c @var{condition} ] [ -i @var{ignore-count} ]
30536 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
30537 [ @var{argument} ]
30538 @end smallexample
30539
30540 @noindent
30541 If supplied, @var{location} and @code{--qualified} may be specified
30542 the same way as for the @code{-break-insert} command.
30543 @xref{-break-insert}.
30544
30545 The possible optional parameters of this command are:
30546
30547 @table @samp
30548 @item -t
30549 Insert a temporary breakpoint.
30550 @item -f
30551 If @var{location} cannot be parsed (for example, if it
30552 refers to unknown files or functions), create a pending
30553 breakpoint. Without this flag, @value{GDBN} will report
30554 an error, and won't create a breakpoint, if @var{location}
30555 cannot be parsed.
30556 @item -d
30557 Create a disabled breakpoint.
30558 @item -c @var{condition}
30559 Make the breakpoint conditional on @var{condition}.
30560 @item -i @var{ignore-count}
30561 Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
30562 to @var{ignore-count}.
30563 @item -p @var{thread-id}
30564 Restrict the breakpoint to the thread with the specified global
30565 @var{thread-id}.
30566 @end table
30567
30568 @subsubheading Result
30569
30570 @xref{GDB/MI Breakpoint Information}, for details on the format of the
30571 resulting breakpoint.
30572
30573 @c An out-of-band breakpoint instead of part of the result?
30574
30575 @subsubheading @value{GDBN} Command
30576
30577 The corresponding @value{GDBN} command is @samp{dprintf}.
30578
30579 @subsubheading Example
30580
30581 @smallexample
30582 (gdb)
30583 4-dprintf-insert foo "At foo entry\n"
30584 4^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
30585 addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
30586 fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
30587 times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
30588 original-location="foo"@}
30589 (gdb)
30590 5-dprintf-insert 26 "arg=%d, g=%d\n" arg g
30591 5^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
30592 addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
30593 fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
30594 times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
30595 original-location="mi-dprintf.c:26"@}
30596 (gdb)
30597 @end smallexample
30598
30599 @subheading The @code{-break-list} Command
30600 @findex -break-list
30601
30602 @subsubheading Synopsis
30603
30604 @smallexample
30605 -break-list
30606 @end smallexample
30607
30608 Displays the list of inserted breakpoints, showing the following fields:
30609
30610 @table @samp
30611 @item Number
30612 number of the breakpoint
30613 @item Type
30614 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
30615 @item Disposition
30616 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
30617 or @samp{nokeep}
30618 @item Enabled
30619 is the breakpoint enabled or no: @samp{y} or @samp{n}
30620 @item Address
30621 memory location at which the breakpoint is set
30622 @item What
30623 logical location of the breakpoint, expressed by function name, file
30624 name, line number
30625 @item Thread-groups
30626 list of thread groups to which this breakpoint applies
30627 @item Times
30628 number of times the breakpoint has been hit
30629 @end table
30630
30631 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
30632 @code{body} field is an empty list.
30633
30634 @subsubheading @value{GDBN} Command
30635
30636 The corresponding @value{GDBN} command is @samp{info break}.
30637
30638 @subsubheading Example
30639
30640 @smallexample
30641 (gdb)
30642 -break-list
30643 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30644 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30645 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30646 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30647 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30648 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30649 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30650 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30651 addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
30652 times="0"@},
30653 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
30654 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
30655 line="13",thread-groups=["i1"],times="0"@}]@}
30656 (gdb)
30657 @end smallexample
30658
30659 Here's an example of the result when there are no breakpoints:
30660
30661 @smallexample
30662 (gdb)
30663 -break-list
30664 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30665 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30666 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30667 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30668 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30669 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30670 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30671 body=[]@}
30672 (gdb)
30673 @end smallexample
30674
30675 @subheading The @code{-break-passcount} Command
30676 @findex -break-passcount
30677
30678 @subsubheading Synopsis
30679
30680 @smallexample
30681 -break-passcount @var{tracepoint-number} @var{passcount}
30682 @end smallexample
30683
30684 Set the passcount for tracepoint @var{tracepoint-number} to
30685 @var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
30686 is not a tracepoint, error is emitted. This corresponds to CLI
30687 command @samp{passcount}.
30688
30689 @subheading The @code{-break-watch} Command
30690 @findex -break-watch
30691
30692 @subsubheading Synopsis
30693
30694 @smallexample
30695 -break-watch [ -a | -r ]
30696 @end smallexample
30697
30698 Create a watchpoint. With the @samp{-a} option it will create an
30699 @dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
30700 read from or on a write to the memory location. With the @samp{-r}
30701 option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
30702 trigger only when the memory location is accessed for reading. Without
30703 either of the options, the watchpoint created is a regular watchpoint,
30704 i.e., it will trigger when the memory location is accessed for writing.
30705 @xref{Set Watchpoints, , Setting Watchpoints}.
30706
30707 Note that @samp{-break-list} will report a single list of watchpoints and
30708 breakpoints inserted.
30709
30710 @subsubheading @value{GDBN} Command
30711
30712 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
30713 @samp{rwatch}.
30714
30715 @subsubheading Example
30716
30717 Setting a watchpoint on a variable in the @code{main} function:
30718
30719 @smallexample
30720 (gdb)
30721 -break-watch x
30722 ^done,wpt=@{number="2",exp="x"@}
30723 (gdb)
30724 -exec-continue
30725 ^running
30726 (gdb)
30727 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
30728 value=@{old="-268439212",new="55"@},
30729 frame=@{func="main",args=[],file="recursive2.c",
30730 fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
30731 (gdb)
30732 @end smallexample
30733
30734 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
30735 the program execution twice: first for the variable changing value, then
30736 for the watchpoint going out of scope.
30737
30738 @smallexample
30739 (gdb)
30740 -break-watch C
30741 ^done,wpt=@{number="5",exp="C"@}
30742 (gdb)
30743 -exec-continue
30744 ^running
30745 (gdb)
30746 *stopped,reason="watchpoint-trigger",
30747 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
30748 frame=@{func="callee4",args=[],
30749 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30750 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30751 arch="i386:x86_64"@}
30752 (gdb)
30753 -exec-continue
30754 ^running
30755 (gdb)
30756 *stopped,reason="watchpoint-scope",wpnum="5",
30757 frame=@{func="callee3",args=[@{name="strarg",
30758 value="0x11940 \"A string argument.\""@}],
30759 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30760 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30761 arch="i386:x86_64"@}
30762 (gdb)
30763 @end smallexample
30764
30765 Listing breakpoints and watchpoints, at different points in the program
30766 execution. Note that once the watchpoint goes out of scope, it is
30767 deleted.
30768
30769 @smallexample
30770 (gdb)
30771 -break-watch C
30772 ^done,wpt=@{number="2",exp="C"@}
30773 (gdb)
30774 -break-list
30775 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30776 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30777 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30778 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30779 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30780 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30781 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30782 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30783 addr="0x00010734",func="callee4",
30784 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30785 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
30786 times="1"@},
30787 bkpt=@{number="2",type="watchpoint",disp="keep",
30788 enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
30789 (gdb)
30790 -exec-continue
30791 ^running
30792 (gdb)
30793 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
30794 value=@{old="-276895068",new="3"@},
30795 frame=@{func="callee4",args=[],
30796 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30797 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30798 arch="i386:x86_64"@}
30799 (gdb)
30800 -break-list
30801 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30802 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30803 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30804 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30805 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30806 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30807 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30808 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30809 addr="0x00010734",func="callee4",
30810 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30811 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
30812 times="1"@},
30813 bkpt=@{number="2",type="watchpoint",disp="keep",
30814 enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
30815 (gdb)
30816 -exec-continue
30817 ^running
30818 ^done,reason="watchpoint-scope",wpnum="2",
30819 frame=@{func="callee3",args=[@{name="strarg",
30820 value="0x11940 \"A string argument.\""@}],
30821 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30822 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30823 arch="i386:x86_64"@}
30824 (gdb)
30825 -break-list
30826 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30827 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30828 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30829 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30830 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30831 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30832 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
30833 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30834 addr="0x00010734",func="callee4",
30835 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30836 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
30837 thread-groups=["i1"],times="1"@}]@}
30838 (gdb)
30839 @end smallexample
30840
30841
30842 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30843 @node GDB/MI Catchpoint Commands
30844 @section @sc{gdb/mi} Catchpoint Commands
30845
30846 This section documents @sc{gdb/mi} commands for manipulating
30847 catchpoints.
30848
30849 @menu
30850 * Shared Library GDB/MI Catchpoint Commands::
30851 * Ada Exception GDB/MI Catchpoint Commands::
30852 * C++ Exception GDB/MI Catchpoint Commands::
30853 @end menu
30854
30855 @node Shared Library GDB/MI Catchpoint Commands
30856 @subsection Shared Library @sc{gdb/mi} Catchpoints
30857
30858 @subheading The @code{-catch-load} Command
30859 @findex -catch-load
30860
30861 @subsubheading Synopsis
30862
30863 @smallexample
30864 -catch-load [ -t ] [ -d ] @var{regexp}
30865 @end smallexample
30866
30867 Add a catchpoint for library load events. If the @samp{-t} option is used,
30868 the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30869 Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
30870 in a disabled state. The @samp{regexp} argument is a regular
30871 expression used to match the name of the loaded library.
30872
30873
30874 @subsubheading @value{GDBN} Command
30875
30876 The corresponding @value{GDBN} command is @samp{catch load}.
30877
30878 @subsubheading Example
30879
30880 @smallexample
30881 -catch-load -t foo.so
30882 ^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
30883 what="load of library matching foo.so",catch-type="load",times="0"@}
30884 (gdb)
30885 @end smallexample
30886
30887
30888 @subheading The @code{-catch-unload} Command
30889 @findex -catch-unload
30890
30891 @subsubheading Synopsis
30892
30893 @smallexample
30894 -catch-unload [ -t ] [ -d ] @var{regexp}
30895 @end smallexample
30896
30897 Add a catchpoint for library unload events. If the @samp{-t} option is
30898 used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30899 Breakpoints}). If the @samp{-d} option is used, the catchpoint is
30900 created in a disabled state. The @samp{regexp} argument is a regular
30901 expression used to match the name of the unloaded library.
30902
30903 @subsubheading @value{GDBN} Command
30904
30905 The corresponding @value{GDBN} command is @samp{catch unload}.
30906
30907 @subsubheading Example
30908
30909 @smallexample
30910 -catch-unload -d bar.so
30911 ^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
30912 what="load of library matching bar.so",catch-type="unload",times="0"@}
30913 (gdb)
30914 @end smallexample
30915
30916 @node Ada Exception GDB/MI Catchpoint Commands
30917 @subsection Ada Exception @sc{gdb/mi} Catchpoints
30918
30919 The following @sc{gdb/mi} commands can be used to create catchpoints
30920 that stop the execution when Ada exceptions are being raised.
30921
30922 @subheading The @code{-catch-assert} Command
30923 @findex -catch-assert
30924
30925 @subsubheading Synopsis
30926
30927 @smallexample
30928 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
30929 @end smallexample
30930
30931 Add a catchpoint for failed Ada assertions.
30932
30933 The possible optional parameters for this command are:
30934
30935 @table @samp
30936 @item -c @var{condition}
30937 Make the catchpoint conditional on @var{condition}.
30938 @item -d
30939 Create a disabled catchpoint.
30940 @item -t
30941 Create a temporary catchpoint.
30942 @end table
30943
30944 @subsubheading @value{GDBN} Command
30945
30946 The corresponding @value{GDBN} command is @samp{catch assert}.
30947
30948 @subsubheading Example
30949
30950 @smallexample
30951 -catch-assert
30952 ^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
30953 enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
30954 thread-groups=["i1"],times="0",
30955 original-location="__gnat_debug_raise_assert_failure"@}
30956 (gdb)
30957 @end smallexample
30958
30959 @subheading The @code{-catch-exception} Command
30960 @findex -catch-exception
30961
30962 @subsubheading Synopsis
30963
30964 @smallexample
30965 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
30966 [ -t ] [ -u ]
30967 @end smallexample
30968
30969 Add a catchpoint stopping when Ada exceptions are raised.
30970 By default, the command stops the program when any Ada exception
30971 gets raised. But it is also possible, by using some of the
30972 optional parameters described below, to create more selective
30973 catchpoints.
30974
30975 The possible optional parameters for this command are:
30976
30977 @table @samp
30978 @item -c @var{condition}
30979 Make the catchpoint conditional on @var{condition}.
30980 @item -d
30981 Create a disabled catchpoint.
30982 @item -e @var{exception-name}
30983 Only stop when @var{exception-name} is raised. This option cannot
30984 be used combined with @samp{-u}.
30985 @item -t
30986 Create a temporary catchpoint.
30987 @item -u
30988 Stop only when an unhandled exception gets raised. This option
30989 cannot be used combined with @samp{-e}.
30990 @end table
30991
30992 @subsubheading @value{GDBN} Command
30993
30994 The corresponding @value{GDBN} commands are @samp{catch exception}
30995 and @samp{catch exception unhandled}.
30996
30997 @subsubheading Example
30998
30999 @smallexample
31000 -catch-exception -e Program_Error
31001 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31002 enabled="y",addr="0x0000000000404874",
31003 what="`Program_Error' Ada exception", thread-groups=["i1"],
31004 times="0",original-location="__gnat_debug_raise_exception"@}
31005 (gdb)
31006 @end smallexample
31007
31008 @subheading The @code{-catch-handlers} Command
31009 @findex -catch-handlers
31010
31011 @subsubheading Synopsis
31012
31013 @smallexample
31014 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
31015 [ -t ]
31016 @end smallexample
31017
31018 Add a catchpoint stopping when Ada exceptions are handled.
31019 By default, the command stops the program when any Ada exception
31020 gets handled. But it is also possible, by using some of the
31021 optional parameters described below, to create more selective
31022 catchpoints.
31023
31024 The possible optional parameters for this command are:
31025
31026 @table @samp
31027 @item -c @var{condition}
31028 Make the catchpoint conditional on @var{condition}.
31029 @item -d
31030 Create a disabled catchpoint.
31031 @item -e @var{exception-name}
31032 Only stop when @var{exception-name} is handled.
31033 @item -t
31034 Create a temporary catchpoint.
31035 @end table
31036
31037 @subsubheading @value{GDBN} Command
31038
31039 The corresponding @value{GDBN} command is @samp{catch handlers}.
31040
31041 @subsubheading Example
31042
31043 @smallexample
31044 -catch-handlers -e Constraint_Error
31045 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31046 enabled="y",addr="0x0000000000402f68",
31047 what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
31048 times="0",original-location="__gnat_begin_handler"@}
31049 (gdb)
31050 @end smallexample
31051
31052 @node C++ Exception GDB/MI Catchpoint Commands
31053 @subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
31054
31055 The following @sc{gdb/mi} commands can be used to create catchpoints
31056 that stop the execution when C@t{++} exceptions are being throw, rethrown,
31057 or caught.
31058
31059 @subheading The @code{-catch-throw} Command
31060 @findex -catch-throw
31061
31062 @subsubheading Synopsis
31063
31064 @smallexample
31065 -catch-throw [ -t ] [ -r @var{regexp}]
31066 @end smallexample
31067
31068 Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
31069 given, then only exceptions whose type matches the regular expression
31070 will be caught.
31071
31072 If @samp{-t} is given, then the catchpoint is enabled only for one
31073 stop, the catchpoint is automatically deleted after stopping once for
31074 the event.
31075
31076 @subsubheading @value{GDBN} Command
31077
31078 The corresponding @value{GDBN} commands are @samp{catch throw}
31079 and @samp{tcatch throw} (@pxref{Set Catchpoints}).
31080
31081 @subsubheading Example
31082
31083 @smallexample
31084 -catch-throw -r exception_type
31085 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31086 what="exception throw",catch-type="throw",
31087 thread-groups=["i1"],
31088 regexp="exception_type",times="0"@}
31089 (gdb)
31090 -exec-run
31091 ^running
31092 (gdb)
31093 ~"\n"
31094 ~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
31095 in __cxa_throw () from /lib64/libstdc++.so.6\n"
31096 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31097 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
31098 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31099 thread-id="1",stopped-threads="all",core="6"
31100 (gdb)
31101 @end smallexample
31102
31103 @subheading The @code{-catch-rethrow} Command
31104 @findex -catch-rethrow
31105
31106 @subsubheading Synopsis
31107
31108 @smallexample
31109 -catch-rethrow [ -t ] [ -r @var{regexp}]
31110 @end smallexample
31111
31112 Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
31113 then only exceptions whose type matches the regular expression will be
31114 caught.
31115
31116 If @samp{-t} is given, then the catchpoint is enabled only for one
31117 stop, the catchpoint is automatically deleted after the first event is
31118 caught.
31119
31120 @subsubheading @value{GDBN} Command
31121
31122 The corresponding @value{GDBN} commands are @samp{catch rethrow}
31123 and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
31124
31125 @subsubheading Example
31126
31127 @smallexample
31128 -catch-rethrow -r exception_type
31129 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31130 what="exception rethrow",catch-type="rethrow",
31131 thread-groups=["i1"],
31132 regexp="exception_type",times="0"@}
31133 (gdb)
31134 -exec-run
31135 ^running
31136 (gdb)
31137 ~"\n"
31138 ~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
31139 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
31140 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31141 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
31142 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31143 thread-id="1",stopped-threads="all",core="6"
31144 (gdb)
31145 @end smallexample
31146
31147 @subheading The @code{-catch-catch} Command
31148 @findex -catch-catch
31149
31150 @subsubheading Synopsis
31151
31152 @smallexample
31153 -catch-catch [ -t ] [ -r @var{regexp}]
31154 @end smallexample
31155
31156 Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
31157 is given, then only exceptions whose type matches the regular
31158 expression will be caught.
31159
31160 If @samp{-t} is given, then the catchpoint is enabled only for one
31161 stop, the catchpoint is automatically deleted after the first event is
31162 caught.
31163
31164 @subsubheading @value{GDBN} Command
31165
31166 The corresponding @value{GDBN} commands are @samp{catch catch}
31167 and @samp{tcatch catch} (@pxref{Set Catchpoints}).
31168
31169 @subsubheading Example
31170
31171 @smallexample
31172 -catch-catch -r exception_type
31173 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31174 what="exception catch",catch-type="catch",
31175 thread-groups=["i1"],
31176 regexp="exception_type",times="0"@}
31177 (gdb)
31178 -exec-run
31179 ^running
31180 (gdb)
31181 ~"\n"
31182 ~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
31183 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
31184 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31185 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
31186 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31187 thread-id="1",stopped-threads="all",core="6"
31188 (gdb)
31189 @end smallexample
31190
31191 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31192 @node GDB/MI Program Context
31193 @section @sc{gdb/mi} Program Context
31194
31195 @subheading The @code{-exec-arguments} Command
31196 @findex -exec-arguments
31197
31198
31199 @subsubheading Synopsis
31200
31201 @smallexample
31202 -exec-arguments @var{args}
31203 @end smallexample
31204
31205 Set the inferior program arguments, to be used in the next
31206 @samp{-exec-run}.
31207
31208 @subsubheading @value{GDBN} Command
31209
31210 The corresponding @value{GDBN} command is @samp{set args}.
31211
31212 @subsubheading Example
31213
31214 @smallexample
31215 (gdb)
31216 -exec-arguments -v word
31217 ^done
31218 (gdb)
31219 @end smallexample
31220
31221
31222 @ignore
31223 @subheading The @code{-exec-show-arguments} Command
31224 @findex -exec-show-arguments
31225
31226 @subsubheading Synopsis
31227
31228 @smallexample
31229 -exec-show-arguments
31230 @end smallexample
31231
31232 Print the arguments of the program.
31233
31234 @subsubheading @value{GDBN} Command
31235
31236 The corresponding @value{GDBN} command is @samp{show args}.
31237
31238 @subsubheading Example
31239 N.A.
31240 @end ignore
31241
31242
31243 @subheading The @code{-environment-cd} Command
31244 @findex -environment-cd
31245
31246 @subsubheading Synopsis
31247
31248 @smallexample
31249 -environment-cd @var{pathdir}
31250 @end smallexample
31251
31252 Set @value{GDBN}'s working directory.
31253
31254 @subsubheading @value{GDBN} Command
31255
31256 The corresponding @value{GDBN} command is @samp{cd}.
31257
31258 @subsubheading Example
31259
31260 @smallexample
31261 (gdb)
31262 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31263 ^done
31264 (gdb)
31265 @end smallexample
31266
31267
31268 @subheading The @code{-environment-directory} Command
31269 @findex -environment-directory
31270
31271 @subsubheading Synopsis
31272
31273 @smallexample
31274 -environment-directory [ -r ] [ @var{pathdir} ]+
31275 @end smallexample
31276
31277 Add directories @var{pathdir} to beginning of search path for source files.
31278 If the @samp{-r} option is used, the search path is reset to the default
31279 search path. If directories @var{pathdir} are supplied in addition to the
31280 @samp{-r} option, the search path is first reset and then addition
31281 occurs as normal.
31282 Multiple directories may be specified, separated by blanks. Specifying
31283 multiple directories in a single command
31284 results in the directories added to the beginning of the
31285 search path in the same order they were presented in the command.
31286 If blanks are needed as
31287 part of a directory name, double-quotes should be used around
31288 the name. In the command output, the path will show up separated
31289 by the system directory-separator character. The directory-separator
31290 character must not be used
31291 in any directory name.
31292 If no directories are specified, the current search path is displayed.
31293
31294 @subsubheading @value{GDBN} Command
31295
31296 The corresponding @value{GDBN} command is @samp{dir}.
31297
31298 @subsubheading Example
31299
31300 @smallexample
31301 (gdb)
31302 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31303 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
31304 (gdb)
31305 -environment-directory ""
31306 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
31307 (gdb)
31308 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
31309 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
31310 (gdb)
31311 -environment-directory -r
31312 ^done,source-path="$cdir:$cwd"
31313 (gdb)
31314 @end smallexample
31315
31316
31317 @subheading The @code{-environment-path} Command
31318 @findex -environment-path
31319
31320 @subsubheading Synopsis
31321
31322 @smallexample
31323 -environment-path [ -r ] [ @var{pathdir} ]+
31324 @end smallexample
31325
31326 Add directories @var{pathdir} to beginning of search path for object files.
31327 If the @samp{-r} option is used, the search path is reset to the original
31328 search path that existed at gdb start-up. If directories @var{pathdir} are
31329 supplied in addition to the
31330 @samp{-r} option, the search path is first reset and then addition
31331 occurs as normal.
31332 Multiple directories may be specified, separated by blanks. Specifying
31333 multiple directories in a single command
31334 results in the directories added to the beginning of the
31335 search path in the same order they were presented in the command.
31336 If blanks are needed as
31337 part of a directory name, double-quotes should be used around
31338 the name. In the command output, the path will show up separated
31339 by the system directory-separator character. The directory-separator
31340 character must not be used
31341 in any directory name.
31342 If no directories are specified, the current path is displayed.
31343
31344
31345 @subsubheading @value{GDBN} Command
31346
31347 The corresponding @value{GDBN} command is @samp{path}.
31348
31349 @subsubheading Example
31350
31351 @smallexample
31352 (gdb)
31353 -environment-path
31354 ^done,path="/usr/bin"
31355 (gdb)
31356 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
31357 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
31358 (gdb)
31359 -environment-path -r /usr/local/bin
31360 ^done,path="/usr/local/bin:/usr/bin"
31361 (gdb)
31362 @end smallexample
31363
31364
31365 @subheading The @code{-environment-pwd} Command
31366 @findex -environment-pwd
31367
31368 @subsubheading Synopsis
31369
31370 @smallexample
31371 -environment-pwd
31372 @end smallexample
31373
31374 Show the current working directory.
31375
31376 @subsubheading @value{GDBN} Command
31377
31378 The corresponding @value{GDBN} command is @samp{pwd}.
31379
31380 @subsubheading Example
31381
31382 @smallexample
31383 (gdb)
31384 -environment-pwd
31385 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
31386 (gdb)
31387 @end smallexample
31388
31389 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31390 @node GDB/MI Thread Commands
31391 @section @sc{gdb/mi} Thread Commands
31392
31393
31394 @subheading The @code{-thread-info} Command
31395 @findex -thread-info
31396
31397 @subsubheading Synopsis
31398
31399 @smallexample
31400 -thread-info [ @var{thread-id} ]
31401 @end smallexample
31402
31403 Reports information about either a specific thread, if the
31404 @var{thread-id} parameter is present, or about all threads.
31405 @var{thread-id} is the thread's global thread ID. When printing
31406 information about all threads, also reports the global ID of the
31407 current thread.
31408
31409 @subsubheading @value{GDBN} Command
31410
31411 The @samp{info thread} command prints the same information
31412 about all threads.
31413
31414 @subsubheading Result
31415
31416 The result contains the following attributes:
31417
31418 @table @samp
31419 @item threads
31420 A list of threads. The format of the elements of the list is described in
31421 @ref{GDB/MI Thread Information}.
31422
31423 @item current-thread-id
31424 The global id of the currently selected thread. This field is omitted if there
31425 is no selected thread (for example, when the selected inferior is not running,
31426 and therefore has no threads) or if a @var{thread-id} argument was passed to
31427 the command.
31428
31429 @end table
31430
31431 @subsubheading Example
31432
31433 @smallexample
31434 -thread-info
31435 ^done,threads=[
31436 @{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
31437 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
31438 args=[]@},state="running"@},
31439 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
31440 frame=@{level="0",addr="0x0804891f",func="foo",
31441 args=[@{name="i",value="10"@}],
31442 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
31443 state="running"@}],
31444 current-thread-id="1"
31445 (gdb)
31446 @end smallexample
31447
31448 @subheading The @code{-thread-list-ids} Command
31449 @findex -thread-list-ids
31450
31451 @subsubheading Synopsis
31452
31453 @smallexample
31454 -thread-list-ids
31455 @end smallexample
31456
31457 Produces a list of the currently known global @value{GDBN} thread ids.
31458 At the end of the list it also prints the total number of such
31459 threads.
31460
31461 This command is retained for historical reasons, the
31462 @code{-thread-info} command should be used instead.
31463
31464 @subsubheading @value{GDBN} Command
31465
31466 Part of @samp{info threads} supplies the same information.
31467
31468 @subsubheading Example
31469
31470 @smallexample
31471 (gdb)
31472 -thread-list-ids
31473 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31474 current-thread-id="1",number-of-threads="3"
31475 (gdb)
31476 @end smallexample
31477
31478
31479 @subheading The @code{-thread-select} Command
31480 @findex -thread-select
31481
31482 @subsubheading Synopsis
31483
31484 @smallexample
31485 -thread-select @var{thread-id}
31486 @end smallexample
31487
31488 Make thread with global thread number @var{thread-id} the current
31489 thread. It prints the number of the new current thread, and the
31490 topmost frame for that thread.
31491
31492 This command is deprecated in favor of explicitly using the
31493 @samp{--thread} option to each command.
31494
31495 @subsubheading @value{GDBN} Command
31496
31497 The corresponding @value{GDBN} command is @samp{thread}.
31498
31499 @subsubheading Example
31500
31501 @smallexample
31502 (gdb)
31503 -exec-next
31504 ^running
31505 (gdb)
31506 *stopped,reason="end-stepping-range",thread-id="2",line="187",
31507 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
31508 (gdb)
31509 -thread-list-ids
31510 ^done,
31511 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31512 number-of-threads="3"
31513 (gdb)
31514 -thread-select 3
31515 ^done,new-thread-id="3",
31516 frame=@{level="0",func="vprintf",
31517 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
31518 @{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
31519 (gdb)
31520 @end smallexample
31521
31522 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31523 @node GDB/MI Ada Tasking Commands
31524 @section @sc{gdb/mi} Ada Tasking Commands
31525
31526 @subheading The @code{-ada-task-info} Command
31527 @findex -ada-task-info
31528
31529 @subsubheading Synopsis
31530
31531 @smallexample
31532 -ada-task-info [ @var{task-id} ]
31533 @end smallexample
31534
31535 Reports information about either a specific Ada task, if the
31536 @var{task-id} parameter is present, or about all Ada tasks.
31537
31538 @subsubheading @value{GDBN} Command
31539
31540 The @samp{info tasks} command prints the same information
31541 about all Ada tasks (@pxref{Ada Tasks}).
31542
31543 @subsubheading Result
31544
31545 The result is a table of Ada tasks. The following columns are
31546 defined for each Ada task:
31547
31548 @table @samp
31549 @item current
31550 This field exists only for the current thread. It has the value @samp{*}.
31551
31552 @item id
31553 The identifier that @value{GDBN} uses to refer to the Ada task.
31554
31555 @item task-id
31556 The identifier that the target uses to refer to the Ada task.
31557
31558 @item thread-id
31559 The global thread identifier of the thread corresponding to the Ada
31560 task.
31561
31562 This field should always exist, as Ada tasks are always implemented
31563 on top of a thread. But if @value{GDBN} cannot find this corresponding
31564 thread for any reason, the field is omitted.
31565
31566 @item parent-id
31567 This field exists only when the task was created by another task.
31568 In this case, it provides the ID of the parent task.
31569
31570 @item priority
31571 The base priority of the task.
31572
31573 @item state
31574 The current state of the task. For a detailed description of the
31575 possible states, see @ref{Ada Tasks}.
31576
31577 @item name
31578 The name of the task.
31579
31580 @end table
31581
31582 @subsubheading Example
31583
31584 @smallexample
31585 -ada-task-info
31586 ^done,tasks=@{nr_rows="3",nr_cols="8",
31587 hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
31588 @{width="3",alignment="1",col_name="id",colhdr="ID"@},
31589 @{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
31590 @{width="4",alignment="1",col_name="thread-id",colhdr=""@},
31591 @{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
31592 @{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
31593 @{width="22",alignment="-1",col_name="state",colhdr="State"@},
31594 @{width="1",alignment="2",col_name="name",colhdr="Name"@}],
31595 body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
31596 state="Child Termination Wait",name="main_task"@}]@}
31597 (gdb)
31598 @end smallexample
31599
31600 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31601 @node GDB/MI Program Execution
31602 @section @sc{gdb/mi} Program Execution
31603
31604 These are the asynchronous commands which generate the out-of-band
31605 record @samp{*stopped}. Currently @value{GDBN} only really executes
31606 asynchronously with remote targets and this interaction is mimicked in
31607 other cases.
31608
31609 @subheading The @code{-exec-continue} Command
31610 @findex -exec-continue
31611
31612 @subsubheading Synopsis
31613
31614 @smallexample
31615 -exec-continue [--reverse] [--all|--thread-group N]
31616 @end smallexample
31617
31618 Resumes the execution of the inferior program, which will continue
31619 to execute until it reaches a debugger stop event. If the
31620 @samp{--reverse} option is specified, execution resumes in reverse until
31621 it reaches a stop event. Stop events may include
31622 @itemize @bullet
31623 @item
31624 breakpoints or watchpoints
31625 @item
31626 signals or exceptions
31627 @item
31628 the end of the process (or its beginning under @samp{--reverse})
31629 @item
31630 the end or beginning of a replay log if one is being used.
31631 @end itemize
31632 In all-stop mode (@pxref{All-Stop
31633 Mode}), may resume only one thread, or all threads, depending on the
31634 value of the @samp{scheduler-locking} variable. If @samp{--all} is
31635 specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
31636 ignored in all-stop mode. If the @samp{--thread-group} options is
31637 specified, then all threads in that thread group are resumed.
31638
31639 @subsubheading @value{GDBN} Command
31640
31641 The corresponding @value{GDBN} corresponding is @samp{continue}.
31642
31643 @subsubheading Example
31644
31645 @smallexample
31646 -exec-continue
31647 ^running
31648 (gdb)
31649 @@Hello world
31650 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
31651 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
31652 line="13",arch="i386:x86_64"@}
31653 (gdb)
31654 @end smallexample
31655
31656
31657 @subheading The @code{-exec-finish} Command
31658 @findex -exec-finish
31659
31660 @subsubheading Synopsis
31661
31662 @smallexample
31663 -exec-finish [--reverse]
31664 @end smallexample
31665
31666 Resumes the execution of the inferior program until the current
31667 function is exited. Displays the results returned by the function.
31668 If the @samp{--reverse} option is specified, resumes the reverse
31669 execution of the inferior program until the point where current
31670 function was called.
31671
31672 @subsubheading @value{GDBN} Command
31673
31674 The corresponding @value{GDBN} command is @samp{finish}.
31675
31676 @subsubheading Example
31677
31678 Function returning @code{void}.
31679
31680 @smallexample
31681 -exec-finish
31682 ^running
31683 (gdb)
31684 @@hello from foo
31685 *stopped,reason="function-finished",frame=@{func="main",args=[],
31686 file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
31687 (gdb)
31688 @end smallexample
31689
31690 Function returning other than @code{void}. The name of the internal
31691 @value{GDBN} variable storing the result is printed, together with the
31692 value itself.
31693
31694 @smallexample
31695 -exec-finish
31696 ^running
31697 (gdb)
31698 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
31699 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
31700 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
31701 arch="i386:x86_64"@},
31702 gdb-result-var="$1",return-value="0"
31703 (gdb)
31704 @end smallexample
31705
31706
31707 @subheading The @code{-exec-interrupt} Command
31708 @findex -exec-interrupt
31709
31710 @subsubheading Synopsis
31711
31712 @smallexample
31713 -exec-interrupt [--all|--thread-group N]
31714 @end smallexample
31715
31716 Interrupts the background execution of the target. Note how the token
31717 associated with the stop message is the one for the execution command
31718 that has been interrupted. The token for the interrupt itself only
31719 appears in the @samp{^done} output. If the user is trying to
31720 interrupt a non-running program, an error message will be printed.
31721
31722 Note that when asynchronous execution is enabled, this command is
31723 asynchronous just like other execution commands. That is, first the
31724 @samp{^done} response will be printed, and the target stop will be
31725 reported after that using the @samp{*stopped} notification.
31726
31727 In non-stop mode, only the context thread is interrupted by default.
31728 All threads (in all inferiors) will be interrupted if the
31729 @samp{--all} option is specified. If the @samp{--thread-group}
31730 option is specified, all threads in that group will be interrupted.
31731
31732 @subsubheading @value{GDBN} Command
31733
31734 The corresponding @value{GDBN} command is @samp{interrupt}.
31735
31736 @subsubheading Example
31737
31738 @smallexample
31739 (gdb)
31740 111-exec-continue
31741 111^running
31742
31743 (gdb)
31744 222-exec-interrupt
31745 222^done
31746 (gdb)
31747 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
31748 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
31749 fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
31750 (gdb)
31751
31752 (gdb)
31753 -exec-interrupt
31754 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
31755 (gdb)
31756 @end smallexample
31757
31758 @subheading The @code{-exec-jump} Command
31759 @findex -exec-jump
31760
31761 @subsubheading Synopsis
31762
31763 @smallexample
31764 -exec-jump @var{location}
31765 @end smallexample
31766
31767 Resumes execution of the inferior program at the location specified by
31768 parameter. @xref{Specify Location}, for a description of the
31769 different forms of @var{location}.
31770
31771 @subsubheading @value{GDBN} Command
31772
31773 The corresponding @value{GDBN} command is @samp{jump}.
31774
31775 @subsubheading Example
31776
31777 @smallexample
31778 -exec-jump foo.c:10
31779 *running,thread-id="all"
31780 ^running
31781 @end smallexample
31782
31783
31784 @subheading The @code{-exec-next} Command
31785 @findex -exec-next
31786
31787 @subsubheading Synopsis
31788
31789 @smallexample
31790 -exec-next [--reverse]
31791 @end smallexample
31792
31793 Resumes execution of the inferior program, stopping when the beginning
31794 of the next source line is reached.
31795
31796 If the @samp{--reverse} option is specified, resumes reverse execution
31797 of the inferior program, stopping at the beginning of the previous
31798 source line. If you issue this command on the first line of a
31799 function, it will take you back to the caller of that function, to the
31800 source line where the function was called.
31801
31802
31803 @subsubheading @value{GDBN} Command
31804
31805 The corresponding @value{GDBN} command is @samp{next}.
31806
31807 @subsubheading Example
31808
31809 @smallexample
31810 -exec-next
31811 ^running
31812 (gdb)
31813 *stopped,reason="end-stepping-range",line="8",file="hello.c"
31814 (gdb)
31815 @end smallexample
31816
31817
31818 @subheading The @code{-exec-next-instruction} Command
31819 @findex -exec-next-instruction
31820
31821 @subsubheading Synopsis
31822
31823 @smallexample
31824 -exec-next-instruction [--reverse]
31825 @end smallexample
31826
31827 Executes one machine instruction. If the instruction is a function
31828 call, continues until the function returns. If the program stops at an
31829 instruction in the middle of a source line, the address will be
31830 printed as well.
31831
31832 If the @samp{--reverse} option is specified, resumes reverse execution
31833 of the inferior program, stopping at the previous instruction. If the
31834 previously executed instruction was a return from another function,
31835 it will continue to execute in reverse until the call to that function
31836 (from the current stack frame) is reached.
31837
31838 @subsubheading @value{GDBN} Command
31839
31840 The corresponding @value{GDBN} command is @samp{nexti}.
31841
31842 @subsubheading Example
31843
31844 @smallexample
31845 (gdb)
31846 -exec-next-instruction
31847 ^running
31848
31849 (gdb)
31850 *stopped,reason="end-stepping-range",
31851 addr="0x000100d4",line="5",file="hello.c"
31852 (gdb)
31853 @end smallexample
31854
31855
31856 @subheading The @code{-exec-return} Command
31857 @findex -exec-return
31858
31859 @subsubheading Synopsis
31860
31861 @smallexample
31862 -exec-return
31863 @end smallexample
31864
31865 Makes current function return immediately. Doesn't execute the inferior.
31866 Displays the new current frame.
31867
31868 @subsubheading @value{GDBN} Command
31869
31870 The corresponding @value{GDBN} command is @samp{return}.
31871
31872 @subsubheading Example
31873
31874 @smallexample
31875 (gdb)
31876 200-break-insert callee4
31877 200^done,bkpt=@{number="1",addr="0x00010734",
31878 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
31879 (gdb)
31880 000-exec-run
31881 000^running
31882 (gdb)
31883 000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
31884 frame=@{func="callee4",args=[],
31885 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31886 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
31887 arch="i386:x86_64"@}
31888 (gdb)
31889 205-break-delete
31890 205^done
31891 (gdb)
31892 111-exec-return
31893 111^done,frame=@{level="0",func="callee3",
31894 args=[@{name="strarg",
31895 value="0x11940 \"A string argument.\""@}],
31896 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31897 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31898 arch="i386:x86_64"@}
31899 (gdb)
31900 @end smallexample
31901
31902
31903 @subheading The @code{-exec-run} Command
31904 @findex -exec-run
31905
31906 @subsubheading Synopsis
31907
31908 @smallexample
31909 -exec-run [ --all | --thread-group N ] [ --start ]
31910 @end smallexample
31911
31912 Starts execution of the inferior from the beginning. The inferior
31913 executes until either a breakpoint is encountered or the program
31914 exits. In the latter case the output will include an exit code, if
31915 the program has exited exceptionally.
31916
31917 When neither the @samp{--all} nor the @samp{--thread-group} option
31918 is specified, the current inferior is started. If the
31919 @samp{--thread-group} option is specified, it should refer to a thread
31920 group of type @samp{process}, and that thread group will be started.
31921 If the @samp{--all} option is specified, then all inferiors will be started.
31922
31923 Using the @samp{--start} option instructs the debugger to stop
31924 the execution at the start of the inferior's main subprogram,
31925 following the same behavior as the @code{start} command
31926 (@pxref{Starting}).
31927
31928 @subsubheading @value{GDBN} Command
31929
31930 The corresponding @value{GDBN} command is @samp{run}.
31931
31932 @subsubheading Examples
31933
31934 @smallexample
31935 (gdb)
31936 -break-insert main
31937 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
31938 (gdb)
31939 -exec-run
31940 ^running
31941 (gdb)
31942 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
31943 frame=@{func="main",args=[],file="recursive2.c",
31944 fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
31945 (gdb)
31946 @end smallexample
31947
31948 @noindent
31949 Program exited normally:
31950
31951 @smallexample
31952 (gdb)
31953 -exec-run
31954 ^running
31955 (gdb)
31956 x = 55
31957 *stopped,reason="exited-normally"
31958 (gdb)
31959 @end smallexample
31960
31961 @noindent
31962 Program exited exceptionally:
31963
31964 @smallexample
31965 (gdb)
31966 -exec-run
31967 ^running
31968 (gdb)
31969 x = 55
31970 *stopped,reason="exited",exit-code="01"
31971 (gdb)
31972 @end smallexample
31973
31974 Another way the program can terminate is if it receives a signal such as
31975 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
31976
31977 @smallexample
31978 (gdb)
31979 *stopped,reason="exited-signalled",signal-name="SIGINT",
31980 signal-meaning="Interrupt"
31981 @end smallexample
31982
31983
31984 @c @subheading -exec-signal
31985
31986
31987 @subheading The @code{-exec-step} Command
31988 @findex -exec-step
31989
31990 @subsubheading Synopsis
31991
31992 @smallexample
31993 -exec-step [--reverse]
31994 @end smallexample
31995
31996 Resumes execution of the inferior program, stopping when the beginning
31997 of the next source line is reached, if the next source line is not a
31998 function call. If it is, stop at the first instruction of the called
31999 function. If the @samp{--reverse} option is specified, resumes reverse
32000 execution of the inferior program, stopping at the beginning of the
32001 previously executed source line.
32002
32003 @subsubheading @value{GDBN} Command
32004
32005 The corresponding @value{GDBN} command is @samp{step}.
32006
32007 @subsubheading Example
32008
32009 Stepping into a function:
32010
32011 @smallexample
32012 -exec-step
32013 ^running
32014 (gdb)
32015 *stopped,reason="end-stepping-range",
32016 frame=@{func="foo",args=[@{name="a",value="10"@},
32017 @{name="b",value="0"@}],file="recursive2.c",
32018 fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
32019 (gdb)
32020 @end smallexample
32021
32022 Regular stepping:
32023
32024 @smallexample
32025 -exec-step
32026 ^running
32027 (gdb)
32028 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
32029 (gdb)
32030 @end smallexample
32031
32032
32033 @subheading The @code{-exec-step-instruction} Command
32034 @findex -exec-step-instruction
32035
32036 @subsubheading Synopsis
32037
32038 @smallexample
32039 -exec-step-instruction [--reverse]
32040 @end smallexample
32041
32042 Resumes the inferior which executes one machine instruction. If the
32043 @samp{--reverse} option is specified, resumes reverse execution of the
32044 inferior program, stopping at the previously executed instruction.
32045 The output, once @value{GDBN} has stopped, will vary depending on
32046 whether we have stopped in the middle of a source line or not. In the
32047 former case, the address at which the program stopped will be printed
32048 as well.
32049
32050 @subsubheading @value{GDBN} Command
32051
32052 The corresponding @value{GDBN} command is @samp{stepi}.
32053
32054 @subsubheading Example
32055
32056 @smallexample
32057 (gdb)
32058 -exec-step-instruction
32059 ^running
32060
32061 (gdb)
32062 *stopped,reason="end-stepping-range",
32063 frame=@{func="foo",args=[],file="try.c",
32064 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
32065 (gdb)
32066 -exec-step-instruction
32067 ^running
32068
32069 (gdb)
32070 *stopped,reason="end-stepping-range",
32071 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
32072 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
32073 (gdb)
32074 @end smallexample
32075
32076
32077 @subheading The @code{-exec-until} Command
32078 @findex -exec-until
32079
32080 @subsubheading Synopsis
32081
32082 @smallexample
32083 -exec-until [ @var{location} ]
32084 @end smallexample
32085
32086 Executes the inferior until the @var{location} specified in the
32087 argument is reached. If there is no argument, the inferior executes
32088 until a source line greater than the current one is reached. The
32089 reason for stopping in this case will be @samp{location-reached}.
32090
32091 @subsubheading @value{GDBN} Command
32092
32093 The corresponding @value{GDBN} command is @samp{until}.
32094
32095 @subsubheading Example
32096
32097 @smallexample
32098 (gdb)
32099 -exec-until recursive2.c:6
32100 ^running
32101 (gdb)
32102 x = 55
32103 *stopped,reason="location-reached",frame=@{func="main",args=[],
32104 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
32105 arch="i386:x86_64"@}
32106 (gdb)
32107 @end smallexample
32108
32109 @ignore
32110 @subheading -file-clear
32111 Is this going away????
32112 @end ignore
32113
32114 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32115 @node GDB/MI Stack Manipulation
32116 @section @sc{gdb/mi} Stack Manipulation Commands
32117
32118 @subheading The @code{-enable-frame-filters} Command
32119 @findex -enable-frame-filters
32120
32121 @smallexample
32122 -enable-frame-filters
32123 @end smallexample
32124
32125 @value{GDBN} allows Python-based frame filters to affect the output of
32126 the MI commands relating to stack traces. As there is no way to
32127 implement this in a fully backward-compatible way, a front end must
32128 request that this functionality be enabled.
32129
32130 Once enabled, this feature cannot be disabled.
32131
32132 Note that if Python support has not been compiled into @value{GDBN},
32133 this command will still succeed (and do nothing).
32134
32135 @subheading The @code{-stack-info-frame} Command
32136 @findex -stack-info-frame
32137
32138 @subsubheading Synopsis
32139
32140 @smallexample
32141 -stack-info-frame
32142 @end smallexample
32143
32144 Get info on the selected frame.
32145
32146 @subsubheading @value{GDBN} Command
32147
32148 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
32149 (without arguments).
32150
32151 @subsubheading Example
32152
32153 @smallexample
32154 (gdb)
32155 -stack-info-frame
32156 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
32157 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32158 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32159 arch="i386:x86_64"@}
32160 (gdb)
32161 @end smallexample
32162
32163 @subheading The @code{-stack-info-depth} Command
32164 @findex -stack-info-depth
32165
32166 @subsubheading Synopsis
32167
32168 @smallexample
32169 -stack-info-depth [ @var{max-depth} ]
32170 @end smallexample
32171
32172 Return the depth of the stack. If the integer argument @var{max-depth}
32173 is specified, do not count beyond @var{max-depth} frames.
32174
32175 @subsubheading @value{GDBN} Command
32176
32177 There's no equivalent @value{GDBN} command.
32178
32179 @subsubheading Example
32180
32181 For a stack with frame levels 0 through 11:
32182
32183 @smallexample
32184 (gdb)
32185 -stack-info-depth
32186 ^done,depth="12"
32187 (gdb)
32188 -stack-info-depth 4
32189 ^done,depth="4"
32190 (gdb)
32191 -stack-info-depth 12
32192 ^done,depth="12"
32193 (gdb)
32194 -stack-info-depth 11
32195 ^done,depth="11"
32196 (gdb)
32197 -stack-info-depth 13
32198 ^done,depth="12"
32199 (gdb)
32200 @end smallexample
32201
32202 @anchor{-stack-list-arguments}
32203 @subheading The @code{-stack-list-arguments} Command
32204 @findex -stack-list-arguments
32205
32206 @subsubheading Synopsis
32207
32208 @smallexample
32209 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32210 [ @var{low-frame} @var{high-frame} ]
32211 @end smallexample
32212
32213 Display a list of the arguments for the frames between @var{low-frame}
32214 and @var{high-frame} (inclusive). If @var{low-frame} and
32215 @var{high-frame} are not provided, list the arguments for the whole
32216 call stack. If the two arguments are equal, show the single frame
32217 at the corresponding level. It is an error if @var{low-frame} is
32218 larger than the actual number of frames. On the other hand,
32219 @var{high-frame} may be larger than the actual number of frames, in
32220 which case only existing frames will be returned.
32221
32222 If @var{print-values} is 0 or @code{--no-values}, print only the names of
32223 the variables; if it is 1 or @code{--all-values}, print also their
32224 values; and if it is 2 or @code{--simple-values}, print the name,
32225 type and value for simple data types, and the name and type for arrays,
32226 structures and unions. If the option @code{--no-frame-filters} is
32227 supplied, then Python frame filters will not be executed.
32228
32229 If the @code{--skip-unavailable} option is specified, arguments that
32230 are not available are not listed. Partially available arguments
32231 are still displayed, however.
32232
32233 Use of this command to obtain arguments in a single frame is
32234 deprecated in favor of the @samp{-stack-list-variables} command.
32235
32236 @subsubheading @value{GDBN} Command
32237
32238 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
32239 @samp{gdb_get_args} command which partially overlaps with the
32240 functionality of @samp{-stack-list-arguments}.
32241
32242 @subsubheading Example
32243
32244 @smallexample
32245 (gdb)
32246 -stack-list-frames
32247 ^done,
32248 stack=[
32249 frame=@{level="0",addr="0x00010734",func="callee4",
32250 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32251 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
32252 arch="i386:x86_64"@},
32253 frame=@{level="1",addr="0x0001076c",func="callee3",
32254 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32255 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32256 arch="i386:x86_64"@},
32257 frame=@{level="2",addr="0x0001078c",func="callee2",
32258 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32259 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
32260 arch="i386:x86_64"@},
32261 frame=@{level="3",addr="0x000107b4",func="callee1",
32262 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32263 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
32264 arch="i386:x86_64"@},
32265 frame=@{level="4",addr="0x000107e0",func="main",
32266 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32267 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
32268 arch="i386:x86_64"@}]
32269 (gdb)
32270 -stack-list-arguments 0
32271 ^done,
32272 stack-args=[
32273 frame=@{level="0",args=[]@},
32274 frame=@{level="1",args=[name="strarg"]@},
32275 frame=@{level="2",args=[name="intarg",name="strarg"]@},
32276 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
32277 frame=@{level="4",args=[]@}]
32278 (gdb)
32279 -stack-list-arguments 1
32280 ^done,
32281 stack-args=[
32282 frame=@{level="0",args=[]@},
32283 frame=@{level="1",
32284 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32285 frame=@{level="2",args=[
32286 @{name="intarg",value="2"@},
32287 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32288 @{frame=@{level="3",args=[
32289 @{name="intarg",value="2"@},
32290 @{name="strarg",value="0x11940 \"A string argument.\""@},
32291 @{name="fltarg",value="3.5"@}]@},
32292 frame=@{level="4",args=[]@}]
32293 (gdb)
32294 -stack-list-arguments 0 2 2
32295 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
32296 (gdb)
32297 -stack-list-arguments 1 2 2
32298 ^done,stack-args=[frame=@{level="2",
32299 args=[@{name="intarg",value="2"@},
32300 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
32301 (gdb)
32302 @end smallexample
32303
32304 @c @subheading -stack-list-exception-handlers
32305
32306
32307 @anchor{-stack-list-frames}
32308 @subheading The @code{-stack-list-frames} Command
32309 @findex -stack-list-frames
32310
32311 @subsubheading Synopsis
32312
32313 @smallexample
32314 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
32315 @end smallexample
32316
32317 List the frames currently on the stack. For each frame it displays the
32318 following info:
32319
32320 @table @samp
32321 @item @var{level}
32322 The frame number, 0 being the topmost frame, i.e., the innermost function.
32323 @item @var{addr}
32324 The @code{$pc} value for that frame.
32325 @item @var{func}
32326 Function name.
32327 @item @var{file}
32328 File name of the source file where the function lives.
32329 @item @var{fullname}
32330 The full file name of the source file where the function lives.
32331 @item @var{line}
32332 Line number corresponding to the @code{$pc}.
32333 @item @var{from}
32334 The shared library where this function is defined. This is only given
32335 if the frame's function is not known.
32336 @item @var{arch}
32337 Frame's architecture.
32338 @end table
32339
32340 If invoked without arguments, this command prints a backtrace for the
32341 whole stack. If given two integer arguments, it shows the frames whose
32342 levels are between the two arguments (inclusive). If the two arguments
32343 are equal, it shows the single frame at the corresponding level. It is
32344 an error if @var{low-frame} is larger than the actual number of
32345 frames. On the other hand, @var{high-frame} may be larger than the
32346 actual number of frames, in which case only existing frames will be
32347 returned. If the option @code{--no-frame-filters} is supplied, then
32348 Python frame filters will not be executed.
32349
32350 @subsubheading @value{GDBN} Command
32351
32352 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
32353
32354 @subsubheading Example
32355
32356 Full stack backtrace:
32357
32358 @smallexample
32359 (gdb)
32360 -stack-list-frames
32361 ^done,stack=
32362 [frame=@{level="0",addr="0x0001076c",func="foo",
32363 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
32364 arch="i386:x86_64"@},
32365 frame=@{level="1",addr="0x000107a4",func="foo",
32366 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32367 arch="i386:x86_64"@},
32368 frame=@{level="2",addr="0x000107a4",func="foo",
32369 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32370 arch="i386:x86_64"@},
32371 frame=@{level="3",addr="0x000107a4",func="foo",
32372 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32373 arch="i386:x86_64"@},
32374 frame=@{level="4",addr="0x000107a4",func="foo",
32375 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32376 arch="i386:x86_64"@},
32377 frame=@{level="5",addr="0x000107a4",func="foo",
32378 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32379 arch="i386:x86_64"@},
32380 frame=@{level="6",addr="0x000107a4",func="foo",
32381 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32382 arch="i386:x86_64"@},
32383 frame=@{level="7",addr="0x000107a4",func="foo",
32384 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32385 arch="i386:x86_64"@},
32386 frame=@{level="8",addr="0x000107a4",func="foo",
32387 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32388 arch="i386:x86_64"@},
32389 frame=@{level="9",addr="0x000107a4",func="foo",
32390 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32391 arch="i386:x86_64"@},
32392 frame=@{level="10",addr="0x000107a4",func="foo",
32393 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32394 arch="i386:x86_64"@},
32395 frame=@{level="11",addr="0x00010738",func="main",
32396 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
32397 arch="i386:x86_64"@}]
32398 (gdb)
32399 @end smallexample
32400
32401 Show frames between @var{low_frame} and @var{high_frame}:
32402
32403 @smallexample
32404 (gdb)
32405 -stack-list-frames 3 5
32406 ^done,stack=
32407 [frame=@{level="3",addr="0x000107a4",func="foo",
32408 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32409 arch="i386:x86_64"@},
32410 frame=@{level="4",addr="0x000107a4",func="foo",
32411 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32412 arch="i386:x86_64"@},
32413 frame=@{level="5",addr="0x000107a4",func="foo",
32414 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32415 arch="i386:x86_64"@}]
32416 (gdb)
32417 @end smallexample
32418
32419 Show a single frame:
32420
32421 @smallexample
32422 (gdb)
32423 -stack-list-frames 3 3
32424 ^done,stack=
32425 [frame=@{level="3",addr="0x000107a4",func="foo",
32426 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32427 arch="i386:x86_64"@}]
32428 (gdb)
32429 @end smallexample
32430
32431
32432 @subheading The @code{-stack-list-locals} Command
32433 @findex -stack-list-locals
32434 @anchor{-stack-list-locals}
32435
32436 @subsubheading Synopsis
32437
32438 @smallexample
32439 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32440 @end smallexample
32441
32442 Display the local variable names for the selected frame. If
32443 @var{print-values} is 0 or @code{--no-values}, print only the names of
32444 the variables; if it is 1 or @code{--all-values}, print also their
32445 values; and if it is 2 or @code{--simple-values}, print the name,
32446 type and value for simple data types, and the name and type for arrays,
32447 structures and unions. In this last case, a frontend can immediately
32448 display the value of simple data types and create variable objects for
32449 other data types when the user wishes to explore their values in
32450 more detail. If the option @code{--no-frame-filters} is supplied, then
32451 Python frame filters will not be executed.
32452
32453 If the @code{--skip-unavailable} option is specified, local variables
32454 that are not available are not listed. Partially available local
32455 variables are still displayed, however.
32456
32457 This command is deprecated in favor of the
32458 @samp{-stack-list-variables} command.
32459
32460 @subsubheading @value{GDBN} Command
32461
32462 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
32463
32464 @subsubheading Example
32465
32466 @smallexample
32467 (gdb)
32468 -stack-list-locals 0
32469 ^done,locals=[name="A",name="B",name="C"]
32470 (gdb)
32471 -stack-list-locals --all-values
32472 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
32473 @{name="C",value="@{1, 2, 3@}"@}]
32474 -stack-list-locals --simple-values
32475 ^done,locals=[@{name="A",type="int",value="1"@},
32476 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
32477 (gdb)
32478 @end smallexample
32479
32480 @anchor{-stack-list-variables}
32481 @subheading The @code{-stack-list-variables} Command
32482 @findex -stack-list-variables
32483
32484 @subsubheading Synopsis
32485
32486 @smallexample
32487 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
32488 @end smallexample
32489
32490 Display the names of local variables and function arguments for the selected frame. If
32491 @var{print-values} is 0 or @code{--no-values}, print only the names of
32492 the variables; if it is 1 or @code{--all-values}, print also their
32493 values; and if it is 2 or @code{--simple-values}, print the name,
32494 type and value for simple data types, and the name and type for arrays,
32495 structures and unions. If the option @code{--no-frame-filters} is
32496 supplied, then Python frame filters will not be executed.
32497
32498 If the @code{--skip-unavailable} option is specified, local variables
32499 and arguments that are not available are not listed. Partially
32500 available arguments and local variables are still displayed, however.
32501
32502 @subsubheading Example
32503
32504 @smallexample
32505 (gdb)
32506 -stack-list-variables --thread 1 --frame 0 --all-values
32507 ^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
32508 (gdb)
32509 @end smallexample
32510
32511
32512 @subheading The @code{-stack-select-frame} Command
32513 @findex -stack-select-frame
32514
32515 @subsubheading Synopsis
32516
32517 @smallexample
32518 -stack-select-frame @var{framenum}
32519 @end smallexample
32520
32521 Change the selected frame. Select a different frame @var{framenum} on
32522 the stack.
32523
32524 This command in deprecated in favor of passing the @samp{--frame}
32525 option to every command.
32526
32527 @subsubheading @value{GDBN} Command
32528
32529 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
32530 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
32531
32532 @subsubheading Example
32533
32534 @smallexample
32535 (gdb)
32536 -stack-select-frame 2
32537 ^done
32538 (gdb)
32539 @end smallexample
32540
32541 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32542 @node GDB/MI Variable Objects
32543 @section @sc{gdb/mi} Variable Objects
32544
32545 @ignore
32546
32547 @subheading Motivation for Variable Objects in @sc{gdb/mi}
32548
32549 For the implementation of a variable debugger window (locals, watched
32550 expressions, etc.), we are proposing the adaptation of the existing code
32551 used by @code{Insight}.
32552
32553 The two main reasons for that are:
32554
32555 @enumerate 1
32556 @item
32557 It has been proven in practice (it is already on its second generation).
32558
32559 @item
32560 It will shorten development time (needless to say how important it is
32561 now).
32562 @end enumerate
32563
32564 The original interface was designed to be used by Tcl code, so it was
32565 slightly changed so it could be used through @sc{gdb/mi}. This section
32566 describes the @sc{gdb/mi} operations that will be available and gives some
32567 hints about their use.
32568
32569 @emph{Note}: In addition to the set of operations described here, we
32570 expect the @sc{gui} implementation of a variable window to require, at
32571 least, the following operations:
32572
32573 @itemize @bullet
32574 @item @code{-gdb-show} @code{output-radix}
32575 @item @code{-stack-list-arguments}
32576 @item @code{-stack-list-locals}
32577 @item @code{-stack-select-frame}
32578 @end itemize
32579
32580 @end ignore
32581
32582 @subheading Introduction to Variable Objects
32583
32584 @cindex variable objects in @sc{gdb/mi}
32585
32586 Variable objects are "object-oriented" MI interface for examining and
32587 changing values of expressions. Unlike some other MI interfaces that
32588 work with expressions, variable objects are specifically designed for
32589 simple and efficient presentation in the frontend. A variable object
32590 is identified by string name. When a variable object is created, the
32591 frontend specifies the expression for that variable object. The
32592 expression can be a simple variable, or it can be an arbitrary complex
32593 expression, and can even involve CPU registers. After creating a
32594 variable object, the frontend can invoke other variable object
32595 operations---for example to obtain or change the value of a variable
32596 object, or to change display format.
32597
32598 Variable objects have hierarchical tree structure. Any variable object
32599 that corresponds to a composite type, such as structure in C, has
32600 a number of child variable objects, for example corresponding to each
32601 element of a structure. A child variable object can itself have
32602 children, recursively. Recursion ends when we reach
32603 leaf variable objects, which always have built-in types. Child variable
32604 objects are created only by explicit request, so if a frontend
32605 is not interested in the children of a particular variable object, no
32606 child will be created.
32607
32608 For a leaf variable object it is possible to obtain its value as a
32609 string, or set the value from a string. String value can be also
32610 obtained for a non-leaf variable object, but it's generally a string
32611 that only indicates the type of the object, and does not list its
32612 contents. Assignment to a non-leaf variable object is not allowed.
32613
32614 A frontend does not need to read the values of all variable objects each time
32615 the program stops. Instead, MI provides an update command that lists all
32616 variable objects whose values has changed since the last update
32617 operation. This considerably reduces the amount of data that must
32618 be transferred to the frontend. As noted above, children variable
32619 objects are created on demand, and only leaf variable objects have a
32620 real value. As result, gdb will read target memory only for leaf
32621 variables that frontend has created.
32622
32623 The automatic update is not always desirable. For example, a frontend
32624 might want to keep a value of some expression for future reference,
32625 and never update it. For another example, fetching memory is
32626 relatively slow for embedded targets, so a frontend might want
32627 to disable automatic update for the variables that are either not
32628 visible on the screen, or ``closed''. This is possible using so
32629 called ``frozen variable objects''. Such variable objects are never
32630 implicitly updated.
32631
32632 Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
32633 fixed variable object, the expression is parsed when the variable
32634 object is created, including associating identifiers to specific
32635 variables. The meaning of expression never changes. For a floating
32636 variable object the values of variables whose names appear in the
32637 expressions are re-evaluated every time in the context of the current
32638 frame. Consider this example:
32639
32640 @smallexample
32641 void do_work(...)
32642 @{
32643 struct work_state state;
32644
32645 if (...)
32646 do_work(...);
32647 @}
32648 @end smallexample
32649
32650 If a fixed variable object for the @code{state} variable is created in
32651 this function, and we enter the recursive call, the variable
32652 object will report the value of @code{state} in the top-level
32653 @code{do_work} invocation. On the other hand, a floating variable
32654 object will report the value of @code{state} in the current frame.
32655
32656 If an expression specified when creating a fixed variable object
32657 refers to a local variable, the variable object becomes bound to the
32658 thread and frame in which the variable object is created. When such
32659 variable object is updated, @value{GDBN} makes sure that the
32660 thread/frame combination the variable object is bound to still exists,
32661 and re-evaluates the variable object in context of that thread/frame.
32662
32663 The following is the complete set of @sc{gdb/mi} operations defined to
32664 access this functionality:
32665
32666 @multitable @columnfractions .4 .6
32667 @item @strong{Operation}
32668 @tab @strong{Description}
32669
32670 @item @code{-enable-pretty-printing}
32671 @tab enable Python-based pretty-printing
32672 @item @code{-var-create}
32673 @tab create a variable object
32674 @item @code{-var-delete}
32675 @tab delete the variable object and/or its children
32676 @item @code{-var-set-format}
32677 @tab set the display format of this variable
32678 @item @code{-var-show-format}
32679 @tab show the display format of this variable
32680 @item @code{-var-info-num-children}
32681 @tab tells how many children this object has
32682 @item @code{-var-list-children}
32683 @tab return a list of the object's children
32684 @item @code{-var-info-type}
32685 @tab show the type of this variable object
32686 @item @code{-var-info-expression}
32687 @tab print parent-relative expression that this variable object represents
32688 @item @code{-var-info-path-expression}
32689 @tab print full expression that this variable object represents
32690 @item @code{-var-show-attributes}
32691 @tab is this variable editable? does it exist here?
32692 @item @code{-var-evaluate-expression}
32693 @tab get the value of this variable
32694 @item @code{-var-assign}
32695 @tab set the value of this variable
32696 @item @code{-var-update}
32697 @tab update the variable and its children
32698 @item @code{-var-set-frozen}
32699 @tab set frozenness attribute
32700 @item @code{-var-set-update-range}
32701 @tab set range of children to display on update
32702 @end multitable
32703
32704 In the next subsection we describe each operation in detail and suggest
32705 how it can be used.
32706
32707 @subheading Description And Use of Operations on Variable Objects
32708
32709 @subheading The @code{-enable-pretty-printing} Command
32710 @findex -enable-pretty-printing
32711
32712 @smallexample
32713 -enable-pretty-printing
32714 @end smallexample
32715
32716 @value{GDBN} allows Python-based visualizers to affect the output of the
32717 MI variable object commands. However, because there was no way to
32718 implement this in a fully backward-compatible way, a front end must
32719 request that this functionality be enabled.
32720
32721 Once enabled, this feature cannot be disabled.
32722
32723 Note that if Python support has not been compiled into @value{GDBN},
32724 this command will still succeed (and do nothing).
32725
32726 This feature is currently (as of @value{GDBN} 7.0) experimental, and
32727 may work differently in future versions of @value{GDBN}.
32728
32729 @subheading The @code{-var-create} Command
32730 @findex -var-create
32731
32732 @subsubheading Synopsis
32733
32734 @smallexample
32735 -var-create @{@var{name} | "-"@}
32736 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
32737 @end smallexample
32738
32739 This operation creates a variable object, which allows the monitoring of
32740 a variable, the result of an expression, a memory cell or a CPU
32741 register.
32742
32743 The @var{name} parameter is the string by which the object can be
32744 referenced. It must be unique. If @samp{-} is specified, the varobj
32745 system will generate a string ``varNNNNNN'' automatically. It will be
32746 unique provided that one does not specify @var{name} of that format.
32747 The command fails if a duplicate name is found.
32748
32749 The frame under which the expression should be evaluated can be
32750 specified by @var{frame-addr}. A @samp{*} indicates that the current
32751 frame should be used. A @samp{@@} indicates that a floating variable
32752 object must be created.
32753
32754 @var{expression} is any expression valid on the current language set (must not
32755 begin with a @samp{*}), or one of the following:
32756
32757 @itemize @bullet
32758 @item
32759 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
32760
32761 @item
32762 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
32763
32764 @item
32765 @samp{$@var{regname}} --- a CPU register name
32766 @end itemize
32767
32768 @cindex dynamic varobj
32769 A varobj's contents may be provided by a Python-based pretty-printer. In this
32770 case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
32771 have slightly different semantics in some cases. If the
32772 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}
32773 will never create a dynamic varobj. This ensures backward
32774 compatibility for existing clients.
32775
32776 @subsubheading Result
32777
32778 This operation returns attributes of the newly-created varobj. These
32779 are:
32780
32781 @table @samp
32782 @item name
32783 The name of the varobj.
32784
32785 @item numchild
32786 The number of children of the varobj. This number is not necessarily
32787 reliable for a dynamic varobj. Instead, you must examine the
32788 @samp{has_more} attribute.
32789
32790 @item value
32791 The varobj's scalar value. For a varobj whose type is some sort of
32792 aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
32793 will not be interesting.
32794
32795 @item type
32796 The varobj's type. This is a string representation of the type, as
32797 would be printed by the @value{GDBN} CLI. If @samp{print object}
32798 (@pxref{Print Settings, set print object}) is set to @code{on}, the
32799 @emph{actual} (derived) type of the object is shown rather than the
32800 @emph{declared} one.
32801
32802 @item thread-id
32803 If a variable object is bound to a specific thread, then this is the
32804 thread's global identifier.
32805
32806 @item has_more
32807 For a dynamic varobj, this indicates whether there appear to be any
32808 children available. For a non-dynamic varobj, this will be 0.
32809
32810 @item dynamic
32811 This attribute will be present and have the value @samp{1} if the
32812 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32813 then this attribute will not be present.
32814
32815 @item displayhint
32816 A dynamic varobj can supply a display hint to the front end. The
32817 value comes directly from the Python pretty-printer object's
32818 @code{display_hint} method. @xref{Pretty Printing API}.
32819 @end table
32820
32821 Typical output will look like this:
32822
32823 @smallexample
32824 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
32825 has_more="@var{has_more}"
32826 @end smallexample
32827
32828
32829 @subheading The @code{-var-delete} Command
32830 @findex -var-delete
32831
32832 @subsubheading Synopsis
32833
32834 @smallexample
32835 -var-delete [ -c ] @var{name}
32836 @end smallexample
32837
32838 Deletes a previously created variable object and all of its children.
32839 With the @samp{-c} option, just deletes the children.
32840
32841 Returns an error if the object @var{name} is not found.
32842
32843
32844 @subheading The @code{-var-set-format} Command
32845 @findex -var-set-format
32846
32847 @subsubheading Synopsis
32848
32849 @smallexample
32850 -var-set-format @var{name} @var{format-spec}
32851 @end smallexample
32852
32853 Sets the output format for the value of the object @var{name} to be
32854 @var{format-spec}.
32855
32856 @anchor{-var-set-format}
32857 The syntax for the @var{format-spec} is as follows:
32858
32859 @smallexample
32860 @var{format-spec} @expansion{}
32861 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
32862 @end smallexample
32863
32864 The natural format is the default format choosen automatically
32865 based on the variable type (like decimal for an @code{int}, hex
32866 for pointers, etc.).
32867
32868 The zero-hexadecimal format has a representation similar to hexadecimal
32869 but with padding zeroes to the left of the value. For example, a 32-bit
32870 hexadecimal value of 0x1234 would be represented as 0x00001234 in the
32871 zero-hexadecimal format.
32872
32873 For a variable with children, the format is set only on the
32874 variable itself, and the children are not affected.
32875
32876 @subheading The @code{-var-show-format} Command
32877 @findex -var-show-format
32878
32879 @subsubheading Synopsis
32880
32881 @smallexample
32882 -var-show-format @var{name}
32883 @end smallexample
32884
32885 Returns the format used to display the value of the object @var{name}.
32886
32887 @smallexample
32888 @var{format} @expansion{}
32889 @var{format-spec}
32890 @end smallexample
32891
32892
32893 @subheading The @code{-var-info-num-children} Command
32894 @findex -var-info-num-children
32895
32896 @subsubheading Synopsis
32897
32898 @smallexample
32899 -var-info-num-children @var{name}
32900 @end smallexample
32901
32902 Returns the number of children of a variable object @var{name}:
32903
32904 @smallexample
32905 numchild=@var{n}
32906 @end smallexample
32907
32908 Note that this number is not completely reliable for a dynamic varobj.
32909 It will return the current number of children, but more children may
32910 be available.
32911
32912
32913 @subheading The @code{-var-list-children} Command
32914 @findex -var-list-children
32915
32916 @subsubheading Synopsis
32917
32918 @smallexample
32919 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
32920 @end smallexample
32921 @anchor{-var-list-children}
32922
32923 Return a list of the children of the specified variable object and
32924 create variable objects for them, if they do not already exist. With
32925 a single argument or if @var{print-values} has a value of 0 or
32926 @code{--no-values}, print only the names of the variables; if
32927 @var{print-values} is 1 or @code{--all-values}, also print their
32928 values; and if it is 2 or @code{--simple-values} print the name and
32929 value for simple data types and just the name for arrays, structures
32930 and unions.
32931
32932 @var{from} and @var{to}, if specified, indicate the range of children
32933 to report. If @var{from} or @var{to} is less than zero, the range is
32934 reset and all children will be reported. Otherwise, children starting
32935 at @var{from} (zero-based) and up to and excluding @var{to} will be
32936 reported.
32937
32938 If a child range is requested, it will only affect the current call to
32939 @code{-var-list-children}, but not future calls to @code{-var-update}.
32940 For this, you must instead use @code{-var-set-update-range}. The
32941 intent of this approach is to enable a front end to implement any
32942 update approach it likes; for example, scrolling a view may cause the
32943 front end to request more children with @code{-var-list-children}, and
32944 then the front end could call @code{-var-set-update-range} with a
32945 different range to ensure that future updates are restricted to just
32946 the visible items.
32947
32948 For each child the following results are returned:
32949
32950 @table @var
32951
32952 @item name
32953 Name of the variable object created for this child.
32954
32955 @item exp
32956 The expression to be shown to the user by the front end to designate this child.
32957 For example this may be the name of a structure member.
32958
32959 For a dynamic varobj, this value cannot be used to form an
32960 expression. There is no way to do this at all with a dynamic varobj.
32961
32962 For C/C@t{++} structures there are several pseudo children returned to
32963 designate access qualifiers. For these pseudo children @var{exp} is
32964 @samp{public}, @samp{private}, or @samp{protected}. In this case the
32965 type and value are not present.
32966
32967 A dynamic varobj will not report the access qualifying
32968 pseudo-children, regardless of the language. This information is not
32969 available at all with a dynamic varobj.
32970
32971 @item numchild
32972 Number of children this child has. For a dynamic varobj, this will be
32973 0.
32974
32975 @item type
32976 The type of the child. If @samp{print object}
32977 (@pxref{Print Settings, set print object}) is set to @code{on}, the
32978 @emph{actual} (derived) type of the object is shown rather than the
32979 @emph{declared} one.
32980
32981 @item value
32982 If values were requested, this is the value.
32983
32984 @item thread-id
32985 If this variable object is associated with a thread, this is the
32986 thread's global thread id. Otherwise this result is not present.
32987
32988 @item frozen
32989 If the variable object is frozen, this variable will be present with a value of 1.
32990
32991 @item displayhint
32992 A dynamic varobj can supply a display hint to the front end. The
32993 value comes directly from the Python pretty-printer object's
32994 @code{display_hint} method. @xref{Pretty Printing API}.
32995
32996 @item dynamic
32997 This attribute will be present and have the value @samp{1} if the
32998 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32999 then this attribute will not be present.
33000
33001 @end table
33002
33003 The result may have its own attributes:
33004
33005 @table @samp
33006 @item displayhint
33007 A dynamic varobj can supply a display hint to the front end. The
33008 value comes directly from the Python pretty-printer object's
33009 @code{display_hint} method. @xref{Pretty Printing API}.
33010
33011 @item has_more
33012 This is an integer attribute which is nonzero if there are children
33013 remaining after the end of the selected range.
33014 @end table
33015
33016 @subsubheading Example
33017
33018 @smallexample
33019 (gdb)
33020 -var-list-children n
33021 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
33022 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
33023 (gdb)
33024 -var-list-children --all-values n
33025 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
33026 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
33027 @end smallexample
33028
33029
33030 @subheading The @code{-var-info-type} Command
33031 @findex -var-info-type
33032
33033 @subsubheading Synopsis
33034
33035 @smallexample
33036 -var-info-type @var{name}
33037 @end smallexample
33038
33039 Returns the type of the specified variable @var{name}. The type is
33040 returned as a string in the same format as it is output by the
33041 @value{GDBN} CLI:
33042
33043 @smallexample
33044 type=@var{typename}
33045 @end smallexample
33046
33047
33048 @subheading The @code{-var-info-expression} Command
33049 @findex -var-info-expression
33050
33051 @subsubheading Synopsis
33052
33053 @smallexample
33054 -var-info-expression @var{name}
33055 @end smallexample
33056
33057 Returns a string that is suitable for presenting this
33058 variable object in user interface. The string is generally
33059 not valid expression in the current language, and cannot be evaluated.
33060
33061 For example, if @code{a} is an array, and variable object
33062 @code{A} was created for @code{a}, then we'll get this output:
33063
33064 @smallexample
33065 (gdb) -var-info-expression A.1
33066 ^done,lang="C",exp="1"
33067 @end smallexample
33068
33069 @noindent
33070 Here, the value of @code{lang} is the language name, which can be
33071 found in @ref{Supported Languages}.
33072
33073 Note that the output of the @code{-var-list-children} command also
33074 includes those expressions, so the @code{-var-info-expression} command
33075 is of limited use.
33076
33077 @subheading The @code{-var-info-path-expression} Command
33078 @findex -var-info-path-expression
33079
33080 @subsubheading Synopsis
33081
33082 @smallexample
33083 -var-info-path-expression @var{name}
33084 @end smallexample
33085
33086 Returns an expression that can be evaluated in the current
33087 context and will yield the same value that a variable object has.
33088 Compare this with the @code{-var-info-expression} command, which
33089 result can be used only for UI presentation. Typical use of
33090 the @code{-var-info-path-expression} command is creating a
33091 watchpoint from a variable object.
33092
33093 This command is currently not valid for children of a dynamic varobj,
33094 and will give an error when invoked on one.
33095
33096 For example, suppose @code{C} is a C@t{++} class, derived from class
33097 @code{Base}, and that the @code{Base} class has a member called
33098 @code{m_size}. Assume a variable @code{c} is has the type of
33099 @code{C} and a variable object @code{C} was created for variable
33100 @code{c}. Then, we'll get this output:
33101 @smallexample
33102 (gdb) -var-info-path-expression C.Base.public.m_size
33103 ^done,path_expr=((Base)c).m_size)
33104 @end smallexample
33105
33106 @subheading The @code{-var-show-attributes} Command
33107 @findex -var-show-attributes
33108
33109 @subsubheading Synopsis
33110
33111 @smallexample
33112 -var-show-attributes @var{name}
33113 @end smallexample
33114
33115 List attributes of the specified variable object @var{name}:
33116
33117 @smallexample
33118 status=@var{attr} [ ( ,@var{attr} )* ]
33119 @end smallexample
33120
33121 @noindent
33122 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
33123
33124 @subheading The @code{-var-evaluate-expression} Command
33125 @findex -var-evaluate-expression
33126
33127 @subsubheading Synopsis
33128
33129 @smallexample
33130 -var-evaluate-expression [-f @var{format-spec}] @var{name}
33131 @end smallexample
33132
33133 Evaluates the expression that is represented by the specified variable
33134 object and returns its value as a string. The format of the string
33135 can be specified with the @samp{-f} option. The possible values of
33136 this option are the same as for @code{-var-set-format}
33137 (@pxref{-var-set-format}). If the @samp{-f} option is not specified,
33138 the current display format will be used. The current display format
33139 can be changed using the @code{-var-set-format} command.
33140
33141 @smallexample
33142 value=@var{value}
33143 @end smallexample
33144
33145 Note that one must invoke @code{-var-list-children} for a variable
33146 before the value of a child variable can be evaluated.
33147
33148 @subheading The @code{-var-assign} Command
33149 @findex -var-assign
33150
33151 @subsubheading Synopsis
33152
33153 @smallexample
33154 -var-assign @var{name} @var{expression}
33155 @end smallexample
33156
33157 Assigns the value of @var{expression} to the variable object specified
33158 by @var{name}. The object must be @samp{editable}. If the variable's
33159 value is altered by the assign, the variable will show up in any
33160 subsequent @code{-var-update} list.
33161
33162 @subsubheading Example
33163
33164 @smallexample
33165 (gdb)
33166 -var-assign var1 3
33167 ^done,value="3"
33168 (gdb)
33169 -var-update *
33170 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
33171 (gdb)
33172 @end smallexample
33173
33174 @subheading The @code{-var-update} Command
33175 @findex -var-update
33176
33177 @subsubheading Synopsis
33178
33179 @smallexample
33180 -var-update [@var{print-values}] @{@var{name} | "*"@}
33181 @end smallexample
33182
33183 Reevaluate the expressions corresponding to the variable object
33184 @var{name} and all its direct and indirect children, and return the
33185 list of variable objects whose values have changed; @var{name} must
33186 be a root variable object. Here, ``changed'' means that the result of
33187 @code{-var-evaluate-expression} before and after the
33188 @code{-var-update} is different. If @samp{*} is used as the variable
33189 object names, all existing variable objects are updated, except
33190 for frozen ones (@pxref{-var-set-frozen}). The option
33191 @var{print-values} determines whether both names and values, or just
33192 names are printed. The possible values of this option are the same
33193 as for @code{-var-list-children} (@pxref{-var-list-children}). It is
33194 recommended to use the @samp{--all-values} option, to reduce the
33195 number of MI commands needed on each program stop.
33196
33197 With the @samp{*} parameter, if a variable object is bound to a
33198 currently running thread, it will not be updated, without any
33199 diagnostic.
33200
33201 If @code{-var-set-update-range} was previously used on a varobj, then
33202 only the selected range of children will be reported.
33203
33204 @code{-var-update} reports all the changed varobjs in a tuple named
33205 @samp{changelist}.
33206
33207 Each item in the change list is itself a tuple holding:
33208
33209 @table @samp
33210 @item name
33211 The name of the varobj.
33212
33213 @item value
33214 If values were requested for this update, then this field will be
33215 present and will hold the value of the varobj.
33216
33217 @item in_scope
33218 @anchor{-var-update}
33219 This field is a string which may take one of three values:
33220
33221 @table @code
33222 @item "true"
33223 The variable object's current value is valid.
33224
33225 @item "false"
33226 The variable object does not currently hold a valid value but it may
33227 hold one in the future if its associated expression comes back into
33228 scope.
33229
33230 @item "invalid"
33231 The variable object no longer holds a valid value.
33232 This can occur when the executable file being debugged has changed,
33233 either through recompilation or by using the @value{GDBN} @code{file}
33234 command. The front end should normally choose to delete these variable
33235 objects.
33236 @end table
33237
33238 In the future new values may be added to this list so the front should
33239 be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
33240
33241 @item type_changed
33242 This is only present if the varobj is still valid. If the type
33243 changed, then this will be the string @samp{true}; otherwise it will
33244 be @samp{false}.
33245
33246 When a varobj's type changes, its children are also likely to have
33247 become incorrect. Therefore, the varobj's children are automatically
33248 deleted when this attribute is @samp{true}. Also, the varobj's update
33249 range, when set using the @code{-var-set-update-range} command, is
33250 unset.
33251
33252 @item new_type
33253 If the varobj's type changed, then this field will be present and will
33254 hold the new type.
33255
33256 @item new_num_children
33257 For a dynamic varobj, if the number of children changed, or if the
33258 type changed, this will be the new number of children.
33259
33260 The @samp{numchild} field in other varobj responses is generally not
33261 valid for a dynamic varobj -- it will show the number of children that
33262 @value{GDBN} knows about, but because dynamic varobjs lazily
33263 instantiate their children, this will not reflect the number of
33264 children which may be available.
33265
33266 The @samp{new_num_children} attribute only reports changes to the
33267 number of children known by @value{GDBN}. This is the only way to
33268 detect whether an update has removed children (which necessarily can
33269 only happen at the end of the update range).
33270
33271 @item displayhint
33272 The display hint, if any.
33273
33274 @item has_more
33275 This is an integer value, which will be 1 if there are more children
33276 available outside the varobj's update range.
33277
33278 @item dynamic
33279 This attribute will be present and have the value @samp{1} if the
33280 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33281 then this attribute will not be present.
33282
33283 @item new_children
33284 If new children were added to a dynamic varobj within the selected
33285 update range (as set by @code{-var-set-update-range}), then they will
33286 be listed in this attribute.
33287 @end table
33288
33289 @subsubheading Example
33290
33291 @smallexample
33292 (gdb)
33293 -var-assign var1 3
33294 ^done,value="3"
33295 (gdb)
33296 -var-update --all-values var1
33297 ^done,changelist=[@{name="var1",value="3",in_scope="true",
33298 type_changed="false"@}]
33299 (gdb)
33300 @end smallexample
33301
33302 @subheading The @code{-var-set-frozen} Command
33303 @findex -var-set-frozen
33304 @anchor{-var-set-frozen}
33305
33306 @subsubheading Synopsis
33307
33308 @smallexample
33309 -var-set-frozen @var{name} @var{flag}
33310 @end smallexample
33311
33312 Set the frozenness flag on the variable object @var{name}. The
33313 @var{flag} parameter should be either @samp{1} to make the variable
33314 frozen or @samp{0} to make it unfrozen. If a variable object is
33315 frozen, then neither itself, nor any of its children, are
33316 implicitly updated by @code{-var-update} of
33317 a parent variable or by @code{-var-update *}. Only
33318 @code{-var-update} of the variable itself will update its value and
33319 values of its children. After a variable object is unfrozen, it is
33320 implicitly updated by all subsequent @code{-var-update} operations.
33321 Unfreezing a variable does not update it, only subsequent
33322 @code{-var-update} does.
33323
33324 @subsubheading Example
33325
33326 @smallexample
33327 (gdb)
33328 -var-set-frozen V 1
33329 ^done
33330 (gdb)
33331 @end smallexample
33332
33333 @subheading The @code{-var-set-update-range} command
33334 @findex -var-set-update-range
33335 @anchor{-var-set-update-range}
33336
33337 @subsubheading Synopsis
33338
33339 @smallexample
33340 -var-set-update-range @var{name} @var{from} @var{to}
33341 @end smallexample
33342
33343 Set the range of children to be returned by future invocations of
33344 @code{-var-update}.
33345
33346 @var{from} and @var{to} indicate the range of children to report. If
33347 @var{from} or @var{to} is less than zero, the range is reset and all
33348 children will be reported. Otherwise, children starting at @var{from}
33349 (zero-based) and up to and excluding @var{to} will be reported.
33350
33351 @subsubheading Example
33352
33353 @smallexample
33354 (gdb)
33355 -var-set-update-range V 1 2
33356 ^done
33357 @end smallexample
33358
33359 @subheading The @code{-var-set-visualizer} command
33360 @findex -var-set-visualizer
33361 @anchor{-var-set-visualizer}
33362
33363 @subsubheading Synopsis
33364
33365 @smallexample
33366 -var-set-visualizer @var{name} @var{visualizer}
33367 @end smallexample
33368
33369 Set a visualizer for the variable object @var{name}.
33370
33371 @var{visualizer} is the visualizer to use. The special value
33372 @samp{None} means to disable any visualizer in use.
33373
33374 If not @samp{None}, @var{visualizer} must be a Python expression.
33375 This expression must evaluate to a callable object which accepts a
33376 single argument. @value{GDBN} will call this object with the value of
33377 the varobj @var{name} as an argument (this is done so that the same
33378 Python pretty-printing code can be used for both the CLI and MI).
33379 When called, this object must return an object which conforms to the
33380 pretty-printing interface (@pxref{Pretty Printing API}).
33381
33382 The pre-defined function @code{gdb.default_visualizer} may be used to
33383 select a visualizer by following the built-in process
33384 (@pxref{Selecting Pretty-Printers}). This is done automatically when
33385 a varobj is created, and so ordinarily is not needed.
33386
33387 This feature is only available if Python support is enabled. The MI
33388 command @code{-list-features} (@pxref{GDB/MI Support Commands})
33389 can be used to check this.
33390
33391 @subsubheading Example
33392
33393 Resetting the visualizer:
33394
33395 @smallexample
33396 (gdb)
33397 -var-set-visualizer V None
33398 ^done
33399 @end smallexample
33400
33401 Reselecting the default (type-based) visualizer:
33402
33403 @smallexample
33404 (gdb)
33405 -var-set-visualizer V gdb.default_visualizer
33406 ^done
33407 @end smallexample
33408
33409 Suppose @code{SomeClass} is a visualizer class. A lambda expression
33410 can be used to instantiate this class for a varobj:
33411
33412 @smallexample
33413 (gdb)
33414 -var-set-visualizer V "lambda val: SomeClass()"
33415 ^done
33416 @end smallexample
33417
33418 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33419 @node GDB/MI Data Manipulation
33420 @section @sc{gdb/mi} Data Manipulation
33421
33422 @cindex data manipulation, in @sc{gdb/mi}
33423 @cindex @sc{gdb/mi}, data manipulation
33424 This section describes the @sc{gdb/mi} commands that manipulate data:
33425 examine memory and registers, evaluate expressions, etc.
33426
33427 For details about what an addressable memory unit is,
33428 @pxref{addressable memory unit}.
33429
33430 @c REMOVED FROM THE INTERFACE.
33431 @c @subheading -data-assign
33432 @c Change the value of a program variable. Plenty of side effects.
33433 @c @subsubheading GDB Command
33434 @c set variable
33435 @c @subsubheading Example
33436 @c N.A.
33437
33438 @subheading The @code{-data-disassemble} Command
33439 @findex -data-disassemble
33440
33441 @subsubheading Synopsis
33442
33443 @smallexample
33444 -data-disassemble
33445 [ -s @var{start-addr} -e @var{end-addr} ]
33446 | [ -a @var{addr} ]
33447 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
33448 -- @var{mode}
33449 @end smallexample
33450
33451 @noindent
33452 Where:
33453
33454 @table @samp
33455 @item @var{start-addr}
33456 is the beginning address (or @code{$pc})
33457 @item @var{end-addr}
33458 is the end address
33459 @item @var{addr}
33460 is an address anywhere within (or the name of) the function to
33461 disassemble. If an address is specified, the whole function
33462 surrounding that address will be disassembled. If a name is
33463 specified, the whole function with that name will be disassembled.
33464 @item @var{filename}
33465 is the name of the file to disassemble
33466 @item @var{linenum}
33467 is the line number to disassemble around
33468 @item @var{lines}
33469 is the number of disassembly lines to be produced. If it is -1,
33470 the whole function will be disassembled, in case no @var{end-addr} is
33471 specified. If @var{end-addr} is specified as a non-zero value, and
33472 @var{lines} is lower than the number of disassembly lines between
33473 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
33474 displayed; if @var{lines} is higher than the number of lines between
33475 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
33476 are displayed.
33477 @item @var{mode}
33478 is one of:
33479 @itemize @bullet
33480 @item 0 disassembly only
33481 @item 1 mixed source and disassembly (deprecated)
33482 @item 2 disassembly with raw opcodes
33483 @item 3 mixed source and disassembly with raw opcodes (deprecated)
33484 @item 4 mixed source and disassembly
33485 @item 5 mixed source and disassembly with raw opcodes
33486 @end itemize
33487
33488 Modes 1 and 3 are deprecated. The output is ``source centric''
33489 which hasn't proved useful in practice.
33490 @xref{Machine Code}, for a discussion of the difference between
33491 @code{/m} and @code{/s} output of the @code{disassemble} command.
33492 @end table
33493
33494 @subsubheading Result
33495
33496 The result of the @code{-data-disassemble} command will be a list named
33497 @samp{asm_insns}, the contents of this list depend on the @var{mode}
33498 used with the @code{-data-disassemble} command.
33499
33500 For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
33501 following fields:
33502
33503 @table @code
33504 @item address
33505 The address at which this instruction was disassembled.
33506
33507 @item func-name
33508 The name of the function this instruction is within.
33509
33510 @item offset
33511 The decimal offset in bytes from the start of @samp{func-name}.
33512
33513 @item inst
33514 The text disassembly for this @samp{address}.
33515
33516 @item opcodes
33517 This field is only present for modes 2, 3 and 5. This contains the raw opcode
33518 bytes for the @samp{inst} field.
33519
33520 @end table
33521
33522 For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
33523 @samp{src_and_asm_line}, each of which has the following fields:
33524
33525 @table @code
33526 @item line
33527 The line number within @samp{file}.
33528
33529 @item file
33530 The file name from the compilation unit. This might be an absolute
33531 file name or a relative file name depending on the compile command
33532 used.
33533
33534 @item fullname
33535 Absolute file name of @samp{file}. It is converted to a canonical form
33536 using the source file search path
33537 (@pxref{Source Path, ,Specifying Source Directories})
33538 and after resolving all the symbolic links.
33539
33540 If the source file is not found this field will contain the path as
33541 present in the debug information.
33542
33543 @item line_asm_insn
33544 This is a list of tuples containing the disassembly for @samp{line} in
33545 @samp{file}. The fields of each tuple are the same as for
33546 @code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
33547 @samp{func-name}, @samp{offset}, @samp{inst}, and optionally
33548 @samp{opcodes}.
33549
33550 @end table
33551
33552 Note that whatever included in the @samp{inst} field, is not
33553 manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
33554 adjust its format.
33555
33556 @subsubheading @value{GDBN} Command
33557
33558 The corresponding @value{GDBN} command is @samp{disassemble}.
33559
33560 @subsubheading Example
33561
33562 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
33563
33564 @smallexample
33565 (gdb)
33566 -data-disassemble -s $pc -e "$pc + 20" -- 0
33567 ^done,
33568 asm_insns=[
33569 @{address="0x000107c0",func-name="main",offset="4",
33570 inst="mov 2, %o0"@},
33571 @{address="0x000107c4",func-name="main",offset="8",
33572 inst="sethi %hi(0x11800), %o2"@},
33573 @{address="0x000107c8",func-name="main",offset="12",
33574 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
33575 @{address="0x000107cc",func-name="main",offset="16",
33576 inst="sethi %hi(0x11800), %o2"@},
33577 @{address="0x000107d0",func-name="main",offset="20",
33578 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
33579 (gdb)
33580 @end smallexample
33581
33582 Disassemble the whole @code{main} function. Line 32 is part of
33583 @code{main}.
33584
33585 @smallexample
33586 -data-disassemble -f basics.c -l 32 -- 0
33587 ^done,asm_insns=[
33588 @{address="0x000107bc",func-name="main",offset="0",
33589 inst="save %sp, -112, %sp"@},
33590 @{address="0x000107c0",func-name="main",offset="4",
33591 inst="mov 2, %o0"@},
33592 @{address="0x000107c4",func-name="main",offset="8",
33593 inst="sethi %hi(0x11800), %o2"@},
33594 [@dots{}]
33595 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
33596 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
33597 (gdb)
33598 @end smallexample
33599
33600 Disassemble 3 instructions from the start of @code{main}:
33601
33602 @smallexample
33603 (gdb)
33604 -data-disassemble -f basics.c -l 32 -n 3 -- 0
33605 ^done,asm_insns=[
33606 @{address="0x000107bc",func-name="main",offset="0",
33607 inst="save %sp, -112, %sp"@},
33608 @{address="0x000107c0",func-name="main",offset="4",
33609 inst="mov 2, %o0"@},
33610 @{address="0x000107c4",func-name="main",offset="8",
33611 inst="sethi %hi(0x11800), %o2"@}]
33612 (gdb)
33613 @end smallexample
33614
33615 Disassemble 3 instructions from the start of @code{main} in mixed mode:
33616
33617 @smallexample
33618 (gdb)
33619 -data-disassemble -f basics.c -l 32 -n 3 -- 1
33620 ^done,asm_insns=[
33621 src_and_asm_line=@{line="31",
33622 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33623 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33624 line_asm_insn=[@{address="0x000107bc",
33625 func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
33626 src_and_asm_line=@{line="32",
33627 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33628 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33629 line_asm_insn=[@{address="0x000107c0",
33630 func-name="main",offset="4",inst="mov 2, %o0"@},
33631 @{address="0x000107c4",func-name="main",offset="8",
33632 inst="sethi %hi(0x11800), %o2"@}]@}]
33633 (gdb)
33634 @end smallexample
33635
33636
33637 @subheading The @code{-data-evaluate-expression} Command
33638 @findex -data-evaluate-expression
33639
33640 @subsubheading Synopsis
33641
33642 @smallexample
33643 -data-evaluate-expression @var{expr}
33644 @end smallexample
33645
33646 Evaluate @var{expr} as an expression. The expression could contain an
33647 inferior function call. The function call will execute synchronously.
33648 If the expression contains spaces, it must be enclosed in double quotes.
33649
33650 @subsubheading @value{GDBN} Command
33651
33652 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
33653 @samp{call}. In @code{gdbtk} only, there's a corresponding
33654 @samp{gdb_eval} command.
33655
33656 @subsubheading Example
33657
33658 In the following example, the numbers that precede the commands are the
33659 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
33660 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
33661 output.
33662
33663 @smallexample
33664 211-data-evaluate-expression A
33665 211^done,value="1"
33666 (gdb)
33667 311-data-evaluate-expression &A
33668 311^done,value="0xefffeb7c"
33669 (gdb)
33670 411-data-evaluate-expression A+3
33671 411^done,value="4"
33672 (gdb)
33673 511-data-evaluate-expression "A + 3"
33674 511^done,value="4"
33675 (gdb)
33676 @end smallexample
33677
33678
33679 @subheading The @code{-data-list-changed-registers} Command
33680 @findex -data-list-changed-registers
33681
33682 @subsubheading Synopsis
33683
33684 @smallexample
33685 -data-list-changed-registers
33686 @end smallexample
33687
33688 Display a list of the registers that have changed.
33689
33690 @subsubheading @value{GDBN} Command
33691
33692 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
33693 has the corresponding command @samp{gdb_changed_register_list}.
33694
33695 @subsubheading Example
33696
33697 On a PPC MBX board:
33698
33699 @smallexample
33700 (gdb)
33701 -exec-continue
33702 ^running
33703
33704 (gdb)
33705 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
33706 func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
33707 line="5",arch="powerpc"@}
33708 (gdb)
33709 -data-list-changed-registers
33710 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
33711 "10","11","13","14","15","16","17","18","19","20","21","22","23",
33712 "24","25","26","27","28","30","31","64","65","66","67","69"]
33713 (gdb)
33714 @end smallexample
33715
33716
33717 @subheading The @code{-data-list-register-names} Command
33718 @findex -data-list-register-names
33719
33720 @subsubheading Synopsis
33721
33722 @smallexample
33723 -data-list-register-names [ ( @var{regno} )+ ]
33724 @end smallexample
33725
33726 Show a list of register names for the current target. If no arguments
33727 are given, it shows a list of the names of all the registers. If
33728 integer numbers are given as arguments, it will print a list of the
33729 names of the registers corresponding to the arguments. To ensure
33730 consistency between a register name and its number, the output list may
33731 include empty register names.
33732
33733 @subsubheading @value{GDBN} Command
33734
33735 @value{GDBN} does not have a command which corresponds to
33736 @samp{-data-list-register-names}. In @code{gdbtk} there is a
33737 corresponding command @samp{gdb_regnames}.
33738
33739 @subsubheading Example
33740
33741 For the PPC MBX board:
33742 @smallexample
33743 (gdb)
33744 -data-list-register-names
33745 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
33746 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
33747 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
33748 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
33749 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
33750 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
33751 "", "pc","ps","cr","lr","ctr","xer"]
33752 (gdb)
33753 -data-list-register-names 1 2 3
33754 ^done,register-names=["r1","r2","r3"]
33755 (gdb)
33756 @end smallexample
33757
33758 @subheading The @code{-data-list-register-values} Command
33759 @findex -data-list-register-values
33760
33761 @subsubheading Synopsis
33762
33763 @smallexample
33764 -data-list-register-values
33765 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
33766 @end smallexample
33767
33768 Display the registers' contents. The format according to which the
33769 registers' contents are to be returned is given by @var{fmt}, followed
33770 by an optional list of numbers specifying the registers to display. A
33771 missing list of numbers indicates that the contents of all the
33772 registers must be returned. The @code{--skip-unavailable} option
33773 indicates that only the available registers are to be returned.
33774
33775 Allowed formats for @var{fmt} are:
33776
33777 @table @code
33778 @item x
33779 Hexadecimal
33780 @item o
33781 Octal
33782 @item t
33783 Binary
33784 @item d
33785 Decimal
33786 @item r
33787 Raw
33788 @item N
33789 Natural
33790 @end table
33791
33792 @subsubheading @value{GDBN} Command
33793
33794 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
33795 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
33796
33797 @subsubheading Example
33798
33799 For a PPC MBX board (note: line breaks are for readability only, they
33800 don't appear in the actual output):
33801
33802 @smallexample
33803 (gdb)
33804 -data-list-register-values r 64 65
33805 ^done,register-values=[@{number="64",value="0xfe00a300"@},
33806 @{number="65",value="0x00029002"@}]
33807 (gdb)
33808 -data-list-register-values x
33809 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
33810 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
33811 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
33812 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
33813 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
33814 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
33815 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
33816 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
33817 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
33818 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
33819 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
33820 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
33821 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
33822 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
33823 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
33824 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
33825 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
33826 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
33827 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
33828 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
33829 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
33830 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
33831 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
33832 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
33833 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
33834 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
33835 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
33836 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
33837 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
33838 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
33839 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
33840 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
33841 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
33842 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
33843 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
33844 @{number="69",value="0x20002b03"@}]
33845 (gdb)
33846 @end smallexample
33847
33848
33849 @subheading The @code{-data-read-memory} Command
33850 @findex -data-read-memory
33851
33852 This command is deprecated, use @code{-data-read-memory-bytes} instead.
33853
33854 @subsubheading Synopsis
33855
33856 @smallexample
33857 -data-read-memory [ -o @var{byte-offset} ]
33858 @var{address} @var{word-format} @var{word-size}
33859 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
33860 @end smallexample
33861
33862 @noindent
33863 where:
33864
33865 @table @samp
33866 @item @var{address}
33867 An expression specifying the address of the first memory word to be
33868 read. Complex expressions containing embedded white space should be
33869 quoted using the C convention.
33870
33871 @item @var{word-format}
33872 The format to be used to print the memory words. The notation is the
33873 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
33874 ,Output Formats}).
33875
33876 @item @var{word-size}
33877 The size of each memory word in bytes.
33878
33879 @item @var{nr-rows}
33880 The number of rows in the output table.
33881
33882 @item @var{nr-cols}
33883 The number of columns in the output table.
33884
33885 @item @var{aschar}
33886 If present, indicates that each row should include an @sc{ascii} dump. The
33887 value of @var{aschar} is used as a padding character when a byte is not a
33888 member of the printable @sc{ascii} character set (printable @sc{ascii}
33889 characters are those whose code is between 32 and 126, inclusively).
33890
33891 @item @var{byte-offset}
33892 An offset to add to the @var{address} before fetching memory.
33893 @end table
33894
33895 This command displays memory contents as a table of @var{nr-rows} by
33896 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
33897 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
33898 (returned as @samp{total-bytes}). Should less than the requested number
33899 of bytes be returned by the target, the missing words are identified
33900 using @samp{N/A}. The number of bytes read from the target is returned
33901 in @samp{nr-bytes} and the starting address used to read memory in
33902 @samp{addr}.
33903
33904 The address of the next/previous row or page is available in
33905 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
33906 @samp{prev-page}.
33907
33908 @subsubheading @value{GDBN} Command
33909
33910 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
33911 @samp{gdb_get_mem} memory read command.
33912
33913 @subsubheading Example
33914
33915 Read six bytes of memory starting at @code{bytes+6} but then offset by
33916 @code{-6} bytes. Format as three rows of two columns. One byte per
33917 word. Display each word in hex.
33918
33919 @smallexample
33920 (gdb)
33921 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
33922 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
33923 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
33924 prev-page="0x0000138a",memory=[
33925 @{addr="0x00001390",data=["0x00","0x01"]@},
33926 @{addr="0x00001392",data=["0x02","0x03"]@},
33927 @{addr="0x00001394",data=["0x04","0x05"]@}]
33928 (gdb)
33929 @end smallexample
33930
33931 Read two bytes of memory starting at address @code{shorts + 64} and
33932 display as a single word formatted in decimal.
33933
33934 @smallexample
33935 (gdb)
33936 5-data-read-memory shorts+64 d 2 1 1
33937 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
33938 next-row="0x00001512",prev-row="0x0000150e",
33939 next-page="0x00001512",prev-page="0x0000150e",memory=[
33940 @{addr="0x00001510",data=["128"]@}]
33941 (gdb)
33942 @end smallexample
33943
33944 Read thirty two bytes of memory starting at @code{bytes+16} and format
33945 as eight rows of four columns. Include a string encoding with @samp{x}
33946 used as the non-printable character.
33947
33948 @smallexample
33949 (gdb)
33950 4-data-read-memory bytes+16 x 1 8 4 x
33951 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
33952 next-row="0x000013c0",prev-row="0x0000139c",
33953 next-page="0x000013c0",prev-page="0x00001380",memory=[
33954 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
33955 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
33956 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
33957 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
33958 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
33959 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
33960 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
33961 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
33962 (gdb)
33963 @end smallexample
33964
33965 @subheading The @code{-data-read-memory-bytes} Command
33966 @findex -data-read-memory-bytes
33967
33968 @subsubheading Synopsis
33969
33970 @smallexample
33971 -data-read-memory-bytes [ -o @var{offset} ]
33972 @var{address} @var{count}
33973 @end smallexample
33974
33975 @noindent
33976 where:
33977
33978 @table @samp
33979 @item @var{address}
33980 An expression specifying the address of the first addressable memory unit
33981 to be read. Complex expressions containing embedded white space should be
33982 quoted using the C convention.
33983
33984 @item @var{count}
33985 The number of addressable memory units to read. This should be an integer
33986 literal.
33987
33988 @item @var{offset}
33989 The offset relative to @var{address} at which to start reading. This
33990 should be an integer literal. This option is provided so that a frontend
33991 is not required to first evaluate address and then perform address
33992 arithmetics itself.
33993
33994 @end table
33995
33996 This command attempts to read all accessible memory regions in the
33997 specified range. First, all regions marked as unreadable in the memory
33998 map (if one is defined) will be skipped. @xref{Memory Region
33999 Attributes}. Second, @value{GDBN} will attempt to read the remaining
34000 regions. For each one, if reading full region results in an errors,
34001 @value{GDBN} will try to read a subset of the region.
34002
34003 In general, every single memory unit in the region may be readable or not,
34004 and the only way to read every readable unit is to try a read at
34005 every address, which is not practical. Therefore, @value{GDBN} will
34006 attempt to read all accessible memory units at either beginning or the end
34007 of the region, using a binary division scheme. This heuristic works
34008 well for reading across a memory map boundary. Note that if a region
34009 has a readable range that is neither at the beginning or the end,
34010 @value{GDBN} will not read it.
34011
34012 The result record (@pxref{GDB/MI Result Records}) that is output of
34013 the command includes a field named @samp{memory} whose content is a
34014 list of tuples. Each tuple represent a successfully read memory block
34015 and has the following fields:
34016
34017 @table @code
34018 @item begin
34019 The start address of the memory block, as hexadecimal literal.
34020
34021 @item end
34022 The end address of the memory block, as hexadecimal literal.
34023
34024 @item offset
34025 The offset of the memory block, as hexadecimal literal, relative to
34026 the start address passed to @code{-data-read-memory-bytes}.
34027
34028 @item contents
34029 The contents of the memory block, in hex.
34030
34031 @end table
34032
34033
34034
34035 @subsubheading @value{GDBN} Command
34036
34037 The corresponding @value{GDBN} command is @samp{x}.
34038
34039 @subsubheading Example
34040
34041 @smallexample
34042 (gdb)
34043 -data-read-memory-bytes &a 10
34044 ^done,memory=[@{begin="0xbffff154",offset="0x00000000",
34045 end="0xbffff15e",
34046 contents="01000000020000000300"@}]
34047 (gdb)
34048 @end smallexample
34049
34050
34051 @subheading The @code{-data-write-memory-bytes} Command
34052 @findex -data-write-memory-bytes
34053
34054 @subsubheading Synopsis
34055
34056 @smallexample
34057 -data-write-memory-bytes @var{address} @var{contents}
34058 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
34059 @end smallexample
34060
34061 @noindent
34062 where:
34063
34064 @table @samp
34065 @item @var{address}
34066 An expression specifying the address of the first addressable memory unit
34067 to be written. Complex expressions containing embedded white space should
34068 be quoted using the C convention.
34069
34070 @item @var{contents}
34071 The hex-encoded data to write. It is an error if @var{contents} does
34072 not represent an integral number of addressable memory units.
34073
34074 @item @var{count}
34075 Optional argument indicating the number of addressable memory units to be
34076 written. If @var{count} is greater than @var{contents}' length,
34077 @value{GDBN} will repeatedly write @var{contents} until it fills
34078 @var{count} memory units.
34079
34080 @end table
34081
34082 @subsubheading @value{GDBN} Command
34083
34084 There's no corresponding @value{GDBN} command.
34085
34086 @subsubheading Example
34087
34088 @smallexample
34089 (gdb)
34090 -data-write-memory-bytes &a "aabbccdd"
34091 ^done
34092 (gdb)
34093 @end smallexample
34094
34095 @smallexample
34096 (gdb)
34097 -data-write-memory-bytes &a "aabbccdd" 16e
34098 ^done
34099 (gdb)
34100 @end smallexample
34101
34102 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34103 @node GDB/MI Tracepoint Commands
34104 @section @sc{gdb/mi} Tracepoint Commands
34105
34106 The commands defined in this section implement MI support for
34107 tracepoints. For detailed introduction, see @ref{Tracepoints}.
34108
34109 @subheading The @code{-trace-find} Command
34110 @findex -trace-find
34111
34112 @subsubheading Synopsis
34113
34114 @smallexample
34115 -trace-find @var{mode} [@var{parameters}@dots{}]
34116 @end smallexample
34117
34118 Find a trace frame using criteria defined by @var{mode} and
34119 @var{parameters}. The following table lists permissible
34120 modes and their parameters. For details of operation, see @ref{tfind}.
34121
34122 @table @samp
34123
34124 @item none
34125 No parameters are required. Stops examining trace frames.
34126
34127 @item frame-number
34128 An integer is required as parameter. Selects tracepoint frame with
34129 that index.
34130
34131 @item tracepoint-number
34132 An integer is required as parameter. Finds next
34133 trace frame that corresponds to tracepoint with the specified number.
34134
34135 @item pc
34136 An address is required as parameter. Finds
34137 next trace frame that corresponds to any tracepoint at the specified
34138 address.
34139
34140 @item pc-inside-range
34141 Two addresses are required as parameters. Finds next trace
34142 frame that corresponds to a tracepoint at an address inside the
34143 specified range. Both bounds are considered to be inside the range.
34144
34145 @item pc-outside-range
34146 Two addresses are required as parameters. Finds
34147 next trace frame that corresponds to a tracepoint at an address outside
34148 the specified range. Both bounds are considered to be inside the range.
34149
34150 @item line
34151 Line specification is required as parameter. @xref{Specify Location}.
34152 Finds next trace frame that corresponds to a tracepoint at
34153 the specified location.
34154
34155 @end table
34156
34157 If @samp{none} was passed as @var{mode}, the response does not
34158 have fields. Otherwise, the response may have the following fields:
34159
34160 @table @samp
34161 @item found
34162 This field has either @samp{0} or @samp{1} as the value, depending
34163 on whether a matching tracepoint was found.
34164
34165 @item traceframe
34166 The index of the found traceframe. This field is present iff
34167 the @samp{found} field has value of @samp{1}.
34168
34169 @item tracepoint
34170 The index of the found tracepoint. This field is present iff
34171 the @samp{found} field has value of @samp{1}.
34172
34173 @item frame
34174 The information about the frame corresponding to the found trace
34175 frame. This field is present only if a trace frame was found.
34176 @xref{GDB/MI Frame Information}, for description of this field.
34177
34178 @end table
34179
34180 @subsubheading @value{GDBN} Command
34181
34182 The corresponding @value{GDBN} command is @samp{tfind}.
34183
34184 @subheading -trace-define-variable
34185 @findex -trace-define-variable
34186
34187 @subsubheading Synopsis
34188
34189 @smallexample
34190 -trace-define-variable @var{name} [ @var{value} ]
34191 @end smallexample
34192
34193 Create trace variable @var{name} if it does not exist. If
34194 @var{value} is specified, sets the initial value of the specified
34195 trace variable to that value. Note that the @var{name} should start
34196 with the @samp{$} character.
34197
34198 @subsubheading @value{GDBN} Command
34199
34200 The corresponding @value{GDBN} command is @samp{tvariable}.
34201
34202 @subheading The @code{-trace-frame-collected} Command
34203 @findex -trace-frame-collected
34204
34205 @subsubheading Synopsis
34206
34207 @smallexample
34208 -trace-frame-collected
34209 [--var-print-values @var{var_pval}]
34210 [--comp-print-values @var{comp_pval}]
34211 [--registers-format @var{regformat}]
34212 [--memory-contents]
34213 @end smallexample
34214
34215 This command returns the set of collected objects, register names,
34216 trace state variable names, memory ranges and computed expressions
34217 that have been collected at a particular trace frame. The optional
34218 parameters to the command affect the output format in different ways.
34219 See the output description table below for more details.
34220
34221 The reported names can be used in the normal manner to create
34222 varobjs and inspect the objects themselves. The items returned by
34223 this command are categorized so that it is clear which is a variable,
34224 which is a register, which is a trace state variable, which is a
34225 memory range and which is a computed expression.
34226
34227 For instance, if the actions were
34228 @smallexample
34229 collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
34230 collect *(int*)0xaf02bef0@@40
34231 @end smallexample
34232
34233 @noindent
34234 the object collected in its entirety would be @code{myVar}. The
34235 object @code{myArray} would be partially collected, because only the
34236 element at index @code{myIndex} would be collected. The remaining
34237 objects would be computed expressions.
34238
34239 An example output would be:
34240
34241 @smallexample
34242 (gdb)
34243 -trace-frame-collected
34244 ^done,
34245 explicit-variables=[@{name="myVar",value="1"@}],
34246 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
34247 @{name="myObj.field",value="0"@},
34248 @{name="myPtr->field",value="1"@},
34249 @{name="myCount + 2",value="3"@},
34250 @{name="$tvar1 + 1",value="43970027"@}],
34251 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
34252 @{number="1",value="0x0"@},
34253 @{number="2",value="0x4"@},
34254 ...
34255 @{number="125",value="0x0"@}],
34256 tvars=[@{name="$tvar1",current="43970026"@}],
34257 memory=[@{address="0x0000000000602264",length="4"@},
34258 @{address="0x0000000000615bc0",length="4"@}]
34259 (gdb)
34260 @end smallexample
34261
34262 Where:
34263
34264 @table @code
34265 @item explicit-variables
34266 The set of objects that have been collected in their entirety (as
34267 opposed to collecting just a few elements of an array or a few struct
34268 members). For each object, its name and value are printed.
34269 The @code{--var-print-values} option affects how or whether the value
34270 field is output. If @var{var_pval} is 0, then print only the names;
34271 if it is 1, print also their values; and if it is 2, print the name,
34272 type and value for simple data types, and the name and type for
34273 arrays, structures and unions.
34274
34275 @item computed-expressions
34276 The set of computed expressions that have been collected at the
34277 current trace frame. The @code{--comp-print-values} option affects
34278 this set like the @code{--var-print-values} option affects the
34279 @code{explicit-variables} set. See above.
34280
34281 @item registers
34282 The registers that have been collected at the current trace frame.
34283 For each register collected, the name and current value are returned.
34284 The value is formatted according to the @code{--registers-format}
34285 option. See the @command{-data-list-register-values} command for a
34286 list of the allowed formats. The default is @samp{x}.
34287
34288 @item tvars
34289 The trace state variables that have been collected at the current
34290 trace frame. For each trace state variable collected, the name and
34291 current value are returned.
34292
34293 @item memory
34294 The set of memory ranges that have been collected at the current trace
34295 frame. Its content is a list of tuples. Each tuple represents a
34296 collected memory range and has the following fields:
34297
34298 @table @code
34299 @item address
34300 The start address of the memory range, as hexadecimal literal.
34301
34302 @item length
34303 The length of the memory range, as decimal literal.
34304
34305 @item contents
34306 The contents of the memory block, in hex. This field is only present
34307 if the @code{--memory-contents} option is specified.
34308
34309 @end table
34310
34311 @end table
34312
34313 @subsubheading @value{GDBN} Command
34314
34315 There is no corresponding @value{GDBN} command.
34316
34317 @subsubheading Example
34318
34319 @subheading -trace-list-variables
34320 @findex -trace-list-variables
34321
34322 @subsubheading Synopsis
34323
34324 @smallexample
34325 -trace-list-variables
34326 @end smallexample
34327
34328 Return a table of all defined trace variables. Each element of the
34329 table has the following fields:
34330
34331 @table @samp
34332 @item name
34333 The name of the trace variable. This field is always present.
34334
34335 @item initial
34336 The initial value. This is a 64-bit signed integer. This
34337 field is always present.
34338
34339 @item current
34340 The value the trace variable has at the moment. This is a 64-bit
34341 signed integer. This field is absent iff current value is
34342 not defined, for example if the trace was never run, or is
34343 presently running.
34344
34345 @end table
34346
34347 @subsubheading @value{GDBN} Command
34348
34349 The corresponding @value{GDBN} command is @samp{tvariables}.
34350
34351 @subsubheading Example
34352
34353 @smallexample
34354 (gdb)
34355 -trace-list-variables
34356 ^done,trace-variables=@{nr_rows="1",nr_cols="3",
34357 hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
34358 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
34359 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
34360 body=[variable=@{name="$trace_timestamp",initial="0"@}
34361 variable=@{name="$foo",initial="10",current="15"@}]@}
34362 (gdb)
34363 @end smallexample
34364
34365 @subheading -trace-save
34366 @findex -trace-save
34367
34368 @subsubheading Synopsis
34369
34370 @smallexample
34371 -trace-save [ -r ] [ -ctf ] @var{filename}
34372 @end smallexample
34373
34374 Saves the collected trace data to @var{filename}. Without the
34375 @samp{-r} option, the data is downloaded from the target and saved
34376 in a local file. With the @samp{-r} option the target is asked
34377 to perform the save.
34378
34379 By default, this command will save the trace in the tfile format. You can
34380 supply the optional @samp{-ctf} argument to save it the CTF format. See
34381 @ref{Trace Files} for more information about CTF.
34382
34383 @subsubheading @value{GDBN} Command
34384
34385 The corresponding @value{GDBN} command is @samp{tsave}.
34386
34387
34388 @subheading -trace-start
34389 @findex -trace-start
34390
34391 @subsubheading Synopsis
34392
34393 @smallexample
34394 -trace-start
34395 @end smallexample
34396
34397 Starts a tracing experiment. The result of this command does not
34398 have any fields.
34399
34400 @subsubheading @value{GDBN} Command
34401
34402 The corresponding @value{GDBN} command is @samp{tstart}.
34403
34404 @subheading -trace-status
34405 @findex -trace-status
34406
34407 @subsubheading Synopsis
34408
34409 @smallexample
34410 -trace-status
34411 @end smallexample
34412
34413 Obtains the status of a tracing experiment. The result may include
34414 the following fields:
34415
34416 @table @samp
34417
34418 @item supported
34419 May have a value of either @samp{0}, when no tracing operations are
34420 supported, @samp{1}, when all tracing operations are supported, or
34421 @samp{file} when examining trace file. In the latter case, examining
34422 of trace frame is possible but new tracing experiement cannot be
34423 started. This field is always present.
34424
34425 @item running
34426 May have a value of either @samp{0} or @samp{1} depending on whether
34427 tracing experiement is in progress on target. This field is present
34428 if @samp{supported} field is not @samp{0}.
34429
34430 @item stop-reason
34431 Report the reason why the tracing was stopped last time. This field
34432 may be absent iff tracing was never stopped on target yet. The
34433 value of @samp{request} means the tracing was stopped as result of
34434 the @code{-trace-stop} command. The value of @samp{overflow} means
34435 the tracing buffer is full. The value of @samp{disconnection} means
34436 tracing was automatically stopped when @value{GDBN} has disconnected.
34437 The value of @samp{passcount} means tracing was stopped when a
34438 tracepoint was passed a maximal number of times for that tracepoint.
34439 This field is present if @samp{supported} field is not @samp{0}.
34440
34441 @item stopping-tracepoint
34442 The number of tracepoint whose passcount as exceeded. This field is
34443 present iff the @samp{stop-reason} field has the value of
34444 @samp{passcount}.
34445
34446 @item frames
34447 @itemx frames-created
34448 The @samp{frames} field is a count of the total number of trace frames
34449 in the trace buffer, while @samp{frames-created} is the total created
34450 during the run, including ones that were discarded, such as when a
34451 circular trace buffer filled up. Both fields are optional.
34452
34453 @item buffer-size
34454 @itemx buffer-free
34455 These fields tell the current size of the tracing buffer and the
34456 remaining space. These fields are optional.
34457
34458 @item circular
34459 The value of the circular trace buffer flag. @code{1} means that the
34460 trace buffer is circular and old trace frames will be discarded if
34461 necessary to make room, @code{0} means that the trace buffer is linear
34462 and may fill up.
34463
34464 @item disconnected
34465 The value of the disconnected tracing flag. @code{1} means that
34466 tracing will continue after @value{GDBN} disconnects, @code{0} means
34467 that the trace run will stop.
34468
34469 @item trace-file
34470 The filename of the trace file being examined. This field is
34471 optional, and only present when examining a trace file.
34472
34473 @end table
34474
34475 @subsubheading @value{GDBN} Command
34476
34477 The corresponding @value{GDBN} command is @samp{tstatus}.
34478
34479 @subheading -trace-stop
34480 @findex -trace-stop
34481
34482 @subsubheading Synopsis
34483
34484 @smallexample
34485 -trace-stop
34486 @end smallexample
34487
34488 Stops a tracing experiment. The result of this command has the same
34489 fields as @code{-trace-status}, except that the @samp{supported} and
34490 @samp{running} fields are not output.
34491
34492 @subsubheading @value{GDBN} Command
34493
34494 The corresponding @value{GDBN} command is @samp{tstop}.
34495
34496
34497 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34498 @node GDB/MI Symbol Query
34499 @section @sc{gdb/mi} Symbol Query Commands
34500
34501
34502 @ignore
34503 @subheading The @code{-symbol-info-address} Command
34504 @findex -symbol-info-address
34505
34506 @subsubheading Synopsis
34507
34508 @smallexample
34509 -symbol-info-address @var{symbol}
34510 @end smallexample
34511
34512 Describe where @var{symbol} is stored.
34513
34514 @subsubheading @value{GDBN} Command
34515
34516 The corresponding @value{GDBN} command is @samp{info address}.
34517
34518 @subsubheading Example
34519 N.A.
34520
34521
34522 @subheading The @code{-symbol-info-file} Command
34523 @findex -symbol-info-file
34524
34525 @subsubheading Synopsis
34526
34527 @smallexample
34528 -symbol-info-file
34529 @end smallexample
34530
34531 Show the file for the symbol.
34532
34533 @subsubheading @value{GDBN} Command
34534
34535 There's no equivalent @value{GDBN} command. @code{gdbtk} has
34536 @samp{gdb_find_file}.
34537
34538 @subsubheading Example
34539 N.A.
34540 @end ignore
34541
34542 @subheading The @code{-symbol-info-functions} Command
34543 @findex -symbol-info-functions
34544 @anchor{-symbol-info-functions}
34545
34546 @subsubheading Synopsis
34547
34548 @smallexample
34549 -symbol-info-functions [--include-nondebug]
34550 [--type @var{type_regexp}]
34551 [--name @var{name_regexp}]
34552 [--max-results @var{limit}]
34553 @end smallexample
34554
34555 @noindent
34556 Return a list containing the names and types for all global functions
34557 taken from the debug information. The functions are grouped by source
34558 file, and shown with the line number on which each function is
34559 defined.
34560
34561 The @code{--include-nondebug} option causes the output to include
34562 code symbols from the symbol table.
34563
34564 The options @code{--type} and @code{--name} allow the symbols returned
34565 to be filtered based on either the name of the function, or the type
34566 signature of the function.
34567
34568 The option @code{--max-results} restricts the command to return no
34569 more than @var{limit} results. If exactly @var{limit} results are
34570 returned then there might be additional results available if a higher
34571 limit is used.
34572
34573 @subsubheading @value{GDBN} Command
34574
34575 The corresponding @value{GDBN} command is @samp{info functions}.
34576
34577 @subsubheading Example
34578 @smallexample
34579 @group
34580 (gdb)
34581 -symbol-info-functions
34582 ^done,symbols=
34583 @{debug=
34584 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34585 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34586 symbols=[@{line="36", name="f4", type="void (int *)",
34587 description="void f4(int *);"@},
34588 @{line="42", name="main", type="int ()",
34589 description="int main();"@},
34590 @{line="30", name="f1", type="my_int_t (int, int)",
34591 description="static my_int_t f1(int, int);"@}]@},
34592 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34593 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34594 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34595 description="float f2(another_float_t);"@},
34596 @{line="39", name="f3", type="int (another_int_t)",
34597 description="int f3(another_int_t);"@},
34598 @{line="27", name="f1", type="another_float_t (int)",
34599 description="static another_float_t f1(int);"@}]@}]@}
34600 @end group
34601 @group
34602 (gdb)
34603 -symbol-info-functions --name f1
34604 ^done,symbols=
34605 @{debug=
34606 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34607 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34608 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
34609 description="static my_int_t f1(int, int);"@}]@},
34610 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34611 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34612 symbols=[@{line="27", name="f1", type="another_float_t (int)",
34613 description="static another_float_t f1(int);"@}]@}]@}
34614 @end group
34615 @group
34616 (gdb)
34617 -symbol-info-functions --type void
34618 ^done,symbols=
34619 @{debug=
34620 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34621 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34622 symbols=[@{line="36", name="f4", type="void (int *)",
34623 description="void f4(int *);"@}]@}]@}
34624 @end group
34625 @group
34626 (gdb)
34627 -symbol-info-functions --include-nondebug
34628 ^done,symbols=
34629 @{debug=
34630 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34631 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34632 symbols=[@{line="36", name="f4", type="void (int *)",
34633 description="void f4(int *);"@},
34634 @{line="42", name="main", type="int ()",
34635 description="int main();"@},
34636 @{line="30", name="f1", type="my_int_t (int, int)",
34637 description="static my_int_t f1(int, int);"@}]@},
34638 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34639 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34640 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34641 description="float f2(another_float_t);"@},
34642 @{line="39", name="f3", type="int (another_int_t)",
34643 description="int f3(another_int_t);"@},
34644 @{line="27", name="f1", type="another_float_t (int)",
34645 description="static another_float_t f1(int);"@}]@}],
34646 nondebug=
34647 [@{address="0x0000000000400398",name="_init"@},
34648 @{address="0x00000000004003b0",name="_start"@},
34649 ...
34650 ]@}
34651 @end group
34652 @end smallexample
34653
34654 @subheading The @code{-symbol-info-module-functions} Command
34655 @findex -symbol-info-module-functions
34656 @anchor{-symbol-info-module-functions}
34657
34658 @subsubheading Synopsis
34659
34660 @smallexample
34661 -symbol-info-module-functions [--module @var{module_regexp}]
34662 [--name @var{name_regexp}]
34663 [--type @var{type_regexp}]
34664 @end smallexample
34665
34666 @noindent
34667 Return a list containing the names of all known functions within all
34668 know Fortran modules. The functions are grouped by source file and
34669 containing module, and shown with the line number on which each
34670 function is defined.
34671
34672 The option @code{--module} only returns results for modules matching
34673 @var{module_regexp}. The option @code{--name} only returns functions
34674 whose name matches @var{name_regexp}, and @code{--type} only returns
34675 functions whose type matches @var{type_regexp}.
34676
34677 @subsubheading @value{GDBN} Command
34678
34679 The corresponding @value{GDBN} command is @samp{info module functions}.
34680
34681 @subsubheading Example
34682
34683 @smallexample
34684 @group
34685 (gdb)
34686 -symbol-info-module-functions
34687 ^done,symbols=
34688 [@{module="mod1",
34689 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34690 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34691 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
34692 description="void mod1::check_all(void);"@}]@}]@},
34693 @{module="mod2",
34694 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34695 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34696 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
34697 description="void mod2::check_var_i(void);"@}]@}]@},
34698 @{module="mod3",
34699 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34700 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34701 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
34702 description="void mod3::check_all(void);"@},
34703 @{line="27",name="mod3::check_mod2",type="void (void)",
34704 description="void mod3::check_mod2(void);"@}]@}]@},
34705 @{module="modmany",
34706 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34707 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34708 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
34709 description="void modmany::check_some(void);"@}]@}]@},
34710 @{module="moduse",
34711 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34712 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34713 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
34714 description="void moduse::check_all(void);"@},
34715 @{line="49",name="moduse::check_var_x",type="void (void)",
34716 description="void moduse::check_var_x(void);"@}]@}]@}]
34717 @end group
34718 @end smallexample
34719
34720 @subheading The @code{-symbol-info-module-variables} Command
34721 @findex -symbol-info-module-variables
34722 @anchor{-symbol-info-module-variables}
34723
34724 @subsubheading Synopsis
34725
34726 @smallexample
34727 -symbol-info-module-variables [--module @var{module_regexp}]
34728 [--name @var{name_regexp}]
34729 [--type @var{type_regexp}]
34730 @end smallexample
34731
34732 @noindent
34733 Return a list containing the names of all known variables within all
34734 know Fortran modules. The variables are grouped by source file and
34735 containing module, and shown with the line number on which each
34736 variable is defined.
34737
34738 The option @code{--module} only returns results for modules matching
34739 @var{module_regexp}. The option @code{--name} only returns variables
34740 whose name matches @var{name_regexp}, and @code{--type} only returns
34741 variables whose type matches @var{type_regexp}.
34742
34743 @subsubheading @value{GDBN} Command
34744
34745 The corresponding @value{GDBN} command is @samp{info module variables}.
34746
34747 @subsubheading Example
34748
34749 @smallexample
34750 @group
34751 (gdb)
34752 -symbol-info-module-variables
34753 ^done,symbols=
34754 [@{module="mod1",
34755 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34756 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34757 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
34758 description="integer(kind=4) mod1::var_const;"@},
34759 @{line="17",name="mod1::var_i",type="integer(kind=4)",
34760 description="integer(kind=4) mod1::var_i;"@}]@}]@},
34761 @{module="mod2",
34762 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34763 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34764 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
34765 description="integer(kind=4) mod2::var_i;"@}]@}]@},
34766 @{module="mod3",
34767 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34768 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34769 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
34770 description="integer(kind=4) mod3::mod1;"@},
34771 @{line="17",name="mod3::mod2",type="integer(kind=4)",
34772 description="integer(kind=4) mod3::mod2;"@},
34773 @{line="19",name="mod3::var_i",type="integer(kind=4)",
34774 description="integer(kind=4) mod3::var_i;"@}]@}]@},
34775 @{module="modmany",
34776 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34777 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34778 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
34779 description="integer(kind=4) modmany::var_a;"@},
34780 @{line="33",name="modmany::var_b",type="integer(kind=4)",
34781 description="integer(kind=4) modmany::var_b;"@},
34782 @{line="33",name="modmany::var_c",type="integer(kind=4)",
34783 description="integer(kind=4) modmany::var_c;"@},
34784 @{line="33",name="modmany::var_i",type="integer(kind=4)",
34785 description="integer(kind=4) modmany::var_i;"@}]@}]@},
34786 @{module="moduse",
34787 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34788 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34789 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
34790 description="integer(kind=4) moduse::var_x;"@},
34791 @{line="42",name="moduse::var_y",type="integer(kind=4)",
34792 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
34793 @end group
34794 @end smallexample
34795
34796 @subheading The @code{-symbol-info-modules} Command
34797 @findex -symbol-info-modules
34798 @anchor{-symbol-info-modules}
34799
34800 @subsubheading Synopsis
34801
34802 @smallexample
34803 -symbol-info-modules [--name @var{name_regexp}]
34804 [--max-results @var{limit}]
34805
34806 @end smallexample
34807
34808 @noindent
34809 Return a list containing the names of all known Fortran modules. The
34810 modules are grouped by source file, and shown with the line number on
34811 which each modules is defined.
34812
34813 The option @code{--name} allows the modules returned to be filtered
34814 based the name of the module.
34815
34816 The option @code{--max-results} restricts the command to return no
34817 more than @var{limit} results. If exactly @var{limit} results are
34818 returned then there might be additional results available if a higher
34819 limit is used.
34820
34821 @subsubheading @value{GDBN} Command
34822
34823 The corresponding @value{GDBN} command is @samp{info modules}.
34824
34825 @subsubheading Example
34826 @smallexample
34827 @group
34828 (gdb)
34829 -symbol-info-modules
34830 ^done,symbols=
34831 @{debug=
34832 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34833 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34834 symbols=[@{line="16",name="mod1"@},
34835 @{line="22",name="mod2"@}]@},
34836 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34837 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34838 symbols=[@{line="16",name="mod3"@},
34839 @{line="22",name="modmany"@},
34840 @{line="26",name="moduse"@}]@}]@}
34841 @end group
34842 @group
34843 (gdb)
34844 -symbol-info-modules --name mod[123]
34845 ^done,symbols=
34846 @{debug=
34847 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34848 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34849 symbols=[@{line="16",name="mod1"@},
34850 @{line="22",name="mod2"@}]@},
34851 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34852 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34853 symbols=[@{line="16",name="mod3"@}]@}]@}
34854 @end group
34855 @end smallexample
34856
34857 @subheading The @code{-symbol-info-types} Command
34858 @findex -symbol-info-types
34859 @anchor{-symbol-info-types}
34860
34861 @subsubheading Synopsis
34862
34863 @smallexample
34864 -symbol-info-types [--name @var{name_regexp}]
34865 [--max-results @var{limit}]
34866
34867 @end smallexample
34868
34869 @noindent
34870 Return a list of all defined types. The types are grouped by source
34871 file, and shown with the line number on which each user defined type
34872 is defined. Some base types are not defined in the source code but
34873 are added to the debug information by the compiler, for example
34874 @code{int}, @code{float}, etc.; these types do not have an associated
34875 line number.
34876
34877 The option @code{--name} allows the list of types returned to be
34878 filtered by name.
34879
34880 The option @code{--max-results} restricts the command to return no
34881 more than @var{limit} results. If exactly @var{limit} results are
34882 returned then there might be additional results available if a higher
34883 limit is used.
34884
34885 @subsubheading @value{GDBN} Command
34886
34887 The corresponding @value{GDBN} command is @samp{info types}.
34888
34889 @subsubheading Example
34890 @smallexample
34891 @group
34892 (gdb)
34893 -symbol-info-types
34894 ^done,symbols=
34895 @{debug=
34896 [@{filename="gdb.mi/mi-sym-info-1.c",
34897 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34898 symbols=[@{name="float"@},
34899 @{name="int"@},
34900 @{line="27",name="typedef int my_int_t;"@}]@},
34901 @{filename="gdb.mi/mi-sym-info-2.c",
34902 fullname="/project/gdb.mi/mi-sym-info-2.c",
34903 symbols=[@{line="24",name="typedef float another_float_t;"@},
34904 @{line="23",name="typedef int another_int_t;"@},
34905 @{name="float"@},
34906 @{name="int"@}]@}]@}
34907 @end group
34908 @group
34909 (gdb)
34910 -symbol-info-types --name _int_
34911 ^done,symbols=
34912 @{debug=
34913 [@{filename="gdb.mi/mi-sym-info-1.c",
34914 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34915 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
34916 @{filename="gdb.mi/mi-sym-info-2.c",
34917 fullname="/project/gdb.mi/mi-sym-info-2.c",
34918 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
34919 @end group
34920 @end smallexample
34921
34922 @subheading The @code{-symbol-info-variables} Command
34923 @findex -symbol-info-variables
34924 @anchor{-symbol-info-variables}
34925
34926 @subsubheading Synopsis
34927
34928 @smallexample
34929 -symbol-info-variables [--include-nondebug]
34930 [--type @var{type_regexp}]
34931 [--name @var{name_regexp}]
34932 [--max-results @var{limit}]
34933
34934 @end smallexample
34935
34936 @noindent
34937 Return a list containing the names and types for all global variables
34938 taken from the debug information. The variables are grouped by source
34939 file, and shown with the line number on which each variable is
34940 defined.
34941
34942 The @code{--include-nondebug} option causes the output to include
34943 data symbols from the symbol table.
34944
34945 The options @code{--type} and @code{--name} allow the symbols returned
34946 to be filtered based on either the name of the variable, or the type
34947 of the variable.
34948
34949 The option @code{--max-results} restricts the command to return no
34950 more than @var{limit} results. If exactly @var{limit} results are
34951 returned then there might be additional results available if a higher
34952 limit is used.
34953
34954 @subsubheading @value{GDBN} Command
34955
34956 The corresponding @value{GDBN} command is @samp{info variables}.
34957
34958 @subsubheading Example
34959 @smallexample
34960 @group
34961 (gdb)
34962 -symbol-info-variables
34963 ^done,symbols=
34964 @{debug=
34965 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34966 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34967 symbols=[@{line="25",name="global_f1",type="float",
34968 description="static float global_f1;"@},
34969 @{line="24",name="global_i1",type="int",
34970 description="static int global_i1;"@}]@},
34971 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34972 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34973 symbols=[@{line="21",name="global_f2",type="int",
34974 description="int global_f2;"@},
34975 @{line="20",name="global_i2",type="int",
34976 description="int global_i2;"@},
34977 @{line="19",name="global_f1",type="float",
34978 description="static float global_f1;"@},
34979 @{line="18",name="global_i1",type="int",
34980 description="static int global_i1;"@}]@}]@}
34981 @end group
34982 @group
34983 (gdb)
34984 -symbol-info-variables --name f1
34985 ^done,symbols=
34986 @{debug=
34987 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34988 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34989 symbols=[@{line="25",name="global_f1",type="float",
34990 description="static float global_f1;"@}]@},
34991 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34992 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34993 symbols=[@{line="19",name="global_f1",type="float",
34994 description="static float global_f1;"@}]@}]@}
34995 @end group
34996 @group
34997 (gdb)
34998 -symbol-info-variables --type float
34999 ^done,symbols=
35000 @{debug=
35001 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35002 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35003 symbols=[@{line="25",name="global_f1",type="float",
35004 description="static float global_f1;"@}]@},
35005 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35006 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35007 symbols=[@{line="19",name="global_f1",type="float",
35008 description="static float global_f1;"@}]@}]@}
35009 @end group
35010 @group
35011 (gdb)
35012 -symbol-info-variables --include-nondebug
35013 ^done,symbols=
35014 @{debug=
35015 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35016 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35017 symbols=[@{line="25",name="global_f1",type="float",
35018 description="static float global_f1;"@},
35019 @{line="24",name="global_i1",type="int",
35020 description="static int global_i1;"@}]@},
35021 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35022 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35023 symbols=[@{line="21",name="global_f2",type="int",
35024 description="int global_f2;"@},
35025 @{line="20",name="global_i2",type="int",
35026 description="int global_i2;"@},
35027 @{line="19",name="global_f1",type="float",
35028 description="static float global_f1;"@},
35029 @{line="18",name="global_i1",type="int",
35030 description="static int global_i1;"@}]@}],
35031 nondebug=
35032 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
35033 @{address="0x00000000004005d8",name="__dso_handle"@}
35034 ...
35035 ]@}
35036 @end group
35037 @end smallexample
35038
35039 @ignore
35040 @subheading The @code{-symbol-info-line} Command
35041 @findex -symbol-info-line
35042
35043 @subsubheading Synopsis
35044
35045 @smallexample
35046 -symbol-info-line
35047 @end smallexample
35048
35049 Show the core addresses of the code for a source line.
35050
35051 @subsubheading @value{GDBN} Command
35052
35053 The corresponding @value{GDBN} command is @samp{info line}.
35054 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
35055
35056 @subsubheading Example
35057 N.A.
35058
35059
35060 @subheading The @code{-symbol-info-symbol} Command
35061 @findex -symbol-info-symbol
35062
35063 @subsubheading Synopsis
35064
35065 @smallexample
35066 -symbol-info-symbol @var{addr}
35067 @end smallexample
35068
35069 Describe what symbol is at location @var{addr}.
35070
35071 @subsubheading @value{GDBN} Command
35072
35073 The corresponding @value{GDBN} command is @samp{info symbol}.
35074
35075 @subsubheading Example
35076 N.A.
35077
35078
35079 @subheading The @code{-symbol-list-functions} Command
35080 @findex -symbol-list-functions
35081
35082 @subsubheading Synopsis
35083
35084 @smallexample
35085 -symbol-list-functions
35086 @end smallexample
35087
35088 List the functions in the executable.
35089
35090 @subsubheading @value{GDBN} Command
35091
35092 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
35093 @samp{gdb_search} in @code{gdbtk}.
35094
35095 @subsubheading Example
35096 N.A.
35097 @end ignore
35098
35099
35100 @subheading The @code{-symbol-list-lines} Command
35101 @findex -symbol-list-lines
35102
35103 @subsubheading Synopsis
35104
35105 @smallexample
35106 -symbol-list-lines @var{filename}
35107 @end smallexample
35108
35109 Print the list of lines that contain code and their associated program
35110 addresses for the given source filename. The entries are sorted in
35111 ascending PC order.
35112
35113 @subsubheading @value{GDBN} Command
35114
35115 There is no corresponding @value{GDBN} command.
35116
35117 @subsubheading Example
35118 @smallexample
35119 (gdb)
35120 -symbol-list-lines basics.c
35121 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
35122 (gdb)
35123 @end smallexample
35124
35125
35126 @ignore
35127 @subheading The @code{-symbol-list-types} Command
35128 @findex -symbol-list-types
35129
35130 @subsubheading Synopsis
35131
35132 @smallexample
35133 -symbol-list-types
35134 @end smallexample
35135
35136 List all the type names.
35137
35138 @subsubheading @value{GDBN} Command
35139
35140 The corresponding commands are @samp{info types} in @value{GDBN},
35141 @samp{gdb_search} in @code{gdbtk}.
35142
35143 @subsubheading Example
35144 N.A.
35145
35146
35147 @subheading The @code{-symbol-list-variables} Command
35148 @findex -symbol-list-variables
35149
35150 @subsubheading Synopsis
35151
35152 @smallexample
35153 -symbol-list-variables
35154 @end smallexample
35155
35156 List all the global and static variable names.
35157
35158 @subsubheading @value{GDBN} Command
35159
35160 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
35161
35162 @subsubheading Example
35163 N.A.
35164
35165
35166 @subheading The @code{-symbol-locate} Command
35167 @findex -symbol-locate
35168
35169 @subsubheading Synopsis
35170
35171 @smallexample
35172 -symbol-locate
35173 @end smallexample
35174
35175 @subsubheading @value{GDBN} Command
35176
35177 @samp{gdb_loc} in @code{gdbtk}.
35178
35179 @subsubheading Example
35180 N.A.
35181
35182
35183 @subheading The @code{-symbol-type} Command
35184 @findex -symbol-type
35185
35186 @subsubheading Synopsis
35187
35188 @smallexample
35189 -symbol-type @var{variable}
35190 @end smallexample
35191
35192 Show type of @var{variable}.
35193
35194 @subsubheading @value{GDBN} Command
35195
35196 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
35197 @samp{gdb_obj_variable}.
35198
35199 @subsubheading Example
35200 N.A.
35201 @end ignore
35202
35203
35204 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35205 @node GDB/MI File Commands
35206 @section @sc{gdb/mi} File Commands
35207
35208 This section describes the GDB/MI commands to specify executable file names
35209 and to read in and obtain symbol table information.
35210
35211 @subheading The @code{-file-exec-and-symbols} Command
35212 @findex -file-exec-and-symbols
35213
35214 @subsubheading Synopsis
35215
35216 @smallexample
35217 -file-exec-and-symbols @var{file}
35218 @end smallexample
35219
35220 Specify the executable file to be debugged. This file is the one from
35221 which the symbol table is also read. If no file is specified, the
35222 command clears the executable and symbol information. If breakpoints
35223 are set when using this command with no arguments, @value{GDBN} will produce
35224 error messages. Otherwise, no output is produced, except a completion
35225 notification.
35226
35227 @subsubheading @value{GDBN} Command
35228
35229 The corresponding @value{GDBN} command is @samp{file}.
35230
35231 @subsubheading Example
35232
35233 @smallexample
35234 (gdb)
35235 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35236 ^done
35237 (gdb)
35238 @end smallexample
35239
35240
35241 @subheading The @code{-file-exec-file} Command
35242 @findex -file-exec-file
35243
35244 @subsubheading Synopsis
35245
35246 @smallexample
35247 -file-exec-file @var{file}
35248 @end smallexample
35249
35250 Specify the executable file to be debugged. Unlike
35251 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
35252 from this file. If used without argument, @value{GDBN} clears the information
35253 about the executable file. No output is produced, except a completion
35254 notification.
35255
35256 @subsubheading @value{GDBN} Command
35257
35258 The corresponding @value{GDBN} command is @samp{exec-file}.
35259
35260 @subsubheading Example
35261
35262 @smallexample
35263 (gdb)
35264 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35265 ^done
35266 (gdb)
35267 @end smallexample
35268
35269
35270 @ignore
35271 @subheading The @code{-file-list-exec-sections} Command
35272 @findex -file-list-exec-sections
35273
35274 @subsubheading Synopsis
35275
35276 @smallexample
35277 -file-list-exec-sections
35278 @end smallexample
35279
35280 List the sections of the current executable file.
35281
35282 @subsubheading @value{GDBN} Command
35283
35284 The @value{GDBN} command @samp{info file} shows, among the rest, the same
35285 information as this command. @code{gdbtk} has a corresponding command
35286 @samp{gdb_load_info}.
35287
35288 @subsubheading Example
35289 N.A.
35290 @end ignore
35291
35292
35293 @subheading The @code{-file-list-exec-source-file} Command
35294 @findex -file-list-exec-source-file
35295
35296 @subsubheading Synopsis
35297
35298 @smallexample
35299 -file-list-exec-source-file
35300 @end smallexample
35301
35302 List the line number, the current source file, and the absolute path
35303 to the current source file for the current executable. The macro
35304 information field has a value of @samp{1} or @samp{0} depending on
35305 whether or not the file includes preprocessor macro information.
35306
35307 @subsubheading @value{GDBN} Command
35308
35309 The @value{GDBN} equivalent is @samp{info source}
35310
35311 @subsubheading Example
35312
35313 @smallexample
35314 (gdb)
35315 123-file-list-exec-source-file
35316 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
35317 (gdb)
35318 @end smallexample
35319
35320
35321 @subheading The @code{-file-list-exec-source-files} Command
35322 @findex -file-list-exec-source-files
35323
35324 @subsubheading Synopsis
35325
35326 @smallexample
35327 -file-list-exec-source-files
35328 @end smallexample
35329
35330 List the source files for the current executable.
35331
35332 It will always output both the filename and fullname (absolute file
35333 name) of a source file.
35334
35335 @subsubheading @value{GDBN} Command
35336
35337 The @value{GDBN} equivalent is @samp{info sources}.
35338 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
35339
35340 @subsubheading Example
35341 @smallexample
35342 (gdb)
35343 -file-list-exec-source-files
35344 ^done,files=[
35345 @{file=foo.c,fullname=/home/foo.c@},
35346 @{file=/home/bar.c,fullname=/home/bar.c@},
35347 @{file=gdb_could_not_find_fullpath.c@}]
35348 (gdb)
35349 @end smallexample
35350
35351 @subheading The @code{-file-list-shared-libraries} Command
35352 @findex -file-list-shared-libraries
35353
35354 @subsubheading Synopsis
35355
35356 @smallexample
35357 -file-list-shared-libraries [ @var{regexp} ]
35358 @end smallexample
35359
35360 List the shared libraries in the program.
35361 With a regular expression @var{regexp}, only those libraries whose
35362 names match @var{regexp} are listed.
35363
35364 @subsubheading @value{GDBN} Command
35365
35366 The corresponding @value{GDBN} command is @samp{info shared}. The fields
35367 have a similar meaning to the @code{=library-loaded} notification.
35368 The @code{ranges} field specifies the multiple segments belonging to this
35369 library. Each range has the following fields:
35370
35371 @table @samp
35372 @item from
35373 The address defining the inclusive lower bound of the segment.
35374 @item to
35375 The address defining the exclusive upper bound of the segment.
35376 @end table
35377
35378 @subsubheading Example
35379 @smallexample
35380 (gdb)
35381 -file-list-exec-source-files
35382 ^done,shared-libraries=[
35383 @{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"@}]@},
35384 @{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"@}]@}]
35385 (gdb)
35386 @end smallexample
35387
35388
35389 @ignore
35390 @subheading The @code{-file-list-symbol-files} Command
35391 @findex -file-list-symbol-files
35392
35393 @subsubheading Synopsis
35394
35395 @smallexample
35396 -file-list-symbol-files
35397 @end smallexample
35398
35399 List symbol files.
35400
35401 @subsubheading @value{GDBN} Command
35402
35403 The corresponding @value{GDBN} command is @samp{info file} (part of it).
35404
35405 @subsubheading Example
35406 N.A.
35407 @end ignore
35408
35409
35410 @subheading The @code{-file-symbol-file} Command
35411 @findex -file-symbol-file
35412
35413 @subsubheading Synopsis
35414
35415 @smallexample
35416 -file-symbol-file @var{file}
35417 @end smallexample
35418
35419 Read symbol table info from the specified @var{file} argument. When
35420 used without arguments, clears @value{GDBN}'s symbol table info. No output is
35421 produced, except for a completion notification.
35422
35423 @subsubheading @value{GDBN} Command
35424
35425 The corresponding @value{GDBN} command is @samp{symbol-file}.
35426
35427 @subsubheading Example
35428
35429 @smallexample
35430 (gdb)
35431 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35432 ^done
35433 (gdb)
35434 @end smallexample
35435
35436 @ignore
35437 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35438 @node GDB/MI Memory Overlay Commands
35439 @section @sc{gdb/mi} Memory Overlay Commands
35440
35441 The memory overlay commands are not implemented.
35442
35443 @c @subheading -overlay-auto
35444
35445 @c @subheading -overlay-list-mapping-state
35446
35447 @c @subheading -overlay-list-overlays
35448
35449 @c @subheading -overlay-map
35450
35451 @c @subheading -overlay-off
35452
35453 @c @subheading -overlay-on
35454
35455 @c @subheading -overlay-unmap
35456
35457 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35458 @node GDB/MI Signal Handling Commands
35459 @section @sc{gdb/mi} Signal Handling Commands
35460
35461 Signal handling commands are not implemented.
35462
35463 @c @subheading -signal-handle
35464
35465 @c @subheading -signal-list-handle-actions
35466
35467 @c @subheading -signal-list-signal-types
35468 @end ignore
35469
35470
35471 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35472 @node GDB/MI Target Manipulation
35473 @section @sc{gdb/mi} Target Manipulation Commands
35474
35475
35476 @subheading The @code{-target-attach} Command
35477 @findex -target-attach
35478
35479 @subsubheading Synopsis
35480
35481 @smallexample
35482 -target-attach @var{pid} | @var{gid} | @var{file}
35483 @end smallexample
35484
35485 Attach to a process @var{pid} or a file @var{file} outside of
35486 @value{GDBN}, or a thread group @var{gid}. If attaching to a thread
35487 group, the id previously returned by
35488 @samp{-list-thread-groups --available} must be used.
35489
35490 @subsubheading @value{GDBN} Command
35491
35492 The corresponding @value{GDBN} command is @samp{attach}.
35493
35494 @subsubheading Example
35495 @smallexample
35496 (gdb)
35497 -target-attach 34
35498 =thread-created,id="1"
35499 *stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
35500 ^done
35501 (gdb)
35502 @end smallexample
35503
35504 @ignore
35505 @subheading The @code{-target-compare-sections} Command
35506 @findex -target-compare-sections
35507
35508 @subsubheading Synopsis
35509
35510 @smallexample
35511 -target-compare-sections [ @var{section} ]
35512 @end smallexample
35513
35514 Compare data of section @var{section} on target to the exec file.
35515 Without the argument, all sections are compared.
35516
35517 @subsubheading @value{GDBN} Command
35518
35519 The @value{GDBN} equivalent is @samp{compare-sections}.
35520
35521 @subsubheading Example
35522 N.A.
35523 @end ignore
35524
35525
35526 @subheading The @code{-target-detach} Command
35527 @findex -target-detach
35528
35529 @subsubheading Synopsis
35530
35531 @smallexample
35532 -target-detach [ @var{pid} | @var{gid} ]
35533 @end smallexample
35534
35535 Detach from the remote target which normally resumes its execution.
35536 If either @var{pid} or @var{gid} is specified, detaches from either
35537 the specified process, or specified thread group. There's no output.
35538
35539 @subsubheading @value{GDBN} Command
35540
35541 The corresponding @value{GDBN} command is @samp{detach}.
35542
35543 @subsubheading Example
35544
35545 @smallexample
35546 (gdb)
35547 -target-detach
35548 ^done
35549 (gdb)
35550 @end smallexample
35551
35552
35553 @subheading The @code{-target-disconnect} Command
35554 @findex -target-disconnect
35555
35556 @subsubheading Synopsis
35557
35558 @smallexample
35559 -target-disconnect
35560 @end smallexample
35561
35562 Disconnect from the remote target. There's no output and the target is
35563 generally not resumed.
35564
35565 @subsubheading @value{GDBN} Command
35566
35567 The corresponding @value{GDBN} command is @samp{disconnect}.
35568
35569 @subsubheading Example
35570
35571 @smallexample
35572 (gdb)
35573 -target-disconnect
35574 ^done
35575 (gdb)
35576 @end smallexample
35577
35578
35579 @subheading The @code{-target-download} Command
35580 @findex -target-download
35581
35582 @subsubheading Synopsis
35583
35584 @smallexample
35585 -target-download
35586 @end smallexample
35587
35588 Loads the executable onto the remote target.
35589 It prints out an update message every half second, which includes the fields:
35590
35591 @table @samp
35592 @item section
35593 The name of the section.
35594 @item section-sent
35595 The size of what has been sent so far for that section.
35596 @item section-size
35597 The size of the section.
35598 @item total-sent
35599 The total size of what was sent so far (the current and the previous sections).
35600 @item total-size
35601 The size of the overall executable to download.
35602 @end table
35603
35604 @noindent
35605 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
35606 @sc{gdb/mi} Output Syntax}).
35607
35608 In addition, it prints the name and size of the sections, as they are
35609 downloaded. These messages include the following fields:
35610
35611 @table @samp
35612 @item section
35613 The name of the section.
35614 @item section-size
35615 The size of the section.
35616 @item total-size
35617 The size of the overall executable to download.
35618 @end table
35619
35620 @noindent
35621 At the end, a summary is printed.
35622
35623 @subsubheading @value{GDBN} Command
35624
35625 The corresponding @value{GDBN} command is @samp{load}.
35626
35627 @subsubheading Example
35628
35629 Note: each status message appears on a single line. Here the messages
35630 have been broken down so that they can fit onto a page.
35631
35632 @smallexample
35633 (gdb)
35634 -target-download
35635 +download,@{section=".text",section-size="6668",total-size="9880"@}
35636 +download,@{section=".text",section-sent="512",section-size="6668",
35637 total-sent="512",total-size="9880"@}
35638 +download,@{section=".text",section-sent="1024",section-size="6668",
35639 total-sent="1024",total-size="9880"@}
35640 +download,@{section=".text",section-sent="1536",section-size="6668",
35641 total-sent="1536",total-size="9880"@}
35642 +download,@{section=".text",section-sent="2048",section-size="6668",
35643 total-sent="2048",total-size="9880"@}
35644 +download,@{section=".text",section-sent="2560",section-size="6668",
35645 total-sent="2560",total-size="9880"@}
35646 +download,@{section=".text",section-sent="3072",section-size="6668",
35647 total-sent="3072",total-size="9880"@}
35648 +download,@{section=".text",section-sent="3584",section-size="6668",
35649 total-sent="3584",total-size="9880"@}
35650 +download,@{section=".text",section-sent="4096",section-size="6668",
35651 total-sent="4096",total-size="9880"@}
35652 +download,@{section=".text",section-sent="4608",section-size="6668",
35653 total-sent="4608",total-size="9880"@}
35654 +download,@{section=".text",section-sent="5120",section-size="6668",
35655 total-sent="5120",total-size="9880"@}
35656 +download,@{section=".text",section-sent="5632",section-size="6668",
35657 total-sent="5632",total-size="9880"@}
35658 +download,@{section=".text",section-sent="6144",section-size="6668",
35659 total-sent="6144",total-size="9880"@}
35660 +download,@{section=".text",section-sent="6656",section-size="6668",
35661 total-sent="6656",total-size="9880"@}
35662 +download,@{section=".init",section-size="28",total-size="9880"@}
35663 +download,@{section=".fini",section-size="28",total-size="9880"@}
35664 +download,@{section=".data",section-size="3156",total-size="9880"@}
35665 +download,@{section=".data",section-sent="512",section-size="3156",
35666 total-sent="7236",total-size="9880"@}
35667 +download,@{section=".data",section-sent="1024",section-size="3156",
35668 total-sent="7748",total-size="9880"@}
35669 +download,@{section=".data",section-sent="1536",section-size="3156",
35670 total-sent="8260",total-size="9880"@}
35671 +download,@{section=".data",section-sent="2048",section-size="3156",
35672 total-sent="8772",total-size="9880"@}
35673 +download,@{section=".data",section-sent="2560",section-size="3156",
35674 total-sent="9284",total-size="9880"@}
35675 +download,@{section=".data",section-sent="3072",section-size="3156",
35676 total-sent="9796",total-size="9880"@}
35677 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
35678 write-rate="429"
35679 (gdb)
35680 @end smallexample
35681
35682
35683 @ignore
35684 @subheading The @code{-target-exec-status} Command
35685 @findex -target-exec-status
35686
35687 @subsubheading Synopsis
35688
35689 @smallexample
35690 -target-exec-status
35691 @end smallexample
35692
35693 Provide information on the state of the target (whether it is running or
35694 not, for instance).
35695
35696 @subsubheading @value{GDBN} Command
35697
35698 There's no equivalent @value{GDBN} command.
35699
35700 @subsubheading Example
35701 N.A.
35702
35703
35704 @subheading The @code{-target-list-available-targets} Command
35705 @findex -target-list-available-targets
35706
35707 @subsubheading Synopsis
35708
35709 @smallexample
35710 -target-list-available-targets
35711 @end smallexample
35712
35713 List the possible targets to connect to.
35714
35715 @subsubheading @value{GDBN} Command
35716
35717 The corresponding @value{GDBN} command is @samp{help target}.
35718
35719 @subsubheading Example
35720 N.A.
35721
35722
35723 @subheading The @code{-target-list-current-targets} Command
35724 @findex -target-list-current-targets
35725
35726 @subsubheading Synopsis
35727
35728 @smallexample
35729 -target-list-current-targets
35730 @end smallexample
35731
35732 Describe the current target.
35733
35734 @subsubheading @value{GDBN} Command
35735
35736 The corresponding information is printed by @samp{info file} (among
35737 other things).
35738
35739 @subsubheading Example
35740 N.A.
35741
35742
35743 @subheading The @code{-target-list-parameters} Command
35744 @findex -target-list-parameters
35745
35746 @subsubheading Synopsis
35747
35748 @smallexample
35749 -target-list-parameters
35750 @end smallexample
35751
35752 @c ????
35753 @end ignore
35754
35755 @subsubheading @value{GDBN} Command
35756
35757 No equivalent.
35758
35759 @subsubheading Example
35760 N.A.
35761
35762 @subheading The @code{-target-flash-erase} Command
35763 @findex -target-flash-erase
35764
35765 @subsubheading Synopsis
35766
35767 @smallexample
35768 -target-flash-erase
35769 @end smallexample
35770
35771 Erases all known flash memory regions on the target.
35772
35773 The corresponding @value{GDBN} command is @samp{flash-erase}.
35774
35775 The output is a list of flash regions that have been erased, with starting
35776 addresses and memory region sizes.
35777
35778 @smallexample
35779 (gdb)
35780 -target-flash-erase
35781 ^done,erased-regions=@{address="0x0",size="0x40000"@}
35782 (gdb)
35783 @end smallexample
35784
35785 @subheading The @code{-target-select} Command
35786 @findex -target-select
35787
35788 @subsubheading Synopsis
35789
35790 @smallexample
35791 -target-select @var{type} @var{parameters @dots{}}
35792 @end smallexample
35793
35794 Connect @value{GDBN} to the remote target. This command takes two args:
35795
35796 @table @samp
35797 @item @var{type}
35798 The type of target, for instance @samp{remote}, etc.
35799 @item @var{parameters}
35800 Device names, host names and the like. @xref{Target Commands, ,
35801 Commands for Managing Targets}, for more details.
35802 @end table
35803
35804 The output is a connection notification, followed by the address at
35805 which the target program is, in the following form:
35806
35807 @smallexample
35808 ^connected,addr="@var{address}",func="@var{function name}",
35809 args=[@var{arg list}]
35810 @end smallexample
35811
35812 @subsubheading @value{GDBN} Command
35813
35814 The corresponding @value{GDBN} command is @samp{target}.
35815
35816 @subsubheading Example
35817
35818 @smallexample
35819 (gdb)
35820 -target-select remote /dev/ttya
35821 ^connected,addr="0xfe00a300",func="??",args=[]
35822 (gdb)
35823 @end smallexample
35824
35825 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35826 @node GDB/MI File Transfer Commands
35827 @section @sc{gdb/mi} File Transfer Commands
35828
35829
35830 @subheading The @code{-target-file-put} Command
35831 @findex -target-file-put
35832
35833 @subsubheading Synopsis
35834
35835 @smallexample
35836 -target-file-put @var{hostfile} @var{targetfile}
35837 @end smallexample
35838
35839 Copy file @var{hostfile} from the host system (the machine running
35840 @value{GDBN}) to @var{targetfile} on the target system.
35841
35842 @subsubheading @value{GDBN} Command
35843
35844 The corresponding @value{GDBN} command is @samp{remote put}.
35845
35846 @subsubheading Example
35847
35848 @smallexample
35849 (gdb)
35850 -target-file-put localfile remotefile
35851 ^done
35852 (gdb)
35853 @end smallexample
35854
35855
35856 @subheading The @code{-target-file-get} Command
35857 @findex -target-file-get
35858
35859 @subsubheading Synopsis
35860
35861 @smallexample
35862 -target-file-get @var{targetfile} @var{hostfile}
35863 @end smallexample
35864
35865 Copy file @var{targetfile} from the target system to @var{hostfile}
35866 on the host system.
35867
35868 @subsubheading @value{GDBN} Command
35869
35870 The corresponding @value{GDBN} command is @samp{remote get}.
35871
35872 @subsubheading Example
35873
35874 @smallexample
35875 (gdb)
35876 -target-file-get remotefile localfile
35877 ^done
35878 (gdb)
35879 @end smallexample
35880
35881
35882 @subheading The @code{-target-file-delete} Command
35883 @findex -target-file-delete
35884
35885 @subsubheading Synopsis
35886
35887 @smallexample
35888 -target-file-delete @var{targetfile}
35889 @end smallexample
35890
35891 Delete @var{targetfile} from the target system.
35892
35893 @subsubheading @value{GDBN} Command
35894
35895 The corresponding @value{GDBN} command is @samp{remote delete}.
35896
35897 @subsubheading Example
35898
35899 @smallexample
35900 (gdb)
35901 -target-file-delete remotefile
35902 ^done
35903 (gdb)
35904 @end smallexample
35905
35906
35907 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35908 @node GDB/MI Ada Exceptions Commands
35909 @section Ada Exceptions @sc{gdb/mi} Commands
35910
35911 @subheading The @code{-info-ada-exceptions} Command
35912 @findex -info-ada-exceptions
35913
35914 @subsubheading Synopsis
35915
35916 @smallexample
35917 -info-ada-exceptions [ @var{regexp}]
35918 @end smallexample
35919
35920 List all Ada exceptions defined within the program being debugged.
35921 With a regular expression @var{regexp}, only those exceptions whose
35922 names match @var{regexp} are listed.
35923
35924 @subsubheading @value{GDBN} Command
35925
35926 The corresponding @value{GDBN} command is @samp{info exceptions}.
35927
35928 @subsubheading Result
35929
35930 The result is a table of Ada exceptions. The following columns are
35931 defined for each exception:
35932
35933 @table @samp
35934 @item name
35935 The name of the exception.
35936
35937 @item address
35938 The address of the exception.
35939
35940 @end table
35941
35942 @subsubheading Example
35943
35944 @smallexample
35945 -info-ada-exceptions aint
35946 ^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
35947 hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
35948 @{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
35949 body=[@{name="constraint_error",address="0x0000000000613da0"@},
35950 @{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
35951 @end smallexample
35952
35953 @subheading Catching Ada Exceptions
35954
35955 The commands describing how to ask @value{GDBN} to stop when a program
35956 raises an exception are described at @ref{Ada Exception GDB/MI
35957 Catchpoint Commands}.
35958
35959
35960 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35961 @node GDB/MI Support Commands
35962 @section @sc{gdb/mi} Support Commands
35963
35964 Since new commands and features get regularly added to @sc{gdb/mi},
35965 some commands are available to help front-ends query the debugger
35966 about support for these capabilities. Similarly, it is also possible
35967 to query @value{GDBN} about target support of certain features.
35968
35969 @subheading The @code{-info-gdb-mi-command} Command
35970 @cindex @code{-info-gdb-mi-command}
35971 @findex -info-gdb-mi-command
35972
35973 @subsubheading Synopsis
35974
35975 @smallexample
35976 -info-gdb-mi-command @var{cmd_name}
35977 @end smallexample
35978
35979 Query support for the @sc{gdb/mi} command named @var{cmd_name}.
35980
35981 Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
35982 is technically not part of the command name (@pxref{GDB/MI Input
35983 Syntax}), and thus should be omitted in @var{cmd_name}. However,
35984 for ease of use, this command also accepts the form with the leading
35985 dash.
35986
35987 @subsubheading @value{GDBN} Command
35988
35989 There is no corresponding @value{GDBN} command.
35990
35991 @subsubheading Result
35992
35993 The result is a tuple. There is currently only one field:
35994
35995 @table @samp
35996 @item exists
35997 This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
35998 @code{"false"} otherwise.
35999
36000 @end table
36001
36002 @subsubheading Example
36003
36004 Here is an example where the @sc{gdb/mi} command does not exist:
36005
36006 @smallexample
36007 -info-gdb-mi-command unsupported-command
36008 ^done,command=@{exists="false"@}
36009 @end smallexample
36010
36011 @noindent
36012 And here is an example where the @sc{gdb/mi} command is known
36013 to the debugger:
36014
36015 @smallexample
36016 -info-gdb-mi-command symbol-list-lines
36017 ^done,command=@{exists="true"@}
36018 @end smallexample
36019
36020 @subheading The @code{-list-features} Command
36021 @findex -list-features
36022 @cindex supported @sc{gdb/mi} features, list
36023
36024 Returns a list of particular features of the MI protocol that
36025 this version of gdb implements. A feature can be a command,
36026 or a new field in an output of some command, or even an
36027 important bugfix. While a frontend can sometimes detect presence
36028 of a feature at runtime, it is easier to perform detection at debugger
36029 startup.
36030
36031 The command returns a list of strings, with each string naming an
36032 available feature. Each returned string is just a name, it does not
36033 have any internal structure. The list of possible feature names
36034 is given below.
36035
36036 Example output:
36037
36038 @smallexample
36039 (gdb) -list-features
36040 ^done,result=["feature1","feature2"]
36041 @end smallexample
36042
36043 The current list of features is:
36044
36045 @ftable @samp
36046 @item frozen-varobjs
36047 Indicates support for the @code{-var-set-frozen} command, as well
36048 as possible presence of the @code{frozen} field in the output
36049 of @code{-varobj-create}.
36050 @item pending-breakpoints
36051 Indicates support for the @option{-f} option to the @code{-break-insert}
36052 command.
36053 @item python
36054 Indicates Python scripting support, Python-based
36055 pretty-printing commands, and possible presence of the
36056 @samp{display_hint} field in the output of @code{-var-list-children}
36057 @item thread-info
36058 Indicates support for the @code{-thread-info} command.
36059 @item data-read-memory-bytes
36060 Indicates support for the @code{-data-read-memory-bytes} and the
36061 @code{-data-write-memory-bytes} commands.
36062 @item breakpoint-notifications
36063 Indicates that changes to breakpoints and breakpoints created via the
36064 CLI will be announced via async records.
36065 @item ada-task-info
36066 Indicates support for the @code{-ada-task-info} command.
36067 @item language-option
36068 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
36069 option (@pxref{Context management}).
36070 @item info-gdb-mi-command
36071 Indicates support for the @code{-info-gdb-mi-command} command.
36072 @item undefined-command-error-code
36073 Indicates support for the "undefined-command" error code in error result
36074 records, produced when trying to execute an undefined @sc{gdb/mi} command
36075 (@pxref{GDB/MI Result Records}).
36076 @item exec-run-start-option
36077 Indicates that the @code{-exec-run} command supports the @option{--start}
36078 option (@pxref{GDB/MI Program Execution}).
36079 @item data-disassemble-a-option
36080 Indicates that the @code{-data-disassemble} command supports the @option{-a}
36081 option (@pxref{GDB/MI Data Manipulation}).
36082 @end ftable
36083
36084 @subheading The @code{-list-target-features} Command
36085 @findex -list-target-features
36086
36087 Returns a list of particular features that are supported by the
36088 target. Those features affect the permitted MI commands, but
36089 unlike the features reported by the @code{-list-features} command, the
36090 features depend on which target GDB is using at the moment. Whenever
36091 a target can change, due to commands such as @code{-target-select},
36092 @code{-target-attach} or @code{-exec-run}, the list of target features
36093 may change, and the frontend should obtain it again.
36094 Example output:
36095
36096 @smallexample
36097 (gdb) -list-target-features
36098 ^done,result=["async"]
36099 @end smallexample
36100
36101 The current list of features is:
36102
36103 @table @samp
36104 @item async
36105 Indicates that the target is capable of asynchronous command
36106 execution, which means that @value{GDBN} will accept further commands
36107 while the target is running.
36108
36109 @item reverse
36110 Indicates that the target is capable of reverse execution.
36111 @xref{Reverse Execution}, for more information.
36112
36113 @end table
36114
36115 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36116 @node GDB/MI Miscellaneous Commands
36117 @section Miscellaneous @sc{gdb/mi} Commands
36118
36119 @c @subheading -gdb-complete
36120
36121 @subheading The @code{-gdb-exit} Command
36122 @findex -gdb-exit
36123
36124 @subsubheading Synopsis
36125
36126 @smallexample
36127 -gdb-exit
36128 @end smallexample
36129
36130 Exit @value{GDBN} immediately.
36131
36132 @subsubheading @value{GDBN} Command
36133
36134 Approximately corresponds to @samp{quit}.
36135
36136 @subsubheading Example
36137
36138 @smallexample
36139 (gdb)
36140 -gdb-exit
36141 ^exit
36142 @end smallexample
36143
36144
36145 @ignore
36146 @subheading The @code{-exec-abort} Command
36147 @findex -exec-abort
36148
36149 @subsubheading Synopsis
36150
36151 @smallexample
36152 -exec-abort
36153 @end smallexample
36154
36155 Kill the inferior running program.
36156
36157 @subsubheading @value{GDBN} Command
36158
36159 The corresponding @value{GDBN} command is @samp{kill}.
36160
36161 @subsubheading Example
36162 N.A.
36163 @end ignore
36164
36165
36166 @subheading The @code{-gdb-set} Command
36167 @findex -gdb-set
36168
36169 @subsubheading Synopsis
36170
36171 @smallexample
36172 -gdb-set
36173 @end smallexample
36174
36175 Set an internal @value{GDBN} variable.
36176 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
36177
36178 @subsubheading @value{GDBN} Command
36179
36180 The corresponding @value{GDBN} command is @samp{set}.
36181
36182 @subsubheading Example
36183
36184 @smallexample
36185 (gdb)
36186 -gdb-set $foo=3
36187 ^done
36188 (gdb)
36189 @end smallexample
36190
36191
36192 @subheading The @code{-gdb-show} Command
36193 @findex -gdb-show
36194
36195 @subsubheading Synopsis
36196
36197 @smallexample
36198 -gdb-show
36199 @end smallexample
36200
36201 Show the current value of a @value{GDBN} variable.
36202
36203 @subsubheading @value{GDBN} Command
36204
36205 The corresponding @value{GDBN} command is @samp{show}.
36206
36207 @subsubheading Example
36208
36209 @smallexample
36210 (gdb)
36211 -gdb-show annotate
36212 ^done,value="0"
36213 (gdb)
36214 @end smallexample
36215
36216 @c @subheading -gdb-source
36217
36218
36219 @subheading The @code{-gdb-version} Command
36220 @findex -gdb-version
36221
36222 @subsubheading Synopsis
36223
36224 @smallexample
36225 -gdb-version
36226 @end smallexample
36227
36228 Show version information for @value{GDBN}. Used mostly in testing.
36229
36230 @subsubheading @value{GDBN} Command
36231
36232 The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
36233 default shows this information when you start an interactive session.
36234
36235 @subsubheading Example
36236
36237 @c This example modifies the actual output from GDB to avoid overfull
36238 @c box in TeX.
36239 @smallexample
36240 (gdb)
36241 -gdb-version
36242 ~GNU gdb 5.2.1
36243 ~Copyright 2000 Free Software Foundation, Inc.
36244 ~GDB is free software, covered by the GNU General Public License, and
36245 ~you are welcome to change it and/or distribute copies of it under
36246 ~ certain conditions.
36247 ~Type "show copying" to see the conditions.
36248 ~There is absolutely no warranty for GDB. Type "show warranty" for
36249 ~ details.
36250 ~This GDB was configured as
36251 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
36252 ^done
36253 (gdb)
36254 @end smallexample
36255
36256 @subheading The @code{-list-thread-groups} Command
36257 @findex -list-thread-groups
36258
36259 @subheading Synopsis
36260
36261 @smallexample
36262 -list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
36263 @end smallexample
36264
36265 Lists thread groups (@pxref{Thread groups}). When a single thread
36266 group is passed as the argument, lists the children of that group.
36267 When several thread group are passed, lists information about those
36268 thread groups. Without any parameters, lists information about all
36269 top-level thread groups.
36270
36271 Normally, thread groups that are being debugged are reported.
36272 With the @samp{--available} option, @value{GDBN} reports thread groups
36273 available on the target.
36274
36275 The output of this command may have either a @samp{threads} result or
36276 a @samp{groups} result. The @samp{thread} result has a list of tuples
36277 as value, with each tuple describing a thread (@pxref{GDB/MI Thread
36278 Information}). The @samp{groups} result has a list of tuples as value,
36279 each tuple describing a thread group. If top-level groups are
36280 requested (that is, no parameter is passed), or when several groups
36281 are passed, the output always has a @samp{groups} result. The format
36282 of the @samp{group} result is described below.
36283
36284 To reduce the number of roundtrips it's possible to list thread groups
36285 together with their children, by passing the @samp{--recurse} option
36286 and the recursion depth. Presently, only recursion depth of 1 is
36287 permitted. If this option is present, then every reported thread group
36288 will also include its children, either as @samp{group} or
36289 @samp{threads} field.
36290
36291 In general, any combination of option and parameters is permitted, with
36292 the following caveats:
36293
36294 @itemize @bullet
36295 @item
36296 When a single thread group is passed, the output will typically
36297 be the @samp{threads} result. Because threads may not contain
36298 anything, the @samp{recurse} option will be ignored.
36299
36300 @item
36301 When the @samp{--available} option is passed, limited information may
36302 be available. In particular, the list of threads of a process might
36303 be inaccessible. Further, specifying specific thread groups might
36304 not give any performance advantage over listing all thread groups.
36305 The frontend should assume that @samp{-list-thread-groups --available}
36306 is always an expensive operation and cache the results.
36307
36308 @end itemize
36309
36310 The @samp{groups} result is a list of tuples, where each tuple may
36311 have the following fields:
36312
36313 @table @code
36314 @item id
36315 Identifier of the thread group. This field is always present.
36316 The identifier is an opaque string; frontends should not try to
36317 convert it to an integer, even though it might look like one.
36318
36319 @item type
36320 The type of the thread group. At present, only @samp{process} is a
36321 valid type.
36322
36323 @item pid
36324 The target-specific process identifier. This field is only present
36325 for thread groups of type @samp{process} and only if the process exists.
36326
36327 @item exit-code
36328 The exit code of this group's last exited thread, formatted in octal.
36329 This field is only present for thread groups of type @samp{process} and
36330 only if the process is not running.
36331
36332 @item num_children
36333 The number of children this thread group has. This field may be
36334 absent for an available thread group.
36335
36336 @item threads
36337 This field has a list of tuples as value, each tuple describing a
36338 thread. It may be present if the @samp{--recurse} option is
36339 specified, and it's actually possible to obtain the threads.
36340
36341 @item cores
36342 This field is a list of integers, each identifying a core that one
36343 thread of the group is running on. This field may be absent if
36344 such information is not available.
36345
36346 @item executable
36347 The name of the executable file that corresponds to this thread group.
36348 The field is only present for thread groups of type @samp{process},
36349 and only if there is a corresponding executable file.
36350
36351 @end table
36352
36353 @subheading Example
36354
36355 @smallexample
36356 @value{GDBP}
36357 -list-thread-groups
36358 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
36359 -list-thread-groups 17
36360 ^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
36361 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
36362 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
36363 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
36364 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
36365 -list-thread-groups --available
36366 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
36367 -list-thread-groups --available --recurse 1
36368 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36369 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36370 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
36371 -list-thread-groups --available --recurse 1 17 18
36372 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36373 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36374 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
36375 @end smallexample
36376
36377 @subheading The @code{-info-os} Command
36378 @findex -info-os
36379
36380 @subsubheading Synopsis
36381
36382 @smallexample
36383 -info-os [ @var{type} ]
36384 @end smallexample
36385
36386 If no argument is supplied, the command returns a table of available
36387 operating-system-specific information types. If one of these types is
36388 supplied as an argument @var{type}, then the command returns a table
36389 of data of that type.
36390
36391 The types of information available depend on the target operating
36392 system.
36393
36394 @subsubheading @value{GDBN} Command
36395
36396 The corresponding @value{GDBN} command is @samp{info os}.
36397
36398 @subsubheading Example
36399
36400 When run on a @sc{gnu}/Linux system, the output will look something
36401 like this:
36402
36403 @smallexample
36404 @value{GDBP}
36405 -info-os
36406 ^done,OSDataTable=@{nr_rows="10",nr_cols="3",
36407 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
36408 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
36409 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
36410 body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
36411 col2="CPUs"@},
36412 item=@{col0="files",col1="Listing of all file descriptors",
36413 col2="File descriptors"@},
36414 item=@{col0="modules",col1="Listing of all loaded kernel modules",
36415 col2="Kernel modules"@},
36416 item=@{col0="msg",col1="Listing of all message queues",
36417 col2="Message queues"@},
36418 item=@{col0="processes",col1="Listing of all processes",
36419 col2="Processes"@},
36420 item=@{col0="procgroups",col1="Listing of all process groups",
36421 col2="Process groups"@},
36422 item=@{col0="semaphores",col1="Listing of all semaphores",
36423 col2="Semaphores"@},
36424 item=@{col0="shm",col1="Listing of all shared-memory regions",
36425 col2="Shared-memory regions"@},
36426 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
36427 col2="Sockets"@},
36428 item=@{col0="threads",col1="Listing of all threads",
36429 col2="Threads"@}]
36430 @value{GDBP}
36431 -info-os processes
36432 ^done,OSDataTable=@{nr_rows="190",nr_cols="4",
36433 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
36434 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
36435 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
36436 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
36437 body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
36438 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
36439 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
36440 ...
36441 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
36442 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
36443 (gdb)
36444 @end smallexample
36445
36446 (Note that the MI output here includes a @code{"Title"} column that
36447 does not appear in command-line @code{info os}; this column is useful
36448 for MI clients that want to enumerate the types of data, such as in a
36449 popup menu, but is needless clutter on the command line, and
36450 @code{info os} omits it.)
36451
36452 @subheading The @code{-add-inferior} Command
36453 @findex -add-inferior
36454
36455 @subheading Synopsis
36456
36457 @smallexample
36458 -add-inferior
36459 @end smallexample
36460
36461 Creates a new inferior (@pxref{Inferiors Connections and Programs}). The created
36462 inferior is not associated with any executable. Such association may
36463 be established with the @samp{-file-exec-and-symbols} command
36464 (@pxref{GDB/MI File Commands}). The command response has a single
36465 field, @samp{inferior}, whose value is the identifier of the
36466 thread group corresponding to the new inferior.
36467
36468 @subheading Example
36469
36470 @smallexample
36471 @value{GDBP}
36472 -add-inferior
36473 ^done,inferior="i3"
36474 @end smallexample
36475
36476 @subheading The @code{-interpreter-exec} Command
36477 @findex -interpreter-exec
36478
36479 @subheading Synopsis
36480
36481 @smallexample
36482 -interpreter-exec @var{interpreter} @var{command}
36483 @end smallexample
36484 @anchor{-interpreter-exec}
36485
36486 Execute the specified @var{command} in the given @var{interpreter}.
36487
36488 @subheading @value{GDBN} Command
36489
36490 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
36491
36492 @subheading Example
36493
36494 @smallexample
36495 (gdb)
36496 -interpreter-exec console "break main"
36497 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
36498 &"During symbol reading, bad structure-type format.\n"
36499 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
36500 ^done
36501 (gdb)
36502 @end smallexample
36503
36504 @subheading The @code{-inferior-tty-set} Command
36505 @findex -inferior-tty-set
36506
36507 @subheading Synopsis
36508
36509 @smallexample
36510 -inferior-tty-set /dev/pts/1
36511 @end smallexample
36512
36513 Set terminal for future runs of the program being debugged.
36514
36515 @subheading @value{GDBN} Command
36516
36517 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
36518
36519 @subheading Example
36520
36521 @smallexample
36522 (gdb)
36523 -inferior-tty-set /dev/pts/1
36524 ^done
36525 (gdb)
36526 @end smallexample
36527
36528 @subheading The @code{-inferior-tty-show} Command
36529 @findex -inferior-tty-show
36530
36531 @subheading Synopsis
36532
36533 @smallexample
36534 -inferior-tty-show
36535 @end smallexample
36536
36537 Show terminal for future runs of program being debugged.
36538
36539 @subheading @value{GDBN} Command
36540
36541 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
36542
36543 @subheading Example
36544
36545 @smallexample
36546 (gdb)
36547 -inferior-tty-set /dev/pts/1
36548 ^done
36549 (gdb)
36550 -inferior-tty-show
36551 ^done,inferior_tty_terminal="/dev/pts/1"
36552 (gdb)
36553 @end smallexample
36554
36555 @subheading The @code{-enable-timings} Command
36556 @findex -enable-timings
36557
36558 @subheading Synopsis
36559
36560 @smallexample
36561 -enable-timings [yes | no]
36562 @end smallexample
36563
36564 Toggle the printing of the wallclock, user and system times for an MI
36565 command as a field in its output. This command is to help frontend
36566 developers optimize the performance of their code. No argument is
36567 equivalent to @samp{yes}.
36568
36569 @subheading @value{GDBN} Command
36570
36571 No equivalent.
36572
36573 @subheading Example
36574
36575 @smallexample
36576 (gdb)
36577 -enable-timings
36578 ^done
36579 (gdb)
36580 -break-insert main
36581 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
36582 addr="0x080484ed",func="main",file="myprog.c",
36583 fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
36584 times="0"@},
36585 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
36586 (gdb)
36587 -enable-timings no
36588 ^done
36589 (gdb)
36590 -exec-run
36591 ^running
36592 (gdb)
36593 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
36594 frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
36595 @{name="argv",value="0xbfb60364"@}],file="myprog.c",
36596 fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
36597 (gdb)
36598 @end smallexample
36599
36600 @subheading The @code{-complete} Command
36601 @findex -complete
36602
36603 @subheading Synopsis
36604
36605 @smallexample
36606 -complete @var{command}
36607 @end smallexample
36608
36609 Show a list of completions for partially typed CLI @var{command}.
36610
36611 This command is intended for @sc{gdb/mi} frontends that cannot use two separate
36612 CLI and MI channels --- for example: because of lack of PTYs like on Windows or
36613 because @value{GDBN} is used remotely via a SSH connection.
36614
36615 @subheading Result
36616
36617 The result consists of two or three fields:
36618
36619 @table @samp
36620 @item completion
36621 This field contains the completed @var{command}. If @var{command}
36622 has no known completions, this field is omitted.
36623
36624 @item matches
36625 This field contains a (possibly empty) array of matches. It is always present.
36626
36627 @item max_completions_reached
36628 This field contains @code{1} if number of known completions is above
36629 @code{max-completions} limit (@pxref{Completion}), otherwise it contains
36630 @code{0}. It is always present.
36631
36632 @end table
36633
36634 @subheading @value{GDBN} Command
36635
36636 The corresponding @value{GDBN} command is @samp{complete}.
36637
36638 @subheading Example
36639
36640 @smallexample
36641 (gdb)
36642 -complete br
36643 ^done,completion="break",
36644 matches=["break","break-range"],
36645 max_completions_reached="0"
36646 (gdb)
36647 -complete "b ma"
36648 ^done,completion="b ma",
36649 matches=["b madvise","b main"],max_completions_reached="0"
36650 (gdb)
36651 -complete "b push_b"
36652 ^done,completion="b push_back(",
36653 matches=[
36654 "b A::push_back(void*)",
36655 "b std::string::push_back(char)",
36656 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
36657 max_completions_reached="0"
36658 (gdb)
36659 -complete "nonexist"
36660 ^done,matches=[],max_completions_reached="0"
36661 (gdb)
36662
36663 @end smallexample
36664
36665 @node Annotations
36666 @chapter @value{GDBN} Annotations
36667
36668 This chapter describes annotations in @value{GDBN}. Annotations were
36669 designed to interface @value{GDBN} to graphical user interfaces or other
36670 similar programs which want to interact with @value{GDBN} at a
36671 relatively high level.
36672
36673 The annotation mechanism has largely been superseded by @sc{gdb/mi}
36674 (@pxref{GDB/MI}).
36675
36676 @ignore
36677 This is Edition @value{EDITION}, @value{DATE}.
36678 @end ignore
36679
36680 @menu
36681 * Annotations Overview:: What annotations are; the general syntax.
36682 * Server Prefix:: Issuing a command without affecting user state.
36683 * Prompting:: Annotations marking @value{GDBN}'s need for input.
36684 * Errors:: Annotations for error messages.
36685 * Invalidation:: Some annotations describe things now invalid.
36686 * Annotations for Running::
36687 Whether the program is running, how it stopped, etc.
36688 * Source Annotations:: Annotations describing source code.
36689 @end menu
36690
36691 @node Annotations Overview
36692 @section What is an Annotation?
36693 @cindex annotations
36694
36695 Annotations start with a newline character, two @samp{control-z}
36696 characters, and the name of the annotation. If there is no additional
36697 information associated with this annotation, the name of the annotation
36698 is followed immediately by a newline. If there is additional
36699 information, the name of the annotation is followed by a space, the
36700 additional information, and a newline. The additional information
36701 cannot contain newline characters.
36702
36703 Any output not beginning with a newline and two @samp{control-z}
36704 characters denotes literal output from @value{GDBN}. Currently there is
36705 no need for @value{GDBN} to output a newline followed by two
36706 @samp{control-z} characters, but if there was such a need, the
36707 annotations could be extended with an @samp{escape} annotation which
36708 means those three characters as output.
36709
36710 The annotation @var{level}, which is specified using the
36711 @option{--annotate} command line option (@pxref{Mode Options}), controls
36712 how much information @value{GDBN} prints together with its prompt,
36713 values of expressions, source lines, and other types of output. Level 0
36714 is for no annotations, level 1 is for use when @value{GDBN} is run as a
36715 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
36716 for programs that control @value{GDBN}, and level 2 annotations have
36717 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
36718 Interface, annotate, GDB's Obsolete Annotations}).
36719
36720 @table @code
36721 @kindex set annotate
36722 @item set annotate @var{level}
36723 The @value{GDBN} command @code{set annotate} sets the level of
36724 annotations to the specified @var{level}.
36725
36726 @item show annotate
36727 @kindex show annotate
36728 Show the current annotation level.
36729 @end table
36730
36731 This chapter describes level 3 annotations.
36732
36733 A simple example of starting up @value{GDBN} with annotations is:
36734
36735 @smallexample
36736 $ @kbd{gdb --annotate=3}
36737 GNU gdb 6.0
36738 Copyright 2003 Free Software Foundation, Inc.
36739 GDB is free software, covered by the GNU General Public License,
36740 and you are welcome to change it and/or distribute copies of it
36741 under certain conditions.
36742 Type "show copying" to see the conditions.
36743 There is absolutely no warranty for GDB. Type "show warranty"
36744 for details.
36745 This GDB was configured as "i386-pc-linux-gnu"
36746
36747 ^Z^Zpre-prompt
36748 (@value{GDBP})
36749 ^Z^Zprompt
36750 @kbd{quit}
36751
36752 ^Z^Zpost-prompt
36753 $
36754 @end smallexample
36755
36756 Here @samp{quit} is input to @value{GDBN}; the rest is output from
36757 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
36758 denotes a @samp{control-z} character) are annotations; the rest is
36759 output from @value{GDBN}.
36760
36761 @node Server Prefix
36762 @section The Server Prefix
36763 @cindex server prefix
36764
36765 If you prefix a command with @samp{server } then it will not affect
36766 the command history, nor will it affect @value{GDBN}'s notion of which
36767 command to repeat if @key{RET} is pressed on a line by itself. This
36768 means that commands can be run behind a user's back by a front-end in
36769 a transparent manner.
36770
36771 The @code{server } prefix does not affect the recording of values into
36772 the value history; to print a value without recording it into the
36773 value history, use the @code{output} command instead of the
36774 @code{print} command.
36775
36776 Using this prefix also disables confirmation requests
36777 (@pxref{confirmation requests}).
36778
36779 @node Prompting
36780 @section Annotation for @value{GDBN} Input
36781
36782 @cindex annotations for prompts
36783 When @value{GDBN} prompts for input, it annotates this fact so it is possible
36784 to know when to send output, when the output from a given command is
36785 over, etc.
36786
36787 Different kinds of input each have a different @dfn{input type}. Each
36788 input type has three annotations: a @code{pre-} annotation, which
36789 denotes the beginning of any prompt which is being output, a plain
36790 annotation, which denotes the end of the prompt, and then a @code{post-}
36791 annotation which denotes the end of any echo which may (or may not) be
36792 associated with the input. For example, the @code{prompt} input type
36793 features the following annotations:
36794
36795 @smallexample
36796 ^Z^Zpre-prompt
36797 ^Z^Zprompt
36798 ^Z^Zpost-prompt
36799 @end smallexample
36800
36801 The input types are
36802
36803 @table @code
36804 @findex pre-prompt annotation
36805 @findex prompt annotation
36806 @findex post-prompt annotation
36807 @item prompt
36808 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
36809
36810 @findex pre-commands annotation
36811 @findex commands annotation
36812 @findex post-commands annotation
36813 @item commands
36814 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
36815 command. The annotations are repeated for each command which is input.
36816
36817 @findex pre-overload-choice annotation
36818 @findex overload-choice annotation
36819 @findex post-overload-choice annotation
36820 @item overload-choice
36821 When @value{GDBN} wants the user to select between various overloaded functions.
36822
36823 @findex pre-query annotation
36824 @findex query annotation
36825 @findex post-query annotation
36826 @item query
36827 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
36828
36829 @findex pre-prompt-for-continue annotation
36830 @findex prompt-for-continue annotation
36831 @findex post-prompt-for-continue annotation
36832 @item prompt-for-continue
36833 When @value{GDBN} is asking the user to press return to continue. Note: Don't
36834 expect this to work well; instead use @code{set height 0} to disable
36835 prompting. This is because the counting of lines is buggy in the
36836 presence of annotations.
36837 @end table
36838
36839 @node Errors
36840 @section Errors
36841 @cindex annotations for errors, warnings and interrupts
36842
36843 @findex quit annotation
36844 @smallexample
36845 ^Z^Zquit
36846 @end smallexample
36847
36848 This annotation occurs right before @value{GDBN} responds to an interrupt.
36849
36850 @findex error annotation
36851 @smallexample
36852 ^Z^Zerror
36853 @end smallexample
36854
36855 This annotation occurs right before @value{GDBN} responds to an error.
36856
36857 Quit and error annotations indicate that any annotations which @value{GDBN} was
36858 in the middle of may end abruptly. For example, if a
36859 @code{value-history-begin} annotation is followed by a @code{error}, one
36860 cannot expect to receive the matching @code{value-history-end}. One
36861 cannot expect not to receive it either, however; an error annotation
36862 does not necessarily mean that @value{GDBN} is immediately returning all the way
36863 to the top level.
36864
36865 @findex error-begin annotation
36866 A quit or error annotation may be preceded by
36867
36868 @smallexample
36869 ^Z^Zerror-begin
36870 @end smallexample
36871
36872 Any output between that and the quit or error annotation is the error
36873 message.
36874
36875 Warning messages are not yet annotated.
36876 @c If we want to change that, need to fix warning(), type_error(),
36877 @c range_error(), and possibly other places.
36878
36879 @node Invalidation
36880 @section Invalidation Notices
36881
36882 @cindex annotations for invalidation messages
36883 The following annotations say that certain pieces of state may have
36884 changed.
36885
36886 @table @code
36887 @findex frames-invalid annotation
36888 @item ^Z^Zframes-invalid
36889
36890 The frames (for example, output from the @code{backtrace} command) may
36891 have changed.
36892
36893 @findex breakpoints-invalid annotation
36894 @item ^Z^Zbreakpoints-invalid
36895
36896 The breakpoints may have changed. For example, the user just added or
36897 deleted a breakpoint.
36898 @end table
36899
36900 @node Annotations for Running
36901 @section Running the Program
36902 @cindex annotations for running programs
36903
36904 @findex starting annotation
36905 @findex stopping annotation
36906 When the program starts executing due to a @value{GDBN} command such as
36907 @code{step} or @code{continue},
36908
36909 @smallexample
36910 ^Z^Zstarting
36911 @end smallexample
36912
36913 is output. When the program stops,
36914
36915 @smallexample
36916 ^Z^Zstopped
36917 @end smallexample
36918
36919 is output. Before the @code{stopped} annotation, a variety of
36920 annotations describe how the program stopped.
36921
36922 @table @code
36923 @findex exited annotation
36924 @item ^Z^Zexited @var{exit-status}
36925 The program exited, and @var{exit-status} is the exit status (zero for
36926 successful exit, otherwise nonzero).
36927
36928 @findex signalled annotation
36929 @findex signal-name annotation
36930 @findex signal-name-end annotation
36931 @findex signal-string annotation
36932 @findex signal-string-end annotation
36933 @item ^Z^Zsignalled
36934 The program exited with a signal. After the @code{^Z^Zsignalled}, the
36935 annotation continues:
36936
36937 @smallexample
36938 @var{intro-text}
36939 ^Z^Zsignal-name
36940 @var{name}
36941 ^Z^Zsignal-name-end
36942 @var{middle-text}
36943 ^Z^Zsignal-string
36944 @var{string}
36945 ^Z^Zsignal-string-end
36946 @var{end-text}
36947 @end smallexample
36948
36949 @noindent
36950 where @var{name} is the name of the signal, such as @code{SIGILL} or
36951 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
36952 as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
36953 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
36954 user's benefit and have no particular format.
36955
36956 @findex signal annotation
36957 @item ^Z^Zsignal
36958 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
36959 just saying that the program received the signal, not that it was
36960 terminated with it.
36961
36962 @findex breakpoint annotation
36963 @item ^Z^Zbreakpoint @var{number}
36964 The program hit breakpoint number @var{number}.
36965
36966 @findex watchpoint annotation
36967 @item ^Z^Zwatchpoint @var{number}
36968 The program hit watchpoint number @var{number}.
36969 @end table
36970
36971 @node Source Annotations
36972 @section Displaying Source
36973 @cindex annotations for source display
36974
36975 @findex source annotation
36976 The following annotation is used instead of displaying source code:
36977
36978 @smallexample
36979 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
36980 @end smallexample
36981
36982 where @var{filename} is an absolute file name indicating which source
36983 file, @var{line} is the line number within that file (where 1 is the
36984 first line in the file), @var{character} is the character position
36985 within the file (where 0 is the first character in the file) (for most
36986 debug formats this will necessarily point to the beginning of a line),
36987 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
36988 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
36989 @var{addr} is the address in the target program associated with the
36990 source which is being displayed. The @var{addr} is in the form @samp{0x}
36991 followed by one or more lowercase hex digits (note that this does not
36992 depend on the language).
36993
36994 @node JIT Interface
36995 @chapter JIT Compilation Interface
36996 @cindex just-in-time compilation
36997 @cindex JIT compilation interface
36998
36999 This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
37000 interface. A JIT compiler is a program or library that generates native
37001 executable code at runtime and executes it, usually in order to achieve good
37002 performance while maintaining platform independence.
37003
37004 Programs that use JIT compilation are normally difficult to debug because
37005 portions of their code are generated at runtime, instead of being loaded from
37006 object files, which is where @value{GDBN} normally finds the program's symbols
37007 and debug information. In order to debug programs that use JIT compilation,
37008 @value{GDBN} has an interface that allows the program to register in-memory
37009 symbol files with @value{GDBN} at runtime.
37010
37011 If you are using @value{GDBN} to debug a program that uses this interface, then
37012 it should work transparently so long as you have not stripped the binary. If
37013 you are developing a JIT compiler, then the interface is documented in the rest
37014 of this chapter. At this time, the only known client of this interface is the
37015 LLVM JIT.
37016
37017 Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
37018 JIT compiler communicates with @value{GDBN} by writing data into a global
37019 variable and calling a function at a well-known symbol. When @value{GDBN}
37020 attaches, it reads a linked list of symbol files from the global variable to
37021 find existing code, and puts a breakpoint in the function so that it can find
37022 out about additional code.
37023
37024 @menu
37025 * Declarations:: Relevant C struct declarations
37026 * Registering Code:: Steps to register code
37027 * Unregistering Code:: Steps to unregister code
37028 * Custom Debug Info:: Emit debug information in a custom format
37029 @end menu
37030
37031 @node Declarations
37032 @section JIT Declarations
37033
37034 These are the relevant struct declarations that a C program should include to
37035 implement the interface:
37036
37037 @smallexample
37038 typedef enum
37039 @{
37040 JIT_NOACTION = 0,
37041 JIT_REGISTER_FN,
37042 JIT_UNREGISTER_FN
37043 @} jit_actions_t;
37044
37045 struct jit_code_entry
37046 @{
37047 struct jit_code_entry *next_entry;
37048 struct jit_code_entry *prev_entry;
37049 const char *symfile_addr;
37050 uint64_t symfile_size;
37051 @};
37052
37053 struct jit_descriptor
37054 @{
37055 uint32_t version;
37056 /* This type should be jit_actions_t, but we use uint32_t
37057 to be explicit about the bitwidth. */
37058 uint32_t action_flag;
37059 struct jit_code_entry *relevant_entry;
37060 struct jit_code_entry *first_entry;
37061 @};
37062
37063 /* GDB puts a breakpoint in this function. */
37064 void __attribute__((noinline)) __jit_debug_register_code() @{ @};
37065
37066 /* Make sure to specify the version statically, because the
37067 debugger may check the version before we can set it. */
37068 struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
37069 @end smallexample
37070
37071 If the JIT is multi-threaded, then it is important that the JIT synchronize any
37072 modifications to this global data properly, which can easily be done by putting
37073 a global mutex around modifications to these structures.
37074
37075 @node Registering Code
37076 @section Registering Code
37077
37078 To register code with @value{GDBN}, the JIT should follow this protocol:
37079
37080 @itemize @bullet
37081 @item
37082 Generate an object file in memory with symbols and other desired debug
37083 information. The file must include the virtual addresses of the sections.
37084
37085 @item
37086 Create a code entry for the file, which gives the start and size of the symbol
37087 file.
37088
37089 @item
37090 Add it to the linked list in the JIT descriptor.
37091
37092 @item
37093 Point the relevant_entry field of the descriptor at the entry.
37094
37095 @item
37096 Set @code{action_flag} to @code{JIT_REGISTER} and call
37097 @code{__jit_debug_register_code}.
37098 @end itemize
37099
37100 When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
37101 @code{relevant_entry} pointer so it doesn't have to walk the list looking for
37102 new code. However, the linked list must still be maintained in order to allow
37103 @value{GDBN} to attach to a running process and still find the symbol files.
37104
37105 @node Unregistering Code
37106 @section Unregistering Code
37107
37108 If code is freed, then the JIT should use the following protocol:
37109
37110 @itemize @bullet
37111 @item
37112 Remove the code entry corresponding to the code from the linked list.
37113
37114 @item
37115 Point the @code{relevant_entry} field of the descriptor at the code entry.
37116
37117 @item
37118 Set @code{action_flag} to @code{JIT_UNREGISTER} and call
37119 @code{__jit_debug_register_code}.
37120 @end itemize
37121
37122 If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
37123 and the JIT will leak the memory used for the associated symbol files.
37124
37125 @node Custom Debug Info
37126 @section Custom Debug Info
37127 @cindex custom JIT debug info
37128 @cindex JIT debug info reader
37129
37130 Generating debug information in platform-native file formats (like ELF
37131 or COFF) may be an overkill for JIT compilers; especially if all the
37132 debug info is used for is displaying a meaningful backtrace. The
37133 issue can be resolved by having the JIT writers decide on a debug info
37134 format and also provide a reader that parses the debug info generated
37135 by the JIT compiler. This section gives a brief overview on writing
37136 such a parser. More specific details can be found in the source file
37137 @file{gdb/jit-reader.in}, which is also installed as a header at
37138 @file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
37139
37140 The reader is implemented as a shared object (so this functionality is
37141 not available on platforms which don't allow loading shared objects at
37142 runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
37143 @code{jit-reader-unload} are provided, to be used to load and unload
37144 the readers from a preconfigured directory. Once loaded, the shared
37145 object is used the parse the debug information emitted by the JIT
37146 compiler.
37147
37148 @menu
37149 * Using JIT Debug Info Readers:: How to use supplied readers correctly
37150 * Writing JIT Debug Info Readers:: Creating a debug-info reader
37151 @end menu
37152
37153 @node Using JIT Debug Info Readers
37154 @subsection Using JIT Debug Info Readers
37155 @kindex jit-reader-load
37156 @kindex jit-reader-unload
37157
37158 Readers can be loaded and unloaded using the @code{jit-reader-load}
37159 and @code{jit-reader-unload} commands.
37160
37161 @table @code
37162 @item jit-reader-load @var{reader}
37163 Load the JIT reader named @var{reader}, which is a shared
37164 object specified as either an absolute or a relative file name. In
37165 the latter case, @value{GDBN} will try to load the reader from a
37166 pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
37167 system (here @var{libdir} is the system library directory, often
37168 @file{/usr/local/lib}).
37169
37170 Only one reader can be active at a time; trying to load a second
37171 reader when one is already loaded will result in @value{GDBN}
37172 reporting an error. A new JIT reader can be loaded by first unloading
37173 the current one using @code{jit-reader-unload} and then invoking
37174 @code{jit-reader-load}.
37175
37176 @item jit-reader-unload
37177 Unload the currently loaded JIT reader.
37178
37179 @end table
37180
37181 @node Writing JIT Debug Info Readers
37182 @subsection Writing JIT Debug Info Readers
37183 @cindex writing JIT debug info readers
37184
37185 As mentioned, a reader is essentially a shared object conforming to a
37186 certain ABI. This ABI is described in @file{jit-reader.h}.
37187
37188 @file{jit-reader.h} defines the structures, macros and functions
37189 required to write a reader. It is installed (along with
37190 @value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
37191 the system include directory.
37192
37193 Readers need to be released under a GPL compatible license. A reader
37194 can be declared as released under such a license by placing the macro
37195 @code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
37196
37197 The entry point for readers is the symbol @code{gdb_init_reader},
37198 which is expected to be a function with the prototype
37199
37200 @findex gdb_init_reader
37201 @smallexample
37202 extern struct gdb_reader_funcs *gdb_init_reader (void);
37203 @end smallexample
37204
37205 @cindex @code{struct gdb_reader_funcs}
37206
37207 @code{struct gdb_reader_funcs} contains a set of pointers to callback
37208 functions. These functions are executed to read the debug info
37209 generated by the JIT compiler (@code{read}), to unwind stack frames
37210 (@code{unwind}) and to create canonical frame IDs
37211 (@code{get_frame_id}). It also has a callback that is called when the
37212 reader is being unloaded (@code{destroy}). The struct looks like this
37213
37214 @smallexample
37215 struct gdb_reader_funcs
37216 @{
37217 /* Must be set to GDB_READER_INTERFACE_VERSION. */
37218 int reader_version;
37219
37220 /* For use by the reader. */
37221 void *priv_data;
37222
37223 gdb_read_debug_info *read;
37224 gdb_unwind_frame *unwind;
37225 gdb_get_frame_id *get_frame_id;
37226 gdb_destroy_reader *destroy;
37227 @};
37228 @end smallexample
37229
37230 @cindex @code{struct gdb_symbol_callbacks}
37231 @cindex @code{struct gdb_unwind_callbacks}
37232
37233 The callbacks are provided with another set of callbacks by
37234 @value{GDBN} to do their job. For @code{read}, these callbacks are
37235 passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
37236 and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
37237 @code{struct gdb_symbol_callbacks} has callbacks to create new object
37238 files and new symbol tables inside those object files. @code{struct
37239 gdb_unwind_callbacks} has callbacks to read registers off the current
37240 frame and to write out the values of the registers in the previous
37241 frame. Both have a callback (@code{target_read}) to read bytes off the
37242 target's address space.
37243
37244 @node In-Process Agent
37245 @chapter In-Process Agent
37246 @cindex debugging agent
37247 The traditional debugging model is conceptually low-speed, but works fine,
37248 because most bugs can be reproduced in debugging-mode execution. However,
37249 as multi-core or many-core processors are becoming mainstream, and
37250 multi-threaded programs become more and more popular, there should be more
37251 and more bugs that only manifest themselves at normal-mode execution, for
37252 example, thread races, because debugger's interference with the program's
37253 timing may conceal the bugs. On the other hand, in some applications,
37254 it is not feasible for the debugger to interrupt the program's execution
37255 long enough for the developer to learn anything helpful about its behavior.
37256 If the program's correctness depends on its real-time behavior, delays
37257 introduced by a debugger might cause the program to fail, even when the
37258 code itself is correct. It is useful to be able to observe the program's
37259 behavior without interrupting it.
37260
37261 Therefore, traditional debugging model is too intrusive to reproduce
37262 some bugs. In order to reduce the interference with the program, we can
37263 reduce the number of operations performed by debugger. The
37264 @dfn{In-Process Agent}, a shared library, is running within the same
37265 process with inferior, and is able to perform some debugging operations
37266 itself. As a result, debugger is only involved when necessary, and
37267 performance of debugging can be improved accordingly. Note that
37268 interference with program can be reduced but can't be removed completely,
37269 because the in-process agent will still stop or slow down the program.
37270
37271 The in-process agent can interpret and execute Agent Expressions
37272 (@pxref{Agent Expressions}) during performing debugging operations. The
37273 agent expressions can be used for different purposes, such as collecting
37274 data in tracepoints, and condition evaluation in breakpoints.
37275
37276 @anchor{Control Agent}
37277 You can control whether the in-process agent is used as an aid for
37278 debugging with the following commands:
37279
37280 @table @code
37281 @kindex set agent on
37282 @item set agent on
37283 Causes the in-process agent to perform some operations on behalf of the
37284 debugger. Just which operations requested by the user will be done
37285 by the in-process agent depends on the its capabilities. For example,
37286 if you request to evaluate breakpoint conditions in the in-process agent,
37287 and the in-process agent has such capability as well, then breakpoint
37288 conditions will be evaluated in the in-process agent.
37289
37290 @kindex set agent off
37291 @item set agent off
37292 Disables execution of debugging operations by the in-process agent. All
37293 of the operations will be performed by @value{GDBN}.
37294
37295 @kindex show agent
37296 @item show agent
37297 Display the current setting of execution of debugging operations by
37298 the in-process agent.
37299 @end table
37300
37301 @menu
37302 * In-Process Agent Protocol::
37303 @end menu
37304
37305 @node In-Process Agent Protocol
37306 @section In-Process Agent Protocol
37307 @cindex in-process agent protocol
37308
37309 The in-process agent is able to communicate with both @value{GDBN} and
37310 GDBserver (@pxref{In-Process Agent}). This section documents the protocol
37311 used for communications between @value{GDBN} or GDBserver and the IPA.
37312 In general, @value{GDBN} or GDBserver sends commands
37313 (@pxref{IPA Protocol Commands}) and data to in-process agent, and then
37314 in-process agent replies back with the return result of the command, or
37315 some other information. The data sent to in-process agent is composed
37316 of primitive data types, such as 4-byte or 8-byte type, and composite
37317 types, which are called objects (@pxref{IPA Protocol Objects}).
37318
37319 @menu
37320 * IPA Protocol Objects::
37321 * IPA Protocol Commands::
37322 @end menu
37323
37324 @node IPA Protocol Objects
37325 @subsection IPA Protocol Objects
37326 @cindex ipa protocol objects
37327
37328 The commands sent to and results received from agent may contain some
37329 complex data types called @dfn{objects}.
37330
37331 The in-process agent is running on the same machine with @value{GDBN}
37332 or GDBserver, so it doesn't have to handle as much differences between
37333 two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
37334 However, there are still some differences of two ends in two processes:
37335
37336 @enumerate
37337 @item
37338 word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
37339 compiled as a 64-bit executable, while in-process agent is a 32-bit one.
37340 @item
37341 ABI. Some machines may have multiple types of ABI, @value{GDBN} or
37342 GDBserver is compiled with one, and in-process agent is compiled with
37343 the other one.
37344 @end enumerate
37345
37346 Here are the IPA Protocol Objects:
37347
37348 @enumerate
37349 @item
37350 agent expression object. It represents an agent expression
37351 (@pxref{Agent Expressions}).
37352 @anchor{agent expression object}
37353 @item
37354 tracepoint action object. It represents a tracepoint action
37355 (@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
37356 memory, static trace data and to evaluate expression.
37357 @anchor{tracepoint action object}
37358 @item
37359 tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
37360 @anchor{tracepoint object}
37361
37362 @end enumerate
37363
37364 The following table describes important attributes of each IPA protocol
37365 object:
37366
37367 @multitable @columnfractions .30 .20 .50
37368 @headitem Name @tab Size @tab Description
37369 @item @emph{agent expression object} @tab @tab
37370 @item length @tab 4 @tab length of bytes code
37371 @item byte code @tab @var{length} @tab contents of byte code
37372 @item @emph{tracepoint action for collecting memory} @tab @tab
37373 @item 'M' @tab 1 @tab type of tracepoint action
37374 @item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
37375 address of the lowest byte to collect, otherwise @var{addr} is the offset
37376 of @var{basereg} for memory collecting.
37377 @item len @tab 8 @tab length of memory for collecting
37378 @item basereg @tab 4 @tab the register number containing the starting
37379 memory address for collecting.
37380 @item @emph{tracepoint action for collecting registers} @tab @tab
37381 @item 'R' @tab 1 @tab type of tracepoint action
37382 @item @emph{tracepoint action for collecting static trace data} @tab @tab
37383 @item 'L' @tab 1 @tab type of tracepoint action
37384 @item @emph{tracepoint action for expression evaluation} @tab @tab
37385 @item 'X' @tab 1 @tab type of tracepoint action
37386 @item agent expression @tab length of @tab @ref{agent expression object}
37387 @item @emph{tracepoint object} @tab @tab
37388 @item number @tab 4 @tab number of tracepoint
37389 @item address @tab 8 @tab address of tracepoint inserted on
37390 @item type @tab 4 @tab type of tracepoint
37391 @item enabled @tab 1 @tab enable or disable of tracepoint
37392 @item step_count @tab 8 @tab step
37393 @item pass_count @tab 8 @tab pass
37394 @item numactions @tab 4 @tab number of tracepoint actions
37395 @item hit count @tab 8 @tab hit count
37396 @item trace frame usage @tab 8 @tab trace frame usage
37397 @item compiled_cond @tab 8 @tab compiled condition
37398 @item orig_size @tab 8 @tab orig size
37399 @item condition @tab 4 if condition is NULL otherwise length of
37400 @ref{agent expression object}
37401 @tab zero if condition is NULL, otherwise is
37402 @ref{agent expression object}
37403 @item actions @tab variable
37404 @tab numactions number of @ref{tracepoint action object}
37405 @end multitable
37406
37407 @node IPA Protocol Commands
37408 @subsection IPA Protocol Commands
37409 @cindex ipa protocol commands
37410
37411 The spaces in each command are delimiters to ease reading this commands
37412 specification. They don't exist in real commands.
37413
37414 @table @samp
37415
37416 @item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
37417 Installs a new fast tracepoint described by @var{tracepoint_object}
37418 (@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
37419 head of @dfn{jumppad}, which is used to jump to data collection routine
37420 in IPA finally.
37421
37422 Replies:
37423 @table @samp
37424 @item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
37425 @var{target_address} is address of tracepoint in the inferior.
37426 The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
37427 @var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
37428 The @var{fjump} contains a sequence of instructions jump to jumppad entry.
37429 The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
37430 @item E @var{NN}
37431 for an error
37432
37433 @end table
37434
37435 @item close
37436 Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
37437 is about to kill inferiors.
37438
37439 @item qTfSTM
37440 @xref{qTfSTM}.
37441 @item qTsSTM
37442 @xref{qTsSTM}.
37443 @item qTSTMat
37444 @xref{qTSTMat}.
37445 @item probe_marker_at:@var{address}
37446 Asks in-process agent to probe the marker at @var{address}.
37447
37448 Replies:
37449 @table @samp
37450 @item E @var{NN}
37451 for an error
37452 @end table
37453 @item unprobe_marker_at:@var{address}
37454 Asks in-process agent to unprobe the marker at @var{address}.
37455 @end table
37456
37457 @node GDB Bugs
37458 @chapter Reporting Bugs in @value{GDBN}
37459 @cindex bugs in @value{GDBN}
37460 @cindex reporting bugs in @value{GDBN}
37461
37462 Your bug reports play an essential role in making @value{GDBN} reliable.
37463
37464 Reporting a bug may help you by bringing a solution to your problem, or it
37465 may not. But in any case the principal function of a bug report is to help
37466 the entire community by making the next version of @value{GDBN} work better. Bug
37467 reports are your contribution to the maintenance of @value{GDBN}.
37468
37469 In order for a bug report to serve its purpose, you must include the
37470 information that enables us to fix the bug.
37471
37472 @menu
37473 * Bug Criteria:: Have you found a bug?
37474 * Bug Reporting:: How to report bugs
37475 @end menu
37476
37477 @node Bug Criteria
37478 @section Have You Found a Bug?
37479 @cindex bug criteria
37480
37481 If you are not sure whether you have found a bug, here are some guidelines:
37482
37483 @itemize @bullet
37484 @cindex fatal signal
37485 @cindex debugger crash
37486 @cindex crash of debugger
37487 @item
37488 If the debugger gets a fatal signal, for any input whatever, that is a
37489 @value{GDBN} bug. Reliable debuggers never crash.
37490
37491 @cindex error on valid input
37492 @item
37493 If @value{GDBN} produces an error message for valid input, that is a
37494 bug. (Note that if you're cross debugging, the problem may also be
37495 somewhere in the connection to the target.)
37496
37497 @cindex invalid input
37498 @item
37499 If @value{GDBN} does not produce an error message for invalid input,
37500 that is a bug. However, you should note that your idea of
37501 ``invalid input'' might be our idea of ``an extension'' or ``support
37502 for traditional practice''.
37503
37504 @item
37505 If you are an experienced user of debugging tools, your suggestions
37506 for improvement of @value{GDBN} are welcome in any case.
37507 @end itemize
37508
37509 @node Bug Reporting
37510 @section How to Report Bugs
37511 @cindex bug reports
37512 @cindex @value{GDBN} bugs, reporting
37513
37514 A number of companies and individuals offer support for @sc{gnu} products.
37515 If you obtained @value{GDBN} from a support organization, we recommend you
37516 contact that organization first.
37517
37518 You can find contact information for many support companies and
37519 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
37520 distribution.
37521 @c should add a web page ref...
37522
37523 @ifset BUGURL
37524 @ifset BUGURL_DEFAULT
37525 In any event, we also recommend that you submit bug reports for
37526 @value{GDBN}. The preferred method is to submit them directly using
37527 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
37528 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
37529 be used.
37530
37531 @strong{Do not send bug reports to @samp{info-gdb}, or to
37532 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
37533 not want to receive bug reports. Those that do have arranged to receive
37534 @samp{bug-gdb}.
37535
37536 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
37537 serves as a repeater. The mailing list and the newsgroup carry exactly
37538 the same messages. Often people think of posting bug reports to the
37539 newsgroup instead of mailing them. This appears to work, but it has one
37540 problem which can be crucial: a newsgroup posting often lacks a mail
37541 path back to the sender. Thus, if we need to ask for more information,
37542 we may be unable to reach you. For this reason, it is better to send
37543 bug reports to the mailing list.
37544 @end ifset
37545 @ifclear BUGURL_DEFAULT
37546 In any event, we also recommend that you submit bug reports for
37547 @value{GDBN} to @value{BUGURL}.
37548 @end ifclear
37549 @end ifset
37550
37551 The fundamental principle of reporting bugs usefully is this:
37552 @strong{report all the facts}. If you are not sure whether to state a
37553 fact or leave it out, state it!
37554
37555 Often people omit facts because they think they know what causes the
37556 problem and assume that some details do not matter. Thus, you might
37557 assume that the name of the variable you use in an example does not matter.
37558 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
37559 stray memory reference which happens to fetch from the location where that
37560 name is stored in memory; perhaps, if the name were different, the contents
37561 of that location would fool the debugger into doing the right thing despite
37562 the bug. Play it safe and give a specific, complete example. That is the
37563 easiest thing for you to do, and the most helpful.
37564
37565 Keep in mind that the purpose of a bug report is to enable us to fix the
37566 bug. It may be that the bug has been reported previously, but neither
37567 you nor we can know that unless your bug report is complete and
37568 self-contained.
37569
37570 Sometimes people give a few sketchy facts and ask, ``Does this ring a
37571 bell?'' Those bug reports are useless, and we urge everyone to
37572 @emph{refuse to respond to them} except to chide the sender to report
37573 bugs properly.
37574
37575 To enable us to fix the bug, you should include all these things:
37576
37577 @itemize @bullet
37578 @item
37579 The version of @value{GDBN}. @value{GDBN} announces it if you start
37580 with no arguments; you can also print it at any time using @code{show
37581 version}.
37582
37583 Without this, we will not know whether there is any point in looking for
37584 the bug in the current version of @value{GDBN}.
37585
37586 @item
37587 The type of machine you are using, and the operating system name and
37588 version number.
37589
37590 @item
37591 The details of the @value{GDBN} build-time configuration.
37592 @value{GDBN} shows these details if you invoke it with the
37593 @option{--configuration} command-line option, or if you type
37594 @code{show configuration} at @value{GDBN}'s prompt.
37595
37596 @item
37597 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
37598 ``@value{GCC}--2.8.1''.
37599
37600 @item
37601 What compiler (and its version) was used to compile the program you are
37602 debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
37603 C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
37604 to get this information; for other compilers, see the documentation for
37605 those compilers.
37606
37607 @item
37608 The command arguments you gave the compiler to compile your example and
37609 observe the bug. For example, did you use @samp{-O}? To guarantee
37610 you will not omit something important, list them all. A copy of the
37611 Makefile (or the output from make) is sufficient.
37612
37613 If we were to try to guess the arguments, we would probably guess wrong
37614 and then we might not encounter the bug.
37615
37616 @item
37617 A complete input script, and all necessary source files, that will
37618 reproduce the bug.
37619
37620 @item
37621 A description of what behavior you observe that you believe is
37622 incorrect. For example, ``It gets a fatal signal.''
37623
37624 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
37625 will certainly notice it. But if the bug is incorrect output, we might
37626 not notice unless it is glaringly wrong. You might as well not give us
37627 a chance to make a mistake.
37628
37629 Even if the problem you experience is a fatal signal, you should still
37630 say so explicitly. Suppose something strange is going on, such as, your
37631 copy of @value{GDBN} is out of synch, or you have encountered a bug in
37632 the C library on your system. (This has happened!) Your copy might
37633 crash and ours would not. If you told us to expect a crash, then when
37634 ours fails to crash, we would know that the bug was not happening for
37635 us. If you had not told us to expect a crash, then we would not be able
37636 to draw any conclusion from our observations.
37637
37638 @pindex script
37639 @cindex recording a session script
37640 To collect all this information, you can use a session recording program
37641 such as @command{script}, which is available on many Unix systems.
37642 Just run your @value{GDBN} session inside @command{script} and then
37643 include the @file{typescript} file with your bug report.
37644
37645 Another way to record a @value{GDBN} session is to run @value{GDBN}
37646 inside Emacs and then save the entire buffer to a file.
37647
37648 @item
37649 If you wish to suggest changes to the @value{GDBN} source, send us context
37650 diffs. If you even discuss something in the @value{GDBN} source, refer to
37651 it by context, not by line number.
37652
37653 The line numbers in our development sources will not match those in your
37654 sources. Your line numbers would convey no useful information to us.
37655
37656 @end itemize
37657
37658 Here are some things that are not necessary:
37659
37660 @itemize @bullet
37661 @item
37662 A description of the envelope of the bug.
37663
37664 Often people who encounter a bug spend a lot of time investigating
37665 which changes to the input file will make the bug go away and which
37666 changes will not affect it.
37667
37668 This is often time consuming and not very useful, because the way we
37669 will find the bug is by running a single example under the debugger
37670 with breakpoints, not by pure deduction from a series of examples.
37671 We recommend that you save your time for something else.
37672
37673 Of course, if you can find a simpler example to report @emph{instead}
37674 of the original one, that is a convenience for us. Errors in the
37675 output will be easier to spot, running under the debugger will take
37676 less time, and so on.
37677
37678 However, simplification is not vital; if you do not want to do this,
37679 report the bug anyway and send us the entire test case you used.
37680
37681 @item
37682 A patch for the bug.
37683
37684 A patch for the bug does help us if it is a good one. But do not omit
37685 the necessary information, such as the test case, on the assumption that
37686 a patch is all we need. We might see problems with your patch and decide
37687 to fix the problem another way, or we might not understand it at all.
37688
37689 Sometimes with a program as complicated as @value{GDBN} it is very hard to
37690 construct an example that will make the program follow a certain path
37691 through the code. If you do not send us the example, we will not be able
37692 to construct one, so we will not be able to verify that the bug is fixed.
37693
37694 And if we cannot understand what bug you are trying to fix, or why your
37695 patch should be an improvement, we will not install it. A test case will
37696 help us to understand.
37697
37698 @item
37699 A guess about what the bug is or what it depends on.
37700
37701 Such guesses are usually wrong. Even we cannot guess right about such
37702 things without first using the debugger to find the facts.
37703 @end itemize
37704
37705 @c The readline documentation is distributed with the readline code
37706 @c and consists of the two following files:
37707 @c rluser.texi
37708 @c hsuser.texi
37709 @c Use -I with makeinfo to point to the appropriate directory,
37710 @c environment var TEXINPUTS with TeX.
37711 @ifclear SYSTEM_READLINE
37712 @include rluser.texi
37713 @include hsuser.texi
37714 @end ifclear
37715
37716 @node In Memoriam
37717 @appendix In Memoriam
37718
37719 The @value{GDBN} project mourns the loss of the following long-time
37720 contributors:
37721
37722 @table @code
37723 @item Fred Fish
37724 Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
37725 to Free Software in general. Outside of @value{GDBN}, he was known in
37726 the Amiga world for his series of Fish Disks, and the GeekGadget project.
37727
37728 @item Michael Snyder
37729 Michael was one of the Global Maintainers of the @value{GDBN} project,
37730 with contributions recorded as early as 1996, until 2011. In addition
37731 to his day to day participation, he was a large driving force behind
37732 adding Reverse Debugging to @value{GDBN}.
37733 @end table
37734
37735 Beyond their technical contributions to the project, they were also
37736 enjoyable members of the Free Software Community. We will miss them.
37737
37738 @node Formatting Documentation
37739 @appendix Formatting Documentation
37740
37741 @cindex @value{GDBN} reference card
37742 @cindex reference card
37743 The @value{GDBN} 4 release includes an already-formatted reference card, ready
37744 for printing with PostScript or Ghostscript, in the @file{gdb}
37745 subdirectory of the main source directory@footnote{In
37746 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
37747 release.}. If you can use PostScript or Ghostscript with your printer,
37748 you can print the reference card immediately with @file{refcard.ps}.
37749
37750 The release also includes the source for the reference card. You
37751 can format it, using @TeX{}, by typing:
37752
37753 @smallexample
37754 make refcard.dvi
37755 @end smallexample
37756
37757 The @value{GDBN} reference card is designed to print in @dfn{landscape}
37758 mode on US ``letter'' size paper;
37759 that is, on a sheet 11 inches wide by 8.5 inches
37760 high. You will need to specify this form of printing as an option to
37761 your @sc{dvi} output program.
37762
37763 @cindex documentation
37764
37765 All the documentation for @value{GDBN} comes as part of the machine-readable
37766 distribution. The documentation is written in Texinfo format, which is
37767 a documentation system that uses a single source file to produce both
37768 on-line information and a printed manual. You can use one of the Info
37769 formatting commands to create the on-line version of the documentation
37770 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
37771
37772 @value{GDBN} includes an already formatted copy of the on-line Info
37773 version of this manual in the @file{gdb} subdirectory. The main Info
37774 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
37775 subordinate files matching @samp{gdb.info*} in the same directory. If
37776 necessary, you can print out these files, or read them with any editor;
37777 but they are easier to read using the @code{info} subsystem in @sc{gnu}
37778 Emacs or the standalone @code{info} program, available as part of the
37779 @sc{gnu} Texinfo distribution.
37780
37781 If you want to format these Info files yourself, you need one of the
37782 Info formatting programs, such as @code{texinfo-format-buffer} or
37783 @code{makeinfo}.
37784
37785 If you have @code{makeinfo} installed, and are in the top level
37786 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
37787 version @value{GDBVN}), you can make the Info file by typing:
37788
37789 @smallexample
37790 cd gdb
37791 make gdb.info
37792 @end smallexample
37793
37794 If you want to typeset and print copies of this manual, you need @TeX{},
37795 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
37796 Texinfo definitions file.
37797
37798 @TeX{} is a typesetting program; it does not print files directly, but
37799 produces output files called @sc{dvi} files. To print a typeset
37800 document, you need a program to print @sc{dvi} files. If your system
37801 has @TeX{} installed, chances are it has such a program. The precise
37802 command to use depends on your system; @kbd{lpr -d} is common; another
37803 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
37804 require a file name without any extension or a @samp{.dvi} extension.
37805
37806 @TeX{} also requires a macro definitions file called
37807 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
37808 written in Texinfo format. On its own, @TeX{} cannot either read or
37809 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
37810 and is located in the @file{gdb-@var{version-number}/texinfo}
37811 directory.
37812
37813 If you have @TeX{} and a @sc{dvi} printer program installed, you can
37814 typeset and print this manual. First switch to the @file{gdb}
37815 subdirectory of the main source directory (for example, to
37816 @file{gdb-@value{GDBVN}/gdb}) and type:
37817
37818 @smallexample
37819 make gdb.dvi
37820 @end smallexample
37821
37822 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
37823
37824 @node Installing GDB
37825 @appendix Installing @value{GDBN}
37826 @cindex installation
37827
37828 @menu
37829 * Requirements:: Requirements for building @value{GDBN}
37830 * Running Configure:: Invoking the @value{GDBN} @file{configure} script
37831 * Separate Objdir:: Compiling @value{GDBN} in another directory
37832 * Config Names:: Specifying names for hosts and targets
37833 * Configure Options:: Summary of options for configure
37834 * System-wide configuration:: Having a system-wide init file
37835 @end menu
37836
37837 @node Requirements
37838 @section Requirements for Building @value{GDBN}
37839 @cindex building @value{GDBN}, requirements for
37840
37841 Building @value{GDBN} requires various tools and packages to be available.
37842 Other packages will be used only if they are found.
37843
37844 @heading Tools/Packages Necessary for Building @value{GDBN}
37845 @table @asis
37846 @item C@t{++}11 compiler
37847 @value{GDBN} is written in C@t{++}11. It should be buildable with any
37848 recent C@t{++}11 compiler, e.g.@: GCC.
37849
37850 @item GNU make
37851 @value{GDBN}'s build system relies on features only found in the GNU
37852 make program. Other variants of @code{make} will not work.
37853
37854 @item GMP (The GNU Multiple Precision Arithmetic Library)
37855 @value{GDBN} now uses GMP to perform some of its arithmetics.
37856 This library may be included with your operating system distribution;
37857 if it is not, you can get the latest version from
37858 @url{https://gmplib.org/}. If GMP is installed at an unusual path,
37859 you can use the @option{--with-libgmp-prefix} option to specify
37860 its location.
37861
37862 @end table
37863
37864 @heading Tools/Packages Optional for Building @value{GDBN}
37865 @table @asis
37866 @item Expat
37867 @anchor{Expat}
37868 @value{GDBN} can use the Expat XML parsing library. This library may be
37869 included with your operating system distribution; if it is not, you
37870 can get the latest version from @url{http://expat.sourceforge.net}.
37871 The @file{configure} script will search for this library in several
37872 standard locations; if it is installed in an unusual path, you can
37873 use the @option{--with-libexpat-prefix} option to specify its location.
37874
37875 Expat is used for:
37876
37877 @itemize @bullet
37878 @item
37879 Remote protocol memory maps (@pxref{Memory Map Format})
37880 @item
37881 Target descriptions (@pxref{Target Descriptions})
37882 @item
37883 Remote shared library lists (@xref{Library List Format},
37884 or alternatively @pxref{Library List Format for SVR4 Targets})
37885 @item
37886 MS-Windows shared libraries (@pxref{Shared Libraries})
37887 @item
37888 Traceframe info (@pxref{Traceframe Info Format})
37889 @item
37890 Branch trace (@pxref{Branch Trace Format},
37891 @pxref{Branch Trace Configuration Format})
37892 @end itemize
37893
37894 @item Guile
37895 @value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
37896 default, @value{GDBN} will be compiled if the Guile libraries are
37897 installed and are found by @file{configure}. You can use the
37898 @code{--with-guile} option to request Guile, and pass either the Guile
37899 version number or the file name of the relevant @code{pkg-config}
37900 program to choose a particular version of Guile.
37901
37902 @item iconv
37903 @value{GDBN}'s features related to character sets (@pxref{Character
37904 Sets}) require a functioning @code{iconv} implementation. If you are
37905 on a GNU system, then this is provided by the GNU C Library. Some
37906 other systems also provide a working @code{iconv}.
37907
37908 If @value{GDBN} is using the @code{iconv} program which is installed
37909 in a non-standard place, you will need to tell @value{GDBN} where to
37910 find it. This is done with @option{--with-iconv-bin} which specifies
37911 the directory that contains the @code{iconv} program. This program is
37912 run in order to make a list of the available character sets.
37913
37914 On systems without @code{iconv}, you can install GNU Libiconv. If
37915 Libiconv is installed in a standard place, @value{GDBN} will
37916 automatically use it if it is needed. If you have previously
37917 installed Libiconv in a non-standard place, you can use the
37918 @option{--with-libiconv-prefix} option to @file{configure}.
37919
37920 @value{GDBN}'s top-level @file{configure} and @file{Makefile} will
37921 arrange to build Libiconv if a directory named @file{libiconv} appears
37922 in the top-most source directory. If Libiconv is built this way, and
37923 if the operating system does not provide a suitable @code{iconv}
37924 implementation, then the just-built library will automatically be used
37925 by @value{GDBN}. One easy way to set this up is to download GNU
37926 Libiconv, unpack it inside the top-level directory of the @value{GDBN}
37927 source tree, and then rename the directory holding the Libiconv source
37928 code to @samp{libiconv}.
37929
37930 @item lzma
37931 @value{GDBN} can support debugging sections that are compressed with
37932 the LZMA library. @xref{MiniDebugInfo}. If this library is not
37933 included with your operating system, you can find it in the xz package
37934 at @url{http://tukaani.org/xz/}. If the LZMA library is available in
37935 the usual place, then the @file{configure} script will use it
37936 automatically. If it is installed in an unusual path, you can use the
37937 @option{--with-lzma-prefix} option to specify its location.
37938
37939 @item MPFR
37940 @anchor{MPFR}
37941 @value{GDBN} can use the GNU MPFR multiple-precision floating-point
37942 library. This library may be included with your operating system
37943 distribution; if it is not, you can get the latest version from
37944 @url{http://www.mpfr.org}. The @file{configure} script will search
37945 for this library in several standard locations; if it is installed
37946 in an unusual path, you can use the @option{--with-libmpfr-prefix}
37947 option to specify its location.
37948
37949 GNU MPFR is used to emulate target floating-point arithmetic during
37950 expression evaluation when the target uses different floating-point
37951 formats than the host. If GNU MPFR it is not available, @value{GDBN}
37952 will fall back to using host floating-point arithmetic.
37953
37954 @item Python
37955 @value{GDBN} can be scripted using Python language. @xref{Python}.
37956 By default, @value{GDBN} will be compiled if the Python libraries are
37957 installed and are found by @file{configure}. You can use the
37958 @code{--with-python} option to request Python, and pass either the
37959 file name of the relevant @code{python} executable, or the name of the
37960 directory in which Python is installed, to choose a particular
37961 installation of Python.
37962
37963 @item zlib
37964 @cindex compressed debug sections
37965 @value{GDBN} will use the @samp{zlib} library, if available, to read
37966 compressed debug sections. Some linkers, such as GNU gold, are capable
37967 of producing binaries with compressed debug sections. If @value{GDBN}
37968 is compiled with @samp{zlib}, it will be able to read the debug
37969 information in such binaries.
37970
37971 The @samp{zlib} library is likely included with your operating system
37972 distribution; if it is not, you can get the latest version from
37973 @url{http://zlib.net}.
37974 @end table
37975
37976 @node Running Configure
37977 @section Invoking the @value{GDBN} @file{configure} Script
37978 @cindex configuring @value{GDBN}
37979 @value{GDBN} comes with a @file{configure} script that automates the process
37980 of preparing @value{GDBN} for installation; you can then use @code{make} to
37981 build the @code{gdb} program.
37982 @iftex
37983 @c irrelevant in info file; it's as current as the code it lives with.
37984 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
37985 look at the @file{README} file in the sources; we may have improved the
37986 installation procedures since publishing this manual.}
37987 @end iftex
37988
37989 The @value{GDBN} distribution includes all the source code you need for
37990 @value{GDBN} in a single directory, whose name is usually composed by
37991 appending the version number to @samp{gdb}.
37992
37993 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
37994 @file{gdb-@value{GDBVN}} directory. That directory contains:
37995
37996 @table @code
37997 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
37998 script for configuring @value{GDBN} and all its supporting libraries
37999
38000 @item gdb-@value{GDBVN}/gdb
38001 the source specific to @value{GDBN} itself
38002
38003 @item gdb-@value{GDBVN}/bfd
38004 source for the Binary File Descriptor library
38005
38006 @item gdb-@value{GDBVN}/include
38007 @sc{gnu} include files
38008
38009 @item gdb-@value{GDBVN}/libiberty
38010 source for the @samp{-liberty} free software library
38011
38012 @item gdb-@value{GDBVN}/opcodes
38013 source for the library of opcode tables and disassemblers
38014
38015 @item gdb-@value{GDBVN}/readline
38016 source for the @sc{gnu} command-line interface
38017 @end table
38018
38019 There may be other subdirectories as well.
38020
38021 The simplest way to configure and build @value{GDBN} is to run @file{configure}
38022 from the @file{gdb-@var{version-number}} source directory, which in
38023 this example is the @file{gdb-@value{GDBVN}} directory.
38024
38025 First switch to the @file{gdb-@var{version-number}} source directory
38026 if you are not already in it; then run @file{configure}. Pass the
38027 identifier for the platform on which @value{GDBN} will run as an
38028 argument.
38029
38030 For example:
38031
38032 @smallexample
38033 cd gdb-@value{GDBVN}
38034 ./configure
38035 make
38036 @end smallexample
38037
38038 Running @samp{configure} and then running @code{make} builds the
38039 included supporting libraries, then @code{gdb} itself. The configured
38040 source files, and the binaries, are left in the corresponding source
38041 directories.
38042
38043 @need 750
38044 @file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
38045 system does not recognize this automatically when you run a different
38046 shell, you may need to run @code{sh} on it explicitly:
38047
38048 @smallexample
38049 sh configure
38050 @end smallexample
38051
38052 You should run the @file{configure} script from the top directory in the
38053 source tree, the @file{gdb-@var{version-number}} directory. If you run
38054 @file{configure} from one of the subdirectories, you will configure only
38055 that subdirectory. That is usually not what you want. In particular,
38056 if you run the first @file{configure} from the @file{gdb} subdirectory
38057 of the @file{gdb-@var{version-number}} directory, you will omit the
38058 configuration of @file{bfd}, @file{readline}, and other sibling
38059 directories of the @file{gdb} subdirectory. This leads to build errors
38060 about missing include files such as @file{bfd/bfd.h}.
38061
38062 You can install @code{@value{GDBN}} anywhere. The best way to do this
38063 is to pass the @code{--prefix} option to @code{configure}, and then
38064 install it with @code{make install}.
38065
38066 @node Separate Objdir
38067 @section Compiling @value{GDBN} in Another Directory
38068
38069 If you want to run @value{GDBN} versions for several host or target machines,
38070 you need a different @code{gdb} compiled for each combination of
38071 host and target. @file{configure} is designed to make this easy by
38072 allowing you to generate each configuration in a separate subdirectory,
38073 rather than in the source directory. If your @code{make} program
38074 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
38075 @code{make} in each of these directories builds the @code{gdb}
38076 program specified there.
38077
38078 To build @code{gdb} in a separate directory, run @file{configure}
38079 with the @samp{--srcdir} option to specify where to find the source.
38080 (You also need to specify a path to find @file{configure}
38081 itself from your working directory. If the path to @file{configure}
38082 would be the same as the argument to @samp{--srcdir}, you can leave out
38083 the @samp{--srcdir} option; it is assumed.)
38084
38085 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
38086 separate directory for a Sun 4 like this:
38087
38088 @smallexample
38089 @group
38090 cd gdb-@value{GDBVN}
38091 mkdir ../gdb-sun4
38092 cd ../gdb-sun4
38093 ../gdb-@value{GDBVN}/configure
38094 make
38095 @end group
38096 @end smallexample
38097
38098 When @file{configure} builds a configuration using a remote source
38099 directory, it creates a tree for the binaries with the same structure
38100 (and using the same names) as the tree under the source directory. In
38101 the example, you'd find the Sun 4 library @file{libiberty.a} in the
38102 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
38103 @file{gdb-sun4/gdb}.
38104
38105 Make sure that your path to the @file{configure} script has just one
38106 instance of @file{gdb} in it. If your path to @file{configure} looks
38107 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
38108 one subdirectory of @value{GDBN}, not the whole package. This leads to
38109 build errors about missing include files such as @file{bfd/bfd.h}.
38110
38111 One popular reason to build several @value{GDBN} configurations in separate
38112 directories is to configure @value{GDBN} for cross-compiling (where
38113 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
38114 programs that run on another machine---the @dfn{target}).
38115 You specify a cross-debugging target by
38116 giving the @samp{--target=@var{target}} option to @file{configure}.
38117
38118 When you run @code{make} to build a program or library, you must run
38119 it in a configured directory---whatever directory you were in when you
38120 called @file{configure} (or one of its subdirectories).
38121
38122 The @code{Makefile} that @file{configure} generates in each source
38123 directory also runs recursively. If you type @code{make} in a source
38124 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
38125 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
38126 will build all the required libraries, and then build GDB.
38127
38128 When you have multiple hosts or targets configured in separate
38129 directories, you can run @code{make} on them in parallel (for example,
38130 if they are NFS-mounted on each of the hosts); they will not interfere
38131 with each other.
38132
38133 @node Config Names
38134 @section Specifying Names for Hosts and Targets
38135
38136 The specifications used for hosts and targets in the @file{configure}
38137 script are based on a three-part naming scheme, but some short predefined
38138 aliases are also supported. The full naming scheme encodes three pieces
38139 of information in the following pattern:
38140
38141 @smallexample
38142 @var{architecture}-@var{vendor}-@var{os}
38143 @end smallexample
38144
38145 For example, you can use the alias @code{sun4} as a @var{host} argument,
38146 or as the value for @var{target} in a @code{--target=@var{target}}
38147 option. The equivalent full name is @samp{sparc-sun-sunos4}.
38148
38149 The @file{configure} script accompanying @value{GDBN} does not provide
38150 any query facility to list all supported host and target names or
38151 aliases. @file{configure} calls the Bourne shell script
38152 @code{config.sub} to map abbreviations to full names; you can read the
38153 script, if you wish, or you can use it to test your guesses on
38154 abbreviations---for example:
38155
38156 @smallexample
38157 % sh config.sub i386-linux
38158 i386-pc-linux-gnu
38159 % sh config.sub alpha-linux
38160 alpha-unknown-linux-gnu
38161 % sh config.sub hp9k700
38162 hppa1.1-hp-hpux
38163 % sh config.sub sun4
38164 sparc-sun-sunos4.1.1
38165 % sh config.sub sun3
38166 m68k-sun-sunos4.1.1
38167 % sh config.sub i986v
38168 Invalid configuration `i986v': machine `i986v' not recognized
38169 @end smallexample
38170
38171 @noindent
38172 @code{config.sub} is also distributed in the @value{GDBN} source
38173 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
38174
38175 @node Configure Options
38176 @section @file{configure} Options
38177
38178 Here is a summary of the @file{configure} options and arguments that
38179 are most often useful for building @value{GDBN}. @file{configure}
38180 also has several other options not listed here. @inforef{Running
38181 configure scripts,,autoconf.info}, for a full
38182 explanation of @file{configure}.
38183
38184 @smallexample
38185 configure @r{[}--help@r{]}
38186 @r{[}--prefix=@var{dir}@r{]}
38187 @r{[}--exec-prefix=@var{dir}@r{]}
38188 @r{[}--srcdir=@var{dirname}@r{]}
38189 @r{[}--target=@var{target}@r{]}
38190 @end smallexample
38191
38192 @noindent
38193 You may introduce options with a single @samp{-} rather than
38194 @samp{--} if you prefer; but you may abbreviate option names if you use
38195 @samp{--}.
38196
38197 @table @code
38198 @item --help
38199 Display a quick summary of how to invoke @file{configure}.
38200
38201 @item --prefix=@var{dir}
38202 Configure the source to install programs and files under directory
38203 @file{@var{dir}}.
38204
38205 @item --exec-prefix=@var{dir}
38206 Configure the source to install programs under directory
38207 @file{@var{dir}}.
38208
38209 @c avoid splitting the warning from the explanation:
38210 @need 2000
38211 @item --srcdir=@var{dirname}
38212 Use this option to make configurations in directories separate from the
38213 @value{GDBN} source directories. Among other things, you can use this to
38214 build (or maintain) several configurations simultaneously, in separate
38215 directories. @file{configure} writes configuration-specific files in
38216 the current directory, but arranges for them to use the source in the
38217 directory @var{dirname}. @file{configure} creates directories under
38218 the working directory in parallel to the source directories below
38219 @var{dirname}.
38220
38221 @item --target=@var{target}
38222 Configure @value{GDBN} for cross-debugging programs running on the specified
38223 @var{target}. Without this option, @value{GDBN} is configured to debug
38224 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
38225
38226 There is no convenient way to generate a list of all available
38227 targets. Also see the @code{--enable-targets} option, below.
38228 @end table
38229
38230 There are many other options that are specific to @value{GDBN}. This
38231 lists just the most common ones; there are some very specialized
38232 options not described here.
38233
38234 @table @code
38235 @item --enable-targets=@r{[}@var{target}@r{]}@dots{}
38236 @itemx --enable-targets=all
38237 Configure @value{GDBN} for cross-debugging programs running on the
38238 specified list of targets. The special value @samp{all} configures
38239 @value{GDBN} for debugging programs running on any target it supports.
38240
38241 @item --with-gdb-datadir=@var{path}
38242 Set the @value{GDBN}-specific data directory. @value{GDBN} will look
38243 here for certain supporting files or scripts. This defaults to the
38244 @file{gdb} subdirectory of @samp{datadir} (which can be set using
38245 @code{--datadir}).
38246
38247 @item --with-relocated-sources=@var{dir}
38248 Sets up the default source path substitution rule so that directory
38249 names recorded in debug information will be automatically adjusted for
38250 any directory under @var{dir}. @var{dir} should be a subdirectory of
38251 @value{GDBN}'s configured prefix, the one mentioned in the
38252 @code{--prefix} or @code{--exec-prefix} options to configure. This
38253 option is useful if GDB is supposed to be moved to a different place
38254 after it is built.
38255
38256 @item --enable-64-bit-bfd
38257 Enable 64-bit support in BFD on 32-bit hosts.
38258
38259 @item --disable-gdbmi
38260 Build @value{GDBN} without the GDB/MI machine interface
38261 (@pxref{GDB/MI}).
38262
38263 @item --enable-tui
38264 Build @value{GDBN} with the text-mode full-screen user interface
38265 (TUI). Requires a curses library (ncurses and cursesX are also
38266 supported).
38267
38268 @item --with-curses
38269 Use the curses library instead of the termcap library, for text-mode
38270 terminal operations.
38271
38272 @item --with-debuginfod
38273 Build @value{GDBN} with libdebuginfod, the debuginfod client library.
38274 Used to automatically fetch source files and separate debug files from
38275 debuginfod servers using the associated executable's build ID. Enabled
38276 by default if libdebuginfod is installed and found at configure time.
38277 debuginfod is packaged with elfutils, starting with version 0.178. You
38278 can get the latest version from `https://sourceware.org/elfutils/'.
38279
38280 @item --with-libunwind-ia64
38281 Use the libunwind library for unwinding function call stack on ia64
38282 target platforms. See http://www.nongnu.org/libunwind/index.html for
38283 details.
38284
38285 @item --with-system-readline
38286 Use the readline library installed on the host, rather than the
38287 library supplied as part of @value{GDBN}. Readline 7 or newer is
38288 required; this is enforced by the build system.
38289
38290 @item --with-system-zlib
38291 Use the zlib library installed on the host, rather than the library
38292 supplied as part of @value{GDBN}.
38293
38294 @item --with-expat
38295 Build @value{GDBN} with Expat, a library for XML parsing. (Done by
38296 default if libexpat is installed and found at configure time.) This
38297 library is used to read XML files supplied with @value{GDBN}. If it
38298 is unavailable, some features, such as remote protocol memory maps,
38299 target descriptions, and shared library lists, that are based on XML
38300 files, will not be available in @value{GDBN}. If your host does not
38301 have libexpat installed, you can get the latest version from
38302 `http://expat.sourceforge.net'.
38303
38304 @item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
38305
38306 Build @value{GDBN} with GNU libiconv, a character set encoding
38307 conversion library. This is not done by default, as on GNU systems
38308 the @code{iconv} that is built in to the C library is sufficient. If
38309 your host does not have a working @code{iconv}, you can get the latest
38310 version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
38311
38312 @value{GDBN}'s build system also supports building GNU libiconv as
38313 part of the overall build. @xref{Requirements}.
38314
38315 @item --with-lzma
38316 Build @value{GDBN} with LZMA, a compression library. (Done by default
38317 if liblzma is installed and found at configure time.) LZMA is used by
38318 @value{GDBN}'s "mini debuginfo" feature, which is only useful on
38319 platforms using the ELF object file format. If your host does not
38320 have liblzma installed, you can get the latest version from
38321 `https://tukaani.org/xz/'.
38322
38323 @item --with-mpfr
38324 Build @value{GDBN} with GNU MPFR, a library for multiple-precision
38325 floating-point computation with correct rounding. (Done by default if
38326 GNU MPFR is installed and found at configure time.) This library is
38327 used to emulate target floating-point arithmetic during expression
38328 evaluation when the target uses different floating-point formats than
38329 the host. If GNU MPFR is not available, @value{GDBN} will fall back
38330 to using host floating-point arithmetic. If your host does not have
38331 GNU MPFR installed, you can get the latest version from
38332 `http://www.mpfr.org'.
38333
38334 @item --with-python@r{[}=@var{python}@r{]}
38335 Build @value{GDBN} with Python scripting support. (Done by default if
38336 libpython is present and found at configure time.) Python makes
38337 @value{GDBN} scripting much more powerful than the restricted CLI
38338 scripting language. If your host does not have Python installed, you
38339 can find it on `http://www.python.org/download/'. The oldest version
38340 of Python supported by GDB is 2.6. The optional argument @var{python}
38341 is used to find the Python headers and libraries. It can be either
38342 the name of a Python executable, or the name of the directory in which
38343 Python is installed.
38344
38345 @item --with-guile[=GUILE]'
38346 Build @value{GDBN} with GNU Guile scripting support. (Done by default
38347 if libguile is present and found at configure time.) If your host
38348 does not have Guile installed, you can find it at
38349 `https://www.gnu.org/software/guile/'. The optional argument GUILE
38350 can be a version number, which will cause @code{configure} to try to
38351 use that version of Guile; or the file name of a @code{pkg-config}
38352 executable, which will be queried to find the information needed to
38353 compile and link against Guile.
38354
38355 @item --without-included-regex
38356 Don't use the regex library included with @value{GDBN} (as part of the
38357 libiberty library). This is the default on hosts with version 2 of
38358 the GNU C library.
38359
38360 @item --with-sysroot=@var{dir}
38361 Use @var{dir} as the default system root directory for libraries whose
38362 file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
38363 @var{dir} can be modified at run time by using the @command{set
38364 sysroot} command.) If @var{dir} is under the @value{GDBN} configured
38365 prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
38366 default system root will be automatically adjusted if and when
38367 @value{GDBN} is moved to a different location.
38368
38369 @item --with-system-gdbinit=@var{file}
38370 Configure @value{GDBN} to automatically load a system-wide init file.
38371 @var{file} should be an absolute file name. If @var{file} is in a
38372 directory under the configured prefix, and @value{GDBN} is moved to
38373 another location after being built, the location of the system-wide
38374 init file will be adjusted accordingly.
38375
38376 @item --with-system-gdbinit-dir=@var{directory}
38377 Configure @value{GDBN} to automatically load init files from a
38378 system-wide directory. @var{directory} should be an absolute directory
38379 name. If @var{directory} is in a directory under the configured
38380 prefix, and @value{GDBN} is moved to another location after being
38381 built, the location of the system-wide init directory will be
38382 adjusted accordingly.
38383
38384 @item --enable-build-warnings
38385 When building the @value{GDBN} sources, ask the compiler to warn about
38386 any code which looks even vaguely suspicious. It passes many
38387 different warning flags, depending on the exact version of the
38388 compiler you are using.
38389
38390 @item --enable-werror
38391 Treat compiler warnings as werrors. It adds the @code{-Werror} flag
38392 to the compiler, which will fail the compilation if the compiler
38393 outputs any warning messages.
38394
38395 @item --enable-ubsan
38396 Enable the GCC undefined behavior sanitizer. This is disabled by
38397 default, but passing @code{--enable-ubsan=yes} or
38398 @code{--enable-ubsan=auto} to @code{configure} will enable it. The
38399 undefined behavior sanitizer checks for C@t{++} undefined behavior.
38400 It has a performance cost, so if you are looking at @value{GDBN}'s
38401 performance, you should disable it. The undefined behavior sanitizer
38402 was first introduced in GCC 4.9.
38403 @end table
38404
38405 @node System-wide configuration
38406 @section System-wide configuration and settings
38407 @cindex system-wide init file
38408
38409 @value{GDBN} can be configured to have a system-wide init file and a
38410 system-wide init file directory; this file and files in that directory
38411 (if they have a recognized file extension) will be read and executed at
38412 startup (@pxref{Startup, , What @value{GDBN} does during startup}).
38413
38414 Here are the corresponding configure options:
38415
38416 @table @code
38417 @item --with-system-gdbinit=@var{file}
38418 Specify that the default location of the system-wide init file is
38419 @var{file}.
38420 @item --with-system-gdbinit-dir=@var{directory}
38421 Specify that the default location of the system-wide init file directory
38422 is @var{directory}.
38423 @end table
38424
38425 If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
38426 they may be subject to relocation. Two possible cases:
38427
38428 @itemize @bullet
38429 @item
38430 If the default location of this init file/directory contains @file{$prefix},
38431 it will be subject to relocation. Suppose that the configure options
38432 are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
38433 if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
38434 init file is looked for as @file{$install/etc/gdbinit} instead of
38435 @file{$prefix/etc/gdbinit}.
38436
38437 @item
38438 By contrast, if the default location does not contain the prefix,
38439 it will not be relocated. E.g.@: if @value{GDBN} has been configured with
38440 @option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
38441 then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
38442 wherever @value{GDBN} is installed.
38443 @end itemize
38444
38445 If the configured location of the system-wide init file (as given by the
38446 @option{--with-system-gdbinit} option at configure time) is in the
38447 data-directory (as specified by @option{--with-gdb-datadir} at configure
38448 time) or in one of its subdirectories, then @value{GDBN} will look for the
38449 system-wide init file in the directory specified by the
38450 @option{--data-directory} command-line option.
38451 Note that the system-wide init file is only read once, during @value{GDBN}
38452 initialization. If the data-directory is changed after @value{GDBN} has
38453 started with the @code{set data-directory} command, the file will not be
38454 reread.
38455
38456 This applies similarly to the system-wide directory specified in
38457 @option{--with-system-gdbinit-dir}.
38458
38459 Any supported scripting language can be used for these init files, as long
38460 as the file extension matches the scripting language. To be interpreted
38461 as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
38462 extension.
38463
38464 @menu
38465 * System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
38466 @end menu
38467
38468 @node System-wide Configuration Scripts
38469 @subsection Installed System-wide Configuration Scripts
38470 @cindex system-wide configuration scripts
38471
38472 The @file{system-gdbinit} directory, located inside the data-directory
38473 (as specified by @option{--with-gdb-datadir} at configure time) contains
38474 a number of scripts which can be used as system-wide init files. To
38475 automatically source those scripts at startup, @value{GDBN} should be
38476 configured with @option{--with-system-gdbinit}. Otherwise, any user
38477 should be able to source them by hand as needed.
38478
38479 The following scripts are currently available:
38480 @itemize @bullet
38481
38482 @item @file{elinos.py}
38483 @pindex elinos.py
38484 @cindex ELinOS system-wide configuration script
38485 This script is useful when debugging a program on an ELinOS target.
38486 It takes advantage of the environment variables defined in a standard
38487 ELinOS environment in order to determine the location of the system
38488 shared libraries, and then sets the @samp{solib-absolute-prefix}
38489 and @samp{solib-search-path} variables appropriately.
38490
38491 @item @file{wrs-linux.py}
38492 @pindex wrs-linux.py
38493 @cindex Wind River Linux system-wide configuration script
38494 This script is useful when debugging a program on a target running
38495 Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
38496 the host-side sysroot used by the target system.
38497
38498 @end itemize
38499
38500 @node Maintenance Commands
38501 @appendix Maintenance Commands
38502 @cindex maintenance commands
38503 @cindex internal commands
38504
38505 In addition to commands intended for @value{GDBN} users, @value{GDBN}
38506 includes a number of commands intended for @value{GDBN} developers,
38507 that are not documented elsewhere in this manual. These commands are
38508 provided here for reference. (For commands that turn on debugging
38509 messages, see @ref{Debugging Output}.)
38510
38511 @table @code
38512 @kindex maint agent
38513 @kindex maint agent-eval
38514 @item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38515 @itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38516 Translate the given @var{expression} into remote agent bytecodes.
38517 This command is useful for debugging the Agent Expression mechanism
38518 (@pxref{Agent Expressions}). The @samp{agent} version produces an
38519 expression useful for data collection, such as by tracepoints, while
38520 @samp{maint agent-eval} produces an expression that evaluates directly
38521 to a result. For instance, a collection expression for @code{globa +
38522 globb} will include bytecodes to record four bytes of memory at each
38523 of the addresses of @code{globa} and @code{globb}, while discarding
38524 the result of the addition, while an evaluation expression will do the
38525 addition and return the sum.
38526 If @code{-at} is given, generate remote agent bytecode for @var{location}.
38527 If not, generate remote agent bytecode for current frame PC address.
38528
38529 @kindex maint agent-printf
38530 @item maint agent-printf @var{format},@var{expr},...
38531 Translate the given format string and list of argument expressions
38532 into remote agent bytecodes and display them as a disassembled list.
38533 This command is useful for debugging the agent version of dynamic
38534 printf (@pxref{Dynamic Printf}).
38535
38536 @kindex maint info breakpoints
38537 @item @anchor{maint info breakpoints}maint info breakpoints
38538 Using the same format as @samp{info breakpoints}, display both the
38539 breakpoints you've set explicitly, and those @value{GDBN} is using for
38540 internal purposes. Internal breakpoints are shown with negative
38541 breakpoint numbers. The type column identifies what kind of breakpoint
38542 is shown:
38543
38544 @table @code
38545 @item breakpoint
38546 Normal, explicitly set breakpoint.
38547
38548 @item watchpoint
38549 Normal, explicitly set watchpoint.
38550
38551 @item longjmp
38552 Internal breakpoint, used to handle correctly stepping through
38553 @code{longjmp} calls.
38554
38555 @item longjmp resume
38556 Internal breakpoint at the target of a @code{longjmp}.
38557
38558 @item until
38559 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
38560
38561 @item finish
38562 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
38563
38564 @item shlib events
38565 Shared library events.
38566
38567 @end table
38568
38569 @kindex maint info btrace
38570 @item maint info btrace
38571 Pint information about raw branch tracing data.
38572
38573 @kindex maint btrace packet-history
38574 @item maint btrace packet-history
38575 Print the raw branch trace packets that are used to compute the
38576 execution history for the @samp{record btrace} command. Both the
38577 information and the format in which it is printed depend on the btrace
38578 recording format.
38579
38580 @table @code
38581 @item bts
38582 For the BTS recording format, print a list of blocks of sequential
38583 code. For each block, the following information is printed:
38584
38585 @table @asis
38586 @item Block number
38587 Newer blocks have higher numbers. The oldest block has number zero.
38588 @item Lowest @samp{PC}
38589 @item Highest @samp{PC}
38590 @end table
38591
38592 @item pt
38593 For the Intel Processor Trace recording format, print a list of
38594 Intel Processor Trace packets. For each packet, the following
38595 information is printed:
38596
38597 @table @asis
38598 @item Packet number
38599 Newer packets have higher numbers. The oldest packet has number zero.
38600 @item Trace offset
38601 The packet's offset in the trace stream.
38602 @item Packet opcode and payload
38603 @end table
38604 @end table
38605
38606 @kindex maint btrace clear-packet-history
38607 @item maint btrace clear-packet-history
38608 Discards the cached packet history printed by the @samp{maint btrace
38609 packet-history} command. The history will be computed again when
38610 needed.
38611
38612 @kindex maint btrace clear
38613 @item maint btrace clear
38614 Discard the branch trace data. The data will be fetched anew and the
38615 branch trace will be recomputed when needed.
38616
38617 This implicitly truncates the branch trace to a single branch trace
38618 buffer. When updating branch trace incrementally, the branch trace
38619 available to @value{GDBN} may be bigger than a single branch trace
38620 buffer.
38621
38622 @kindex maint set btrace pt skip-pad
38623 @item maint set btrace pt skip-pad
38624 @kindex maint show btrace pt skip-pad
38625 @item maint show btrace pt skip-pad
38626 Control whether @value{GDBN} will skip PAD packets when computing the
38627 packet history.
38628
38629 @kindex set displaced-stepping
38630 @kindex show displaced-stepping
38631 @cindex displaced stepping support
38632 @cindex out-of-line single-stepping
38633 @item set displaced-stepping
38634 @itemx show displaced-stepping
38635 Control whether or not @value{GDBN} will do @dfn{displaced stepping}
38636 if the target supports it. Displaced stepping is a way to single-step
38637 over breakpoints without removing them from the inferior, by executing
38638 an out-of-line copy of the instruction that was originally at the
38639 breakpoint location. It is also known as out-of-line single-stepping.
38640
38641 @table @code
38642 @item set displaced-stepping on
38643 If the target architecture supports it, @value{GDBN} will use
38644 displaced stepping to step over breakpoints.
38645
38646 @item set displaced-stepping off
38647 @value{GDBN} will not use displaced stepping to step over breakpoints,
38648 even if such is supported by the target architecture.
38649
38650 @cindex non-stop mode, and @samp{set displaced-stepping}
38651 @item set displaced-stepping auto
38652 This is the default mode. @value{GDBN} will use displaced stepping
38653 only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
38654 architecture supports displaced stepping.
38655 @end table
38656
38657 @kindex maint check-psymtabs
38658 @item maint check-psymtabs
38659 Check the consistency of currently expanded psymtabs versus symtabs.
38660 Use this to check, for example, whether a symbol is in one but not the other.
38661
38662 @kindex maint check-symtabs
38663 @item maint check-symtabs
38664 Check the consistency of currently expanded symtabs.
38665
38666 @kindex maint expand-symtabs
38667 @item maint expand-symtabs [@var{regexp}]
38668 Expand symbol tables.
38669 If @var{regexp} is specified, only expand symbol tables for file
38670 names matching @var{regexp}.
38671
38672 @kindex maint set catch-demangler-crashes
38673 @kindex maint show catch-demangler-crashes
38674 @cindex demangler crashes
38675 @item maint set catch-demangler-crashes [on|off]
38676 @itemx maint show catch-demangler-crashes
38677 Control whether @value{GDBN} should attempt to catch crashes in the
38678 symbol name demangler. The default is to attempt to catch crashes.
38679 If enabled, the first time a crash is caught, a core file is created,
38680 the offending symbol is displayed and the user is presented with the
38681 option to terminate the current session.
38682
38683 @kindex maint cplus first_component
38684 @item maint cplus first_component @var{name}
38685 Print the first C@t{++} class/namespace component of @var{name}.
38686
38687 @kindex maint cplus namespace
38688 @item maint cplus namespace
38689 Print the list of possible C@t{++} namespaces.
38690
38691 @kindex maint deprecate
38692 @kindex maint undeprecate
38693 @cindex deprecated commands
38694 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
38695 @itemx maint undeprecate @var{command}
38696 Deprecate or undeprecate the named @var{command}. Deprecated commands
38697 cause @value{GDBN} to issue a warning when you use them. The optional
38698 argument @var{replacement} says which newer command should be used in
38699 favor of the deprecated one; if it is given, @value{GDBN} will mention
38700 the replacement as part of the warning.
38701
38702 @kindex maint dump-me
38703 @item maint dump-me
38704 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
38705 Cause a fatal signal in the debugger and force it to dump its core.
38706 This is supported only on systems which support aborting a program
38707 with the @code{SIGQUIT} signal.
38708
38709 @kindex maint internal-error
38710 @kindex maint internal-warning
38711 @kindex maint demangler-warning
38712 @cindex demangler crashes
38713 @item maint internal-error @r{[}@var{message-text}@r{]}
38714 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
38715 @itemx maint demangler-warning @r{[}@var{message-text}@r{]}
38716
38717 Cause @value{GDBN} to call the internal function @code{internal_error},
38718 @code{internal_warning} or @code{demangler_warning} and hence behave
38719 as though an internal problem has been detected. In addition to
38720 reporting the internal problem, these functions give the user the
38721 opportunity to either quit @value{GDBN} or (for @code{internal_error}
38722 and @code{internal_warning}) create a core file of the current
38723 @value{GDBN} session.
38724
38725 These commands take an optional parameter @var{message-text} that is
38726 used as the text of the error or warning message.
38727
38728 Here's an example of using @code{internal-error}:
38729
38730 @smallexample
38731 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
38732 @dots{}/maint.c:121: internal-error: testing, 1, 2
38733 A problem internal to GDB has been detected. Further
38734 debugging may prove unreliable.
38735 Quit this debugging session? (y or n) @kbd{n}
38736 Create a core file? (y or n) @kbd{n}
38737 (@value{GDBP})
38738 @end smallexample
38739
38740 @cindex @value{GDBN} internal error
38741 @cindex internal errors, control of @value{GDBN} behavior
38742 @cindex demangler crashes
38743
38744 @kindex maint set internal-error
38745 @kindex maint show internal-error
38746 @kindex maint set internal-warning
38747 @kindex maint show internal-warning
38748 @kindex maint set demangler-warning
38749 @kindex maint show demangler-warning
38750 @item maint set internal-error @var{action} [ask|yes|no]
38751 @itemx maint show internal-error @var{action}
38752 @itemx maint set internal-warning @var{action} [ask|yes|no]
38753 @itemx maint show internal-warning @var{action}
38754 @itemx maint set demangler-warning @var{action} [ask|yes|no]
38755 @itemx maint show demangler-warning @var{action}
38756 When @value{GDBN} reports an internal problem (error or warning) it
38757 gives the user the opportunity to both quit @value{GDBN} and create a
38758 core file of the current @value{GDBN} session. These commands let you
38759 override the default behaviour for each particular @var{action},
38760 described in the table below.
38761
38762 @table @samp
38763 @item quit
38764 You can specify that @value{GDBN} should always (yes) or never (no)
38765 quit. The default is to ask the user what to do.
38766
38767 @item corefile
38768 You can specify that @value{GDBN} should always (yes) or never (no)
38769 create a core file. The default is to ask the user what to do. Note
38770 that there is no @code{corefile} option for @code{demangler-warning}:
38771 demangler warnings always create a core file and this cannot be
38772 disabled.
38773 @end table
38774
38775 @kindex maint packet
38776 @item maint packet @var{text}
38777 If @value{GDBN} is talking to an inferior via the serial protocol,
38778 then this command sends the string @var{text} to the inferior, and
38779 displays the response packet. @value{GDBN} supplies the initial
38780 @samp{$} character, the terminating @samp{#} character, and the
38781 checksum.
38782
38783 @kindex maint print architecture
38784 @item maint print architecture @r{[}@var{file}@r{]}
38785 Print the entire architecture configuration. The optional argument
38786 @var{file} names the file where the output goes.
38787
38788 @kindex maint print c-tdesc
38789 @item maint print c-tdesc @r{[}-single-feature@r{]} @r{[}@var{file}@r{]}
38790 Print the target description (@pxref{Target Descriptions}) as
38791 a C source file. By default, the target description is for the current
38792 target, but if the optional argument @var{file} is provided, that file
38793 is used to produce the description. The @var{file} should be an XML
38794 document, of the form described in @ref{Target Description Format}.
38795 The created source file is built into @value{GDBN} when @value{GDBN} is
38796 built again. This command is used by developers after they add or
38797 modify XML target descriptions.
38798
38799 When the optional flag @samp{-single-feature} is provided then the
38800 target description being processed (either the default, or from
38801 @var{file}) must only contain a single feature. The source file
38802 produced is different in this case.
38803
38804 @kindex maint print xml-tdesc
38805 @item maint print xml-tdesc @r{[}@var{file}@r{]}
38806 Print the target description (@pxref{Target Descriptions}) as an XML
38807 file. By default print the target description for the current target,
38808 but if the optional argument @var{file} is provided, then that file is
38809 read in by GDB and then used to produce the description. The
38810 @var{file} should be an XML document, of the form described in
38811 @ref{Target Description Format}.
38812
38813 @kindex maint check xml-descriptions
38814 @item maint check xml-descriptions @var{dir}
38815 Check that the target descriptions dynamically created by @value{GDBN}
38816 equal the descriptions created from XML files found in @var{dir}.
38817
38818 @anchor{maint check libthread-db}
38819 @kindex maint check libthread-db
38820 @item maint check libthread-db
38821 Run integrity checks on the current inferior's thread debugging
38822 library. This exercises all @code{libthread_db} functionality used by
38823 @value{GDBN} on GNU/Linux systems, and by extension also exercises the
38824 @code{proc_service} functions provided by @value{GDBN} that
38825 @code{libthread_db} uses. Note that parts of the test may be skipped
38826 on some platforms when debugging core files.
38827
38828 @kindex maint print core-file-backed-mappings
38829 @cindex memory address space mappings
38830 @item maint print core-file-backed-mappings
38831 Print the file-backed mappings which were loaded from a core file note.
38832 This output represents state internal to @value{GDBN} and should be
38833 similar to the mappings displayed by the @code{info proc mappings}
38834 command.
38835
38836 @kindex maint print dummy-frames
38837 @item maint print dummy-frames
38838 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
38839
38840 @smallexample
38841 (@value{GDBP}) @kbd{b add}
38842 @dots{}
38843 (@value{GDBP}) @kbd{print add(2,3)}
38844 Breakpoint 2, add (a=2, b=3) at @dots{}
38845 58 return (a + b);
38846 The program being debugged stopped while in a function called from GDB.
38847 @dots{}
38848 (@value{GDBP}) @kbd{maint print dummy-frames}
38849 0xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
38850 (@value{GDBP})
38851 @end smallexample
38852
38853 Takes an optional file parameter.
38854
38855 @kindex maint print registers
38856 @kindex maint print raw-registers
38857 @kindex maint print cooked-registers
38858 @kindex maint print register-groups
38859 @kindex maint print remote-registers
38860 @item maint print registers @r{[}@var{file}@r{]}
38861 @itemx maint print raw-registers @r{[}@var{file}@r{]}
38862 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
38863 @itemx maint print register-groups @r{[}@var{file}@r{]}
38864 @itemx maint print remote-registers @r{[}@var{file}@r{]}
38865 Print @value{GDBN}'s internal register data structures.
38866
38867 The command @code{maint print raw-registers} includes the contents of
38868 the raw register cache; the command @code{maint print
38869 cooked-registers} includes the (cooked) value of all registers,
38870 including registers which aren't available on the target nor visible
38871 to user; the command @code{maint print register-groups} includes the
38872 groups that each register is a member of; and the command @code{maint
38873 print remote-registers} includes the remote target's register numbers
38874 and offsets in the `G' packets.
38875
38876 These commands take an optional parameter, a file name to which to
38877 write the information.
38878
38879 @kindex maint print reggroups
38880 @item maint print reggroups @r{[}@var{file}@r{]}
38881 Print @value{GDBN}'s internal register group data structures. The
38882 optional argument @var{file} tells to what file to write the
38883 information.
38884
38885 The register groups info looks like this:
38886
38887 @smallexample
38888 (@value{GDBP}) @kbd{maint print reggroups}
38889 Group Type
38890 general user
38891 float user
38892 all user
38893 vector user
38894 system user
38895 save internal
38896 restore internal
38897 @end smallexample
38898
38899 @kindex maint flush register-cache
38900 @kindex flushregs
38901 @cindex register cache, flushing
38902 @item maint flush register-cache
38903 @itemx flushregs
38904 Flush the contents of the register cache and as a consequence the
38905 frame cache. This command is useful when debugging issues related to
38906 register fetching, or frame unwinding. The command @code{flushregs}
38907 is deprecated in favor of @code{maint flush register-cache}.
38908
38909 @kindex maint print objfiles
38910 @cindex info for known object files
38911 @item maint print objfiles @r{[}@var{regexp}@r{]}
38912 Print a dump of all known object files.
38913 If @var{regexp} is specified, only print object files whose names
38914 match @var{regexp}. For each object file, this command prints its name,
38915 address in memory, and all of its psymtabs and symtabs.
38916
38917 @kindex maint print user-registers
38918 @cindex user registers
38919 @item maint print user-registers
38920 List all currently available @dfn{user registers}. User registers
38921 typically provide alternate names for actual hardware registers. They
38922 include the four ``standard'' registers @code{$fp}, @code{$pc},
38923 @code{$sp}, and @code{$ps}. @xref{standard registers}. User
38924 registers can be used in expressions in the same way as the canonical
38925 register names, but only the latter are listed by the @code{info
38926 registers} and @code{maint print registers} commands.
38927
38928 @kindex maint print section-scripts
38929 @cindex info for known .debug_gdb_scripts-loaded scripts
38930 @item maint print section-scripts [@var{regexp}]
38931 Print a dump of scripts specified in the @code{.debug_gdb_section} section.
38932 If @var{regexp} is specified, only print scripts loaded by object files
38933 matching @var{regexp}.
38934 For each script, this command prints its name as specified in the objfile,
38935 and the full path if known.
38936 @xref{dotdebug_gdb_scripts section}.
38937
38938 @kindex maint print statistics
38939 @cindex bcache statistics
38940 @item maint print statistics
38941 This command prints, for each object file in the program, various data
38942 about that object file followed by the byte cache (@dfn{bcache})
38943 statistics for the object file. The objfile data includes the number
38944 of minimal, partial, full, and stabs symbols, the number of types
38945 defined by the objfile, the number of as yet unexpanded psym tables,
38946 the number of line tables and string tables, and the amount of memory
38947 used by the various tables. The bcache statistics include the counts,
38948 sizes, and counts of duplicates of all and unique objects, max,
38949 average, and median entry size, total memory used and its overhead and
38950 savings, and various measures of the hash table size and chain
38951 lengths.
38952
38953 @kindex maint print target-stack
38954 @cindex target stack description
38955 @item maint print target-stack
38956 A @dfn{target} is an interface between the debugger and a particular
38957 kind of file or process. Targets can be stacked in @dfn{strata},
38958 so that more than one target can potentially respond to a request.
38959 In particular, memory accesses will walk down the stack of targets
38960 until they find a target that is interested in handling that particular
38961 address.
38962
38963 This command prints a short description of each layer that was pushed on
38964 the @dfn{target stack}, starting from the top layer down to the bottom one.
38965
38966 @kindex maint print type
38967 @cindex type chain of a data type
38968 @item maint print type @var{expr}
38969 Print the type chain for a type specified by @var{expr}. The argument
38970 can be either a type name or a symbol. If it is a symbol, the type of
38971 that symbol is described. The type chain produced by this command is
38972 a recursive definition of the data type as stored in @value{GDBN}'s
38973 data structures, including its flags and contained types.
38974
38975 @kindex maint selftest
38976 @cindex self tests
38977 @item maint selftest @r{[}@var{filter}@r{]}
38978 Run any self tests that were compiled in to @value{GDBN}. This will
38979 print a message showing how many tests were run, and how many failed.
38980 If a @var{filter} is passed, only the tests with @var{filter} in their
38981 name will by ran.
38982
38983 @kindex maint info selftests
38984 @cindex self tests
38985 @item maint info selftests
38986 List the selftests compiled in to @value{GDBN}.
38987
38988 @kindex maint set dwarf always-disassemble
38989 @kindex maint show dwarf always-disassemble
38990 @item maint set dwarf always-disassemble
38991 @item maint show dwarf always-disassemble
38992 Control the behavior of @code{info address} when using DWARF debugging
38993 information.
38994
38995 The default is @code{off}, which means that @value{GDBN} should try to
38996 describe a variable's location in an easily readable format. When
38997 @code{on}, @value{GDBN} will instead display the DWARF location
38998 expression in an assembly-like format. Note that some locations are
38999 too complex for @value{GDBN} to describe simply; in this case you will
39000 always see the disassembly form.
39001
39002 Here is an example of the resulting disassembly:
39003
39004 @smallexample
39005 (gdb) info addr argc
39006 Symbol "argc" is a complex DWARF expression:
39007 1: DW_OP_fbreg 0
39008 @end smallexample
39009
39010 For more information on these expressions, see
39011 @uref{http://www.dwarfstd.org/, the DWARF standard}.
39012
39013 @kindex maint set dwarf max-cache-age
39014 @kindex maint show dwarf max-cache-age
39015 @item maint set dwarf max-cache-age
39016 @itemx maint show dwarf max-cache-age
39017 Control the DWARF compilation unit cache.
39018
39019 @cindex DWARF compilation units cache
39020 In object files with inter-compilation-unit references, such as those
39021 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
39022 reader needs to frequently refer to previously read compilation units.
39023 This setting controls how long a compilation unit will remain in the
39024 cache if it is not referenced. A higher limit means that cached
39025 compilation units will be stored in memory longer, and more total
39026 memory will be used. Setting it to zero disables caching, which will
39027 slow down @value{GDBN} startup, but reduce memory consumption.
39028
39029 @kindex maint set dwarf unwinders
39030 @kindex maint show dwarf unwinders
39031 @item maint set dwarf unwinders
39032 @itemx maint show dwarf unwinders
39033 Control use of the DWARF frame unwinders.
39034
39035 @cindex DWARF frame unwinders
39036 Many targets that support DWARF debugging use @value{GDBN}'s DWARF
39037 frame unwinders to build the backtrace. Many of these targets will
39038 also have a second mechanism for building the backtrace for use in
39039 cases where DWARF information is not available, this second mechanism
39040 is often an analysis of a function's prologue.
39041
39042 In order to extend testing coverage of the second level stack
39043 unwinding mechanisms it is helpful to be able to disable the DWARF
39044 stack unwinders, this can be done with this switch.
39045
39046 In normal use of @value{GDBN} disabling the DWARF unwinders is not
39047 advisable, there are cases that are better handled through DWARF than
39048 prologue analysis, and the debug experience is likely to be better
39049 with the DWARF frame unwinders enabled.
39050
39051 If DWARF frame unwinders are not supported for a particular target
39052 architecture, then enabling this flag does not cause them to be used.
39053
39054 @kindex maint set worker-threads
39055 @kindex maint show worker-threads
39056 @item maint set worker-threads
39057 @item maint show worker-threads
39058 Control the number of worker threads that may be used by @value{GDBN}.
39059 On capable hosts, @value{GDBN} may use multiple threads to speed up
39060 certain CPU-intensive operations, such as demangling symbol names.
39061 While the number of threads used by @value{GDBN} may vary, this
39062 command can be used to set an upper bound on this number. The default
39063 is @code{unlimited}, which lets @value{GDBN} choose a reasonable
39064 number. Note that this only controls worker threads started by
39065 @value{GDBN} itself; libraries used by @value{GDBN} may start threads
39066 of their own.
39067
39068 @kindex maint set profile
39069 @kindex maint show profile
39070 @cindex profiling GDB
39071 @item maint set profile
39072 @itemx maint show profile
39073 Control profiling of @value{GDBN}.
39074
39075 Profiling will be disabled until you use the @samp{maint set profile}
39076 command to enable it. When you enable profiling, the system will begin
39077 collecting timing and execution count data; when you disable profiling or
39078 exit @value{GDBN}, the results will be written to a log file. Remember that
39079 if you use profiling, @value{GDBN} will overwrite the profiling log file
39080 (often called @file{gmon.out}). If you have a record of important profiling
39081 data in a @file{gmon.out} file, be sure to move it to a safe location.
39082
39083 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
39084 compiled with the @samp{-pg} compiler option.
39085
39086 @kindex maint set show-debug-regs
39087 @kindex maint show show-debug-regs
39088 @cindex hardware debug registers
39089 @item maint set show-debug-regs
39090 @itemx maint show show-debug-regs
39091 Control whether to show variables that mirror the hardware debug
39092 registers. Use @code{on} to enable, @code{off} to disable. If
39093 enabled, the debug registers values are shown when @value{GDBN} inserts or
39094 removes a hardware breakpoint or watchpoint, and when the inferior
39095 triggers a hardware-assisted breakpoint or watchpoint.
39096
39097 @kindex maint set show-all-tib
39098 @kindex maint show show-all-tib
39099 @item maint set show-all-tib
39100 @itemx maint show show-all-tib
39101 Control whether to show all non zero areas within a 1k block starting
39102 at thread local base, when using the @samp{info w32 thread-information-block}
39103 command.
39104
39105 @kindex maint set target-async
39106 @kindex maint show target-async
39107 @item maint set target-async
39108 @itemx maint show target-async
39109 This controls whether @value{GDBN} targets operate in synchronous or
39110 asynchronous mode (@pxref{Background Execution}). Normally the
39111 default is asynchronous, if it is available; but this can be changed
39112 to more easily debug problems occurring only in synchronous mode.
39113
39114 @kindex maint set target-non-stop @var{mode} [on|off|auto]
39115 @kindex maint show target-non-stop
39116 @item maint set target-non-stop
39117 @itemx maint show target-non-stop
39118
39119 This controls whether @value{GDBN} targets always operate in non-stop
39120 mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
39121 Mode}). The default is @code{auto}, meaning non-stop mode is enabled
39122 if supported by the target.
39123
39124 @table @code
39125 @item maint set target-non-stop auto
39126 This is the default mode. @value{GDBN} controls the target in
39127 non-stop mode if the target supports it.
39128
39129 @item maint set target-non-stop on
39130 @value{GDBN} controls the target in non-stop mode even if the target
39131 does not indicate support.
39132
39133 @item maint set target-non-stop off
39134 @value{GDBN} does not control the target in non-stop mode even if the
39135 target supports it.
39136 @end table
39137
39138 @kindex maint set tui-resize-message
39139 @kindex maint show tui-resize-message
39140 @item maint set tui-resize-message
39141 @item maint show tui-resize-message
39142 Control whether @value{GDBN} displays a message each time the terminal
39143 is resized when in TUI mode. The default is @code{off}, which means
39144 that @value{GDBN} is silent during resizes. When @code{on},
39145 @value{GDBN} will display a message after a resize is completed; the
39146 message will include a number indicating how many times the terminal
39147 has been resized. This setting is intended for use by the test suite,
39148 where it would otherwise be difficult to determine when a resize and
39149 refresh has been completed.
39150
39151 @kindex maint set per-command
39152 @kindex maint show per-command
39153 @item maint set per-command
39154 @itemx maint show per-command
39155 @cindex resources used by commands
39156
39157 @value{GDBN} can display the resources used by each command.
39158 This is useful in debugging performance problems.
39159
39160 @table @code
39161 @item maint set per-command space [on|off]
39162 @itemx maint show per-command space
39163 Enable or disable the printing of the memory used by GDB for each command.
39164 If enabled, @value{GDBN} will display how much memory each command
39165 took, following the command's own output.
39166 This can also be requested by invoking @value{GDBN} with the
39167 @option{--statistics} command-line switch (@pxref{Mode Options}).
39168
39169 @item maint set per-command time [on|off]
39170 @itemx maint show per-command time
39171 Enable or disable the printing of the execution time of @value{GDBN}
39172 for each command.
39173 If enabled, @value{GDBN} will display how much time it
39174 took to execute each command, following the command's own output.
39175 Both CPU time and wallclock time are printed.
39176 Printing both is useful when trying to determine whether the cost is
39177 CPU or, e.g., disk/network latency.
39178 Note that the CPU time printed is for @value{GDBN} only, it does not include
39179 the execution time of the inferior because there's no mechanism currently
39180 to compute how much time was spent by @value{GDBN} and how much time was
39181 spent by the program been debugged.
39182 This can also be requested by invoking @value{GDBN} with the
39183 @option{--statistics} command-line switch (@pxref{Mode Options}).
39184
39185 @item maint set per-command symtab [on|off]
39186 @itemx maint show per-command symtab
39187 Enable or disable the printing of basic symbol table statistics
39188 for each command.
39189 If enabled, @value{GDBN} will display the following information:
39190
39191 @enumerate a
39192 @item
39193 number of symbol tables
39194 @item
39195 number of primary symbol tables
39196 @item
39197 number of blocks in the blockvector
39198 @end enumerate
39199 @end table
39200
39201 @kindex maint set check-libthread-db
39202 @kindex maint show check-libthread-db
39203 @item maint set check-libthread-db [on|off]
39204 @itemx maint show check-libthread-db
39205 Control whether @value{GDBN} should run integrity checks on inferior
39206 specific thread debugging libraries as they are loaded. The default
39207 is not to perform such checks. If any check fails @value{GDBN} will
39208 unload the library and continue searching for a suitable candidate as
39209 described in @ref{set libthread-db-search-path}. For more information
39210 about the tests, see @ref{maint check libthread-db}.
39211
39212 @kindex maint space
39213 @cindex memory used by commands
39214 @item maint space @var{value}
39215 An alias for @code{maint set per-command space}.
39216 A non-zero value enables it, zero disables it.
39217
39218 @kindex maint time
39219 @cindex time of command execution
39220 @item maint time @var{value}
39221 An alias for @code{maint set per-command time}.
39222 A non-zero value enables it, zero disables it.
39223
39224 @kindex maint translate-address
39225 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
39226 Find the symbol stored at the location specified by the address
39227 @var{addr} and an optional section name @var{section}. If found,
39228 @value{GDBN} prints the name of the closest symbol and an offset from
39229 the symbol's location to the specified address. This is similar to
39230 the @code{info address} command (@pxref{Symbols}), except that this
39231 command also allows to find symbols in other sections.
39232
39233 If section was not specified, the section in which the symbol was found
39234 is also printed. For dynamically linked executables, the name of
39235 executable or shared library containing the symbol is printed as well.
39236
39237 @kindex maint test-options
39238 @item maint test-options require-delimiter
39239 @itemx maint test-options unknown-is-error
39240 @itemx maint test-options unknown-is-operand
39241 These commands are used by the testsuite to validate the command
39242 options framework. The @code{require-delimiter} variant requires a
39243 double-dash delimiter to indicate end of options. The
39244 @code{unknown-is-error} and @code{unknown-is-operand} do not. The
39245 @code{unknown-is-error} variant throws an error on unknown option,
39246 while @code{unknown-is-operand} treats unknown options as the start of
39247 the command's operands. When run, the commands output the result of
39248 the processed options. When completed, the commands store the
39249 internal result of completion in a variable exposed by the @code{maint
39250 show test-options-completion-result} command.
39251
39252 @kindex maint show test-options-completion-result
39253 @item maint show test-options-completion-result
39254 Shows the result of completing the @code{maint test-options}
39255 subcommands. This is used by the testsuite to validate completion
39256 support in the command options framework.
39257
39258 @kindex maint set test-settings
39259 @kindex maint show test-settings
39260 @item maint set test-settings @var{kind}
39261 @itemx maint show test-settings @var{kind}
39262 These are representative commands for each @var{kind} of setting type
39263 @value{GDBN} supports. They are used by the testsuite for exercising
39264 the settings infrastructure.
39265
39266 @kindex maint with
39267 @item maint with @var{setting} [@var{value}] [-- @var{command}]
39268 Like the @code{with} command, but works with @code{maintenance set}
39269 variables. This is used by the testsuite to exercise the @code{with}
39270 command's infrastructure.
39271
39272 @end table
39273
39274 The following command is useful for non-interactive invocations of
39275 @value{GDBN}, such as in the test suite.
39276
39277 @table @code
39278 @item set watchdog @var{nsec}
39279 @kindex set watchdog
39280 @cindex watchdog timer
39281 @cindex timeout for commands
39282 Set the maximum number of seconds @value{GDBN} will wait for the
39283 target operation to finish. If this time expires, @value{GDBN}
39284 reports and error and the command is aborted.
39285
39286 @item show watchdog
39287 Show the current setting of the target wait timeout.
39288 @end table
39289
39290 @node Remote Protocol
39291 @appendix @value{GDBN} Remote Serial Protocol
39292
39293 @menu
39294 * Overview::
39295 * Packets::
39296 * Stop Reply Packets::
39297 * General Query Packets::
39298 * Architecture-Specific Protocol Details::
39299 * Tracepoint Packets::
39300 * Host I/O Packets::
39301 * Interrupts::
39302 * Notification Packets::
39303 * Remote Non-Stop::
39304 * Packet Acknowledgment::
39305 * Examples::
39306 * File-I/O Remote Protocol Extension::
39307 * Library List Format::
39308 * Library List Format for SVR4 Targets::
39309 * Memory Map Format::
39310 * Thread List Format::
39311 * Traceframe Info Format::
39312 * Branch Trace Format::
39313 * Branch Trace Configuration Format::
39314 @end menu
39315
39316 @node Overview
39317 @section Overview
39318
39319 There may be occasions when you need to know something about the
39320 protocol---for example, if there is only one serial port to your target
39321 machine, you might want your program to do something special if it
39322 recognizes a packet meant for @value{GDBN}.
39323
39324 In the examples below, @samp{->} and @samp{<-} are used to indicate
39325 transmitted and received data, respectively.
39326
39327 @cindex protocol, @value{GDBN} remote serial
39328 @cindex serial protocol, @value{GDBN} remote
39329 @cindex remote serial protocol
39330 All @value{GDBN} commands and responses (other than acknowledgments
39331 and notifications, see @ref{Notification Packets}) are sent as a
39332 @var{packet}. A @var{packet} is introduced with the character
39333 @samp{$}, the actual @var{packet-data}, and the terminating character
39334 @samp{#} followed by a two-digit @var{checksum}:
39335
39336 @smallexample
39337 @code{$}@var{packet-data}@code{#}@var{checksum}
39338 @end smallexample
39339 @noindent
39340
39341 @cindex checksum, for @value{GDBN} remote
39342 @noindent
39343 The two-digit @var{checksum} is computed as the modulo 256 sum of all
39344 characters between the leading @samp{$} and the trailing @samp{#} (an
39345 eight bit unsigned checksum).
39346
39347 Implementors should note that prior to @value{GDBN} 5.0 the protocol
39348 specification also included an optional two-digit @var{sequence-id}:
39349
39350 @smallexample
39351 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
39352 @end smallexample
39353
39354 @cindex sequence-id, for @value{GDBN} remote
39355 @noindent
39356 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
39357 has never output @var{sequence-id}s. Stubs that handle packets added
39358 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
39359
39360 When either the host or the target machine receives a packet, the first
39361 response expected is an acknowledgment: either @samp{+} (to indicate
39362 the package was received correctly) or @samp{-} (to request
39363 retransmission):
39364
39365 @smallexample
39366 -> @code{$}@var{packet-data}@code{#}@var{checksum}
39367 <- @code{+}
39368 @end smallexample
39369 @noindent
39370
39371 The @samp{+}/@samp{-} acknowledgments can be disabled
39372 once a connection is established.
39373 @xref{Packet Acknowledgment}, for details.
39374
39375 The host (@value{GDBN}) sends @var{command}s, and the target (the
39376 debugging stub incorporated in your program) sends a @var{response}. In
39377 the case of step and continue @var{command}s, the response is only sent
39378 when the operation has completed, and the target has again stopped all
39379 threads in all attached processes. This is the default all-stop mode
39380 behavior, but the remote protocol also supports @value{GDBN}'s non-stop
39381 execution mode; see @ref{Remote Non-Stop}, for details.
39382
39383 @var{packet-data} consists of a sequence of characters with the
39384 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
39385 exceptions).
39386
39387 @cindex remote protocol, field separator
39388 Fields within the packet should be separated using @samp{,} @samp{;} or
39389 @samp{:}. Except where otherwise noted all numbers are represented in
39390 @sc{hex} with leading zeros suppressed.
39391
39392 Implementors should note that prior to @value{GDBN} 5.0, the character
39393 @samp{:} could not appear as the third character in a packet (as it
39394 would potentially conflict with the @var{sequence-id}).
39395
39396 @cindex remote protocol, binary data
39397 @anchor{Binary Data}
39398 Binary data in most packets is encoded either as two hexadecimal
39399 digits per byte of binary data. This allowed the traditional remote
39400 protocol to work over connections which were only seven-bit clean.
39401 Some packets designed more recently assume an eight-bit clean
39402 connection, and use a more efficient encoding to send and receive
39403 binary data.
39404
39405 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
39406 as an escape character. Any escaped byte is transmitted as the escape
39407 character followed by the original character XORed with @code{0x20}.
39408 For example, the byte @code{0x7d} would be transmitted as the two
39409 bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
39410 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
39411 @samp{@}}) must always be escaped. Responses sent by the stub
39412 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
39413 is not interpreted as the start of a run-length encoded sequence
39414 (described next).
39415
39416 Response @var{data} can be run-length encoded to save space.
39417 Run-length encoding replaces runs of identical characters with one
39418 instance of the repeated character, followed by a @samp{*} and a
39419 repeat count. The repeat count is itself sent encoded, to avoid
39420 binary characters in @var{data}: a value of @var{n} is sent as
39421 @code{@var{n}+29}. For a repeat count greater or equal to 3, this
39422 produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
39423 code 32) for a repeat count of 3. (This is because run-length
39424 encoding starts to win for counts 3 or more.) Thus, for example,
39425 @samp{0* } is a run-length encoding of ``0000'': the space character
39426 after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
39427 3}} more times.
39428
39429 The printable characters @samp{#} and @samp{$} or with a numeric value
39430 greater than 126 must not be used. Runs of six repeats (@samp{#}) or
39431 seven repeats (@samp{$}) can be expanded using a repeat count of only
39432 five (@samp{"}). For example, @samp{00000000} can be encoded as
39433 @samp{0*"00}.
39434
39435 The error response returned for some packets includes a two character
39436 error number. That number is not well defined.
39437
39438 @cindex empty response, for unsupported packets
39439 For any @var{command} not supported by the stub, an empty response
39440 (@samp{$#00}) should be returned. That way it is possible to extend the
39441 protocol. A newer @value{GDBN} can tell if a packet is supported based
39442 on that response.
39443
39444 At a minimum, a stub is required to support the @samp{?} command to
39445 tell @value{GDBN} the reason for halting, @samp{g} and @samp{G}
39446 commands for register access, and the @samp{m} and @samp{M} commands
39447 for memory access. Stubs that only control single-threaded targets
39448 can implement run control with the @samp{c} (continue) command, and if
39449 the target architecture supports hardware-assisted single-stepping,
39450 the @samp{s} (step) command. Stubs that support multi-threading
39451 targets should support the @samp{vCont} command. All other commands
39452 are optional.
39453
39454 @node Packets
39455 @section Packets
39456
39457 The following table provides a complete list of all currently defined
39458 @var{command}s and their corresponding response @var{data}.
39459 @xref{File-I/O Remote Protocol Extension}, for details about the File
39460 I/O extension of the remote protocol.
39461
39462 Each packet's description has a template showing the packet's overall
39463 syntax, followed by an explanation of the packet's meaning. We
39464 include spaces in some of the templates for clarity; these are not
39465 part of the packet's syntax. No @value{GDBN} packet uses spaces to
39466 separate its components. For example, a template like @samp{foo
39467 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
39468 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
39469 @var{baz}. @value{GDBN} does not transmit a space character between the
39470 @samp{foo} and the @var{bar}, or between the @var{bar} and the
39471 @var{baz}.
39472
39473 @cindex @var{thread-id}, in remote protocol
39474 @anchor{thread-id syntax}
39475 Several packets and replies include a @var{thread-id} field to identify
39476 a thread. Normally these are positive numbers with a target-specific
39477 interpretation, formatted as big-endian hex strings. A @var{thread-id}
39478 can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
39479 pick any thread.
39480
39481 In addition, the remote protocol supports a multiprocess feature in
39482 which the @var{thread-id} syntax is extended to optionally include both
39483 process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
39484 The @var{pid} (process) and @var{tid} (thread) components each have the
39485 format described above: a positive number with target-specific
39486 interpretation formatted as a big-endian hex string, literal @samp{-1}
39487 to indicate all processes or threads (respectively), or @samp{0} to
39488 indicate an arbitrary process or thread. Specifying just a process, as
39489 @samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
39490 error to specify all processes but a specific thread, such as
39491 @samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
39492 for those packets and replies explicitly documented to include a process
39493 ID, rather than a @var{thread-id}.
39494
39495 The multiprocess @var{thread-id} syntax extensions are only used if both
39496 @value{GDBN} and the stub report support for the @samp{multiprocess}
39497 feature using @samp{qSupported}. @xref{multiprocess extensions}, for
39498 more information.
39499
39500 Note that all packet forms beginning with an upper- or lower-case
39501 letter, other than those described here, are reserved for future use.
39502
39503 Here are the packet descriptions.
39504
39505 @table @samp
39506
39507 @item !
39508 @cindex @samp{!} packet
39509 @anchor{extended mode}
39510 Enable extended mode. In extended mode, the remote server is made
39511 persistent. The @samp{R} packet is used to restart the program being
39512 debugged.
39513
39514 Reply:
39515 @table @samp
39516 @item OK
39517 The remote target both supports and has enabled extended mode.
39518 @end table
39519
39520 @item ?
39521 @cindex @samp{?} packet
39522 @anchor{? packet}
39523 This is sent when connection is first established to query the reason
39524 the target halted. The reply is the same as for step and continue.
39525 This packet has a special interpretation when the target is in
39526 non-stop mode; see @ref{Remote Non-Stop}.
39527
39528 Reply:
39529 @xref{Stop Reply Packets}, for the reply specifications.
39530
39531 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
39532 @cindex @samp{A} packet
39533 Initialized @code{argv[]} array passed into program. @var{arglen}
39534 specifies the number of bytes in the hex encoded byte stream
39535 @var{arg}. See @code{gdbserver} for more details.
39536
39537 Reply:
39538 @table @samp
39539 @item OK
39540 The arguments were set.
39541 @item E @var{NN}
39542 An error occurred.
39543 @end table
39544
39545 @item b @var{baud}
39546 @cindex @samp{b} packet
39547 (Don't use this packet; its behavior is not well-defined.)
39548 Change the serial line speed to @var{baud}.
39549
39550 JTC: @emph{When does the transport layer state change? When it's
39551 received, or after the ACK is transmitted. In either case, there are
39552 problems if the command or the acknowledgment packet is dropped.}
39553
39554 Stan: @emph{If people really wanted to add something like this, and get
39555 it working for the first time, they ought to modify ser-unix.c to send
39556 some kind of out-of-band message to a specially-setup stub and have the
39557 switch happen "in between" packets, so that from remote protocol's point
39558 of view, nothing actually happened.}
39559
39560 @item B @var{addr},@var{mode}
39561 @cindex @samp{B} packet
39562 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
39563 breakpoint at @var{addr}.
39564
39565 Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
39566 (@pxref{insert breakpoint or watchpoint packet}).
39567
39568 @cindex @samp{bc} packet
39569 @anchor{bc}
39570 @item bc
39571 Backward continue. Execute the target system in reverse. No parameter.
39572 @xref{Reverse Execution}, for more information.
39573
39574 Reply:
39575 @xref{Stop Reply Packets}, for the reply specifications.
39576
39577 @cindex @samp{bs} packet
39578 @anchor{bs}
39579 @item bs
39580 Backward single step. Execute one instruction in reverse. No parameter.
39581 @xref{Reverse Execution}, for more information.
39582
39583 Reply:
39584 @xref{Stop Reply Packets}, for the reply specifications.
39585
39586 @item c @r{[}@var{addr}@r{]}
39587 @cindex @samp{c} packet
39588 Continue at @var{addr}, which is the address to resume. If @var{addr}
39589 is omitted, resume at current address.
39590
39591 This packet is deprecated for multi-threading support. @xref{vCont
39592 packet}.
39593
39594 Reply:
39595 @xref{Stop Reply Packets}, for the reply specifications.
39596
39597 @item C @var{sig}@r{[};@var{addr}@r{]}
39598 @cindex @samp{C} packet
39599 Continue with signal @var{sig} (hex signal number). If
39600 @samp{;@var{addr}} is omitted, resume at same address.
39601
39602 This packet is deprecated for multi-threading support. @xref{vCont
39603 packet}.
39604
39605 Reply:
39606 @xref{Stop Reply Packets}, for the reply specifications.
39607
39608 @item d
39609 @cindex @samp{d} packet
39610 Toggle debug flag.
39611
39612 Don't use this packet; instead, define a general set packet
39613 (@pxref{General Query Packets}).
39614
39615 @item D
39616 @itemx D;@var{pid}
39617 @cindex @samp{D} packet
39618 The first form of the packet is used to detach @value{GDBN} from the
39619 remote system. It is sent to the remote target
39620 before @value{GDBN} disconnects via the @code{detach} command.
39621
39622 The second form, including a process ID, is used when multiprocess
39623 protocol extensions are enabled (@pxref{multiprocess extensions}), to
39624 detach only a specific process. The @var{pid} is specified as a
39625 big-endian hex string.
39626
39627 Reply:
39628 @table @samp
39629 @item OK
39630 for success
39631 @item E @var{NN}
39632 for an error
39633 @end table
39634
39635 @item F @var{RC},@var{EE},@var{CF};@var{XX}
39636 @cindex @samp{F} packet
39637 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
39638 This is part of the File-I/O protocol extension. @xref{File-I/O
39639 Remote Protocol Extension}, for the specification.
39640
39641 @item g
39642 @anchor{read registers packet}
39643 @cindex @samp{g} packet
39644 Read general registers.
39645
39646 Reply:
39647 @table @samp
39648 @item @var{XX@dots{}}
39649 Each byte of register data is described by two hex digits. The bytes
39650 with the register are transmitted in target byte order. The size of
39651 each register and their position within the @samp{g} packet are
39652 determined by the @value{GDBN} internal gdbarch functions
39653 @code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
39654
39655 When reading registers from a trace frame (@pxref{Analyze Collected
39656 Data,,Using the Collected Data}), the stub may also return a string of
39657 literal @samp{x}'s in place of the register data digits, to indicate
39658 that the corresponding register has not been collected, thus its value
39659 is unavailable. For example, for an architecture with 4 registers of
39660 4 bytes each, the following reply indicates to @value{GDBN} that
39661 registers 0 and 2 have not been collected, while registers 1 and 3
39662 have been collected, and both have zero value:
39663
39664 @smallexample
39665 -> @code{g}
39666 <- @code{xxxxxxxx00000000xxxxxxxx00000000}
39667 @end smallexample
39668
39669 @item E @var{NN}
39670 for an error.
39671 @end table
39672
39673 @item G @var{XX@dots{}}
39674 @cindex @samp{G} packet
39675 Write general registers. @xref{read registers packet}, for a
39676 description of the @var{XX@dots{}} data.
39677
39678 Reply:
39679 @table @samp
39680 @item OK
39681 for success
39682 @item E @var{NN}
39683 for an error
39684 @end table
39685
39686 @item H @var{op} @var{thread-id}
39687 @cindex @samp{H} packet
39688 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
39689 @samp{G}, et.al.). Depending on the operation to be performed, @var{op}
39690 should be @samp{c} for step and continue operations (note that this
39691 is deprecated, supporting the @samp{vCont} command is a better
39692 option), and @samp{g} for other operations. The thread designator
39693 @var{thread-id} has the format and interpretation described in
39694 @ref{thread-id syntax}.
39695
39696 Reply:
39697 @table @samp
39698 @item OK
39699 for success
39700 @item E @var{NN}
39701 for an error
39702 @end table
39703
39704 @c FIXME: JTC:
39705 @c 'H': How restrictive (or permissive) is the thread model. If a
39706 @c thread is selected and stopped, are other threads allowed
39707 @c to continue to execute? As I mentioned above, I think the
39708 @c semantics of each command when a thread is selected must be
39709 @c described. For example:
39710 @c
39711 @c 'g': If the stub supports threads and a specific thread is
39712 @c selected, returns the register block from that thread;
39713 @c otherwise returns current registers.
39714 @c
39715 @c 'G' If the stub supports threads and a specific thread is
39716 @c selected, sets the registers of the register block of
39717 @c that thread; otherwise sets current registers.
39718
39719 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
39720 @anchor{cycle step packet}
39721 @cindex @samp{i} packet
39722 Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
39723 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
39724 step starting at that address.
39725
39726 @item I
39727 @cindex @samp{I} packet
39728 Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
39729 step packet}.
39730
39731 @item k
39732 @cindex @samp{k} packet
39733 Kill request.
39734
39735 The exact effect of this packet is not specified.
39736
39737 For a bare-metal target, it may power cycle or reset the target
39738 system. For that reason, the @samp{k} packet has no reply.
39739
39740 For a single-process target, it may kill that process if possible.
39741
39742 A multiple-process target may choose to kill just one process, or all
39743 that are under @value{GDBN}'s control. For more precise control, use
39744 the vKill packet (@pxref{vKill packet}).
39745
39746 If the target system immediately closes the connection in response to
39747 @samp{k}, @value{GDBN} does not consider the lack of packet
39748 acknowledgment to be an error, and assumes the kill was successful.
39749
39750 If connected using @kbd{target extended-remote}, and the target does
39751 not close the connection in response to a kill request, @value{GDBN}
39752 probes the target state as if a new connection was opened
39753 (@pxref{? packet}).
39754
39755 @item m @var{addr},@var{length}
39756 @cindex @samp{m} packet
39757 Read @var{length} addressable memory units starting at address @var{addr}
39758 (@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
39759 any particular boundary.
39760
39761 The stub need not use any particular size or alignment when gathering
39762 data from memory for the response; even if @var{addr} is word-aligned
39763 and @var{length} is a multiple of the word size, the stub is free to
39764 use byte accesses, or not. For this reason, this packet may not be
39765 suitable for accessing memory-mapped I/O devices.
39766 @cindex alignment of remote memory accesses
39767 @cindex size of remote memory accesses
39768 @cindex memory, alignment and size of remote accesses
39769
39770 Reply:
39771 @table @samp
39772 @item @var{XX@dots{}}
39773 Memory contents; each byte is transmitted as a two-digit hexadecimal number.
39774 The reply may contain fewer addressable memory units than requested if the
39775 server was able to read only part of the region of memory.
39776 @item E @var{NN}
39777 @var{NN} is errno
39778 @end table
39779
39780 @item M @var{addr},@var{length}:@var{XX@dots{}}
39781 @cindex @samp{M} packet
39782 Write @var{length} addressable memory units starting at address @var{addr}
39783 (@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
39784 byte is transmitted as a two-digit hexadecimal number.
39785
39786 Reply:
39787 @table @samp
39788 @item OK
39789 for success
39790 @item E @var{NN}
39791 for an error (this includes the case where only part of the data was
39792 written).
39793 @end table
39794
39795 @item p @var{n}
39796 @cindex @samp{p} packet
39797 Read the value of register @var{n}; @var{n} is in hex.
39798 @xref{read registers packet}, for a description of how the returned
39799 register value is encoded.
39800
39801 Reply:
39802 @table @samp
39803 @item @var{XX@dots{}}
39804 the register's value
39805 @item E @var{NN}
39806 for an error
39807 @item @w{}
39808 Indicating an unrecognized @var{query}.
39809 @end table
39810
39811 @item P @var{n@dots{}}=@var{r@dots{}}
39812 @anchor{write register packet}
39813 @cindex @samp{P} packet
39814 Write register @var{n@dots{}} with value @var{r@dots{}}. The register
39815 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
39816 digits for each byte in the register (target byte order).
39817
39818 Reply:
39819 @table @samp
39820 @item OK
39821 for success
39822 @item E @var{NN}
39823 for an error
39824 @end table
39825
39826 @item q @var{name} @var{params}@dots{}
39827 @itemx Q @var{name} @var{params}@dots{}
39828 @cindex @samp{q} packet
39829 @cindex @samp{Q} packet
39830 General query (@samp{q}) and set (@samp{Q}). These packets are
39831 described fully in @ref{General Query Packets}.
39832
39833 @item r
39834 @cindex @samp{r} packet
39835 Reset the entire system.
39836
39837 Don't use this packet; use the @samp{R} packet instead.
39838
39839 @item R @var{XX}
39840 @cindex @samp{R} packet
39841 Restart the program being debugged. The @var{XX}, while needed, is ignored.
39842 This packet is only available in extended mode (@pxref{extended mode}).
39843
39844 The @samp{R} packet has no reply.
39845
39846 @item s @r{[}@var{addr}@r{]}
39847 @cindex @samp{s} packet
39848 Single step, resuming at @var{addr}. If
39849 @var{addr} is omitted, resume at same address.
39850
39851 This packet is deprecated for multi-threading support. @xref{vCont
39852 packet}.
39853
39854 Reply:
39855 @xref{Stop Reply Packets}, for the reply specifications.
39856
39857 @item S @var{sig}@r{[};@var{addr}@r{]}
39858 @anchor{step with signal packet}
39859 @cindex @samp{S} packet
39860 Step with signal. This is analogous to the @samp{C} packet, but
39861 requests a single-step, rather than a normal resumption of execution.
39862
39863 This packet is deprecated for multi-threading support. @xref{vCont
39864 packet}.
39865
39866 Reply:
39867 @xref{Stop Reply Packets}, for the reply specifications.
39868
39869 @item t @var{addr}:@var{PP},@var{MM}
39870 @cindex @samp{t} packet
39871 Search backwards starting at address @var{addr} for a match with pattern
39872 @var{PP} and mask @var{MM}, both of which are are 4 byte long.
39873 There must be at least 3 digits in @var{addr}.
39874
39875 @item T @var{thread-id}
39876 @cindex @samp{T} packet
39877 Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
39878
39879 Reply:
39880 @table @samp
39881 @item OK
39882 thread is still alive
39883 @item E @var{NN}
39884 thread is dead
39885 @end table
39886
39887 @item v
39888 Packets starting with @samp{v} are identified by a multi-letter name,
39889 up to the first @samp{;} or @samp{?} (or the end of the packet).
39890
39891 @item vAttach;@var{pid}
39892 @cindex @samp{vAttach} packet
39893 Attach to a new process with the specified process ID @var{pid}.
39894 The process ID is a
39895 hexadecimal integer identifying the process. In all-stop mode, all
39896 threads in the attached process are stopped; in non-stop mode, it may be
39897 attached without being stopped if that is supported by the target.
39898
39899 @c In non-stop mode, on a successful vAttach, the stub should set the
39900 @c current thread to a thread of the newly-attached process. After
39901 @c attaching, GDB queries for the attached process's thread ID with qC.
39902 @c Also note that, from a user perspective, whether or not the
39903 @c target is stopped on attach in non-stop mode depends on whether you
39904 @c use the foreground or background version of the attach command, not
39905 @c on what vAttach does; GDB does the right thing with respect to either
39906 @c stopping or restarting threads.
39907
39908 This packet is only available in extended mode (@pxref{extended mode}).
39909
39910 Reply:
39911 @table @samp
39912 @item E @var{nn}
39913 for an error
39914 @item @r{Any stop packet}
39915 for success in all-stop mode (@pxref{Stop Reply Packets})
39916 @item OK
39917 for success in non-stop mode (@pxref{Remote Non-Stop})
39918 @end table
39919
39920 @item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
39921 @cindex @samp{vCont} packet
39922 @anchor{vCont packet}
39923 Resume the inferior, specifying different actions for each thread.
39924
39925 For each inferior thread, the leftmost action with a matching
39926 @var{thread-id} is applied. Threads that don't match any action
39927 remain in their current state. Thread IDs are specified using the
39928 syntax described in @ref{thread-id syntax}. If multiprocess
39929 extensions (@pxref{multiprocess extensions}) are supported, actions
39930 can be specified to match all threads in a process by using the
39931 @samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
39932 @var{thread-id} matches all threads. Specifying no actions is an
39933 error.
39934
39935 Currently supported actions are:
39936
39937 @table @samp
39938 @item c
39939 Continue.
39940 @item C @var{sig}
39941 Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
39942 @item s
39943 Step.
39944 @item S @var{sig}
39945 Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
39946 @item t
39947 Stop.
39948 @item r @var{start},@var{end}
39949 Step once, and then keep stepping as long as the thread stops at
39950 addresses between @var{start} (inclusive) and @var{end} (exclusive).
39951 The remote stub reports a stop reply when either the thread goes out
39952 of the range or is stopped due to an unrelated reason, such as hitting
39953 a breakpoint. @xref{range stepping}.
39954
39955 If the range is empty (@var{start} == @var{end}), then the action
39956 becomes equivalent to the @samp{s} action. In other words,
39957 single-step once, and report the stop (even if the stepped instruction
39958 jumps to @var{start}).
39959
39960 (A stop reply may be sent at any point even if the PC is still within
39961 the stepping range; for example, it is valid to implement this packet
39962 in a degenerate way as a single instruction step operation.)
39963
39964 @end table
39965
39966 The optional argument @var{addr} normally associated with the
39967 @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
39968 not supported in @samp{vCont}.
39969
39970 The @samp{t} action is only relevant in non-stop mode
39971 (@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
39972 A stop reply should be generated for any affected thread not already stopped.
39973 When a thread is stopped by means of a @samp{t} action,
39974 the corresponding stop reply should indicate that the thread has stopped with
39975 signal @samp{0}, regardless of whether the target uses some other signal
39976 as an implementation detail.
39977
39978 The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
39979 @samp{r} actions for threads that are already running. Conversely,
39980 the server must ignore @samp{t} actions for threads that are already
39981 stopped.
39982
39983 @emph{Note:} In non-stop mode, a thread is considered running until
39984 @value{GDBN} acknowledges an asynchronous stop notification for it with
39985 the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
39986
39987 The stub must support @samp{vCont} if it reports support for
39988 multiprocess extensions (@pxref{multiprocess extensions}).
39989
39990 Reply:
39991 @xref{Stop Reply Packets}, for the reply specifications.
39992
39993 @item vCont?
39994 @cindex @samp{vCont?} packet
39995 Request a list of actions supported by the @samp{vCont} packet.
39996
39997 Reply:
39998 @table @samp
39999 @item vCont@r{[};@var{action}@dots{}@r{]}
40000 The @samp{vCont} packet is supported. Each @var{action} is a supported
40001 command in the @samp{vCont} packet.
40002 @item @w{}
40003 The @samp{vCont} packet is not supported.
40004 @end table
40005
40006 @anchor{vCtrlC packet}
40007 @item vCtrlC
40008 @cindex @samp{vCtrlC} packet
40009 Interrupt remote target as if a control-C was pressed on the remote
40010 terminal. This is the equivalent to reacting to the @code{^C}
40011 (@samp{\003}, the control-C character) character in all-stop mode
40012 while the target is running, except this works in non-stop mode.
40013 @xref{interrupting remote targets}, for more info on the all-stop
40014 variant.
40015
40016 Reply:
40017 @table @samp
40018 @item E @var{nn}
40019 for an error
40020 @item OK
40021 for success
40022 @end table
40023
40024 @item vFile:@var{operation}:@var{parameter}@dots{}
40025 @cindex @samp{vFile} packet
40026 Perform a file operation on the target system. For details,
40027 see @ref{Host I/O Packets}.
40028
40029 @item vFlashErase:@var{addr},@var{length}
40030 @cindex @samp{vFlashErase} packet
40031 Direct the stub to erase @var{length} bytes of flash starting at
40032 @var{addr}. The region may enclose any number of flash blocks, but
40033 its start and end must fall on block boundaries, as indicated by the
40034 flash block size appearing in the memory map (@pxref{Memory Map
40035 Format}). @value{GDBN} groups flash memory programming operations
40036 together, and sends a @samp{vFlashDone} request after each group; the
40037 stub is allowed to delay erase operation until the @samp{vFlashDone}
40038 packet is received.
40039
40040 Reply:
40041 @table @samp
40042 @item OK
40043 for success
40044 @item E @var{NN}
40045 for an error
40046 @end table
40047
40048 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
40049 @cindex @samp{vFlashWrite} packet
40050 Direct the stub to write data to flash address @var{addr}. The data
40051 is passed in binary form using the same encoding as for the @samp{X}
40052 packet (@pxref{Binary Data}). The memory ranges specified by
40053 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
40054 not overlap, and must appear in order of increasing addresses
40055 (although @samp{vFlashErase} packets for higher addresses may already
40056 have been received; the ordering is guaranteed only between
40057 @samp{vFlashWrite} packets). If a packet writes to an address that was
40058 neither erased by a preceding @samp{vFlashErase} packet nor by some other
40059 target-specific method, the results are unpredictable.
40060
40061
40062 Reply:
40063 @table @samp
40064 @item OK
40065 for success
40066 @item E.memtype
40067 for vFlashWrite addressing non-flash memory
40068 @item E @var{NN}
40069 for an error
40070 @end table
40071
40072 @item vFlashDone
40073 @cindex @samp{vFlashDone} packet
40074 Indicate to the stub that flash programming operation is finished.
40075 The stub is permitted to delay or batch the effects of a group of
40076 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
40077 @samp{vFlashDone} packet is received. The contents of the affected
40078 regions of flash memory are unpredictable until the @samp{vFlashDone}
40079 request is completed.
40080
40081 @item vKill;@var{pid}
40082 @cindex @samp{vKill} packet
40083 @anchor{vKill packet}
40084 Kill the process with the specified process ID @var{pid}, which is a
40085 hexadecimal integer identifying the process. This packet is used in
40086 preference to @samp{k} when multiprocess protocol extensions are
40087 supported; see @ref{multiprocess extensions}.
40088
40089 Reply:
40090 @table @samp
40091 @item E @var{nn}
40092 for an error
40093 @item OK
40094 for success
40095 @end table
40096
40097 @item vMustReplyEmpty
40098 @cindex @samp{vMustReplyEmpty} packet
40099 The correct reply to an unknown @samp{v} packet is to return the empty
40100 string, however, some older versions of @command{gdbserver} would
40101 incorrectly return @samp{OK} for unknown @samp{v} packets.
40102
40103 The @samp{vMustReplyEmpty} is used as a feature test to check how
40104 @command{gdbserver} handles unknown packets, it is important that this
40105 packet be handled in the same way as other unknown @samp{v} packets.
40106 If this packet is handled differently to other unknown @samp{v}
40107 packets then it is possible that @value{GDBN} may run into problems in
40108 other areas, specifically around use of @samp{vFile:setfs:}.
40109
40110 @item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
40111 @cindex @samp{vRun} packet
40112 Run the program @var{filename}, passing it each @var{argument} on its
40113 command line. The file and arguments are hex-encoded strings. If
40114 @var{filename} is an empty string, the stub may use a default program
40115 (e.g.@: the last program run). The program is created in the stopped
40116 state.
40117
40118 @c FIXME: What about non-stop mode?
40119
40120 This packet is only available in extended mode (@pxref{extended mode}).
40121
40122 Reply:
40123 @table @samp
40124 @item E @var{nn}
40125 for an error
40126 @item @r{Any stop packet}
40127 for success (@pxref{Stop Reply Packets})
40128 @end table
40129
40130 @item vStopped
40131 @cindex @samp{vStopped} packet
40132 @xref{Notification Packets}.
40133
40134 @item X @var{addr},@var{length}:@var{XX@dots{}}
40135 @anchor{X packet}
40136 @cindex @samp{X} packet
40137 Write data to memory, where the data is transmitted in binary.
40138 Memory is specified by its address @var{addr} and number of addressable memory
40139 units @var{length} (@pxref{addressable memory unit});
40140 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
40141
40142 Reply:
40143 @table @samp
40144 @item OK
40145 for success
40146 @item E @var{NN}
40147 for an error
40148 @end table
40149
40150 @item z @var{type},@var{addr},@var{kind}
40151 @itemx Z @var{type},@var{addr},@var{kind}
40152 @anchor{insert breakpoint or watchpoint packet}
40153 @cindex @samp{z} packet
40154 @cindex @samp{Z} packets
40155 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
40156 watchpoint starting at address @var{address} of kind @var{kind}.
40157
40158 Each breakpoint and watchpoint packet @var{type} is documented
40159 separately.
40160
40161 @emph{Implementation notes: A remote target shall return an empty string
40162 for an unrecognized breakpoint or watchpoint packet @var{type}. A
40163 remote target shall support either both or neither of a given
40164 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
40165 avoid potential problems with duplicate packets, the operations should
40166 be implemented in an idempotent way.}
40167
40168 @item z0,@var{addr},@var{kind}
40169 @itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
40170 @cindex @samp{z0} packet
40171 @cindex @samp{Z0} packet
40172 Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
40173 @var{addr} of type @var{kind}.
40174
40175 A software breakpoint is implemented by replacing the instruction at
40176 @var{addr} with a software breakpoint or trap instruction. The
40177 @var{kind} is target-specific and typically indicates the size of the
40178 breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
40179 @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
40180 architectures have additional meanings for @var{kind}
40181 (@pxref{Architecture-Specific Protocol Details}); if no
40182 architecture-specific value is being used, it should be @samp{0}.
40183 @var{kind} is hex-encoded. @var{cond_list} is an optional list of
40184 conditional expressions in bytecode form that should be evaluated on
40185 the target's side. These are the conditions that should be taken into
40186 consideration when deciding if the breakpoint trigger should be
40187 reported back to @value{GDBN}.
40188
40189 See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
40190 for how to best report a software breakpoint event to @value{GDBN}.
40191
40192 The @var{cond_list} parameter is comprised of a series of expressions,
40193 concatenated without separators. Each expression has the following form:
40194
40195 @table @samp
40196
40197 @item X @var{len},@var{expr}
40198 @var{len} is the length of the bytecode expression and @var{expr} is the
40199 actual conditional expression in bytecode form.
40200
40201 @end table
40202
40203 The optional @var{cmd_list} parameter introduces commands that may be
40204 run on the target, rather than being reported back to @value{GDBN}.
40205 The parameter starts with a numeric flag @var{persist}; if the flag is
40206 nonzero, then the breakpoint may remain active and the commands
40207 continue to be run even when @value{GDBN} disconnects from the target.
40208 Following this flag is a series of expressions concatenated with no
40209 separators. Each expression has the following form:
40210
40211 @table @samp
40212
40213 @item X @var{len},@var{expr}
40214 @var{len} is the length of the bytecode expression and @var{expr} is the
40215 actual commands expression in bytecode form.
40216
40217 @end table
40218
40219 @emph{Implementation note: It is possible for a target to copy or move
40220 code that contains software breakpoints (e.g., when implementing
40221 overlays). The behavior of this packet, in the presence of such a
40222 target, is not defined.}
40223
40224 Reply:
40225 @table @samp
40226 @item OK
40227 success
40228 @item @w{}
40229 not supported
40230 @item E @var{NN}
40231 for an error
40232 @end table
40233
40234 @item z1,@var{addr},@var{kind}
40235 @itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
40236 @cindex @samp{z1} packet
40237 @cindex @samp{Z1} packet
40238 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
40239 address @var{addr}.
40240
40241 A hardware breakpoint is implemented using a mechanism that is not
40242 dependent on being able to modify the target's memory. The
40243 @var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
40244 same meaning as in @samp{Z0} packets.
40245
40246 @emph{Implementation note: A hardware breakpoint is not affected by code
40247 movement.}
40248
40249 Reply:
40250 @table @samp
40251 @item OK
40252 success
40253 @item @w{}
40254 not supported
40255 @item E @var{NN}
40256 for an error
40257 @end table
40258
40259 @item z2,@var{addr},@var{kind}
40260 @itemx Z2,@var{addr},@var{kind}
40261 @cindex @samp{z2} packet
40262 @cindex @samp{Z2} packet
40263 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
40264 The number of bytes to watch is specified by @var{kind}.
40265
40266 Reply:
40267 @table @samp
40268 @item OK
40269 success
40270 @item @w{}
40271 not supported
40272 @item E @var{NN}
40273 for an error
40274 @end table
40275
40276 @item z3,@var{addr},@var{kind}
40277 @itemx Z3,@var{addr},@var{kind}
40278 @cindex @samp{z3} packet
40279 @cindex @samp{Z3} packet
40280 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
40281 The number of bytes to watch is specified by @var{kind}.
40282
40283 Reply:
40284 @table @samp
40285 @item OK
40286 success
40287 @item @w{}
40288 not supported
40289 @item E @var{NN}
40290 for an error
40291 @end table
40292
40293 @item z4,@var{addr},@var{kind}
40294 @itemx Z4,@var{addr},@var{kind}
40295 @cindex @samp{z4} packet
40296 @cindex @samp{Z4} packet
40297 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
40298 The number of bytes to watch is specified by @var{kind}.
40299
40300 Reply:
40301 @table @samp
40302 @item OK
40303 success
40304 @item @w{}
40305 not supported
40306 @item E @var{NN}
40307 for an error
40308 @end table
40309
40310 @end table
40311
40312 @node Stop Reply Packets
40313 @section Stop Reply Packets
40314 @cindex stop reply packets
40315
40316 The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
40317 @samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
40318 receive any of the below as a reply. Except for @samp{?}
40319 and @samp{vStopped}, that reply is only returned
40320 when the target halts. In the below the exact meaning of @dfn{signal
40321 number} is defined by the header @file{include/gdb/signals.h} in the
40322 @value{GDBN} source code.
40323
40324 In non-stop mode, the server will simply reply @samp{OK} to commands
40325 such as @samp{vCont}; any stop will be the subject of a future
40326 notification. @xref{Remote Non-Stop}.
40327
40328 As in the description of request packets, we include spaces in the
40329 reply templates for clarity; these are not part of the reply packet's
40330 syntax. No @value{GDBN} stop reply packet uses spaces to separate its
40331 components.
40332
40333 @table @samp
40334
40335 @item S @var{AA}
40336 The program received signal number @var{AA} (a two-digit hexadecimal
40337 number). This is equivalent to a @samp{T} response with no
40338 @var{n}:@var{r} pairs.
40339
40340 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
40341 @cindex @samp{T} packet reply
40342 The program received signal number @var{AA} (a two-digit hexadecimal
40343 number). This is equivalent to an @samp{S} response, except that the
40344 @samp{@var{n}:@var{r}} pairs can carry values of important registers
40345 and other information directly in the stop reply packet, reducing
40346 round-trip latency. Single-step and breakpoint traps are reported
40347 this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
40348
40349 @itemize @bullet
40350 @item
40351 If @var{n} is a hexadecimal number, it is a register number, and the
40352 corresponding @var{r} gives that register's value. The data @var{r} is a
40353 series of bytes in target byte order, with each byte given by a
40354 two-digit hex number.
40355
40356 @item
40357 If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
40358 the stopped thread, as specified in @ref{thread-id syntax}.
40359
40360 @item
40361 If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
40362 the core on which the stop event was detected.
40363
40364 @item
40365 If @var{n} is a recognized @dfn{stop reason}, it describes a more
40366 specific event that stopped the target. The currently defined stop
40367 reasons are listed below. The @var{aa} should be @samp{05}, the trap
40368 signal. At most one stop reason should be present.
40369
40370 @item
40371 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
40372 and go on to the next; this allows us to extend the protocol in the
40373 future.
40374 @end itemize
40375
40376 The currently defined stop reasons are:
40377
40378 @table @samp
40379 @item watch
40380 @itemx rwatch
40381 @itemx awatch
40382 The packet indicates a watchpoint hit, and @var{r} is the data address, in
40383 hex.
40384
40385 @item syscall_entry
40386 @itemx syscall_return
40387 The packet indicates a syscall entry or return, and @var{r} is the
40388 syscall number, in hex.
40389
40390 @cindex shared library events, remote reply
40391 @item library
40392 The packet indicates that the loaded libraries have changed.
40393 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
40394 list of loaded libraries. The @var{r} part is ignored.
40395
40396 @cindex replay log events, remote reply
40397 @item replaylog
40398 The packet indicates that the target cannot continue replaying
40399 logged execution events, because it has reached the end (or the
40400 beginning when executing backward) of the log. The value of @var{r}
40401 will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
40402 for more information.
40403
40404 @item swbreak
40405 @anchor{swbreak stop reason}
40406 The packet indicates a software breakpoint instruction was executed,
40407 irrespective of whether it was @value{GDBN} that planted the
40408 breakpoint or the breakpoint is hardcoded in the program. The @var{r}
40409 part must be left empty.
40410
40411 On some architectures, such as x86, at the architecture level, when a
40412 breakpoint instruction executes the program counter points at the
40413 breakpoint address plus an offset. On such targets, the stub is
40414 responsible for adjusting the PC to point back at the breakpoint
40415 address.
40416
40417 This packet should not be sent by default; older @value{GDBN} versions
40418 did not support it. @value{GDBN} requests it, by supplying an
40419 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40420 remote stub must also supply the appropriate @samp{qSupported} feature
40421 indicating support.
40422
40423 This packet is required for correct non-stop mode operation.
40424
40425 @item hwbreak
40426 The packet indicates the target stopped for a hardware breakpoint.
40427 The @var{r} part must be left empty.
40428
40429 The same remarks about @samp{qSupported} and non-stop mode above
40430 apply.
40431
40432 @cindex fork events, remote reply
40433 @item fork
40434 The packet indicates that @code{fork} was called, and @var{r}
40435 is the thread ID of the new child process. Refer to
40436 @ref{thread-id syntax} for the format of the @var{thread-id}
40437 field. This packet is only applicable to targets that support
40438 fork events.
40439
40440 This packet should not be sent by default; older @value{GDBN} versions
40441 did not support it. @value{GDBN} requests it, by supplying an
40442 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40443 remote stub must also supply the appropriate @samp{qSupported} feature
40444 indicating support.
40445
40446 @cindex vfork events, remote reply
40447 @item vfork
40448 The packet indicates that @code{vfork} was called, and @var{r}
40449 is the thread ID of the new child process. Refer to
40450 @ref{thread-id syntax} for the format of the @var{thread-id}
40451 field. This packet is only applicable to targets that support
40452 vfork events.
40453
40454 This packet should not be sent by default; older @value{GDBN} versions
40455 did not support it. @value{GDBN} requests it, by supplying an
40456 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40457 remote stub must also supply the appropriate @samp{qSupported} feature
40458 indicating support.
40459
40460 @cindex vforkdone events, remote reply
40461 @item vforkdone
40462 The packet indicates that a child process created by a vfork
40463 has either called @code{exec} or terminated, so that the
40464 address spaces of the parent and child process are no longer
40465 shared. The @var{r} part is ignored. This packet is only
40466 applicable to targets that support vforkdone events.
40467
40468 This packet should not be sent by default; older @value{GDBN} versions
40469 did not support it. @value{GDBN} requests it, by supplying an
40470 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40471 remote stub must also supply the appropriate @samp{qSupported} feature
40472 indicating support.
40473
40474 @cindex exec events, remote reply
40475 @item exec
40476 The packet indicates that @code{execve} was called, and @var{r}
40477 is the absolute pathname of the file that was executed, in hex.
40478 This packet is only applicable to targets that support exec events.
40479
40480 This packet should not be sent by default; older @value{GDBN} versions
40481 did not support it. @value{GDBN} requests it, by supplying an
40482 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40483 remote stub must also supply the appropriate @samp{qSupported} feature
40484 indicating support.
40485
40486 @cindex thread create event, remote reply
40487 @anchor{thread create event}
40488 @item create
40489 The packet indicates that the thread was just created. The new thread
40490 is stopped until @value{GDBN} sets it running with a resumption packet
40491 (@pxref{vCont packet}). This packet should not be sent by default;
40492 @value{GDBN} requests it with the @ref{QThreadEvents} packet. See
40493 also the @samp{w} (@pxref{thread exit event}) remote reply below. The
40494 @var{r} part is ignored.
40495
40496 @end table
40497
40498 @item W @var{AA}
40499 @itemx W @var{AA} ; process:@var{pid}
40500 The process exited, and @var{AA} is the exit status. This is only
40501 applicable to certain targets.
40502
40503 The second form of the response, including the process ID of the
40504 exited process, can be used only when @value{GDBN} has reported
40505 support for multiprocess protocol extensions; see @ref{multiprocess
40506 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40507 hex strings.
40508
40509 @item X @var{AA}
40510 @itemx X @var{AA} ; process:@var{pid}
40511 The process terminated with signal @var{AA}.
40512
40513 The second form of the response, including the process ID of the
40514 terminated process, can be used only when @value{GDBN} has reported
40515 support for multiprocess protocol extensions; see @ref{multiprocess
40516 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40517 hex strings.
40518
40519 @anchor{thread exit event}
40520 @cindex thread exit event, remote reply
40521 @item w @var{AA} ; @var{tid}
40522
40523 The thread exited, and @var{AA} is the exit status. This response
40524 should not be sent by default; @value{GDBN} requests it with the
40525 @ref{QThreadEvents} packet. See also @ref{thread create event} above.
40526 @var{AA} is formatted as a big-endian hex string.
40527
40528 @item N
40529 There are no resumed threads left in the target. In other words, even
40530 though the process is alive, the last resumed thread has exited. For
40531 example, say the target process has two threads: thread 1 and thread
40532 2. The client leaves thread 1 stopped, and resumes thread 2, which
40533 subsequently exits. At this point, even though the process is still
40534 alive, and thus no @samp{W} stop reply is sent, no thread is actually
40535 executing either. The @samp{N} stop reply thus informs the client
40536 that it can stop waiting for stop replies. This packet should not be
40537 sent by default; older @value{GDBN} versions did not support it.
40538 @value{GDBN} requests it, by supplying an appropriate
40539 @samp{qSupported} feature (@pxref{qSupported}). The remote stub must
40540 also supply the appropriate @samp{qSupported} feature indicating
40541 support.
40542
40543 @item O @var{XX}@dots{}
40544 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
40545 written as the program's console output. This can happen at any time
40546 while the program is running and the debugger should continue to wait
40547 for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
40548
40549 @item F @var{call-id},@var{parameter}@dots{}
40550 @var{call-id} is the identifier which says which host system call should
40551 be called. This is just the name of the function. Translation into the
40552 correct system call is only applicable as it's defined in @value{GDBN}.
40553 @xref{File-I/O Remote Protocol Extension}, for a list of implemented
40554 system calls.
40555
40556 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
40557 this very system call.
40558
40559 The target replies with this packet when it expects @value{GDBN} to
40560 call a host system call on behalf of the target. @value{GDBN} replies
40561 with an appropriate @samp{F} packet and keeps up waiting for the next
40562 reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
40563 or @samp{s} action is expected to be continued. @xref{File-I/O Remote
40564 Protocol Extension}, for more details.
40565
40566 @end table
40567
40568 @node General Query Packets
40569 @section General Query Packets
40570 @cindex remote query requests
40571
40572 Packets starting with @samp{q} are @dfn{general query packets};
40573 packets starting with @samp{Q} are @dfn{general set packets}. General
40574 query and set packets are a semi-unified form for retrieving and
40575 sending information to and from the stub.
40576
40577 The initial letter of a query or set packet is followed by a name
40578 indicating what sort of thing the packet applies to. For example,
40579 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
40580 definitions with the stub. These packet names follow some
40581 conventions:
40582
40583 @itemize @bullet
40584 @item
40585 The name must not contain commas, colons or semicolons.
40586 @item
40587 Most @value{GDBN} query and set packets have a leading upper case
40588 letter.
40589 @item
40590 The names of custom vendor packets should use a company prefix, in
40591 lower case, followed by a period. For example, packets designed at
40592 the Acme Corporation might begin with @samp{qacme.foo} (for querying
40593 foos) or @samp{Qacme.bar} (for setting bars).
40594 @end itemize
40595
40596 The name of a query or set packet should be separated from any
40597 parameters by a @samp{:}; the parameters themselves should be
40598 separated by @samp{,} or @samp{;}. Stubs must be careful to match the
40599 full packet name, and check for a separator or the end of the packet,
40600 in case two packet names share a common prefix. New packets should not begin
40601 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
40602 packets predate these conventions, and have arguments without any terminator
40603 for the packet name; we suspect they are in widespread use in places that
40604 are difficult to upgrade. The @samp{qC} packet has no arguments, but some
40605 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
40606 packet.}.
40607
40608 Like the descriptions of the other packets, each description here
40609 has a template showing the packet's overall syntax, followed by an
40610 explanation of the packet's meaning. We include spaces in some of the
40611 templates for clarity; these are not part of the packet's syntax. No
40612 @value{GDBN} packet uses spaces to separate its components.
40613
40614 Here are the currently defined query and set packets:
40615
40616 @table @samp
40617
40618 @item QAgent:1
40619 @itemx QAgent:0
40620 Turn on or off the agent as a helper to perform some debugging operations
40621 delegated from @value{GDBN} (@pxref{Control Agent}).
40622
40623 @item QAllow:@var{op}:@var{val}@dots{}
40624 @cindex @samp{QAllow} packet
40625 Specify which operations @value{GDBN} expects to request of the
40626 target, as a semicolon-separated list of operation name and value
40627 pairs. Possible values for @var{op} include @samp{WriteReg},
40628 @samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
40629 @samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
40630 indicating that @value{GDBN} will not request the operation, or 1,
40631 indicating that it may. (The target can then use this to set up its
40632 own internals optimally, for instance if the debugger never expects to
40633 insert breakpoints, it may not need to install its own trap handler.)
40634
40635 @item qC
40636 @cindex current thread, remote request
40637 @cindex @samp{qC} packet
40638 Return the current thread ID.
40639
40640 Reply:
40641 @table @samp
40642 @item QC @var{thread-id}
40643 Where @var{thread-id} is a thread ID as documented in
40644 @ref{thread-id syntax}.
40645 @item @r{(anything else)}
40646 Any other reply implies the old thread ID.
40647 @end table
40648
40649 @item qCRC:@var{addr},@var{length}
40650 @cindex CRC of memory block, remote request
40651 @cindex @samp{qCRC} packet
40652 @anchor{qCRC packet}
40653 Compute the CRC checksum of a block of memory using CRC-32 defined in
40654 IEEE 802.3. The CRC is computed byte at a time, taking the most
40655 significant bit of each byte first. The initial pattern code
40656 @code{0xffffffff} is used to ensure leading zeros affect the CRC.
40657
40658 @emph{Note:} This is the same CRC used in validating separate debug
40659 files (@pxref{Separate Debug Files, , Debugging Information in Separate
40660 Files}). However the algorithm is slightly different. When validating
40661 separate debug files, the CRC is computed taking the @emph{least}
40662 significant bit of each byte first, and the final result is inverted to
40663 detect trailing zeros.
40664
40665 Reply:
40666 @table @samp
40667 @item E @var{NN}
40668 An error (such as memory fault)
40669 @item C @var{crc32}
40670 The specified memory region's checksum is @var{crc32}.
40671 @end table
40672
40673 @item QDisableRandomization:@var{value}
40674 @cindex disable address space randomization, remote request
40675 @cindex @samp{QDisableRandomization} packet
40676 Some target operating systems will randomize the virtual address space
40677 of the inferior process as a security feature, but provide a feature
40678 to disable such randomization, e.g.@: to allow for a more deterministic
40679 debugging experience. On such systems, this packet with a @var{value}
40680 of 1 directs the target to disable address space randomization for
40681 processes subsequently started via @samp{vRun} packets, while a packet
40682 with a @var{value} of 0 tells the target to enable address space
40683 randomization.
40684
40685 This packet is only available in extended mode (@pxref{extended mode}).
40686
40687 Reply:
40688 @table @samp
40689 @item OK
40690 The request succeeded.
40691
40692 @item E @var{nn}
40693 An error occurred. The error number @var{nn} is given as hex digits.
40694
40695 @item @w{}
40696 An empty reply indicates that @samp{QDisableRandomization} is not supported
40697 by the stub.
40698 @end table
40699
40700 This packet is not probed by default; the remote stub must request it,
40701 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40702 This should only be done on targets that actually support disabling
40703 address space randomization.
40704
40705 @item QStartupWithShell:@var{value}
40706 @cindex startup with shell, remote request
40707 @cindex @samp{QStartupWithShell} packet
40708 On UNIX-like targets, it is possible to start the inferior using a
40709 shell program. This is the default behavior on both @value{GDBN} and
40710 @command{gdbserver} (@pxref{set startup-with-shell}). This packet is
40711 used to inform @command{gdbserver} whether it should start the
40712 inferior using a shell or not.
40713
40714 If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
40715 to start the inferior. If @var{value} is @samp{1},
40716 @command{gdbserver} will use a shell to start the inferior. All other
40717 values are considered an error.
40718
40719 This packet is only available in extended mode (@pxref{extended
40720 mode}).
40721
40722 Reply:
40723 @table @samp
40724 @item OK
40725 The request succeeded.
40726
40727 @item E @var{nn}
40728 An error occurred. The error number @var{nn} is given as hex digits.
40729 @end table
40730
40731 This packet is not probed by default; the remote stub must request it,
40732 by supplying an appropriate @samp{qSupported} response
40733 (@pxref{qSupported}). This should only be done on targets that
40734 actually support starting the inferior using a shell.
40735
40736 Use of this packet is controlled by the @code{set startup-with-shell}
40737 command; @pxref{set startup-with-shell}.
40738
40739 @item QEnvironmentHexEncoded:@var{hex-value}
40740 @anchor{QEnvironmentHexEncoded}
40741 @cindex set environment variable, remote request
40742 @cindex @samp{QEnvironmentHexEncoded} packet
40743 On UNIX-like targets, it is possible to set environment variables that
40744 will be passed to the inferior during the startup process. This
40745 packet is used to inform @command{gdbserver} of an environment
40746 variable that has been defined by the user on @value{GDBN} (@pxref{set
40747 environment}).
40748
40749 The packet is composed by @var{hex-value}, an hex encoded
40750 representation of the @var{name=value} format representing an
40751 environment variable. The name of the environment variable is
40752 represented by @var{name}, and the value to be assigned to the
40753 environment variable is represented by @var{value}. If the variable
40754 has no value (i.e., the value is @code{null}), then @var{value} will
40755 not be present.
40756
40757 This packet is only available in extended mode (@pxref{extended
40758 mode}).
40759
40760 Reply:
40761 @table @samp
40762 @item OK
40763 The request succeeded.
40764 @end table
40765
40766 This packet is not probed by default; the remote stub must request it,
40767 by supplying an appropriate @samp{qSupported} response
40768 (@pxref{qSupported}). This should only be done on targets that
40769 actually support passing environment variables to the starting
40770 inferior.
40771
40772 This packet is related to the @code{set environment} command;
40773 @pxref{set environment}.
40774
40775 @item QEnvironmentUnset:@var{hex-value}
40776 @anchor{QEnvironmentUnset}
40777 @cindex unset environment variable, remote request
40778 @cindex @samp{QEnvironmentUnset} packet
40779 On UNIX-like targets, it is possible to unset environment variables
40780 before starting the inferior in the remote target. This packet is
40781 used to inform @command{gdbserver} of an environment variable that has
40782 been unset by the user on @value{GDBN} (@pxref{unset environment}).
40783
40784 The packet is composed by @var{hex-value}, an hex encoded
40785 representation of the name of the environment variable to be unset.
40786
40787 This packet is only available in extended mode (@pxref{extended
40788 mode}).
40789
40790 Reply:
40791 @table @samp
40792 @item OK
40793 The request succeeded.
40794 @end table
40795
40796 This packet is not probed by default; the remote stub must request it,
40797 by supplying an appropriate @samp{qSupported} response
40798 (@pxref{qSupported}). This should only be done on targets that
40799 actually support passing environment variables to the starting
40800 inferior.
40801
40802 This packet is related to the @code{unset environment} command;
40803 @pxref{unset environment}.
40804
40805 @item QEnvironmentReset
40806 @anchor{QEnvironmentReset}
40807 @cindex reset environment, remote request
40808 @cindex @samp{QEnvironmentReset} packet
40809 On UNIX-like targets, this packet is used to reset the state of
40810 environment variables in the remote target before starting the
40811 inferior. In this context, reset means unsetting all environment
40812 variables that were previously set by the user (i.e., were not
40813 initially present in the environment). It is sent to
40814 @command{gdbserver} before the @samp{QEnvironmentHexEncoded}
40815 (@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
40816 (@pxref{QEnvironmentUnset}) packets.
40817
40818 This packet is only available in extended mode (@pxref{extended
40819 mode}).
40820
40821 Reply:
40822 @table @samp
40823 @item OK
40824 The request succeeded.
40825 @end table
40826
40827 This packet is not probed by default; the remote stub must request it,
40828 by supplying an appropriate @samp{qSupported} response
40829 (@pxref{qSupported}). This should only be done on targets that
40830 actually support passing environment variables to the starting
40831 inferior.
40832
40833 @item QSetWorkingDir:@r{[}@var{directory}@r{]}
40834 @anchor{QSetWorkingDir packet}
40835 @cindex set working directory, remote request
40836 @cindex @samp{QSetWorkingDir} packet
40837 This packet is used to inform the remote server of the intended
40838 current working directory for programs that are going to be executed.
40839
40840 The packet is composed by @var{directory}, an hex encoded
40841 representation of the directory that the remote inferior will use as
40842 its current working directory. If @var{directory} is an empty string,
40843 the remote server should reset the inferior's current working
40844 directory to its original, empty value.
40845
40846 This packet is only available in extended mode (@pxref{extended
40847 mode}).
40848
40849 Reply:
40850 @table @samp
40851 @item OK
40852 The request succeeded.
40853 @end table
40854
40855 @item qfThreadInfo
40856 @itemx qsThreadInfo
40857 @cindex list active threads, remote request
40858 @cindex @samp{qfThreadInfo} packet
40859 @cindex @samp{qsThreadInfo} packet
40860 Obtain a list of all active thread IDs from the target (OS). Since there
40861 may be too many active threads to fit into one reply packet, this query
40862 works iteratively: it may require more than one query/reply sequence to
40863 obtain the entire list of threads. The first query of the sequence will
40864 be the @samp{qfThreadInfo} query; subsequent queries in the
40865 sequence will be the @samp{qsThreadInfo} query.
40866
40867 NOTE: This packet replaces the @samp{qL} query (see below).
40868
40869 Reply:
40870 @table @samp
40871 @item m @var{thread-id}
40872 A single thread ID
40873 @item m @var{thread-id},@var{thread-id}@dots{}
40874 a comma-separated list of thread IDs
40875 @item l
40876 (lower case letter @samp{L}) denotes end of list.
40877 @end table
40878
40879 In response to each query, the target will reply with a list of one or
40880 more thread IDs, separated by commas.
40881 @value{GDBN} will respond to each reply with a request for more thread
40882 ids (using the @samp{qs} form of the query), until the target responds
40883 with @samp{l} (lower-case ell, for @dfn{last}).
40884 Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
40885 fields.
40886
40887 @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
40888 initial connection with the remote target, and the very first thread ID
40889 mentioned in the reply will be stopped by @value{GDBN} in a subsequent
40890 message. Therefore, the stub should ensure that the first thread ID in
40891 the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
40892
40893 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
40894 @cindex get thread-local storage address, remote request
40895 @cindex @samp{qGetTLSAddr} packet
40896 Fetch the address associated with thread local storage specified
40897 by @var{thread-id}, @var{offset}, and @var{lm}.
40898
40899 @var{thread-id} is the thread ID associated with the
40900 thread for which to fetch the TLS address. @xref{thread-id syntax}.
40901
40902 @var{offset} is the (big endian, hex encoded) offset associated with the
40903 thread local variable. (This offset is obtained from the debug
40904 information associated with the variable.)
40905
40906 @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
40907 load module associated with the thread local storage. For example,
40908 a @sc{gnu}/Linux system will pass the link map address of the shared
40909 object associated with the thread local storage under consideration.
40910 Other operating environments may choose to represent the load module
40911 differently, so the precise meaning of this parameter will vary.
40912
40913 Reply:
40914 @table @samp
40915 @item @var{XX}@dots{}
40916 Hex encoded (big endian) bytes representing the address of the thread
40917 local storage requested.
40918
40919 @item E @var{nn}
40920 An error occurred. The error number @var{nn} is given as hex digits.
40921
40922 @item @w{}
40923 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
40924 @end table
40925
40926 @item qGetTIBAddr:@var{thread-id}
40927 @cindex get thread information block address
40928 @cindex @samp{qGetTIBAddr} packet
40929 Fetch address of the Windows OS specific Thread Information Block.
40930
40931 @var{thread-id} is the thread ID associated with the thread.
40932
40933 Reply:
40934 @table @samp
40935 @item @var{XX}@dots{}
40936 Hex encoded (big endian) bytes representing the linear address of the
40937 thread information block.
40938
40939 @item E @var{nn}
40940 An error occured. This means that either the thread was not found, or the
40941 address could not be retrieved.
40942
40943 @item @w{}
40944 An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
40945 @end table
40946
40947 @item qL @var{startflag} @var{threadcount} @var{nextthread}
40948 Obtain thread information from RTOS. Where: @var{startflag} (one hex
40949 digit) is one to indicate the first query and zero to indicate a
40950 subsequent query; @var{threadcount} (two hex digits) is the maximum
40951 number of threads the response packet can contain; and @var{nextthread}
40952 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
40953 returned in the response as @var{argthread}.
40954
40955 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
40956
40957 Reply:
40958 @table @samp
40959 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
40960 Where: @var{count} (two hex digits) is the number of threads being
40961 returned; @var{done} (one hex digit) is zero to indicate more threads
40962 and one indicates no further threads; @var{argthreadid} (eight hex
40963 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
40964 is a sequence of thread IDs, @var{threadid} (eight hex
40965 digits), from the target. See @code{remote.c:parse_threadlist_response()}.
40966 @end table
40967
40968 @item qOffsets
40969 @cindex section offsets, remote request
40970 @cindex @samp{qOffsets} packet
40971 Get section offsets that the target used when relocating the downloaded
40972 image.
40973
40974 Reply:
40975 @table @samp
40976 @item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
40977 Relocate the @code{Text} section by @var{xxx} from its original address.
40978 Relocate the @code{Data} section by @var{yyy} from its original address.
40979 If the object file format provides segment information (e.g.@: @sc{elf}
40980 @samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
40981 segments by the supplied offsets.
40982
40983 @emph{Note: while a @code{Bss} offset may be included in the response,
40984 @value{GDBN} ignores this and instead applies the @code{Data} offset
40985 to the @code{Bss} section.}
40986
40987 @item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
40988 Relocate the first segment of the object file, which conventionally
40989 contains program code, to a starting address of @var{xxx}. If
40990 @samp{DataSeg} is specified, relocate the second segment, which
40991 conventionally contains modifiable data, to a starting address of
40992 @var{yyy}. @value{GDBN} will report an error if the object file
40993 does not contain segment information, or does not contain at least
40994 as many segments as mentioned in the reply. Extra segments are
40995 kept at fixed offsets relative to the last relocated segment.
40996 @end table
40997
40998 @item qP @var{mode} @var{thread-id}
40999 @cindex thread information, remote request
41000 @cindex @samp{qP} packet
41001 Returns information on @var{thread-id}. Where: @var{mode} is a hex
41002 encoded 32 bit mode; @var{thread-id} is a thread ID
41003 (@pxref{thread-id syntax}).
41004
41005 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
41006 (see below).
41007
41008 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
41009
41010 @item QNonStop:1
41011 @itemx QNonStop:0
41012 @cindex non-stop mode, remote request
41013 @cindex @samp{QNonStop} packet
41014 @anchor{QNonStop}
41015 Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
41016 @xref{Remote Non-Stop}, for more information.
41017
41018 Reply:
41019 @table @samp
41020 @item OK
41021 The request succeeded.
41022
41023 @item E @var{nn}
41024 An error occurred. The error number @var{nn} is given as hex digits.
41025
41026 @item @w{}
41027 An empty reply indicates that @samp{QNonStop} is not supported by
41028 the stub.
41029 @end table
41030
41031 This packet is not probed by default; the remote stub must request it,
41032 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41033 Use of this packet is controlled by the @code{set non-stop} command;
41034 @pxref{Non-Stop Mode}.
41035
41036 @item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
41037 @itemx QCatchSyscalls:0
41038 @cindex catch syscalls from inferior, remote request
41039 @cindex @samp{QCatchSyscalls} packet
41040 @anchor{QCatchSyscalls}
41041 Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
41042 catching syscalls from the inferior process.
41043
41044 For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
41045 in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
41046 is listed, every system call should be reported.
41047
41048 Note that if a syscall not in the list is reported, @value{GDBN} will
41049 still filter the event according to its own list from all corresponding
41050 @code{catch syscall} commands. However, it is more efficient to only
41051 report the requested syscalls.
41052
41053 Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
41054 @samp{QCatchSyscalls:1} list is completely replaced by the new list.
41055
41056 If the inferior process execs, the state of @samp{QCatchSyscalls} is
41057 kept for the new process too. On targets where exec may affect syscall
41058 numbers, for example with exec between 32 and 64-bit processes, the
41059 client should send a new packet with the new syscall list.
41060
41061 Reply:
41062 @table @samp
41063 @item OK
41064 The request succeeded.
41065
41066 @item E @var{nn}
41067 An error occurred. @var{nn} are hex digits.
41068
41069 @item @w{}
41070 An empty reply indicates that @samp{QCatchSyscalls} is not supported by
41071 the stub.
41072 @end table
41073
41074 Use of this packet is controlled by the @code{set remote catch-syscalls}
41075 command (@pxref{Remote Configuration, set remote catch-syscalls}).
41076 This packet is not probed by default; the remote stub must request it,
41077 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41078
41079 @item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41080 @cindex pass signals to inferior, remote request
41081 @cindex @samp{QPassSignals} packet
41082 @anchor{QPassSignals}
41083 Each listed @var{signal} should be passed directly to the inferior process.
41084 Signals are numbered identically to continue packets and stop replies
41085 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41086 strictly greater than the previous item. These signals do not need to stop
41087 the inferior, or be reported to @value{GDBN}. All other signals should be
41088 reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
41089 combine; any earlier @samp{QPassSignals} list is completely replaced by the
41090 new list. This packet improves performance when using @samp{handle
41091 @var{signal} nostop noprint pass}.
41092
41093 Reply:
41094 @table @samp
41095 @item OK
41096 The request succeeded.
41097
41098 @item E @var{nn}
41099 An error occurred. The error number @var{nn} is given as hex digits.
41100
41101 @item @w{}
41102 An empty reply indicates that @samp{QPassSignals} is not supported by
41103 the stub.
41104 @end table
41105
41106 Use of this packet is controlled by the @code{set remote pass-signals}
41107 command (@pxref{Remote Configuration, set remote pass-signals}).
41108 This packet is not probed by default; the remote stub must request it,
41109 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41110
41111 @item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41112 @cindex signals the inferior may see, remote request
41113 @cindex @samp{QProgramSignals} packet
41114 @anchor{QProgramSignals}
41115 Each listed @var{signal} may be delivered to the inferior process.
41116 Others should be silently discarded.
41117
41118 In some cases, the remote stub may need to decide whether to deliver a
41119 signal to the program or not without @value{GDBN} involvement. One
41120 example of that is while detaching --- the program's threads may have
41121 stopped for signals that haven't yet had a chance of being reported to
41122 @value{GDBN}, and so the remote stub can use the signal list specified
41123 by this packet to know whether to deliver or ignore those pending
41124 signals.
41125
41126 This does not influence whether to deliver a signal as requested by a
41127 resumption packet (@pxref{vCont packet}).
41128
41129 Signals are numbered identically to continue packets and stop replies
41130 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41131 strictly greater than the previous item. Multiple
41132 @samp{QProgramSignals} packets do not combine; any earlier
41133 @samp{QProgramSignals} list is completely replaced by the new list.
41134
41135 Reply:
41136 @table @samp
41137 @item OK
41138 The request succeeded.
41139
41140 @item E @var{nn}
41141 An error occurred. The error number @var{nn} is given as hex digits.
41142
41143 @item @w{}
41144 An empty reply indicates that @samp{QProgramSignals} is not supported
41145 by the stub.
41146 @end table
41147
41148 Use of this packet is controlled by the @code{set remote program-signals}
41149 command (@pxref{Remote Configuration, set remote program-signals}).
41150 This packet is not probed by default; the remote stub must request it,
41151 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41152
41153 @anchor{QThreadEvents}
41154 @item QThreadEvents:1
41155 @itemx QThreadEvents:0
41156 @cindex thread create/exit events, remote request
41157 @cindex @samp{QThreadEvents} packet
41158
41159 Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
41160 reporting of thread create and exit events. @xref{thread create
41161 event}, for the reply specifications. For example, this is used in
41162 non-stop mode when @value{GDBN} stops a set of threads and
41163 synchronously waits for the their corresponding stop replies. Without
41164 exit events, if one of the threads exits, @value{GDBN} would hang
41165 forever not knowing that it should no longer expect a stop for that
41166 same thread. @value{GDBN} does not enable this feature unless the
41167 stub reports that it supports it by including @samp{QThreadEvents+} in
41168 its @samp{qSupported} reply.
41169
41170 Reply:
41171 @table @samp
41172 @item OK
41173 The request succeeded.
41174
41175 @item E @var{nn}
41176 An error occurred. The error number @var{nn} is given as hex digits.
41177
41178 @item @w{}
41179 An empty reply indicates that @samp{QThreadEvents} is not supported by
41180 the stub.
41181 @end table
41182
41183 Use of this packet is controlled by the @code{set remote thread-events}
41184 command (@pxref{Remote Configuration, set remote thread-events}).
41185
41186 @item qRcmd,@var{command}
41187 @cindex execute remote command, remote request
41188 @cindex @samp{qRcmd} packet
41189 @var{command} (hex encoded) is passed to the local interpreter for
41190 execution. Invalid commands should be reported using the output
41191 string. Before the final result packet, the target may also respond
41192 with a number of intermediate @samp{O@var{output}} console output
41193 packets. @emph{Implementors should note that providing access to a
41194 stubs's interpreter may have security implications}.
41195
41196 Reply:
41197 @table @samp
41198 @item OK
41199 A command response with no output.
41200 @item @var{OUTPUT}
41201 A command response with the hex encoded output string @var{OUTPUT}.
41202 @item E @var{NN}
41203 Indicate a badly formed request.
41204 @item @w{}
41205 An empty reply indicates that @samp{qRcmd} is not recognized.
41206 @end table
41207
41208 (Note that the @code{qRcmd} packet's name is separated from the
41209 command by a @samp{,}, not a @samp{:}, contrary to the naming
41210 conventions above. Please don't use this packet as a model for new
41211 packets.)
41212
41213 @item qSearch:memory:@var{address};@var{length};@var{search-pattern}
41214 @cindex searching memory, in remote debugging
41215 @ifnotinfo
41216 @cindex @samp{qSearch:memory} packet
41217 @end ifnotinfo
41218 @cindex @samp{qSearch memory} packet
41219 @anchor{qSearch memory}
41220 Search @var{length} bytes at @var{address} for @var{search-pattern}.
41221 Both @var{address} and @var{length} are encoded in hex;
41222 @var{search-pattern} is a sequence of bytes, also hex encoded.
41223
41224 Reply:
41225 @table @samp
41226 @item 0
41227 The pattern was not found.
41228 @item 1,address
41229 The pattern was found at @var{address}.
41230 @item E @var{NN}
41231 A badly formed request or an error was encountered while searching memory.
41232 @item @w{}
41233 An empty reply indicates that @samp{qSearch:memory} is not recognized.
41234 @end table
41235
41236 @item QStartNoAckMode
41237 @cindex @samp{QStartNoAckMode} packet
41238 @anchor{QStartNoAckMode}
41239 Request that the remote stub disable the normal @samp{+}/@samp{-}
41240 protocol acknowledgments (@pxref{Packet Acknowledgment}).
41241
41242 Reply:
41243 @table @samp
41244 @item OK
41245 The stub has switched to no-acknowledgment mode.
41246 @value{GDBN} acknowledges this response,
41247 but neither the stub nor @value{GDBN} shall send or expect further
41248 @samp{+}/@samp{-} acknowledgments in the current connection.
41249 @item @w{}
41250 An empty reply indicates that the stub does not support no-acknowledgment mode.
41251 @end table
41252
41253 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
41254 @cindex supported packets, remote query
41255 @cindex features of the remote protocol
41256 @cindex @samp{qSupported} packet
41257 @anchor{qSupported}
41258 Tell the remote stub about features supported by @value{GDBN}, and
41259 query the stub for features it supports. This packet allows
41260 @value{GDBN} and the remote stub to take advantage of each others'
41261 features. @samp{qSupported} also consolidates multiple feature probes
41262 at startup, to improve @value{GDBN} performance---a single larger
41263 packet performs better than multiple smaller probe packets on
41264 high-latency links. Some features may enable behavior which must not
41265 be on by default, e.g.@: because it would confuse older clients or
41266 stubs. Other features may describe packets which could be
41267 automatically probed for, but are not. These features must be
41268 reported before @value{GDBN} will use them. This ``default
41269 unsupported'' behavior is not appropriate for all packets, but it
41270 helps to keep the initial connection time under control with new
41271 versions of @value{GDBN} which support increasing numbers of packets.
41272
41273 Reply:
41274 @table @samp
41275 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
41276 The stub supports or does not support each returned @var{stubfeature},
41277 depending on the form of each @var{stubfeature} (see below for the
41278 possible forms).
41279 @item @w{}
41280 An empty reply indicates that @samp{qSupported} is not recognized,
41281 or that no features needed to be reported to @value{GDBN}.
41282 @end table
41283
41284 The allowed forms for each feature (either a @var{gdbfeature} in the
41285 @samp{qSupported} packet, or a @var{stubfeature} in the response)
41286 are:
41287
41288 @table @samp
41289 @item @var{name}=@var{value}
41290 The remote protocol feature @var{name} is supported, and associated
41291 with the specified @var{value}. The format of @var{value} depends
41292 on the feature, but it must not include a semicolon.
41293 @item @var{name}+
41294 The remote protocol feature @var{name} is supported, and does not
41295 need an associated value.
41296 @item @var{name}-
41297 The remote protocol feature @var{name} is not supported.
41298 @item @var{name}?
41299 The remote protocol feature @var{name} may be supported, and
41300 @value{GDBN} should auto-detect support in some other way when it is
41301 needed. This form will not be used for @var{gdbfeature} notifications,
41302 but may be used for @var{stubfeature} responses.
41303 @end table
41304
41305 Whenever the stub receives a @samp{qSupported} request, the
41306 supplied set of @value{GDBN} features should override any previous
41307 request. This allows @value{GDBN} to put the stub in a known
41308 state, even if the stub had previously been communicating with
41309 a different version of @value{GDBN}.
41310
41311 The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
41312 are defined:
41313
41314 @table @samp
41315 @item multiprocess
41316 This feature indicates whether @value{GDBN} supports multiprocess
41317 extensions to the remote protocol. @value{GDBN} does not use such
41318 extensions unless the stub also reports that it supports them by
41319 including @samp{multiprocess+} in its @samp{qSupported} reply.
41320 @xref{multiprocess extensions}, for details.
41321
41322 @item xmlRegisters
41323 This feature indicates that @value{GDBN} supports the XML target
41324 description. If the stub sees @samp{xmlRegisters=} with target
41325 specific strings separated by a comma, it will report register
41326 description.
41327
41328 @item qRelocInsn
41329 This feature indicates whether @value{GDBN} supports the
41330 @samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
41331 instruction reply packet}).
41332
41333 @item swbreak
41334 This feature indicates whether @value{GDBN} supports the swbreak stop
41335 reason in stop replies. @xref{swbreak stop reason}, for details.
41336
41337 @item hwbreak
41338 This feature indicates whether @value{GDBN} supports the hwbreak stop
41339 reason in stop replies. @xref{swbreak stop reason}, for details.
41340
41341 @item fork-events
41342 This feature indicates whether @value{GDBN} supports fork event
41343 extensions to the remote protocol. @value{GDBN} does not use such
41344 extensions unless the stub also reports that it supports them by
41345 including @samp{fork-events+} in its @samp{qSupported} reply.
41346
41347 @item vfork-events
41348 This feature indicates whether @value{GDBN} supports vfork event
41349 extensions to the remote protocol. @value{GDBN} does not use such
41350 extensions unless the stub also reports that it supports them by
41351 including @samp{vfork-events+} in its @samp{qSupported} reply.
41352
41353 @item exec-events
41354 This feature indicates whether @value{GDBN} supports exec event
41355 extensions to the remote protocol. @value{GDBN} does not use such
41356 extensions unless the stub also reports that it supports them by
41357 including @samp{exec-events+} in its @samp{qSupported} reply.
41358
41359 @item vContSupported
41360 This feature indicates whether @value{GDBN} wants to know the
41361 supported actions in the reply to @samp{vCont?} packet.
41362 @end table
41363
41364 Stubs should ignore any unknown values for
41365 @var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
41366 packet supports receiving packets of unlimited length (earlier
41367 versions of @value{GDBN} may reject overly long responses). Additional values
41368 for @var{gdbfeature} may be defined in the future to let the stub take
41369 advantage of new features in @value{GDBN}, e.g.@: incompatible
41370 improvements in the remote protocol---the @samp{multiprocess} feature is
41371 an example of such a feature. The stub's reply should be independent
41372 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
41373 describes all the features it supports, and then the stub replies with
41374 all the features it supports.
41375
41376 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
41377 responses, as long as each response uses one of the standard forms.
41378
41379 Some features are flags. A stub which supports a flag feature
41380 should respond with a @samp{+} form response. Other features
41381 require values, and the stub should respond with an @samp{=}
41382 form response.
41383
41384 Each feature has a default value, which @value{GDBN} will use if
41385 @samp{qSupported} is not available or if the feature is not mentioned
41386 in the @samp{qSupported} response. The default values are fixed; a
41387 stub is free to omit any feature responses that match the defaults.
41388
41389 Not all features can be probed, but for those which can, the probing
41390 mechanism is useful: in some cases, a stub's internal
41391 architecture may not allow the protocol layer to know some information
41392 about the underlying target in advance. This is especially common in
41393 stubs which may be configured for multiple targets.
41394
41395 These are the currently defined stub features and their properties:
41396
41397 @multitable @columnfractions 0.35 0.2 0.12 0.2
41398 @c NOTE: The first row should be @headitem, but we do not yet require
41399 @c a new enough version of Texinfo (4.7) to use @headitem.
41400 @item Feature Name
41401 @tab Value Required
41402 @tab Default
41403 @tab Probe Allowed
41404
41405 @item @samp{PacketSize}
41406 @tab Yes
41407 @tab @samp{-}
41408 @tab No
41409
41410 @item @samp{qXfer:auxv:read}
41411 @tab No
41412 @tab @samp{-}
41413 @tab Yes
41414
41415 @item @samp{qXfer:btrace:read}
41416 @tab No
41417 @tab @samp{-}
41418 @tab Yes
41419
41420 @item @samp{qXfer:btrace-conf:read}
41421 @tab No
41422 @tab @samp{-}
41423 @tab Yes
41424
41425 @item @samp{qXfer:exec-file:read}
41426 @tab No
41427 @tab @samp{-}
41428 @tab Yes
41429
41430 @item @samp{qXfer:features:read}
41431 @tab No
41432 @tab @samp{-}
41433 @tab Yes
41434
41435 @item @samp{qXfer:libraries:read}
41436 @tab No
41437 @tab @samp{-}
41438 @tab Yes
41439
41440 @item @samp{qXfer:libraries-svr4:read}
41441 @tab No
41442 @tab @samp{-}
41443 @tab Yes
41444
41445 @item @samp{augmented-libraries-svr4-read}
41446 @tab No
41447 @tab @samp{-}
41448 @tab No
41449
41450 @item @samp{qXfer:memory-map:read}
41451 @tab No
41452 @tab @samp{-}
41453 @tab Yes
41454
41455 @item @samp{qXfer:sdata:read}
41456 @tab No
41457 @tab @samp{-}
41458 @tab Yes
41459
41460 @item @samp{qXfer:siginfo:read}
41461 @tab No
41462 @tab @samp{-}
41463 @tab Yes
41464
41465 @item @samp{qXfer:siginfo:write}
41466 @tab No
41467 @tab @samp{-}
41468 @tab Yes
41469
41470 @item @samp{qXfer:threads:read}
41471 @tab No
41472 @tab @samp{-}
41473 @tab Yes
41474
41475 @item @samp{qXfer:traceframe-info:read}
41476 @tab No
41477 @tab @samp{-}
41478 @tab Yes
41479
41480 @item @samp{qXfer:uib:read}
41481 @tab No
41482 @tab @samp{-}
41483 @tab Yes
41484
41485 @item @samp{qXfer:fdpic:read}
41486 @tab No
41487 @tab @samp{-}
41488 @tab Yes
41489
41490 @item @samp{Qbtrace:off}
41491 @tab Yes
41492 @tab @samp{-}
41493 @tab Yes
41494
41495 @item @samp{Qbtrace:bts}
41496 @tab Yes
41497 @tab @samp{-}
41498 @tab Yes
41499
41500 @item @samp{Qbtrace:pt}
41501 @tab Yes
41502 @tab @samp{-}
41503 @tab Yes
41504
41505 @item @samp{Qbtrace-conf:bts:size}
41506 @tab Yes
41507 @tab @samp{-}
41508 @tab Yes
41509
41510 @item @samp{Qbtrace-conf:pt:size}
41511 @tab Yes
41512 @tab @samp{-}
41513 @tab Yes
41514
41515 @item @samp{QNonStop}
41516 @tab No
41517 @tab @samp{-}
41518 @tab Yes
41519
41520 @item @samp{QCatchSyscalls}
41521 @tab No
41522 @tab @samp{-}
41523 @tab Yes
41524
41525 @item @samp{QPassSignals}
41526 @tab No
41527 @tab @samp{-}
41528 @tab Yes
41529
41530 @item @samp{QStartNoAckMode}
41531 @tab No
41532 @tab @samp{-}
41533 @tab Yes
41534
41535 @item @samp{multiprocess}
41536 @tab No
41537 @tab @samp{-}
41538 @tab No
41539
41540 @item @samp{ConditionalBreakpoints}
41541 @tab No
41542 @tab @samp{-}
41543 @tab No
41544
41545 @item @samp{ConditionalTracepoints}
41546 @tab No
41547 @tab @samp{-}
41548 @tab No
41549
41550 @item @samp{ReverseContinue}
41551 @tab No
41552 @tab @samp{-}
41553 @tab No
41554
41555 @item @samp{ReverseStep}
41556 @tab No
41557 @tab @samp{-}
41558 @tab No
41559
41560 @item @samp{TracepointSource}
41561 @tab No
41562 @tab @samp{-}
41563 @tab No
41564
41565 @item @samp{QAgent}
41566 @tab No
41567 @tab @samp{-}
41568 @tab No
41569
41570 @item @samp{QAllow}
41571 @tab No
41572 @tab @samp{-}
41573 @tab No
41574
41575 @item @samp{QDisableRandomization}
41576 @tab No
41577 @tab @samp{-}
41578 @tab No
41579
41580 @item @samp{EnableDisableTracepoints}
41581 @tab No
41582 @tab @samp{-}
41583 @tab No
41584
41585 @item @samp{QTBuffer:size}
41586 @tab No
41587 @tab @samp{-}
41588 @tab No
41589
41590 @item @samp{tracenz}
41591 @tab No
41592 @tab @samp{-}
41593 @tab No
41594
41595 @item @samp{BreakpointCommands}
41596 @tab No
41597 @tab @samp{-}
41598 @tab No
41599
41600 @item @samp{swbreak}
41601 @tab No
41602 @tab @samp{-}
41603 @tab No
41604
41605 @item @samp{hwbreak}
41606 @tab No
41607 @tab @samp{-}
41608 @tab No
41609
41610 @item @samp{fork-events}
41611 @tab No
41612 @tab @samp{-}
41613 @tab No
41614
41615 @item @samp{vfork-events}
41616 @tab No
41617 @tab @samp{-}
41618 @tab No
41619
41620 @item @samp{exec-events}
41621 @tab No
41622 @tab @samp{-}
41623 @tab No
41624
41625 @item @samp{QThreadEvents}
41626 @tab No
41627 @tab @samp{-}
41628 @tab No
41629
41630 @item @samp{no-resumed}
41631 @tab No
41632 @tab @samp{-}
41633 @tab No
41634
41635 @end multitable
41636
41637 These are the currently defined stub features, in more detail:
41638
41639 @table @samp
41640 @cindex packet size, remote protocol
41641 @item PacketSize=@var{bytes}
41642 The remote stub can accept packets up to at least @var{bytes} in
41643 length. @value{GDBN} will send packets up to this size for bulk
41644 transfers, and will never send larger packets. This is a limit on the
41645 data characters in the packet, including the frame and checksum.
41646 There is no trailing NUL byte in a remote protocol packet; if the stub
41647 stores packets in a NUL-terminated format, it should allow an extra
41648 byte in its buffer for the NUL. If this stub feature is not supported,
41649 @value{GDBN} guesses based on the size of the @samp{g} packet response.
41650
41651 @item qXfer:auxv:read
41652 The remote stub understands the @samp{qXfer:auxv:read} packet
41653 (@pxref{qXfer auxiliary vector read}).
41654
41655 @item qXfer:btrace:read
41656 The remote stub understands the @samp{qXfer:btrace:read}
41657 packet (@pxref{qXfer btrace read}).
41658
41659 @item qXfer:btrace-conf:read
41660 The remote stub understands the @samp{qXfer:btrace-conf:read}
41661 packet (@pxref{qXfer btrace-conf read}).
41662
41663 @item qXfer:exec-file:read
41664 The remote stub understands the @samp{qXfer:exec-file:read} packet
41665 (@pxref{qXfer executable filename read}).
41666
41667 @item qXfer:features:read
41668 The remote stub understands the @samp{qXfer:features:read} packet
41669 (@pxref{qXfer target description read}).
41670
41671 @item qXfer:libraries:read
41672 The remote stub understands the @samp{qXfer:libraries:read} packet
41673 (@pxref{qXfer library list read}).
41674
41675 @item qXfer:libraries-svr4:read
41676 The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
41677 (@pxref{qXfer svr4 library list read}).
41678
41679 @item augmented-libraries-svr4-read
41680 The remote stub understands the augmented form of the
41681 @samp{qXfer:libraries-svr4:read} packet
41682 (@pxref{qXfer svr4 library list read}).
41683
41684 @item qXfer:memory-map:read
41685 The remote stub understands the @samp{qXfer:memory-map:read} packet
41686 (@pxref{qXfer memory map read}).
41687
41688 @item qXfer:sdata:read
41689 The remote stub understands the @samp{qXfer:sdata:read} packet
41690 (@pxref{qXfer sdata read}).
41691
41692 @item qXfer:siginfo:read
41693 The remote stub understands the @samp{qXfer:siginfo:read} packet
41694 (@pxref{qXfer siginfo read}).
41695
41696 @item qXfer:siginfo:write
41697 The remote stub understands the @samp{qXfer:siginfo:write} packet
41698 (@pxref{qXfer siginfo write}).
41699
41700 @item qXfer:threads:read
41701 The remote stub understands the @samp{qXfer:threads:read} packet
41702 (@pxref{qXfer threads read}).
41703
41704 @item qXfer:traceframe-info:read
41705 The remote stub understands the @samp{qXfer:traceframe-info:read}
41706 packet (@pxref{qXfer traceframe info read}).
41707
41708 @item qXfer:uib:read
41709 The remote stub understands the @samp{qXfer:uib:read}
41710 packet (@pxref{qXfer unwind info block}).
41711
41712 @item qXfer:fdpic:read
41713 The remote stub understands the @samp{qXfer:fdpic:read}
41714 packet (@pxref{qXfer fdpic loadmap read}).
41715
41716 @item QNonStop
41717 The remote stub understands the @samp{QNonStop} packet
41718 (@pxref{QNonStop}).
41719
41720 @item QCatchSyscalls
41721 The remote stub understands the @samp{QCatchSyscalls} packet
41722 (@pxref{QCatchSyscalls}).
41723
41724 @item QPassSignals
41725 The remote stub understands the @samp{QPassSignals} packet
41726 (@pxref{QPassSignals}).
41727
41728 @item QStartNoAckMode
41729 The remote stub understands the @samp{QStartNoAckMode} packet and
41730 prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
41731
41732 @item multiprocess
41733 @anchor{multiprocess extensions}
41734 @cindex multiprocess extensions, in remote protocol
41735 The remote stub understands the multiprocess extensions to the remote
41736 protocol syntax. The multiprocess extensions affect the syntax of
41737 thread IDs in both packets and replies (@pxref{thread-id syntax}), and
41738 add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
41739 replies. Note that reporting this feature indicates support for the
41740 syntactic extensions only, not that the stub necessarily supports
41741 debugging of more than one process at a time. The stub must not use
41742 multiprocess extensions in packet replies unless @value{GDBN} has also
41743 indicated it supports them in its @samp{qSupported} request.
41744
41745 @item qXfer:osdata:read
41746 The remote stub understands the @samp{qXfer:osdata:read} packet
41747 ((@pxref{qXfer osdata read}).
41748
41749 @item ConditionalBreakpoints
41750 The target accepts and implements evaluation of conditional expressions
41751 defined for breakpoints. The target will only report breakpoint triggers
41752 when such conditions are true (@pxref{Conditions, ,Break Conditions}).
41753
41754 @item ConditionalTracepoints
41755 The remote stub accepts and implements conditional expressions defined
41756 for tracepoints (@pxref{Tracepoint Conditions}).
41757
41758 @item ReverseContinue
41759 The remote stub accepts and implements the reverse continue packet
41760 (@pxref{bc}).
41761
41762 @item ReverseStep
41763 The remote stub accepts and implements the reverse step packet
41764 (@pxref{bs}).
41765
41766 @item TracepointSource
41767 The remote stub understands the @samp{QTDPsrc} packet that supplies
41768 the source form of tracepoint definitions.
41769
41770 @item QAgent
41771 The remote stub understands the @samp{QAgent} packet.
41772
41773 @item QAllow
41774 The remote stub understands the @samp{QAllow} packet.
41775
41776 @item QDisableRandomization
41777 The remote stub understands the @samp{QDisableRandomization} packet.
41778
41779 @item StaticTracepoint
41780 @cindex static tracepoints, in remote protocol
41781 The remote stub supports static tracepoints.
41782
41783 @item InstallInTrace
41784 @anchor{install tracepoint in tracing}
41785 The remote stub supports installing tracepoint in tracing.
41786
41787 @item EnableDisableTracepoints
41788 The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
41789 @samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
41790 to be enabled and disabled while a trace experiment is running.
41791
41792 @item QTBuffer:size
41793 The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
41794 packet that allows to change the size of the trace buffer.
41795
41796 @item tracenz
41797 @cindex string tracing, in remote protocol
41798 The remote stub supports the @samp{tracenz} bytecode for collecting strings.
41799 See @ref{Bytecode Descriptions} for details about the bytecode.
41800
41801 @item BreakpointCommands
41802 @cindex breakpoint commands, in remote protocol
41803 The remote stub supports running a breakpoint's command list itself,
41804 rather than reporting the hit to @value{GDBN}.
41805
41806 @item Qbtrace:off
41807 The remote stub understands the @samp{Qbtrace:off} packet.
41808
41809 @item Qbtrace:bts
41810 The remote stub understands the @samp{Qbtrace:bts} packet.
41811
41812 @item Qbtrace:pt
41813 The remote stub understands the @samp{Qbtrace:pt} packet.
41814
41815 @item Qbtrace-conf:bts:size
41816 The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
41817
41818 @item Qbtrace-conf:pt:size
41819 The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
41820
41821 @item swbreak
41822 The remote stub reports the @samp{swbreak} stop reason for memory
41823 breakpoints.
41824
41825 @item hwbreak
41826 The remote stub reports the @samp{hwbreak} stop reason for hardware
41827 breakpoints.
41828
41829 @item fork-events
41830 The remote stub reports the @samp{fork} stop reason for fork events.
41831
41832 @item vfork-events
41833 The remote stub reports the @samp{vfork} stop reason for vfork events
41834 and vforkdone events.
41835
41836 @item exec-events
41837 The remote stub reports the @samp{exec} stop reason for exec events.
41838
41839 @item vContSupported
41840 The remote stub reports the supported actions in the reply to
41841 @samp{vCont?} packet.
41842
41843 @item QThreadEvents
41844 The remote stub understands the @samp{QThreadEvents} packet.
41845
41846 @item no-resumed
41847 The remote stub reports the @samp{N} stop reply.
41848
41849 @end table
41850
41851 @item qSymbol::
41852 @cindex symbol lookup, remote request
41853 @cindex @samp{qSymbol} packet
41854 Notify the target that @value{GDBN} is prepared to serve symbol lookup
41855 requests. Accept requests from the target for the values of symbols.
41856
41857 Reply:
41858 @table @samp
41859 @item OK
41860 The target does not need to look up any (more) symbols.
41861 @item qSymbol:@var{sym_name}
41862 The target requests the value of symbol @var{sym_name} (hex encoded).
41863 @value{GDBN} may provide the value by using the
41864 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
41865 below.
41866 @end table
41867
41868 @item qSymbol:@var{sym_value}:@var{sym_name}
41869 Set the value of @var{sym_name} to @var{sym_value}.
41870
41871 @var{sym_name} (hex encoded) is the name of a symbol whose value the
41872 target has previously requested.
41873
41874 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
41875 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
41876 will be empty.
41877
41878 Reply:
41879 @table @samp
41880 @item OK
41881 The target does not need to look up any (more) symbols.
41882 @item qSymbol:@var{sym_name}
41883 The target requests the value of a new symbol @var{sym_name} (hex
41884 encoded). @value{GDBN} will continue to supply the values of symbols
41885 (if available), until the target ceases to request them.
41886 @end table
41887
41888 @item qTBuffer
41889 @itemx QTBuffer
41890 @itemx QTDisconnected
41891 @itemx QTDP
41892 @itemx QTDPsrc
41893 @itemx QTDV
41894 @itemx qTfP
41895 @itemx qTfV
41896 @itemx QTFrame
41897 @itemx qTMinFTPILen
41898
41899 @xref{Tracepoint Packets}.
41900
41901 @item qThreadExtraInfo,@var{thread-id}
41902 @cindex thread attributes info, remote request
41903 @cindex @samp{qThreadExtraInfo} packet
41904 Obtain from the target OS a printable string description of thread
41905 attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
41906 for the forms of @var{thread-id}. This
41907 string may contain anything that the target OS thinks is interesting
41908 for @value{GDBN} to tell the user about the thread. The string is
41909 displayed in @value{GDBN}'s @code{info threads} display. Some
41910 examples of possible thread extra info strings are @samp{Runnable}, or
41911 @samp{Blocked on Mutex}.
41912
41913 Reply:
41914 @table @samp
41915 @item @var{XX}@dots{}
41916 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
41917 comprising the printable string containing the extra information about
41918 the thread's attributes.
41919 @end table
41920
41921 (Note that the @code{qThreadExtraInfo} packet's name is separated from
41922 the command by a @samp{,}, not a @samp{:}, contrary to the naming
41923 conventions above. Please don't use this packet as a model for new
41924 packets.)
41925
41926 @item QTNotes
41927 @itemx qTP
41928 @itemx QTSave
41929 @itemx qTsP
41930 @itemx qTsV
41931 @itemx QTStart
41932 @itemx QTStop
41933 @itemx QTEnable
41934 @itemx QTDisable
41935 @itemx QTinit
41936 @itemx QTro
41937 @itemx qTStatus
41938 @itemx qTV
41939 @itemx qTfSTM
41940 @itemx qTsSTM
41941 @itemx qTSTMat
41942 @xref{Tracepoint Packets}.
41943
41944 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
41945 @cindex read special object, remote request
41946 @cindex @samp{qXfer} packet
41947 @anchor{qXfer read}
41948 Read uninterpreted bytes from the target's special data area
41949 identified by the keyword @var{object}. Request @var{length} bytes
41950 starting at @var{offset} bytes into the data. The content and
41951 encoding of @var{annex} is specific to @var{object}; it can supply
41952 additional details about what data to access.
41953
41954 Reply:
41955 @table @samp
41956 @item m @var{data}
41957 Data @var{data} (@pxref{Binary Data}) has been read from the
41958 target. There may be more data at a higher address (although
41959 it is permitted to return @samp{m} even for the last valid
41960 block of data, as long as at least one byte of data was read).
41961 It is possible for @var{data} to have fewer bytes than the @var{length} in the
41962 request.
41963
41964 @item l @var{data}
41965 Data @var{data} (@pxref{Binary Data}) has been read from the target.
41966 There is no more data to be read. It is possible for @var{data} to
41967 have fewer bytes than the @var{length} in the request.
41968
41969 @item l
41970 The @var{offset} in the request is at the end of the data.
41971 There is no more data to be read.
41972
41973 @item E00
41974 The request was malformed, or @var{annex} was invalid.
41975
41976 @item E @var{nn}
41977 The offset was invalid, or there was an error encountered reading the data.
41978 The @var{nn} part is a hex-encoded @code{errno} value.
41979
41980 @item @w{}
41981 An empty reply indicates the @var{object} string was not recognized by
41982 the stub, or that the object does not support reading.
41983 @end table
41984
41985 Here are the specific requests of this form defined so far. All the
41986 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
41987 formats, listed above.
41988
41989 @table @samp
41990 @item qXfer:auxv:read::@var{offset},@var{length}
41991 @anchor{qXfer auxiliary vector read}
41992 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
41993 auxiliary vector}. Note @var{annex} must be empty.
41994
41995 This packet is not probed by default; the remote stub must request it,
41996 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41997
41998 @item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
41999 @anchor{qXfer btrace read}
42000
42001 Return a description of the current branch trace.
42002 @xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
42003 packet may have one of the following values:
42004
42005 @table @code
42006 @item all
42007 Returns all available branch trace.
42008
42009 @item new
42010 Returns all available branch trace if the branch trace changed since
42011 the last read request.
42012
42013 @item delta
42014 Returns the new branch trace since the last read request. Adds a new
42015 block to the end of the trace that begins at zero and ends at the source
42016 location of the first branch in the trace buffer. This extra block is
42017 used to stitch traces together.
42018
42019 If the trace buffer overflowed, returns an error indicating the overflow.
42020 @end table
42021
42022 This packet is not probed by default; the remote stub must request it
42023 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42024
42025 @item qXfer:btrace-conf:read::@var{offset},@var{length}
42026 @anchor{qXfer btrace-conf read}
42027
42028 Return a description of the current branch trace configuration.
42029 @xref{Branch Trace Configuration Format}.
42030
42031 This packet is not probed by default; the remote stub must request it
42032 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42033
42034 @item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
42035 @anchor{qXfer executable filename read}
42036 Return the full absolute name of the file that was executed to create
42037 a process running on the remote system. The annex specifies the
42038 numeric process ID of the process to query, encoded as a hexadecimal
42039 number. If the annex part is empty the remote stub should return the
42040 filename corresponding to the currently executing process.
42041
42042 This packet is not probed by default; the remote stub must request it,
42043 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42044
42045 @item qXfer:features:read:@var{annex}:@var{offset},@var{length}
42046 @anchor{qXfer target description read}
42047 Access the @dfn{target description}. @xref{Target Descriptions}. The
42048 annex specifies which XML document to access. The main description is
42049 always loaded from the @samp{target.xml} annex.
42050
42051 This packet is not probed by default; the remote stub must request it,
42052 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42053
42054 @item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
42055 @anchor{qXfer library list read}
42056 Access the target's list of loaded libraries. @xref{Library List Format}.
42057 The annex part of the generic @samp{qXfer} packet must be empty
42058 (@pxref{qXfer read}).
42059
42060 Targets which maintain a list of libraries in the program's memory do
42061 not need to implement this packet; it is designed for platforms where
42062 the operating system manages the list of loaded libraries.
42063
42064 This packet is not probed by default; the remote stub must request it,
42065 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42066
42067 @item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
42068 @anchor{qXfer svr4 library list read}
42069 Access the target's list of loaded libraries when the target is an SVR4
42070 platform. @xref{Library List Format for SVR4 Targets}. The annex part
42071 of the generic @samp{qXfer} packet must be empty unless the remote
42072 stub indicated it supports the augmented form of this packet
42073 by supplying an appropriate @samp{qSupported} response
42074 (@pxref{qXfer read}, @ref{qSupported}).
42075
42076 This packet is optional for better performance on SVR4 targets.
42077 @value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
42078
42079 This packet is not probed by default; the remote stub must request it,
42080 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42081
42082 If the remote stub indicates it supports the augmented form of this
42083 packet then the annex part of the generic @samp{qXfer} packet may
42084 contain a semicolon-separated list of @samp{@var{name}=@var{value}}
42085 arguments. The currently supported arguments are:
42086
42087 @table @code
42088 @item start=@var{address}
42089 A hexadecimal number specifying the address of the @samp{struct
42090 link_map} to start reading the library list from. If unset or zero
42091 then the first @samp{struct link_map} in the library list will be
42092 chosen as the starting point.
42093
42094 @item prev=@var{address}
42095 A hexadecimal number specifying the address of the @samp{struct
42096 link_map} immediately preceding the @samp{struct link_map}
42097 specified by the @samp{start} argument. If unset or zero then
42098 the remote stub will expect that no @samp{struct link_map}
42099 exists prior to the starting point.
42100
42101 @end table
42102
42103 Arguments that are not understood by the remote stub will be silently
42104 ignored.
42105
42106 @item qXfer:memory-map:read::@var{offset},@var{length}
42107 @anchor{qXfer memory map read}
42108 Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
42109 annex part of the generic @samp{qXfer} packet must be empty
42110 (@pxref{qXfer read}).
42111
42112 This packet is not probed by default; the remote stub must request it,
42113 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42114
42115 @item qXfer:sdata:read::@var{offset},@var{length}
42116 @anchor{qXfer sdata read}
42117
42118 Read contents of the extra collected static tracepoint marker
42119 information. The annex part of the generic @samp{qXfer} packet must
42120 be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
42121 Action Lists}.
42122
42123 This packet is not probed by default; the remote stub must request it,
42124 by supplying an appropriate @samp{qSupported} response
42125 (@pxref{qSupported}).
42126
42127 @item qXfer:siginfo:read::@var{offset},@var{length}
42128 @anchor{qXfer siginfo read}
42129 Read contents of the extra signal information on the target
42130 system. The annex part of the generic @samp{qXfer} packet must be
42131 empty (@pxref{qXfer read}).
42132
42133 This packet is not probed by default; the remote stub must request it,
42134 by supplying an appropriate @samp{qSupported} response
42135 (@pxref{qSupported}).
42136
42137 @item qXfer:threads:read::@var{offset},@var{length}
42138 @anchor{qXfer threads read}
42139 Access the list of threads on target. @xref{Thread List Format}. The
42140 annex part of the generic @samp{qXfer} packet must be empty
42141 (@pxref{qXfer read}).
42142
42143 This packet is not probed by default; the remote stub must request it,
42144 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42145
42146 @item qXfer:traceframe-info:read::@var{offset},@var{length}
42147 @anchor{qXfer traceframe info read}
42148
42149 Return a description of the current traceframe's contents.
42150 @xref{Traceframe Info Format}. The annex part of the generic
42151 @samp{qXfer} packet must be empty (@pxref{qXfer read}).
42152
42153 This packet is not probed by default; the remote stub must request it,
42154 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42155
42156 @item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
42157 @anchor{qXfer unwind info block}
42158
42159 Return the unwind information block for @var{pc}. This packet is used
42160 on OpenVMS/ia64 to ask the kernel unwind information.
42161
42162 This packet is not probed by default.
42163
42164 @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
42165 @anchor{qXfer fdpic loadmap read}
42166 Read contents of @code{loadmap}s on the target system. The
42167 annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
42168 executable @code{loadmap} or interpreter @code{loadmap} to read.
42169
42170 This packet is not probed by default; the remote stub must request it,
42171 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42172
42173 @item qXfer:osdata:read::@var{offset},@var{length}
42174 @anchor{qXfer osdata read}
42175 Access the target's @dfn{operating system information}.
42176 @xref{Operating System Information}.
42177
42178 @end table
42179
42180 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
42181 @cindex write data into object, remote request
42182 @anchor{qXfer write}
42183 Write uninterpreted bytes into the target's special data area
42184 identified by the keyword @var{object}, starting at @var{offset} bytes
42185 into the data. The binary-encoded data (@pxref{Binary Data}) to be
42186 written is given by @var{data}@dots{}. The content and encoding of @var{annex}
42187 is specific to @var{object}; it can supply additional details about what data
42188 to access.
42189
42190 Reply:
42191 @table @samp
42192 @item @var{nn}
42193 @var{nn} (hex encoded) is the number of bytes written.
42194 This may be fewer bytes than supplied in the request.
42195
42196 @item E00
42197 The request was malformed, or @var{annex} was invalid.
42198
42199 @item E @var{nn}
42200 The offset was invalid, or there was an error encountered writing the data.
42201 The @var{nn} part is a hex-encoded @code{errno} value.
42202
42203 @item @w{}
42204 An empty reply indicates the @var{object} string was not
42205 recognized by the stub, or that the object does not support writing.
42206 @end table
42207
42208 Here are the specific requests of this form defined so far. All the
42209 @samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
42210 formats, listed above.
42211
42212 @table @samp
42213 @item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
42214 @anchor{qXfer siginfo write}
42215 Write @var{data} to the extra signal information on the target system.
42216 The annex part of the generic @samp{qXfer} packet must be
42217 empty (@pxref{qXfer write}).
42218
42219 This packet is not probed by default; the remote stub must request it,
42220 by supplying an appropriate @samp{qSupported} response
42221 (@pxref{qSupported}).
42222 @end table
42223
42224 @item qXfer:@var{object}:@var{operation}:@dots{}
42225 Requests of this form may be added in the future. When a stub does
42226 not recognize the @var{object} keyword, or its support for
42227 @var{object} does not recognize the @var{operation} keyword, the stub
42228 must respond with an empty packet.
42229
42230 @item qAttached:@var{pid}
42231 @cindex query attached, remote request
42232 @cindex @samp{qAttached} packet
42233 Return an indication of whether the remote server attached to an
42234 existing process or created a new process. When the multiprocess
42235 protocol extensions are supported (@pxref{multiprocess extensions}),
42236 @var{pid} is an integer in hexadecimal format identifying the target
42237 process. Otherwise, @value{GDBN} will omit the @var{pid} field and
42238 the query packet will be simplified as @samp{qAttached}.
42239
42240 This query is used, for example, to know whether the remote process
42241 should be detached or killed when a @value{GDBN} session is ended with
42242 the @code{quit} command.
42243
42244 Reply:
42245 @table @samp
42246 @item 1
42247 The remote server attached to an existing process.
42248 @item 0
42249 The remote server created a new process.
42250 @item E @var{NN}
42251 A badly formed request or an error was encountered.
42252 @end table
42253
42254 @item Qbtrace:bts
42255 Enable branch tracing for the current thread using Branch Trace Store.
42256
42257 Reply:
42258 @table @samp
42259 @item OK
42260 Branch tracing has been enabled.
42261 @item E.errtext
42262 A badly formed request or an error was encountered.
42263 @end table
42264
42265 @item Qbtrace:pt
42266 Enable branch tracing for the current thread using Intel Processor Trace.
42267
42268 Reply:
42269 @table @samp
42270 @item OK
42271 Branch tracing has been enabled.
42272 @item E.errtext
42273 A badly formed request or an error was encountered.
42274 @end table
42275
42276 @item Qbtrace:off
42277 Disable branch tracing for the current thread.
42278
42279 Reply:
42280 @table @samp
42281 @item OK
42282 Branch tracing has been disabled.
42283 @item E.errtext
42284 A badly formed request or an error was encountered.
42285 @end table
42286
42287 @item Qbtrace-conf:bts:size=@var{value}
42288 Set the requested ring buffer size for new threads that use the
42289 btrace recording method in bts format.
42290
42291 Reply:
42292 @table @samp
42293 @item OK
42294 The ring buffer size has been set.
42295 @item E.errtext
42296 A badly formed request or an error was encountered.
42297 @end table
42298
42299 @item Qbtrace-conf:pt:size=@var{value}
42300 Set the requested ring buffer size for new threads that use the
42301 btrace recording method in pt format.
42302
42303 Reply:
42304 @table @samp
42305 @item OK
42306 The ring buffer size has been set.
42307 @item E.errtext
42308 A badly formed request or an error was encountered.
42309 @end table
42310
42311 @end table
42312
42313 @node Architecture-Specific Protocol Details
42314 @section Architecture-Specific Protocol Details
42315
42316 This section describes how the remote protocol is applied to specific
42317 target architectures. Also see @ref{Standard Target Features}, for
42318 details of XML target descriptions for each architecture.
42319
42320 @menu
42321 * ARM-Specific Protocol Details::
42322 * MIPS-Specific Protocol Details::
42323 @end menu
42324
42325 @node ARM-Specific Protocol Details
42326 @subsection @acronym{ARM}-specific Protocol Details
42327
42328 @menu
42329 * ARM Breakpoint Kinds::
42330 @end menu
42331
42332 @node ARM Breakpoint Kinds
42333 @subsubsection @acronym{ARM} Breakpoint Kinds
42334 @cindex breakpoint kinds, @acronym{ARM}
42335
42336 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42337
42338 @table @r
42339
42340 @item 2
42341 16-bit Thumb mode breakpoint.
42342
42343 @item 3
42344 32-bit Thumb mode (Thumb-2) breakpoint.
42345
42346 @item 4
42347 32-bit @acronym{ARM} mode breakpoint.
42348
42349 @end table
42350
42351 @node MIPS-Specific Protocol Details
42352 @subsection @acronym{MIPS}-specific Protocol Details
42353
42354 @menu
42355 * MIPS Register packet Format::
42356 * MIPS Breakpoint Kinds::
42357 @end menu
42358
42359 @node MIPS Register packet Format
42360 @subsubsection @acronym{MIPS} Register Packet Format
42361 @cindex register packet format, @acronym{MIPS}
42362
42363 The following @code{g}/@code{G} packets have previously been defined.
42364 In the below, some thirty-two bit registers are transferred as
42365 sixty-four bits. Those registers should be zero/sign extended (which?)
42366 to fill the space allocated. Register bytes are transferred in target
42367 byte order. The two nibbles within a register byte are transferred
42368 most-significant -- least-significant.
42369
42370 @table @r
42371
42372 @item MIPS32
42373 All registers are transferred as thirty-two bit quantities in the order:
42374 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
42375 registers; fsr; fir; fp.
42376
42377 @item MIPS64
42378 All registers are transferred as sixty-four bit quantities (including
42379 thirty-two bit registers such as @code{sr}). The ordering is the same
42380 as @code{MIPS32}.
42381
42382 @end table
42383
42384 @node MIPS Breakpoint Kinds
42385 @subsubsection @acronym{MIPS} Breakpoint Kinds
42386 @cindex breakpoint kinds, @acronym{MIPS}
42387
42388 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42389
42390 @table @r
42391
42392 @item 2
42393 16-bit @acronym{MIPS16} mode breakpoint.
42394
42395 @item 3
42396 16-bit @acronym{microMIPS} mode breakpoint.
42397
42398 @item 4
42399 32-bit standard @acronym{MIPS} mode breakpoint.
42400
42401 @item 5
42402 32-bit @acronym{microMIPS} mode breakpoint.
42403
42404 @end table
42405
42406 @node Tracepoint Packets
42407 @section Tracepoint Packets
42408 @cindex tracepoint packets
42409 @cindex packets, tracepoint
42410
42411 Here we describe the packets @value{GDBN} uses to implement
42412 tracepoints (@pxref{Tracepoints}).
42413
42414 @table @samp
42415
42416 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
42417 @cindex @samp{QTDP} packet
42418 Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
42419 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
42420 the tracepoint is disabled. The @var{step} gives the tracepoint's step
42421 count, and @var{pass} gives its pass count. If an @samp{F} is present,
42422 then the tracepoint is to be a fast tracepoint, and the @var{flen} is
42423 the number of bytes that the target should copy elsewhere to make room
42424 for the tracepoint. If an @samp{X} is present, it introduces a
42425 tracepoint condition, which consists of a hexadecimal length, followed
42426 by a comma and hex-encoded bytes, in a manner similar to action
42427 encodings as described below. If the trailing @samp{-} is present,
42428 further @samp{QTDP} packets will follow to specify this tracepoint's
42429 actions.
42430
42431 Replies:
42432 @table @samp
42433 @item OK
42434 The packet was understood and carried out.
42435 @item qRelocInsn
42436 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
42437 @item @w{}
42438 The packet was not recognized.
42439 @end table
42440
42441 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
42442 Define actions to be taken when a tracepoint is hit. The @var{n} and
42443 @var{addr} must be the same as in the initial @samp{QTDP} packet for
42444 this tracepoint. This packet may only be sent immediately after
42445 another @samp{QTDP} packet that ended with a @samp{-}. If the
42446 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
42447 specifying more actions for this tracepoint.
42448
42449 In the series of action packets for a given tracepoint, at most one
42450 can have an @samp{S} before its first @var{action}. If such a packet
42451 is sent, it and the following packets define ``while-stepping''
42452 actions. Any prior packets define ordinary actions --- that is, those
42453 taken when the tracepoint is first hit. If no action packet has an
42454 @samp{S}, then all the packets in the series specify ordinary
42455 tracepoint actions.
42456
42457 The @samp{@var{action}@dots{}} portion of the packet is a series of
42458 actions, concatenated without separators. Each action has one of the
42459 following forms:
42460
42461 @table @samp
42462
42463 @item R @var{mask}
42464 Collect the registers whose bits are set in @var{mask},
42465 a hexadecimal number whose @var{i}'th bit is set if register number
42466 @var{i} should be collected. (The least significant bit is numbered
42467 zero.) Note that @var{mask} may be any number of digits long; it may
42468 not fit in a 32-bit word.
42469
42470 @item M @var{basereg},@var{offset},@var{len}
42471 Collect @var{len} bytes of memory starting at the address in register
42472 number @var{basereg}, plus @var{offset}. If @var{basereg} is
42473 @samp{-1}, then the range has a fixed address: @var{offset} is the
42474 address of the lowest byte to collect. The @var{basereg},
42475 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
42476 values (the @samp{-1} value for @var{basereg} is a special case).
42477
42478 @item X @var{len},@var{expr}
42479 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
42480 it directs. The agent expression @var{expr} is as described in
42481 @ref{Agent Expressions}. Each byte of the expression is encoded as a
42482 two-digit hex number in the packet; @var{len} is the number of bytes
42483 in the expression (and thus one-half the number of hex digits in the
42484 packet).
42485
42486 @end table
42487
42488 Any number of actions may be packed together in a single @samp{QTDP}
42489 packet, as long as the packet does not exceed the maximum packet
42490 length (400 bytes, for many stubs). There may be only one @samp{R}
42491 action per tracepoint, and it must precede any @samp{M} or @samp{X}
42492 actions. Any registers referred to by @samp{M} and @samp{X} actions
42493 must be collected by a preceding @samp{R} action. (The
42494 ``while-stepping'' actions are treated as if they were attached to a
42495 separate tracepoint, as far as these restrictions are concerned.)
42496
42497 Replies:
42498 @table @samp
42499 @item OK
42500 The packet was understood and carried out.
42501 @item qRelocInsn
42502 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
42503 @item @w{}
42504 The packet was not recognized.
42505 @end table
42506
42507 @item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
42508 @cindex @samp{QTDPsrc} packet
42509 Specify a source string of tracepoint @var{n} at address @var{addr}.
42510 This is useful to get accurate reproduction of the tracepoints
42511 originally downloaded at the beginning of the trace run. The @var{type}
42512 is the name of the tracepoint part, such as @samp{cond} for the
42513 tracepoint's conditional expression (see below for a list of types), while
42514 @var{bytes} is the string, encoded in hexadecimal.
42515
42516 @var{start} is the offset of the @var{bytes} within the overall source
42517 string, while @var{slen} is the total length of the source string.
42518 This is intended for handling source strings that are longer than will
42519 fit in a single packet.
42520 @c Add detailed example when this info is moved into a dedicated
42521 @c tracepoint descriptions section.
42522
42523 The available string types are @samp{at} for the location,
42524 @samp{cond} for the conditional, and @samp{cmd} for an action command.
42525 @value{GDBN} sends a separate packet for each command in the action
42526 list, in the same order in which the commands are stored in the list.
42527
42528 The target does not need to do anything with source strings except
42529 report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
42530 query packets.
42531
42532 Although this packet is optional, and @value{GDBN} will only send it
42533 if the target replies with @samp{TracepointSource} @xref{General
42534 Query Packets}, it makes both disconnected tracing and trace files
42535 much easier to use. Otherwise the user must be careful that the
42536 tracepoints in effect while looking at trace frames are identical to
42537 the ones in effect during the trace run; even a small discrepancy
42538 could cause @samp{tdump} not to work, or a particular trace frame not
42539 be found.
42540
42541 @item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
42542 @cindex define trace state variable, remote request
42543 @cindex @samp{QTDV} packet
42544 Create a new trace state variable, number @var{n}, with an initial
42545 value of @var{value}, which is a 64-bit signed integer. Both @var{n}
42546 and @var{value} are encoded as hexadecimal values. @value{GDBN} has
42547 the option of not using this packet for initial values of zero; the
42548 target should simply create the trace state variables as they are
42549 mentioned in expressions. The value @var{builtin} should be 1 (one)
42550 if the trace state variable is builtin and 0 (zero) if it is not builtin.
42551 @value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
42552 @samp{qTsV} packet had it set. The contents of @var{name} is the
42553 hex-encoded name (without the leading @samp{$}) of the trace state
42554 variable.
42555
42556 @item QTFrame:@var{n}
42557 @cindex @samp{QTFrame} packet
42558 Select the @var{n}'th tracepoint frame from the buffer, and use the
42559 register and memory contents recorded there to answer subsequent
42560 request packets from @value{GDBN}.
42561
42562 A successful reply from the stub indicates that the stub has found the
42563 requested frame. The response is a series of parts, concatenated
42564 without separators, describing the frame we selected. Each part has
42565 one of the following forms:
42566
42567 @table @samp
42568 @item F @var{f}
42569 The selected frame is number @var{n} in the trace frame buffer;
42570 @var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
42571 was no frame matching the criteria in the request packet.
42572
42573 @item T @var{t}
42574 The selected trace frame records a hit of tracepoint number @var{t};
42575 @var{t} is a hexadecimal number.
42576
42577 @end table
42578
42579 @item QTFrame:pc:@var{addr}
42580 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42581 currently selected frame whose PC is @var{addr};
42582 @var{addr} is a hexadecimal number.
42583
42584 @item QTFrame:tdp:@var{t}
42585 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42586 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
42587 is a hexadecimal number.
42588
42589 @item QTFrame:range:@var{start}:@var{end}
42590 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42591 currently selected frame whose PC is between @var{start} (inclusive)
42592 and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
42593 numbers.
42594
42595 @item QTFrame:outside:@var{start}:@var{end}
42596 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
42597 frame @emph{outside} the given range of addresses (exclusive).
42598
42599 @item qTMinFTPILen
42600 @cindex @samp{qTMinFTPILen} packet
42601 This packet requests the minimum length of instruction at which a fast
42602 tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
42603 the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
42604 it depends on the target system being able to create trampolines in
42605 the first 64K of memory, which might or might not be possible for that
42606 system. So the reply to this packet will be 4 if it is able to
42607 arrange for that.
42608
42609 Replies:
42610
42611 @table @samp
42612 @item 0
42613 The minimum instruction length is currently unknown.
42614 @item @var{length}
42615 The minimum instruction length is @var{length}, where @var{length}
42616 is a hexadecimal number greater or equal to 1. A reply
42617 of 1 means that a fast tracepoint may be placed on any instruction
42618 regardless of size.
42619 @item E
42620 An error has occurred.
42621 @item @w{}
42622 An empty reply indicates that the request is not supported by the stub.
42623 @end table
42624
42625 @item QTStart
42626 @cindex @samp{QTStart} packet
42627 Begin the tracepoint experiment. Begin collecting data from
42628 tracepoint hits in the trace frame buffer. This packet supports the
42629 @samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
42630 instruction reply packet}).
42631
42632 @item QTStop
42633 @cindex @samp{QTStop} packet
42634 End the tracepoint experiment. Stop collecting trace frames.
42635
42636 @item QTEnable:@var{n}:@var{addr}
42637 @anchor{QTEnable}
42638 @cindex @samp{QTEnable} packet
42639 Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
42640 experiment. If the tracepoint was previously disabled, then collection
42641 of data from it will resume.
42642
42643 @item QTDisable:@var{n}:@var{addr}
42644 @anchor{QTDisable}
42645 @cindex @samp{QTDisable} packet
42646 Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
42647 experiment. No more data will be collected from the tracepoint unless
42648 @samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
42649
42650 @item QTinit
42651 @cindex @samp{QTinit} packet
42652 Clear the table of tracepoints, and empty the trace frame buffer.
42653
42654 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
42655 @cindex @samp{QTro} packet
42656 Establish the given ranges of memory as ``transparent''. The stub
42657 will answer requests for these ranges from memory's current contents,
42658 if they were not collected as part of the tracepoint hit.
42659
42660 @value{GDBN} uses this to mark read-only regions of memory, like those
42661 containing program code. Since these areas never change, they should
42662 still have the same contents they did when the tracepoint was hit, so
42663 there's no reason for the stub to refuse to provide their contents.
42664
42665 @item QTDisconnected:@var{value}
42666 @cindex @samp{QTDisconnected} packet
42667 Set the choice to what to do with the tracing run when @value{GDBN}
42668 disconnects from the target. A @var{value} of 1 directs the target to
42669 continue the tracing run, while 0 tells the target to stop tracing if
42670 @value{GDBN} is no longer in the picture.
42671
42672 @item qTStatus
42673 @cindex @samp{qTStatus} packet
42674 Ask the stub if there is a trace experiment running right now.
42675
42676 The reply has the form:
42677
42678 @table @samp
42679
42680 @item T@var{running}@r{[};@var{field}@r{]}@dots{}
42681 @var{running} is a single digit @code{1} if the trace is presently
42682 running, or @code{0} if not. It is followed by semicolon-separated
42683 optional fields that an agent may use to report additional status.
42684
42685 @end table
42686
42687 If the trace is not running, the agent may report any of several
42688 explanations as one of the optional fields:
42689
42690 @table @samp
42691
42692 @item tnotrun:0
42693 No trace has been run yet.
42694
42695 @item tstop[:@var{text}]:0
42696 The trace was stopped by a user-originated stop command. The optional
42697 @var{text} field is a user-supplied string supplied as part of the
42698 stop command (for instance, an explanation of why the trace was
42699 stopped manually). It is hex-encoded.
42700
42701 @item tfull:0
42702 The trace stopped because the trace buffer filled up.
42703
42704 @item tdisconnected:0
42705 The trace stopped because @value{GDBN} disconnected from the target.
42706
42707 @item tpasscount:@var{tpnum}
42708 The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
42709
42710 @item terror:@var{text}:@var{tpnum}
42711 The trace stopped because tracepoint @var{tpnum} had an error. The
42712 string @var{text} is available to describe the nature of the error
42713 (for instance, a divide by zero in the condition expression); it
42714 is hex encoded.
42715
42716 @item tunknown:0
42717 The trace stopped for some other reason.
42718
42719 @end table
42720
42721 Additional optional fields supply statistical and other information.
42722 Although not required, they are extremely useful for users monitoring
42723 the progress of a trace run. If a trace has stopped, and these
42724 numbers are reported, they must reflect the state of the just-stopped
42725 trace.
42726
42727 @table @samp
42728
42729 @item tframes:@var{n}
42730 The number of trace frames in the buffer.
42731
42732 @item tcreated:@var{n}
42733 The total number of trace frames created during the run. This may
42734 be larger than the trace frame count, if the buffer is circular.
42735
42736 @item tsize:@var{n}
42737 The total size of the trace buffer, in bytes.
42738
42739 @item tfree:@var{n}
42740 The number of bytes still unused in the buffer.
42741
42742 @item circular:@var{n}
42743 The value of the circular trace buffer flag. @code{1} means that the
42744 trace buffer is circular and old trace frames will be discarded if
42745 necessary to make room, @code{0} means that the trace buffer is linear
42746 and may fill up.
42747
42748 @item disconn:@var{n}
42749 The value of the disconnected tracing flag. @code{1} means that
42750 tracing will continue after @value{GDBN} disconnects, @code{0} means
42751 that the trace run will stop.
42752
42753 @end table
42754
42755 @item qTP:@var{tp}:@var{addr}
42756 @cindex tracepoint status, remote request
42757 @cindex @samp{qTP} packet
42758 Ask the stub for the current state of tracepoint number @var{tp} at
42759 address @var{addr}.
42760
42761 Replies:
42762 @table @samp
42763 @item V@var{hits}:@var{usage}
42764 The tracepoint has been hit @var{hits} times so far during the trace
42765 run, and accounts for @var{usage} in the trace buffer. Note that
42766 @code{while-stepping} steps are not counted as separate hits, but the
42767 steps' space consumption is added into the usage number.
42768
42769 @end table
42770
42771 @item qTV:@var{var}
42772 @cindex trace state variable value, remote request
42773 @cindex @samp{qTV} packet
42774 Ask the stub for the value of the trace state variable number @var{var}.
42775
42776 Replies:
42777 @table @samp
42778 @item V@var{value}
42779 The value of the variable is @var{value}. This will be the current
42780 value of the variable if the user is examining a running target, or a
42781 saved value if the variable was collected in the trace frame that the
42782 user is looking at. Note that multiple requests may result in
42783 different reply values, such as when requesting values while the
42784 program is running.
42785
42786 @item U
42787 The value of the variable is unknown. This would occur, for example,
42788 if the user is examining a trace frame in which the requested variable
42789 was not collected.
42790 @end table
42791
42792 @item qTfP
42793 @cindex @samp{qTfP} packet
42794 @itemx qTsP
42795 @cindex @samp{qTsP} packet
42796 These packets request data about tracepoints that are being used by
42797 the target. @value{GDBN} sends @code{qTfP} to get the first piece
42798 of data, and multiple @code{qTsP} to get additional pieces. Replies
42799 to these packets generally take the form of the @code{QTDP} packets
42800 that define tracepoints. (FIXME add detailed syntax)
42801
42802 @item qTfV
42803 @cindex @samp{qTfV} packet
42804 @itemx qTsV
42805 @cindex @samp{qTsV} packet
42806 These packets request data about trace state variables that are on the
42807 target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
42808 and multiple @code{qTsV} to get additional variables. Replies to
42809 these packets follow the syntax of the @code{QTDV} packets that define
42810 trace state variables.
42811
42812 @item qTfSTM
42813 @itemx qTsSTM
42814 @anchor{qTfSTM}
42815 @anchor{qTsSTM}
42816 @cindex @samp{qTfSTM} packet
42817 @cindex @samp{qTsSTM} packet
42818 These packets request data about static tracepoint markers that exist
42819 in the target program. @value{GDBN} sends @code{qTfSTM} to get the
42820 first piece of data, and multiple @code{qTsSTM} to get additional
42821 pieces. Replies to these packets take the following form:
42822
42823 Reply:
42824 @table @samp
42825 @item m @var{address}:@var{id}:@var{extra}
42826 A single marker
42827 @item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
42828 a comma-separated list of markers
42829 @item l
42830 (lower case letter @samp{L}) denotes end of list.
42831 @item E @var{nn}
42832 An error occurred. The error number @var{nn} is given as hex digits.
42833 @item @w{}
42834 An empty reply indicates that the request is not supported by the
42835 stub.
42836 @end table
42837
42838 The @var{address} is encoded in hex;
42839 @var{id} and @var{extra} are strings encoded in hex.
42840
42841 In response to each query, the target will reply with a list of one or
42842 more markers, separated by commas. @value{GDBN} will respond to each
42843 reply with a request for more markers (using the @samp{qs} form of the
42844 query), until the target responds with @samp{l} (lower-case ell, for
42845 @dfn{last}).
42846
42847 @item qTSTMat:@var{address}
42848 @anchor{qTSTMat}
42849 @cindex @samp{qTSTMat} packet
42850 This packets requests data about static tracepoint markers in the
42851 target program at @var{address}. Replies to this packet follow the
42852 syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
42853 tracepoint markers.
42854
42855 @item QTSave:@var{filename}
42856 @cindex @samp{QTSave} packet
42857 This packet directs the target to save trace data to the file name
42858 @var{filename} in the target's filesystem. The @var{filename} is encoded
42859 as a hex string; the interpretation of the file name (relative vs
42860 absolute, wild cards, etc) is up to the target.
42861
42862 @item qTBuffer:@var{offset},@var{len}
42863 @cindex @samp{qTBuffer} packet
42864 Return up to @var{len} bytes of the current contents of trace buffer,
42865 starting at @var{offset}. The trace buffer is treated as if it were
42866 a contiguous collection of traceframes, as per the trace file format.
42867 The reply consists as many hex-encoded bytes as the target can deliver
42868 in a packet; it is not an error to return fewer than were asked for.
42869 A reply consisting of just @code{l} indicates that no bytes are
42870 available.
42871
42872 @item QTBuffer:circular:@var{value}
42873 This packet directs the target to use a circular trace buffer if
42874 @var{value} is 1, or a linear buffer if the value is 0.
42875
42876 @item QTBuffer:size:@var{size}
42877 @anchor{QTBuffer-size}
42878 @cindex @samp{QTBuffer size} packet
42879 This packet directs the target to make the trace buffer be of size
42880 @var{size} if possible. A value of @code{-1} tells the target to
42881 use whatever size it prefers.
42882
42883 @item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
42884 @cindex @samp{QTNotes} packet
42885 This packet adds optional textual notes to the trace run. Allowable
42886 types include @code{user}, @code{notes}, and @code{tstop}, the
42887 @var{text} fields are arbitrary strings, hex-encoded.
42888
42889 @end table
42890
42891 @subsection Relocate instruction reply packet
42892 When installing fast tracepoints in memory, the target may need to
42893 relocate the instruction currently at the tracepoint address to a
42894 different address in memory. For most instructions, a simple copy is
42895 enough, but, for example, call instructions that implicitly push the
42896 return address on the stack, and relative branches or other
42897 PC-relative instructions require offset adjustment, so that the effect
42898 of executing the instruction at a different address is the same as if
42899 it had executed in the original location.
42900
42901 In response to several of the tracepoint packets, the target may also
42902 respond with a number of intermediate @samp{qRelocInsn} request
42903 packets before the final result packet, to have @value{GDBN} handle
42904 this relocation operation. If a packet supports this mechanism, its
42905 documentation will explicitly say so. See for example the above
42906 descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
42907 format of the request is:
42908
42909 @table @samp
42910 @item qRelocInsn:@var{from};@var{to}
42911
42912 This requests @value{GDBN} to copy instruction at address @var{from}
42913 to address @var{to}, possibly adjusted so that executing the
42914 instruction at @var{to} has the same effect as executing it at
42915 @var{from}. @value{GDBN} writes the adjusted instruction to target
42916 memory starting at @var{to}.
42917 @end table
42918
42919 Replies:
42920 @table @samp
42921 @item qRelocInsn:@var{adjusted_size}
42922 Informs the stub the relocation is complete. The @var{adjusted_size} is
42923 the length in bytes of resulting relocated instruction sequence.
42924 @item E @var{NN}
42925 A badly formed request was detected, or an error was encountered while
42926 relocating the instruction.
42927 @end table
42928
42929 @node Host I/O Packets
42930 @section Host I/O Packets
42931 @cindex Host I/O, remote protocol
42932 @cindex file transfer, remote protocol
42933
42934 The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
42935 operations on the far side of a remote link. For example, Host I/O is
42936 used to upload and download files to a remote target with its own
42937 filesystem. Host I/O uses the same constant values and data structure
42938 layout as the target-initiated File-I/O protocol. However, the
42939 Host I/O packets are structured differently. The target-initiated
42940 protocol relies on target memory to store parameters and buffers.
42941 Host I/O requests are initiated by @value{GDBN}, and the
42942 target's memory is not involved. @xref{File-I/O Remote Protocol
42943 Extension}, for more details on the target-initiated protocol.
42944
42945 The Host I/O request packets all encode a single operation along with
42946 its arguments. They have this format:
42947
42948 @table @samp
42949
42950 @item vFile:@var{operation}: @var{parameter}@dots{}
42951 @var{operation} is the name of the particular request; the target
42952 should compare the entire packet name up to the second colon when checking
42953 for a supported operation. The format of @var{parameter} depends on
42954 the operation. Numbers are always passed in hexadecimal. Negative
42955 numbers have an explicit minus sign (i.e.@: two's complement is not
42956 used). Strings (e.g.@: filenames) are encoded as a series of
42957 hexadecimal bytes. The last argument to a system call may be a
42958 buffer of escaped binary data (@pxref{Binary Data}).
42959
42960 @end table
42961
42962 The valid responses to Host I/O packets are:
42963
42964 @table @samp
42965
42966 @item F @var{result} [, @var{errno}] [; @var{attachment}]
42967 @var{result} is the integer value returned by this operation, usually
42968 non-negative for success and -1 for errors. If an error has occured,
42969 @var{errno} will be included in the result specifying a
42970 value defined by the File-I/O protocol (@pxref{Errno Values}). For
42971 operations which return data, @var{attachment} supplies the data as a
42972 binary buffer. Binary buffers in response packets are escaped in the
42973 normal way (@pxref{Binary Data}). See the individual packet
42974 documentation for the interpretation of @var{result} and
42975 @var{attachment}.
42976
42977 @item @w{}
42978 An empty response indicates that this operation is not recognized.
42979
42980 @end table
42981
42982 These are the supported Host I/O operations:
42983
42984 @table @samp
42985 @item vFile:open: @var{filename}, @var{flags}, @var{mode}
42986 Open a file at @var{filename} and return a file descriptor for it, or
42987 return -1 if an error occurs. The @var{filename} is a string,
42988 @var{flags} is an integer indicating a mask of open flags
42989 (@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
42990 of mode bits to use if the file is created (@pxref{mode_t Values}).
42991 @xref{open}, for details of the open flags and mode values.
42992
42993 @item vFile:close: @var{fd}
42994 Close the open file corresponding to @var{fd} and return 0, or
42995 -1 if an error occurs.
42996
42997 @item vFile:pread: @var{fd}, @var{count}, @var{offset}
42998 Read data from the open file corresponding to @var{fd}. Up to
42999 @var{count} bytes will be read from the file, starting at @var{offset}
43000 relative to the start of the file. The target may read fewer bytes;
43001 common reasons include packet size limits and an end-of-file
43002 condition. The number of bytes read is returned. Zero should only be
43003 returned for a successful read at the end of the file, or if
43004 @var{count} was zero.
43005
43006 The data read should be returned as a binary attachment on success.
43007 If zero bytes were read, the response should include an empty binary
43008 attachment (i.e.@: a trailing semicolon). The return value is the
43009 number of target bytes read; the binary attachment may be longer if
43010 some characters were escaped.
43011
43012 @item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
43013 Write @var{data} (a binary buffer) to the open file corresponding
43014 to @var{fd}. Start the write at @var{offset} from the start of the
43015 file. Unlike many @code{write} system calls, there is no
43016 separate @var{count} argument; the length of @var{data} in the
43017 packet is used. @samp{vFile:pwrite} returns the number of bytes written,
43018 which may be shorter than the length of @var{data}, or -1 if an
43019 error occurred.
43020
43021 @item vFile:fstat: @var{fd}
43022 Get information about the open file corresponding to @var{fd}.
43023 On success the information is returned as a binary attachment
43024 and the return value is the size of this attachment in bytes.
43025 If an error occurs the return value is -1. The format of the
43026 returned binary attachment is as described in @ref{struct stat}.
43027
43028 @item vFile:unlink: @var{filename}
43029 Delete the file at @var{filename} on the target. Return 0,
43030 or -1 if an error occurs. The @var{filename} is a string.
43031
43032 @item vFile:readlink: @var{filename}
43033 Read value of symbolic link @var{filename} on the target. Return
43034 the number of bytes read, or -1 if an error occurs.
43035
43036 The data read should be returned as a binary attachment on success.
43037 If zero bytes were read, the response should include an empty binary
43038 attachment (i.e.@: a trailing semicolon). The return value is the
43039 number of target bytes read; the binary attachment may be longer if
43040 some characters were escaped.
43041
43042 @item vFile:setfs: @var{pid}
43043 Select the filesystem on which @code{vFile} operations with
43044 @var{filename} arguments will operate. This is required for
43045 @value{GDBN} to be able to access files on remote targets where
43046 the remote stub does not share a common filesystem with the
43047 inferior(s).
43048
43049 If @var{pid} is nonzero, select the filesystem as seen by process
43050 @var{pid}. If @var{pid} is zero, select the filesystem as seen by
43051 the remote stub. Return 0 on success, or -1 if an error occurs.
43052 If @code{vFile:setfs:} indicates success, the selected filesystem
43053 remains selected until the next successful @code{vFile:setfs:}
43054 operation.
43055
43056 @end table
43057
43058 @node Interrupts
43059 @section Interrupts
43060 @cindex interrupts (remote protocol)
43061 @anchor{interrupting remote targets}
43062
43063 In all-stop mode, when a program on the remote target is running,
43064 @value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
43065 @code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
43066 is specified via @value{GDBN}'s @samp{interrupt-sequence}.
43067
43068 The precise meaning of @code{BREAK} is defined by the transport
43069 mechanism and may, in fact, be undefined. @value{GDBN} does not
43070 currently define a @code{BREAK} mechanism for any of the network
43071 interfaces except for TCP, in which case @value{GDBN} sends the
43072 @code{telnet} BREAK sequence.
43073
43074 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
43075 transport mechanisms. It is represented by sending the single byte
43076 @code{0x03} without any of the usual packet overhead described in
43077 the Overview section (@pxref{Overview}). When a @code{0x03} byte is
43078 transmitted as part of a packet, it is considered to be packet data
43079 and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
43080 (@pxref{X packet}), used for binary downloads, may include an unescaped
43081 @code{0x03} as part of its packet.
43082
43083 @code{BREAK} followed by @code{g} is also known as Magic SysRq g.
43084 When Linux kernel receives this sequence from serial port,
43085 it stops execution and connects to gdb.
43086
43087 In non-stop mode, because packet resumptions are asynchronous
43088 (@pxref{vCont packet}), @value{GDBN} is always free to send a remote
43089 command to the remote stub, even when the target is running. For that
43090 reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
43091 packet}) with the usual packet framing instead of the single byte
43092 @code{0x03}.
43093
43094 Stubs are not required to recognize these interrupt mechanisms and the
43095 precise meaning associated with receipt of the interrupt is
43096 implementation defined. If the target supports debugging of multiple
43097 threads and/or processes, it should attempt to interrupt all
43098 currently-executing threads and processes.
43099 If the stub is successful at interrupting the
43100 running program, it should send one of the stop
43101 reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
43102 of successfully stopping the program in all-stop mode, and a stop reply
43103 for each stopped thread in non-stop mode.
43104 Interrupts received while the
43105 program is stopped are queued and the program will be interrupted when
43106 it is resumed next time.
43107
43108 @node Notification Packets
43109 @section Notification Packets
43110 @cindex notification packets
43111 @cindex packets, notification
43112
43113 The @value{GDBN} remote serial protocol includes @dfn{notifications},
43114 packets that require no acknowledgment. Both the GDB and the stub
43115 may send notifications (although the only notifications defined at
43116 present are sent by the stub). Notifications carry information
43117 without incurring the round-trip latency of an acknowledgment, and so
43118 are useful for low-impact communications where occasional packet loss
43119 is not a problem.
43120
43121 A notification packet has the form @samp{% @var{data} #
43122 @var{checksum}}, where @var{data} is the content of the notification,
43123 and @var{checksum} is a checksum of @var{data}, computed and formatted
43124 as for ordinary @value{GDBN} packets. A notification's @var{data}
43125 never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
43126 receiving a notification, the recipient sends no @samp{+} or @samp{-}
43127 to acknowledge the notification's receipt or to report its corruption.
43128
43129 Every notification's @var{data} begins with a name, which contains no
43130 colon characters, followed by a colon character.
43131
43132 Recipients should silently ignore corrupted notifications and
43133 notifications they do not understand. Recipients should restart
43134 timeout periods on receipt of a well-formed notification, whether or
43135 not they understand it.
43136
43137 Senders should only send the notifications described here when this
43138 protocol description specifies that they are permitted. In the
43139 future, we may extend the protocol to permit existing notifications in
43140 new contexts; this rule helps older senders avoid confusing newer
43141 recipients.
43142
43143 (Older versions of @value{GDBN} ignore bytes received until they see
43144 the @samp{$} byte that begins an ordinary packet, so new stubs may
43145 transmit notifications without fear of confusing older clients. There
43146 are no notifications defined for @value{GDBN} to send at the moment, but we
43147 assume that most older stubs would ignore them, as well.)
43148
43149 Each notification is comprised of three parts:
43150 @table @samp
43151 @item @var{name}:@var{event}
43152 The notification packet is sent by the side that initiates the
43153 exchange (currently, only the stub does that), with @var{event}
43154 carrying the specific information about the notification, and
43155 @var{name} specifying the name of the notification.
43156 @item @var{ack}
43157 The acknowledge sent by the other side, usually @value{GDBN}, to
43158 acknowledge the exchange and request the event.
43159 @end table
43160
43161 The purpose of an asynchronous notification mechanism is to report to
43162 @value{GDBN} that something interesting happened in the remote stub.
43163
43164 The remote stub may send notification @var{name}:@var{event}
43165 at any time, but @value{GDBN} acknowledges the notification when
43166 appropriate. The notification event is pending before @value{GDBN}
43167 acknowledges. Only one notification at a time may be pending; if
43168 additional events occur before @value{GDBN} has acknowledged the
43169 previous notification, they must be queued by the stub for later
43170 synchronous transmission in response to @var{ack} packets from
43171 @value{GDBN}. Because the notification mechanism is unreliable,
43172 the stub is permitted to resend a notification if it believes
43173 @value{GDBN} may not have received it.
43174
43175 Specifically, notifications may appear when @value{GDBN} is not
43176 otherwise reading input from the stub, or when @value{GDBN} is
43177 expecting to read a normal synchronous response or a
43178 @samp{+}/@samp{-} acknowledgment to a packet it has sent.
43179 Notification packets are distinct from any other communication from
43180 the stub so there is no ambiguity.
43181
43182 After receiving a notification, @value{GDBN} shall acknowledge it by
43183 sending a @var{ack} packet as a regular, synchronous request to the
43184 stub. Such acknowledgment is not required to happen immediately, as
43185 @value{GDBN} is permitted to send other, unrelated packets to the
43186 stub first, which the stub should process normally.
43187
43188 Upon receiving a @var{ack} packet, if the stub has other queued
43189 events to report to @value{GDBN}, it shall respond by sending a
43190 normal @var{event}. @value{GDBN} shall then send another @var{ack}
43191 packet to solicit further responses; again, it is permitted to send
43192 other, unrelated packets as well which the stub should process
43193 normally.
43194
43195 If the stub receives a @var{ack} packet and there are no additional
43196 @var{event} to report, the stub shall return an @samp{OK} response.
43197 At this point, @value{GDBN} has finished processing a notification
43198 and the stub has completed sending any queued events. @value{GDBN}
43199 won't accept any new notifications until the final @samp{OK} is
43200 received . If further notification events occur, the stub shall send
43201 a new notification, @value{GDBN} shall accept the notification, and
43202 the process shall be repeated.
43203
43204 The process of asynchronous notification can be illustrated by the
43205 following example:
43206 @smallexample
43207 <- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
43208 @code{...}
43209 -> @code{vStopped}
43210 <- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
43211 -> @code{vStopped}
43212 <- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
43213 -> @code{vStopped}
43214 <- @code{OK}
43215 @end smallexample
43216
43217 The following notifications are defined:
43218 @multitable @columnfractions 0.12 0.12 0.38 0.38
43219
43220 @item Notification
43221 @tab Ack
43222 @tab Event
43223 @tab Description
43224
43225 @item Stop
43226 @tab vStopped
43227 @tab @var{reply}. The @var{reply} has the form of a stop reply, as
43228 described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
43229 for information on how these notifications are acknowledged by
43230 @value{GDBN}.
43231 @tab Report an asynchronous stop event in non-stop mode.
43232
43233 @end multitable
43234
43235 @node Remote Non-Stop
43236 @section Remote Protocol Support for Non-Stop Mode
43237
43238 @value{GDBN}'s remote protocol supports non-stop debugging of
43239 multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
43240 supports non-stop mode, it should report that to @value{GDBN} by including
43241 @samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
43242
43243 @value{GDBN} typically sends a @samp{QNonStop} packet only when
43244 establishing a new connection with the stub. Entering non-stop mode
43245 does not alter the state of any currently-running threads, but targets
43246 must stop all threads in any already-attached processes when entering
43247 all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
43248 probe the target state after a mode change.
43249
43250 In non-stop mode, when an attached process encounters an event that
43251 would otherwise be reported with a stop reply, it uses the
43252 asynchronous notification mechanism (@pxref{Notification Packets}) to
43253 inform @value{GDBN}. In contrast to all-stop mode, where all threads
43254 in all processes are stopped when a stop reply is sent, in non-stop
43255 mode only the thread reporting the stop event is stopped. That is,
43256 when reporting a @samp{S} or @samp{T} response to indicate completion
43257 of a step operation, hitting a breakpoint, or a fault, only the
43258 affected thread is stopped; any other still-running threads continue
43259 to run. When reporting a @samp{W} or @samp{X} response, all running
43260 threads belonging to other attached processes continue to run.
43261
43262 In non-stop mode, the target shall respond to the @samp{?} packet as
43263 follows. First, any incomplete stop reply notification/@samp{vStopped}
43264 sequence in progress is abandoned. The target must begin a new
43265 sequence reporting stop events for all stopped threads, whether or not
43266 it has previously reported those events to @value{GDBN}. The first
43267 stop reply is sent as a synchronous reply to the @samp{?} packet, and
43268 subsequent stop replies are sent as responses to @samp{vStopped} packets
43269 using the mechanism described above. The target must not send
43270 asynchronous stop reply notifications until the sequence is complete.
43271 If all threads are running when the target receives the @samp{?} packet,
43272 or if the target is not attached to any process, it shall respond
43273 @samp{OK}.
43274
43275 If the stub supports non-stop mode, it should also support the
43276 @samp{swbreak} stop reason if software breakpoints are supported, and
43277 the @samp{hwbreak} stop reason if hardware breakpoints are supported
43278 (@pxref{swbreak stop reason}). This is because given the asynchronous
43279 nature of non-stop mode, between the time a thread hits a breakpoint
43280 and the time the event is finally processed by @value{GDBN}, the
43281 breakpoint may have already been removed from the target. Due to
43282 this, @value{GDBN} needs to be able to tell whether a trap stop was
43283 caused by a delayed breakpoint event, which should be ignored, as
43284 opposed to a random trap signal, which should be reported to the user.
43285 Note the @samp{swbreak} feature implies that the target is responsible
43286 for adjusting the PC when a software breakpoint triggers, if
43287 necessary, such as on the x86 architecture.
43288
43289 @node Packet Acknowledgment
43290 @section Packet Acknowledgment
43291
43292 @cindex acknowledgment, for @value{GDBN} remote
43293 @cindex packet acknowledgment, for @value{GDBN} remote
43294 By default, when either the host or the target machine receives a packet,
43295 the first response expected is an acknowledgment: either @samp{+} (to indicate
43296 the package was received correctly) or @samp{-} (to request retransmission).
43297 This mechanism allows the @value{GDBN} remote protocol to operate over
43298 unreliable transport mechanisms, such as a serial line.
43299
43300 In cases where the transport mechanism is itself reliable (such as a pipe or
43301 TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
43302 It may be desirable to disable them in that case to reduce communication
43303 overhead, or for other reasons. This can be accomplished by means of the
43304 @samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
43305
43306 When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
43307 expect @samp{+}/@samp{-} protocol acknowledgments. The packet
43308 and response format still includes the normal checksum, as described in
43309 @ref{Overview}, but the checksum may be ignored by the receiver.
43310
43311 If the stub supports @samp{QStartNoAckMode} and prefers to operate in
43312 no-acknowledgment mode, it should report that to @value{GDBN}
43313 by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
43314 @pxref{qSupported}.
43315 If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
43316 disabled via the @code{set remote noack-packet off} command
43317 (@pxref{Remote Configuration}),
43318 @value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
43319 Only then may the stub actually turn off packet acknowledgments.
43320 @value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
43321 response, which can be safely ignored by the stub.
43322
43323 Note that @code{set remote noack-packet} command only affects negotiation
43324 between @value{GDBN} and the stub when subsequent connections are made;
43325 it does not affect the protocol acknowledgment state for any current
43326 connection.
43327 Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
43328 new connection is established,
43329 there is also no protocol request to re-enable the acknowledgments
43330 for the current connection, once disabled.
43331
43332 @node Examples
43333 @section Examples
43334
43335 Example sequence of a target being re-started. Notice how the restart
43336 does not get any direct output:
43337
43338 @smallexample
43339 -> @code{R00}
43340 <- @code{+}
43341 @emph{target restarts}
43342 -> @code{?}
43343 <- @code{+}
43344 <- @code{T001:1234123412341234}
43345 -> @code{+}
43346 @end smallexample
43347
43348 Example sequence of a target being stepped by a single instruction:
43349
43350 @smallexample
43351 -> @code{G1445@dots{}}
43352 <- @code{+}
43353 -> @code{s}
43354 <- @code{+}
43355 @emph{time passes}
43356 <- @code{T001:1234123412341234}
43357 -> @code{+}
43358 -> @code{g}
43359 <- @code{+}
43360 <- @code{1455@dots{}}
43361 -> @code{+}
43362 @end smallexample
43363
43364 @node File-I/O Remote Protocol Extension
43365 @section File-I/O Remote Protocol Extension
43366 @cindex File-I/O remote protocol extension
43367
43368 @menu
43369 * File-I/O Overview::
43370 * Protocol Basics::
43371 * The F Request Packet::
43372 * The F Reply Packet::
43373 * The Ctrl-C Message::
43374 * Console I/O::
43375 * List of Supported Calls::
43376 * Protocol-specific Representation of Datatypes::
43377 * Constants::
43378 * File-I/O Examples::
43379 @end menu
43380
43381 @node File-I/O Overview
43382 @subsection File-I/O Overview
43383 @cindex file-i/o overview
43384
43385 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
43386 target to use the host's file system and console I/O to perform various
43387 system calls. System calls on the target system are translated into a
43388 remote protocol packet to the host system, which then performs the needed
43389 actions and returns a response packet to the target system.
43390 This simulates file system operations even on targets that lack file systems.
43391
43392 The protocol is defined to be independent of both the host and target systems.
43393 It uses its own internal representation of datatypes and values. Both
43394 @value{GDBN} and the target's @value{GDBN} stub are responsible for
43395 translating the system-dependent value representations into the internal
43396 protocol representations when data is transmitted.
43397
43398 The communication is synchronous. A system call is possible only when
43399 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
43400 or @samp{s} packets. While @value{GDBN} handles the request for a system call,
43401 the target is stopped to allow deterministic access to the target's
43402 memory. Therefore File-I/O is not interruptible by target signals. On
43403 the other hand, it is possible to interrupt File-I/O by a user interrupt
43404 (@samp{Ctrl-C}) within @value{GDBN}.
43405
43406 The target's request to perform a host system call does not finish
43407 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
43408 after finishing the system call, the target returns to continuing the
43409 previous activity (continue, step). No additional continue or step
43410 request from @value{GDBN} is required.
43411
43412 @smallexample
43413 (@value{GDBP}) continue
43414 <- target requests 'system call X'
43415 target is stopped, @value{GDBN} executes system call
43416 -> @value{GDBN} returns result
43417 ... target continues, @value{GDBN} returns to wait for the target
43418 <- target hits breakpoint and sends a Txx packet
43419 @end smallexample
43420
43421 The protocol only supports I/O on the console and to regular files on
43422 the host file system. Character or block special devices, pipes,
43423 named pipes, sockets or any other communication method on the host
43424 system are not supported by this protocol.
43425
43426 File I/O is not supported in non-stop mode.
43427
43428 @node Protocol Basics
43429 @subsection Protocol Basics
43430 @cindex protocol basics, file-i/o
43431
43432 The File-I/O protocol uses the @code{F} packet as the request as well
43433 as reply packet. Since a File-I/O system call can only occur when
43434 @value{GDBN} is waiting for a response from the continuing or stepping target,
43435 the File-I/O request is a reply that @value{GDBN} has to expect as a result
43436 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
43437 This @code{F} packet contains all information needed to allow @value{GDBN}
43438 to call the appropriate host system call:
43439
43440 @itemize @bullet
43441 @item
43442 A unique identifier for the requested system call.
43443
43444 @item
43445 All parameters to the system call. Pointers are given as addresses
43446 in the target memory address space. Pointers to strings are given as
43447 pointer/length pair. Numerical values are given as they are.
43448 Numerical control flags are given in a protocol-specific representation.
43449
43450 @end itemize
43451
43452 At this point, @value{GDBN} has to perform the following actions.
43453
43454 @itemize @bullet
43455 @item
43456 If the parameters include pointer values to data needed as input to a
43457 system call, @value{GDBN} requests this data from the target with a
43458 standard @code{m} packet request. This additional communication has to be
43459 expected by the target implementation and is handled as any other @code{m}
43460 packet.
43461
43462 @item
43463 @value{GDBN} translates all value from protocol representation to host
43464 representation as needed. Datatypes are coerced into the host types.
43465
43466 @item
43467 @value{GDBN} calls the system call.
43468
43469 @item
43470 It then coerces datatypes back to protocol representation.
43471
43472 @item
43473 If the system call is expected to return data in buffer space specified
43474 by pointer parameters to the call, the data is transmitted to the
43475 target using a @code{M} or @code{X} packet. This packet has to be expected
43476 by the target implementation and is handled as any other @code{M} or @code{X}
43477 packet.
43478
43479 @end itemize
43480
43481 Eventually @value{GDBN} replies with another @code{F} packet which contains all
43482 necessary information for the target to continue. This at least contains
43483
43484 @itemize @bullet
43485 @item
43486 Return value.
43487
43488 @item
43489 @code{errno}, if has been changed by the system call.
43490
43491 @item
43492 ``Ctrl-C'' flag.
43493
43494 @end itemize
43495
43496 After having done the needed type and value coercion, the target continues
43497 the latest continue or step action.
43498
43499 @node The F Request Packet
43500 @subsection The @code{F} Request Packet
43501 @cindex file-i/o request packet
43502 @cindex @code{F} request packet
43503
43504 The @code{F} request packet has the following format:
43505
43506 @table @samp
43507 @item F@var{call-id},@var{parameter@dots{}}
43508
43509 @var{call-id} is the identifier to indicate the host system call to be called.
43510 This is just the name of the function.
43511
43512 @var{parameter@dots{}} are the parameters to the system call.
43513 Parameters are hexadecimal integer values, either the actual values in case
43514 of scalar datatypes, pointers to target buffer space in case of compound
43515 datatypes and unspecified memory areas, or pointer/length pairs in case
43516 of string parameters. These are appended to the @var{call-id} as a
43517 comma-delimited list. All values are transmitted in ASCII
43518 string representation, pointer/length pairs separated by a slash.
43519
43520 @end table
43521
43522
43523
43524 @node The F Reply Packet
43525 @subsection The @code{F} Reply Packet
43526 @cindex file-i/o reply packet
43527 @cindex @code{F} reply packet
43528
43529 The @code{F} reply packet has the following format:
43530
43531 @table @samp
43532
43533 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
43534
43535 @var{retcode} is the return code of the system call as hexadecimal value.
43536
43537 @var{errno} is the @code{errno} set by the call, in protocol-specific
43538 representation.
43539 This parameter can be omitted if the call was successful.
43540
43541 @var{Ctrl-C flag} is only sent if the user requested a break. In this
43542 case, @var{errno} must be sent as well, even if the call was successful.
43543 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
43544
43545 @smallexample
43546 F0,0,C
43547 @end smallexample
43548
43549 @noindent
43550 or, if the call was interrupted before the host call has been performed:
43551
43552 @smallexample
43553 F-1,4,C
43554 @end smallexample
43555
43556 @noindent
43557 assuming 4 is the protocol-specific representation of @code{EINTR}.
43558
43559 @end table
43560
43561
43562 @node The Ctrl-C Message
43563 @subsection The @samp{Ctrl-C} Message
43564 @cindex ctrl-c message, in file-i/o protocol
43565
43566 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
43567 reply packet (@pxref{The F Reply Packet}),
43568 the target should behave as if it had
43569 gotten a break message. The meaning for the target is ``system call
43570 interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
43571 (as with a break message) and return to @value{GDBN} with a @code{T02}
43572 packet.
43573
43574 It's important for the target to know in which
43575 state the system call was interrupted. There are two possible cases:
43576
43577 @itemize @bullet
43578 @item
43579 The system call hasn't been performed on the host yet.
43580
43581 @item
43582 The system call on the host has been finished.
43583
43584 @end itemize
43585
43586 These two states can be distinguished by the target by the value of the
43587 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
43588 call hasn't been performed. This is equivalent to the @code{EINTR} handling
43589 on POSIX systems. In any other case, the target may presume that the
43590 system call has been finished --- successfully or not --- and should behave
43591 as if the break message arrived right after the system call.
43592
43593 @value{GDBN} must behave reliably. If the system call has not been called
43594 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
43595 @code{errno} in the packet. If the system call on the host has been finished
43596 before the user requests a break, the full action must be finished by
43597 @value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
43598 The @code{F} packet may only be sent when either nothing has happened
43599 or the full action has been completed.
43600
43601 @node Console I/O
43602 @subsection Console I/O
43603 @cindex console i/o as part of file-i/o
43604
43605 By default and if not explicitly closed by the target system, the file
43606 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
43607 on the @value{GDBN} console is handled as any other file output operation
43608 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
43609 by @value{GDBN} so that after the target read request from file descriptor
43610 0 all following typing is buffered until either one of the following
43611 conditions is met:
43612
43613 @itemize @bullet
43614 @item
43615 The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
43616 @code{read}
43617 system call is treated as finished.
43618
43619 @item
43620 The user presses @key{RET}. This is treated as end of input with a trailing
43621 newline.
43622
43623 @item
43624 The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
43625 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
43626
43627 @end itemize
43628
43629 If the user has typed more characters than fit in the buffer given to
43630 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
43631 either another @code{read(0, @dots{})} is requested by the target, or debugging
43632 is stopped at the user's request.
43633
43634
43635 @node List of Supported Calls
43636 @subsection List of Supported Calls
43637 @cindex list of supported file-i/o calls
43638
43639 @menu
43640 * open::
43641 * close::
43642 * read::
43643 * write::
43644 * lseek::
43645 * rename::
43646 * unlink::
43647 * stat/fstat::
43648 * gettimeofday::
43649 * isatty::
43650 * system::
43651 @end menu
43652
43653 @node open
43654 @unnumberedsubsubsec open
43655 @cindex open, file-i/o system call
43656
43657 @table @asis
43658 @item Synopsis:
43659 @smallexample
43660 int open(const char *pathname, int flags);
43661 int open(const char *pathname, int flags, mode_t mode);
43662 @end smallexample
43663
43664 @item Request:
43665 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
43666
43667 @noindent
43668 @var{flags} is the bitwise @code{OR} of the following values:
43669
43670 @table @code
43671 @item O_CREAT
43672 If the file does not exist it will be created. The host
43673 rules apply as far as file ownership and time stamps
43674 are concerned.
43675
43676 @item O_EXCL
43677 When used with @code{O_CREAT}, if the file already exists it is
43678 an error and open() fails.
43679
43680 @item O_TRUNC
43681 If the file already exists and the open mode allows
43682 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
43683 truncated to zero length.
43684
43685 @item O_APPEND
43686 The file is opened in append mode.
43687
43688 @item O_RDONLY
43689 The file is opened for reading only.
43690
43691 @item O_WRONLY
43692 The file is opened for writing only.
43693
43694 @item O_RDWR
43695 The file is opened for reading and writing.
43696 @end table
43697
43698 @noindent
43699 Other bits are silently ignored.
43700
43701
43702 @noindent
43703 @var{mode} is the bitwise @code{OR} of the following values:
43704
43705 @table @code
43706 @item S_IRUSR
43707 User has read permission.
43708
43709 @item S_IWUSR
43710 User has write permission.
43711
43712 @item S_IRGRP
43713 Group has read permission.
43714
43715 @item S_IWGRP
43716 Group has write permission.
43717
43718 @item S_IROTH
43719 Others have read permission.
43720
43721 @item S_IWOTH
43722 Others have write permission.
43723 @end table
43724
43725 @noindent
43726 Other bits are silently ignored.
43727
43728
43729 @item Return value:
43730 @code{open} returns the new file descriptor or -1 if an error
43731 occurred.
43732
43733 @item Errors:
43734
43735 @table @code
43736 @item EEXIST
43737 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
43738
43739 @item EISDIR
43740 @var{pathname} refers to a directory.
43741
43742 @item EACCES
43743 The requested access is not allowed.
43744
43745 @item ENAMETOOLONG
43746 @var{pathname} was too long.
43747
43748 @item ENOENT
43749 A directory component in @var{pathname} does not exist.
43750
43751 @item ENODEV
43752 @var{pathname} refers to a device, pipe, named pipe or socket.
43753
43754 @item EROFS
43755 @var{pathname} refers to a file on a read-only filesystem and
43756 write access was requested.
43757
43758 @item EFAULT
43759 @var{pathname} is an invalid pointer value.
43760
43761 @item ENOSPC
43762 No space on device to create the file.
43763
43764 @item EMFILE
43765 The process already has the maximum number of files open.
43766
43767 @item ENFILE
43768 The limit on the total number of files open on the system
43769 has been reached.
43770
43771 @item EINTR
43772 The call was interrupted by the user.
43773 @end table
43774
43775 @end table
43776
43777 @node close
43778 @unnumberedsubsubsec close
43779 @cindex close, file-i/o system call
43780
43781 @table @asis
43782 @item Synopsis:
43783 @smallexample
43784 int close(int fd);
43785 @end smallexample
43786
43787 @item Request:
43788 @samp{Fclose,@var{fd}}
43789
43790 @item Return value:
43791 @code{close} returns zero on success, or -1 if an error occurred.
43792
43793 @item Errors:
43794
43795 @table @code
43796 @item EBADF
43797 @var{fd} isn't a valid open file descriptor.
43798
43799 @item EINTR
43800 The call was interrupted by the user.
43801 @end table
43802
43803 @end table
43804
43805 @node read
43806 @unnumberedsubsubsec read
43807 @cindex read, file-i/o system call
43808
43809 @table @asis
43810 @item Synopsis:
43811 @smallexample
43812 int read(int fd, void *buf, unsigned int count);
43813 @end smallexample
43814
43815 @item Request:
43816 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
43817
43818 @item Return value:
43819 On success, the number of bytes read is returned.
43820 Zero indicates end of file. If count is zero, read
43821 returns zero as well. On error, -1 is returned.
43822
43823 @item Errors:
43824
43825 @table @code
43826 @item EBADF
43827 @var{fd} is not a valid file descriptor or is not open for
43828 reading.
43829
43830 @item EFAULT
43831 @var{bufptr} is an invalid pointer value.
43832
43833 @item EINTR
43834 The call was interrupted by the user.
43835 @end table
43836
43837 @end table
43838
43839 @node write
43840 @unnumberedsubsubsec write
43841 @cindex write, file-i/o system call
43842
43843 @table @asis
43844 @item Synopsis:
43845 @smallexample
43846 int write(int fd, const void *buf, unsigned int count);
43847 @end smallexample
43848
43849 @item Request:
43850 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
43851
43852 @item Return value:
43853 On success, the number of bytes written are returned.
43854 Zero indicates nothing was written. On error, -1
43855 is returned.
43856
43857 @item Errors:
43858
43859 @table @code
43860 @item EBADF
43861 @var{fd} is not a valid file descriptor or is not open for
43862 writing.
43863
43864 @item EFAULT
43865 @var{bufptr} is an invalid pointer value.
43866
43867 @item EFBIG
43868 An attempt was made to write a file that exceeds the
43869 host-specific maximum file size allowed.
43870
43871 @item ENOSPC
43872 No space on device to write the data.
43873
43874 @item EINTR
43875 The call was interrupted by the user.
43876 @end table
43877
43878 @end table
43879
43880 @node lseek
43881 @unnumberedsubsubsec lseek
43882 @cindex lseek, file-i/o system call
43883
43884 @table @asis
43885 @item Synopsis:
43886 @smallexample
43887 long lseek (int fd, long offset, int flag);
43888 @end smallexample
43889
43890 @item Request:
43891 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
43892
43893 @var{flag} is one of:
43894
43895 @table @code
43896 @item SEEK_SET
43897 The offset is set to @var{offset} bytes.
43898
43899 @item SEEK_CUR
43900 The offset is set to its current location plus @var{offset}
43901 bytes.
43902
43903 @item SEEK_END
43904 The offset is set to the size of the file plus @var{offset}
43905 bytes.
43906 @end table
43907
43908 @item Return value:
43909 On success, the resulting unsigned offset in bytes from
43910 the beginning of the file is returned. Otherwise, a
43911 value of -1 is returned.
43912
43913 @item Errors:
43914
43915 @table @code
43916 @item EBADF
43917 @var{fd} is not a valid open file descriptor.
43918
43919 @item ESPIPE
43920 @var{fd} is associated with the @value{GDBN} console.
43921
43922 @item EINVAL
43923 @var{flag} is not a proper value.
43924
43925 @item EINTR
43926 The call was interrupted by the user.
43927 @end table
43928
43929 @end table
43930
43931 @node rename
43932 @unnumberedsubsubsec rename
43933 @cindex rename, file-i/o system call
43934
43935 @table @asis
43936 @item Synopsis:
43937 @smallexample
43938 int rename(const char *oldpath, const char *newpath);
43939 @end smallexample
43940
43941 @item Request:
43942 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
43943
43944 @item Return value:
43945 On success, zero is returned. On error, -1 is returned.
43946
43947 @item Errors:
43948
43949 @table @code
43950 @item EISDIR
43951 @var{newpath} is an existing directory, but @var{oldpath} is not a
43952 directory.
43953
43954 @item EEXIST
43955 @var{newpath} is a non-empty directory.
43956
43957 @item EBUSY
43958 @var{oldpath} or @var{newpath} is a directory that is in use by some
43959 process.
43960
43961 @item EINVAL
43962 An attempt was made to make a directory a subdirectory
43963 of itself.
43964
43965 @item ENOTDIR
43966 A component used as a directory in @var{oldpath} or new
43967 path is not a directory. Or @var{oldpath} is a directory
43968 and @var{newpath} exists but is not a directory.
43969
43970 @item EFAULT
43971 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
43972
43973 @item EACCES
43974 No access to the file or the path of the file.
43975
43976 @item ENAMETOOLONG
43977
43978 @var{oldpath} or @var{newpath} was too long.
43979
43980 @item ENOENT
43981 A directory component in @var{oldpath} or @var{newpath} does not exist.
43982
43983 @item EROFS
43984 The file is on a read-only filesystem.
43985
43986 @item ENOSPC
43987 The device containing the file has no room for the new
43988 directory entry.
43989
43990 @item EINTR
43991 The call was interrupted by the user.
43992 @end table
43993
43994 @end table
43995
43996 @node unlink
43997 @unnumberedsubsubsec unlink
43998 @cindex unlink, file-i/o system call
43999
44000 @table @asis
44001 @item Synopsis:
44002 @smallexample
44003 int unlink(const char *pathname);
44004 @end smallexample
44005
44006 @item Request:
44007 @samp{Funlink,@var{pathnameptr}/@var{len}}
44008
44009 @item Return value:
44010 On success, zero is returned. On error, -1 is returned.
44011
44012 @item Errors:
44013
44014 @table @code
44015 @item EACCES
44016 No access to the file or the path of the file.
44017
44018 @item EPERM
44019 The system does not allow unlinking of directories.
44020
44021 @item EBUSY
44022 The file @var{pathname} cannot be unlinked because it's
44023 being used by another process.
44024
44025 @item EFAULT
44026 @var{pathnameptr} is an invalid pointer value.
44027
44028 @item ENAMETOOLONG
44029 @var{pathname} was too long.
44030
44031 @item ENOENT
44032 A directory component in @var{pathname} does not exist.
44033
44034 @item ENOTDIR
44035 A component of the path is not a directory.
44036
44037 @item EROFS
44038 The file is on a read-only filesystem.
44039
44040 @item EINTR
44041 The call was interrupted by the user.
44042 @end table
44043
44044 @end table
44045
44046 @node stat/fstat
44047 @unnumberedsubsubsec stat/fstat
44048 @cindex fstat, file-i/o system call
44049 @cindex stat, file-i/o system call
44050
44051 @table @asis
44052 @item Synopsis:
44053 @smallexample
44054 int stat(const char *pathname, struct stat *buf);
44055 int fstat(int fd, struct stat *buf);
44056 @end smallexample
44057
44058 @item Request:
44059 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
44060 @samp{Ffstat,@var{fd},@var{bufptr}}
44061
44062 @item Return value:
44063 On success, zero is returned. On error, -1 is returned.
44064
44065 @item Errors:
44066
44067 @table @code
44068 @item EBADF
44069 @var{fd} is not a valid open file.
44070
44071 @item ENOENT
44072 A directory component in @var{pathname} does not exist or the
44073 path is an empty string.
44074
44075 @item ENOTDIR
44076 A component of the path is not a directory.
44077
44078 @item EFAULT
44079 @var{pathnameptr} is an invalid pointer value.
44080
44081 @item EACCES
44082 No access to the file or the path of the file.
44083
44084 @item ENAMETOOLONG
44085 @var{pathname} was too long.
44086
44087 @item EINTR
44088 The call was interrupted by the user.
44089 @end table
44090
44091 @end table
44092
44093 @node gettimeofday
44094 @unnumberedsubsubsec gettimeofday
44095 @cindex gettimeofday, file-i/o system call
44096
44097 @table @asis
44098 @item Synopsis:
44099 @smallexample
44100 int gettimeofday(struct timeval *tv, void *tz);
44101 @end smallexample
44102
44103 @item Request:
44104 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
44105
44106 @item Return value:
44107 On success, 0 is returned, -1 otherwise.
44108
44109 @item Errors:
44110
44111 @table @code
44112 @item EINVAL
44113 @var{tz} is a non-NULL pointer.
44114
44115 @item EFAULT
44116 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
44117 @end table
44118
44119 @end table
44120
44121 @node isatty
44122 @unnumberedsubsubsec isatty
44123 @cindex isatty, file-i/o system call
44124
44125 @table @asis
44126 @item Synopsis:
44127 @smallexample
44128 int isatty(int fd);
44129 @end smallexample
44130
44131 @item Request:
44132 @samp{Fisatty,@var{fd}}
44133
44134 @item Return value:
44135 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
44136
44137 @item Errors:
44138
44139 @table @code
44140 @item EINTR
44141 The call was interrupted by the user.
44142 @end table
44143
44144 @end table
44145
44146 Note that the @code{isatty} call is treated as a special case: it returns
44147 1 to the target if the file descriptor is attached
44148 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
44149 would require implementing @code{ioctl} and would be more complex than
44150 needed.
44151
44152
44153 @node system
44154 @unnumberedsubsubsec system
44155 @cindex system, file-i/o system call
44156
44157 @table @asis
44158 @item Synopsis:
44159 @smallexample
44160 int system(const char *command);
44161 @end smallexample
44162
44163 @item Request:
44164 @samp{Fsystem,@var{commandptr}/@var{len}}
44165
44166 @item Return value:
44167 If @var{len} is zero, the return value indicates whether a shell is
44168 available. A zero return value indicates a shell is not available.
44169 For non-zero @var{len}, the value returned is -1 on error and the
44170 return status of the command otherwise. Only the exit status of the
44171 command is returned, which is extracted from the host's @code{system}
44172 return value by calling @code{WEXITSTATUS(retval)}. In case
44173 @file{/bin/sh} could not be executed, 127 is returned.
44174
44175 @item Errors:
44176
44177 @table @code
44178 @item EINTR
44179 The call was interrupted by the user.
44180 @end table
44181
44182 @end table
44183
44184 @value{GDBN} takes over the full task of calling the necessary host calls
44185 to perform the @code{system} call. The return value of @code{system} on
44186 the host is simplified before it's returned
44187 to the target. Any termination signal information from the child process
44188 is discarded, and the return value consists
44189 entirely of the exit status of the called command.
44190
44191 Due to security concerns, the @code{system} call is by default refused
44192 by @value{GDBN}. The user has to allow this call explicitly with the
44193 @code{set remote system-call-allowed 1} command.
44194
44195 @table @code
44196 @item set remote system-call-allowed
44197 @kindex set remote system-call-allowed
44198 Control whether to allow the @code{system} calls in the File I/O
44199 protocol for the remote target. The default is zero (disabled).
44200
44201 @item show remote system-call-allowed
44202 @kindex show remote system-call-allowed
44203 Show whether the @code{system} calls are allowed in the File I/O
44204 protocol.
44205 @end table
44206
44207 @node Protocol-specific Representation of Datatypes
44208 @subsection Protocol-specific Representation of Datatypes
44209 @cindex protocol-specific representation of datatypes, in file-i/o protocol
44210
44211 @menu
44212 * Integral Datatypes::
44213 * Pointer Values::
44214 * Memory Transfer::
44215 * struct stat::
44216 * struct timeval::
44217 @end menu
44218
44219 @node Integral Datatypes
44220 @unnumberedsubsubsec Integral Datatypes
44221 @cindex integral datatypes, in file-i/o protocol
44222
44223 The integral datatypes used in the system calls are @code{int},
44224 @code{unsigned int}, @code{long}, @code{unsigned long},
44225 @code{mode_t}, and @code{time_t}.
44226
44227 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
44228 implemented as 32 bit values in this protocol.
44229
44230 @code{long} and @code{unsigned long} are implemented as 64 bit types.
44231
44232 @xref{Limits}, for corresponding MIN and MAX values (similar to those
44233 in @file{limits.h}) to allow range checking on host and target.
44234
44235 @code{time_t} datatypes are defined as seconds since the Epoch.
44236
44237 All integral datatypes transferred as part of a memory read or write of a
44238 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
44239 byte order.
44240
44241 @node Pointer Values
44242 @unnumberedsubsubsec Pointer Values
44243 @cindex pointer values, in file-i/o protocol
44244
44245 Pointers to target data are transmitted as they are. An exception
44246 is made for pointers to buffers for which the length isn't
44247 transmitted as part of the function call, namely strings. Strings
44248 are transmitted as a pointer/length pair, both as hex values, e.g.@:
44249
44250 @smallexample
44251 @code{1aaf/12}
44252 @end smallexample
44253
44254 @noindent
44255 which is a pointer to data of length 18 bytes at position 0x1aaf.
44256 The length is defined as the full string length in bytes, including
44257 the trailing null byte. For example, the string @code{"hello world"}
44258 at address 0x123456 is transmitted as
44259
44260 @smallexample
44261 @code{123456/d}
44262 @end smallexample
44263
44264 @node Memory Transfer
44265 @unnumberedsubsubsec Memory Transfer
44266 @cindex memory transfer, in file-i/o protocol
44267
44268 Structured data which is transferred using a memory read or write (for
44269 example, a @code{struct stat}) is expected to be in a protocol-specific format
44270 with all scalar multibyte datatypes being big endian. Translation to
44271 this representation needs to be done both by the target before the @code{F}
44272 packet is sent, and by @value{GDBN} before
44273 it transfers memory to the target. Transferred pointers to structured
44274 data should point to the already-coerced data at any time.
44275
44276
44277 @node struct stat
44278 @unnumberedsubsubsec struct stat
44279 @cindex struct stat, in file-i/o protocol
44280
44281 The buffer of type @code{struct stat} used by the target and @value{GDBN}
44282 is defined as follows:
44283
44284 @smallexample
44285 struct stat @{
44286 unsigned int st_dev; /* device */
44287 unsigned int st_ino; /* inode */
44288 mode_t st_mode; /* protection */
44289 unsigned int st_nlink; /* number of hard links */
44290 unsigned int st_uid; /* user ID of owner */
44291 unsigned int st_gid; /* group ID of owner */
44292 unsigned int st_rdev; /* device type (if inode device) */
44293 unsigned long st_size; /* total size, in bytes */
44294 unsigned long st_blksize; /* blocksize for filesystem I/O */
44295 unsigned long st_blocks; /* number of blocks allocated */
44296 time_t st_atime; /* time of last access */
44297 time_t st_mtime; /* time of last modification */
44298 time_t st_ctime; /* time of last change */
44299 @};
44300 @end smallexample
44301
44302 The integral datatypes conform to the definitions given in the
44303 appropriate section (see @ref{Integral Datatypes}, for details) so this
44304 structure is of size 64 bytes.
44305
44306 The values of several fields have a restricted meaning and/or
44307 range of values.
44308
44309 @table @code
44310
44311 @item st_dev
44312 A value of 0 represents a file, 1 the console.
44313
44314 @item st_ino
44315 No valid meaning for the target. Transmitted unchanged.
44316
44317 @item st_mode
44318 Valid mode bits are described in @ref{Constants}. Any other
44319 bits have currently no meaning for the target.
44320
44321 @item st_uid
44322 @itemx st_gid
44323 @itemx st_rdev
44324 No valid meaning for the target. Transmitted unchanged.
44325
44326 @item st_atime
44327 @itemx st_mtime
44328 @itemx st_ctime
44329 These values have a host and file system dependent
44330 accuracy. Especially on Windows hosts, the file system may not
44331 support exact timing values.
44332 @end table
44333
44334 The target gets a @code{struct stat} of the above representation and is
44335 responsible for coercing it to the target representation before
44336 continuing.
44337
44338 Note that due to size differences between the host, target, and protocol
44339 representations of @code{struct stat} members, these members could eventually
44340 get truncated on the target.
44341
44342 @node struct timeval
44343 @unnumberedsubsubsec struct timeval
44344 @cindex struct timeval, in file-i/o protocol
44345
44346 The buffer of type @code{struct timeval} used by the File-I/O protocol
44347 is defined as follows:
44348
44349 @smallexample
44350 struct timeval @{
44351 time_t tv_sec; /* second */
44352 long tv_usec; /* microsecond */
44353 @};
44354 @end smallexample
44355
44356 The integral datatypes conform to the definitions given in the
44357 appropriate section (see @ref{Integral Datatypes}, for details) so this
44358 structure is of size 8 bytes.
44359
44360 @node Constants
44361 @subsection Constants
44362 @cindex constants, in file-i/o protocol
44363
44364 The following values are used for the constants inside of the
44365 protocol. @value{GDBN} and target are responsible for translating these
44366 values before and after the call as needed.
44367
44368 @menu
44369 * Open Flags::
44370 * mode_t Values::
44371 * Errno Values::
44372 * Lseek Flags::
44373 * Limits::
44374 @end menu
44375
44376 @node Open Flags
44377 @unnumberedsubsubsec Open Flags
44378 @cindex open flags, in file-i/o protocol
44379
44380 All values are given in hexadecimal representation.
44381
44382 @smallexample
44383 O_RDONLY 0x0
44384 O_WRONLY 0x1
44385 O_RDWR 0x2
44386 O_APPEND 0x8
44387 O_CREAT 0x200
44388 O_TRUNC 0x400
44389 O_EXCL 0x800
44390 @end smallexample
44391
44392 @node mode_t Values
44393 @unnumberedsubsubsec mode_t Values
44394 @cindex mode_t values, in file-i/o protocol
44395
44396 All values are given in octal representation.
44397
44398 @smallexample
44399 S_IFREG 0100000
44400 S_IFDIR 040000
44401 S_IRUSR 0400
44402 S_IWUSR 0200
44403 S_IXUSR 0100
44404 S_IRGRP 040
44405 S_IWGRP 020
44406 S_IXGRP 010
44407 S_IROTH 04
44408 S_IWOTH 02
44409 S_IXOTH 01
44410 @end smallexample
44411
44412 @node Errno Values
44413 @unnumberedsubsubsec Errno Values
44414 @cindex errno values, in file-i/o protocol
44415
44416 All values are given in decimal representation.
44417
44418 @smallexample
44419 EPERM 1
44420 ENOENT 2
44421 EINTR 4
44422 EBADF 9
44423 EACCES 13
44424 EFAULT 14
44425 EBUSY 16
44426 EEXIST 17
44427 ENODEV 19
44428 ENOTDIR 20
44429 EISDIR 21
44430 EINVAL 22
44431 ENFILE 23
44432 EMFILE 24
44433 EFBIG 27
44434 ENOSPC 28
44435 ESPIPE 29
44436 EROFS 30
44437 ENAMETOOLONG 91
44438 EUNKNOWN 9999
44439 @end smallexample
44440
44441 @code{EUNKNOWN} is used as a fallback error value if a host system returns
44442 any error value not in the list of supported error numbers.
44443
44444 @node Lseek Flags
44445 @unnumberedsubsubsec Lseek Flags
44446 @cindex lseek flags, in file-i/o protocol
44447
44448 @smallexample
44449 SEEK_SET 0
44450 SEEK_CUR 1
44451 SEEK_END 2
44452 @end smallexample
44453
44454 @node Limits
44455 @unnumberedsubsubsec Limits
44456 @cindex limits, in file-i/o protocol
44457
44458 All values are given in decimal representation.
44459
44460 @smallexample
44461 INT_MIN -2147483648
44462 INT_MAX 2147483647
44463 UINT_MAX 4294967295
44464 LONG_MIN -9223372036854775808
44465 LONG_MAX 9223372036854775807
44466 ULONG_MAX 18446744073709551615
44467 @end smallexample
44468
44469 @node File-I/O Examples
44470 @subsection File-I/O Examples
44471 @cindex file-i/o examples
44472
44473 Example sequence of a write call, file descriptor 3, buffer is at target
44474 address 0x1234, 6 bytes should be written:
44475
44476 @smallexample
44477 <- @code{Fwrite,3,1234,6}
44478 @emph{request memory read from target}
44479 -> @code{m1234,6}
44480 <- XXXXXX
44481 @emph{return "6 bytes written"}
44482 -> @code{F6}
44483 @end smallexample
44484
44485 Example sequence of a read call, file descriptor 3, buffer is at target
44486 address 0x1234, 6 bytes should be read:
44487
44488 @smallexample
44489 <- @code{Fread,3,1234,6}
44490 @emph{request memory write to target}
44491 -> @code{X1234,6:XXXXXX}
44492 @emph{return "6 bytes read"}
44493 -> @code{F6}
44494 @end smallexample
44495
44496 Example sequence of a read call, call fails on the host due to invalid
44497 file descriptor (@code{EBADF}):
44498
44499 @smallexample
44500 <- @code{Fread,3,1234,6}
44501 -> @code{F-1,9}
44502 @end smallexample
44503
44504 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
44505 host is called:
44506
44507 @smallexample
44508 <- @code{Fread,3,1234,6}
44509 -> @code{F-1,4,C}
44510 <- @code{T02}
44511 @end smallexample
44512
44513 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
44514 host is called:
44515
44516 @smallexample
44517 <- @code{Fread,3,1234,6}
44518 -> @code{X1234,6:XXXXXX}
44519 <- @code{T02}
44520 @end smallexample
44521
44522 @node Library List Format
44523 @section Library List Format
44524 @cindex library list format, remote protocol
44525
44526 On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
44527 same process as your application to manage libraries. In this case,
44528 @value{GDBN} can use the loader's symbol table and normal memory
44529 operations to maintain a list of shared libraries. On other
44530 platforms, the operating system manages loaded libraries.
44531 @value{GDBN} can not retrieve the list of currently loaded libraries
44532 through memory operations, so it uses the @samp{qXfer:libraries:read}
44533 packet (@pxref{qXfer library list read}) instead. The remote stub
44534 queries the target's operating system and reports which libraries
44535 are loaded.
44536
44537 The @samp{qXfer:libraries:read} packet returns an XML document which
44538 lists loaded libraries and their offsets. Each library has an
44539 associated name and one or more segment or section base addresses,
44540 which report where the library was loaded in memory.
44541
44542 For the common case of libraries that are fully linked binaries, the
44543 library should have a list of segments. If the target supports
44544 dynamic linking of a relocatable object file, its library XML element
44545 should instead include a list of allocated sections. The segment or
44546 section bases are start addresses, not relocation offsets; they do not
44547 depend on the library's link-time base addresses.
44548
44549 @value{GDBN} must be linked with the Expat library to support XML
44550 library lists. @xref{Expat}.
44551
44552 A simple memory map, with one loaded library relocated by a single
44553 offset, looks like this:
44554
44555 @smallexample
44556 <library-list>
44557 <library name="/lib/libc.so.6">
44558 <segment address="0x10000000"/>
44559 </library>
44560 </library-list>
44561 @end smallexample
44562
44563 Another simple memory map, with one loaded library with three
44564 allocated sections (.text, .data, .bss), looks like this:
44565
44566 @smallexample
44567 <library-list>
44568 <library name="sharedlib.o">
44569 <section address="0x10000000"/>
44570 <section address="0x20000000"/>
44571 <section address="0x30000000"/>
44572 </library>
44573 </library-list>
44574 @end smallexample
44575
44576 The format of a library list is described by this DTD:
44577
44578 @smallexample
44579 <!-- library-list: Root element with versioning -->
44580 <!ELEMENT library-list (library)*>
44581 <!ATTLIST library-list version CDATA #FIXED "1.0">
44582 <!ELEMENT library (segment*, section*)>
44583 <!ATTLIST library name CDATA #REQUIRED>
44584 <!ELEMENT segment EMPTY>
44585 <!ATTLIST segment address CDATA #REQUIRED>
44586 <!ELEMENT section EMPTY>
44587 <!ATTLIST section address CDATA #REQUIRED>
44588 @end smallexample
44589
44590 In addition, segments and section descriptors cannot be mixed within a
44591 single library element, and you must supply at least one segment or
44592 section for each library.
44593
44594 @node Library List Format for SVR4 Targets
44595 @section Library List Format for SVR4 Targets
44596 @cindex library list format, remote protocol
44597
44598 On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
44599 (e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
44600 shared libraries. Still a special library list provided by this packet is
44601 more efficient for the @value{GDBN} remote protocol.
44602
44603 The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
44604 loaded libraries and their SVR4 linker parameters. For each library on SVR4
44605 target, the following parameters are reported:
44606
44607 @itemize @minus
44608 @item
44609 @code{name}, the absolute file name from the @code{l_name} field of
44610 @code{struct link_map}.
44611 @item
44612 @code{lm} with address of @code{struct link_map} used for TLS
44613 (Thread Local Storage) access.
44614 @item
44615 @code{l_addr}, the displacement as read from the field @code{l_addr} of
44616 @code{struct link_map}. For prelinked libraries this is not an absolute
44617 memory address. It is a displacement of absolute memory address against
44618 address the file was prelinked to during the library load.
44619 @item
44620 @code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
44621 @end itemize
44622
44623 Additionally the single @code{main-lm} attribute specifies address of
44624 @code{struct link_map} used for the main executable. This parameter is used
44625 for TLS access and its presence is optional.
44626
44627 @value{GDBN} must be linked with the Expat library to support XML
44628 SVR4 library lists. @xref{Expat}.
44629
44630 A simple memory map, with two loaded libraries (which do not use prelink),
44631 looks like this:
44632
44633 @smallexample
44634 <library-list-svr4 version="1.0" main-lm="0xe4f8f8">
44635 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
44636 l_ld="0xe4eefc"/>
44637 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
44638 l_ld="0x152350"/>
44639 </library-list-svr>
44640 @end smallexample
44641
44642 The format of an SVR4 library list is described by this DTD:
44643
44644 @smallexample
44645 <!-- library-list-svr4: Root element with versioning -->
44646 <!ELEMENT library-list-svr4 (library)*>
44647 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
44648 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
44649 <!ELEMENT library EMPTY>
44650 <!ATTLIST library name CDATA #REQUIRED>
44651 <!ATTLIST library lm CDATA #REQUIRED>
44652 <!ATTLIST library l_addr CDATA #REQUIRED>
44653 <!ATTLIST library l_ld CDATA #REQUIRED>
44654 @end smallexample
44655
44656 @node Memory Map Format
44657 @section Memory Map Format
44658 @cindex memory map format
44659
44660 To be able to write into flash memory, @value{GDBN} needs to obtain a
44661 memory map from the target. This section describes the format of the
44662 memory map.
44663
44664 The memory map is obtained using the @samp{qXfer:memory-map:read}
44665 (@pxref{qXfer memory map read}) packet and is an XML document that
44666 lists memory regions.
44667
44668 @value{GDBN} must be linked with the Expat library to support XML
44669 memory maps. @xref{Expat}.
44670
44671 The top-level structure of the document is shown below:
44672
44673 @smallexample
44674 <?xml version="1.0"?>
44675 <!DOCTYPE memory-map
44676 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44677 "http://sourceware.org/gdb/gdb-memory-map.dtd">
44678 <memory-map>
44679 region...
44680 </memory-map>
44681 @end smallexample
44682
44683 Each region can be either:
44684
44685 @itemize
44686
44687 @item
44688 A region of RAM starting at @var{addr} and extending for @var{length}
44689 bytes from there:
44690
44691 @smallexample
44692 <memory type="ram" start="@var{addr}" length="@var{length}"/>
44693 @end smallexample
44694
44695
44696 @item
44697 A region of read-only memory:
44698
44699 @smallexample
44700 <memory type="rom" start="@var{addr}" length="@var{length}"/>
44701 @end smallexample
44702
44703
44704 @item
44705 A region of flash memory, with erasure blocks @var{blocksize}
44706 bytes in length:
44707
44708 @smallexample
44709 <memory type="flash" start="@var{addr}" length="@var{length}">
44710 <property name="blocksize">@var{blocksize}</property>
44711 </memory>
44712 @end smallexample
44713
44714 @end itemize
44715
44716 Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
44717 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
44718 packets to write to addresses in such ranges.
44719
44720 The formal DTD for memory map format is given below:
44721
44722 @smallexample
44723 <!-- ................................................... -->
44724 <!-- Memory Map XML DTD ................................ -->
44725 <!-- File: memory-map.dtd .............................. -->
44726 <!-- .................................... .............. -->
44727 <!-- memory-map.dtd -->
44728 <!-- memory-map: Root element with versioning -->
44729 <!ELEMENT memory-map (memory)*>
44730 <!ATTLIST memory-map version CDATA #FIXED "1.0.0">
44731 <!ELEMENT memory (property)*>
44732 <!-- memory: Specifies a memory region,
44733 and its type, or device. -->
44734 <!ATTLIST memory type (ram|rom|flash) #REQUIRED
44735 start CDATA #REQUIRED
44736 length CDATA #REQUIRED>
44737 <!-- property: Generic attribute tag -->
44738 <!ELEMENT property (#PCDATA | property)*>
44739 <!ATTLIST property name (blocksize) #REQUIRED>
44740 @end smallexample
44741
44742 @node Thread List Format
44743 @section Thread List Format
44744 @cindex thread list format
44745
44746 To efficiently update the list of threads and their attributes,
44747 @value{GDBN} issues the @samp{qXfer:threads:read} packet
44748 (@pxref{qXfer threads read}) and obtains the XML document with
44749 the following structure:
44750
44751 @smallexample
44752 <?xml version="1.0"?>
44753 <threads>
44754 <thread id="id" core="0" name="name">
44755 ... description ...
44756 </thread>
44757 </threads>
44758 @end smallexample
44759
44760 Each @samp{thread} element must have the @samp{id} attribute that
44761 identifies the thread (@pxref{thread-id syntax}). The
44762 @samp{core} attribute, if present, specifies which processor core
44763 the thread was last executing on. The @samp{name} attribute, if
44764 present, specifies the human-readable name of the thread. The content
44765 of the of @samp{thread} element is interpreted as human-readable
44766 auxiliary information. The @samp{handle} attribute, if present,
44767 is a hex encoded representation of the thread handle.
44768
44769
44770 @node Traceframe Info Format
44771 @section Traceframe Info Format
44772 @cindex traceframe info format
44773
44774 To be able to know which objects in the inferior can be examined when
44775 inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
44776 memory ranges, registers and trace state variables that have been
44777 collected in a traceframe.
44778
44779 This list is obtained using the @samp{qXfer:traceframe-info:read}
44780 (@pxref{qXfer traceframe info read}) packet and is an XML document.
44781
44782 @value{GDBN} must be linked with the Expat library to support XML
44783 traceframe info discovery. @xref{Expat}.
44784
44785 The top-level structure of the document is shown below:
44786
44787 @smallexample
44788 <?xml version="1.0"?>
44789 <!DOCTYPE traceframe-info
44790 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44791 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
44792 <traceframe-info>
44793 block...
44794 </traceframe-info>
44795 @end smallexample
44796
44797 Each traceframe block can be either:
44798
44799 @itemize
44800
44801 @item
44802 A region of collected memory starting at @var{addr} and extending for
44803 @var{length} bytes from there:
44804
44805 @smallexample
44806 <memory start="@var{addr}" length="@var{length}"/>
44807 @end smallexample
44808
44809 @item
44810 A block indicating trace state variable numbered @var{number} has been
44811 collected:
44812
44813 @smallexample
44814 <tvar id="@var{number}"/>
44815 @end smallexample
44816
44817 @end itemize
44818
44819 The formal DTD for the traceframe info format is given below:
44820
44821 @smallexample
44822 <!ELEMENT traceframe-info (memory | tvar)* >
44823 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
44824
44825 <!ELEMENT memory EMPTY>
44826 <!ATTLIST memory start CDATA #REQUIRED
44827 length CDATA #REQUIRED>
44828 <!ELEMENT tvar>
44829 <!ATTLIST tvar id CDATA #REQUIRED>
44830 @end smallexample
44831
44832 @node Branch Trace Format
44833 @section Branch Trace Format
44834 @cindex branch trace format
44835
44836 In order to display the branch trace of an inferior thread,
44837 @value{GDBN} needs to obtain the list of branches. This list is
44838 represented as list of sequential code blocks that are connected via
44839 branches. The code in each block has been executed sequentially.
44840
44841 This list is obtained using the @samp{qXfer:btrace:read}
44842 (@pxref{qXfer btrace read}) packet and is an XML document.
44843
44844 @value{GDBN} must be linked with the Expat library to support XML
44845 traceframe info discovery. @xref{Expat}.
44846
44847 The top-level structure of the document is shown below:
44848
44849 @smallexample
44850 <?xml version="1.0"?>
44851 <!DOCTYPE btrace
44852 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
44853 "http://sourceware.org/gdb/gdb-btrace.dtd">
44854 <btrace>
44855 block...
44856 </btrace>
44857 @end smallexample
44858
44859 @itemize
44860
44861 @item
44862 A block of sequentially executed instructions starting at @var{begin}
44863 and ending at @var{end}:
44864
44865 @smallexample
44866 <block begin="@var{begin}" end="@var{end}"/>
44867 @end smallexample
44868
44869 @end itemize
44870
44871 The formal DTD for the branch trace format is given below:
44872
44873 @smallexample
44874 <!ELEMENT btrace (block* | pt) >
44875 <!ATTLIST btrace version CDATA #FIXED "1.0">
44876
44877 <!ELEMENT block EMPTY>
44878 <!ATTLIST block begin CDATA #REQUIRED
44879 end CDATA #REQUIRED>
44880
44881 <!ELEMENT pt (pt-config?, raw?)>
44882
44883 <!ELEMENT pt-config (cpu?)>
44884
44885 <!ELEMENT cpu EMPTY>
44886 <!ATTLIST cpu vendor CDATA #REQUIRED
44887 family CDATA #REQUIRED
44888 model CDATA #REQUIRED
44889 stepping CDATA #REQUIRED>
44890
44891 <!ELEMENT raw (#PCDATA)>
44892 @end smallexample
44893
44894 @node Branch Trace Configuration Format
44895 @section Branch Trace Configuration Format
44896 @cindex branch trace configuration format
44897
44898 For each inferior thread, @value{GDBN} can obtain the branch trace
44899 configuration using the @samp{qXfer:btrace-conf:read}
44900 (@pxref{qXfer btrace-conf read}) packet.
44901
44902 The configuration describes the branch trace format and configuration
44903 settings for that format. The following information is described:
44904
44905 @table @code
44906 @item bts
44907 This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
44908 @table @code
44909 @item size
44910 The size of the @acronym{BTS} ring buffer in bytes.
44911 @end table
44912 @item pt
44913 This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
44914 PT}) format.
44915 @table @code
44916 @item size
44917 The size of the @acronym{Intel PT} ring buffer in bytes.
44918 @end table
44919 @end table
44920
44921 @value{GDBN} must be linked with the Expat library to support XML
44922 branch trace configuration discovery. @xref{Expat}.
44923
44924 The formal DTD for the branch trace configuration format is given below:
44925
44926 @smallexample
44927 <!ELEMENT btrace-conf (bts?, pt?)>
44928 <!ATTLIST btrace-conf version CDATA #FIXED "1.0">
44929
44930 <!ELEMENT bts EMPTY>
44931 <!ATTLIST bts size CDATA #IMPLIED>
44932
44933 <!ELEMENT pt EMPTY>
44934 <!ATTLIST pt size CDATA #IMPLIED>
44935 @end smallexample
44936
44937 @include agentexpr.texi
44938
44939 @node Target Descriptions
44940 @appendix Target Descriptions
44941 @cindex target descriptions
44942
44943 One of the challenges of using @value{GDBN} to debug embedded systems
44944 is that there are so many minor variants of each processor
44945 architecture in use. It is common practice for vendors to start with
44946 a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
44947 and then make changes to adapt it to a particular market niche. Some
44948 architectures have hundreds of variants, available from dozens of
44949 vendors. This leads to a number of problems:
44950
44951 @itemize @bullet
44952 @item
44953 With so many different customized processors, it is difficult for
44954 the @value{GDBN} maintainers to keep up with the changes.
44955 @item
44956 Since individual variants may have short lifetimes or limited
44957 audiences, it may not be worthwhile to carry information about every
44958 variant in the @value{GDBN} source tree.
44959 @item
44960 When @value{GDBN} does support the architecture of the embedded system
44961 at hand, the task of finding the correct architecture name to give the
44962 @command{set architecture} command can be error-prone.
44963 @end itemize
44964
44965 To address these problems, the @value{GDBN} remote protocol allows a
44966 target system to not only identify itself to @value{GDBN}, but to
44967 actually describe its own features. This lets @value{GDBN} support
44968 processor variants it has never seen before --- to the extent that the
44969 descriptions are accurate, and that @value{GDBN} understands them.
44970
44971 @value{GDBN} must be linked with the Expat library to support XML
44972 target descriptions. @xref{Expat}.
44973
44974 @menu
44975 * Retrieving Descriptions:: How descriptions are fetched from a target.
44976 * Target Description Format:: The contents of a target description.
44977 * Predefined Target Types:: Standard types available for target
44978 descriptions.
44979 * Enum Target Types:: How to define enum target types.
44980 * Standard Target Features:: Features @value{GDBN} knows about.
44981 @end menu
44982
44983 @node Retrieving Descriptions
44984 @section Retrieving Descriptions
44985
44986 Target descriptions can be read from the target automatically, or
44987 specified by the user manually. The default behavior is to read the
44988 description from the target. @value{GDBN} retrieves it via the remote
44989 protocol using @samp{qXfer} requests (@pxref{General Query Packets,
44990 qXfer}). The @var{annex} in the @samp{qXfer} packet will be
44991 @samp{target.xml}. The contents of the @samp{target.xml} annex are an
44992 XML document, of the form described in @ref{Target Description
44993 Format}.
44994
44995 Alternatively, you can specify a file to read for the target description.
44996 If a file is set, the target will not be queried. The commands to
44997 specify a file are:
44998
44999 @table @code
45000 @cindex set tdesc filename
45001 @item set tdesc filename @var{path}
45002 Read the target description from @var{path}.
45003
45004 @cindex unset tdesc filename
45005 @item unset tdesc filename
45006 Do not read the XML target description from a file. @value{GDBN}
45007 will use the description supplied by the current target.
45008
45009 @cindex show tdesc filename
45010 @item show tdesc filename
45011 Show the filename to read for a target description, if any.
45012 @end table
45013
45014
45015 @node Target Description Format
45016 @section Target Description Format
45017 @cindex target descriptions, XML format
45018
45019 A target description annex is an @uref{http://www.w3.org/XML/, XML}
45020 document which complies with the Document Type Definition provided in
45021 the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
45022 means you can use generally available tools like @command{xmllint} to
45023 check that your feature descriptions are well-formed and valid.
45024 However, to help people unfamiliar with XML write descriptions for
45025 their targets, we also describe the grammar here.
45026
45027 Target descriptions can identify the architecture of the remote target
45028 and (for some architectures) provide information about custom register
45029 sets. They can also identify the OS ABI of the remote target.
45030 @value{GDBN} can use this information to autoconfigure for your
45031 target, or to warn you if you connect to an unsupported target.
45032
45033 Here is a simple target description:
45034
45035 @smallexample
45036 <target version="1.0">
45037 <architecture>i386:x86-64</architecture>
45038 </target>
45039 @end smallexample
45040
45041 @noindent
45042 This minimal description only says that the target uses
45043 the x86-64 architecture.
45044
45045 A target description has the following overall form, with [ ] marking
45046 optional elements and @dots{} marking repeatable elements. The elements
45047 are explained further below.
45048
45049 @smallexample
45050 <?xml version="1.0"?>
45051 <!DOCTYPE target SYSTEM "gdb-target.dtd">
45052 <target version="1.0">
45053 @r{[}@var{architecture}@r{]}
45054 @r{[}@var{osabi}@r{]}
45055 @r{[}@var{compatible}@r{]}
45056 @r{[}@var{feature}@dots{}@r{]}
45057 </target>
45058 @end smallexample
45059
45060 @noindent
45061 The description is generally insensitive to whitespace and line
45062 breaks, under the usual common-sense rules. The XML version
45063 declaration and document type declaration can generally be omitted
45064 (@value{GDBN} does not require them), but specifying them may be
45065 useful for XML validation tools. The @samp{version} attribute for
45066 @samp{<target>} may also be omitted, but we recommend
45067 including it; if future versions of @value{GDBN} use an incompatible
45068 revision of @file{gdb-target.dtd}, they will detect and report
45069 the version mismatch.
45070
45071 @subsection Inclusion
45072 @cindex target descriptions, inclusion
45073 @cindex XInclude
45074 @ifnotinfo
45075 @cindex <xi:include>
45076 @end ifnotinfo
45077
45078 It can sometimes be valuable to split a target description up into
45079 several different annexes, either for organizational purposes, or to
45080 share files between different possible target descriptions. You can
45081 divide a description into multiple files by replacing any element of
45082 the target description with an inclusion directive of the form:
45083
45084 @smallexample
45085 <xi:include href="@var{document}"/>
45086 @end smallexample
45087
45088 @noindent
45089 When @value{GDBN} encounters an element of this form, it will retrieve
45090 the named XML @var{document}, and replace the inclusion directive with
45091 the contents of that document. If the current description was read
45092 using @samp{qXfer}, then so will be the included document;
45093 @var{document} will be interpreted as the name of an annex. If the
45094 current description was read from a file, @value{GDBN} will look for
45095 @var{document} as a file in the same directory where it found the
45096 original description.
45097
45098 @subsection Architecture
45099 @cindex <architecture>
45100
45101 An @samp{<architecture>} element has this form:
45102
45103 @smallexample
45104 <architecture>@var{arch}</architecture>
45105 @end smallexample
45106
45107 @var{arch} is one of the architectures from the set accepted by
45108 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45109
45110 @subsection OS ABI
45111 @cindex @code{<osabi>}
45112
45113 This optional field was introduced in @value{GDBN} version 7.0.
45114 Previous versions of @value{GDBN} ignore it.
45115
45116 An @samp{<osabi>} element has this form:
45117
45118 @smallexample
45119 <osabi>@var{abi-name}</osabi>
45120 @end smallexample
45121
45122 @var{abi-name} is an OS ABI name from the same selection accepted by
45123 @w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
45124
45125 @subsection Compatible Architecture
45126 @cindex @code{<compatible>}
45127
45128 This optional field was introduced in @value{GDBN} version 7.0.
45129 Previous versions of @value{GDBN} ignore it.
45130
45131 A @samp{<compatible>} element has this form:
45132
45133 @smallexample
45134 <compatible>@var{arch}</compatible>
45135 @end smallexample
45136
45137 @var{arch} is one of the architectures from the set accepted by
45138 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45139
45140 A @samp{<compatible>} element is used to specify that the target
45141 is able to run binaries in some other than the main target architecture
45142 given by the @samp{<architecture>} element. For example, on the
45143 Cell Broadband Engine, the main architecture is @code{powerpc:common}
45144 or @code{powerpc:common64}, but the system is able to run binaries
45145 in the @code{spu} architecture as well. The way to describe this
45146 capability with @samp{<compatible>} is as follows:
45147
45148 @smallexample
45149 <architecture>powerpc:common</architecture>
45150 <compatible>spu</compatible>
45151 @end smallexample
45152
45153 @subsection Features
45154 @cindex <feature>
45155
45156 Each @samp{<feature>} describes some logical portion of the target
45157 system. Features are currently used to describe available CPU
45158 registers and the types of their contents. A @samp{<feature>} element
45159 has this form:
45160
45161 @smallexample
45162 <feature name="@var{name}">
45163 @r{[}@var{type}@dots{}@r{]}
45164 @var{reg}@dots{}
45165 </feature>
45166 @end smallexample
45167
45168 @noindent
45169 Each feature's name should be unique within the description. The name
45170 of a feature does not matter unless @value{GDBN} has some special
45171 knowledge of the contents of that feature; if it does, the feature
45172 should have its standard name. @xref{Standard Target Features}.
45173
45174 @subsection Types
45175
45176 Any register's value is a collection of bits which @value{GDBN} must
45177 interpret. The default interpretation is a two's complement integer,
45178 but other types can be requested by name in the register description.
45179 Some predefined types are provided by @value{GDBN} (@pxref{Predefined
45180 Target Types}), and the description can define additional composite
45181 and enum types.
45182
45183 Each type element must have an @samp{id} attribute, which gives
45184 a unique (within the containing @samp{<feature>}) name to the type.
45185 Types must be defined before they are used.
45186
45187 @cindex <vector>
45188 Some targets offer vector registers, which can be treated as arrays
45189 of scalar elements. These types are written as @samp{<vector>} elements,
45190 specifying the array element type, @var{type}, and the number of elements,
45191 @var{count}:
45192
45193 @smallexample
45194 <vector id="@var{id}" type="@var{type}" count="@var{count}"/>
45195 @end smallexample
45196
45197 @cindex <union>
45198 If a register's value is usefully viewed in multiple ways, define it
45199 with a union type containing the useful representations. The
45200 @samp{<union>} element contains one or more @samp{<field>} elements,
45201 each of which has a @var{name} and a @var{type}:
45202
45203 @smallexample
45204 <union id="@var{id}">
45205 <field name="@var{name}" type="@var{type}"/>
45206 @dots{}
45207 </union>
45208 @end smallexample
45209
45210 @cindex <struct>
45211 @cindex <flags>
45212 If a register's value is composed from several separate values, define
45213 it with either a structure type or a flags type.
45214 A flags type may only contain bitfields.
45215 A structure type may either contain only bitfields or contain no bitfields.
45216 If the value contains only bitfields, its total size in bytes must be
45217 specified.
45218
45219 Non-bitfield values have a @var{name} and @var{type}.
45220
45221 @smallexample
45222 <struct id="@var{id}">
45223 <field name="@var{name}" type="@var{type}"/>
45224 @dots{}
45225 </struct>
45226 @end smallexample
45227
45228 Both @var{name} and @var{type} values are required.
45229 No implicit padding is added.
45230
45231 Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
45232
45233 @smallexample
45234 <struct id="@var{id}" size="@var{size}">
45235 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
45236 @dots{}
45237 </struct>
45238 @end smallexample
45239
45240 @smallexample
45241 <flags id="@var{id}" size="@var{size}">
45242 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
45243 @dots{}
45244 </flags>
45245 @end smallexample
45246
45247 The @var{name} value is required.
45248 Bitfield values may be named with the empty string, @samp{""},
45249 in which case the field is ``filler'' and its value is not printed.
45250 Not all bits need to be specified, so ``filler'' fields are optional.
45251
45252 The @var{start} and @var{end} values are required, and @var{type}
45253 is optional.
45254 The field's @var{start} must be less than or equal to its @var{end},
45255 and zero represents the least significant bit.
45256
45257 The default value of @var{type} is @code{bool} for single bit fields,
45258 and an unsigned integer otherwise.
45259
45260 Which to choose? Structures or flags?
45261
45262 Registers defined with @samp{flags} have these advantages over
45263 defining them with @samp{struct}:
45264
45265 @itemize @bullet
45266 @item
45267 Arithmetic may be performed on them as if they were integers.
45268 @item
45269 They are printed in a more readable fashion.
45270 @end itemize
45271
45272 Registers defined with @samp{struct} have one advantage over
45273 defining them with @samp{flags}:
45274
45275 @itemize @bullet
45276 @item
45277 One can fetch individual fields like in @samp{C}.
45278
45279 @smallexample
45280 (gdb) print $my_struct_reg.field3
45281 $1 = 42
45282 @end smallexample
45283
45284 @end itemize
45285
45286 @subsection Registers
45287 @cindex <reg>
45288
45289 Each register is represented as an element with this form:
45290
45291 @smallexample
45292 <reg name="@var{name}"
45293 bitsize="@var{size}"
45294 @r{[}regnum="@var{num}"@r{]}
45295 @r{[}save-restore="@var{save-restore}"@r{]}
45296 @r{[}type="@var{type}"@r{]}
45297 @r{[}group="@var{group}"@r{]}/>
45298 @end smallexample
45299
45300 @noindent
45301 The components are as follows:
45302
45303 @table @var
45304
45305 @item name
45306 The register's name; it must be unique within the target description.
45307
45308 @item bitsize
45309 The register's size, in bits.
45310
45311 @item regnum
45312 The register's number. If omitted, a register's number is one greater
45313 than that of the previous register (either in the current feature or in
45314 a preceding feature); the first register in the target description
45315 defaults to zero. This register number is used to read or write
45316 the register; e.g.@: it is used in the remote @code{p} and @code{P}
45317 packets, and registers appear in the @code{g} and @code{G} packets
45318 in order of increasing register number.
45319
45320 @item save-restore
45321 Whether the register should be preserved across inferior function
45322 calls; this must be either @code{yes} or @code{no}. The default is
45323 @code{yes}, which is appropriate for most registers except for
45324 some system control registers; this is not related to the target's
45325 ABI.
45326
45327 @item type
45328 The type of the register. It may be a predefined type, a type
45329 defined in the current feature, or one of the special types @code{int}
45330 and @code{float}. @code{int} is an integer type of the correct size
45331 for @var{bitsize}, and @code{float} is a floating point type (in the
45332 architecture's normal floating point format) of the correct size for
45333 @var{bitsize}. The default is @code{int}.
45334
45335 @item group
45336 The register group to which this register belongs. It can be one of the
45337 standard register groups @code{general}, @code{float}, @code{vector} or an
45338 arbitrary string. Group names should be limited to alphanumeric characters.
45339 If a group name is made up of multiple words the words may be separated by
45340 hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
45341 @var{group} is specified, @value{GDBN} will not display the register in
45342 @code{info registers}.
45343
45344 @end table
45345
45346 @node Predefined Target Types
45347 @section Predefined Target Types
45348 @cindex target descriptions, predefined types
45349
45350 Type definitions in the self-description can build up composite types
45351 from basic building blocks, but can not define fundamental types. Instead,
45352 standard identifiers are provided by @value{GDBN} for the fundamental
45353 types. The currently supported types are:
45354
45355 @table @code
45356
45357 @item bool
45358 Boolean type, occupying a single bit.
45359
45360 @item int8
45361 @itemx int16
45362 @itemx int24
45363 @itemx int32
45364 @itemx int64
45365 @itemx int128
45366 Signed integer types holding the specified number of bits.
45367
45368 @item uint8
45369 @itemx uint16
45370 @itemx uint24
45371 @itemx uint32
45372 @itemx uint64
45373 @itemx uint128
45374 Unsigned integer types holding the specified number of bits.
45375
45376 @item code_ptr
45377 @itemx data_ptr
45378 Pointers to unspecified code and data. The program counter and
45379 any dedicated return address register may be marked as code
45380 pointers; printing a code pointer converts it into a symbolic
45381 address. The stack pointer and any dedicated address registers
45382 may be marked as data pointers.
45383
45384 @item ieee_single
45385 Single precision IEEE floating point.
45386
45387 @item ieee_double
45388 Double precision IEEE floating point.
45389
45390 @item arm_fpa_ext
45391 The 12-byte extended precision format used by ARM FPA registers.
45392
45393 @item i387_ext
45394 The 10-byte extended precision format used by x87 registers.
45395
45396 @item i386_eflags
45397 32bit @sc{eflags} register used by x86.
45398
45399 @item i386_mxcsr
45400 32bit @sc{mxcsr} register used by x86.
45401
45402 @end table
45403
45404 @node Enum Target Types
45405 @section Enum Target Types
45406 @cindex target descriptions, enum types
45407
45408 Enum target types are useful in @samp{struct} and @samp{flags}
45409 register descriptions. @xref{Target Description Format}.
45410
45411 Enum types have a name, size and a list of name/value pairs.
45412
45413 @smallexample
45414 <enum id="@var{id}" size="@var{size}">
45415 <evalue name="@var{name}" value="@var{value}"/>
45416 @dots{}
45417 </enum>
45418 @end smallexample
45419
45420 Enums must be defined before they are used.
45421
45422 @smallexample
45423 <enum id="levels_type" size="4">
45424 <evalue name="low" value="0"/>
45425 <evalue name="high" value="1"/>
45426 </enum>
45427 <flags id="flags_type" size="4">
45428 <field name="X" start="0"/>
45429 <field name="LEVEL" start="1" end="1" type="levels_type"/>
45430 </flags>
45431 <reg name="flags" bitsize="32" type="flags_type"/>
45432 @end smallexample
45433
45434 Given that description, a value of 3 for the @samp{flags} register
45435 would be printed as:
45436
45437 @smallexample
45438 (gdb) info register flags
45439 flags 0x3 [ X LEVEL=high ]
45440 @end smallexample
45441
45442 @node Standard Target Features
45443 @section Standard Target Features
45444 @cindex target descriptions, standard features
45445
45446 A target description must contain either no registers or all the
45447 target's registers. If the description contains no registers, then
45448 @value{GDBN} will assume a default register layout, selected based on
45449 the architecture. If the description contains any registers, the
45450 default layout will not be used; the standard registers must be
45451 described in the target description, in such a way that @value{GDBN}
45452 can recognize them.
45453
45454 This is accomplished by giving specific names to feature elements
45455 which contain standard registers. @value{GDBN} will look for features
45456 with those names and verify that they contain the expected registers;
45457 if any known feature is missing required registers, or if any required
45458 feature is missing, @value{GDBN} will reject the target
45459 description. You can add additional registers to any of the
45460 standard features --- @value{GDBN} will display them just as if
45461 they were added to an unrecognized feature.
45462
45463 This section lists the known features and their expected contents.
45464 Sample XML documents for these features are included in the
45465 @value{GDBN} source tree, in the directory @file{gdb/features}.
45466
45467 Names recognized by @value{GDBN} should include the name of the
45468 company or organization which selected the name, and the overall
45469 architecture to which the feature applies; so e.g.@: the feature
45470 containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
45471
45472 The names of registers are not case sensitive for the purpose
45473 of recognizing standard features, but @value{GDBN} will only display
45474 registers using the capitalization used in the description.
45475
45476 @menu
45477 * AArch64 Features::
45478 * ARC Features::
45479 * ARM Features::
45480 * i386 Features::
45481 * MicroBlaze Features::
45482 * MIPS Features::
45483 * M68K Features::
45484 * NDS32 Features::
45485 * Nios II Features::
45486 * OpenRISC 1000 Features::
45487 * PowerPC Features::
45488 * RISC-V Features::
45489 * RX Features::
45490 * S/390 and System z Features::
45491 * Sparc Features::
45492 * TIC6x Features::
45493 @end menu
45494
45495
45496 @node AArch64 Features
45497 @subsection AArch64 Features
45498 @cindex target descriptions, AArch64 features
45499
45500 The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
45501 targets. It should contain registers @samp{x0} through @samp{x30},
45502 @samp{sp}, @samp{pc}, and @samp{cpsr}.
45503
45504 The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
45505 it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
45506 and @samp{fpcr}.
45507
45508 The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
45509 it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
45510 through @samp{p15}, @samp{ffr} and @samp{vg}.
45511
45512 The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
45513 it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
45514
45515 @node ARC Features
45516 @subsection ARC Features
45517 @cindex target descriptions, ARC Features
45518
45519 ARC processors are so configurable that even core registers and their numbers
45520 are not predetermined completely. Moreover, @emph{flags} and @emph{PC}
45521 registers, which are important to @value{GDBN}, are not ``core'' registers in
45522 ARC. Therefore, there are two features that their presence is mandatory:
45523 @samp{org.gnu.gdb.arc.core} and @samp{org.gnu.gdb.arc.aux}.
45524
45525 The @samp{org.gnu.gdb.arc.core} feature is required for all targets. It must
45526 contain registers:
45527
45528 @itemize @minus
45529 @item
45530 @samp{r0} through @samp{r25} for normal register file targets.
45531 @item
45532 @samp{r0} through @samp{r3}, and @samp{r10} through @samp{r15} for reduced
45533 register file targets.
45534 @item
45535 @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}@footnote{Not necessary for ARCv1.},
45536 @samp{blink}, @samp{lp_count}, @samp{pcl}.
45537 @end itemize
45538
45539 In case of an ARCompact target (ARCv1 ISA), the @samp{org.gnu.gdb.arc.core}
45540 feature may contain registers @samp{ilink1} and @samp{ilink2}. While in case
45541 of ARC EM and ARC HS targets (ARCv2 ISA), register @samp{ilink} may be present.
45542 The difference between ARCv1 and ARCv2 is the naming of registers @emph{29th}
45543 and @emph{30th}. They are called @samp{ilink1} and @samp{ilink2} for ARCv1 and
45544 are optional. For ARCv2, they are called @samp{ilink} and @samp{r30} and only
45545 @samp{ilink} is optional. The optionality of @samp{ilink*} registers is
45546 because of their inaccessibility during user space debugging sessions.
45547
45548 Extension core registers @samp{r32} through @samp{r59} are optional and their
45549 existence depends on the configuration. When debugging GNU/Linux applications,
45550 i.e.@: user space debugging, these core registers are not available.
45551
45552 The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets. Here
45553 is the list of registers pertinent to this feature:
45554
45555 @itemize @minus
45556 @item
45557 mandatory: @samp{pc} and @samp{status32}.
45558 @item
45559 optional: @samp{lp_start}, @samp{lp_end}, and @samp{bta}.
45560 @end itemize
45561
45562 @node ARM Features
45563 @subsection ARM Features
45564 @cindex target descriptions, ARM features
45565
45566 The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
45567 ARM targets.
45568 It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
45569 @samp{lr}, @samp{pc}, and @samp{cpsr}.
45570
45571 For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
45572 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
45573 registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
45574 and @samp{xpsr}.
45575
45576 The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
45577 should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
45578
45579 The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
45580 it should contain at least registers @samp{wR0} through @samp{wR15} and
45581 @samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
45582 @samp{wCSSF}, and @samp{wCASF} registers are optional.
45583
45584 The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
45585 should contain at least registers @samp{d0} through @samp{d15}. If
45586 they are present, @samp{d16} through @samp{d31} should also be included.
45587 @value{GDBN} will synthesize the single-precision registers from
45588 halves of the double-precision registers.
45589
45590 The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
45591 need to contain registers; it instructs @value{GDBN} to display the
45592 VFP double-precision registers as vectors and to synthesize the
45593 quad-precision registers from pairs of double-precision registers.
45594 If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
45595 be present and include 32 double-precision registers.
45596
45597 @node i386 Features
45598 @subsection i386 Features
45599 @cindex target descriptions, i386 features
45600
45601 The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
45602 targets. It should describe the following registers:
45603
45604 @itemize @minus
45605 @item
45606 @samp{eax} through @samp{edi} plus @samp{eip} for i386
45607 @item
45608 @samp{rax} through @samp{r15} plus @samp{rip} for amd64
45609 @item
45610 @samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
45611 @samp{fs}, @samp{gs}
45612 @item
45613 @samp{st0} through @samp{st7}
45614 @item
45615 @samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
45616 @samp{foseg}, @samp{fooff} and @samp{fop}
45617 @end itemize
45618
45619 The register sets may be different, depending on the target.
45620
45621 The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
45622 describe registers:
45623
45624 @itemize @minus
45625 @item
45626 @samp{xmm0} through @samp{xmm7} for i386
45627 @item
45628 @samp{xmm0} through @samp{xmm15} for amd64
45629 @item
45630 @samp{mxcsr}
45631 @end itemize
45632
45633 The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
45634 @samp{org.gnu.gdb.i386.sse} feature. It should
45635 describe the upper 128 bits of @sc{ymm} registers:
45636
45637 @itemize @minus
45638 @item
45639 @samp{ymm0h} through @samp{ymm7h} for i386
45640 @item
45641 @samp{ymm0h} through @samp{ymm15h} for amd64
45642 @end itemize
45643
45644 The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
45645 Memory Protection Extension (MPX). It should describe the following registers:
45646
45647 @itemize @minus
45648 @item
45649 @samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
45650 @item
45651 @samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
45652 @end itemize
45653
45654 The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
45655 describe a single register, @samp{orig_eax}.
45656
45657 The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
45658 describe two system registers: @samp{fs_base} and @samp{gs_base}.
45659
45660 The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
45661 @samp{org.gnu.gdb.i386.avx} feature. It should
45662 describe additional @sc{xmm} registers:
45663
45664 @itemize @minus
45665 @item
45666 @samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
45667 @end itemize
45668
45669 It should describe the upper 128 bits of additional @sc{ymm} registers:
45670
45671 @itemize @minus
45672 @item
45673 @samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
45674 @end itemize
45675
45676 It should
45677 describe the upper 256 bits of @sc{zmm} registers:
45678
45679 @itemize @minus
45680 @item
45681 @samp{zmm0h} through @samp{zmm7h} for i386.
45682 @item
45683 @samp{zmm0h} through @samp{zmm15h} for amd64.
45684 @end itemize
45685
45686 It should
45687 describe the additional @sc{zmm} registers:
45688
45689 @itemize @minus
45690 @item
45691 @samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
45692 @end itemize
45693
45694 The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
45695 describe a single register, @samp{pkru}. It is a 32-bit register
45696 valid for i386 and amd64.
45697
45698 @node MicroBlaze Features
45699 @subsection MicroBlaze Features
45700 @cindex target descriptions, MicroBlaze features
45701
45702 The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
45703 targets. It should contain registers @samp{r0} through @samp{r31},
45704 @samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
45705 @samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
45706 @samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
45707
45708 The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
45709 If present, it should contain registers @samp{rshr} and @samp{rslr}
45710
45711 @node MIPS Features
45712 @subsection @acronym{MIPS} Features
45713 @cindex target descriptions, @acronym{MIPS} features
45714
45715 The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
45716 It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
45717 @samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
45718 on the target.
45719
45720 The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
45721 contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
45722 registers. They may be 32-bit or 64-bit depending on the target.
45723
45724 The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
45725 it may be optional in a future version of @value{GDBN}. It should
45726 contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
45727 @samp{fir}. They may be 32-bit or 64-bit depending on the target.
45728
45729 The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
45730 contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
45731 @samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
45732 be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
45733
45734 The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
45735 contain a single register, @samp{restart}, which is used by the
45736 Linux kernel to control restartable syscalls.
45737
45738 @node M68K Features
45739 @subsection M68K Features
45740 @cindex target descriptions, M68K features
45741
45742 @table @code
45743 @item @samp{org.gnu.gdb.m68k.core}
45744 @itemx @samp{org.gnu.gdb.coldfire.core}
45745 @itemx @samp{org.gnu.gdb.fido.core}
45746 One of those features must be always present.
45747 The feature that is present determines which flavor of m68k is
45748 used. The feature that is present should contain registers
45749 @samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
45750 @samp{sp}, @samp{ps} and @samp{pc}.
45751
45752 @item @samp{org.gnu.gdb.coldfire.fp}
45753 This feature is optional. If present, it should contain registers
45754 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
45755 @samp{fpiaddr}.
45756
45757 Note that, despite the fact that this feature's name says
45758 @samp{coldfire}, it is used to describe any floating point registers.
45759 The size of the registers must match the main m68k flavor; so, for
45760 example, if the primary feature is reported as @samp{coldfire}, then
45761 64-bit floating point registers are required.
45762 @end table
45763
45764 @node NDS32 Features
45765 @subsection NDS32 Features
45766 @cindex target descriptions, NDS32 features
45767
45768 The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
45769 targets. It should contain at least registers @samp{r0} through
45770 @samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
45771 and @samp{pc}.
45772
45773 The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
45774 it should contain 64-bit double-precision floating-point registers
45775 @samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
45776 @samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
45777
45778 @emph{Note:} The first sixteen 64-bit double-precision floating-point
45779 registers are overlapped with the thirty-two 32-bit single-precision
45780 floating-point registers. The 32-bit single-precision registers, if
45781 not being listed explicitly, will be synthesized from halves of the
45782 overlapping 64-bit double-precision registers. Listing 32-bit
45783 single-precision registers explicitly is deprecated, and the
45784 support to it could be totally removed some day.
45785
45786 @node Nios II Features
45787 @subsection Nios II Features
45788 @cindex target descriptions, Nios II features
45789
45790 The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
45791 targets. It should contain the 32 core registers (@samp{zero},
45792 @samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
45793 @samp{pc}, and the 16 control registers (@samp{status} through
45794 @samp{mpuacc}).
45795
45796 @node OpenRISC 1000 Features
45797 @subsection Openrisc 1000 Features
45798 @cindex target descriptions, OpenRISC 1000 features
45799
45800 The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
45801 targets. It should contain the 32 general purpose registers (@samp{r0}
45802 through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
45803
45804 @node PowerPC Features
45805 @subsection PowerPC Features
45806 @cindex target descriptions, PowerPC features
45807
45808 The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
45809 targets. It should contain registers @samp{r0} through @samp{r31},
45810 @samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
45811 @samp{xer}. They may be 32-bit or 64-bit depending on the target.
45812
45813 The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
45814 contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
45815
45816 The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
45817 contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
45818 @samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
45819 through @samp{v31} as aliases for the corresponding @samp{vrX}
45820 registers.
45821
45822 The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
45823 contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
45824 combine these registers with the floating point registers (@samp{f0}
45825 through @samp{f31}) and the altivec registers (@samp{vr0} through
45826 @samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
45827 @samp{vs63}, the set of vector-scalar registers for POWER7.
45828 Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
45829 @samp{org.gnu.gdb.power.altivec}.
45830
45831 The @samp{org.gnu.gdb.power.spe} feature is optional. It should
45832 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
45833 @samp{spefscr}. SPE targets should provide 32-bit registers in
45834 @samp{org.gnu.gdb.power.core} and provide the upper halves in
45835 @samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
45836 these to present registers @samp{ev0} through @samp{ev31} to the
45837 user.
45838
45839 The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
45840 contain the 64-bit register @samp{ppr}.
45841
45842 The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
45843 contain the 64-bit register @samp{dscr}.
45844
45845 The @samp{org.gnu.gdb.power.tar} feature is optional. It should
45846 contain the 64-bit register @samp{tar}.
45847
45848 The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
45849 contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
45850 64-bit wide.
45851
45852 The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
45853 contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
45854 and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
45855 server PMU registers provided by @sc{gnu}/Linux.
45856
45857 The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
45858 contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
45859 64-bit wide.
45860
45861 The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
45862 contain the checkpointed general-purpose registers @samp{cr0} through
45863 @samp{cr31}, as well as the checkpointed registers @samp{clr} and
45864 @samp{cctr}. These registers may all be either 32-bit or 64-bit
45865 depending on the target. It should also contain the checkpointed
45866 registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
45867 wide.
45868
45869 The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
45870 contain the checkpointed 64-bit floating-point registers @samp{cf0}
45871 through @samp{cf31}, as well as the checkpointed 64-bit register
45872 @samp{cfpscr}.
45873
45874 The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
45875 should contain the checkpointed altivec registers @samp{cvr0} through
45876 @samp{cvr31}, all 128-bit wide. It should also contain the
45877 checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
45878 wide.
45879
45880 The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
45881 contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
45882 will combine these registers with the checkpointed floating point
45883 registers (@samp{cf0} through @samp{cf31}) and the checkpointed
45884 altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
45885 128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
45886 @samp{cvs63}. Therefore, this feature requires both
45887 @samp{org.gnu.gdb.power.htm.altivec} and
45888 @samp{org.gnu.gdb.power.htm.fpu}.
45889
45890 The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
45891 contain the 64-bit checkpointed register @samp{cppr}.
45892
45893 The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
45894 contain the 64-bit checkpointed register @samp{cdscr}.
45895
45896 The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
45897 contain the 64-bit checkpointed register @samp{ctar}.
45898
45899
45900 @node RISC-V Features
45901 @subsection RISC-V Features
45902 @cindex target descriptions, RISC-V Features
45903
45904 The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
45905 targets. It should contain the registers @samp{x0} through
45906 @samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
45907 @samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
45908 etc).
45909
45910 The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
45911 should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
45912 @samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
45913 architectural register names, or the ABI names can be used.
45914
45915 The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
45916 it should contain registers that are not backed by real registers on
45917 the target, but are instead virtual, where the register value is
45918 derived from other target state. In many ways these are like
45919 @value{GDBN}s pseudo-registers, except implemented by the target.
45920 Currently the only register expected in this set is the one byte
45921 @samp{priv} register that contains the target's privilege level in the
45922 least significant two bits.
45923
45924 The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
45925 should contain all of the target's standard CSRs. Standard CSRs are
45926 those defined in the RISC-V specification documents. There is some
45927 overlap between this feature and the fpu feature; the @samp{fflags},
45928 @samp{frm}, and @samp{fcsr} registers could be in either feature. The
45929 expectation is that these registers will be in the fpu feature if the
45930 target has floating point hardware, but can be moved into the csr
45931 feature if the target has the floating point control registers, but no
45932 other floating point hardware.
45933
45934 @node RX Features
45935 @subsection RX Features
45936 @cindex target descriptions, RX Features
45937
45938 The @samp{org.gnu.gdb.rx.core} feature is required for RX
45939 targets. It should contain the registers @samp{r0} through
45940 @samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
45941 @samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
45942
45943 @node S/390 and System z Features
45944 @subsection S/390 and System z Features
45945 @cindex target descriptions, S/390 features
45946 @cindex target descriptions, System z features
45947
45948 The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
45949 System z targets. It should contain the PSW and the 16 general
45950 registers. In particular, System z targets should provide the 64-bit
45951 registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
45952 S/390 targets should provide the 32-bit versions of these registers.
45953 A System z target that runs in 31-bit addressing mode should provide
45954 32-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
45955 register's upper halves @samp{r0h} through @samp{r15h}, and their
45956 lower halves @samp{r0l} through @samp{r15l}.
45957
45958 The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
45959 contain the 64-bit registers @samp{f0} through @samp{f15}, and
45960 @samp{fpc}.
45961
45962 The @samp{org.gnu.gdb.s390.acr} feature is required. It should
45963 contain the 32-bit registers @samp{acr0} through @samp{acr15}.
45964
45965 The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
45966 contain the register @samp{orig_r2}, which is 64-bit wide on System z
45967 targets and 32-bit otherwise. In addition, the feature may contain
45968 the @samp{last_break} register, whose width depends on the addressing
45969 mode, as well as the @samp{system_call} register, which is always
45970 32-bit wide.
45971
45972 The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
45973 contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
45974 @samp{atia}, and @samp{tr0} through @samp{tr15}.
45975
45976 The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
45977 64-bit wide registers @samp{v0l} through @samp{v15l}, which will be
45978 combined by @value{GDBN} with the floating point registers @samp{f0}
45979 through @samp{f15} to present the 128-bit wide vector registers
45980 @samp{v0} through @samp{v15}. In addition, this feature should
45981 contain the 128-bit wide vector registers @samp{v16} through
45982 @samp{v31}.
45983
45984 The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
45985 the 64-bit wide guarded-storage-control registers @samp{gsd},
45986 @samp{gssm}, and @samp{gsepla}.
45987
45988 The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
45989 the 64-bit wide guarded-storage broadcast control registers
45990 @samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
45991
45992 @node Sparc Features
45993 @subsection Sparc Features
45994 @cindex target descriptions, sparc32 features
45995 @cindex target descriptions, sparc64 features
45996 The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
45997 targets. It should describe the following registers:
45998
45999 @itemize @minus
46000 @item
46001 @samp{g0} through @samp{g7}
46002 @item
46003 @samp{o0} through @samp{o7}
46004 @item
46005 @samp{l0} through @samp{l7}
46006 @item
46007 @samp{i0} through @samp{i7}
46008 @end itemize
46009
46010 They may be 32-bit or 64-bit depending on the target.
46011
46012 Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
46013 targets. It should describe the following registers:
46014
46015 @itemize @minus
46016 @item
46017 @samp{f0} through @samp{f31}
46018 @item
46019 @samp{f32} through @samp{f62} for sparc64
46020 @end itemize
46021
46022 The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
46023 targets. It should describe the following registers:
46024
46025 @itemize @minus
46026 @item
46027 @samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
46028 @samp{fsr}, and @samp{csr} for sparc32
46029 @item
46030 @samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
46031 for sparc64
46032 @end itemize
46033
46034 @node TIC6x Features
46035 @subsection TMS320C6x Features
46036 @cindex target descriptions, TIC6x features
46037 @cindex target descriptions, TMS320C6x features
46038 The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
46039 targets. It should contain registers @samp{A0} through @samp{A15},
46040 registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
46041
46042 The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
46043 contain registers @samp{A16} through @samp{A31} and @samp{B16}
46044 through @samp{B31}.
46045
46046 The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
46047 contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
46048
46049 @node Operating System Information
46050 @appendix Operating System Information
46051 @cindex operating system information
46052
46053 @menu
46054 * Process list::
46055 @end menu
46056
46057 Users of @value{GDBN} often wish to obtain information about the state of
46058 the operating system running on the target---for example the list of
46059 processes, or the list of open files. This section describes the
46060 mechanism that makes it possible. This mechanism is similar to the
46061 target features mechanism (@pxref{Target Descriptions}), but focuses
46062 on a different aspect of target.
46063
46064 Operating system information is retrieved from the target via the
46065 remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
46066 read}). The object name in the request should be @samp{osdata}, and
46067 the @var{annex} identifies the data to be fetched.
46068
46069 @node Process list
46070 @appendixsection Process list
46071 @cindex operating system information, process list
46072
46073 When requesting the process list, the @var{annex} field in the
46074 @samp{qXfer} request should be @samp{processes}. The returned data is
46075 an XML document. The formal syntax of this document is defined in
46076 @file{gdb/features/osdata.dtd}.
46077
46078 An example document is:
46079
46080 @smallexample
46081 <?xml version="1.0"?>
46082 <!DOCTYPE target SYSTEM "osdata.dtd">
46083 <osdata type="processes">
46084 <item>
46085 <column name="pid">1</column>
46086 <column name="user">root</column>
46087 <column name="command">/sbin/init</column>
46088 <column name="cores">1,2,3</column>
46089 </item>
46090 </osdata>
46091 @end smallexample
46092
46093 Each item should include a column whose name is @samp{pid}. The value
46094 of that column should identify the process on the target. The
46095 @samp{user} and @samp{command} columns are optional, and will be
46096 displayed by @value{GDBN}. The @samp{cores} column, if present,
46097 should contain a comma-separated list of cores that this process
46098 is running on. Target may provide additional columns,
46099 which @value{GDBN} currently ignores.
46100
46101 @node Trace File Format
46102 @appendix Trace File Format
46103 @cindex trace file format
46104
46105 The trace file comes in three parts: a header, a textual description
46106 section, and a trace frame section with binary data.
46107
46108 The header has the form @code{\x7fTRACE0\n}. The first byte is
46109 @code{0x7f} so as to indicate that the file contains binary data,
46110 while the @code{0} is a version number that may have different values
46111 in the future.
46112
46113 The description section consists of multiple lines of @sc{ascii} text
46114 separated by newline characters (@code{0xa}). The lines may include a
46115 variety of optional descriptive or context-setting information, such
46116 as tracepoint definitions or register set size. @value{GDBN} will
46117 ignore any line that it does not recognize. An empty line marks the end
46118 of this section.
46119
46120 @table @code
46121 @item R @var{size}
46122 Specifies the size of a register block in bytes. This is equal to the
46123 size of a @code{g} packet payload in the remote protocol. @var{size}
46124 is an ascii decimal number. There should be only one such line in
46125 a single trace file.
46126
46127 @item status @var{status}
46128 Trace status. @var{status} has the same format as a @code{qTStatus}
46129 remote packet reply. There should be only one such line in a single trace
46130 file.
46131
46132 @item tp @var{payload}
46133 Tracepoint definition. The @var{payload} has the same format as
46134 @code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
46135 may take multiple lines of definition, corresponding to the multiple
46136 reply packets.
46137
46138 @item tsv @var{payload}
46139 Trace state variable definition. The @var{payload} has the same format as
46140 @code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
46141 may take multiple lines of definition, corresponding to the multiple
46142 reply packets.
46143
46144 @item tdesc @var{payload}
46145 Target description in XML format. The @var{payload} is a single line of
46146 the XML file. All such lines should be concatenated together to get
46147 the original XML file. This file is in the same format as @code{qXfer}
46148 @code{features} payload, and corresponds to the main @code{target.xml}
46149 file. Includes are not allowed.
46150
46151 @end table
46152
46153 The trace frame section consists of a number of consecutive frames.
46154 Each frame begins with a two-byte tracepoint number, followed by a
46155 four-byte size giving the amount of data in the frame. The data in
46156 the frame consists of a number of blocks, each introduced by a
46157 character indicating its type (at least register, memory, and trace
46158 state variable). The data in this section is raw binary, not a
46159 hexadecimal or other encoding; its endianness matches the target's
46160 endianness.
46161
46162 @c FIXME bi-arch may require endianness/arch info in description section
46163
46164 @table @code
46165 @item R @var{bytes}
46166 Register block. The number and ordering of bytes matches that of a
46167 @code{g} packet in the remote protocol. Note that these are the
46168 actual bytes, in target order, not a hexadecimal encoding.
46169
46170 @item M @var{address} @var{length} @var{bytes}...
46171 Memory block. This is a contiguous block of memory, at the 8-byte
46172 address @var{address}, with a 2-byte length @var{length}, followed by
46173 @var{length} bytes.
46174
46175 @item V @var{number} @var{value}
46176 Trace state variable block. This records the 8-byte signed value
46177 @var{value} of trace state variable numbered @var{number}.
46178
46179 @end table
46180
46181 Future enhancements of the trace file format may include additional types
46182 of blocks.
46183
46184 @node Index Section Format
46185 @appendix @code{.gdb_index} section format
46186 @cindex .gdb_index section format
46187 @cindex index section format
46188
46189 This section documents the index section that is created by @code{save
46190 gdb-index} (@pxref{Index Files}). The index section is
46191 DWARF-specific; some knowledge of DWARF is assumed in this
46192 description.
46193
46194 The mapped index file format is designed to be directly
46195 @code{mmap}able on any architecture. In most cases, a datum is
46196 represented using a little-endian 32-bit integer value, called an
46197 @code{offset_type}. Big endian machines must byte-swap the values
46198 before using them. Exceptions to this rule are noted. The data is
46199 laid out such that alignment is always respected.
46200
46201 A mapped index consists of several areas, laid out in order.
46202
46203 @enumerate
46204 @item
46205 The file header. This is a sequence of values, of @code{offset_type}
46206 unless otherwise noted:
46207
46208 @enumerate
46209 @item
46210 The version number, currently 8. Versions 1, 2 and 3 are obsolete.
46211 Version 4 uses a different hashing function from versions 5 and 6.
46212 Version 6 includes symbols for inlined functions, whereas versions 4
46213 and 5 do not. Version 7 adds attributes to the CU indices in the
46214 symbol table. Version 8 specifies that symbols from DWARF type units
46215 (@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
46216 compilation unit (@samp{DW_TAG_comp_unit}) using the type.
46217
46218 @value{GDBN} will only read version 4, 5, or 6 indices
46219 by specifying @code{set use-deprecated-index-sections on}.
46220 GDB has a workaround for potentially broken version 7 indices so it is
46221 currently not flagged as deprecated.
46222
46223 @item
46224 The offset, from the start of the file, of the CU list.
46225
46226 @item
46227 The offset, from the start of the file, of the types CU list. Note
46228 that this area can be empty, in which case this offset will be equal
46229 to the next offset.
46230
46231 @item
46232 The offset, from the start of the file, of the address area.
46233
46234 @item
46235 The offset, from the start of the file, of the symbol table.
46236
46237 @item
46238 The offset, from the start of the file, of the constant pool.
46239 @end enumerate
46240
46241 @item
46242 The CU list. This is a sequence of pairs of 64-bit little-endian
46243 values, sorted by the CU offset. The first element in each pair is
46244 the offset of a CU in the @code{.debug_info} section. The second
46245 element in each pair is the length of that CU. References to a CU
46246 elsewhere in the map are done using a CU index, which is just the
46247 0-based index into this table. Note that if there are type CUs, then
46248 conceptually CUs and type CUs form a single list for the purposes of
46249 CU indices.
46250
46251 @item
46252 The types CU list. This is a sequence of triplets of 64-bit
46253 little-endian values. In a triplet, the first value is the CU offset,
46254 the second value is the type offset in the CU, and the third value is
46255 the type signature. The types CU list is not sorted.
46256
46257 @item
46258 The address area. The address area consists of a sequence of address
46259 entries. Each address entry has three elements:
46260
46261 @enumerate
46262 @item
46263 The low address. This is a 64-bit little-endian value.
46264
46265 @item
46266 The high address. This is a 64-bit little-endian value. Like
46267 @code{DW_AT_high_pc}, the value is one byte beyond the end.
46268
46269 @item
46270 The CU index. This is an @code{offset_type} value.
46271 @end enumerate
46272
46273 @item
46274 The symbol table. This is an open-addressed hash table. The size of
46275 the hash table is always a power of 2.
46276
46277 Each slot in the hash table consists of a pair of @code{offset_type}
46278 values. The first value is the offset of the symbol's name in the
46279 constant pool. The second value is the offset of the CU vector in the
46280 constant pool.
46281
46282 If both values are 0, then this slot in the hash table is empty. This
46283 is ok because while 0 is a valid constant pool index, it cannot be a
46284 valid index for both a string and a CU vector.
46285
46286 The hash value for a table entry is computed by applying an
46287 iterative hash function to the symbol's name. Starting with an
46288 initial value of @code{r = 0}, each (unsigned) character @samp{c} in
46289 the string is incorporated into the hash using the formula depending on the
46290 index version:
46291
46292 @table @asis
46293 @item Version 4
46294 The formula is @code{r = r * 67 + c - 113}.
46295
46296 @item Versions 5 to 7
46297 The formula is @code{r = r * 67 + tolower (c) - 113}.
46298 @end table
46299
46300 The terminating @samp{\0} is not incorporated into the hash.
46301
46302 The step size used in the hash table is computed via
46303 @code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
46304 value, and @samp{size} is the size of the hash table. The step size
46305 is used to find the next candidate slot when handling a hash
46306 collision.
46307
46308 The names of C@t{++} symbols in the hash table are canonicalized. We
46309 don't currently have a simple description of the canonicalization
46310 algorithm; if you intend to create new index sections, you must read
46311 the code.
46312
46313 @item
46314 The constant pool. This is simply a bunch of bytes. It is organized
46315 so that alignment is correct: CU vectors are stored first, followed by
46316 strings.
46317
46318 A CU vector in the constant pool is a sequence of @code{offset_type}
46319 values. The first value is the number of CU indices in the vector.
46320 Each subsequent value is the index and symbol attributes of a CU in
46321 the CU list. This element in the hash table is used to indicate which
46322 CUs define the symbol and how the symbol is used.
46323 See below for the format of each CU index+attributes entry.
46324
46325 A string in the constant pool is zero-terminated.
46326 @end enumerate
46327
46328 Attributes were added to CU index values in @code{.gdb_index} version 7.
46329 If a symbol has multiple uses within a CU then there is one
46330 CU index+attributes value for each use.
46331
46332 The format of each CU index+attributes entry is as follows
46333 (bit 0 = LSB):
46334
46335 @table @asis
46336
46337 @item Bits 0-23
46338 This is the index of the CU in the CU list.
46339 @item Bits 24-27
46340 These bits are reserved for future purposes and must be zero.
46341 @item Bits 28-30
46342 The kind of the symbol in the CU.
46343
46344 @table @asis
46345 @item 0
46346 This value is reserved and should not be used.
46347 By reserving zero the full @code{offset_type} value is backwards compatible
46348 with previous versions of the index.
46349 @item 1
46350 The symbol is a type.
46351 @item 2
46352 The symbol is a variable or an enum value.
46353 @item 3
46354 The symbol is a function.
46355 @item 4
46356 Any other kind of symbol.
46357 @item 5,6,7
46358 These values are reserved.
46359 @end table
46360
46361 @item Bit 31
46362 This bit is zero if the value is global and one if it is static.
46363
46364 The determination of whether a symbol is global or static is complicated.
46365 The authorative reference is the file @file{dwarf2read.c} in
46366 @value{GDBN} sources.
46367
46368 @end table
46369
46370 This pseudo-code describes the computation of a symbol's kind and
46371 global/static attributes in the index.
46372
46373 @smallexample
46374 is_external = get_attribute (die, DW_AT_external);
46375 language = get_attribute (cu_die, DW_AT_language);
46376 switch (die->tag)
46377 @{
46378 case DW_TAG_typedef:
46379 case DW_TAG_base_type:
46380 case DW_TAG_subrange_type:
46381 kind = TYPE;
46382 is_static = 1;
46383 break;
46384 case DW_TAG_enumerator:
46385 kind = VARIABLE;
46386 is_static = language != CPLUS;
46387 break;
46388 case DW_TAG_subprogram:
46389 kind = FUNCTION;
46390 is_static = ! (is_external || language == ADA);
46391 break;
46392 case DW_TAG_constant:
46393 kind = VARIABLE;
46394 is_static = ! is_external;
46395 break;
46396 case DW_TAG_variable:
46397 kind = VARIABLE;
46398 is_static = ! is_external;
46399 break;
46400 case DW_TAG_namespace:
46401 kind = TYPE;
46402 is_static = 0;
46403 break;
46404 case DW_TAG_class_type:
46405 case DW_TAG_interface_type:
46406 case DW_TAG_structure_type:
46407 case DW_TAG_union_type:
46408 case DW_TAG_enumeration_type:
46409 kind = TYPE;
46410 is_static = language != CPLUS;
46411 break;
46412 default:
46413 assert (0);
46414 @}
46415 @end smallexample
46416
46417 @node Man Pages
46418 @appendix Manual pages
46419 @cindex Man pages
46420
46421 @menu
46422 * gdb man:: The GNU Debugger man page
46423 * gdbserver man:: Remote Server for the GNU Debugger man page
46424 * gcore man:: Generate a core file of a running program
46425 * gdbinit man:: gdbinit scripts
46426 * gdb-add-index man:: Add index files to speed up GDB
46427 @end menu
46428
46429 @node gdb man
46430 @heading gdb man
46431
46432 @c man title gdb The GNU Debugger
46433
46434 @c man begin SYNOPSIS gdb
46435 gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
46436 [@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
46437 [@option{-b}@w{ }@var{bps}]
46438 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
46439 [@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
46440 [@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
46441 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
46442 [@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
46443 @c man end
46444
46445 @c man begin DESCRIPTION gdb
46446 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
46447 going on ``inside'' another program while it executes -- or what another
46448 program was doing at the moment it crashed.
46449
46450 @value{GDBN} can do four main kinds of things (plus other things in support of
46451 these) to help you catch bugs in the act:
46452
46453 @itemize @bullet
46454 @item
46455 Start your program, specifying anything that might affect its behavior.
46456
46457 @item
46458 Make your program stop on specified conditions.
46459
46460 @item
46461 Examine what has happened, when your program has stopped.
46462
46463 @item
46464 Change things in your program, so you can experiment with correcting the
46465 effects of one bug and go on to learn about another.
46466 @end itemize
46467
46468 You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
46469 Modula-2.
46470
46471 @value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
46472 commands from the terminal until you tell it to exit with the @value{GDBN}
46473 command @code{quit}. You can get online help from @value{GDBN} itself
46474 by using the command @code{help}.
46475
46476 You can run @code{gdb} with no arguments or options; but the most
46477 usual way to start @value{GDBN} is with one argument or two, specifying an
46478 executable program as the argument:
46479
46480 @smallexample
46481 gdb program
46482 @end smallexample
46483
46484 You can also start with both an executable program and a core file specified:
46485
46486 @smallexample
46487 gdb program core
46488 @end smallexample
46489
46490 You can, instead, specify a process ID as a second argument or use option
46491 @code{-p}, if you want to debug a running process:
46492
46493 @smallexample
46494 gdb program 1234
46495 gdb -p 1234
46496 @end smallexample
46497
46498 @noindent
46499 would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
46500 can omit the @var{program} filename.
46501
46502 Here are some of the most frequently needed @value{GDBN} commands:
46503
46504 @c pod2man highlights the right hand side of the @item lines.
46505 @table @env
46506 @item break [@var{file}:]@var{function}
46507 Set a breakpoint at @var{function} (in @var{file}).
46508
46509 @item run [@var{arglist}]
46510 Start your program (with @var{arglist}, if specified).
46511
46512 @item bt
46513 Backtrace: display the program stack.
46514
46515 @item print @var{expr}
46516 Display the value of an expression.
46517
46518 @item c
46519 Continue running your program (after stopping, e.g. at a breakpoint).
46520
46521 @item next
46522 Execute next program line (after stopping); step @emph{over} any
46523 function calls in the line.
46524
46525 @item edit [@var{file}:]@var{function}
46526 look at the program line where it is presently stopped.
46527
46528 @item list [@var{file}:]@var{function}
46529 type the text of the program in the vicinity of where it is presently stopped.
46530
46531 @item step
46532 Execute next program line (after stopping); step @emph{into} any
46533 function calls in the line.
46534
46535 @item help [@var{name}]
46536 Show information about @value{GDBN} command @var{name}, or general information
46537 about using @value{GDBN}.
46538
46539 @item quit
46540 Exit from @value{GDBN}.
46541 @end table
46542
46543 @ifset man
46544 For full details on @value{GDBN},
46545 see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46546 by Richard M. Stallman and Roland H. Pesch. The same text is available online
46547 as the @code{gdb} entry in the @code{info} program.
46548 @end ifset
46549 @c man end
46550
46551 @c man begin OPTIONS gdb
46552 Any arguments other than options specify an executable
46553 file and core file (or process ID); that is, the first argument
46554 encountered with no
46555 associated option flag is equivalent to a @option{-se} option, and the second,
46556 if any, is equivalent to a @option{-c} option if it's the name of a file.
46557 Many options have
46558 both long and short forms; both are shown here. The long forms are also
46559 recognized if you truncate them, so long as enough of the option is
46560 present to be unambiguous. (If you prefer, you can flag option
46561 arguments with @option{+} rather than @option{-}, though we illustrate the
46562 more usual convention.)
46563
46564 All the options and command line arguments you give are processed
46565 in sequential order. The order makes a difference when the @option{-x}
46566 option is used.
46567
46568 @table @env
46569 @item -help
46570 @itemx -h
46571 List all options, with brief explanations.
46572
46573 @item -symbols=@var{file}
46574 @itemx -s @var{file}
46575 Read symbol table from file @var{file}.
46576
46577 @item -write
46578 Enable writing into executable and core files.
46579
46580 @item -exec=@var{file}
46581 @itemx -e @var{file}
46582 Use file @var{file} as the executable file to execute when
46583 appropriate, and for examining pure data in conjunction with a core
46584 dump.
46585
46586 @item -se=@var{file}
46587 Read symbol table from file @var{file} and use it as the executable
46588 file.
46589
46590 @item -core=@var{file}
46591 @itemx -c @var{file}
46592 Use file @var{file} as a core dump to examine.
46593
46594 @item -command=@var{file}
46595 @itemx -x @var{file}
46596 Execute @value{GDBN} commands from file @var{file}.
46597
46598 @item -ex @var{command}
46599 Execute given @value{GDBN} @var{command}.
46600
46601 @item -directory=@var{directory}
46602 @itemx -d @var{directory}
46603 Add @var{directory} to the path to search for source files.
46604
46605 @item -nh
46606 Do not execute commands from @file{~/.config/gdb/gdbinit} or
46607 @file{~/.gdbinit}.
46608
46609 @item -nx
46610 @itemx -n
46611 Do not execute commands from any @file{.gdbinit} initialization files.
46612
46613 @item -quiet
46614 @itemx -q
46615 ``Quiet''. Do not print the introductory and copyright messages. These
46616 messages are also suppressed in batch mode.
46617
46618 @item -batch
46619 Run in batch mode. Exit with status @code{0} after processing all the command
46620 files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
46621 Exit with nonzero status if an error occurs in executing the @value{GDBN}
46622 commands in the command files.
46623
46624 Batch mode may be useful for running @value{GDBN} as a filter, for example to
46625 download and run a program on another computer; in order to make this
46626 more useful, the message
46627
46628 @smallexample
46629 Program exited normally.
46630 @end smallexample
46631
46632 @noindent
46633 (which is ordinarily issued whenever a program running under @value{GDBN} control
46634 terminates) is not issued when running in batch mode.
46635
46636 @item -cd=@var{directory}
46637 Run @value{GDBN} using @var{directory} as its working directory,
46638 instead of the current directory.
46639
46640 @item -fullname
46641 @itemx -f
46642 Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
46643 @value{GDBN} to output the full file name and line number in a standard,
46644 recognizable fashion each time a stack frame is displayed (which
46645 includes each time the program stops). This recognizable format looks
46646 like two @samp{\032} characters, followed by the file name, line number
46647 and character position separated by colons, and a newline. The
46648 Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
46649 characters as a signal to display the source code for the frame.
46650
46651 @item -b @var{bps}
46652 Set the line speed (baud rate or bits per second) of any serial
46653 interface used by @value{GDBN} for remote debugging.
46654
46655 @item -tty=@var{device}
46656 Run using @var{device} for your program's standard input and output.
46657 @end table
46658 @c man end
46659
46660 @c man begin SEEALSO gdb
46661 @ifset man
46662 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46663 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46664 documentation are properly installed at your site, the command
46665
46666 @smallexample
46667 info gdb
46668 @end smallexample
46669
46670 @noindent
46671 should give you access to the complete manual.
46672
46673 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46674 Richard M. Stallman and Roland H. Pesch, July 1991.
46675 @end ifset
46676 @c man end
46677
46678 @node gdbserver man
46679 @heading gdbserver man
46680
46681 @c man title gdbserver Remote Server for the GNU Debugger
46682 @format
46683 @c man begin SYNOPSIS gdbserver
46684 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
46685
46686 gdbserver --attach @var{comm} @var{pid}
46687
46688 gdbserver --multi @var{comm}
46689 @c man end
46690 @end format
46691
46692 @c man begin DESCRIPTION gdbserver
46693 @command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
46694 than the one which is running the program being debugged.
46695
46696 @ifclear man
46697 @subheading Usage (server (target) side)
46698 @end ifclear
46699 @ifset man
46700 Usage (server (target) side):
46701 @end ifset
46702
46703 First, you need to have a copy of the program you want to debug put onto
46704 the target system. The program can be stripped to save space if needed, as
46705 @command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
46706 the @value{GDBN} running on the host system.
46707
46708 To use the server, you log on to the target system, and run the @command{gdbserver}
46709 program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
46710 your program, and (c) its arguments. The general syntax is:
46711
46712 @smallexample
46713 target> gdbserver @var{comm} @var{program} [@var{args} ...]
46714 @end smallexample
46715
46716 For example, using a serial port, you might say:
46717
46718 @smallexample
46719 @ifset man
46720 @c @file would wrap it as F</dev/com1>.
46721 target> gdbserver /dev/com1 emacs foo.txt
46722 @end ifset
46723 @ifclear man
46724 target> gdbserver @file{/dev/com1} emacs foo.txt
46725 @end ifclear
46726 @end smallexample
46727
46728 This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
46729 to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
46730 waits patiently for the host @value{GDBN} to communicate with it.
46731
46732 To use a TCP connection, you could say:
46733
46734 @smallexample
46735 target> gdbserver host:2345 emacs foo.txt
46736 @end smallexample
46737
46738 This says pretty much the same thing as the last example, except that we are
46739 going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
46740 that we are expecting to see a TCP connection from @code{host} to local TCP port
46741 2345. (Currently, the @code{host} part is ignored.) You can choose any number you
46742 want for the port number as long as it does not conflict with any existing TCP
46743 ports on the target system. This same port number must be used in the host
46744 @value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
46745 you chose a port number that conflicts with another service, @command{gdbserver} will
46746 print an error message and exit.
46747
46748 @command{gdbserver} can also attach to running programs.
46749 This is accomplished via the @option{--attach} argument. The syntax is:
46750
46751 @smallexample
46752 target> gdbserver --attach @var{comm} @var{pid}
46753 @end smallexample
46754
46755 @var{pid} is the process ID of a currently running process. It isn't
46756 necessary to point @command{gdbserver} at a binary for the running process.
46757
46758 To start @code{gdbserver} without supplying an initial command to run
46759 or process ID to attach, use the @option{--multi} command line option.
46760 In such case you should connect using @kbd{target extended-remote} to start
46761 the program you want to debug.
46762
46763 @smallexample
46764 target> gdbserver --multi @var{comm}
46765 @end smallexample
46766
46767 @ifclear man
46768 @subheading Usage (host side)
46769 @end ifclear
46770 @ifset man
46771 Usage (host side):
46772 @end ifset
46773
46774 You need an unstripped copy of the target program on your host system, since
46775 @value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
46776 would, with the target program as the first argument. (You may need to use the
46777 @option{--baud} option if the serial line is running at anything except 9600 baud.)
46778 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
46779 new command you need to know about is @code{target remote}
46780 (or @code{target extended-remote}). Its argument is either
46781 a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
46782 descriptor. For example:
46783
46784 @smallexample
46785 @ifset man
46786 @c @file would wrap it as F</dev/ttyb>.
46787 (gdb) target remote /dev/ttyb
46788 @end ifset
46789 @ifclear man
46790 (gdb) target remote @file{/dev/ttyb}
46791 @end ifclear
46792 @end smallexample
46793
46794 @noindent
46795 communicates with the server via serial line @file{/dev/ttyb}, and:
46796
46797 @smallexample
46798 (gdb) target remote the-target:2345
46799 @end smallexample
46800
46801 @noindent
46802 communicates via a TCP connection to port 2345 on host `the-target', where
46803 you previously started up @command{gdbserver} with the same port number. Note that for
46804 TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
46805 command, otherwise you may get an error that looks something like
46806 `Connection refused'.
46807
46808 @command{gdbserver} can also debug multiple inferiors at once,
46809 described in
46810 @ifset man
46811 the @value{GDBN} manual in node @code{Inferiors Connections and Programs}
46812 -- shell command @code{info -f gdb -n 'Inferiors Connections and Programs'}.
46813 @end ifset
46814 @ifclear man
46815 @ref{Inferiors Connections and Programs}.
46816 @end ifclear
46817 In such case use the @code{extended-remote} @value{GDBN} command variant:
46818
46819 @smallexample
46820 (gdb) target extended-remote the-target:2345
46821 @end smallexample
46822
46823 The @command{gdbserver} option @option{--multi} may or may not be used in such
46824 case.
46825 @c man end
46826
46827 @c man begin OPTIONS gdbserver
46828 There are three different modes for invoking @command{gdbserver}:
46829
46830 @itemize @bullet
46831
46832 @item
46833 Debug a specific program specified by its program name:
46834
46835 @smallexample
46836 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
46837 @end smallexample
46838
46839 The @var{comm} parameter specifies how should the server communicate
46840 with @value{GDBN}; it is either a device name (to use a serial line),
46841 a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
46842 stdin/stdout of @code{gdbserver}. Specify the name of the program to
46843 debug in @var{prog}. Any remaining arguments will be passed to the
46844 program verbatim. When the program exits, @value{GDBN} will close the
46845 connection, and @code{gdbserver} will exit.
46846
46847 @item
46848 Debug a specific program by specifying the process ID of a running
46849 program:
46850
46851 @smallexample
46852 gdbserver --attach @var{comm} @var{pid}
46853 @end smallexample
46854
46855 The @var{comm} parameter is as described above. Supply the process ID
46856 of a running program in @var{pid}; @value{GDBN} will do everything
46857 else. Like with the previous mode, when the process @var{pid} exits,
46858 @value{GDBN} will close the connection, and @code{gdbserver} will exit.
46859
46860 @item
46861 Multi-process mode -- debug more than one program/process:
46862
46863 @smallexample
46864 gdbserver --multi @var{comm}
46865 @end smallexample
46866
46867 In this mode, @value{GDBN} can instruct @command{gdbserver} which
46868 command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
46869 close the connection when a process being debugged exits, so you can
46870 debug several processes in the same session.
46871 @end itemize
46872
46873 In each of the modes you may specify these options:
46874
46875 @table @env
46876
46877 @item --help
46878 List all options, with brief explanations.
46879
46880 @item --version
46881 This option causes @command{gdbserver} to print its version number and exit.
46882
46883 @item --attach
46884 @command{gdbserver} will attach to a running program. The syntax is:
46885
46886 @smallexample
46887 target> gdbserver --attach @var{comm} @var{pid}
46888 @end smallexample
46889
46890 @var{pid} is the process ID of a currently running process. It isn't
46891 necessary to point @command{gdbserver} at a binary for the running process.
46892
46893 @item --multi
46894 To start @code{gdbserver} without supplying an initial command to run
46895 or process ID to attach, use this command line option.
46896 Then you can connect using @kbd{target extended-remote} and start
46897 the program you want to debug. The syntax is:
46898
46899 @smallexample
46900 target> gdbserver --multi @var{comm}
46901 @end smallexample
46902
46903 @item --debug
46904 Instruct @code{gdbserver} to display extra status information about the debugging
46905 process.
46906 This option is intended for @code{gdbserver} development and for bug reports to
46907 the developers.
46908
46909 @item --remote-debug
46910 Instruct @code{gdbserver} to display remote protocol debug output.
46911 This option is intended for @code{gdbserver} development and for bug reports to
46912 the developers.
46913
46914 @item --debug-file=@var{filename}
46915 Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
46916 This option is intended for @code{gdbserver} development and for bug reports to
46917 the developers.
46918
46919 @item --debug-format=option1@r{[},option2,...@r{]}
46920 Instruct @code{gdbserver} to include extra information in each line
46921 of debugging output.
46922 @xref{Other Command-Line Arguments for gdbserver}.
46923
46924 @item --wrapper
46925 Specify a wrapper to launch programs
46926 for debugging. The option should be followed by the name of the
46927 wrapper, then any command-line arguments to pass to the wrapper, then
46928 @kbd{--} indicating the end of the wrapper arguments.
46929
46930 @item --once
46931 By default, @command{gdbserver} keeps the listening TCP port open, so that
46932 additional connections are possible. However, if you start @code{gdbserver}
46933 with the @option{--once} option, it will stop listening for any further
46934 connection attempts after connecting to the first @value{GDBN} session.
46935
46936 @c --disable-packet is not documented for users.
46937
46938 @c --disable-randomization and --no-disable-randomization are superseded by
46939 @c QDisableRandomization.
46940
46941 @end table
46942 @c man end
46943
46944 @c man begin SEEALSO gdbserver
46945 @ifset man
46946 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46947 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46948 documentation are properly installed at your site, the command
46949
46950 @smallexample
46951 info gdb
46952 @end smallexample
46953
46954 should give you access to the complete manual.
46955
46956 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46957 Richard M. Stallman and Roland H. Pesch, July 1991.
46958 @end ifset
46959 @c man end
46960
46961 @node gcore man
46962 @heading gcore
46963
46964 @c man title gcore Generate a core file of a running program
46965
46966 @format
46967 @c man begin SYNOPSIS gcore
46968 gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
46969 @c man end
46970 @end format
46971
46972 @c man begin DESCRIPTION gcore
46973 Generate core dumps of one or more running programs with process IDs
46974 @var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
46975 is equivalent to one produced by the kernel when the process crashes
46976 (and when @kbd{ulimit -c} was used to set up an appropriate core dump
46977 limit). However, unlike after a crash, after @command{gcore} finishes
46978 its job the program remains running without any change.
46979 @c man end
46980
46981 @c man begin OPTIONS gcore
46982 @table @env
46983 @item -a
46984 Dump all memory mappings. The actual effect of this option depends on
46985 the Operating System. On @sc{gnu}/Linux, it will disable
46986 @code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
46987 enable @code{dump-excluded-mappings} (@pxref{set
46988 dump-excluded-mappings}).
46989
46990 @item -o @var{prefix}
46991 The optional argument @var{prefix} specifies the prefix to be used
46992 when composing the file names of the core dumps. The file name is
46993 composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
46994 process ID of the running program being analyzed by @command{gcore}.
46995 If not specified, @var{prefix} defaults to @var{gcore}.
46996 @end table
46997 @c man end
46998
46999 @c man begin SEEALSO gcore
47000 @ifset man
47001 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47002 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47003 documentation are properly installed at your site, the command
47004
47005 @smallexample
47006 info gdb
47007 @end smallexample
47008
47009 @noindent
47010 should give you access to the complete manual.
47011
47012 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47013 Richard M. Stallman and Roland H. Pesch, July 1991.
47014 @end ifset
47015 @c man end
47016
47017 @node gdbinit man
47018 @heading gdbinit
47019
47020 @c man title gdbinit GDB initialization scripts
47021
47022 @format
47023 @c man begin SYNOPSIS gdbinit
47024 @ifset SYSTEM_GDBINIT
47025 @value{SYSTEM_GDBINIT}
47026 @end ifset
47027
47028 @ifset SYSTEM_GDBINIT_DIR
47029 @value{SYSTEM_GDBINIT_DIR}/*
47030 @end ifset
47031
47032 ~/.config/gdb/gdbinit
47033
47034 ~/.gdbinit
47035
47036 ./.gdbinit
47037 @c man end
47038 @end format
47039
47040 @c man begin DESCRIPTION gdbinit
47041 These files contain @value{GDBN} commands to automatically execute during
47042 @value{GDBN} startup. The lines of contents are canned sequences of commands,
47043 described in
47044 @ifset man
47045 the @value{GDBN} manual in node @code{Sequences}
47046 -- shell command @code{info -f gdb -n Sequences}.
47047 @end ifset
47048 @ifclear man
47049 @ref{Sequences}.
47050 @end ifclear
47051
47052 Please read more in
47053 @ifset man
47054 the @value{GDBN} manual in node @code{Startup}
47055 -- shell command @code{info -f gdb -n Startup}.
47056 @end ifset
47057 @ifclear man
47058 @ref{Startup}.
47059 @end ifclear
47060
47061 @table @env
47062 @ifset SYSTEM_GDBINIT
47063 @item @value{SYSTEM_GDBINIT}
47064 @end ifset
47065 @ifclear SYSTEM_GDBINIT
47066 @item (not enabled with @code{--with-system-gdbinit} during compilation)
47067 @end ifclear
47068 System-wide initialization file. It is executed unless user specified
47069 @value{GDBN} option @code{-nx} or @code{-n}.
47070 See more in
47071 @ifset man
47072 the @value{GDBN} manual in node @code{System-wide configuration}
47073 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
47074 @end ifset
47075 @ifset SYSTEM_GDBINIT_DIR
47076 @item @value{SYSTEM_GDBINIT_DIR}
47077 @end ifset
47078 @ifclear SYSTEM_GDBINIT_DIR
47079 @item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
47080 @end ifclear
47081 System-wide initialization directory. All files in this directory are
47082 executed on startup unless user specified @value{GDBN} option @code{-nx} or
47083 @code{-n}, as long as they have a recognized file extension.
47084 See more in
47085 @ifset man
47086 the @value{GDBN} manual in node @code{System-wide configuration}
47087 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
47088 @end ifset
47089 @ifclear man
47090 @ref{System-wide configuration}.
47091 @end ifclear
47092
47093 @item @file{~/.config/gdb/gdbinit} or @file{~/.gdbinit}
47094 User initialization file. It is executed unless user specified
47095 @value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
47096
47097 @item @file{.gdbinit}
47098 Initialization file for current directory. It may need to be enabled with
47099 @value{GDBN} security command @code{set auto-load local-gdbinit}.
47100 See more in
47101 @ifset man
47102 the @value{GDBN} manual in node @code{Init File in the Current Directory}
47103 -- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
47104 @end ifset
47105 @ifclear man
47106 @ref{Init File in the Current Directory}.
47107 @end ifclear
47108 @end table
47109 @c man end
47110
47111 @c man begin SEEALSO gdbinit
47112 @ifset man
47113 gdb(1), @code{info -f gdb -n Startup}
47114
47115 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47116 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47117 documentation are properly installed at your site, the command
47118
47119 @smallexample
47120 info gdb
47121 @end smallexample
47122
47123 should give you access to the complete manual.
47124
47125 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47126 Richard M. Stallman and Roland H. Pesch, July 1991.
47127 @end ifset
47128 @c man end
47129
47130 @node gdb-add-index man
47131 @heading gdb-add-index
47132 @pindex gdb-add-index
47133 @anchor{gdb-add-index}
47134
47135 @c man title gdb-add-index Add index files to speed up GDB
47136
47137 @c man begin SYNOPSIS gdb-add-index
47138 gdb-add-index @var{filename}
47139 @c man end
47140
47141 @c man begin DESCRIPTION gdb-add-index
47142 When @value{GDBN} finds a symbol file, it scans the symbols in the
47143 file in order to construct an internal symbol table. This lets most
47144 @value{GDBN} operations work quickly--at the cost of a delay early on.
47145 For large programs, this delay can be quite lengthy, so @value{GDBN}
47146 provides a way to build an index, which speeds up startup.
47147
47148 To determine whether a file contains such an index, use the command
47149 @kbd{readelf -S filename}: the index is stored in a section named
47150 @code{.gdb_index}. The index file can only be produced on systems
47151 which use ELF binaries and DWARF debug information (i.e., sections
47152 named @code{.debug_*}).
47153
47154 @command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
47155 in the @env{PATH} environment variable. If you want to use different
47156 versions of these programs, you can specify them through the
47157 @env{GDB} and @env{OBJDUMP} environment variables.
47158
47159 See more in
47160 @ifset man
47161 the @value{GDBN} manual in node @code{Index Files}
47162 -- shell command @kbd{info -f gdb -n "Index Files"}.
47163 @end ifset
47164 @ifclear man
47165 @ref{Index Files}.
47166 @end ifclear
47167 @c man end
47168
47169 @c man begin SEEALSO gdb-add-index
47170 @ifset man
47171 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47172 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47173 documentation are properly installed at your site, the command
47174
47175 @smallexample
47176 info gdb
47177 @end smallexample
47178
47179 should give you access to the complete manual.
47180
47181 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47182 Richard M. Stallman and Roland H. Pesch, July 1991.
47183 @end ifset
47184 @c man end
47185
47186 @include gpl.texi
47187
47188 @node GNU Free Documentation License
47189 @appendix GNU Free Documentation License
47190 @include fdl.texi
47191
47192 @node Concept Index
47193 @unnumbered Concept Index
47194
47195 @printindex cp
47196
47197 @node Command and Variable Index
47198 @unnumbered Command, Variable, and Function Index
47199
47200 @printindex fn
47201
47202 @tex
47203 % I think something like @@colophon should be in texinfo. In the
47204 % meantime:
47205 \long\def\colophon{\hbox to0pt{}\vfill
47206 \centerline{The body of this manual is set in}
47207 \centerline{\fontname\tenrm,}
47208 \centerline{with headings in {\bf\fontname\tenbf}}
47209 \centerline{and examples in {\tt\fontname\tentt}.}
47210 \centerline{{\it\fontname\tenit\/},}
47211 \centerline{{\bf\fontname\tenbf}, and}
47212 \centerline{{\sl\fontname\tensl\/}}
47213 \centerline{are used for emphasis.}\vfill}
47214 \page\colophon
47215 % Blame: doc@@cygnus.com, 1991.
47216 @end tex
47217
47218 @bye